Trace number 1112668

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 NameAnswerNumber of falsified constraintsCPU timeWall clock time
Sugar v1.13+minisat? 188.897 194.723

General information on the benchmark

Namecsp/super-queens/
normalized-super-queens-7.xml
MD5SUMfc9f58475a614e928f4d65ba1e610c18
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkMSAT TO
Best Number of falsified constraints22
Best CPU time to get the best result obtained on this benchmark3600.06
Satisfiable
(Un)Satisfiability was proved
Number of variables360
Number of constraints48510
Maximum constraint arity2
Maximum domain size180
Number of constraints which are defined in extension0
Number of constraints which are defined in intension48510
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.15	c 0	Sugar v1-13 + HOME/minisat
0.00/0.15	c 0	BEGIN Sat Jul 12 16:18:47 2008
0.00/0.15	c 0	PID 17466
0.00/0.15	c 0	HOST node9.alineos.net
0.00/0.15	c 0	CONVERTING HOME/instance-1112668-1215872327.xml TO HOME/temp.csp
0.00/0.15	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1112668-1215872327.xml' 'HOME/temp.csp'
2.65/2.85	c 3	1 domains, 360 variables, 2 predicates, 0 relations, 48510 constraints
2.65/2.88	c 3	ENCODING HOME/temp.csp TO HOME/temp.cnf
2.65/2.88	c 3	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -max -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
2.71/2.96	c 3	Parsing HOME/temp.csp
3.01/3.29	c 4	parsed 10000 expressions
3.31/3.50	c 4	parsed 20000 expressions
3.50/3.72	c 4	parsed 30000 expressions
3.71/3.90	c 4	parsed 40000 expressions
3.90/4.13	c 4	parsed 48873 expressions
3.90/4.13	c 4	Heap : 15 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
4.30/4.54	c 5	MAX CSP: 48510 constraints
4.30/4.54	c 5	Converting to clausal form CSP
5.29/5.58	c 6	converted 9739 (10%) expressions
5.88/6.19	c 7	converted 19478 (20%) expressions
6.88/7.13	c 7	converted 29216 (30%) expressions
7.46/7.74	c 8	converted 38955 (40%) expressions
8.06/8.34	c 9	converted 48693 (50%) expressions
9.35/9.66	c 10	converted 58432 (60%) expressions
9.94/10.27	c 11	converted 68171 (70%) expressions
10.53/10.87	c 11	converted 77909 (80%) expressions
11.13/11.47	c 12	converted 87648 (90%) expressions
17.55/17.91	c 18	converted 97386 (100%) expressions
17.55/17.92	c 18	CSP : 97380 integers, 96660 booleans, 338849 clauses, largest domain size 72766
17.55/17.92	c 18	Heap : 204 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
17.55/17.92	c 18	Propagation in CSP
21.52/21.91	c 22	48498 values, 0 unsatisfiable literals, and 0 valid clauses are removed
21.52/21.93	c 22	CSP : 97380 integers, 96660 booleans, 338849 clauses, largest domain size 48511
21.52/21.93	c 22	Heap : 232 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
21.62/22.01	c 22	Simplifing CSP by introducing new Boolean variables
24.00/24.41	c 25	CSP : 97380 integers, 290334 booleans, 532523 clauses, largest domain size 48511
24.00/24.41	c 25	Heap : 298 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
25.59/26.06	c 26	Encoding CSP to SAT : HOME/temp.cnf
25.78/26.22	c 27	9738 (10%) CSP integer variables are encoded (64080 clauses, 939176 bytes)
25.78/26.24	c 27	19476 (20%) CSP integer variables are encoded (64080 clauses, 939176 bytes)
25.78/26.25	c 27	29214 (30%) CSP integer variables are encoded (64080 clauses, 939176 bytes)
25.78/26.26	c 27	38952 (40%) CSP integer variables are encoded (64080 clauses, 939176 bytes)
25.78/26.27	c 27	48690 (50%) CSP integer variables are encoded (64080 clauses, 939176 bytes)
25.98/26.48	c 27	58428 (60%) CSP integer variables are encoded (218772 clauses, 3568940 bytes)
26.17/26.65	c 27	68166 (70%) CSP integer variables are encoded (345266 clauses, 5719338 bytes)
27.16/27.65	c 28	77904 (80%) CSP integer variables are encoded (1171121 clauses, 20247360 bytes)
27.36/27.82	c 28	87642 (90%) CSP integer variables are encoded (1298021 clauses, 22658460 bytes)
27.56/28.03	c 28	97380 (100%) CSP integer variables are encoded (1453857 clauses, 25619344 bytes)
36.31/36.94	c 37	53253 (10%) CSP clauses are encoded (5822568 clauses, 133807187 bytes)
45.24/46.09	c 46	106505 (20%) CSP clauses are encoded (10291105 clauses, 246414124 bytes)
54.69/55.77	c 56	159757 (30%) CSP clauses are encoded (14903954 clauses, 366353365 bytes)
64.61/65.93	c 66	213010 (40%) CSP clauses are encoded (19708037 clauses, 493321696 bytes)
74.84/76.41	c 77	266262 (50%) CSP clauses are encoded (24669389 clauses, 624769910 bytes)
85.46/87.33	c 88	319514 (60%) CSP clauses are encoded (29855130 clauses, 762612066 bytes)
96.57/98.76	c 99	372767 (70%) CSP clauses are encoded (35295814 clauses, 907718226 bytes)
108.44/110.96	c 111	426019 (80%) CSP clauses are encoded (41094340 clauses, 1063003721 bytes)
187.87/192.64	c 193	ERROR Exception Too large HOME/temp.cnf
187.87/192.64	c 193	jp.ac.kobe_u.cs.sugar.encoder.Encoder.encode(Encoder.java:219)
187.87/192.64	c 193	jp.ac.kobe_u.cs.sugar.SugarMain.encode(SugarMain.java:130)
187.87/192.64	c 193	jp.ac.kobe_u.cs.sugar.SugarMain.main(SugarMain.java:258)
187.87/192.64	s UNKNOWN
187.94/192.72	c 193	CPU 174.76 (0.03 0.01 174.73 13.22)
187.94/192.72	c 193	END Sat Jul 12 16:22:00 2008

