Trace number 1112800

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerNumber of falsified constraintsCPU timeWall clock time
Sugar v1.13+minisat? 349.705 358.983

General information on the benchmark

Namecsp/fapp/fapp15/
normalized-fapp15-3000-2.xml
MD5SUMa7377e3e2481e38a6b40d9be07bb2cda
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkMSAT TO
Best Number of falsified constraints365
Best CPU time to get the best result obtained on this benchmark3600.03
Satisfiable
(Un)Satisfiability was proved
Number of variables3000
Number of constraints33021
Maximum constraint arity2
Maximum domain size182
Number of constraints which are defined in extension0
Number of constraints which are defined in intension33021
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.06	c 0	Sugar v1-13 + HOME/minisat
0.00/0.06	c 0	BEGIN Sat Jul 12 16:50:28 2008
0.00/0.06	c 0	PID 12637
0.00/0.07	c 0	HOST node73.alineos.net
0.00/0.07	c 0	CONVERTING HOME/instance-1112800-1215874227.xml TO HOME/temp.csp
0.00/0.07	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1112800-1215874227.xml' 'HOME/temp.csp'
2.04/2.65	c 2	23 domains, 3000 variables, 8 predicates, 0 relations, 33021 constraints
2.09/2.70	c 2	ENCODING HOME/temp.csp TO HOME/temp.cnf
2.09/2.70	c 2	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -max -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
2.09/2.78	c 2	Parsing HOME/temp.csp
2.10/3.16	c 3	parsed 10000 expressions
2.88/3.52	c 3	parsed 20000 expressions
3.17/3.86	c 3	parsed 30000 expressions
3.37/4.01	c 4	parsed 36052 expressions
3.37/4.02	c 4	Heap : 16 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
3.67/4.35	c 4	MAX CSP: 33021 constraints
3.67/4.35	c 4	Converting to clausal form CSP
5.75/6.50	c 6	converted 6908 (10%) expressions
8.44/9.20	c 9	converted 13816 (20%) expressions
11.61/12.30	c 12	converted 20723 (30%) expressions
14.09/14.81	c 14	converted 27631 (40%) expressions
16.59/17.31	c 17	converted 34538 (50%) expressions
19.77/20.59	c 20	converted 41446 (60%) expressions
22.25/23.03	c 23	converted 48354 (70%) expressions
24.63/25.48	c 25	converted 55261 (80%) expressions
27.01/27.82	c 27	converted 62169 (90%) expressions
33.57/34.40	c 34	converted 69076 (100%) expressions
33.57/34.41	c 34	CSP : 79249 integers, 125763 booleans, 319756 clauses, largest domain size 49532
33.57/34.41	c 34	Heap : 210 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
33.57/34.41	c 34	Propagation in CSP
39.93/40.80	c 40	33013 values, 0 unsatisfiable literals, and 0 valid clauses are removed
39.93/40.81	c 40	CSP : 79249 integers, 125763 booleans, 319756 clauses, largest domain size 33022
39.93/40.81	c 40	Heap : 225 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
39.93/40.89	c 40	Simplifing CSP by introducing new Boolean variables
40.53/41.47	c 41	CSP : 79249 integers, 210905 booleans, 404898 clauses, largest domain size 33022
40.53/41.47	c 41	Heap : 258 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
42.11/43.02	c 43	Encoding CSP to SAT : HOME/temp.cnf
54.32/55.40	c 55	7925 (10%) CSP integer variables are encoded (4103809 clauses, 75758691 bytes)
60.82/62.08	c 62	15850 (20%) CSP integer variables are encoded (9438084 clauses, 177109916 bytes)
67.59/68.96	c 68	23775 (30%) CSP integer variables are encoded (14537164 clauses, 283100119 bytes)
74.14/75.81	c 75	31700 (40%) CSP integer variables are encoded (19422399 clauses, 385690054 bytes)
79.60/81.60	c 81	39625 (50%) CSP integer variables are encoded (23695242 clauses, 475419757 bytes)
82.27/84.32	c 84	47550 (60%) CSP integer variables are encoded (25852213 clauses, 520716148 bytes)
82.36/84.45	c 84	55475 (70%) CSP integer variables are encoded (25947288 clauses, 522712723 bytes)
82.56/84.61	c 84	63400 (80%) CSP integer variables are encoded (26060829 clauses, 525097084 bytes)
83.15/85.30	c 85	71325 (90%) CSP integer variables are encoded (26602998 clauses, 536482633 bytes)
83.35/85.47	c 85	79249 (100%) CSP integer variables are encoded (26733044 clauses, 539213599 bytes)
190.96/196.05	c 196	40490 (10%) CSP clauses are encoded (51922891 clauses, 1169071063 bytes)
290.19/297.07	c 297	80980 (20%) CSP clauses are encoded (76433698 clauses, 1791091016 bytes)
348.96/357.24	c 357	ERROR Exception Too large HOME/temp.cnf
348.96/357.24	c 357	jp.ac.kobe_u.cs.sugar.encoder.Encoder.encode(Encoder.java:219)
348.96/357.24	c 357	jp.ac.kobe_u.cs.sugar.SugarMain.encode(SugarMain.java:130)
348.96/357.24	c 357	jp.ac.kobe_u.cs.sugar.SugarMain.main(SugarMain.java:258)
348.96/357.24	s UNKNOWN
349.01/357.36	c 357	CPU 335.73 (0.03 0.01 335.7 13.32)
349.01/357.36	c 357	END Sat Jul 12 16:56:25 2008

