Trace number 1070855

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Sugar v1.13+minisatSAT 291.449 294.227

General information on the benchmark

Namecsp/ukPuzzle/
normalized-crossword-m1-uk-puzzle10.xml
MD5SUMed386202dff9a90c1d67cfbc8f1c8252
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.107983
Satisfiable
(Un)Satisfiability was proved
Number of variables40
Number of constraints146
Maximum constraint arity14
Maximum domain size26
Number of constraints which are defined in extension20
Number of constraints which are defined in intension126
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.04	c 0	Sugar v1-13 + HOME/minisat
0.00/0.04	c 0	BEGIN Fri Jul  4 12:30:12 2008
0.00/0.04	c 0	PID 9853
0.00/0.05	c 0	HOST node18.alineos.net
0.00/0.05	c 0	CONVERTING HOME/instance-1070855-1215167412.xml TO HOME/temp.csp
0.00/0.05	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1070855-1215167412.xml' 'HOME/temp.csp'
0.04/0.79	c 1	1 domains, 40 variables, 4 predicates, 2 relations, 146 constraints
0.04/0.82	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.04/0.82	c 1	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
0.77/0.90	c 1	Parsing HOME/temp.csp
1.12/1.28	c 2	parsed 193 expressions
1.12/1.29	c 2	Heap : 6 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
1.12/1.29	c 2	Converting to clausal form CSP
1.23/1.31	c 2	converted 20 (10%) expressions
1.23/1.31	c 2	converted 39 (20%) expressions
1.33/1.43	c 2	converted 58 (30%) expressions
1.33/1.46	c 2	converted 78 (40%) expressions
1.33/1.48	c 2	converted 97 (50%) expressions
1.33/1.49	c 2	converted 116 (60%) expressions
1.42/1.52	c 2	converted 136 (70%) expressions
1.42/1.52	c 2	converted 155 (80%) expressions
1.42/1.60	c 2	converted 174 (90%) expressions
2.80/2.94	c 3	converted 193 (100%) expressions
2.80/2.94	c 3	CSP : 40 integers, 0 booleans, 146 clauses, largest domain size 26
2.80/2.94	c 3	Heap : 38 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.80/2.94	c 3	Propagation in CSP
2.80/2.95	c 3	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
2.80/2.95	c 3	CSP : 40 integers, 0 booleans, 146 clauses, largest domain size 26
2.80/2.95	c 3	Heap : 39 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.80/2.95	c 3	Simplifing CSP by introducing new Boolean variables
2.80/2.96	c 3	CSP : 40 integers, 764 booleans, 910 clauses, largest domain size 26
2.80/2.96	c 3	Heap : 39 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
3.11/3.21	c 4	Encoding CSP to SAT : HOME/temp.cnf
3.11/3.22	c 4	4 (10%) CSP integer variables are encoded (96 clauses, 912 bytes)
3.11/3.22	c 4	8 (20%) CSP integer variables are encoded (192 clauses, 1968 bytes)
3.11/3.23	c 4	12 (30%) CSP integer variables are encoded (288 clauses, 3024 bytes)
3.11/3.23	c 4	16 (40%) CSP integer variables are encoded (384 clauses, 4080 bytes)
3.11/3.23	c 4	20 (50%) CSP integer variables are encoded (480 clauses, 5136 bytes)
3.11/3.23	c 4	24 (60%) CSP integer variables are encoded (576 clauses, 6192 bytes)
3.11/3.23	c 4	28 (70%) CSP integer variables are encoded (672 clauses, 7248 bytes)
3.11/3.23	c 4	32 (80%) CSP integer variables are encoded (768 clauses, 8304 bytes)
3.11/3.23	c 4	36 (90%) CSP integer variables are encoded (864 clauses, 9360 bytes)
3.11/3.23	c 4	40 (100%) CSP integer variables are encoded (960 clauses, 10417 bytes)
3.30/3.47	c 4	91 (10%) CSP clauses are encoded (18935 clauses, 435525 bytes)
3.30/3.48	c 4	182 (20%) CSP clauses are encoded (20976 clauses, 467575 bytes)
3.30/3.48	c 4	273 (30%) CSP clauses are encoded (23017 clauses, 500687 bytes)
3.30/3.49	c 4	364 (40%) CSP clauses are encoded (25058 clauses, 534187 bytes)
3.39/3.50	c 4	455 (50%) CSP clauses are encoded (27099 clauses, 567949 bytes)
3.39/3.51	c 4	546 (60%) CSP clauses are encoded (29140 clauses, 602145 bytes)
3.39/3.52	c 4	637 (70%) CSP clauses are encoded (31181 clauses, 636341 bytes)
3.39/3.53	c 4	728 (80%) CSP clauses are encoded (33222 clauses, 670539 bytes)
3.39/3.53	c 4	819 (90%) CSP clauses are encoded (35263 clauses, 704743 bytes)
290.07/292.82	c 293	910 (100%) CSP clauses are encoded (649210 clauses, 30336907 bytes)
290.07/292.82	c 293	910 CSP clauses encoded
290.07/292.82	c 293	Writing map file : HOME/temp.map
290.07/292.83	c 293	Heap : 77 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
290.07/292.83	c 293	SAT : 1764 SAT variables, 649210 SAT clauses, 30336907 bytes
290.07/292.83	c 293	Heap : 77 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
290.07/292.87	c 293	SOLVING HOME/temp.cnf
290.07/292.87	c 293	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
290.07/292.88	c 293	This is MiniSat 2.0 beta
290.07/292.88	c 293	WARNING: for repeatability, setting FPU to use double precision
290.07/292.88	c 293	============================[ Problem Statistics ]=============================
290.07/292.88	c 293	|                                                                             |
290.07/292.88	c 293	|  Number of variables:  1764                                                 |
290.07/292.88	c 293	|  Number of clauses:    649210                                               |
290.83/293.62	c 294	|  Parsing time:         0.64         s                                       |
290.83/293.67	c 294	============================[ Search Statistics ]==============================
290.83/293.67	c 294	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
290.83/293.67	c 294	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
290.83/293.67	c 294	===============================================================================
290.83/293.67	c 294	|         0 |    1764   649210  6546100 |   216403        0    nan |  0.000 % |
291.03/293.84	c 294	|       102 |    1764   649210  6546100 |   238043      102      9 |  0.000 % |
291.23/294.02	c 294	===============================================================================
291.23/294.02	c 294	restarts              : 2
291.23/294.02	c 294	conflicts             : 235            (229 /sec)
291.23/294.02	c 294	decisions             : 1909           (1.10 % random) (1863 /sec)
291.23/294.02	c 294	propagations          : 20210          (19720 /sec)
291.23/294.02	c 294	conflict literals     : 2022           (21.93 % deleted)
291.23/294.02	c 294	Memory used           : 48.00 MB
291.23/294.02	c 294	CPU time              : 1.02484 s
291.23/294.02	c 294	
291.23/294.02	c 294	SATISFIABLE
291.23/294.03	c 294	DECODING HOME/temp.out WITH HOME/temp.map
291.23/294.03	c 294	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
291.27/294.12	c 294	Decoding HOME/temp.out
291.27/294.15	s SATISFIABLE
291.27/294.15	v 18 0 24 0 19 18 10 24 20 25 8 19 24 20 15 15 8 4 18 15 14 0 21 8 14 13 8 2 17 0 5 4 21 4 1 20 24 18 24 4
291.27/294.15	c 295	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
291.27/294.21	c 295	CPU 290.79 (0.03 0.01 290.76 0.61)
291.27/294.21	c 295	END Fri Jul  4 12:35:07 2008