Verifier Data (download as text)

ERROR: no interpretation found !

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-1112668-1215872327/watcher-1112668-1215872327 -o /tmp/evaluation-result-1112668-1215872327/solver-1112668-1215872327 -C 3600 -W 4000 -M 900 --output-limit 1,15 HOME/sugar -max -c -vv -java=java -Xmx700M -jar=HOME/sugar-v1-13.jar -solver=HOME/minisat -tmp=HOME/temp HOME/instance-1112668-1215872327.xml 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 3600 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 3630 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 4000 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.08 2.44 2.57 4/81 17466
/proc/meminfo: memFree=1929888/2055920 swapFree=4180384/4192956
[pid=17466] ppid=17464 vsize=18572 CPUtime=0
/proc/17466/stat : 17466 (runsolver) R 17464 17466 16415 0 -1 4194368 15 0 0 0 0 0 0 0 20 0 1 0 43935647 19017728 292 996147200 4194304 4296836 548682068256 18446744073709551615 215418989863 0 0 4096 24578 0 0 0 17 1 0 0
/proc/17466/statm: 4643 292 257 25 0 2626 0

[startup+0.0326981 s]
/proc/loadavg: 2.08 2.44 2.57 4/81 17466
/proc/meminfo: memFree=1929888/2055920 swapFree=4180384/4192956
[pid=17466] ppid=17464 vsize=124 CPUtime=0
/proc/17466/stat : 17466 (sugar) D 17464 17466 16415 0 -1 4194304 38 0 0 0 0 0 0 0 19 0 1 0 43935647 126976 23 996147200 4194304 4206940 548682068592 18446744073709551615 215416370569 0 0 4096 0 18446744071563608240 0 0 17 1 0 0
/proc/17466/statm: 31 23 17 3 0 3 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 124

[startup+0.101714 s]
/proc/loadavg: 2.08 2.44 2.57 4/81 17466
/proc/meminfo: memFree=1929888/2055920 swapFree=4180384/4192956
[pid=17466] ppid=17464 vsize=12412 CPUtime=0
/proc/17466/stat : 17466 (sugar) D 17464 17466 16415 0 -1 4194304 414 0 0 0 0 0 0 0 18 0 1 0 43935647 12709888 382 996147200 4194304 4206940 548682068592 18446744073709551615 215427887202 0 0 4224 0 18446744071563479169 0 0 17 1 0 0
/proc/17466/statm: 3103 382 275 3 0 203 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 12412

