Trace number 1086549

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? 784.025 792.337

General information on the benchmark

Namecsp/fapp/fapp35/
normalized-fapp35-1500-4.xml
MD5SUMe176f03acbb8fde17171aab729aed488
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 benchmark31.0373
Satisfiable
(Un)Satisfiability was proved
Number of variables1500
Number of constraints22067
Maximum constraint arity2
Maximum domain size698
Number of constraints which are defined in extension0
Number of constraints which are defined in intension22067
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  5 08:38:26 2008
0.00/0.15	c 0	PID 1372
0.00/0.15	c 0	HOST node43.alineos.net
0.00/0.15	c 0	CONVERTING HOME/instance-1086549-1215239906.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-1086549-1215239906.xml' 'HOME/temp.csp'
1.76/1.93	c 2	17 domains, 1500 variables, 8 predicates, 0 relations, 22067 constraints
1.76/1.99	c 2	ENCODING HOME/temp.csp TO HOME/temp.cnf
1.76/1.99	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.80/2.07	c 2	Parsing HOME/temp.csp
2.48/2.73	c 3	parsed 10000 expressions
2.79/3.05	c 3	parsed 20000 expressions
2.89/3.15	c 3	parsed 23592 expressions
2.89/3.16	c 3	Heap : 10 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
2.89/3.16	c 3	Converting to clausal form CSP
5.27/5.56	c 6	converted 2360 (10%) expressions
10.64/10.92	c 11	converted 4719 (20%) expressions
15.12/15.44	c 16	converted 7078 (30%) expressions
19.69/20.03	c 20	converted 9437 (40%) expressions
23.96/24.39	c 24	converted 11796 (50%) expressions
28.34/28.70	c 29	converted 14156 (60%) expressions
32.81/33.29	c 33	converted 16515 (70%) expressions
36.89/37.31	c 37	converted 18874 (80%) expressions
40.77/41.21	c 41	converted 21233 (90%) expressions
44.64/45.12	c 45	converted 23592 (100%) expressions
44.64/45.12	c 45	CSP : 3955 integers, 63832 booleans, 137244 clauses, largest domain size 2377
44.64/45.12	c 45	Heap : 93 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
44.64/45.12	c 45	Propagation in CSP
48.43/48.93	c 49	41060 values, 0 unsatisfiable literals, and 0 valid clauses are removed
48.43/48.93	c 49	CSP : 3955 integers, 63832 booleans, 137244 clauses, largest domain size 2377
48.43/48.93	c 49	Heap : 98 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
48.43/48.98	c 49	Simplifing CSP by introducing new Boolean variables
48.83/49.34	c 49	CSP : 3955 integers, 111236 booleans, 184648 clauses, largest domain size 2377
48.83/49.34	c 49	Heap : 114 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
49.62/50.16	c 50	Encoding CSP to SAT : HOME/temp.cnf
57.67/58.25	c 58	396 (10%) CSP integer variables are encoded (218754 clauses, 3497059 bytes)
65.93/66.57	c 67	791 (20%) CSP integer variables are encoded (441840 clauses, 7289521 bytes)
74.09/74.80	c 75	1187 (30%) CSP integer variables are encoded (663759 clauses, 11062144 bytes)
80.95/81.66	c 82	1582 (40%) CSP integer variables are encoded (1032379 clauses, 17396577 bytes)
82.15/82.82	c 83	1978 (50%) CSP integer variables are encoded (1910269 clauses, 34076487 bytes)
83.23/83.96	c 84	2373 (60%) CSP integer variables are encoded (2753116 clauses, 50090580 bytes)
84.40/85.12	c 85	2769 (70%) CSP integer variables are encoded (3616108 clauses, 66487428 bytes)
85.50/86.23	c 86	3164 (80%) CSP integer variables are encoded (4455057 clauses, 82427459 bytes)
86.59/87.37	c 87	3560 (90%) CSP integer variables are encoded (5309065 clauses, 98653611 bytes)
87.69/88.48	c 89	3955 (100%) CSP integer variables are encoded (6153042 clauses, 114689174 bytes)
221.55/223.48	c 224	18465 (10%) CSP clauses are encoded (17613026 clauses, 391869958 bytes)
307.19/309.71	c 310	36930 (20%) CSP clauses are encoded (26529707 clauses, 616311492 bytes)
381.89/385.09	c 385	55395 (30%) CSP clauses are encoded (34829960 clauses, 827356624 bytes)
455.14/458.97	c 459	73860 (40%) CSP clauses are encoded (43236599 clauses, 1043572850 bytes)
520.83/525.26	c 525	92324 (50%) CSP clauses are encoded (50727919 clauses, 1238146464 bytes)
586.93/591.98	c 592	110789 (60%) CSP clauses are encoded (58688724 clauses, 1445087371 bytes)
645.88/651.49	c 652	129254 (70%) CSP clauses are encoded (65994248 clauses, 1637296769 bytes)
698.58/704.78	c 705	147719 (80%) CSP clauses are encoded (72909715 clauses, 1820110432 bytes)
744.12/750.82	c 751	166184 (90%) CSP clauses are encoded (79336556 clauses, 1992816356 bytes)
782.94/790.16	c 790	ERROR Exception Too large HOME/temp.cnf
782.94/790.16	c 790	jp.ac.kobe_u.cs.sugar.encoder.Encoder.encode(Encoder.java:219)
782.94/790.16	c 790	jp.ac.kobe_u.cs.sugar.SugarMain.encode(SugarMain.java:130)
782.94/790.16	c 790	jp.ac.kobe_u.cs.sugar.SugarMain.main(SugarMain.java:258)
782.94/790.16	s UNKNOWN
783.02/790.46	c 791	CPU 768.3 (0.04 0.01 768.26 14.73)
783.02/790.46	c 791	END Sat Jul  5 08:51:37 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-1086549-1215239906/watcher-1086549-1215239906 -o /tmp/evaluation-result-1086549-1215239906/solver-1086549-1215239906 -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-1086549-1215239906.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.76 2.29 2.10 4/72 1372
/proc/meminfo: memFree=1890560/2055920 swapFree=4179776/4192956
[pid=1372] ppid=1370 vsize=18572 CPUtime=0
/proc/1372/stat : 1372 (runsolver) D 1370 1372 32334 0 -1 4194368 15 0 0 0 0 0 0 0 21 0 1 0 2002963078 19017728 292 996147200 4194304 4296836 548682068272 18446744073709551615 221954764071 0 0 4096 24578 18446744071563608240 0 0 17 1 0 0
/proc/1372/statm: 4643 292 257 25 0 2626 0