Verifier Data (download as text)

OK

Watcher Data (download as text)

runsolver version 3.2.5 (c) roussel@cril.univ-artois.fr

command line: /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1070855-1215167412/watcher-1070855-1215167412 -o /tmp/evaluation-result-1070855-1215167412/solver-1070855-1215167412 -C 1800 -W 2200 -M 900 --output-limit 1,15 HOME/sugar -c -vv -java=java -Xmx700M -jar=HOME/sugar-v1-13.jar -solver=HOME/minisat -tmp=HOME/temp HOME/instance-1070855-1215167412.xml 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2200 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 921600 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 972800 KiB
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.00 2.00 2.00 4/72 9853
/proc/meminfo: memFree=1849976/2055920 swapFree=4180540/4192956
[pid=9853] ppid=9851 vsize=12268 CPUtime=0
/proc/9853/stat : 9853 (sugar) R 9851 9853 8823 0 -1 4194304 348 0 0 0 0 0 0 0 22 0 1 0 1995715627 12562432 316 996147200 4194304 4206940 548682068608 18446744073709551615 227848976997 0 2147483391 4224 0 0 0 0 17 1 0 0
/proc/9853/statm: 3067 316 241 3 0 167 0

[startup+0.0576291 s]
/proc/loadavg: 2.00 2.00 2.00 4/72 9853
/proc/meminfo: memFree=1849976/2055920 swapFree=4180540/4192956
[pid=9853] ppid=9851 vsize=13600 CPUtime=0.04
/proc/9853/stat : 9853 (sugar) S 9851 9853 8823 0 -1 4194304 900 127 0 0 3 1 0 0 19 0 1 0 1995715627 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 227857707106 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/9853/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.102213 s]
/proc/loadavg: 2.00 2.00 2.00 4/72 9853
/proc/meminfo: memFree=1849976/2055920 swapFree=4180540/4192956
[pid=9853] ppid=9851 vsize=13600 CPUtime=0.04
/proc/9853/stat : 9853 (sugar) S 9851 9853 8823 0 -1 4194304 900 127 0 0 3 1 0 0 19 0 1 0 1995715627 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 227857707106 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/9853/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.301242 s]
/proc/loadavg: 2.00 2.00 2.00 4/72 9853
/proc/meminfo: memFree=1849976/2055920 swapFree=4180540/4192956
[pid=9853] ppid=9851 vsize=13600 CPUtime=0.04
/proc/9853/stat : 9853 (sugar) S 9851 9853 8823 0 -1 4194304 900 127 0 0 3 1 0 0 19 0 1 0 1995715627 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 227857707106 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/9853/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.701321 s]
/proc/loadavg: 2.00 2.00 2.00 4/72 9853
/proc/meminfo: memFree=1849976/2055920 swapFree=4180540/4192956
[pid=9853] ppid=9851 vsize=13600 CPUtime=0.04
/proc/9853/stat : 9853 (sugar) S 9851 9853 8823 0 -1 4194304 900 127 0 0 3 1 0 0 19 0 1 0 1995715627 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 227857707106 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/9853/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+1.50246 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 9875
/proc/meminfo: memFree=1841760/2055920 swapFree=4180540/4192956
[pid=9853] ppid=9851 vsize=13600 CPUtime=0.77
/proc/9853/stat : 9853 (sugar) S 9851 9853 8823 0 -1 4194304 973 7634 0 1 3 1 69 4 15 0 1 0 1995715627 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 227857707106 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/9853/statm: 3400 797 370 3 0 500 0
[pid=9866] ppid=9853 vsize=5356 CPUtime=0
/proc/9866/stat : 9866 (sh) S 9853 9853 8823 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1995715709 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 227848807236 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/9866/statm: 1339 233 193 169 0 50 0
[pid=9867] ppid=9866 vsize=864340 CPUtime=0.65
/proc/9867/stat : 9867 (java) S 9866 9853 8823 0 -1 0 7149 0 1 0 62 3 0 0 18 0 9 0 1995715709 885084160 6287 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/9867/statm: 216085 6287 2542 9 0 210660 0
[pid=9867/tid=9868] ppid=9866 vsize=864340 CPUtime=0.37
/proc/9867/task/9868/stat : 9868 (java) R 9866 9853 8823 0 -1 64 2558 0 1 0 36 1 0 0 18 0 9 0 1995715710 885084160 6287 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9867/tid=9869] ppid=9866 vsize=864340 CPUtime=0.18
/proc/9867/task/9869/stat : 9869 (java) S 9866 9853 8823 0 -1 64 3552 0 0 0 17 1 0 0 16 0 9 0 1995715711 885084160 6287 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=9867/tid=9870] ppid=9866 vsize=864340 CPUtime=0
/proc/9867/task/9870/stat : 9870 (java) S 9866 9853 8823 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1995715712 885084160 6287 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9867/tid=9871] ppid=9866 vsize=864340 CPUtime=0
/proc/9867/task/9871/stat : 9871 (java) S 9866 9853 8823 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 1995715712 885084160 6287 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9867/tid=9872] ppid=9866 vsize=864340 CPUtime=0
/proc/9867/task/9872/stat : 9872 (java) S 9866 9853 8823 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 1995715714 885084160 6287 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9867/tid=9873] ppid=9866 vsize=864340 CPUtime=0.08
/proc/9867/task/9873/stat : 9873 (java) R 9866 9853 8823 0 -1 64 342 0 0 0 8 0 0 0 16 0 9 0 1995715714 885084160 6287 996147200 134512640 134550740 4294955952 18446744073709551615 102719049 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9867/tid=9874] ppid=9866 vsize=864340 CPUtime=0
/proc/9867/task/9874/stat : 9874 (java) S 9866 9853 8823 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1995715714 885084160 6287 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9867/tid=9875] ppid=9866 vsize=864340 CPUtime=0
/proc/9867/task/9875/stat : 9875 (java) S 9866 9853 8823 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1995715714 885084160 6287 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.42
Current children cumulated vsize (KiB) 883296