Verifier Data (download as text)

ERROR: no interpretation found !

Watcher Data (download as text)

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

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

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


[startup+0 s]
/proc/loadavg: 0.00 0.00 0.00 3/76 12637
/proc/meminfo: memFree=1739120/2055920 swapFree=4174664/4192956
[pid=12637] ppid=12635 vsize=18572 CPUtime=0
/proc/12637/stat : 12637 (runsolver) R 12635 12637 12567 0 -1 4194368 15 0 0 0 0 0 0 0 18 0 1 0 44120333 19017728 292 996147200 4194304 4296836 548682068256 18446744073709551615 210723466535 0 0 4096 24578 0 0 0 17 1 0 0
/proc/12637/statm: 4643 292 257 25 0 2626 0

[startup+0.0351139 s]
/proc/loadavg: 0.00 0.00 0.00 3/76 12637
/proc/meminfo: memFree=1739120/2055920 swapFree=4174664/4192956
[pid=12637] ppid=12635 vsize=12544 CPUtime=0
/proc/12637/stat : 12637 (sugar) R 12635 12637 12567 0 -1 4194304 490 0 0 0 0 0 0 0 18 0 1 0 44120333 12845056 458 996147200 4194304 4206940 548682068592 18446744073709551615 210723312353 0 0 4224 0 0 0 0 17 1 0 0
/proc/12637/statm: 3136 458 291 3 0 236 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 12544

[startup+0.102123 s]
/proc/loadavg: 0.00 0.00 0.00 3/76 12637
/proc/meminfo: memFree=1739120/2055920 swapFree=4174664/4192956
[pid=12637] ppid=12635 vsize=13600 CPUtime=0.04
/proc/12637/stat : 12637 (sugar) S 12635 12637 12567 0 -1 4194304 898 127 0 0 3 1 0 0 16 0 1 0 44120333 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 210732363874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12637/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.301336 s]
/proc/loadavg: 0.00 0.00 0.00 3/76 12637
/proc/meminfo: memFree=1739120/2055920 swapFree=4174664/4192956
[pid=12637] ppid=12635 vsize=13600 CPUtime=0.04
/proc/12637/stat : 12637 (sugar) S 12635 12637 12567 0 -1 4194304 898 127 0 0 3 1 0 0 16 0 1 0 44120333 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 210732363874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12637/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.701385 s]
/proc/loadavg: 0.00 0.00 0.00 3/76 12637
/proc/meminfo: memFree=1739120/2055920 swapFree=4174664/4192956
[pid=12637] ppid=12635 vsize=13600 CPUtime=0.04
/proc/12637/stat : 12637 (sugar) S 12635 12637 12567 0 -1 4194304 898 127 0 0 3 1 0 0 16 0 1 0 44120333 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 210732363874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12637/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+1.50249 s]
/proc/loadavg: 0.00 0.00 0.00 2/99 12665
/proc/meminfo: memFree=1694384/2055920 swapFree=4174664/4192956
[pid=12637] ppid=12635 vsize=13600 CPUtime=0.04
/proc/12637/stat : 12637 (sugar) S 12635 12637 12567 0 -1 4194304 898 127 0 0 3 1 0 0 16 0 1 0 44120333 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 210732363874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12637/statm: 3400 796 370 3 0 500 0
[pid=12648] ppid=12637 vsize=5356 CPUtime=0
/proc/12648/stat : 12648 (sh) S 12637 12637 12567 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 44120340 5484544 233 996147200 4194304 4889804 548682068752 18446744073709551615 210723464004 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/12648/statm: 1339 233 193 169 0 50 0
[pid=12649] ppid=12648 vsize=866552 CPUtime=0.94
/proc/12649/stat : 12649 (java) S 12648 12637 12567 0 -1 0 12120 0 88 0 85 9 0 0 18 0 9 0 44120340 887349248 10518 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/12649/statm: 216638 10518 2529 9 0 211220 0
[pid=12649/tid=12651] ppid=12648 vsize=866552 CPUtime=0.47
/proc/12649/task/12651/stat : 12651 (java) S 12648 12637 12567 0 -1 64 2750 0 58 0 44 3 0 0 16 0 9 0 44120346 887349248 10518 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12649/tid=12652] ppid=12648 vsize=866552 CPUtime=0.34
/proc/12649/task/12652/stat : 12652 (java) R 12648 12637 12567 0 -1 64 8209 0 2 0 31 3 0 0 18 0 9 0 44120354 887349248 10518 996147200 134512640 134550740 4294956000 18446744073709551615 104182582 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=12649/tid=12654] ppid=12648 vsize=866552 CPUtime=0
/proc/12649/task/12654/stat : 12654 (java) S 12648 12637 12567 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 44120357 887349248 10518 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12649/tid=12656] ppid=12648 vsize=866552 CPUtime=0
/proc/12649/task/12656/stat : 12656 (java) S 12648 12637 12567 0 -1 64 10 0 0 0 0 0 0 0 15 0 9 0 44120357 887349248 10518 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12649/tid=12658] ppid=12648 vsize=866552 CPUtime=0
/proc/12649/task/12658/stat : 12658 (java) S 12648 12637 12567 0 -1 64 1 0 0 0 0 0 0 0 17 0 9 0 44120362 887349248 10518 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12649/tid=12659] ppid=12648 vsize=866552 CPUtime=0.09
/proc/12649/task/12659/stat : 12659 (java) S 12648 12637 12567 0 -1 64 487 0 1 0 9 0 0 0 16 0 9 0 44120362 887349248 10518 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12649/tid=12660] ppid=12648 vsize=866552 CPUtime=0
/proc/12649/task/12660/stat : 12660 (java) S 12648 12637 12567 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 44120362 887349248 10518 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12649/tid=12661] ppid=12648 vsize=866552 CPUtime=0
/proc/12649/task/12661/stat : 12661 (java) S 12648 12637 12567 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 44120362 887349248 10518 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 0.98
Current children cumulated vsize (KiB) 885508

