Trace number 1086045

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+minisat? 486.433 496.104

General information on the benchmark

Namecsp/fapp/fapp26/
normalized-fapp26-2300-4.xml
MD5SUMd73e99eb4b5798901f411267510cf8b6
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark7.49486
Satisfiable
(Un)Satisfiability was proved
Number of variables2300
Number of constraints24253
Maximum constraint arity2
Maximum domain size302
Number of constraints which are defined in extension0
Number of constraints which are defined in intension24253
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.10	c 0	Sugar v1-13 + HOME/minisat
0.00/0.10	c 0	BEGIN Sat Jul  5 07:51:38 2008
0.00/0.10	c 0	PID 1179
0.04/0.10	c 0	HOST node43.alineos.net
0.04/0.10	c 0	CONVERTING HOME/instance-1086045-1215237098.xml TO HOME/temp.csp
0.04/0.10	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1086045-1215237098.xml' 'HOME/temp.csp'
1.80/1.96	c 2	17 domains, 2300 variables, 8 predicates, 0 relations, 24253 constraints
1.86/2.01	c 2	ENCODING HOME/temp.csp TO HOME/temp.cnf
1.86/2.01	c 2	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'
1.86/2.09	c 2	Parsing HOME/temp.csp
2.43/2.69	c 3	parsed 10000 expressions
2.83/3.05	c 3	parsed 20000 expressions
3.03/3.23	c 3	parsed 26578 expressions
3.03/3.23	c 3	Heap : 12 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
3.03/3.23	c 3	Converting to clausal form CSP
3.81/4.02	c 4	converted 2658 (10%) expressions
6.98/7.22	c 7	converted 5316 (20%) expressions
10.15/10.40	c 10	converted 7974 (30%) expressions
12.81/13.14	c 13	converted 10632 (40%) expressions
15.89/16.29	c 16	converted 13289 (50%) expressions
18.46/18.90	c 19	converted 15947 (60%) expressions
21.03/21.48	c 21	converted 18605 (70%) expressions
23.60/24.03	c 24	converted 21263 (80%) expressions
26.57/27.05	c 27	converted 23921 (90%) expressions
28.75/29.25	c 29	converted 26578 (100%) expressions
28.75/29.25	c 29	CSP : 8122 integers, 67712 booleans, 156339 clauses, largest domain size 2821
28.75/29.25	c 29	Heap : 107 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
28.75/29.25	c 29	Propagation in CSP
32.11/32.64	c 33	198380 values, 0 unsatisfiable literals, and 0 valid clauses are removed
32.11/32.64	c 33	CSP : 8122 integers, 67712 booleans, 156339 clauses, largest domain size 2821
32.11/32.64	c 33	Heap : 126 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
32.11/32.69	c 33	Simplifing CSP by introducing new Boolean variables
32.51/33.09	c 33	CSP : 8122 integers, 126630 booleans, 215257 clauses, largest domain size 2821
32.51/33.09	c 33	Heap : 139 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
33.49/34.03	c 34	Encoding CSP to SAT : HOME/temp.cnf
38.45/39.09	c 39	813 (10%) CSP integer variables are encoded (222470 clauses, 3560673 bytes)
43.49/44.10	c 44	1625 (20%) CSP integer variables are encoded (446478 clauses, 7368809 bytes)
47.95/48.64	c 49	2437 (30%) CSP integer variables are encoded (971952 clauses, 16301867 bytes)
50.50/51.29	c 51	3249 (40%) CSP integer variables are encoded (3017618 clauses, 55118322 bytes)
53.17/53.92	c 54	4061 (50%) CSP integer variables are encoded (5084576 clauses, 94390524 bytes)
55.82/56.67	c 57	4874 (60%) CSP integer variables are encoded (7181173 clauses, 134225867 bytes)
58.55/59.45	c 59	5686 (70%) CSP integer variables are encoded (9253697 clauses, 173603823 bytes)
61.38/62.46	c 62	6498 (80%) CSP integer variables are encoded (11328499 clauses, 215694020 bytes)
64.18/65.39	c 65	7310 (90%) CSP integer variables are encoded (13404527 clauses, 259290608 bytes)
67.11/68.30	c 68	8122 (100%) CSP integer variables are encoded (15463053 clauses, 302519654 bytes)
160.51/163.14	c 163	21526 (10%) CSP clauses are encoded (30146324 clauses, 660158179 bytes)
239.06/243.12	c 243	43052 (20%) CSP clauses are encoded (43554430 clauses, 995030803 bytes)
313.78/319.08	c 319	64578 (30%) CSP clauses are encoded (56570904 clauses, 1322210684 bytes)
386.26/393.59	c 394	86103 (40%) CSP clauses are encoded (69327405 clauses, 1645643738 bytes)
451.45/459.34	c 459	107629 (50%) CSP clauses are encoded (82274295 clauses, 1974873850 bytes)
485.51/494.06	c 494	ERROR Exception Too large HOME/temp.cnf
485.51/494.06	c 494	jp.ac.kobe_u.cs.sugar.encoder.Encoder.encode(Encoder.java:219)
485.51/494.06	c 494	jp.ac.kobe_u.cs.sugar.SugarMain.encode(SugarMain.java:130)
485.51/494.06	c 494	jp.ac.kobe_u.cs.sugar.SugarMain.main(SugarMain.java:258)
485.51/494.06	s UNKNOWN
485.59/494.11	c 494	CPU 471.76 (0.04 0.01 471.72 13.85)
485.59/494.11	c 494	END Sat Jul  5 07:59:52 2008