[startup+3.10275 s]
/proc/loadavg: 2.00 2.00 2.00 4/83 9875
/proc/meminfo: memFree=1814176/2055920 swapFree=4180540/4192956
[pid=9853] ppid=9851 vsize=13600 CPUtime=0.77
/proc/9853/stat : 9853 (sugar) S 9851 9853 8823 0 -1 4194304 974 7634 0 1 3 1 69 4 16 0 1 0 1995715627 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 227857707106 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/9853/statm: 3400 797 370 3 0 500 0
[pid=9866] ppid=9853 vsize=5356 CPUtime=0
/proc/9866/stat : 9866 (sh) S 9853 9853 8823 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1995715709 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 227848807236 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/9866/statm: 1339 233 193 169 0 50 0
[pid=9867] ppid=9866 vsize=868916 CPUtime=2.24
/proc/9867/stat : 9867 (java) S 9866 9853 8823 0 -1 0 16941 0 1 0 216 8 0 0 18 0 9 0 1995715709 889769984 15483 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/9867/statm: 217229 15483 2540 9 0 211804 0
[pid=9867/tid=9868] ppid=9866 vsize=868916 CPUtime=0.86
/proc/9867/task/9868/stat : 9868 (java) R 9866 9853 8823 0 -1 64 3075 0 1 0 84 2 0 0 22 0 9 0 1995715710 889769984 15483 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9867/tid=9869] ppid=9866 vsize=868916 CPUtime=1.19
/proc/9867/task/9869/stat : 9869 (java) R 9866 9853 8823 0 -1 64 11757 0 0 0 115 4 0 0 18 0 9 0 1995715711 889769984 15483 996147200 134512640 134550740 4294955952 18446744073709551615 103765729 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=9867/tid=9870] ppid=9866 vsize=868916 CPUtime=0
/proc/9867/task/9870/stat : 9870 (java) S 9866 9853 8823 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1995715712 889769984 15483 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9867/tid=9871] ppid=9866 vsize=868916 CPUtime=0
/proc/9867/task/9871/stat : 9871 (java) S 9866 9853 8823 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1995715712 889769984 15483 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9867/tid=9872] ppid=9866 vsize=868916 CPUtime=0
/proc/9867/task/9872/stat : 9872 (java) S 9866 9853 8823 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 1995715714 889769984 15483 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9867/tid=9873] ppid=9866 vsize=868916 CPUtime=0.16
/proc/9867/task/9873/stat : 9873 (java) S 9866 9853 8823 0 -1 64 1412 0 0 0 16 0 0 0 16 0 9 0 1995715714 889769984 15483 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9867/tid=9874] ppid=9866 vsize=868916 CPUtime=0
/proc/9867/task/9874/stat : 9874 (java) S 9866 9853 8823 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1995715714 889769984 15483 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9867/tid=9875] ppid=9866 vsize=868916 CPUtime=0
/proc/9867/task/9875/stat : 9875 (java) S 9866 9853 8823 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1995715714 889769984 15483 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.01
Current children cumulated vsize (KiB) 887872