[startup+0.0831171 s]
/proc/loadavg: 2.76 2.29 2.10 4/72 1372
/proc/meminfo: memFree=1890560/2055920 swapFree=4179776/4192956
[pid=1372] ppid=1370 vsize=12272 CPUtime=0
/proc/1372/stat : 1372 (sugar) D 1370 1372 32334 0 -1 4194304 359 0 3 0 0 0 0 0 18 0 1 0 2002963078 12566528 330 996147200 4194304 4206940 548682068608 18446744073709551615 221963661410 0 0 4224 0 18446744071563608240 0 0 17 1 0 0
/proc/1372/statm: 3068 330 246 3 0 168 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 12272

[startup+0.102118 s]
/proc/loadavg: 2.76 2.29 2.10 4/72 1372
/proc/meminfo: memFree=1890560/2055920 swapFree=4179776/4192956
[pid=1372] ppid=1370 vsize=12412 CPUtime=0
/proc/1372/stat : 1372 (sugar) D 1370 1372 32334 0 -1 4194304 411 0 3 0 0 0 0 0 18 0 1 0 2002963078 12709888 382 996147200 4194304 4206940 548682068608 18446744073709551615 221963661410 0 0 4224 0 18446744071563479169 0 0 17 1 0 0
/proc/1372/statm: 3103 382 275 3 0 203 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 12412

[startup+0.302146 s]
/proc/loadavg: 2.76 2.29 2.10 4/72 1372
/proc/meminfo: memFree=1890560/2055920 swapFree=4179776/4192956
[pid=1372] ppid=1370 vsize=13600 CPUtime=0.04
/proc/1372/stat : 1372 (sugar) S 1370 1372 32334 0 -1 4194304 897 127 3 0 3 1 0 0 19 0 1 0 2002963078 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 221963661410 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/1372/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.701186 s]
/proc/loadavg: 2.76 2.29 2.10 4/72 1372
/proc/meminfo: memFree=1890560/2055920 swapFree=4179776/4192956
[pid=1372] ppid=1370 vsize=13600 CPUtime=0.04
/proc/1372/stat : 1372 (sugar) S 1370 1372 32334 0 -1 4194304 897 127 3 0 3 1 0 0 19 0 1 0 2002963078 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 221963661410 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/1372/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+1.50126 s]
/proc/loadavg: 2.78 2.30 2.10 4/83 1384
/proc/meminfo: memFree=1866152/2055920 swapFree=4179776/4192956
[pid=1372] ppid=1370 vsize=13600 CPUtime=0.04
/proc/1372/stat : 1372 (sugar) S 1370 1372 32334 0 -1 4194304 897 127 3 0 3 1 0 0 19 0 1 0 2002963078 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 221963661410 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/1372/statm: 3400 796 370 3 0 500 0
[pid=1375] ppid=1372 vsize=5356 CPUtime=0
/proc/1375/stat : 1375 (sh) S 1372 1372 32334 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2002963093 5484544 233 996147200 4194304 4889804 548682068768 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1375/statm: 1339 233 193 169 0 50 0
[pid=1376] ppid=1375 vsize=864696 CPUtime=1.32
/proc/1376/stat : 1376 (java) S 1375 1372 32334 0 -1 0 12930 0 1 0 123 9 0 0 18 0 9 0 2002963094 885448704 10982 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/1376/statm: 216174 10982 2529 9 0 210756 0
[pid=1376/tid=1377] ppid=1375 vsize=864696 CPUtime=0.69
/proc/1376/task/1377/stat : 1377 (java) R 1375 1372 32334 0 -1 64 3002 0 1 0 66 3 0 0 23 0 9 0 2002963095 885448704 10982 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1376/tid=1378] ppid=1375 vsize=864696 CPUtime=0.47
/proc/1376/task/1378/stat : 1378 (java) R 1375 1372 32334 0 -1 64 8728 0 0 0 43 4 0 0 16 0 9 0 2002963096 885448704 10982 996147200 134512640 134550740 4294956000 18446744073709551615 102722997 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=1376/tid=1379] ppid=1375 vsize=864696 CPUtime=0
/proc/1376/task/1379/stat : 1379 (java) S 1375 1372 32334 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 2002963096 885448704 10982 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1376/tid=1380] ppid=1375 vsize=864696 CPUtime=0
/proc/1376/task/1380/stat : 1380 (java) S 1375 1372 32334 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2002963096 885448704 10982 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1376/tid=1381] ppid=1375 vsize=864696 CPUtime=0
/proc/1376/task/1381/stat : 1381 (java) S 1375 1372 32334 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2002963098 885448704 10982 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1376/tid=1382] ppid=1375 vsize=864696 CPUtime=0.12
/proc/1376/task/1382/stat : 1382 (java) S 1375 1372 32334 0 -1 64 499 0 0 0 12 0 0 0 16 0 9 0 2002963098 885448704 10982 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1376/tid=1383] ppid=1375 vsize=864696 CPUtime=0
/proc/1376/task/1383/stat : 1383 (java) S 1375 1372 32334 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 2002963098 885448704 10982 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1376/tid=1384] ppid=1375 vsize=864696 CPUtime=0
/proc/1376/task/1384/stat : 1384 (java) S 1375 1372 32334 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2002963098 885448704 10982 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.36
Current children cumulated vsize (KiB) 883652

