Trace number 1086507

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? 701.589 709.006

General information on the benchmark

Namecsp/fapp/fapp38/
normalized-fapp38-2500-6.xml
MD5SUM2d78d2c503f7e7a2468aae81a997d77e
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark70.0384
Satisfiable
(Un)Satisfiability was proved
Number of variables2500
Number of constraints62132
Maximum constraint arity2
Maximum domain size698
Number of constraints which are defined in extension0
Number of constraints which are defined in intension62132
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.16	c 0	Sugar v1-13 + HOME/minisat
0.00/0.16	c 0	BEGIN Sat Jul  5 08:34:02 2008
0.00/0.16	c 0	PID 28534
0.00/0.16	c 0	HOST node44.alineos.net
0.00/0.16	c 0	CONVERTING HOME/instance-1086507-1215239641.xml TO HOME/temp.csp
0.00/0.16	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1086507-1215239641.xml' 'HOME/temp.csp'
3.64/3.80	c 4	18 domains, 2500 variables, 8 predicates, 0 relations, 62132 constraints
3.64/3.83	c 4	ENCODING HOME/temp.csp TO HOME/temp.cnf
3.64/3.83	c 4	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'
3.67/3.92	c 4	Parsing HOME/temp.csp
4.11/4.32	c 4	parsed 10000 expressions
4.41/4.67	c 5	parsed 20000 expressions
4.81/5.01	c 5	parsed 30000 expressions
5.01/5.29	c 5	parsed 40000 expressions
5.50/5.70	c 6	parsed 50000 expressions
5.71/5.97	c 6	parsed 60000 expressions
5.90/6.10	c 6	parsed 64658 expressions
5.90/6.11	c 6	Heap : 30 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
5.90/6.11	c 6	Converting to clausal form CSP
14.95/15.24	c 15	converted 6466 (10%) expressions
28.68/29.01	c 29	converted 12932 (20%) expressions
41.70/42.13	c 42	converted 19398 (30%) expressions
54.93/55.48	c 56	converted 25864 (40%) expressions
67.47/68.03	c 68	converted 32329 (50%) expressions
79.81/80.43	c 81	converted 38795 (60%) expressions
92.74/93.42	c 94	converted 45261 (70%) expressions
104.28/105.02	c 105	converted 51727 (80%) expressions
115.31/116.11	c 116	converted 58193 (90%) expressions
125.76/126.67	c 127	converted 64658 (100%) expressions
125.76/126.68	c 127	CSP : 14853 integers, 182734 booleans, 406065 clauses, largest domain size 4043
125.76/126.68	c 127	Heap : 215 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
125.76/126.68	c 127	Propagation in CSP
139.39/140.34	c 140	73080 values, 0 unsatisfiable literals, and 0 valid clauses are removed
139.39/140.35	c 140	CSP : 14853 integers, 182734 booleans, 406065 clauses, largest domain size 4043
139.39/140.35	c 140	Heap : 250 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
139.48/140.46	c 141	Simplifing CSP by introducing new Boolean variables
141.88/142.90	c 143	CSP : 14853 integers, 327538 booleans, 550869 clauses, largest domain size 4043
141.98/142.90	c 143	Heap : 301 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
143.67/144.69	c 145	Encoding CSP to SAT : HOME/temp.cnf
170.53/171.64	c 172	1486 (10%) CSP integer variables are encoded (871952 clauses, 14601413 bytes)
190.72/191.97	c 192	2971 (20%) CSP integer variables are encoded (3316713 clauses, 60799191 bytes)
198.24/199.54	c 200	4456 (30%) CSP integer variables are encoded (9033166 clauses, 169411798 bytes)
206.08/207.55	c 208	5942 (40%) CSP integer variables are encoded (14747462 clauses, 287487757 bytes)
214.00/215.61	c 216	7427 (50%) CSP integer variables are encoded (20448683 clauses, 407213398 bytes)
221.72/223.54	c 224	8912 (60%) CSP integer variables are encoded (26069588 clauses, 525252403 bytes)
229.53/231.57	c 232	10398 (70%) CSP integer variables are encoded (31743690 clauses, 644408545 bytes)
237.26/239.44	c 240	11883 (80%) CSP integer variables are encoded (37323171 clauses, 761577646 bytes)
244.96/247.37	c 247	13368 (90%) CSP integer variables are encoded (42923444 clauses, 879183379 bytes)
252.71/255.22	c 255	14853 (100%) CSP integer variables are encoded (48491341 clauses, 996109216 bytes)
700.64/707.56	c 708	ERROR Exception Too large HOME/temp.cnf
700.64/707.56	c 708	jp.ac.kobe_u.cs.sugar.encoder.Encoder.encode(Encoder.java:219)
700.64/707.56	c 708	jp.ac.kobe_u.cs.sugar.SugarMain.encode(SugarMain.java:130)
700.64/707.56	c 708	jp.ac.kobe_u.cs.sugar.SugarMain.main(SugarMain.java:258)
700.64/707.56	s UNKNOWN
700.72/707.63	c 708	CPU 687.15 (0.03 0.01 687.12 13.6)
700.72/707.63	c 708	END Sat Jul  5 08:45:50 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-1086507-1215239641/watcher-1086507-1215239641 -o /tmp/evaluation-result-1086507-1215239641/solver-1086507-1215239641 -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-1086507-1215239641.xml 

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