[startup+6.3023 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 9875
/proc/meminfo: memFree=1792800/2055920 swapFree=4180540/4192956
[pid=9853] ppid=9851 vsize=13600 CPUtime=0.77
/proc/9853/stat : 9853 (sugar) S 9851 9853 8823 0 -1 4194304 974 7634 0 1 3 1 69 4 15 0 1 0 1995715627 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 227857707106 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/9853/statm: 3400 797 370 3 0 500 0
[pid=9866] ppid=9853 vsize=5356 CPUtime=0
/proc/9866/stat : 9866 (sh) S 9853 9853 8823 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1995715709 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 227848807236 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/9866/statm: 1339 233 193 169 0 50 0
[pid=9867] ppid=9866 vsize=868524 CPUtime=5.4
/proc/9867/stat : 9867 (java) S 9866 9853 8823 0 -1 0 17483 0 1 0 531 9 0 0 18 0 9 0 1995715709 889368576 15837 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/9867/statm: 217131 15837 2565 9 0 211678 0
[pid=9867/tid=9868] ppid=9866 vsize=868524 CPUtime=3.79
/proc/9867/task/9868/stat : 9868 (java) R 9866 9853 8823 0 -1 64 3186 0 1 0 377 2 0 0 25 0 9 0 1995715710 889368576 15837 996147200 134512640 134550740 4294955952 18446744073709551615 4126870534 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9867/tid=9869] ppid=9866 vsize=868524 CPUtime=1.37
/proc/9867/task/9869/stat : 9869 (java) S 9866 9853 8823 0 -1 64 12162 0 0 0 133 4 0 0 16 0 9 0 1995715711 889368576 15837 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=9867/tid=9870] ppid=9866 vsize=868524 CPUtime=0
/proc/9867/task/9870/stat : 9870 (java) S 9866 9853 8823 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1995715712 889368576 15837 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9867/tid=9871] ppid=9866 vsize=868524 CPUtime=0
/proc/9867/task/9871/stat : 9871 (java) S 9866 9853 8823 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1995715712 889368576 15837 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9867/tid=9872] ppid=9866 vsize=868524 CPUtime=0
/proc/9867/task/9872/stat : 9872 (java) S 9866 9853 8823 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 1995715714 889368576 15837 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9867/tid=9873] ppid=9866 vsize=868524 CPUtime=0.2
/proc/9867/task/9873/stat : 9873 (java) S 9866 9853 8823 0 -1 64 1438 0 0 0 20 0 0 0 15 0 9 0 1995715714 889368576 15837 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9867/tid=9874] ppid=9866 vsize=868524 CPUtime=0
/proc/9867/task/9874/stat : 9874 (java) S 9866 9853 8823 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1995715714 889368576 15837 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9867/tid=9875] ppid=9866 vsize=868524 CPUtime=0
/proc/9867/task/9875/stat : 9875 (java) S 9866 9853 8823 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1995715714 889368576 15837 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.17
Current children cumulated vsize (KiB) 887480