[startup+0.301758 s]
/proc/loadavg: 2.08 2.44 2.57 4/81 17466
/proc/meminfo: memFree=1929888/2055920 swapFree=4180384/4192956
[pid=17466] ppid=17464 vsize=13600 CPUtime=0.04
/proc/17466/stat : 17466 (sugar) S 17464 17466 16415 0 -1 4194304 898 127 0 0 3 1 0 0 19 0 1 0 43935647 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17466/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.701837 s]
/proc/loadavg: 2.08 2.44 2.57 4/81 17466
/proc/meminfo: memFree=1929888/2055920 swapFree=4180384/4192956
[pid=17466] ppid=17464 vsize=13600 CPUtime=0.04
/proc/17466/stat : 17466 (sugar) S 17464 17466 16415 0 -1 4194304 898 127 0 0 3 1 0 0 19 0 1 0 43935647 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17466/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+1.50299 s]
/proc/loadavg: 2.08 2.44 2.57 4/92 17478
/proc/meminfo: memFree=1904968/2055920 swapFree=4180384/4192956
[pid=17466] ppid=17464 vsize=13600 CPUtime=0.04
/proc/17466/stat : 17466 (sugar) S 17464 17466 16415 0 -1 4194304 898 127 0 0 3 1 0 0 19 0 1 0 43935647 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17466/statm: 3400 796 370 3 0 500 0
[pid=17469] ppid=17466 vsize=5356 CPUtime=0
/proc/17469/stat : 17469 (sh) S 17466 17466 16415 0 -1 4194304 277 0 0 0 0 0 0 0 20 0 1 0 43935663 5484544 233 996147200 4194304 4889804 548682068752 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17469/statm: 1339 233 193 169 0 50 0
[pid=17470] ppid=17469 vsize=864676 CPUtime=1.31
/proc/17470/stat : 17470 (java) S 17469 17466 16415 0 -1 0 14902 0 1 0 124 7 0 0 18 0 9 0 43935663 885428224 12456 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17470/statm: 216169 12456 2529 9 0 210751 0
[pid=17470/tid=17471] ppid=17469 vsize=864676 CPUtime=0.76
/proc/17470/task/17471/stat : 17471 (java) R 17469 17466 16415 0 -1 64 2971 0 1 0 75 1 0 0 24 0 9 0 43935664 885428224 12456 996147200 134512640 134550740 4294956000 18446744073709551615 4126569652 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17470/tid=17472] ppid=17469 vsize=864676 CPUtime=0.43
/proc/17470/task/17472/stat : 17472 (java) S 17469 17466 16415 0 -1 64 10744 0 0 0 39 4 0 0 16 0 9 0 43935665 885428224 12456 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17470/tid=17473] ppid=17469 vsize=864676 CPUtime=0
/proc/17470/task/17473/stat : 17473 (java) S 17469 17466 16415 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 43935666 885428224 12456 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17470/tid=17474] ppid=17469 vsize=864676 CPUtime=0
/proc/17470/task/17474/stat : 17474 (java) S 17469 17466 16415 0 -1 64 10 0 0 0 0 0 0 0 15 0 9 0 43935666 885428224 12456 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17470/tid=17475] ppid=17469 vsize=864676 CPUtime=0
/proc/17470/task/17475/stat : 17475 (java) S 17469 17466 16415 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 43935668 885428224 12456 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17470/tid=17476] ppid=17469 vsize=864676 CPUtime=0.09
/proc/17470/task/17476/stat : 17476 (java) S 17469 17466 16415 0 -1 64 488 0 0 0 9 0 0 0 16 0 9 0 43935668 885428224 12456 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17470/tid=17477] ppid=17469 vsize=864676 CPUtime=0
/proc/17470/task/17477/stat : 17477 (java) S 17469 17466 16415 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 43935668 885428224 12456 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17470/tid=17478] ppid=17469 vsize=864676 CPUtime=0
/proc/17470/task/17478/stat : 17478 (java) S 17469 17466 16415 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 43935668 885428224 12456 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.35
Current children cumulated vsize (KiB) 883632

[startup+3.10129 s]
/proc/loadavg: 2.07 2.43 2.56 3/92 17478
/proc/meminfo: memFree=1865416/2055920 swapFree=4180384/4192956
[pid=17466] ppid=17464 vsize=13600 CPUtime=2.71
/proc/17466/stat : 17466 (sugar) S 17464 17466 16415 0 -1 4194304 974 24251 0 1 3 1 254 13 16 0 1 0 43935647 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17466/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 2.71
Current children cumulated vsize (KiB) 13600

[startup+6.30291 s]
/proc/loadavg: 2.07 2.43 2.56 4/92 17488
/proc/meminfo: memFree=1875592/2055920 swapFree=4180384/4192956
[pid=17466] ppid=17464 vsize=13600 CPUtime=2.71
/proc/17466/stat : 17466 (sugar) S 17464 17466 16415 0 -1 4194304 974 24251 0 1 3 1 254 13 15 0 1 0 43935647 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17466/statm: 3400 797 370 3 0 500 0
[pid=17479] ppid=17466 vsize=5356 CPUtime=0
/proc/17479/stat : 17479 (sh) S 17466 17466 16415 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 43935935 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17479/statm: 1339 233 193 169 0 50 0
[pid=17480] ppid=17479 vsize=868432 CPUtime=3.37
/proc/17480/stat : 17480 (java) S 17479 17466 16415 0 -1 0 21303 0 1 0 327 10 0 0 18 0 9 0 43935935 889274368 19345 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17480/statm: 217108 19345 2540 9 0 211683 0
[pid=17480/tid=17481] ppid=17479 vsize=868432 CPUtime=1.93
/proc/17480/task/17481/stat : 17481 (java) R 17479 17466 16415 0 -1 64 3230 0 1 0 191 2 0 0 25 0 9 0 43935936 889274368 19345 996147200 134512640 134550740 4294955936 18446744073709551615 4126916143 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17480/tid=17482] ppid=17479 vsize=868432 CPUtime=1.19
/proc/17480/task/17482/stat : 17482 (java) S 17479 17466 16415 0 -1 64 15909 0 0 0 113 6 0 0 16 0 9 0 43935937 889274368 19345 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17480/tid=17483] ppid=17479 vsize=868432 CPUtime=0
/proc/17480/task/17483/stat : 17483 (java) S 17479 17466 16415 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 43935937 889274368 19345 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17480/tid=17484] ppid=17479 vsize=868432 CPUtime=0
/proc/17480/task/17484/stat : 17484 (java) S 17479 17466 16415 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 43935937 889274368 19345 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17480/tid=17485] ppid=17479 vsize=868432 CPUtime=0
/proc/17480/task/17485/stat : 17485 (java) S 17479 17466 16415 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 43935939 889274368 19345 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17480/tid=17486] ppid=17479 vsize=868432 CPUtime=0.22
/proc/17480/task/17486/stat : 17486 (java) S 17479 17466 16415 0 -1 64 1466 0 0 0 22 0 0 0 17 0 9 0 43935939 889274368 19345 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17480/tid=17487] ppid=17479 vsize=868432 CPUtime=0
/proc/17480/task/17487/stat : 17487 (java) S 17479 17466 16415 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 43935940 889274368 19345 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17480/tid=17488] ppid=17479 vsize=868432 CPUtime=0
/proc/17480/task/17488/stat : 17488 (java) S 17479 17466 16415 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 43935940 889274368 19345 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.08
Current children cumulated vsize (KiB) 887388