Verifier Data (download as text)

ERROR: Unexpected answer ! ('s SATISFIABLE'/'s UNSATISFIABLE' expected)
Got answer: UNKNOWN

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-1086045-1215237098/watcher-1086045-1215237098 -o /tmp/evaluation-result-1086045-1215237098/solver-1086045-1215237098 -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-1086045-1215237098.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.01 2.04 2.06 4/81 1179
/proc/meminfo: memFree=1416232/2055920 swapFree=4179776/4192956
[pid=1179] ppid=1177 vsize=124 CPUtime=0
/proc/1179/stat : 1179 (sugar) D 1177 1179 32334 0 -1 4194304 38 0 0 0 0 0 0 0 20 0 1 0 2002682270 126976 23 996147200 4194304 4206940 548682068608 18446744073709551615 221952144777 0 0 4096 0 18446744071563608240 0 0 17 1 0 0
/proc/1179/statm: 31 23 17 3 0 3 0

[startup+0.011155 s]
/proc/loadavg: 2.01 2.04 2.06 4/81 1179
/proc/meminfo: memFree=1416232/2055920 swapFree=4179776/4192956
[pid=1179] ppid=1177 vsize=124 CPUtime=0
/proc/1179/stat : 1179 (sugar) D 1177 1179 32334 0 -1 4194304 38 0 0 0 0 0 0 0 20 0 1 0 2002682270 126976 23 996147200 4194304 4206940 548682068608 18446744073709551615 221952144777 0 0 4096 0 18446744071563608240 0 0 17 1 0 0
/proc/1179/statm: 31 23 17 3 0 3 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 124

[startup+0.101167 s]
/proc/loadavg: 2.01 2.04 2.06 4/81 1179
/proc/meminfo: memFree=1416232/2055920 swapFree=4179776/4192956
[pid=1179] ppid=1177 vsize=13600 CPUtime=0.04
/proc/1179/stat : 1179 (sugar) R 1177 1179 32334 0 -1 4194304 825 0 0 0 3 1 0 0 18 0 1 0 2002682270 13926400 792 996147200 4194304 4206940 548682068608 18446744073709551615 221954763423 0 0 4224 16386 0 0 0 17 1 0 0
/proc/1179/statm: 3400 792 367 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.301185 s]
/proc/loadavg: 2.01 2.04 2.06 4/81 1179
/proc/meminfo: memFree=1416232/2055920 swapFree=4179776/4192956
[pid=1179] ppid=1177 vsize=13600 CPUtime=0.04
/proc/1179/stat : 1179 (sugar) S 1177 1179 32334 0 -1 4194304 900 127 0 0 3 1 0 0 19 0 1 0 2002682270 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 221963661410 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/1179/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.702229 s]
/proc/loadavg: 2.01 2.04 2.06 4/81 1179
/proc/meminfo: memFree=1416232/2055920 swapFree=4179776/4192956
[pid=1179] ppid=1177 vsize=13600 CPUtime=0.04
/proc/1179/stat : 1179 (sugar) S 1177 1179 32334 0 -1 4194304 900 127 0 0 3 1 0 0 19 0 1 0 2002682270 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 221963661410 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/1179/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+1.5023 s]
/proc/loadavg: 2.01 2.04 2.06 4/92 1191
/proc/meminfo: memFree=1391568/2055920 swapFree=4179776/4192956
[pid=1179] ppid=1177 vsize=13600 CPUtime=0.04
/proc/1179/stat : 1179 (sugar) S 1177 1179 32334 0 -1 4194304 900 127 0 0 3 1 0 0 19 0 1 0 2002682270 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 221963661410 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/1179/statm: 3400 796 370 3 0 500 0
[pid=1182] ppid=1179 vsize=5356 CPUtime=0
/proc/1182/stat : 1182 (sh) S 1179 1179 32334 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2002682281 5484544 233 996147200 4194304 4889804 548682068768 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1182/statm: 1339 233 193 169 0 50 0
[pid=1183] ppid=1182 vsize=864676 CPUtime=1.36
/proc/1183/stat : 1183 (java) S 1182 1179 32334 0 -1 0 13743 0 1 0 128 8 0 0 18 0 9 0 2002682281 885428224 11790 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/1183/statm: 216169 11790 2529 9 0 210751 0
[pid=1183/tid=1184] ppid=1182 vsize=864676 CPUtime=0.77
/proc/1183/task/1184/stat : 1184 (java) R 1182 1179 32334 0 -1 64 3018 0 1 0 74 3 0 0 24 0 9 0 2002682282 885428224 11790 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1183/tid=1185] ppid=1182 vsize=864676 CPUtime=0.45
/proc/1183/task/1185/stat : 1185 (java) R 1182 1179 32334 0 -1 64 9526 0 0 0 41 4 0 0 16 0 9 0 2002682283 885428224 11790 996147200 134512640 134550740 4294956000 18446744073709551615 101588324 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=1183/tid=1186] ppid=1182 vsize=864676 CPUtime=0
/proc/1183/task/1186/stat : 1186 (java) S 1182 1179 32334 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 2002682284 885428224 11790 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1183/tid=1187] ppid=1182 vsize=864676 CPUtime=0
/proc/1183/task/1187/stat : 1187 (java) S 1182 1179 32334 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2002682284 885428224 11790 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1183/tid=1188] ppid=1182 vsize=864676 CPUtime=0
/proc/1183/task/1188/stat : 1188 (java) S 1182 1179 32334 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2002682286 885428224 11790 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1183/tid=1189] ppid=1182 vsize=864676 CPUtime=0.11
/proc/1183/task/1189/stat : 1189 (java) S 1182 1179 32334 0 -1 64 500 0 0 0 11 0 0 0 16 0 9 0 2002682286 885428224 11790 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1183/tid=1190] ppid=1182 vsize=864676 CPUtime=0
/proc/1183/task/1190/stat : 1190 (java) S 1182 1179 32334 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 2002682286 885428224 11790 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1183/tid=1191] ppid=1182 vsize=864676 CPUtime=0
/proc/1183/task/1191/stat : 1191 (java) S 1182 1179 32334 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 2002682286 885428224 11790 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.4
Current children cumulated vsize (KiB) 883632