[startup+3.1032 s]
/proc/loadavg: 2.78 2.30 2.10 5/83 1394
/proc/meminfo: memFree=1882280/2055920 swapFree=4179776/4192956
[pid=1372] ppid=1370 vsize=13600 CPUtime=1.8
/proc/1372/stat : 1372 (sugar) S 1370 1372 32334 0 -1 4194304 970 14272 3 1 3 1 165 11 15 0 1 0 2002963078 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 221963661410 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/1372/statm: 3400 797 370 3 0 500 0
[pid=1385] ppid=1372 vsize=5356 CPUtime=0
/proc/1385/stat : 1385 (sh) S 1372 1372 32334 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2002963277 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1385/statm: 1339 233 193 169 0 50 0
[pid=1386] ppid=1385 vsize=864100 CPUtime=1.09
/proc/1386/stat : 1386 (java) S 1385 1372 32334 0 -1 0 7321 0 2 0 103 6 0 0 18 0 9 0 2002963277 884838400 6390 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/1386/statm: 216025 6390 2532 9 0 210607 0
[pid=1386/tid=1387] ppid=1385 vsize=864100 CPUtime=0.75
/proc/1386/task/1387/stat : 1387 (java) R 1385 1372 32334 0 -1 64 2560 0 2 0 73 2 0 0 24 0 9 0 2002963278 884838400 6390 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1386/tid=1388] ppid=1385 vsize=864100 CPUtime=0.23
/proc/1386/task/1388/stat : 1388 (java) S 1385 1372 32334 0 -1 64 3726 0 0 0 20 3 0 0 15 0 9 0 2002963279 884838400 6390 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=1386/tid=1389] ppid=1385 vsize=864100 CPUtime=0
/proc/1386/task/1389/stat : 1389 (java) S 1385 1372 32334 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2002963279 884838400 6390 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1386/tid=1390] ppid=1385 vsize=864100 CPUtime=0
/proc/1386/task/1390/stat : 1390 (java) S 1385 1372 32334 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 2002963279 884838400 6390 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1386/tid=1391] ppid=1385 vsize=864100 CPUtime=0
/proc/1386/task/1391/stat : 1391 (java) S 1385 1372 32334 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 2002963281 884838400 6390 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1386/tid=1392] ppid=1385 vsize=864100 CPUtime=0.07
/proc/1386/task/1392/stat : 1392 (java) S 1385 1372 32334 0 -1 64 338 0 0 0 7 0 0 0 19 0 9 0 2002963282 884838400 6390 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1386/tid=1393] ppid=1385 vsize=864100 CPUtime=0
/proc/1386/task/1393/stat : 1393 (java) S 1385 1372 32334 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 2002963282 884838400 6390 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1386/tid=1394] ppid=1385 vsize=864100 CPUtime=0
/proc/1386/task/1394/stat : 1394 (java) R 1385 1372 32334 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2002963282 884838400 6390 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.89
Current children cumulated vsize (KiB) 883056