[startup+12.7011 s]
/proc/loadavg: 2.06 2.41 2.56 3/92 17488
/proc/meminfo: memFree=1760072/2055920 swapFree=4180384/4192956
[pid=17466] ppid=17464 vsize=13600 CPUtime=2.71
/proc/17466/stat : 17466 (sugar) S 17464 17466 16415 0 -1 4194304 974 24251 0 1 3 1 254 13 15 0 1 0 43935647 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17466/statm: 3400 797 370 3 0 500 0
[pid=17479] ppid=17466 vsize=5356 CPUtime=0
/proc/17479/stat : 17479 (sh) S 17466 17466 16415 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 43935935 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17479/statm: 1339 233 193 169 0 50 0
[pid=17480] ppid=17479 vsize=868432 CPUtime=9.7
/proc/17480/stat : 17480 (java) S 17479 17466 16415 0 -1 0 56423 0 1 0 945 25 0 0 18 0 9 0 43935935 889274368 44676 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17480/statm: 217108 44676 2540 9 0 211683 0
[pid=17480/tid=17481] ppid=17479 vsize=868432 CPUtime=5.79
/proc/17480/task/17481/stat : 17481 (java) R 17479 17466 16415 0 -1 64 4364 0 1 0 576 3 0 0 25 0 9 0 43935936 889274368 44676 996147200 134512640 134550740 4294955936 18446744073709551615 4126615568 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17480/tid=17482] ppid=17479 vsize=868432 CPUtime=3.66
/proc/17480/task/17482/stat : 17482 (java) S 17479 17466 16415 0 -1 64 49892 0 0 0 346 20 0 0 16 0 9 0 43935937 889274368 44676 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17480/tid=17483] ppid=17479 vsize=868432 CPUtime=0
/proc/17480/task/17483/stat : 17483 (java) S 17479 17466 16415 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 43935937 889274368 44676 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17480/tid=17484] ppid=17479 vsize=868432 CPUtime=0
/proc/17480/task/17484/stat : 17484 (java) S 17479 17466 16415 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 43935937 889274368 44676 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17480/tid=17485] ppid=17479 vsize=868432 CPUtime=0
/proc/17480/task/17485/stat : 17485 (java) S 17479 17466 16415 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 43935939 889274368 44676 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17480/tid=17486] ppid=17479 vsize=868432 CPUtime=0.22
/proc/17480/task/17486/stat : 17486 (java) S 17479 17466 16415 0 -1 64 1469 0 0 0 22 0 0 0 16 0 9 0 43935939 889274368 44676 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17480/tid=17487] ppid=17479 vsize=868432 CPUtime=0
/proc/17480/task/17487/stat : 17487 (java) S 17479 17466 16415 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 43935940 889274368 44676 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17480/tid=17488] ppid=17479 vsize=868432 CPUtime=0
/proc/17480/task/17488/stat : 17488 (java) S 17479 17466 16415 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 43935940 889274368 44676 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.41
Current children cumulated vsize (KiB) 887388