[startup+12.7024 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 9875
/proc/meminfo: memFree=1792544/2055920 swapFree=4180540/4192956
[pid=9853] ppid=9851 vsize=13600 CPUtime=0.77
/proc/9853/stat : 9853 (sugar) S 9851 9853 8823 0 -1 4194304 974 7634 0 1 3 1 69 4 15 0 1 0 1995715627 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 227857707106 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/9853/statm: 3400 797 370 3 0 500 0
[pid=9866] ppid=9853 vsize=5356 CPUtime=0
/proc/9866/stat : 9866 (sh) S 9853 9853 8823 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1995715709 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 227848807236 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/9866/statm: 1339 233 193 169 0 50 0
[pid=9867] ppid=9866 vsize=868524 CPUtime=11.74
/proc/9867/stat : 9867 (java) S 9866 9853 8823 0 -1 0 17483 0 1 0 1165 9 0 0 18 0 9 0 1995715709 889368576 15837 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/9867/statm: 217131 15837 2565 9 0 211678 0
[pid=9867/tid=9868] ppid=9866 vsize=868524 CPUtime=10.13
/proc/9867/task/9868/stat : 9868 (java) R 9866 9853 8823 0 -1 64 3186 0 1 0 1011 2 0 0 25 0 9 0 1995715710 889368576 15837 996147200 134512640 134550740 4294955952 18446744073709551615 4126870525 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9867/tid=9869] ppid=9866 vsize=868524 CPUtime=1.37
/proc/9867/task/9869/stat : 9869 (java) S 9866 9853 8823 0 -1 64 12162 0 0 0 133 4 0 0 16 0 9 0 1995715711 889368576 15837 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=9867/tid=9870] ppid=9866 vsize=868524 CPUtime=0
/proc/9867/task/9870/stat : 9870 (java) S 9866 9853 8823 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1995715712 889368576 15837 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9867/tid=9871] ppid=9866 vsize=868524 CPUtime=0
/proc/9867/task/9871/stat : 9871 (java) S 9866 9853 8823 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1995715712 889368576 15837 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9867/tid=9872] ppid=9866 vsize=868524 CPUtime=0
/proc/9867/task/9872/stat : 9872 (java) S 9866 9853 8823 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 1995715714 889368576 15837 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9867/tid=9873] ppid=9866 vsize=868524 CPUtime=0.2
/proc/9867/task/9873/stat : 9873 (java) S 9866 9853 8823 0 -1 64 1438 0 0 0 20 0 0 0 15 0 9 0 1995715714 889368576 15837 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9867/tid=9874] ppid=9866 vsize=868524 CPUtime=0
/proc/9867/task/9874/stat : 9874 (java) S 9866 9853 8823 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1995715714 889368576 15837 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9867/tid=9875] ppid=9866 vsize=868524 CPUtime=0
/proc/9867/task/9875/stat : 9875 (java) S 9866 9853 8823 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1995715714 889368576 15837 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.51
Current children cumulated vsize (KiB) 887480

[startup+25.5017 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 9875
/proc/meminfo: memFree=1790048/2055920 swapFree=4180540/4192956
[pid=9853] ppid=9851 vsize=13600 CPUtime=0.77
/proc/9853/stat : 9853 (sugar) S 9851 9853 8823 0 -1 4194304 974 7634 0 1 3 1 69 4 15 0 1 0 1995715627 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 227857707106 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/9853/statm: 3400 797 370 3 0 500 0
[pid=9866] ppid=9853 vsize=5356 CPUtime=0
/proc/9866/stat : 9866 (sh) S 9853 9853 8823 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1995715709 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 227848807236 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/9866/statm: 1339 233 193 169 0 50 0
[pid=9867] ppid=9866 vsize=868524 CPUtime=24.43
/proc/9867/stat : 9867 (java) S 9866 9853 8823 0 -1 0 18144 0 1 0 2434 9 0 0 18 0 9 0 1995715709 889368576 16482 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/9867/statm: 217131 16482 2565 9 0 211678 0
[pid=9867/tid=9868] ppid=9866 vsize=868524 CPUtime=22.77
/proc/9867/task/9868/stat : 9868 (java) R 9866 9853 8823 0 -1 64 3202 0 1 0 2275 2 0 0 25 0 9 0 1995715710 889368576 16482 996147200 134512640 134550740 4294955952 18446744073709551615 4126095719 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9867/tid=9869] ppid=9866 vsize=868524 CPUtime=1.42
/proc/9867/task/9869/stat : 9869 (java) S 9866 9853 8823 0 -1 64 12807 0 0 0 137 5 0 0 16 0 9 0 1995715711 889368576 16482 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=9867/tid=9870] ppid=9866 vsize=868524 CPUtime=0
/proc/9867/task/9870/stat : 9870 (java) S 9866 9853 8823 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1995715712 889368576 16482 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9867/tid=9871] ppid=9866 vsize=868524 CPUtime=0
/proc/9867/task/9871/stat : 9871 (java) S 9866 9853 8823 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1995715712 889368576 16482 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0

################
# More data... #
################

Current children cumulated CPU time (s) 220.21
Current children cumulated vsize (KiB) 887480