[startup+0 s]
/proc/loadavg: 2.00 2.00 2.01 4/81 28534
/proc/meminfo: memFree=1726544/2055920 swapFree=4180396/4192956
[pid=28534] ppid=28532 vsize=18572 CPUtime=0
/proc/28534/stat : 28534 (runsolver) D 28532 28534 27254 0 -1 4194368 15 0 0 0 0 0 0 0 18 0 1 0 2002937060 19017728 292 996147200 4194304 4296836 548682068272 18446744073709551615 264840473895 0 0 4096 24578 18446744071563608240 0 0 17 1 0 0
/proc/28534/statm: 4643 292 257 25 0 2626 0

[startup+0.027631 s]
/proc/loadavg: 2.00 2.00 2.01 4/81 28534
/proc/meminfo: memFree=1726544/2055920 swapFree=4180396/4192956
[pid=28534] ppid=28532 vsize=124 CPUtime=0
/proc/28534/stat : 28534 (sugar) D 28532 28534 27254 0 -1 4194304 38 0 0 0 0 0 0 0 18 0 1 0 2002937060 126976 23 996147200 4194304 4206940 548682068608 18446744073709551615 264837854697 0 0 4096 0 18446744071563608240 0 0 17 1 0 0
/proc/28534/statm: 31 23 17 3 0 3 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 124

[startup+0.101648 s]
/proc/loadavg: 2.00 2.00 2.01 4/81 28534
/proc/meminfo: memFree=1726544/2055920 swapFree=4180396/4192956
[pid=28534] ppid=28532 vsize=12272 CPUtime=0
/proc/28534/stat : 28534 (sugar) R 28532 28534 27254 0 -1 4194304 397 0 0 0 0 0 0 0 18 0 1 0 2002937060 12566528 365 996147200 4194304 4206940 548682068608 18446744073709551615 264849374206 0 0 4224 0 0 0 0 17 1 0 0
/proc/28534/statm: 3068 365 274 3 0 168 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 12272

[startup+0.301668 s]
/proc/loadavg: 2.00 2.00 2.01 4/81 28534
/proc/meminfo: memFree=1726544/2055920 swapFree=4180396/4192956
[pid=28534] ppid=28532 vsize=13600 CPUtime=0.04
/proc/28534/stat : 28534 (sugar) S 28532 28534 27254 0 -1 4194304 900 127 0 0 3 1 0 0 18 0 1 0 2002937060 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 264849371234 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28534/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.70171 s]
/proc/loadavg: 2.00 2.00 2.01 4/81 28534
/proc/meminfo: memFree=1726544/2055920 swapFree=4180396/4192956
[pid=28534] ppid=28532 vsize=13600 CPUtime=0.04
/proc/28534/stat : 28534 (sugar) S 28532 28534 27254 0 -1 4194304 900 127 0 0 3 1 0 0 18 0 1 0 2002937060 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 264849371234 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28534/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+1.50279 s]
/proc/loadavg: 2.16 2.03 2.02 3/92 28546
/proc/meminfo: memFree=1703928/2055920 swapFree=4180396/4192956
[pid=28534] ppid=28532 vsize=13600 CPUtime=0.04
/proc/28534/stat : 28534 (sugar) S 28532 28534 27254 0 -1 4194304 900 127 0 0 3 1 0 0 18 0 1 0 2002937060 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 264849371234 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28534/statm: 3400 796 370 3 0 500 0
[pid=28537] ppid=28534 vsize=5356 CPUtime=0
/proc/28537/stat : 28537 (sh) S 28534 28534 27254 0 -1 4194304 277 0 0 0 0 0 0 0 19 0 1 0 2002937076 5484544 233 996147200 4194304 4889804 548682068768 18446744073709551615 264840471364 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28537/statm: 1339 233 193 169 0 50 0
[pid=28538] ppid=28537 vsize=865700 CPUtime=1.31
/proc/28538/stat : 28538 (java) S 28537 28534 27254 0 -1 0 13765 0 1 0 123 8 0 0 18 0 9 0 2002937077 886476800 11821 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/28538/statm: 216425 11821 2529 9 0 211007 0
[pid=28538/tid=28539] ppid=28537 vsize=865700 CPUtime=0.77
/proc/28538/task/28539/stat : 28539 (java) R 28537 28534 27254 0 -1 64 2969 0 1 0 75 2 0 0 24 0 9 0 2002937078 886476800 11821 996147200 134512640 134550740 4294956000 18446744073709551615 4126644219 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28538/tid=28540] ppid=28537 vsize=865700 CPUtime=0.42
/proc/28538/task/28540/stat : 28540 (java) S 28537 28534 27254 0 -1 64 9611 0 0 0 38 4 0 0 16 0 9 0 2002937079 886476800 11821 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=28538/tid=28541] ppid=28537 vsize=865700 CPUtime=0
/proc/28538/task/28541/stat : 28541 (java) S 28537 28534 27254 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 2002937079 886476800 11821 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28538/tid=28542] ppid=28537 vsize=865700 CPUtime=0
/proc/28538/task/28542/stat : 28542 (java) S 28537 28534 27254 0 -1 64 10 0 0 0 0 0 0 0 15 0 9 0 2002937079 886476800 11821 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28538/tid=28543] ppid=28537 vsize=865700 CPUtime=0
/proc/28538/task/28543/stat : 28543 (java) S 28537 28534 27254 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 2002937081 886476800 11821 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28538/tid=28544] ppid=28537 vsize=865700 CPUtime=0.09
/proc/28538/task/28544/stat : 28544 (java) S 28537 28534 27254 0 -1 64 484 0 0 0 9 0 0 0 16 0 9 0 2002937081 886476800 11821 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28538/tid=28545] ppid=28537 vsize=865700 CPUtime=0
/proc/28538/task/28545/stat : 28545 (java) S 28537 28534 27254 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 2002937081 886476800 11821 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28538/tid=28546] ppid=28537 vsize=865700 CPUtime=0
/proc/28538/task/28546/stat : 28546 (java) S 28537 28534 27254 0 -1 64 2 0 0 0 0 0 0 0 15 0 9 0 2002937081 886476800 11821 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.35
Current children cumulated vsize (KiB) 884656