[startup+25.5026 s]
/proc/loadavg: 2.05 2.40 2.55 4/92 17488
/proc/meminfo: memFree=1607112/2055920 swapFree=4180384/4192956
[pid=17466] ppid=17464 vsize=13600 CPUtime=2.71
/proc/17466/stat : 17466 (sugar) S 17464 17466 16415 0 -1 4194304 974 24251 0 1 3 1 254 13 16 0 1 0 43935647 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17466/statm: 3400 797 370 3 0 500 0
[pid=17479] ppid=17466 vsize=5356 CPUtime=0
/proc/17479/stat : 17479 (sh) S 17466 17466 16415 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 43935935 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17479/statm: 1339 233 193 169 0 50 0
[pid=17480] ppid=17479 vsize=875000 CPUtime=22.38
/proc/17480/stat : 17480 (java) S 17479 17466 16415 0 -1 0 112837 0 1 0 2188 50 0 0 18 0 9 0 43935935 896000000 81938 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17480/statm: 218750 81938 2540 9 0 213325 0
[pid=17480/tid=17481] ppid=17479 vsize=875000 CPUtime=13.09
/proc/17480/task/17481/stat : 17481 (java) R 17479 17466 16415 0 -1 64 7173 0 1 0 1304 5 0 0 25 0 9 0 43935936 896000000 81938 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17480/tid=17482] ppid=17479 vsize=875000 CPUtime=8.98
/proc/17480/task/17482/stat : 17482 (java) R 17479 17466 16415 0 -1 64 103472 0 0 0 856 42 0 0 17 0 9 0 43935937 896000000 81938 996147200 134512640 134550740 4294955936 18446744073709551615 102731896 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17480/tid=17483] ppid=17479 vsize=875000 CPUtime=0
/proc/17480/task/17483/stat : 17483 (java) S 17479 17466 16415 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 43935937 896000000 81938 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17480/tid=17484] ppid=17479 vsize=875000 CPUtime=0
/proc/17480/task/17484/stat : 17484 (java) S 17479 17466 16415 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 43935937 896000000 81938 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17480/tid=17485] ppid=17479 vsize=875000 CPUtime=0
/proc/17480/task/17485/stat : 17485 (java) S 17479 17466 16415 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 43935939 896000000 81938 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17480/tid=17486] ppid=17479 vsize=875000 CPUtime=0.26
/proc/17480/task/17486/stat : 17486 (java) S 17479 17466 16415 0 -1 64 1494 0 0 0 26 0 0 0 15 0 9 0 43935939 896000000 81938 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17480/tid=17487] ppid=17479 vsize=875000 CPUtime=0
/proc/17480/task/17487/stat : 17487 (java) S 17479 17466 16415 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 43935940 896000000 81938 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17480/tid=17488] ppid=17479 vsize=875000 CPUtime=0
/proc/17480/task/17488/stat : 17488 (java) S 17479 17466 16415 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 43935940 896000000 81938 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.09
Current children cumulated vsize (KiB) 893956

[startup+51.1025 s]
/proc/loadavg: 2.03 2.37 2.54 3/92 17488
/proc/meminfo: memFree=1311880/2055920 swapFree=4180384/4192956
[pid=17466] ppid=17464 vsize=13600 CPUtime=2.71
/proc/17466/stat : 17466 (sugar) S 17464 17466 16415 0 -1 4194304 974 24251 0 1 3 1 254 13 16 0 1 0 43935647 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17466/statm: 3400 797 370 3 0 500 0
[pid=17479] ppid=17466 vsize=5356 CPUtime=0
/proc/17479/stat : 17479 (sh) S 17466 17466 16415 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 43935935 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17479/statm: 1339 233 193 169 0 50 0
[pid=17480] ppid=17479 vsize=868544 CPUtime=47.5
/proc/17480/stat : 17480 (java) S 17479 17466 16415 0 -1 0 113181 0 1 0 4519 231 0 0 18 0 9 0 43935935 889389056 80369 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0

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

/proc/17480/task/17481/stat : 17481 (java) R 17479 17466 16415 0 -1 64 8674 0 1 0 13419 1014 0 0 25 0 9 0 43935936 889389056 80369 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17480/tid=17482] ppid=17479 vsize=868544 CPUtime=11.01
/proc/17480/task/17482/stat : 17482 (java) S 17479 17466 16415 0 -1 64 103472 0 0 0 1048 53 0 0 16 0 9 0 43935937 889389056 80369 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=17480/tid=17483] ppid=17479 vsize=868544 CPUtime=0
/proc/17480/task/17483/stat : 17483 (java) S 17479 17466 16415 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 43935937 889389056 80369 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17480/tid=17484] ppid=17479 vsize=868544 CPUtime=0
/proc/17480/task/17484/stat : 17484 (java) S 17479 17466 16415 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 43935937 889389056 80369 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17480/tid=17485] ppid=17479 vsize=868544 CPUtime=0
/proc/17480/task/17485/stat : 17485 (java) S 17479 17466 16415 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 43935939 889389056 80369 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17480/tid=17486] ppid=17479 vsize=868544 CPUtime=0.31
/proc/17480/task/17486/stat : 17486 (java) S 17479 17466 16415 0 -1 64 1526 0 0 0 31 0 0 0 16 0 9 0 43935939 889389056 80369 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17480/tid=17487] ppid=17479 vsize=868544 CPUtime=0
/proc/17480/task/17487/stat : 17487 (java) S 17479 17466 16415 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 43935940 889389056 80369 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17480/tid=17488] ppid=17479 vsize=868544 CPUtime=0
/proc/17480/task/17488/stat : 17488 (java) S 17479 17466 16415 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 43935940 889389056 80369 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 158.41
Current children cumulated vsize (KiB) 887500

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