[startup+282.303 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 9875
/proc/meminfo: memFree=1727712/2055920 swapFree=4180540/4192956
[pid=9853] ppid=9851 vsize=13600 CPUtime=0.77
/proc/9853/stat : 9853 (sugar) S 9851 9853 8823 0 -1 4194304 974 7634 0 1 3 1 69 4 15 0 1 0 1995715627 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 227857707106 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/9853/statm: 3400 797 370 3 0 500 0
[pid=9866] ppid=9853 vsize=5356 CPUtime=0
/proc/9866/stat : 9866 (sh) S 9853 9853 8823 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1995715709 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 227848807236 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/9866/statm: 1339 233 193 169 0 50 0
[pid=9867] ppid=9866 vsize=868524 CPUtime=278.9
/proc/9867/stat : 9867 (java) S 9866 9853 8823 0 -1 0 34454 0 1 0 27855 35 0 0 18 0 9 0 1995715709 889368576 26535 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/9867/statm: 217131 26535 2565 9 0 211678 0
[pid=9867/tid=9868] ppid=9866 vsize=868524 CPUtime=275.16
/proc/9867/task/9868/stat : 9868 (java) R 9866 9853 8823 0 -1 64 3859 0 1 0 27499 17 0 0 25 0 9 0 1995715710 889368576 26535 996147200 134512640 134550740 4294955952 18446744073709551615 4126873040 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9867/tid=9869] ppid=9866 vsize=868524 CPUtime=3.49
/proc/9867/task/9869/stat : 9869 (java) S 9866 9853 8823 0 -1 64 28453 0 0 0 334 15 0 0 16 0 9 0 1995715711 889368576 26535 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=9867/tid=9870] ppid=9866 vsize=868524 CPUtime=0
/proc/9867/task/9870/stat : 9870 (java) S 9866 9853 8823 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1995715712 889368576 26535 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9867/tid=9871] ppid=9866 vsize=868524 CPUtime=0
/proc/9867/task/9871/stat : 9871 (java) S 9866 9853 8823 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1995715712 889368576 26535 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9867/tid=9872] ppid=9866 vsize=868524 CPUtime=0
/proc/9867/task/9872/stat : 9872 (java) S 9866 9853 8823 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 1995715714 889368576 26535 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9867/tid=9873] ppid=9866 vsize=868524 CPUtime=0.21
/proc/9867/task/9873/stat : 9873 (java) S 9866 9853 8823 0 -1 64 1445 0 0 0 21 0 0 0 16 0 9 0 1995715714 889368576 26535 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9867/tid=9874] ppid=9866 vsize=868524 CPUtime=0
/proc/9867/task/9874/stat : 9874 (java) S 9866 9853 8823 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1995715714 889368576 26535 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9867/tid=9875] ppid=9866 vsize=868524 CPUtime=0
/proc/9867/task/9875/stat : 9875 (java) S 9866 9853 8823 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1995715714 889368576 26535 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 279.67
Current children cumulated vsize (KiB) 887480

Solver just ended. Dumping a history of the last processes samples

[startup+287.903 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 9875
/proc/meminfo: memFree=1727712/2055920 swapFree=4180540/4192956
[pid=9853] ppid=9851 vsize=13600 CPUtime=0.77
/proc/9853/stat : 9853 (sugar) S 9851 9853 8823 0 -1 4194304 974 7634 0 1 3 1 69 4 15 0 1 0 1995715627 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 227857707106 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/9853/statm: 3400 797 370 3 0 500 0
[pid=9866] ppid=9853 vsize=5356 CPUtime=0
/proc/9866/stat : 9866 (sh) S 9853 9853 8823 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1995715709 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 227848807236 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/9866/statm: 1339 233 193 169 0 50 0
[pid=9867] ppid=9866 vsize=868524 CPUtime=284.45
/proc/9867/stat : 9867 (java) S 9866 9853 8823 0 -1 0 34454 0 1 0 28410 35 0 0 18 0 9 0 1995715709 889368576 26535 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/9867/statm: 217131 26535 2565 9 0 211678 0
[pid=9867/tid=9868] ppid=9866 vsize=868524 CPUtime=280.71
/proc/9867/task/9868/stat : 9868 (java) R 9866 9853 8823 0 -1 64 3859 0 1 0 28054 17 0 0 25 0 9 0 1995715710 889368576 26535 996147200 134512640 134550740 4294955952 18446744073709551615 102064907 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9867/tid=9869] ppid=9866 vsize=868524 CPUtime=3.49
/proc/9867/task/9869/stat : 9869 (java) S 9866 9853 8823 0 -1 64 28453 0 0 0 334 15 0 0 16 0 9 0 1995715711 889368576 26535 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=9867/tid=9870] ppid=9866 vsize=868524 CPUtime=0
/proc/9867/task/9870/stat : 9870 (java) S 9866 9853 8823 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1995715712 889368576 26535 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9867/tid=9871] ppid=9866 vsize=868524 CPUtime=0
/proc/9867/task/9871/stat : 9871 (java) S 9866 9853 8823 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1995715712 889368576 26535 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9867/tid=9872] ppid=9866 vsize=868524 CPUtime=0
/proc/9867/task/9872/stat : 9872 (java) S 9866 9853 8823 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 1995715714 889368576 26535 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9867/tid=9873] ppid=9866 vsize=868524 CPUtime=0.21
/proc/9867/task/9873/stat : 9873 (java) S 9866 9853 8823 0 -1 64 1445 0 0 0 21 0 0 0 16 0 9 0 1995715714 889368576 26535 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9867/tid=9874] ppid=9866 vsize=868524 CPUtime=0
/proc/9867/task/9874/stat : 9874 (java) S 9866 9853 8823 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1995715714 889368576 26535 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9867/tid=9875] ppid=9866 vsize=868524 CPUtime=0
/proc/9867/task/9875/stat : 9875 (java) S 9866 9853 8823 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1995715714 889368576 26535 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 285.22
Current children cumulated vsize (KiB) 887480