[startup+3.10166 s]
/proc/loadavg: 0.24 0.05 0.02 3/99 12665
/proc/meminfo: memFree=1649136/2055920 swapFree=4174664/4192956
[pid=12637] ppid=12635 vsize=13600 CPUtime=2.1
/proc/12637/stat : 12637 (sugar) S 12635 12637 12567 0 -1 4194304 974 19372 0 88 3 1 192 14 16 0 1 0 44120333 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 210732363874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12637/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 2.1
Current children cumulated vsize (KiB) 13600

[startup+6.30104 s]
/proc/loadavg: 0.24 0.05 0.02 3/99 12675
/proc/meminfo: memFree=1652912/2055920 swapFree=4174664/4192956
[pid=12637] ppid=12635 vsize=13600 CPUtime=2.1
/proc/12637/stat : 12637 (sugar) S 12635 12637 12567 0 -1 4194304 974 19372 0 88 3 1 192 14 15 0 1 0 44120333 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 210732363874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12637/statm: 3400 797 370 3 0 500 0
[pid=12666] ppid=12637 vsize=5356 CPUtime=0
/proc/12666/stat : 12666 (sh) S 12637 12637 12567 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 44120603 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 210723464004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12666/statm: 1339 233 193 169 0 50 0
[pid=12667] ppid=12666 vsize=868620 CPUtime=3.55
/proc/12667/stat : 12667 (java) S 12666 12637 12567 0 -1 0 15768 0 1 0 345 10 0 0 18 0 9 0 44120603 889466880 14346 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/12667/statm: 217155 14346 2541 9 0 211730 0
[pid=12667/tid=12668] ppid=12666 vsize=868620 CPUtime=2.46
/proc/12667/task/12668/stat : 12668 (java) R 12666 12637 12567 0 -1 64 3088 0 1 0 244 2 0 0 25 0 9 0 44120604 889466880 14346 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12667/tid=12669] ppid=12666 vsize=868620 CPUtime=0.84
/proc/12667/task/12669/stat : 12669 (java) R 12666 12637 12567 0 -1 64 10511 0 0 0 78 6 0 0 16 0 9 0 44120605 889466880 14346 996147200 134512640 134550740 4294955936 18446744073709551615 103735985 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=12667/tid=12670] ppid=12666 vsize=868620 CPUtime=0
/proc/12667/task/12670/stat : 12670 (java) S 12666 12637 12567 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 44120606 889466880 14346 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12667/tid=12671] ppid=12666 vsize=868620 CPUtime=0
/proc/12667/task/12671/stat : 12671 (java) S 12666 12637 12567 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 44120606 889466880 14346 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12667/tid=12672] ppid=12666 vsize=868620 CPUtime=0
/proc/12667/task/12672/stat : 12672 (java) S 12666 12637 12567 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 44120608 889466880 14346 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12667/tid=12673] ppid=12666 vsize=868620 CPUtime=0.21
/proc/12667/task/12673/stat : 12673 (java) S 12666 12637 12567 0 -1 64 1472 0 0 0 21 0 0 0 15 0 9 0 44120608 889466880 14346 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12667/tid=12674] ppid=12666 vsize=868620 CPUtime=0
/proc/12667/task/12674/stat : 12674 (java) S 12666 12637 12567 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 44120608 889466880 14346 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12667/tid=12675] ppid=12666 vsize=868620 CPUtime=0
/proc/12667/task/12675/stat : 12675 (java) S 12666 12637 12567 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 44120608 889466880 14346 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 5.65
Current children cumulated vsize (KiB) 887576