[startup+6.30268 s]
/proc/loadavg: 2.78 2.30 2.10 3/83 1394
/proc/meminfo: memFree=1860968/2055920 swapFree=4179776/4192956
[pid=1372] ppid=1370 vsize=13600 CPUtime=1.8
/proc/1372/stat : 1372 (sugar) S 1370 1372 32334 0 -1 4194304 971 14272 3 1 3 1 165 11 16 0 1 0 2002963078 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 221963661410 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/1372/statm: 3400 797 370 3 0 500 0
[pid=1385] ppid=1372 vsize=5356 CPUtime=0
/proc/1385/stat : 1385 (sh) S 1372 1372 32334 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2002963277 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1385/statm: 1339 233 193 169 0 50 0
[pid=1386] ppid=1385 vsize=868436 CPUtime=4.26
/proc/1386/stat : 1386 (java) S 1385 1372 32334 0 -1 0 10527 0 2 0 416 10 0 0 18 0 9 0 2002963277 889278464 9203 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/1386/statm: 217109 9203 2541 9 0 211684 0
[pid=1386/tid=1387] ppid=1385 vsize=868436 CPUtime=3.45
/proc/1386/task/1387/stat : 1387 (java) R 1385 1372 32334 0 -1 64 3028 0 2 0 342 3 0 0 25 0 9 0 2002963278 889278464 9203 996147200 134512640 134550740 4294955952 18446744073709551615 4126573283 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1386/tid=1388] ppid=1385 vsize=868436 CPUtime=0.56
/proc/1386/task/1388/stat : 1388 (java) S 1385 1372 32334 0 -1 64 5318 0 0 0 51 5 0 0 16 0 9 0 2002963279 889278464 9203 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=1386/tid=1389] ppid=1385 vsize=868436 CPUtime=0
/proc/1386/task/1389/stat : 1389 (java) S 1385 1372 32334 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2002963279 889278464 9203 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1386/tid=1390] ppid=1385 vsize=868436 CPUtime=0
/proc/1386/task/1390/stat : 1390 (java) S 1385 1372 32334 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 2002963279 889278464 9203 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1386/tid=1391] ppid=1385 vsize=868436 CPUtime=0
/proc/1386/task/1391/stat : 1391 (java) S 1385 1372 32334 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 2002963281 889278464 9203 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1386/tid=1392] ppid=1385 vsize=868436 CPUtime=0.23
/proc/1386/task/1392/stat : 1392 (java) S 1385 1372 32334 0 -1 64 1484 0 0 0 22 1 0 0 16 0 9 0 2002963282 889278464 9203 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1386/tid=1393] ppid=1385 vsize=868436 CPUtime=0
/proc/1386/task/1393/stat : 1393 (java) S 1385 1372 32334 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 2002963282 889278464 9203 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1386/tid=1394] ppid=1385 vsize=868436 CPUtime=0
/proc/1386/task/1394/stat : 1394 (java) S 1385 1372 32334 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2002963282 889278464 9203 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.06
Current children cumulated vsize (KiB) 887392

[startup+12.7023 s]
/proc/loadavg: 2.66 2.29 2.10 3/83 1394
/proc/meminfo: memFree=1849192/2055920 swapFree=4179776/4192956
[pid=1372] ppid=1370 vsize=13600 CPUtime=1.8
/proc/1372/stat : 1372 (sugar) S 1370 1372 32334 0 -1 4194304 971 14272 3 1 3 1 165 11 16 0 1 0 2002963078 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 221963661410 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/1372/statm: 3400 797 370 3 0 500 0
[pid=1385] ppid=1372 vsize=5356 CPUtime=0
/proc/1385/stat : 1385 (sh) S 1372 1372 32334 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2002963277 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1385/statm: 1339 233 193 169 0 50 0
[pid=1386] ppid=1385 vsize=868436 CPUtime=10.63
/proc/1386/stat : 1386 (java) S 1385 1372 32334 0 -1 0 15025 0 2 0 1046 17 0 0 18 0 9 0 2002963277 889278464 12069 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/1386/statm: 217109 12069 2541 9 0 211684 0
[pid=1386/tid=1387] ppid=1385 vsize=868436 CPUtime=9.12
/proc/1386/task/1387/stat : 1387 (java) R 1385 1372 32334 0 -1 64 3522 0 2 0 908 4 0 0 25 0 9 0 2002963278 889278464 12069 996147200 134512640 134550740 4294955952 18446744073709551615 4126521180 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1386/tid=1388] ppid=1385 vsize=868436 CPUtime=1.23
/proc/1386/task/1388/stat : 1388 (java) S 1385 1372 32334 0 -1 64 9319 0 0 0 113 10 0 0 16 0 9 0 2002963279 889278464 12069 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=1386/tid=1389] ppid=1385 vsize=868436 CPUtime=0
/proc/1386/task/1389/stat : 1389 (java) S 1385 1372 32334 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2002963279 889278464 12069 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1386/tid=1390] ppid=1385 vsize=868436 CPUtime=0
/proc/1386/task/1390/stat : 1390 (java) S 1385 1372 32334 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 2002963279 889278464 12069 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1386/tid=1391] ppid=1385 vsize=868436 CPUtime=0
/proc/1386/task/1391/stat : 1391 (java) S 1385 1372 32334 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 2002963281 889278464 12069 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1386/tid=1392] ppid=1385 vsize=868436 CPUtime=0.24
/proc/1386/task/1392/stat : 1392 (java) S 1385 1372 32334 0 -1 64 1487 0 0 0 23 1 0 0 15 0 9 0 2002963282 889278464 12069 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1386/tid=1393] ppid=1385 vsize=868436 CPUtime=0
/proc/1386/task/1393/stat : 1393 (java) S 1385 1372 32334 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 2002963282 889278464 12069 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1386/tid=1394] ppid=1385 vsize=868436 CPUtime=0
/proc/1386/task/1394/stat : 1394 (java) S 1385 1372 32334 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2002963282 889278464 12069 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.43
Current children cumulated vsize (KiB) 887392