[startup+3.10216 s]
/proc/loadavg: 2.01 2.04 2.06 4/92 1201
/proc/meminfo: memFree=1408528/2055920 swapFree=4179776/4192956
[pid=1179] ppid=1177 vsize=13600 CPUtime=1.87
/proc/1179/stat : 1179 (sugar) S 1177 1179 32334 0 -1 4194304 973 15191 0 1 3 1 173 10 15 0 1 0 2002682270 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 221963661410 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/1179/statm: 3400 797 370 3 0 500 0
[pid=1192] ppid=1179 vsize=5356 CPUtime=0
/proc/1192/stat : 1192 (sh) S 1179 1179 32334 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2002682472 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1192/statm: 1339 233 193 169 0 50 0
[pid=1193] ppid=1192 vsize=864100 CPUtime=1.06
/proc/1193/stat : 1193 (java) S 1192 1179 32334 0 -1 0 7298 0 1 0 101 5 0 0 18 0 9 0 2002682472 884838400 6364 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/1193/statm: 216025 6364 2532 9 0 210607 0
[pid=1193/tid=1194] ppid=1192 vsize=864100 CPUtime=0.73
/proc/1193/task/1194/stat : 1194 (java) R 1192 1179 32334 0 -1 64 2561 0 1 0 72 1 0 0 24 0 9 0 2002682473 884838400 6364 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1193/tid=1195] ppid=1192 vsize=864100 CPUtime=0.23
/proc/1193/task/1195/stat : 1195 (java) S 1192 1179 32334 0 -1 64 3702 0 0 0 21 2 0 0 15 0 9 0 2002682474 884838400 6364 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=1193/tid=1196] ppid=1192 vsize=864100 CPUtime=0
/proc/1193/task/1196/stat : 1196 (java) S 1192 1179 32334 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 2002682474 884838400 6364 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1193/tid=1197] ppid=1192 vsize=864100 CPUtime=0
/proc/1193/task/1197/stat : 1197 (java) S 1192 1179 32334 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 2002682474 884838400 6364 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1193/tid=1198] ppid=1192 vsize=864100 CPUtime=0
/proc/1193/task/1198/stat : 1198 (java) S 1192 1179 32334 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2002682477 884838400 6364 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1193/tid=1199] ppid=1192 vsize=864100 CPUtime=0.07
/proc/1193/task/1199/stat : 1199 (java) S 1192 1179 32334 0 -1 64 338 0 0 0 7 0 0 0 19 0 9 0 2002682477 884838400 6364 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1193/tid=1200] ppid=1192 vsize=864100 CPUtime=0
/proc/1193/task/1200/stat : 1200 (java) S 1192 1179 32334 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 2002682477 884838400 6364 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1193/tid=1201] ppid=1192 vsize=864100 CPUtime=0
/proc/1193/task/1201/stat : 1201 (java) S 1192 1179 32334 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2002682477 884838400 6364 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.93
Current children cumulated vsize (KiB) 883056