[startup+12.7028 s]
/proc/loadavg: 0.51 0.11 0.04 3/99 12675
/proc/meminfo: memFree=1609968/2055920 swapFree=4174664/4192956
[pid=12637] ppid=12635 vsize=13600 CPUtime=2.1
/proc/12637/stat : 12637 (sugar) S 12635 12637 12567 0 -1 4194304 974 19372 0 88 3 1 192 14 16 0 1 0 44120333 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 210732363874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12637/statm: 3400 797 370 3 0 500 0
[pid=12666] ppid=12637 vsize=5356 CPUtime=0
/proc/12666/stat : 12666 (sh) S 12637 12637 12567 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 44120603 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 210723464004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12666/statm: 1339 233 193 169 0 50 0
[pid=12667] ppid=12666 vsize=868432 CPUtime=9.92
/proc/12667/stat : 12667 (java) S 12666 12637 12567 0 -1 0 30228 0 1 0 972 20 0 0 18 0 9 0 44120603 889274368 23725 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/12667/statm: 217108 23725 2541 9 0 211683 0
[pid=12667/tid=12668] ppid=12666 vsize=868432 CPUtime=7.48
/proc/12667/task/12668/stat : 12668 (java) R 12666 12637 12567 0 -1 64 3900 0 1 0 744 4 0 0 25 0 9 0 44120604 889274368 23725 996147200 134512640 134550740 4294955936 18446744073709551615 4126678305 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12667/tid=12669] ppid=12666 vsize=868432 CPUtime=2.18
/proc/12667/task/12669/stat : 12669 (java) S 12666 12637 12567 0 -1 64 24148 0 0 0 204 14 0 0 16 0 9 0 44120605 889274368 23725 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=12667/tid=12670] ppid=12666 vsize=868432 CPUtime=0
/proc/12667/task/12670/stat : 12670 (java) S 12666 12637 12567 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 44120606 889274368 23725 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12667/tid=12671] ppid=12666 vsize=868432 CPUtime=0
/proc/12667/task/12671/stat : 12671 (java) S 12666 12637 12567 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 44120606 889274368 23725 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12667/tid=12672] ppid=12666 vsize=868432 CPUtime=0
/proc/12667/task/12672/stat : 12672 (java) S 12666 12637 12567 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 44120608 889274368 23725 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12667/tid=12673] ppid=12666 vsize=868432 CPUtime=0.23
/proc/12667/task/12673/stat : 12673 (java) S 12666 12637 12567 0 -1 64 1483 0 0 0 23 0 0 0 15 0 9 0 44120608 889274368 23725 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12667/tid=12674] ppid=12666 vsize=868432 CPUtime=0
/proc/12667/task/12674/stat : 12674 (java) S 12666 12637 12567 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 44120608 889274368 23725 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12667/tid=12675] ppid=12666 vsize=868432 CPUtime=0
/proc/12667/task/12675/stat : 12675 (java) S 12666 12637 12567 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 44120608 889274368 23725 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.02
Current children cumulated vsize (KiB) 887388

[startup+25.5023 s]
/proc/loadavg: 0.81 0.19 0.06 3/99 12675
/proc/meminfo: memFree=1526128/2055920 swapFree=4174664/4192956
[pid=12637] ppid=12635 vsize=13600 CPUtime=2.1
/proc/12637/stat : 12637 (sugar) S 12635 12637 12567 0 -1 4194304 974 19372 0 88 3 1 192 14 16 0 1 0 44120333 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 210732363874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12637/statm: 3400 797 370 3 0 500 0
[pid=12666] ppid=12637 vsize=5356 CPUtime=0
/proc/12666/stat : 12666 (sh) S 12637 12637 12567 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 44120603 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 210723464004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12666/statm: 1339 233 193 169 0 50 0
[pid=12667] ppid=12666 vsize=868432 CPUtime=22.63
/proc/12667/stat : 12667 (java) S 12666 12637 12567 0 -1 0 54242 0 1 0 2231 32 0 0 18 0 9 0 44120603 889274368 43095 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/12667/statm: 217108 43095 2541 9 0 211683 0
[pid=12667/tid=12668] ppid=12666 vsize=868432 CPUtime=18.09
/proc/12667/task/12668/stat : 12668 (java) R 12666 12637 12567 0 -1 64 4762 0 1 0 1804 5 0 0 25 0 9 0 44120604 889274368 43095 996147200 134512640 134550740 4294955936 18446744073709551615 4126678175 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12667/tid=12669] ppid=12666 vsize=868432 CPUtime=4.28
/proc/12667/task/12669/stat : 12669 (java) S 12666 12637 12567 0 -1 64 47300 0 0 0 403 25 0 0 16 0 9 0 44120605 889274368 43095 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=12667/tid=12670] ppid=12666 vsize=868432 CPUtime=0
/proc/12667/task/12670/stat : 12670 (java) S 12666 12637 12567 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 44120606 889274368 43095 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12667/tid=12671] ppid=12666 vsize=868432 CPUtime=0
/proc/12667/task/12671/stat : 12671 (java) S 12666 12637 12567 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 44120606 889274368 43095 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12667/tid=12672] ppid=12666 vsize=868432 CPUtime=0
/proc/12667/task/12672/stat : 12672 (java) S 12666 12637 12567 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 44120608 889274368 43095 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12667/tid=12673] ppid=12666 vsize=868432 CPUtime=0.23
/proc/12667/task/12673/stat : 12673 (java) S 12666 12637 12567 0 -1 64 1483 0 0 0 23 0 0 0 15 0 9 0 44120608 889274368 43095 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12667/tid=12674] ppid=12666 vsize=868432 CPUtime=0
/proc/12667/task/12674/stat : 12674 (java) S 12666 12637 12567 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 44120608 889274368 43095 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12667/tid=12675] ppid=12666 vsize=868432 CPUtime=0
/proc/12667/task/12675/stat : 12675 (java) S 12666 12637 12567 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 44120608 889274368 43095 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 24.73
Current children cumulated vsize (KiB) 887388