[startup+179.102 s]
/proc/loadavg: 2.93 2.59 2.59 3/92 17628
/proc/meminfo: memFree=15496/2055920 swapFree=4180384/4192956
[pid=17466] ppid=17464 vsize=13600 CPUtime=2.71
/proc/17466/stat : 17466 (sugar) S 17464 17466 16415 0 -1 4194304 974 24251 0 1 3 1 254 13 16 0 1 0 43935647 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17466/statm: 3400 797 370 3 0 500 0
[pid=17479] ppid=17466 vsize=5356 CPUtime=0
/proc/17479/stat : 17479 (sh) S 17466 17466 16415 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 43935935 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17479/statm: 1339 233 193 169 0 50 0
[pid=17480] ppid=17479 vsize=868544 CPUtime=172.04
/proc/17480/stat : 17480 (java) S 17479 17466 16415 0 -1 0 114548 0 1 0 16001 1203 0 0 18 0 9 0 43935935 889389056 80369 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17480/statm: 217136 80369 2565 9 0 211683 0
[pid=17480/tid=17481] ppid=17479 vsize=868544 CPUtime=160.5
/proc/17480/task/17481/stat : 17481 (java) R 17479 17466 16415 0 -1 64 8852 0 1 0 14903 1147 0 0 25 0 9 0 43935936 889389056 80369 996147200 134512640 134550740 4294955936 18446744073709551615 4127093089 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17480/tid=17482] ppid=17479 vsize=868544 CPUtime=11.22
/proc/17480/task/17482/stat : 17482 (java) S 17479 17466 16415 0 -1 64 103472 0 0 0 1067 55 0 0 16 0 9 0 43935937 889389056 80369 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17480/tid=17483] ppid=17479 vsize=868544 CPUtime=0
/proc/17480/task/17483/stat : 17483 (java) S 17479 17466 16415 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 43935937 889389056 80369 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17480/tid=17484] ppid=17479 vsize=868544 CPUtime=0
/proc/17480/task/17484/stat : 17484 (java) S 17479 17466 16415 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 43935937 889389056 80369 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17480/tid=17485] ppid=17479 vsize=868544 CPUtime=0
/proc/17480/task/17485/stat : 17485 (java) S 17479 17466 16415 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 43935939 889389056 80369 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17480/tid=17486] ppid=17479 vsize=868544 CPUtime=0.31
/proc/17480/task/17486/stat : 17486 (java) S 17479 17466 16415 0 -1 64 1526 0 0 0 31 0 0 0 16 0 9 0 43935939 889389056 80369 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17480/tid=17487] ppid=17479 vsize=868544 CPUtime=0
/proc/17480/task/17487/stat : 17487 (java) S 17479 17466 16415 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 43935940 889389056 80369 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17480/tid=17488] ppid=17479 vsize=868544 CPUtime=0
/proc/17480/task/17488/stat : 17488 (java) S 17479 17466 16415 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 43935940 889389056 80369 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 174.75
Current children cumulated vsize (KiB) 887500

[startup+185.501 s]
/proc/loadavg: 2.94 2.60 2.59 3/92 17628
/proc/meminfo: memFree=15560/2055920 swapFree=4180384/4192956
[pid=17466] ppid=17464 vsize=13600 CPUtime=2.71
/proc/17466/stat : 17466 (sugar) S 17464 17466 16415 0 -1 4194304 974 24251 0 1 3 1 254 13 16 0 1 0 43935647 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17466/statm: 3400 797 370 3 0 500 0
[pid=17479] ppid=17466 vsize=5356 CPUtime=0
/proc/17479/stat : 17479 (sh) S 17466 17466 16415 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 43935935 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17479/statm: 1339 233 193 169 0 50 0
[pid=17480] ppid=17479 vsize=868544 CPUtime=178.25
/proc/17480/stat : 17480 (java) S 17479 17466 16415 0 -1 0 114615 0 1 0 16575 1250 0 0 18 0 9 0 43935935 889389056 80369 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17480/statm: 217136 80369 2565 9 0 211683 0
[pid=17480/tid=17481] ppid=17479 vsize=868544 CPUtime=166.63
/proc/17480/task/17481/stat : 17481 (java) R 17479 17466 16415 0 -1 64 8919 0 1 0 15470 1193 0 0 25 0 9 0 43935936 889389056 80369 996147200 134512640 134550740 4294955936 18446744073709551615 4127091800 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17480/tid=17482] ppid=17479 vsize=868544 CPUtime=11.29
/proc/17480/task/17482/stat : 17482 (java) S 17479 17466 16415 0 -1 64 103472 0 0 0 1074 55 0 0 16 0 9 0 43935937 889389056 80369 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17480/tid=17483] ppid=17479 vsize=868544 CPUtime=0
/proc/17480/task/17483/stat : 17483 (java) S 17479 17466 16415 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 43935937 889389056 80369 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17480/tid=17484] ppid=17479 vsize=868544 CPUtime=0
/proc/17480/task/17484/stat : 17484 (java) S 17479 17466 16415 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 43935937 889389056 80369 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17480/tid=17485] ppid=17479 vsize=868544 CPUtime=0
/proc/17480/task/17485/stat : 17485 (java) S 17479 17466 16415 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 43935939 889389056 80369 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17480/tid=17486] ppid=17479 vsize=868544 CPUtime=0.31
/proc/17480/task/17486/stat : 17486 (java) S 17479 17466 16415 0 -1 64 1526 0 0 0 31 0 0 0 16 0 9 0 43935939 889389056 80369 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17480/tid=17487] ppid=17479 vsize=868544 CPUtime=0
/proc/17480/task/17487/stat : 17487 (java) S 17479 17466 16415 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 43935940 889389056 80369 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17480/tid=17488] ppid=17479 vsize=868544 CPUtime=0
/proc/17480/task/17488/stat : 17488 (java) S 17479 17466 16415 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 43935940 889389056 80369 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 180.96
Current children cumulated vsize (KiB) 887500