[startup+25.5024 s]
/proc/loadavg: 2.56 2.28 2.10 3/83 1394
/proc/meminfo: memFree=1823016/2055920 swapFree=4179776/4192956
[pid=1372] ppid=1370 vsize=13600 CPUtime=1.8
/proc/1372/stat : 1372 (sugar) S 1370 1372 32334 0 -1 4194304 971 14272 3 1 3 1 165 11 16 0 1 0 2002963078 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 221963661410 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/1372/statm: 3400 797 370 3 0 500 0
[pid=1385] ppid=1372 vsize=5356 CPUtime=0
/proc/1385/stat : 1385 (sh) S 1372 1372 32334 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2002963277 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1385/statm: 1339 233 193 169 0 50 0
[pid=1386] ppid=1385 vsize=868436 CPUtime=23.35
/proc/1386/stat : 1386 (java) S 1385 1372 32334 0 -1 0 23342 0 2 0 2308 27 0 0 18 0 9 0 2002963277 889278464 18364 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/1386/statm: 217109 18364 2541 9 0 211684 0
[pid=1386/tid=1387] ppid=1385 vsize=868436 CPUtime=20.7
/proc/1386/task/1387/stat : 1387 (java) R 1385 1372 32334 0 -1 64 4165 0 2 0 2063 7 0 0 25 0 9 0 2002963278 889278464 18364 996147200 134512640 134550740 4294955952 18446744073709551615 4126573309 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1386/tid=1388] ppid=1385 vsize=868436 CPUtime=2.39
/proc/1386/task/1388/stat : 1388 (java) S 1385 1372 32334 0 -1 64 16987 0 0 0 221 18 0 0 16 0 9 0 2002963279 889278464 18364 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=1386/tid=1389] ppid=1385 vsize=868436 CPUtime=0
/proc/1386/task/1389/stat : 1389 (java) S 1385 1372 32334 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2002963279 889278464 18364 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1386/tid=1390] ppid=1385 vsize=868436 CPUtime=0
/proc/1386/task/1390/stat : 1390 (java) S 1385 1372 32334 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 2002963279 889278464 18364 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0

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

Current children cumulated CPU time (s) 696.2
Current children cumulated vsize (KiB) 887504

[startup+762.307 s]
/proc/loadavg: 2.13 2.10 2.08 4/83 1394
/proc/meminfo: memFree=15208/2055920 swapFree=4179776/4192956
[pid=1372] ppid=1370 vsize=13600 CPUtime=1.81
/proc/1372/stat : 1372 (sugar) S 1370 1372 32334 0 -1 4194304 971 14272 3 1 4 1 165 11 16 0 1 0 2002963078 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 221963661410 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/1372/statm: 3400 797 370 3 0 500 0
[pid=1385] ppid=1372 vsize=5356 CPUtime=0
/proc/1385/stat : 1385 (sh) S 1372 1372 32334 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2002963277 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1385/statm: 1339 233 193 169 0 50 0
[pid=1386] ppid=1385 vsize=868548 CPUtime=753.66
/proc/1386/stat : 1386 (java) S 1385 1372 32334 0 -1 0 49513 0 3 0 73979 1387 0 0 18 0 9 0 2002963277 889393152 35817 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/1386/statm: 217137 35817 2566 9 0 211684 0
[pid=1386/tid=1387] ppid=1385 vsize=868548 CPUtime=743.66
/proc/1386/task/1387/stat : 1387 (java) R 1385 1372 32334 0 -1 64 10458 0 3 0 73050 1316 0 0 25 0 9 0 2002963278 889393152 35817 996147200 134512640 134550740 4294955952 18446744073709551615 4127026092 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1386/tid=1388] ppid=1385 vsize=868548 CPUtime=9.61
/proc/1386/task/1388/stat : 1388 (java) S 1385 1372 32334 0 -1 64 36813 0 0 0 893 68 0 0 16 0 9 0 2002963279 889393152 35817 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=1386/tid=1389] ppid=1385 vsize=868548 CPUtime=0
/proc/1386/task/1389/stat : 1389 (java) S 1385 1372 32334 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2002963279 889393152 35817 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1386/tid=1390] ppid=1385 vsize=868548 CPUtime=0
/proc/1386/task/1390/stat : 1390 (java) S 1385 1372 32334 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 2002963279 889393152 35817 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1386/tid=1391] ppid=1385 vsize=868548 CPUtime=0
/proc/1386/task/1391/stat : 1391 (java) S 1385 1372 32334 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 2002963281 889393152 35817 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1386/tid=1392] ppid=1385 vsize=868548 CPUtime=0.36
/proc/1386/task/1392/stat : 1392 (java) S 1385 1372 32334 0 -1 64 1545 0 0 0 34 2 0 0 15 0 9 0 2002963282 889393152 35817 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1386/tid=1393] ppid=1385 vsize=868548 CPUtime=0
/proc/1386/task/1393/stat : 1393 (java) S 1385 1372 32334 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 2002963282 889393152 35817 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1386/tid=1394] ppid=1385 vsize=868548 CPUtime=0
/proc/1386/task/1394/stat : 1394 (java) S 1385 1372 32334 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2002963282 889393152 35817 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 755.47
Current children cumulated vsize (KiB) 887504

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