[startup+51.1023 s]
/proc/loadavg: 1.29 0.35 0.12 3/99 12675
/proc/meminfo: memFree=1397424/2055920 swapFree=4174664/4192956
[pid=12637] ppid=12635 vsize=13600 CPUtime=2.1
/proc/12637/stat : 12637 (sugar) S 12635 12637 12567 0 -1 4194304 974 19372 0 88 3 1 192 14 16 0 1 0 44120333 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 210732363874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12637/statm: 3400 797 370 3 0 500 0
[pid=12666] ppid=12637 vsize=5356 CPUtime=0
/proc/12666/stat : 12666 (sh) S 12637 12637 12567 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 44120603 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 210723464004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12666/statm: 1339 233 193 169 0 50 0
[pid=12667] ppid=12666 vsize=868544 CPUtime=48.06
/proc/12667/stat : 12667 (java) S 12666 12637 12567 0 -1 0 87619 0 1 0 4750 56 0 0 18 0 9 0 44120603 889389056 70999 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0

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

[pid=12667/tid=12673] ppid=12666 vsize=868544 CPUtime=0.35
/proc/12667/task/12673/stat : 12673 (java) S 12666 12637 12567 0 -1 64 1540 0 0 0 34 1 0 0 16 0 9 0 44120608 889389056 71012 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12667/tid=12674] ppid=12666 vsize=868544 CPUtime=0
/proc/12667/task/12674/stat : 12674 (java) S 12666 12637 12567 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 44120608 889389056 71012 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12667/tid=12675] ppid=12666 vsize=868544 CPUtime=0
/proc/12667/task/12675/stat : 12675 (java) S 12666 12637 12567 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 44120608 889389056 71012 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 334.32
Current children cumulated vsize (KiB) 887500

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

[startup+345.603 s]
/proc/loadavg: 2.32 1.55 0.69 3/99 12676
/proc/meminfo: memFree=15080/2055920 swapFree=4176280/4192956
[pid=12637] ppid=12635 vsize=13600 CPUtime=2.1
/proc/12637/stat : 12637 (sugar) S 12635 12637 12567 0 -1 4194304 974 19372 0 88 3 1 192 14 16 0 1 0 44120333 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 210732363874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12637/statm: 3400 797 370 3 0 500 0
[pid=12666] ppid=12637 vsize=5356 CPUtime=0
/proc/12666/stat : 12666 (sh) S 12637 12637 12567 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 44120603 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 210723464004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12666/statm: 1339 233 193 169 0 50 0
[pid=12667] ppid=12666 vsize=868544 CPUtime=335.46
/proc/12667/stat : 12667 (java) S 12666 12637 12567 0 -1 0 89690 0 1 0 32272 1274 0 0 18 0 9 0 44120603 889389056 71012 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/12667/statm: 217136 71012 2566 9 0 211683 0
[pid=12667/tid=12668] ppid=12666 vsize=868544 CPUtime=324.22
/proc/12667/task/12668/stat : 12668 (java) R 12666 12637 12567 0 -1 64 8277 0 1 0 31206 1216 0 0 25 0 9 0 44120604 889389056 71012 996147200 134512640 134550740 4294955936 18446744073709551615 4126608279 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12667/tid=12669] ppid=12666 vsize=868544 CPUtime=10.85
/proc/12667/task/12669/stat : 12669 (java) S 12666 12637 12567 0 -1 64 79176 0 0 0 1030 55 0 0 16 0 9 0 44120605 889389056 71012 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=12667/tid=12670] ppid=12666 vsize=868544 CPUtime=0
/proc/12667/task/12670/stat : 12670 (java) S 12666 12637 12567 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 44120606 889389056 71012 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12667/tid=12671] ppid=12666 vsize=868544 CPUtime=0
/proc/12667/task/12671/stat : 12671 (java) S 12666 12637 12567 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 44120606 889389056 71012 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12667/tid=12672] ppid=12666 vsize=868544 CPUtime=0
/proc/12667/task/12672/stat : 12672 (java) S 12666 12637 12567 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 44120608 889389056 71012 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12667/tid=12673] ppid=12666 vsize=868544 CPUtime=0.35
/proc/12667/task/12673/stat : 12673 (java) S 12666 12637 12567 0 -1 64 1540 0 0 0 34 1 0 0 16 0 9 0 44120608 889389056 71012 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12667/tid=12674] ppid=12666 vsize=868544 CPUtime=0
/proc/12667/task/12674/stat : 12674 (java) S 12666 12637 12567 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 44120608 889389056 71012 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12667/tid=12675] ppid=12666 vsize=868544 CPUtime=0
/proc/12667/task/12675/stat : 12675 (java) S 12666 12637 12567 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 44120608 889389056 71012 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 337.56
Current children cumulated vsize (KiB) 887500