[startup+3.10296 s]
/proc/loadavg: 2.16 2.03 2.02 3/92 28546
/proc/meminfo: memFree=1662392/2055920 swapFree=4180396/4192956
[pid=28534] ppid=28532 vsize=13600 CPUtime=0.04
/proc/28534/stat : 28534 (sugar) S 28532 28534 27254 0 -1 4194304 900 127 0 0 3 1 0 0 18 0 1 0 2002937060 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 264849371234 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28534/statm: 3400 796 370 3 0 500 0
[pid=28537] ppid=28534 vsize=5356 CPUtime=0
/proc/28537/stat : 28537 (sh) S 28534 28534 27254 0 -1 4194304 277 0 0 0 0 0 0 0 19 0 1 0 2002937076 5484544 233 996147200 4194304 4889804 548682068768 18446744073709551615 264840471364 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28537/statm: 1339 233 193 169 0 50 0
[pid=28538] ppid=28537 vsize=865716 CPUtime=2.9
/proc/28538/stat : 28538 (java) S 28537 28534 27254 0 -1 0 28848 0 1 0 274 16 0 0 18 0 9 0 2002937077 886493184 24952 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/28538/statm: 216429 24952 2529 9 0 211011 0
[pid=28538/tid=28539] ppid=28537 vsize=865716 CPUtime=1.45
/proc/28538/task/28539/stat : 28539 (java) R 28537 28534 27254 0 -1 64 3867 0 1 0 142 3 0 0 25 0 9 0 2002937078 886493184 24952 996147200 134512640 134550740 4294956000 18446744073709551615 4126656622 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28538/tid=28540] ppid=28537 vsize=865716 CPUtime=1.28
/proc/28538/task/28540/stat : 28540 (java) S 28537 28534 27254 0 -1 64 23766 0 0 0 117 11 0 0 17 0 9 0 2002937079 886493184 24952 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=28538/tid=28541] ppid=28537 vsize=865716 CPUtime=0
/proc/28538/task/28541/stat : 28541 (java) S 28537 28534 27254 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 2002937079 886493184 24952 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28538/tid=28542] ppid=28537 vsize=865716 CPUtime=0
/proc/28538/task/28542/stat : 28542 (java) S 28537 28534 27254 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2002937079 886493184 24952 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28538/tid=28543] ppid=28537 vsize=865716 CPUtime=0
/proc/28538/task/28543/stat : 28543 (java) S 28537 28534 27254 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 2002937081 886493184 24952 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28538/tid=28544] ppid=28537 vsize=865716 CPUtime=0.13
/proc/28538/task/28544/stat : 28544 (java) S 28537 28534 27254 0 -1 64 514 0 0 0 13 0 0 0 16 0 9 0 2002937081 886493184 24952 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28538/tid=28545] ppid=28537 vsize=865716 CPUtime=0
/proc/28538/task/28545/stat : 28545 (java) S 28537 28534 27254 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 2002937081 886493184 24952 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28538/tid=28546] ppid=28537 vsize=865716 CPUtime=0
/proc/28538/task/28546/stat : 28546 (java) S 28537 28534 27254 0 -1 64 2 0 0 0 0 0 0 0 15 0 9 0 2002937081 886493184 24952 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.94
Current children cumulated vsize (KiB) 884672