[startup+767.903 s]
/proc/loadavg: 2.12 2.09 2.08 3/83 1394
/proc/meminfo: memFree=15336/2055920 swapFree=4179776/4192956
[pid=1372] ppid=1370 vsize=13600 CPUtime=1.81
/proc/1372/stat : 1372 (sugar) S 1370 1372 32334 0 -1 4194304 971 14272 3 1 4 1 165 11 16 0 1 0 2002963078 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 221963661410 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/1372/statm: 3400 797 370 3 0 500 0
[pid=1385] ppid=1372 vsize=5356 CPUtime=0
/proc/1385/stat : 1385 (sh) S 1372 1372 32334 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2002963277 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1385/statm: 1339 233 193 169 0 50 0
[pid=1386] ppid=1385 vsize=868548 CPUtime=759.19
/proc/1386/stat : 1386 (java) S 1385 1372 32334 0 -1 0 49562 0 3 0 74518 1401 0 0 18 0 9 0 2002963277 889393152 35817 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/1386/statm: 217137 35817 2566 9 0 211684 0
[pid=1386/tid=1387] ppid=1385 vsize=868548 CPUtime=749.15
/proc/1386/task/1387/stat : 1387 (java) R 1385 1372 32334 0 -1 64 10507 0 3 0 73586 1329 0 0 25 0 9 0 2002963278 889393152 35817 996147200 134512640 134550740 4294955952 18446744073709551615 4126643283 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1386/tid=1388] ppid=1385 vsize=868548 CPUtime=9.66
/proc/1386/task/1388/stat : 1388 (java) S 1385 1372 32334 0 -1 64 36813 0 0 0 897 69 0 0 16 0 9 0 2002963279 889393152 35817 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=1386/tid=1389] ppid=1385 vsize=868548 CPUtime=0
/proc/1386/task/1389/stat : 1389 (java) S 1385 1372 32334 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2002963279 889393152 35817 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1386/tid=1390] ppid=1385 vsize=868548 CPUtime=0
/proc/1386/task/1390/stat : 1390 (java) S 1385 1372 32334 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 2002963279 889393152 35817 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1386/tid=1391] ppid=1385 vsize=868548 CPUtime=0
/proc/1386/task/1391/stat : 1391 (java) S 1385 1372 32334 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 2002963281 889393152 35817 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1386/tid=1392] ppid=1385 vsize=868548 CPUtime=0.36
/proc/1386/task/1392/stat : 1392 (java) S 1385 1372 32334 0 -1 64 1545 0 0 0 34 2 0 0 15 0 9 0 2002963282 889393152 35817 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1386/tid=1393] ppid=1385 vsize=868548 CPUtime=0
/proc/1386/task/1393/stat : 1393 (java) S 1385 1372 32334 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 2002963282 889393152 35817 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1386/tid=1394] ppid=1385 vsize=868548 CPUtime=0
/proc/1386/task/1394/stat : 1394 (java) S 1385 1372 32334 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2002963282 889393152 35817 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 761
Current children cumulated vsize (KiB) 887504