[startup+6.30273 s]
/proc/loadavg: 2.01 2.04 2.06 3/92 1201
/proc/meminfo: memFree=1382160/2055920 swapFree=4179776/4192956
[pid=1179] ppid=1177 vsize=13600 CPUtime=1.87
/proc/1179/stat : 1179 (sugar) S 1177 1179 32334 0 -1 4194304 974 15191 0 1 3 1 173 10 15 0 1 0 2002682270 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 221963661410 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/1179/statm: 3400 797 370 3 0 500 0
[pid=1192] ppid=1179 vsize=5356 CPUtime=0
/proc/1192/stat : 1192 (sh) S 1179 1179 32334 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2002682472 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1192/statm: 1339 233 193 169 0 50 0
[pid=1193] ppid=1192 vsize=868404 CPUtime=4.22
/proc/1193/stat : 1193 (java) S 1192 1179 32334 0 -1 0 12359 0 1 0 412 10 0 0 18 0 9 0 2002682472 889245696 10994 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/1193/statm: 217101 10994 2541 9 0 211676 0
[pid=1193/tid=1194] ppid=1192 vsize=868404 CPUtime=3.24
/proc/1193/task/1194/stat : 1194 (java) R 1192 1179 32334 0 -1 64 3122 0 1 0 321 3 0 0 25 0 9 0 2002682473 889245696 10994 996147200 134512640 134550740 4294955952 18446744073709551615 4126572000 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1193/tid=1195] ppid=1192 vsize=868404 CPUtime=0.73
/proc/1193/task/1195/stat : 1195 (java) S 1192 1179 32334 0 -1 64 7063 0 0 0 68 5 0 0 16 0 9 0 2002682474 889245696 10994 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=1193/tid=1196] ppid=1192 vsize=868404 CPUtime=0
/proc/1193/task/1196/stat : 1196 (java) S 1192 1179 32334 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 2002682474 889245696 10994 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1193/tid=1197] ppid=1192 vsize=868404 CPUtime=0
/proc/1193/task/1197/stat : 1197 (java) S 1192 1179 32334 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 2002682474 889245696 10994 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1193/tid=1198] ppid=1192 vsize=868404 CPUtime=0
/proc/1193/task/1198/stat : 1198 (java) S 1192 1179 32334 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2002682477 889245696 10994 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1193/tid=1199] ppid=1192 vsize=868404 CPUtime=0.23
/proc/1193/task/1199/stat : 1199 (java) S 1192 1179 32334 0 -1 64 1477 0 0 0 22 1 0 0 15 0 9 0 2002682477 889245696 10994 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1193/tid=1200] ppid=1192 vsize=868404 CPUtime=0
/proc/1193/task/1200/stat : 1200 (java) S 1192 1179 32334 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 2002682477 889245696 10994 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1193/tid=1201] ppid=1192 vsize=868404 CPUtime=0
/proc/1193/task/1201/stat : 1201 (java) S 1192 1179 32334 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2002682477 889245696 10994 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.09
Current children cumulated vsize (KiB) 887360

[startup+12.7023 s]
/proc/loadavg: 2.01 2.04 2.06 3/92 1201
/proc/meminfo: memFree=1355664/2055920 swapFree=4179776/4192956
[pid=1179] ppid=1177 vsize=13600 CPUtime=1.87
/proc/1179/stat : 1179 (sugar) S 1177 1179 32334 0 -1 4194304 974 15191 0 1 3 1 173 10 16 0 1 0 2002682270 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 221963661410 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/1179/statm: 3400 797 370 3 0 500 0
[pid=1192] ppid=1179 vsize=5356 CPUtime=0
/proc/1192/stat : 1192 (sh) S 1179 1179 32334 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2002682472 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1192/statm: 1339 233 193 169 0 50 0
[pid=1193] ppid=1192 vsize=868404 CPUtime=10.55
/proc/1193/stat : 1193 (java) S 1192 1179 32334 0 -1 0 22611 0 1 0 1037 18 0 0 18 0 9 0 2002682472 889245696 17171 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/1193/statm: 217101 17171 2541 9 0 211676 0
[pid=1193/tid=1194] ppid=1192 vsize=868404 CPUtime=8.67
/proc/1193/task/1194/stat : 1194 (java) R 1192 1179 32334 0 -1 64 3593 0 1 0 863 4 0 0 25 0 9 0 2002682473 889245696 17171 996147200 134512640 134550740 4294955952 18446744073709551615 4126650571 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1193/tid=1195] ppid=1192 vsize=868404 CPUtime=1.62
/proc/1193/task/1195/stat : 1195 (java) S 1192 1179 32334 0 -1 64 16837 0 0 0 150 12 0 0 16 0 9 0 2002682474 889245696 17171 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=1193/tid=1196] ppid=1192 vsize=868404 CPUtime=0
/proc/1193/task/1196/stat : 1196 (java) S 1192 1179 32334 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 2002682474 889245696 17171 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1193/tid=1197] ppid=1192 vsize=868404 CPUtime=0
/proc/1193/task/1197/stat : 1197 (java) S 1192 1179 32334 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 2002682474 889245696 17171 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1193/tid=1198] ppid=1192 vsize=868404 CPUtime=0
/proc/1193/task/1198/stat : 1198 (java) S 1192 1179 32334 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2002682477 889245696 17171 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1193/tid=1199] ppid=1192 vsize=868404 CPUtime=0.24
/proc/1193/task/1199/stat : 1199 (java) S 1192 1179 32334 0 -1 64 1484 0 0 0 23 1 0 0 15 0 9 0 2002682477 889245696 17171 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1193/tid=1200] ppid=1192 vsize=868404 CPUtime=0
/proc/1193/task/1200/stat : 1200 (java) S 1192 1179 32334 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 2002682477 889245696 17171 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1193/tid=1201] ppid=1192 vsize=868404 CPUtime=0
/proc/1193/task/1201/stat : 1201 (java) S 1192 1179 32334 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2002682477 889245696 17171 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.42
Current children cumulated vsize (KiB) 887360