[startup+188.703 s]
/proc/loadavg: 2.94 2.60 2.59 3/92 17628
/proc/meminfo: memFree=15304/2055920 swapFree=4180384/4192956
[pid=17466] ppid=17464 vsize=13600 CPUtime=2.71
/proc/17466/stat : 17466 (sugar) S 17464 17466 16415 0 -1 4194304 974 24251 0 1 3 1 254 13 16 0 1 0 43935647 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17466/statm: 3400 797 370 3 0 500 0
[pid=17479] ppid=17466 vsize=5356 CPUtime=0
/proc/17479/stat : 17479 (sh) S 17466 17466 16415 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 43935935 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17479/statm: 1339 233 193 169 0 50 0
[pid=17480] ppid=17479 vsize=868544 CPUtime=181.38
/proc/17480/stat : 17480 (java) S 17479 17466 16415 0 -1 0 114649 0 1 0 16864 1274 0 0 18 0 9 0 43935935 889389056 80369 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17480/statm: 217136 80369 2565 9 0 211683 0
[pid=17480/tid=17481] ppid=17479 vsize=868544 CPUtime=169.72
/proc/17480/task/17481/stat : 17481 (java) R 17479 17466 16415 0 -1 64 8953 0 1 0 15755 1217 0 0 25 0 9 0 43935936 889389056 80369 996147200 134512640 134550740 4294955936 18446744073709551615 4127091816 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17480/tid=17482] ppid=17479 vsize=868544 CPUtime=11.32
/proc/17480/task/17482/stat : 17482 (java) S 17479 17466 16415 0 -1 64 103472 0 0 0 1077 55 0 0 16 0 9 0 43935937 889389056 80369 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17480/tid=17483] ppid=17479 vsize=868544 CPUtime=0
/proc/17480/task/17483/stat : 17483 (java) S 17479 17466 16415 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 43935937 889389056 80369 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17480/tid=17484] ppid=17479 vsize=868544 CPUtime=0
/proc/17480/task/17484/stat : 17484 (java) S 17479 17466 16415 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 43935937 889389056 80369 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17480/tid=17485] ppid=17479 vsize=868544 CPUtime=0
/proc/17480/task/17485/stat : 17485 (java) S 17479 17466 16415 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 43935939 889389056 80369 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17480/tid=17486] ppid=17479 vsize=868544 CPUtime=0.31
/proc/17480/task/17486/stat : 17486 (java) S 17479 17466 16415 0 -1 64 1526 0 0 0 31 0 0 0 16 0 9 0 43935939 889389056 80369 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17480/tid=17487] ppid=17479 vsize=868544 CPUtime=0
/proc/17480/task/17487/stat : 17487 (java) S 17479 17466 16415 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 43935940 889389056 80369 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17480/tid=17488] ppid=17479 vsize=868544 CPUtime=0
/proc/17480/task/17488/stat : 17488 (java) S 17479 17466 16415 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 43935940 889389056 80369 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 184.09
Current children cumulated vsize (KiB) 887500

[startup+191.903 s]
/proc/loadavg: 2.95 2.61 2.60 3/92 17628
/proc/meminfo: memFree=15880/2055920 swapFree=4180384/4192956
[pid=17466] ppid=17464 vsize=13600 CPUtime=2.71
/proc/17466/stat : 17466 (sugar) S 17464 17466 16415 0 -1 4194304 974 24251 0 1 3 1 254 13 16 0 1 0 43935647 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17466/statm: 3400 797 370 3 0 500 0
[pid=17479] ppid=17466 vsize=5356 CPUtime=0
/proc/17479/stat : 17479 (sh) S 17466 17466 16415 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 43935935 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17479/statm: 1339 233 193 169 0 50 0
[pid=17480] ppid=17479 vsize=868544 CPUtime=184.49
/proc/17480/stat : 17480 (java) S 17479 17466 16415 0 -1 0 114683 0 1 0 17151 1298 0 0 18 0 9 0 43935935 889389056 80369 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17480/statm: 217136 80369 2565 9 0 211683 0
[pid=17480/tid=17481] ppid=17479 vsize=868544 CPUtime=172.78
/proc/17480/task/17481/stat : 17481 (java) R 17479 17466 16415 0 -1 64 8987 0 1 0 16038 1240 0 0 25 0 9 0 43935936 889389056 80369 996147200 134512640 134550740 4294955936 18446744073709551615 4127146313 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17480/tid=17482] ppid=17479 vsize=868544 CPUtime=11.35
/proc/17480/task/17482/stat : 17482 (java) S 17479 17466 16415 0 -1 64 103472 0 0 0 1080 55 0 0 16 0 9 0 43935937 889389056 80369 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17480/tid=17483] ppid=17479 vsize=868544 CPUtime=0
/proc/17480/task/17483/stat : 17483 (java) S 17479 17466 16415 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 43935937 889389056 80369 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17480/tid=17484] ppid=17479 vsize=868544 CPUtime=0
/proc/17480/task/17484/stat : 17484 (java) S 17479 17466 16415 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 43935937 889389056 80369 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17480/tid=17485] ppid=17479 vsize=868544 CPUtime=0
/proc/17480/task/17485/stat : 17485 (java) S 17479 17466 16415 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 43935939 889389056 80369 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17480/tid=17486] ppid=17479 vsize=868544 CPUtime=0.31
/proc/17480/task/17486/stat : 17486 (java) S 17479 17466 16415 0 -1 64 1526 0 0 0 31 0 0 0 16 0 9 0 43935939 889389056 80369 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17480/tid=17487] ppid=17479 vsize=868544 CPUtime=0
/proc/17480/task/17487/stat : 17487 (java) S 17479 17466 16415 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 43935940 889389056 80369 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17480/tid=17488] ppid=17479 vsize=868544 CPUtime=0
/proc/17480/task/17488/stat : 17488 (java) S 17479 17466 16415 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 43935940 889389056 80369 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 187.2
Current children cumulated vsize (KiB) 887500