[startup+780.702 s]
/proc/loadavg: 2.18 2.11 2.08 3/83 1394
/proc/meminfo: memFree=15720/2055920 swapFree=4179776/4192956
[pid=1372] ppid=1370 vsize=13600 CPUtime=1.81
/proc/1372/stat : 1372 (sugar) S 1370 1372 32334 0 -1 4194304 971 14272 3 1 4 1 165 11 16 0 1 0 2002963078 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 221963661410 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/1372/statm: 3400 797 370 3 0 500 0
[pid=1385] ppid=1372 vsize=5356 CPUtime=0
/proc/1385/stat : 1385 (sh) S 1372 1372 32334 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2002963277 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1385/statm: 1339 233 193 169 0 50 0
[pid=1386] ppid=1385 vsize=868548 CPUtime=771.83
/proc/1386/stat : 1386 (java) S 1385 1372 32334 0 -1 0 49675 0 3 0 75748 1435 0 0 18 0 9 0 2002963277 889393152 35817 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/1386/statm: 217137 35817 2566 9 0 211684 0
[pid=1386/tid=1387] ppid=1385 vsize=868548 CPUtime=761.7
/proc/1386/task/1387/stat : 1387 (java) R 1385 1372 32334 0 -1 64 10620 0 3 0 74808 1362 0 0 25 0 9 0 2002963278 889393152 35817 996147200 134512640 134550740 4294955952 18446744073709551615 4127025542 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1386/tid=1388] ppid=1385 vsize=868548 CPUtime=9.74
/proc/1386/task/1388/stat : 1388 (java) S 1385 1372 32334 0 -1 64 36813 0 0 0 905 69 0 0 16 0 9 0 2002963279 889393152 35817 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=1386/tid=1389] ppid=1385 vsize=868548 CPUtime=0
/proc/1386/task/1389/stat : 1389 (java) S 1385 1372 32334 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2002963279 889393152 35817 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1386/tid=1390] ppid=1385 vsize=868548 CPUtime=0
/proc/1386/task/1390/stat : 1390 (java) S 1385 1372 32334 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 2002963279 889393152 35817 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1386/tid=1391] ppid=1385 vsize=868548 CPUtime=0
/proc/1386/task/1391/stat : 1391 (java) S 1385 1372 32334 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 2002963281 889393152 35817 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1386/tid=1392] ppid=1385 vsize=868548 CPUtime=0.36
/proc/1386/task/1392/stat : 1392 (java) S 1385 1372 32334 0 -1 64 1545 0 0 0 34 2 0 0 15 0 9 0 2002963282 889393152 35817 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1386/tid=1393] ppid=1385 vsize=868548 CPUtime=0
/proc/1386/task/1393/stat : 1393 (java) S 1385 1372 32334 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 2002963282 889393152 35817 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1386/tid=1394] ppid=1385 vsize=868548 CPUtime=0
/proc/1386/task/1394/stat : 1394 (java) S 1385 1372 32334 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2002963282 889393152 35817 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 773.64
Current children cumulated vsize (KiB) 887504

[startup+787.103 s]
/proc/loadavg: 2.15 2.10 2.08 3/83 1394
/proc/meminfo: memFree=16168/2055920 swapFree=4179776/4192956
[pid=1372] ppid=1370 vsize=13600 CPUtime=1.81
/proc/1372/stat : 1372 (sugar) S 1370 1372 32334 0 -1 4194304 971 14272 3 1 4 1 165 11 16 0 1 0 2002963078 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 221963661410 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/1372/statm: 3400 797 370 3 0 500 0
[pid=1385] ppid=1372 vsize=5356 CPUtime=0
/proc/1385/stat : 1385 (sh) S 1372 1372 32334 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2002963277 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1385/statm: 1339 233 193 169 0 50 0
[pid=1386] ppid=1385 vsize=868548 CPUtime=778.15
/proc/1386/stat : 1386 (java) S 1385 1372 32334 0 -1 0 49729 0 3 0 76364 1451 0 0 18 0 9 0 2002963277 889393152 35817 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/1386/statm: 217137 35817 2566 9 0 211684 0
[pid=1386/tid=1387] ppid=1385 vsize=868548 CPUtime=767.99
/proc/1386/task/1387/stat : 1387 (java) R 1385 1372 32334 0 -1 64 10674 0 3 0 75421 1378 0 0 25 0 9 0 2002963278 889393152 35817 996147200 134512640 134550740 4294955952 18446744073709551615 4127026115 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1386/tid=1388] ppid=1385 vsize=868548 CPUtime=9.78
/proc/1386/task/1388/stat : 1388 (java) S 1385 1372 32334 0 -1 64 36813 0 0 0 908 70 0 0 16 0 9 0 2002963279 889393152 35817 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=1386/tid=1389] ppid=1385 vsize=868548 CPUtime=0
/proc/1386/task/1389/stat : 1389 (java) S 1385 1372 32334 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2002963279 889393152 35817 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1386/tid=1390] ppid=1385 vsize=868548 CPUtime=0
/proc/1386/task/1390/stat : 1390 (java) S 1385 1372 32334 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 2002963279 889393152 35817 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1386/tid=1391] ppid=1385 vsize=868548 CPUtime=0
/proc/1386/task/1391/stat : 1391 (java) S 1385 1372 32334 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 2002963281 889393152 35817 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1386/tid=1392] ppid=1385 vsize=868548 CPUtime=0.36
/proc/1386/task/1392/stat : 1392 (java) S 1385 1372 32334 0 -1 64 1545 0 0 0 34 2 0 0 15 0 9 0 2002963282 889393152 35817 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1386/tid=1393] ppid=1385 vsize=868548 CPUtime=0
/proc/1386/task/1393/stat : 1393 (java) S 1385 1372 32334 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 2002963282 889393152 35817 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1386/tid=1394] ppid=1385 vsize=868548 CPUtime=0
/proc/1386/task/1394/stat : 1394 (java) S 1385 1372 32334 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2002963282 889393152 35817 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 779.96
Current children cumulated vsize (KiB) 887504