[startup+25.5025 s]
/proc/loadavg: 2.08 2.05 2.06 3/92 1201
/proc/meminfo: memFree=1304208/2055920 swapFree=4179776/4192956
[pid=1179] ppid=1177 vsize=13600 CPUtime=1.87
/proc/1179/stat : 1179 (sugar) S 1177 1179 32334 0 -1 4194304 974 15191 0 1 3 1 173 10 16 0 1 0 2002682270 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 221963661410 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/1179/statm: 3400 797 370 3 0 500 0
[pid=1192] ppid=1179 vsize=5356 CPUtime=0
/proc/1192/stat : 1192 (sh) S 1179 1179 32334 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2002682472 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1192/statm: 1339 233 193 169 0 50 0
[pid=1193] ppid=1192 vsize=868404 CPUtime=23.21
/proc/1193/stat : 1193 (java) S 1192 1179 32334 0 -1 0 39277 0 1 0 2290 31 0 0 18 0 9 0 2002682472 889245696 29737 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/1193/statm: 217101 29737 2541 9 0 211676 0
[pid=1193/tid=1194] ppid=1192 vsize=868404 CPUtime=19.76
/proc/1193/task/1194/stat : 1194 (java) R 1192 1179 32334 0 -1 64 4248 0 1 0 1971 5 0 0 25 0 9 0 2002682473 889245696 29737 996147200 134512640 134550740 4294955952 18446744073709551615 4126573296 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1193/tid=1195] ppid=1192 vsize=868404 CPUtime=3.17
/proc/1193/task/1195/stat : 1195 (java) S 1192 1179 32334 0 -1 64 32846 0 0 0 294 23 0 0 16 0 9 0 2002682474 889245696 29737 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=1193/tid=1196] ppid=1192 vsize=868404 CPUtime=0
/proc/1193/task/1196/stat : 1196 (java) S 1192 1179 32334 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 2002682474 889245696 29737 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1193/tid=1197] ppid=1192 vsize=868404 CPUtime=0
/proc/1193/task/1197/stat : 1197 (java) S 1192 1179 32334 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 2002682474 889245696 29737 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0

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

[startup+462.303 s]
/proc/loadavg: 2.02 2.03 2.03 3/83 1231
/proc/meminfo: memFree=15008/2055920 swapFree=4179776/4192956
[pid=1179] ppid=1177 vsize=13600 CPUtime=1.88
/proc/1179/stat : 1179 (sugar) S 1177 1179 32334 0 -1 4194304 974 15191 0 1 4 1 173 10 16 0 1 0 2002682270 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 221963661410 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/1179/statm: 3400 797 370 3 0 500 0
[pid=1192] ppid=1179 vsize=5356 CPUtime=0
/proc/1192/stat : 1192 (sh) S 1179 1179 32334 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2002682472 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1192/statm: 1339 233 193 169 0 50 0
[pid=1193] ppid=1192 vsize=868516 CPUtime=452.54
/proc/1193/stat : 1193 (java) S 1192 1179 32334 0 -1 0 56851 0 1 0 43974 1280 0 0 18 0 9 0 2002682472 889360384 41350 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/1193/statm: 217129 41350 2566 9 0 211676 0
[pid=1193/tid=1194] ppid=1192 vsize=868516 CPUtime=443.93
/proc/1193/task/1194/stat : 1194 (java) R 1192 1179 32334 0 -1 64 8844 0 1 0 43173 1220 0 0 25 0 9 0 2002682473 889360384 41350 996147200 134512640 134550740 4294955952 18446744073709551615 4127088417 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1193/tid=1195] ppid=1192 vsize=868516 CPUtime=8.24
/proc/1193/task/1195/stat : 1195 (java) S 1192 1179 32334 0 -1 64 45779 0 0 0 768 56 0 0 16 0 9 0 2002682474 889360384 41350 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=1193/tid=1196] ppid=1192 vsize=868516 CPUtime=0
/proc/1193/task/1196/stat : 1196 (java) S 1192 1179 32334 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 2002682474 889360384 41350 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1193/tid=1197] ppid=1192 vsize=868516 CPUtime=0
/proc/1193/task/1197/stat : 1197 (java) S 1192 1179 32334 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 2002682474 889360384 41350 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1193/tid=1198] ppid=1192 vsize=868516 CPUtime=0
/proc/1193/task/1198/stat : 1198 (java) S 1192 1179 32334 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2002682477 889360384 41350 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1193/tid=1199] ppid=1192 vsize=868516 CPUtime=0.34
/proc/1193/task/1199/stat : 1199 (java) S 1192 1179 32334 0 -1 64 1531 0 0 0 33 1 0 0 17 0 9 0 2002682477 889360384 41350 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1193/tid=1200] ppid=1192 vsize=868516 CPUtime=0
/proc/1193/task/1200/stat : 1200 (java) S 1192 1179 32334 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 2002682477 889360384 41350 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1193/tid=1201] ppid=1192 vsize=868516 CPUtime=0
/proc/1193/task/1201/stat : 1201 (java) S 1192 1179 32334 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2002682477 889360384 41350 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 454.42
Current children cumulated vsize (KiB) 887472

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