[startup+6.30129 s]
/proc/loadavg: 2.15 2.03 2.02 3/92 28556
/proc/meminfo: memFree=1695288/2055920 swapFree=4180396/4192956
[pid=28534] ppid=28532 vsize=13600 CPUtime=3.67
/proc/28534/stat : 28534 (sugar) S 28532 28534 27254 0 -1 4194304 974 30550 0 1 3 1 343 20 15 0 1 0 2002937060 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 264849371234 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28534/statm: 3400 797 370 3 0 500 0
[pid=28547] ppid=28534 vsize=5356 CPUtime=0
/proc/28547/stat : 28547 (sh) S 28534 28534 27254 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2002937443 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 264840471364 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28547/statm: 1339 233 193 169 0 50 0
[pid=28548] ppid=28547 vsize=864180 CPUtime=2.42
/proc/28548/stat : 28548 (java) S 28547 28534 27254 0 -1 0 13024 0 1 0 233 9 0 0 18 0 9 0 2002937444 884920320 11610 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/28548/statm: 216045 11610 2543 9 0 210620 0
[pid=28548/tid=28549] ppid=28547 vsize=864180 CPUtime=1.56
/proc/28548/task/28549/stat : 28549 (java) R 28547 28534 27254 0 -1 64 3065 0 1 0 153 3 0 0 24 0 9 0 2002937444 884920320 11610 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28548/tid=28550] ppid=28547 vsize=864180 CPUtime=0.74
/proc/28548/task/28550/stat : 28550 (java) S 28547 28534 27254 0 -1 64 8906 0 0 0 69 5 0 0 16 0 9 0 2002937446 884920320 11610 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=28548/tid=28551] ppid=28547 vsize=864180 CPUtime=0
/proc/28548/task/28551/stat : 28551 (java) S 28547 28534 27254 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2002937446 884920320 11610 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28548/tid=28552] ppid=28547 vsize=864180 CPUtime=0
/proc/28548/task/28552/stat : 28552 (java) S 28547 28534 27254 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 2002937446 884920320 11610 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28548/tid=28553] ppid=28547 vsize=864180 CPUtime=0
/proc/28548/task/28553/stat : 28553 (java) S 28547 28534 27254 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2002937448 884920320 11610 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28548/tid=28554] ppid=28547 vsize=864180 CPUtime=0.1
/proc/28548/task/28554/stat : 28554 (java) S 28547 28534 27254 0 -1 64 357 0 0 0 10 0 0 0 16 0 9 0 2002937448 884920320 11610 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28548/tid=28555] ppid=28547 vsize=864180 CPUtime=0
/proc/28548/task/28555/stat : 28555 (java) S 28547 28534 27254 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 2002937448 884920320 11610 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28548/tid=28556] ppid=28547 vsize=864180 CPUtime=0
/proc/28548/task/28556/stat : 28556 (java) S 28547 28534 27254 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 2002937448 884920320 11610 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.09
Current children cumulated vsize (KiB) 883136

[startup+12.7019 s]
/proc/loadavg: 2.22 2.05 2.02 3/92 28556
/proc/meminfo: memFree=1671800/2055920 swapFree=4180396/4192956
[pid=28534] ppid=28532 vsize=13600 CPUtime=3.67
/proc/28534/stat : 28534 (sugar) S 28532 28534 27254 0 -1 4194304 974 30550 0 1 3 1 343 20 15 0 1 0 2002937060 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 264849371234 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28534/statm: 3400 797 370 3 0 500 0
[pid=28547] ppid=28534 vsize=5356 CPUtime=0
/proc/28547/stat : 28547 (sh) S 28534 28534 27254 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2002937443 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 264840471364 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28547/statm: 1339 233 193 169 0 50 0
[pid=28548] ppid=28547 vsize=868424 CPUtime=8.8
/proc/28548/stat : 28548 (java) S 28547 28534 27254 0 -1 0 21106 0 1 0 863 17 0 0 18 0 9 0 2002937444 889266176 15250 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/28548/statm: 217106 15250 2541 9 0 211681 0
[pid=28548/tid=28549] ppid=28547 vsize=868424 CPUtime=7.11
/proc/28548/task/28549/stat : 28549 (java) R 28547 28534 27254 0 -1 64 3555 0 1 0 707 4 0 0 25 0 9 0 2002937444 889266176 15250 996147200 134512640 134550740 4294955952 18446744073709551615 4126567776 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28548/tid=28550] ppid=28547 vsize=868424 CPUtime=1.43
/proc/28548/task/28550/stat : 28550 (java) S 28547 28534 27254 0 -1 64 15366 0 0 0 133 10 0 0 16 0 9 0 2002937446 889266176 15250 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=28548/tid=28551] ppid=28547 vsize=868424 CPUtime=0
/proc/28548/task/28551/stat : 28551 (java) S 28547 28534 27254 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2002937446 889266176 15250 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28548/tid=28552] ppid=28547 vsize=868424 CPUtime=0
/proc/28548/task/28552/stat : 28552 (java) S 28547 28534 27254 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 2002937446 889266176 15250 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28548/tid=28553] ppid=28547 vsize=868424 CPUtime=0
/proc/28548/task/28553/stat : 28553 (java) S 28547 28534 27254 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2002937448 889266176 15250 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28548/tid=28554] ppid=28547 vsize=868424 CPUtime=0.22
/proc/28548/task/28554/stat : 28554 (java) S 28547 28534 27254 0 -1 64 1489 0 0 0 21 1 0 0 17 0 9 0 2002937448 889266176 15250 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28548/tid=28555] ppid=28547 vsize=868424 CPUtime=0
/proc/28548/task/28555/stat : 28555 (java) S 28547 28534 27254 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 2002937448 889266176 15250 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28548/tid=28556] ppid=28547 vsize=868424 CPUtime=0
/proc/28548/task/28556/stat : 28556 (java) S 28547 28534 27254 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 2002937448 889266176 15250 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.47
Current children cumulated vsize (KiB) 887380