[startup+352.003 s]
/proc/loadavg: 2.27 1.57 0.70 3/99 12676
/proc/meminfo: memFree=16232/2055920 swapFree=4176280/4192956
[pid=12637] ppid=12635 vsize=13600 CPUtime=2.1
/proc/12637/stat : 12637 (sugar) S 12635 12637 12567 0 -1 4194304 974 19372 0 88 3 1 192 14 16 0 1 0 44120333 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 210732363874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12637/statm: 3400 797 370 3 0 500 0
[pid=12666] ppid=12637 vsize=5356 CPUtime=0
/proc/12666/stat : 12666 (sh) S 12637 12637 12567 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 44120603 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 210723464004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12666/statm: 1339 233 193 169 0 50 0
[pid=12667] ppid=12666 vsize=868544 CPUtime=341.77
/proc/12667/stat : 12667 (java) S 12666 12637 12567 0 -1 0 89728 0 1 0 32882 1295 0 0 18 0 9 0 44120603 889389056 71012 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/12667/statm: 217136 71012 2566 9 0 211683 0
[pid=12667/tid=12668] ppid=12666 vsize=868544 CPUtime=330.49
/proc/12667/task/12668/stat : 12668 (java) R 12666 12637 12567 0 -1 64 8315 0 1 0 31812 1237 0 0 25 0 9 0 44120604 889389056 71012 996147200 134512640 134550740 4294955936 18446744073709551615 4126569751 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12667/tid=12669] ppid=12666 vsize=868544 CPUtime=10.89
/proc/12667/task/12669/stat : 12669 (java) S 12666 12637 12567 0 -1 64 79176 0 0 0 1034 55 0 0 16 0 9 0 44120605 889389056 71012 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=12667/tid=12670] ppid=12666 vsize=868544 CPUtime=0
/proc/12667/task/12670/stat : 12670 (java) S 12666 12637 12567 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 44120606 889389056 71012 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12667/tid=12671] ppid=12666 vsize=868544 CPUtime=0
/proc/12667/task/12671/stat : 12671 (java) S 12666 12637 12567 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 44120606 889389056 71012 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12667/tid=12672] ppid=12666 vsize=868544 CPUtime=0
/proc/12667/task/12672/stat : 12672 (java) S 12666 12637 12567 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 44120608 889389056 71012 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12667/tid=12673] ppid=12666 vsize=868544 CPUtime=0.35
/proc/12667/task/12673/stat : 12673 (java) S 12666 12637 12567 0 -1 64 1540 0 0 0 34 1 0 0 16 0 9 0 44120608 889389056 71012 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12667/tid=12674] ppid=12666 vsize=868544 CPUtime=0
/proc/12667/task/12674/stat : 12674 (java) S 12666 12637 12567 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 44120608 889389056 71012 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12667/tid=12675] ppid=12666 vsize=868544 CPUtime=0
/proc/12667/task/12675/stat : 12675 (java) S 12666 12637 12567 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 44120608 889389056 71012 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 343.87
Current children cumulated vsize (KiB) 887500