[startup+473.502 s]
/proc/loadavg: 2.02 2.03 2.03 3/83 1231
/proc/meminfo: memFree=14944/2055920 swapFree=4179776/4192956
[pid=1179] ppid=1177 vsize=13600 CPUtime=1.88
/proc/1179/stat : 1179 (sugar) S 1177 1179 32334 0 -1 4194304 974 15191 0 1 4 1 173 10 16 0 1 0 2002682270 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 221963661410 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/1179/statm: 3400 797 370 3 0 500 0
[pid=1192] ppid=1179 vsize=5356 CPUtime=0
/proc/1192/stat : 1192 (sh) S 1179 1179 32334 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2002682472 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1192/statm: 1339 233 193 169 0 50 0
[pid=1193] ppid=1192 vsize=868516 CPUtime=463.31
/proc/1193/stat : 1193 (java) S 1192 1179 32334 0 -1 0 56951 0 1 0 45020 1311 0 0 18 0 9 0 2002682472 889360384 41350 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/1193/statm: 217129 41350 2566 9 0 211676 0
[pid=1193/tid=1194] ppid=1192 vsize=868516 CPUtime=454.62
/proc/1193/task/1194/stat : 1194 (java) R 1192 1179 32334 0 -1 64 8944 0 1 0 44211 1251 0 0 25 0 9 0 2002682473 889360384 41350 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1193/tid=1195] ppid=1192 vsize=868516 CPUtime=8.32
/proc/1193/task/1195/stat : 1195 (java) S 1192 1179 32334 0 -1 64 45779 0 0 0 775 57 0 0 16 0 9 0 2002682474 889360384 41350 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=1193/tid=1196] ppid=1192 vsize=868516 CPUtime=0
/proc/1193/task/1196/stat : 1196 (java) S 1192 1179 32334 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 2002682474 889360384 41350 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1193/tid=1197] ppid=1192 vsize=868516 CPUtime=0
/proc/1193/task/1197/stat : 1197 (java) S 1192 1179 32334 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 2002682474 889360384 41350 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1193/tid=1198] ppid=1192 vsize=868516 CPUtime=0
/proc/1193/task/1198/stat : 1198 (java) S 1192 1179 32334 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2002682477 889360384 41350 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1193/tid=1199] ppid=1192 vsize=868516 CPUtime=0.34
/proc/1193/task/1199/stat : 1199 (java) S 1192 1179 32334 0 -1 64 1531 0 0 0 33 1 0 0 17 0 9 0 2002682477 889360384 41350 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1193/tid=1200] ppid=1192 vsize=868516 CPUtime=0
/proc/1193/task/1200/stat : 1200 (java) S 1192 1179 32334 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 2002682477 889360384 41350 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1193/tid=1201] ppid=1192 vsize=868516 CPUtime=0
/proc/1193/task/1201/stat : 1201 (java) S 1192 1179 32334 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2002682477 889360384 41350 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 465.19
Current children cumulated vsize (KiB) 887472