[startup+25.5023 s]
/proc/loadavg: 2.18 2.05 2.02 3/92 28556
/proc/meminfo: memFree=1651128/2055920 swapFree=4180396/4192956
[pid=28534] ppid=28532 vsize=13600 CPUtime=3.67
/proc/28534/stat : 28534 (sugar) S 28532 28534 27254 0 -1 4194304 974 30550 0 1 3 1 343 20 16 0 1 0 2002937060 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 264849371234 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28534/statm: 3400 797 370 3 0 500 0
[pid=28547] ppid=28534 vsize=5356 CPUtime=0
/proc/28547/stat : 28547 (sh) S 28534 28534 27254 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2002937443 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 264840471364 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28547/statm: 1339 233 193 169 0 50 0
[pid=28548] ppid=28547 vsize=878672 CPUtime=21.52
/proc/28548/stat : 28548 (java) S 28547 28534 27254 0 -1 0 29473 0 1 0 2128 24 0 0 18 0 9 0 2002937444 899760128 22277 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/28548/statm: 219668 22284 2542 9 0 214243 0
[pid=28548/tid=28549] ppid=28547 vsize=878672 CPUtime=18.85
/proc/28548/task/28549/stat : 28549 (java) R 28547 28534 27254 0 -1 64 3934 0 1 0 1879 6 0 0 25 0 9 0 2002937444 899760128 22289 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28548/tid=28550] ppid=28547 vsize=878672 CPUtime=2.41
/proc/28548/task/28550/stat : 28550 (java) R 28547 28534 27254 0 -1 64 23365 0 0 0 226 15 0 0 16 0 9 0 2002937446 899760128 22296 996147200 134512640 134550740 4294955952 18446744073709551615 102470036 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=28548/tid=28551] ppid=28547 vsize=878672 CPUtime=0
/proc/28548/task/28551/stat : 28551 (java) S 28547 28534 27254 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2002937446 899760128 22303 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28548/tid=28552] ppid=28547 vsize=878672 CPUtime=0
/proc/28548/task/28552/stat : 28552 (java) S 28547 28534 27254 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 2002937446 899760128 22310 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0

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

[pid=28548/tid=28554] ppid=28547 vsize=868536 CPUtime=0.33
/proc/28548/task/28554/stat : 28554 (java) S 28547 28534 27254 0 -1 64 1544 0 0 0 32 1 0 0 16 0 9 0 2002937448 889380864 79749 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28548/tid=28555] ppid=28547 vsize=868536 CPUtime=0
/proc/28548/task/28555/stat : 28555 (java) S 28547 28534 27254 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 2002937448 889380864 79749 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28548/tid=28556] ppid=28547 vsize=868536 CPUtime=0
/proc/28548/task/28556/stat : 28556 (java) S 28547 28534 27254 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 2002937448 889380864 79749 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 576.62
Current children cumulated vsize (KiB) 887492