[startup+355.203 s]
/proc/loadavg: 2.27 1.57 0.70 3/99 12676
/proc/meminfo: memFree=15144/2055920 swapFree=4176280/4192956
[pid=12637] ppid=12635 vsize=13600 CPUtime=2.1
/proc/12637/stat : 12637 (sugar) S 12635 12637 12567 0 -1 4194304 974 19372 0 88 3 1 192 14 16 0 1 0 44120333 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 210732363874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12637/statm: 3400 797 370 3 0 500 0
[pid=12666] ppid=12637 vsize=5356 CPUtime=0
/proc/12666/stat : 12666 (sh) S 12637 12637 12567 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 44120603 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 210723464004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12666/statm: 1339 233 193 169 0 50 0
[pid=12667] ppid=12666 vsize=868544 CPUtime=344.91
/proc/12667/stat : 12667 (java) S 12666 12637 12567 0 -1 0 89749 0 1 0 33183 1308 0 0 18 0 9 0 44120603 889389056 71012 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/12667/statm: 217136 71012 2566 9 0 211683 0
[pid=12667/tid=12668] ppid=12666 vsize=868544 CPUtime=333.61
/proc/12667/task/12668/stat : 12668 (java) R 12666 12637 12567 0 -1 64 8336 0 1 0 32111 1250 0 0 25 0 9 0 44120604 889389056 71012 996147200 134512640 134550740 4294955936 18446744073709551615 4127157415 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12667/tid=12669] ppid=12666 vsize=868544 CPUtime=10.92
/proc/12667/task/12669/stat : 12669 (java) S 12666 12637 12567 0 -1 64 79176 0 0 0 1036 56 0 0 16 0 9 0 44120605 889389056 71012 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=12667/tid=12670] ppid=12666 vsize=868544 CPUtime=0
/proc/12667/task/12670/stat : 12670 (java) S 12666 12637 12567 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 44120606 889389056 71012 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12667/tid=12671] ppid=12666 vsize=868544 CPUtime=0
/proc/12667/task/12671/stat : 12671 (java) S 12666 12637 12567 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 44120606 889389056 71012 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12667/tid=12672] ppid=12666 vsize=868544 CPUtime=0
/proc/12667/task/12672/stat : 12672 (java) S 12666 12637 12567 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 44120608 889389056 71012 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12667/tid=12673] ppid=12666 vsize=868544 CPUtime=0.35
/proc/12667/task/12673/stat : 12673 (java) S 12666 12637 12567 0 -1 64 1540 0 0 0 34 1 0 0 16 0 9 0 44120608 889389056 71012 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12667/tid=12674] ppid=12666 vsize=868544 CPUtime=0
/proc/12667/task/12674/stat : 12674 (java) S 12666 12637 12567 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 44120608 889389056 71012 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12667/tid=12675] ppid=12666 vsize=868544 CPUtime=0
/proc/12667/task/12675/stat : 12675 (java) S 12666 12637 12567 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 44120608 889389056 71012 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 347.01
Current children cumulated vsize (KiB) 887500

[startup+356.801 s]
/proc/loadavg: 2.27 1.57 0.70 3/99 12676
/proc/meminfo: memFree=15656/2055920 swapFree=4176280/4192956
[pid=12637] ppid=12635 vsize=13600 CPUtime=2.1
/proc/12637/stat : 12637 (sugar) S 12635 12637 12567 0 -1 4194304 974 19372 0 88 3 1 192 14 16 0 1 0 44120333 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 210732363874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12637/statm: 3400 797 370 3 0 500 0
[pid=12666] ppid=12637 vsize=5356 CPUtime=0
/proc/12666/stat : 12666 (sh) S 12637 12637 12567 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 44120603 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 210723464004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12666/statm: 1339 233 193 169 0 50 0
[pid=12667] ppid=12666 vsize=868544 CPUtime=346.47
/proc/12667/stat : 12667 (java) S 12666 12637 12567 0 -1 0 89759 0 1 0 33335 1312 0 0 18 0 9 0 44120603 889389056 71012 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/12667/statm: 217136 71012 2566 9 0 211683 0
[pid=12667/tid=12668] ppid=12666 vsize=868544 CPUtime=335.17
/proc/12667/task/12668/stat : 12668 (java) R 12666 12637 12567 0 -1 64 8346 0 1 0 32263 1254 0 0 25 0 9 0 44120604 889389056 71012 996147200 134512640 134550740 4294955936 18446744073709551615 4127156583 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12667/tid=12669] ppid=12666 vsize=868544 CPUtime=10.92
/proc/12667/task/12669/stat : 12669 (java) S 12666 12637 12567 0 -1 64 79176 0 0 0 1036 56 0 0 16 0 9 0 44120605 889389056 71012 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=12667/tid=12670] ppid=12666 vsize=868544 CPUtime=0
/proc/12667/task/12670/stat : 12670 (java) S 12666 12637 12567 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 44120606 889389056 71012 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12667/tid=12671] ppid=12666 vsize=868544 CPUtime=0
/proc/12667/task/12671/stat : 12671 (java) S 12666 12637 12567 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 44120606 889389056 71012 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12667/tid=12672] ppid=12666 vsize=868544 CPUtime=0
/proc/12667/task/12672/stat : 12672 (java) S 12666 12637 12567 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 44120608 889389056 71012 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12667/tid=12673] ppid=12666 vsize=868544 CPUtime=0.35
/proc/12667/task/12673/stat : 12673 (java) S 12666 12637 12567 0 -1 64 1540 0 0 0 34 1 0 0 16 0 9 0 44120608 889389056 71012 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12667/tid=12674] ppid=12666 vsize=868544 CPUtime=0
/proc/12667/task/12674/stat : 12674 (java) S 12666 12637 12567 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 44120608 889389056 71012 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12667/tid=12675] ppid=12666 vsize=868544 CPUtime=0
/proc/12667/task/12675/stat : 12675 (java) S 12666 12637 12567 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 44120608 889389056 71012 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 348.57
Current children cumulated vsize (KiB) 887500