[startup+291.103 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 9875
/proc/meminfo: memFree=1727712/2055920 swapFree=4180540/4192956
[pid=9853] ppid=9851 vsize=13600 CPUtime=0.77
/proc/9853/stat : 9853 (sugar) S 9851 9853 8823 0 -1 4194304 974 7634 0 1 3 1 69 4 15 0 1 0 1995715627 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 227857707106 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/9853/statm: 3400 797 370 3 0 500 0
[pid=9866] ppid=9853 vsize=5356 CPUtime=0
/proc/9866/stat : 9866 (sh) S 9853 9853 8823 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1995715709 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 227848807236 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/9866/statm: 1339 233 193 169 0 50 0
[pid=9867] ppid=9866 vsize=868524 CPUtime=287.62
/proc/9867/stat : 9867 (java) S 9866 9853 8823 0 -1 0 34454 0 1 0 28727 35 0 0 18 0 9 0 1995715709 889368576 26535 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/9867/statm: 217131 26535 2565 9 0 211678 0
[pid=9867/tid=9868] ppid=9866 vsize=868524 CPUtime=283.88
/proc/9867/task/9868/stat : 9868 (java) R 9866 9853 8823 0 -1 64 3859 0 1 0 28371 17 0 0 25 0 9 0 1995715710 889368576 26535 996147200 134512640 134550740 4294955952 18446744073709551615 4126870525 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9867/tid=9869] ppid=9866 vsize=868524 CPUtime=3.49
/proc/9867/task/9869/stat : 9869 (java) S 9866 9853 8823 0 -1 64 28453 0 0 0 334 15 0 0 16 0 9 0 1995715711 889368576 26535 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=9867/tid=9870] ppid=9866 vsize=868524 CPUtime=0
/proc/9867/task/9870/stat : 9870 (java) S 9866 9853 8823 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1995715712 889368576 26535 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9867/tid=9871] ppid=9866 vsize=868524 CPUtime=0
/proc/9867/task/9871/stat : 9871 (java) S 9866 9853 8823 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1995715712 889368576 26535 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9867/tid=9872] ppid=9866 vsize=868524 CPUtime=0
/proc/9867/task/9872/stat : 9872 (java) S 9866 9853 8823 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 1995715714 889368576 26535 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9867/tid=9873] ppid=9866 vsize=868524 CPUtime=0.21
/proc/9867/task/9873/stat : 9873 (java) S 9866 9853 8823 0 -1 64 1445 0 0 0 21 0 0 0 16 0 9 0 1995715714 889368576 26535 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9867/tid=9874] ppid=9866 vsize=868524 CPUtime=0
/proc/9867/task/9874/stat : 9874 (java) S 9866 9853 8823 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1995715714 889368576 26535 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9867/tid=9875] ppid=9866 vsize=868524 CPUtime=0
/proc/9867/task/9875/stat : 9875 (java) S 9866 9853 8823 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1995715714 889368576 26535 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 288.39
Current children cumulated vsize (KiB) 887480

[startup+292.703 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 9875
/proc/meminfo: memFree=1723424/2055920 swapFree=4180540/4192956
[pid=9853] ppid=9851 vsize=13600 CPUtime=0.77
/proc/9853/stat : 9853 (sugar) S 9851 9853 8823 0 -1 4194304 974 7634 0 1 3 1 69 4 15 0 1 0 1995715627 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 227857707106 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/9853/statm: 3400 797 370 3 0 500 0
[pid=9866] ppid=9853 vsize=5356 CPUtime=0
/proc/9866/stat : 9866 (sh) S 9853 9853 8823 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1995715709 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 227848807236 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/9866/statm: 1339 233 193 169 0 50 0
[pid=9867] ppid=9866 vsize=868524 CPUtime=289.21
/proc/9867/stat : 9867 (java) S 9866 9853 8823 0 -1 0 34496 0 1 0 28882 39 0 0 18 0 9 0 1995715709 889368576 26535 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/9867/statm: 217131 26535 2565 9 0 211678 0
[pid=9867/tid=9868] ppid=9866 vsize=868524 CPUtime=285.39
/proc/9867/task/9868/stat : 9868 (java) R 9866 9853 8823 0 -1 64 3901 0 1 0 28519 20 0 0 25 0 9 0 1995715710 889368576 26535 996147200 134512640 134550740 4294955952 18446744073709551615 4126536996 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9867/tid=9869] ppid=9866 vsize=868524 CPUtime=3.57
/proc/9867/task/9869/stat : 9869 (java) S 9866 9853 8823 0 -1 64 28453 0 0 0 341 16 0 0 16 0 9 0 1995715711 889368576 26535 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=9867/tid=9870] ppid=9866 vsize=868524 CPUtime=0
/proc/9867/task/9870/stat : 9870 (java) S 9866 9853 8823 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1995715712 889368576 26535 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9867/tid=9871] ppid=9866 vsize=868524 CPUtime=0
/proc/9867/task/9871/stat : 9871 (java) S 9866 9853 8823 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1995715712 889368576 26535 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9867/tid=9872] ppid=9866 vsize=868524 CPUtime=0
/proc/9867/task/9872/stat : 9872 (java) S 9866 9853 8823 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 1995715714 889368576 26535 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9867/tid=9873] ppid=9866 vsize=868524 CPUtime=0.21
/proc/9867/task/9873/stat : 9873 (java) S 9866 9853 8823 0 -1 64 1445 0 0 0 21 0 0 0 16 0 9 0 1995715714 889368576 26535 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9867/tid=9874] ppid=9866 vsize=868524 CPUtime=0
/proc/9867/task/9874/stat : 9874 (java) S 9866 9853 8823 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1995715714 889368576 26535 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9867/tid=9875] ppid=9866 vsize=868524 CPUtime=0
/proc/9867/task/9875/stat : 9875 (java) S 9866 9853 8823 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1995715714 889368576 26535 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 289.98
Current children cumulated vsize (KiB) 887480