[startup+642.303 s]
/proc/loadavg: 2.04 2.05 2.01 3/83 28625
/proc/meminfo: memFree=15952/2055920 swapFree=4180396/4192956
[pid=28534] ppid=28532 vsize=13600 CPUtime=3.67
/proc/28534/stat : 28534 (sugar) S 28532 28534 27254 0 -1 4194304 974 30550 0 1 3 1 343 20 16 0 1 0 2002937060 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 264849371234 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28534/statm: 3400 797 370 3 0 500 0
[pid=28547] ppid=28534 vsize=5356 CPUtime=0
/proc/28547/stat : 28547 (sh) S 28534 28534 27254 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2002937443 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 264840471364 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28547/statm: 1339 233 193 169 0 50 0
[pid=28548] ppid=28547 vsize=868536 CPUtime=632.37
/proc/28548/stat : 28548 (java) S 28547 28534 27254 0 -1 0 106901 0 1 0 61993 1244 0 0 18 0 9 0 2002937444 889380864 79749 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/28548/statm: 217134 79749 2566 9 0 211681 0
[pid=28548/tid=28549] ppid=28547 vsize=868536 CPUtime=615.35
/proc/28548/task/28549/stat : 28549 (java) R 28547 28534 27254 0 -1 64 10510 0 1 0 60362 1173 0 0 25 0 9 0 2002937444 889380864 79749 996147200 134512640 134550740 4294955952 18446744073709551615 4126639085 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28548/tid=28550] ppid=28547 vsize=868536 CPUtime=16.65
/proc/28548/task/28550/stat : 28550 (java) S 28547 28534 27254 0 -1 64 94151 0 0 0 1597 68 0 0 16 0 9 0 2002937446 889380864 79749 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=28548/tid=28551] ppid=28547 vsize=868536 CPUtime=0
/proc/28548/task/28551/stat : 28551 (java) S 28547 28534 27254 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2002937446 889380864 79749 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28548/tid=28552] ppid=28547 vsize=868536 CPUtime=0
/proc/28548/task/28552/stat : 28552 (java) S 28547 28534 27254 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 2002937446 889380864 79749 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28548/tid=28553] ppid=28547 vsize=868536 CPUtime=0
/proc/28548/task/28553/stat : 28553 (java) S 28547 28534 27254 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2002937448 889380864 79749 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28548/tid=28554] ppid=28547 vsize=868536 CPUtime=0.33
/proc/28548/task/28554/stat : 28554 (java) S 28547 28534 27254 0 -1 64 1544 0 0 0 32 1 0 0 16 0 9 0 2002937448 889380864 79749 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28548/tid=28555] ppid=28547 vsize=868536 CPUtime=0
/proc/28548/task/28555/stat : 28555 (java) S 28547 28534 27254 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 2002937448 889380864 79749 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28548/tid=28556] ppid=28547 vsize=868536 CPUtime=0
/proc/28548/task/28556/stat : 28556 (java) S 28547 28534 27254 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 2002937448 889380864 79749 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 636.04
Current children cumulated vsize (KiB) 887492

[startup+702.303 s]
/proc/loadavg: 2.20 2.09 2.02 3/83 28625
/proc/meminfo: memFree=16336/2055920 swapFree=4180396/4192956
[pid=28534] ppid=28532 vsize=13600 CPUtime=3.67
/proc/28534/stat : 28534 (sugar) S 28532 28534 27254 0 -1 4194304 974 30550 0 1 3 1 343 20 16 0 1 0 2002937060 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 264849371234 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28534/statm: 3400 797 370 3 0 500 0
[pid=28547] ppid=28534 vsize=5356 CPUtime=0
/proc/28547/stat : 28547 (sh) S 28534 28534 27254 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2002937443 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 264840471364 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28547/statm: 1339 233 193 169 0 50 0
[pid=28548] ppid=28547 vsize=868536 CPUtime=691.82
/proc/28548/stat : 28548 (java) S 28547 28534 27254 0 -1 0 107034 0 1 0 67853 1329 0 0 18 0 9 0 2002937444 889380864 79749 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/28548/statm: 217134 79749 2566 9 0 211681 0
[pid=28548/tid=28549] ppid=28547 vsize=868536 CPUtime=674.65
/proc/28548/task/28549/stat : 28549 (java) R 28547 28534 27254 0 -1 64 10643 0 1 0 66208 1257 0 0 25 0 9 0 2002937444 889380864 79749 996147200 134512640 134550740 4294955952 18446744073709551615 4127086567 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28548/tid=28550] ppid=28547 vsize=868536 CPUtime=16.81
/proc/28548/task/28550/stat : 28550 (java) S 28547 28534 27254 0 -1 64 94151 0 0 0 1612 69 0 0 16 0 9 0 2002937446 889380864 79749 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=28548/tid=28551] ppid=28547 vsize=868536 CPUtime=0
/proc/28548/task/28551/stat : 28551 (java) S 28547 28534 27254 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2002937446 889380864 79749 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28548/tid=28552] ppid=28547 vsize=868536 CPUtime=0
/proc/28548/task/28552/stat : 28552 (java) S 28547 28534 27254 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 2002937446 889380864 79749 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28548/tid=28553] ppid=28547 vsize=868536 CPUtime=0
/proc/28548/task/28553/stat : 28553 (java) S 28547 28534 27254 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2002937448 889380864 79749 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28548/tid=28554] ppid=28547 vsize=868536 CPUtime=0.33
/proc/28548/task/28554/stat : 28554 (java) S 28547 28534 27254 0 -1 64 1544 0 0 0 32 1 0 0 16 0 9 0 2002937448 889380864 79749 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28548/tid=28555] ppid=28547 vsize=868536 CPUtime=0
/proc/28548/task/28555/stat : 28555 (java) S 28547 28534 27254 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 2002937448 889380864 79749 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28548/tid=28556] ppid=28547 vsize=868536 CPUtime=0
/proc/28548/task/28556/stat : 28556 (java) S 28547 28534 27254 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 2002937448 889380864 79749 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 695.49
Current children cumulated vsize (KiB) 887492

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