[startup+790.302 s]
/proc/loadavg: 2.15 2.10 2.08 3/83 1394
/proc/meminfo: memFree=15528/2055920 swapFree=4179776/4192956
[pid=1372] ppid=1370 vsize=13600 CPUtime=1.81
/proc/1372/stat : 1372 (sugar) S 1370 1372 32334 0 -1 4194304 971 14272 3 1 4 1 165 11 16 0 1 0 2002963078 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 221963661410 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/1372/statm: 3400 797 370 3 0 500 0
[pid=1385] ppid=1372 vsize=5356 CPUtime=0
/proc/1385/stat : 1385 (sh) S 1372 1372 32334 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2002963277 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1385/statm: 1339 233 193 169 0 50 0
[pid=1386] ppid=1385 vsize=0 CPUtime=781.21
/proc/1386/stat : 1386 (java) Z 1385 1372 32334 0 -1 1036 49770 0 3 0 76660 1461 0 0 16 0 2 0 2002963277 0 0 996147200 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/1386/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 783.02
Current children cumulated vsize (KiB) 18956

[startup+791.101 s]
/proc/loadavg: 2.15 2.10 2.08 3/73 1394
/proc/meminfo: memFree=490096/2055920 swapFree=4179776/4192956
[pid=1372] ppid=1370 vsize=13600 CPUtime=783.49
/proc/1372/stat : 1372 (sugar) R 1370 1372 32334 0 -1 4194304 993 64328 3 4 4 46 76826 1473 20 0 1 0 2002963078 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 221954937897 0 0 4224 16386 0 0 0 17 1 0 0
/proc/1372/statm: 3400 798 371 3 0 500 0
Current children cumulated CPU time (s) 783.49
Current children cumulated vsize (KiB) 13600

[startup+791.901 s]
/proc/loadavg: 2.22 2.12 2.08 2/73 1394
/proc/meminfo: memFree=1925944/2055920 swapFree=4179776/4192956
[pid=1372] ppid=1370 vsize=13600 CPUtime=783.99
/proc/1372/stat : 1372 (sugar) D 1370 1372 32334 0 -1 4194304 993 64328 3 4 4 96 76826 1473 18 0 1 0 2002963078 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 221954937897 0 0 4224 16386 18446744071563608240 0 0 17 1 0 0
/proc/1372/statm: 3400 798 371 3 0 500 0
Current children cumulated CPU time (s) 783.99
Current children cumulated vsize (KiB) 13600

[startup+792.301 s]
/proc/loadavg: 2.22 2.12 2.08 2/73 1394
/proc/meminfo: memFree=1925944/2055920 swapFree=4179776/4192956
[pid=1372] ppid=1370 vsize=13600 CPUtime=784.01
/proc/1372/stat : 1372 (sugar) D 1370 1372 32334 0 -1 4194304 993 64328 3 4 4 98 76826 1473 18 0 1 0 2002963078 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 221954937897 0 0 4224 16386 18446744071563608240 0 0 17 1 0 0
/proc/1372/statm: 3400 798 371 3 0 500 0
Current children cumulated CPU time (s) 784.01
Current children cumulated vsize (KiB) 13600

Child status: 0
Real time (s): 792.337
CPU time (s): 784.025
CPU user time (s): 768.303
CPU system time (s): 15.7216
CPU usage (%): 98.9509
Max. virtual memory (cumulated for all children) (KiB): 892520

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 768.303
system time used= 15.7216
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 65351
page faults= 7
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 63316
involuntary context switches= 72729

runsolver used 0.999848 second user time and 2.75058 second system time

The end

Launcher Data (download as text)

Begin job on node43 at 2008-07-05 08:38:26
IDJOB=1086549
IDBENCH=57837
IDSOLVER=346
FILE ID=node43/1086549-1215239906
PBS_JOBID= 7881877
Free space on /tmp= 66504 MiB

SOLVER NAME= Sugar v1.13+minisat
BENCH NAME= CPAI08/csp/fapp/fapp35/normalized-fapp35-1500-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-1086549-1215239906/watcher-1086549-1215239906 -o /tmp/evaluation-result-1086549-1215239906/solver-1086549-1215239906 -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-1086549-1215239906.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= e176f03acbb8fde17171aab729aed488
RANDOM SEED=1715235618

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:       1891040 kB
Buffers:          5456 kB
Cached:          64184 kB
SwapCached:       7064 kB
Active:          91660 kB
Inactive:        21568 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1891040 kB
SwapTotal:     4192956 kB
SwapFree:      4179776 kB
Dirty:            4364 kB
Writeback:           0 kB
Mapped:          51452 kB
Slab:            36936 kB
Committed_AS:  3842968 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= 66504 MiB
End job on node43 at 2008-07-05 08:51:38