[startup+293.502 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 9875
/proc/meminfo: memFree=1723424/2055920 swapFree=4180540/4192956
[pid=9853] ppid=9851 vsize=13600 CPUtime=290.13
/proc/9853/stat : 9853 (sugar) S 9851 9853 8823 0 -1 4194304 1031 42440 0 2 3 1 28963 46 16 0 1 0 1995715627 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 227857707106 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/9853/statm: 3400 798 370 3 0 500 0
Current children cumulated CPU time (s) 290.13
Current children cumulated vsize (KiB) 13600

[startup+293.901 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 9877
/proc/meminfo: memFree=1773792/2055920 swapFree=4180540/4192956
[pid=9853] ppid=9851 vsize=13600 CPUtime=290.13
/proc/9853/stat : 9853 (sugar) S 9851 9853 8823 0 -1 4194304 1031 42440 0 2 3 1 28963 46 15 0 1 0 1995715627 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 227857707106 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/9853/statm: 3400 798 370 3 0 500 0
[pid=9876] ppid=9853 vsize=5356 CPUtime=0
/proc/9876/stat : 9876 (sh) S 9853 9853 8823 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1995744914 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 227848807236 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/9876/statm: 1339 232 193 169 0 50 0
[pid=9877] ppid=9876 vsize=48488 CPUtime=1
/proc/9877/stat : 9877 (minisat) R 9876 9853 8823 0 -1 4194304 11869 0 0 0 90 10 0 0 25 0 1 0 1995744915 49651712 11855 996147200 134512640 135127466 4294956256 18446744073709551615 134530828 0 0 4096 3 0 0 0 17 1 0 0
/proc/9877/statm: 12122 11855 76 150 0 11969 0
Current children cumulated CPU time (s) 291.13
Current children cumulated vsize (KiB) 67444

[startup+294.101 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 9877
/proc/meminfo: memFree=1773792/2055920 swapFree=4180540/4192956
[pid=9853] ppid=9851 vsize=13600 CPUtime=291.27
/proc/9853/stat : 9853 (sugar) S 9851 9853 8823 0 -1 4194304 1070 54761 0 2 3 1 29066 57 16 0 1 0 1995715627 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 227857707106 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/9853/statm: 3400 798 370 3 0 500 0
Current children cumulated CPU time (s) 291.27
Current children cumulated vsize (KiB) 13600

[startup+294.201 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 9877
/proc/meminfo: memFree=1773792/2055920 swapFree=4180540/4192956
[pid=9853] ppid=9851 vsize=13600 CPUtime=291.27
/proc/9853/stat : 9853 (sugar) S 9851 9853 8823 0 -1 4194304 1090 54761 0 2 3 1 29066 57 15 0 1 0 1995715627 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 227857707106 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/9853/statm: 3400 798 370 3 0 500 0
Current children cumulated CPU time (s) 291.27
Current children cumulated vsize (KiB) 13600

Child status: 0
Real time (s): 294.227
CPU time (s): 291.449
CPU user time (s): 290.8
CPU system time (s): 0.648901
CPU usage (%): 99.0558
Max. virtual memory (cumulated for all children) (KiB): 900292

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 290.8
system time used= 0.648901
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 59595
page faults= 3
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 11872
involuntary context switches= 17657

runsolver used 0.412937 second user time and 0.943856 second system time

The end

Launcher Data (download as text)

Begin job on node18 at 2008-07-04 12:30:12
IDJOB=1070855
IDBENCH=56000
IDSOLVER=346
FILE ID=node18/1070855-1215167412
PBS_JOBID= 7881445
Free space on /tmp= 66556 MiB

SOLVER NAME= Sugar v1.13+minisat
BENCH NAME= CPAI08/csp/ukPuzzle/normalized-crossword-m1-uk-puzzle10.xml
COMMAND LINE= DIR/sugar -c -vv -java="java -Xmx700M" -jar="DIR/sugar-v1-13.jar" -solver="DIR/minisat" -tmp="TMPDIR/temp" BENCHNAME
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1070855-1215167412/watcher-1070855-1215167412 -o /tmp/evaluation-result-1070855-1215167412/solver-1070855-1215167412 -C 1800 -W 2200 -M 900 --output-limit 1,15  HOME/sugar -c -vv -java="java -Xmx700M" -jar="HOME/sugar-v1-13.jar" -solver="HOME/minisat" -tmp="HOME/temp" HOME/instance-1070855-1215167412.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= ed386202dff9a90c1d67cfbc8f1c8252
RANDOM SEED=1410318174

node18.alineos.net Linux 2.6.9-22.EL.rootsmp #1 SMP Mon Oct 3 08:59:52 CEST 2005

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.268
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5931.00
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.268
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5586.94
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1850456 kB
Buffers:         30480 kB
Cached:         108708 kB
SwapCached:       6536 kB
Active:         110064 kB
Inactive:        44316 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1850456 kB
SwapTotal:     4192956 kB
SwapFree:      4180540 kB
Dirty:            1856 kB
Writeback:           0 kB
Mapped:          22336 kB
Slab:            36488 kB
Committed_AS:  3441448 kB
PageTables:       1688 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66552 MiB
End job on node18 at 2008-07-04 12:35:07