[startup+703.902 s]
/proc/loadavg: 2.20 2.09 2.02 3/83 28625
/proc/meminfo: memFree=14928/2055920 swapFree=4180396/4192956
[pid=28534] ppid=28532 vsize=13600 CPUtime=3.67
/proc/28534/stat : 28534 (sugar) S 28532 28534 27254 0 -1 4194304 974 30550 0 1 3 1 343 20 16 0 1 0 2002937060 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 264849371234 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28534/statm: 3400 797 370 3 0 500 0
[pid=28547] ppid=28534 vsize=5356 CPUtime=0
/proc/28547/stat : 28547 (sh) S 28534 28534 27254 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2002937443 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 264840471364 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28547/statm: 1339 233 193 169 0 50 0
[pid=28548] ppid=28547 vsize=868536 CPUtime=693.41
/proc/28548/stat : 28548 (java) S 28547 28534 27254 0 -1 0 107037 0 1 0 68010 1331 0 0 18 0 9 0 2002937444 889380864 79749 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/28548/statm: 217134 79749 2566 9 0 211681 0
[pid=28548/tid=28549] ppid=28547 vsize=868536 CPUtime=676.24
/proc/28548/task/28549/stat : 28549 (java) R 28547 28534 27254 0 -1 64 10646 0 1 0 66364 1260 0 0 25 0 9 0 2002937444 889380864 79749 996147200 134512640 134550740 4294955952 18446744073709551615 4127086605 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28548/tid=28550] ppid=28547 vsize=868536 CPUtime=16.81
/proc/28548/task/28550/stat : 28550 (java) S 28547 28534 27254 0 -1 64 94151 0 0 0 1612 69 0 0 16 0 9 0 2002937446 889380864 79749 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=28548/tid=28551] ppid=28547 vsize=868536 CPUtime=0
/proc/28548/task/28551/stat : 28551 (java) S 28547 28534 27254 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2002937446 889380864 79749 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28548/tid=28552] ppid=28547 vsize=868536 CPUtime=0
/proc/28548/task/28552/stat : 28552 (java) S 28547 28534 27254 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 2002937446 889380864 79749 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28548/tid=28553] ppid=28547 vsize=868536 CPUtime=0
/proc/28548/task/28553/stat : 28553 (java) S 28547 28534 27254 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2002937448 889380864 79749 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28548/tid=28554] ppid=28547 vsize=868536 CPUtime=0.33
/proc/28548/task/28554/stat : 28554 (java) S 28547 28534 27254 0 -1 64 1544 0 0 0 32 1 0 0 16 0 9 0 2002937448 889380864 79749 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28548/tid=28555] ppid=28547 vsize=868536 CPUtime=0
/proc/28548/task/28555/stat : 28555 (java) S 28547 28534 27254 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 2002937448 889380864 79749 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28548/tid=28556] ppid=28547 vsize=868536 CPUtime=0
/proc/28548/task/28556/stat : 28556 (java) S 28547 28534 27254 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 2002937448 889380864 79749 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 697.08
Current children cumulated vsize (KiB) 887492

[startup+707.102 s]
/proc/loadavg: 2.19 2.09 2.02 3/83 28625
/proc/meminfo: memFree=16016/2055920 swapFree=4180396/4192956
[pid=28534] ppid=28532 vsize=13600 CPUtime=3.67
/proc/28534/stat : 28534 (sugar) S 28532 28534 27254 0 -1 4194304 974 30550 0 1 3 1 343 20 16 0 1 0 2002937060 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 264849371234 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28534/statm: 3400 797 370 3 0 500 0
[pid=28547] ppid=28534 vsize=5356 CPUtime=0
/proc/28547/stat : 28547 (sh) S 28534 28534 27254 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2002937443 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 264840471364 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28547/statm: 1339 233 193 169 0 50 0
[pid=28548] ppid=28547 vsize=868536 CPUtime=696.58
/proc/28548/stat : 28548 (java) S 28547 28534 27254 0 -1 0 107043 0 1 0 68323 1335 0 0 18 0 9 0 2002937444 889380864 79749 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/28548/statm: 217134 79749 2566 9 0 211681 0
[pid=28548/tid=28549] ppid=28547 vsize=868536 CPUtime=679.4
/proc/28548/task/28549/stat : 28549 (java) R 28547 28534 27254 0 -1 64 10652 0 1 0 66677 1263 0 0 25 0 9 0 2002937444 889380864 79749 996147200 134512640 134550740 4294955952 18446744073709551615 4127085720 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28548/tid=28550] ppid=28547 vsize=868536 CPUtime=16.82
/proc/28548/task/28550/stat : 28550 (java) S 28547 28534 27254 0 -1 64 94151 0 0 0 1613 69 0 0 16 0 9 0 2002937446 889380864 79749 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=28548/tid=28551] ppid=28547 vsize=868536 CPUtime=0
/proc/28548/task/28551/stat : 28551 (java) S 28547 28534 27254 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2002937446 889380864 79749 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28548/tid=28552] ppid=28547 vsize=868536 CPUtime=0
/proc/28548/task/28552/stat : 28552 (java) S 28547 28534 27254 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 2002937446 889380864 79749 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28548/tid=28553] ppid=28547 vsize=868536 CPUtime=0
/proc/28548/task/28553/stat : 28553 (java) S 28547 28534 27254 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2002937448 889380864 79749 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28548/tid=28554] ppid=28547 vsize=868536 CPUtime=0.33
/proc/28548/task/28554/stat : 28554 (java) S 28547 28534 27254 0 -1 64 1544 0 0 0 32 1 0 0 16 0 9 0 2002937448 889380864 79749 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28548/tid=28555] ppid=28547 vsize=868536 CPUtime=0
/proc/28548/task/28555/stat : 28555 (java) S 28547 28534 27254 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 2002937448 889380864 79749 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28548/tid=28556] ppid=28547 vsize=868536 CPUtime=0
/proc/28548/task/28556/stat : 28556 (java) S 28547 28534 27254 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 2002937448 889380864 79749 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 700.25
Current children cumulated vsize (KiB) 887492