[startup+486.303 s]
/proc/loadavg: 2.02 2.03 2.03 3/83 1231
/proc/meminfo: memFree=15648/2055920 swapFree=4179776/4192956
[pid=1179] ppid=1177 vsize=13600 CPUtime=1.88
/proc/1179/stat : 1179 (sugar) S 1177 1179 32334 0 -1 4194304 974 15191 0 1 4 1 173 10 16 0 1 0 2002682270 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 221963661410 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/1179/statm: 3400 797 370 3 0 500 0
[pid=1192] ppid=1179 vsize=5356 CPUtime=0
/proc/1192/stat : 1192 (sh) S 1179 1179 32334 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2002682472 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1192/statm: 1339 233 193 169 0 50 0
[pid=1193] ppid=1192 vsize=868516 CPUtime=476
/proc/1193/stat : 1193 (java) S 1192 1179 32334 0 -1 0 57067 0 1 0 46251 1349 0 0 18 0 9 0 2002682472 889360384 41350 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/1193/statm: 217129 41350 2566 9 0 211676 0
[pid=1193/tid=1194] ppid=1192 vsize=868516 CPUtime=467.22
/proc/1193/task/1194/stat : 1194 (java) R 1192 1179 32334 0 -1 64 9060 0 1 0 45433 1289 0 0 25 0 9 0 2002682473 889360384 41350 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1193/tid=1195] ppid=1192 vsize=868516 CPUtime=8.41
/proc/1193/task/1195/stat : 1195 (java) S 1192 1179 32334 0 -1 64 45779 0 0 0 784 57 0 0 16 0 9 0 2002682474 889360384 41350 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=1193/tid=1196] ppid=1192 vsize=868516 CPUtime=0
/proc/1193/task/1196/stat : 1196 (java) S 1192 1179 32334 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 2002682474 889360384 41350 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1193/tid=1197] ppid=1192 vsize=868516 CPUtime=0
/proc/1193/task/1197/stat : 1197 (java) S 1192 1179 32334 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 2002682474 889360384 41350 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1193/tid=1198] ppid=1192 vsize=868516 CPUtime=0
/proc/1193/task/1198/stat : 1198 (java) S 1192 1179 32334 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2002682477 889360384 41350 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1193/tid=1199] ppid=1192 vsize=868516 CPUtime=0.34
/proc/1193/task/1199/stat : 1199 (java) S 1192 1179 32334 0 -1 64 1531 0 0 0 33 1 0 0 16 0 9 0 2002682477 889360384 41350 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1193/tid=1200] ppid=1192 vsize=868516 CPUtime=0
/proc/1193/task/1200/stat : 1200 (java) S 1192 1179 32334 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 2002682477 889360384 41350 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1193/tid=1201] ppid=1192 vsize=868516 CPUtime=0
/proc/1193/task/1201/stat : 1201 (java) S 1192 1179 32334 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2002682477 889360384 41350 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 477.88
Current children cumulated vsize (KiB) 887472

[startup+492.702 s]
/proc/loadavg: 2.01 2.02 2.03 3/83 1231
/proc/meminfo: memFree=15136/2055920 swapFree=4179776/4192956
[pid=1179] ppid=1177 vsize=13600 CPUtime=1.88
/proc/1179/stat : 1179 (sugar) S 1177 1179 32334 0 -1 4194304 974 15191 0 1 4 1 173 10 16 0 1 0 2002682270 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 221963661410 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/1179/statm: 3400 797 370 3 0 500 0
[pid=1192] ppid=1179 vsize=5356 CPUtime=0
/proc/1192/stat : 1192 (sh) S 1179 1179 32334 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2002682472 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1192/statm: 1339 233 193 169 0 50 0
[pid=1193] ppid=1192 vsize=868516 CPUtime=482.35
/proc/1193/stat : 1193 (java) S 1192 1179 32334 0 -1 0 57128 0 1 0 46867 1368 0 0 18 0 9 0 2002682472 889360384 41350 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/1193/statm: 217129 41350 2566 9 0 211676 0
[pid=1193/tid=1194] ppid=1192 vsize=868516 CPUtime=473.52
/proc/1193/task/1194/stat : 1194 (java) R 1192 1179 32334 0 -1 64 9121 0 1 0 46045 1307 0 0 25 0 9 0 2002682473 889360384 41350 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1193/tid=1195] ppid=1192 vsize=868516 CPUtime=8.46
/proc/1193/task/1195/stat : 1195 (java) S 1192 1179 32334 0 -1 64 45779 0 0 0 788 58 0 0 16 0 9 0 2002682474 889360384 41350 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=1193/tid=1196] ppid=1192 vsize=868516 CPUtime=0
/proc/1193/task/1196/stat : 1196 (java) S 1192 1179 32334 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 2002682474 889360384 41350 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1193/tid=1197] ppid=1192 vsize=868516 CPUtime=0
/proc/1193/task/1197/stat : 1197 (java) S 1192 1179 32334 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 2002682474 889360384 41350 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1193/tid=1198] ppid=1192 vsize=868516 CPUtime=0
/proc/1193/task/1198/stat : 1198 (java) S 1192 1179 32334 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2002682477 889360384 41350 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1193/tid=1199] ppid=1192 vsize=868516 CPUtime=0.34
/proc/1193/task/1199/stat : 1199 (java) S 1192 1179 32334 0 -1 64 1531 0 0 0 33 1 0 0 16 0 9 0 2002682477 889360384 41350 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1193/tid=1200] ppid=1192 vsize=868516 CPUtime=0
/proc/1193/task/1200/stat : 1200 (java) S 1192 1179 32334 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 2002682477 889360384 41350 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1193/tid=1201] ppid=1192 vsize=868516 CPUtime=0
/proc/1193/task/1201/stat : 1201 (java) S 1192 1179 32334 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2002682477 889360384 41350 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 484.23
Current children cumulated vsize (KiB) 887472