[startup+357.607 s]
/proc/loadavg: 2.25 1.57 0.71 3/89 12676
/proc/meminfo: memFree=517432/2055920 swapFree=4176280/4192956
[pid=12637] ppid=12635 vsize=13600 CPUtime=349.26
/proc/12637/stat : 12637 (sugar) R 12635 12637 12567 0 -1 4194304 997 109431 0 90 3 21 33570 1332 18 0 1 0 44120333 13926400 798 996147200 4194304 4206940 548682068592 18446744073709551615 210723640361 0 0 4224 16386 0 0 0 17 1 0 0
/proc/12637/statm: 3400 798 371 3 0 500 0
Current children cumulated CPU time (s) 349.26
Current children cumulated vsize (KiB) 13600

[startup+358.401 s]
/proc/loadavg: 2.25 1.57 0.71 3/89 12676
/proc/meminfo: memFree=517432/2055920 swapFree=4176280/4192956
[pid=12637] ppid=12635 vsize=13600 CPUtime=349.62
/proc/12637/stat : 12637 (sugar) D 12635 12637 12567 0 -1 4194304 997 109431 0 90 3 57 33570 1332 18 0 1 0 44120333 13926400 798 996147200 4194304 4206940 548682068592 18446744073709551615 210723640361 0 0 4224 16386 18446744071563608240 0 0 17 1 0 0
/proc/12637/statm: 3400 798 371 3 0 500 0
Current children cumulated CPU time (s) 349.62
Current children cumulated vsize (KiB) 13600

[startup+358.802 s]
/proc/loadavg: 2.25 1.57 0.71 2/89 12676
/proc/meminfo: memFree=1285944/2055920 swapFree=4176280/4192956
[pid=12637] ppid=12635 vsize=13600 CPUtime=349.66
/proc/12637/stat : 12637 (sugar) D 12635 12637 12567 0 -1 4194304 997 109431 0 90 3 61 33570 1332 18 0 1 0 44120333 13926400 798 996147200 4194304 4206940 548682068592 18446744073709551615 210723640361 0 0 4224 16386 18446744071563608240 0 0 17 1 0 0
/proc/12637/statm: 3400 798 371 3 0 500 0
Current children cumulated CPU time (s) 349.66
Current children cumulated vsize (KiB) 13600

[startup+358.901 s]
/proc/loadavg: 2.25 1.57 0.71 2/89 12676
/proc/meminfo: memFree=1285944/2055920 swapFree=4176280/4192956
[pid=12637] ppid=12635 vsize=13600 CPUtime=349.67
/proc/12637/stat : 12637 (sugar) D 12635 12637 12567 0 -1 4194304 997 109431 0 90 3 62 33570 1332 18 0 1 0 44120333 13926400 798 996147200 4194304 4206940 548682068592 18446744073709551615 210723640361 0 0 4224 16386 18446744071563608240 0 0 17 1 0 0
/proc/12637/statm: 3400 798 371 3 0 500 0
Current children cumulated CPU time (s) 349.67
Current children cumulated vsize (KiB) 13600

Child status: 0
Real time (s): 358.983
CPU time (s): 349.705
CPU user time (s): 335.748
CPU system time (s): 13.9569
CPU usage (%): 97.4155
Max. virtual memory (cumulated for all children) (KiB): 897640

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 335.748
system time used= 13.9569
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 110458
page faults= 90
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 29259
involuntary context switches= 32446

runsolver used 0.602908 second user time and 1.46078 second system time

The end

Launcher Data (download as text)

Begin job on node73 at 2008-07-12 16:50:27
IDJOB=1112800
IDBENCH=61476
IDSOLVER=368
FILE ID=node73/1112800-1215874227
PBS_JOBID= 7903588
Free space on /tmp= 66552 MiB

SOLVER NAME= Sugar v1.13+minisat
BENCH NAME= CPAI08/csp/fapp/fapp15/normalized-fapp15-3000-2.xml
COMMAND LINE= DIR/sugar -max -c -vv -java="java -Xmx700M" -jar="DIR/sugar-v1-13.jar" -solver="DIR/minisat" -tmp="TMPDIR/temp" BENCHNAME
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1112800-1215874227/watcher-1112800-1215874227 -o /tmp/evaluation-result-1112800-1215874227/solver-1112800-1215874227 -C 3600 -W 4000 -M 900 --output-limit 1,15  HOME/sugar -max -c -vv -java="java -Xmx700M" -jar="HOME/sugar-v1-13.jar" -solver="HOME/minisat" -tmp="HOME/temp" HOME/instance-1112800-1215874227.xml

TIME LIMIT= 3600 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= a7377e3e2481e38a6b40d9be07bb2cda
RANDOM SEED=530300111

node73.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.239
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.239
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:       1740048 kB
Buffers:         30072 kB
Cached:         207328 kB
SwapCached:       8964 kB
Active:          92292 kB
Inactive:       160824 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1740048 kB
SwapTotal:     4192956 kB
SwapFree:      4174664 kB
Dirty:           10376 kB
Writeback:           0 kB
Mapped:          18340 kB
Slab:            47644 kB
Committed_AS:   104172 kB
PageTables:       2192 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66548 MiB
End job on node73 at 2008-07-12 16:56:27