[startup+707.902 s]
/proc/loadavg: 2.19 2.09 2.02 3/83 28625
/proc/meminfo: memFree=15312/2055920 swapFree=4180396/4192956
[pid=28534] ppid=28532 vsize=13600 CPUtime=701
/proc/28534/stat : 28534 (sugar) R 28532 28534 27254 0 -1 4194304 996 137892 0 2 3 25 68712 1360 18 0 1 0 2002937060 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 264840647721 0 0 4224 16386 0 0 0 17 0 0 0
/proc/28534/statm: 3400 798 371 3 0 500 0
Current children cumulated CPU time (s) 701
Current children cumulated vsize (KiB) 13600

[startup+708.702 s]
/proc/loadavg: 2.19 2.09 2.02 3/73 28625
/proc/meminfo: memFree=1835488/2055920 swapFree=4180396/4192956
[pid=28534] ppid=28532 vsize=13600 CPUtime=701.54
/proc/28534/stat : 28534 (sugar) D 28532 28534 27254 0 -1 4194304 996 137892 0 2 3 79 68712 1360 18 0 1 0 2002937060 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 264840647721 0 0 4224 16386 18446744071563608240 0 0 17 0 0 0
/proc/28534/statm: 3400 798 371 3 0 500 0
Current children cumulated CPU time (s) 701.54
Current children cumulated vsize (KiB) 13600

[startup+708.902 s]
/proc/loadavg: 2.19 2.09 2.02 3/73 28625
/proc/meminfo: memFree=1835488/2055920 swapFree=4180396/4192956
[pid=28534] ppid=28532 vsize=13600 CPUtime=701.56
/proc/28534/stat : 28534 (sugar) D 28532 28534 27254 0 -1 4194304 996 137892 0 2 3 81 68712 1360 18 0 1 0 2002937060 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 264840647721 0 0 4224 16386 18446744071563608240 0 0 17 0 0 0
/proc/28534/statm: 3400 798 371 3 0 500 0
Current children cumulated CPU time (s) 701.56
Current children cumulated vsize (KiB) 13600

[startup+709.002 s]
/proc/loadavg: 2.19 2.09 2.02 3/73 28625
/proc/meminfo: memFree=1835488/2055920 swapFree=4180396/4192956
[pid=28534] ppid=28532 vsize=13600 CPUtime=701.56
/proc/28534/stat : 28534 (sugar) D 28532 28534 27254 0 -1 4194304 996 137892 0 2 3 81 68712 1360 18 0 1 0 2002937060 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 264840647721 0 0 4224 16386 18446744071563608240 0 0 17 0 0 0
/proc/28534/statm: 3400 798 371 3 0 500 0
Current children cumulated CPU time (s) 701.56
Current children cumulated vsize (KiB) 13600

Child status: 0
Real time (s): 709.006
CPU time (s): 701.589
CPU user time (s): 687.165
CPU system time (s): 14.4248
CPU usage (%): 98.954
Max. virtual memory (cumulated for all children) (KiB): 901632

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

runsolver used 0.967852 second user time and 2.30765 second system time

The end

Launcher Data (download as text)

Begin job on node44 at 2008-07-05 08:34:02
IDJOB=1086507
IDBENCH=57831
IDSOLVER=346
FILE ID=node44/1086507-1215239641
PBS_JOBID= 7881862
Free space on /tmp= 66544 MiB

SOLVER NAME= Sugar v1.13+minisat
BENCH NAME= CPAI08/csp/fapp/fapp38/normalized-fapp38-2500-6.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-1086507-1215239641/watcher-1086507-1215239641 -o /tmp/evaluation-result-1086507-1215239641/solver-1086507-1215239641 -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-1086507-1215239641.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 2d78d2c503f7e7a2468aae81a997d77e
RANDOM SEED=196702368

node44.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.213
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.213
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:       1727096 kB
Buffers:          9716 kB
Cached:         129416 kB
SwapCached:       6524 kB
Active:         189048 kB
Inactive:        83240 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1727096 kB
SwapTotal:     4192956 kB
SwapFree:      4180396 kB
Dirty:           10088 kB
Writeback:           0 kB
Mapped:         149336 kB
Slab:            41536 kB
Committed_AS:  3770752 kB
PageTables:       2100 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= 66540 MiB
End job on node44 at 2008-07-05 08:45:51