[startup+494.302 s]
/proc/loadavg: 2.01 2.02 2.03 3/83 1231
/proc/meminfo: memFree=15904/2055920 swapFree=4179776/4192956
[pid=1179] ppid=1177 vsize=13600 CPUtime=485.78
/proc/1179/stat : 1179 (sugar) R 1177 1179 32334 0 -1 4194304 996 72628 0 2 4 17 47172 1385 18 0 1 0 2002682270 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 221954937897 0 0 4224 16386 0 0 0 17 0 0 0
/proc/1179/statm: 3400 798 371 3 0 500 0
Current children cumulated CPU time (s) 485.78
Current children cumulated vsize (KiB) 13600

[startup+495.102 s]
/proc/loadavg: 2.01 2.02 2.03 3/73 1231
/proc/meminfo: memFree=1694384/2055920 swapFree=4179776/4192956
[pid=1179] ppid=1177 vsize=13600 CPUtime=486.38
/proc/1179/stat : 1179 (sugar) D 1177 1179 32334 0 -1 4194304 996 72628 0 2 4 77 47172 1385 18 0 1 0 2002682270 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 221954937897 0 0 4224 16386 18446744071563608240 0 0 17 0 0 0
/proc/1179/statm: 3400 798 371 3 0 500 0
Current children cumulated CPU time (s) 486.38
Current children cumulated vsize (KiB) 13600

[startup+495.502 s]
/proc/loadavg: 2.01 2.02 2.03 3/73 1231
/proc/meminfo: memFree=1694384/2055920 swapFree=4179776/4192956
[pid=1179] ppid=1177 vsize=13600 CPUtime=486.4
/proc/1179/stat : 1179 (sugar) D 1177 1179 32334 0 -1 4194304 996 72628 0 2 4 79 47172 1385 18 0 1 0 2002682270 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 221954937897 0 0 4224 16386 18446744071563608240 0 0 17 0 0 0
/proc/1179/statm: 3400 798 371 3 0 500 0
Current children cumulated CPU time (s) 486.4
Current children cumulated vsize (KiB) 13600

[startup+495.902 s]
/proc/loadavg: 2.01 2.02 2.03 3/73 1231
/proc/meminfo: memFree=1694384/2055920 swapFree=4179776/4192956
[pid=1179] ppid=1177 vsize=13600 CPUtime=486.41
/proc/1179/stat : 1179 (sugar) D 1177 1179 32334 0 -1 4194304 996 72628 0 2 4 80 47172 1385 18 0 1 0 2002682270 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 221954937897 0 0 4224 16386 18446744071563608240 0 0 17 0 0 0
/proc/1179/statm: 3400 798 371 3 0 500 0
Current children cumulated CPU time (s) 486.41
Current children cumulated vsize (KiB) 13600

[startup+496.002 s]
/proc/loadavg: 2.01 2.02 2.03 2/73 1231
/proc/meminfo: memFree=1693936/2055920 swapFree=4179776/4192956
[pid=1179] ppid=1177 vsize=13600 CPUtime=486.41
/proc/1179/stat : 1179 (sugar) D 1177 1179 32334 0 -1 4194304 996 72628 0 2 4 80 47172 1385 18 0 1 0 2002682270 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 221954937897 0 0 4224 16386 18446744071563608240 0 0 17 0 0 0
/proc/1179/statm: 3400 798 371 3 0 500 0
Current children cumulated CPU time (s) 486.41
Current children cumulated vsize (KiB) 13600

Child status: 0
Real time (s): 496.104
CPU time (s): 486.433
CPU user time (s): 471.765
CPU system time (s): 14.6678
CPU usage (%): 98.0506
Max. virtual memory (cumulated for all children) (KiB): 897608

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 471.765
system time used= 14.6678
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 73654
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= 46335
involuntary context switches= 54132

runsolver used 0.602908 second user time and 1.73474 second system time

The end

Launcher Data (download as text)

Begin job on node43 at 2008-07-05 07:51:38
IDJOB=1086045
IDBENCH=57753
IDSOLVER=346
FILE ID=node43/1086045-1215237098
PBS_JOBID= 7881877
Free space on /tmp= 66508 MiB

SOLVER NAME= Sugar v1.13+minisat
BENCH NAME= CPAI08/csp/fapp/fapp26/normalized-fapp26-2300-4.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-1086045-1215237098/watcher-1086045-1215237098 -o /tmp/evaluation-result-1086045-1215237098/solver-1086045-1215237098 -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-1086045-1215237098.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= d73e99eb4b5798901f411267510cf8b6
RANDOM SEED=402443210

node43.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.230
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.230
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:       1416712 kB
Buffers:         19072 kB
Cached:         299284 kB
SwapCached:       7024 kB
Active:         374988 kB
Inactive:       203260 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1416712 kB
SwapTotal:     4192956 kB
SwapFree:      4179776 kB
Dirty:            4692 kB
Writeback:           0 kB
Mapped:         276004 kB
Slab:            45596 kB
Committed_AS:  4154664 kB
PageTables:       2444 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= 66500 MiB
End job on node43 at 2008-07-05 07:59:54