[startup+193.502 s]
/proc/loadavg: 2.95 2.61 2.60 3/82 17628
/proc/meminfo: memFree=1928792/2055920 swapFree=4180384/4192956
[pid=17466] ppid=17464 vsize=13600 CPUtime=188.73
/proc/17466/stat : 17466 (sugar) R 17464 17466 16415 0 -1 4194304 998 139240 0 2 3 75 17473 1322 17 0 1 0 43935647 13926400 798 996147200 4194304 4206940 548682068592 18446744073709551615 215419163689 0 0 4224 16386 0 0 0 17 1 0 0
/proc/17466/statm: 3400 798 371 3 0 500 0
Current children cumulated CPU time (s) 188.73
Current children cumulated vsize (KiB) 13600

[startup+194.302 s]
/proc/loadavg: 2.95 2.61 2.60 3/82 17628
/proc/meminfo: memFree=1928792/2055920 swapFree=4180384/4192956
[pid=17466] ppid=17464 vsize=13600 CPUtime=188.86
/proc/17466/stat : 17466 (sugar) D 17464 17466 16415 0 -1 4194304 998 139240 0 2 3 88 17473 1322 15 0 1 0 43935647 13926400 798 996147200 4194304 4206940 548682068592 18446744073709551615 215419163689 0 0 4224 16386 18446744071563608240 0 0 17 1 0 0
/proc/17466/statm: 3400 798 371 3 0 500 0
Current children cumulated CPU time (s) 188.86
Current children cumulated vsize (KiB) 13600

[startup+194.706 s]
/proc/loadavg: 2.95 2.61 2.60 2/82 17628
/proc/meminfo: memFree=1943192/2055920 swapFree=4180384/4192956
[pid=17466] ppid=17464 vsize=13600 CPUtime=188.88
/proc/17466/stat : 17466 (sugar) D 17464 17466 16415 0 -1 4194304 998 139240 0 2 3 90 17473 1322 15 0 1 0 43935647 13926400 798 996147200 4194304 4206940 548682068592 18446744073709551615 215419163689 0 0 4224 16386 18446744071563608240 0 0 17 1 0 0
/proc/17466/statm: 3400 798 371 3 0 500 0
Current children cumulated CPU time (s) 188.88
Current children cumulated vsize (KiB) 13600

Child status: 0
Real time (s): 194.723
CPU time (s): 188.897
CPU user time (s): 174.769
CPU system time (s): 14.1279
CPU usage (%): 97.0084
Max. virtual memory (cumulated for all children) (KiB): 911880

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 174.769
system time used= 14.1279
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 140268
page faults= 2
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 20559
involuntary context switches= 24562

runsolver used 0.252961 second user time and 0.682896 second system time

The end

Launcher Data (download as text)

Begin job on node9 at 2008-07-12 16:18:47
IDJOB=1112668
IDBENCH=61454
IDSOLVER=368
FILE ID=node9/1112668-1215872327
PBS_JOBID= 7903483
Free space on /tmp= 66548 MiB

SOLVER NAME= Sugar v1.13+minisat
BENCH NAME= CPAI08/csp/super-queens/normalized-super-queens-7.xml
COMMAND LINE= DIR/sugar -max -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-1112668-1215872327/watcher-1112668-1215872327 -o /tmp/evaluation-result-1112668-1215872327/solver-1112668-1215872327 -C 3600 -W 4000 -M 900 --output-limit 1,15  HOME/sugar -max -c -vv -java="java -Xmx700M" -jar="HOME/sugar-v1-13.jar" -solver="HOME/minisat" -tmp="HOME/temp" HOME/instance-1112668-1215872327.xml

TIME LIMIT= 3600 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= fc9f58475a614e928f4d65ba1e610c18
RANDOM SEED=1396339603

node9.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.260
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	: 5914.62
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.260
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:       1930432 kB
Buffers:          6464 kB
Cached:          44184 kB
SwapCached:       6132 kB
Active:          63300 kB
Inactive:        11672 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1930432 kB
SwapTotal:     4192956 kB
SwapFree:      4180384 kB
Dirty:            7192 kB
Writeback:           0 kB
Mapped:          40640 kB
Slab:            35820 kB
Committed_AS:   262520 kB
PageTables:       1920 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= 66548 MiB
End job on node9 at 2008-07-12 16:22:02