Trace number 1113058

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? 552.1 626.937

General information on the benchmark

Namecsp/fapp/fapp36/
normalized-fapp36-2000-3.xml
MD5SUM1d1f1cebdc92b091f3f5ffe18a2e82b4
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkMSAT TO
Best Number of falsified constraints232
Best CPU time to get the best result obtained on this benchmark3600.01
Satisfiable
(Un)Satisfiability was proved
Number of variables2000
Number of constraints18600
Maximum constraint arity2
Maximum domain size454
Number of constraints which are defined in extension0
Number of constraints which are defined in intension18600
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.04	c 0	Sugar v1-13 + HOME/minisat
0.00/0.04	c 0	BEGIN Sat Jul 12 17:41:37 2008
0.00/0.04	c 0	PID 12836
0.03/0.04	c 0	HOST node79.alineos.net
0.03/0.04	c 0	CONVERTING HOME/instance-1113058-1215877297.xml TO HOME/temp.csp
0.03/0.04	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1113058-1215877297.xml' 'HOME/temp.csp'
1.26/1.32	c 1	26 domains, 2000 variables, 8 predicates, 0 relations, 18600 constraints
1.26/1.35	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
1.26/1.35	c 1	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'
1.29/1.43	c 1	Parsing HOME/temp.csp
1.29/1.85	c 2	parsed 10000 expressions
2.01/2.14	c 2	parsed 20000 expressions
2.01/2.16	c 2	parsed 20634 expressions
2.01/2.16	c 2	Heap : 9 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
2.21/2.34	c 2	MAX CSP: 18600 constraints
2.21/2.34	c 2	Converting to clausal form CSP
3.99/4.12	c 4	converted 3924 (10%) expressions
6.85/7.05	c 7	converted 7848 (20%) expressions
9.90/10.11	c 10	converted 11772 (30%) expressions
12.46/12.71	c 13	converted 15695 (40%) expressions
15.32/15.63	c 16	converted 19619 (50%) expressions
17.59/17.98	c 18	converted 23543 (60%) expressions
20.06/20.43	c 20	converted 27466 (70%) expressions
22.34/22.73	c 23	converted 31390 (80%) expressions
25.10/25.54	c 25	converted 35314 (90%) expressions
28.67/29.11	c 29	converted 39237 (100%) expressions
28.67/29.12	c 29	CSP : 43308 integers, 70204 booleans, 174333 clauses, largest domain size 27901
28.67/29.12	c 29	Heap : 134 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
28.67/29.12	c 29	Propagation in CSP
32.91/33.41	c 33	18595 values, 0 unsatisfiable literals, and 0 valid clauses are removed
32.91/33.42	c 33	CSP : 43308 integers, 70204 booleans, 174333 clauses, largest domain size 18601
32.91/33.42	c 33	Heap : 150 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
32.91/33.47	c 33	Simplifing CSP by introducing new Boolean variables
33.20/33.75	c 34	CSP : 43308 integers, 113250 booleans, 217379 clauses, largest domain size 18601
33.20/33.75	c 34	Heap : 162 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
34.10/34.66	c 35	Encoding CSP to SAT : HOME/temp.cnf
51.27/52.04	c 52	4331 (10%) CSP integer variables are encoded (2602401 clauses, 47228617 bytes)
54.14/54.92	c 55	8662 (20%) CSP integer variables are encoded (5081895 clauses, 94339003 bytes)
56.83/57.77	c 58	12993 (30%) CSP integer variables are encoded (7456467 clauses, 139455871 bytes)
59.09/60.09	c 60	17324 (40%) CSP integer variables are encoded (9397568 clauses, 176336790 bytes)
60.88/61.86	c 62	21654 (50%) CSP integer variables are encoded (10841405 clauses, 205490130 bytes)
61.37/62.31	c 62	25985 (60%) CSP integer variables are encoded (11202399 clauses, 213071004 bytes)
61.66/62.68	c 63	30316 (70%) CSP integer variables are encoded (11483184 clauses, 218967489 bytes)
61.76/62.77	c 63	34647 (80%) CSP integer variables are encoded (11551745 clauses, 220407270 bytes)
61.85/62.83	c 63	38978 (90%) CSP integer variables are encoded (11601182 clauses, 221445447 bytes)
61.95/62.92	c 63	43308 (100%) CSP integer variables are encoded (11660539 clauses, 222691944 bytes)
163.71/168.52	c 168	21738 (10%) CSP clauses are encoded (25778222 clauses, 573821116 bytes)
243.11/263.28	c 263	43476 (20%) CSP clauses are encoded (37684598 clauses, 878980706 bytes)
324.31/351.41	c 351	65214 (30%) CSP clauses are encoded (49882616 clauses, 1194382366 bytes)
399.32/429.38	c 429	86952 (40%) CSP clauses are encoded (61200042 clauses, 1487875889 bytes)
469.68/506.31	c 506	108690 (50%) CSP clauses are encoded (72466793 clauses, 1784010101 bytes)
531.54/571.28	c 571	130428 (60%) CSP clauses are encoded (82634418 clauses, 2052874667 bytes)
551.17/593.23	c 593	ERROR Exception Too large HOME/temp.cnf
551.17/593.23	c 593	jp.ac.kobe_u.cs.sugar.encoder.Encoder.encode(Encoder.java:219)
551.17/593.23	c 593	jp.ac.kobe_u.cs.sugar.SugarMain.encode(SugarMain.java:130)
551.17/593.23	c 593	jp.ac.kobe_u.cs.sugar.SugarMain.main(SugarMain.java:258)
551.17/593.23	s UNKNOWN
551.23/595.47	c 595	CPU 538.83 (0.03 0.01 538.8 12.41)
551.23/595.47	c 595	END Sat Jul 12 17:51:32 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-1113058-1215877297/watcher-1113058-1215877297 -o /tmp/evaluation-result-1113058-1215877297/solver-1113058-1215877297 -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-1113058-1215877297.xml 

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


[startup+0 s]
/proc/loadavg: 2.00 2.05 2.06 4/105 12836
/proc/meminfo: memFree=1659600/2055920 swapFree=4192956/4192956
[pid=12836] ppid=12834 vsize=3672 CPUtime=0
/proc/12836/stat : 12836 (sugar) R 12834 12836 12712 0 -1 4194304 53 0 0 0 0 0 0 0 20 0 1 0 44426879 3760128 38 996147200 4194304 4206940 548682068592 18446744073709551615 234043274633 0 0 4096 0 0 0 0 17 1 0 0
/proc/12836/statm: 918 38 29 3 0 8 0

[startup+0.0474229 s]
/proc/loadavg: 2.00 2.05 2.06 4/105 12836
/proc/meminfo: memFree=1659600/2055920 swapFree=4192956/4192956
[pid=12836] ppid=12834 vsize=13600 CPUtime=0.03
/proc/12836/stat : 12836 (sugar) S 12834 12836 12712 0 -1 4194304 838 0 0 0 2 1 0 0 20 0 1 0 44426879 13926400 792 996147200 4194304 4206940 548682068592 18446744073709551615 234054791266 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/12836/statm: 3400 792 367 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.101203 s]
/proc/loadavg: 2.00 2.05 2.06 4/105 12836
/proc/meminfo: memFree=1659600/2055920 swapFree=4192956/4192956
[pid=12836] ppid=12834 vsize=13600 CPUtime=0.03
/proc/12836/stat : 12836 (sugar) S 12834 12836 12712 0 -1 4194304 898 127 0 0 2 1 0 0 18 0 1 0 44426879 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 234054791266 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/12836/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.301224 s]
/proc/loadavg: 2.00 2.05 2.06 4/105 12836
/proc/meminfo: memFree=1659600/2055920 swapFree=4192956/4192956
[pid=12836] ppid=12834 vsize=13600 CPUtime=0.03
/proc/12836/stat : 12836 (sugar) S 12834 12836 12712 0 -1 4194304 898 127 0 0 2 1 0 0 18 0 1 0 44426879 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 234054791266 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/12836/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.701266 s]
/proc/loadavg: 2.00 2.05 2.06 4/105 12836
/proc/meminfo: memFree=1659600/2055920 swapFree=4192956/4192956
[pid=12836] ppid=12834 vsize=13600 CPUtime=0.03
/proc/12836/stat : 12836 (sugar) S 12834 12836 12712 0 -1 4194304 898 127 0 0 2 1 0 0 18 0 1 0 44426879 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 234054791266 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/12836/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+1.50135 s]
/proc/loadavg: 2.08 2.07 2.06 3/116 12848
/proc/meminfo: memFree=1625976/2055920 swapFree=4192956/4192956
[pid=12836] ppid=12834 vsize=13600 CPUtime=1.29
/proc/12836/stat : 12836 (sugar) S 12834 12836 12712 0 -1 4194304 974 13056 0 1 2 1 119 7 15 0 1 0 44426879 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 234054791266 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/12836/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 1.29
Current children cumulated vsize (KiB) 13600

[startup+3.10252 s]
/proc/loadavg: 2.08 2.07 2.06 3/116 12858
/proc/meminfo: memFree=1642232/2055920 swapFree=4192956/4192956
[pid=12836] ppid=12834 vsize=13600 CPUtime=1.29
/proc/12836/stat : 12836 (sugar) S 12834 12836 12712 0 -1 4194304 974 13056 0 1 2 1 119 7 15 0 1 0 44426879 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 234054791266 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/12836/statm: 3400 797 370 3 0 500 0
[pid=12849] ppid=12836 vsize=5356 CPUtime=0
/proc/12849/stat : 12849 (sh) S 12836 12836 12712 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 44427015 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 234045891396 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/12849/statm: 1339 233 193 169 0 50 0
[pid=12850] ppid=12849 vsize=868432 CPUtime=1.71
/proc/12850/stat : 12850 (java) S 12849 12836 12712 0 -1 0 10683 0 1 0 164 7 0 0 20 0 9 0 44427015 889274368 9586 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/12850/statm: 217108 9586 2544 9 0 211683 0
[pid=12850/tid=12851] ppid=12849 vsize=868432 CPUtime=1.12
/proc/12850/task/12851/stat : 12851 (java) R 12849 12836 12712 0 -1 64 2836 0 1 0 110 2 0 0 25 0 9 0 44427016 889274368 9586 996147200 134512640 134550740 4294955936 18446744073709551615 4125962967 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12850/tid=12852] ppid=12849 vsize=868432 CPUtime=0.37
/proc/12850/task/12852/stat : 12852 (java) S 12849 12836 12712 0 -1 64 5682 0 0 0 34 3 0 0 16 0 9 0 44427017 889274368 9586 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=12850/tid=12853] ppid=12849 vsize=868432 CPUtime=0
/proc/12850/task/12853/stat : 12853 (java) S 12849 12836 12712 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 44427017 889274368 9586 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12850/tid=12854] ppid=12849 vsize=868432 CPUtime=0
/proc/12850/task/12854/stat : 12854 (java) S 12849 12836 12712 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 44427017 889274368 9586 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12850/tid=12855] ppid=12849 vsize=868432 CPUtime=0
/proc/12850/task/12855/stat : 12855 (java) S 12849 12836 12712 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 44427019 889274368 9586 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12850/tid=12856] ppid=12849 vsize=868432 CPUtime=0.19
/proc/12850/task/12856/stat : 12856 (java) S 12849 12836 12712 0 -1 64 1468 0 0 0 19 0 0 0 15 0 9 0 44427019 889274368 9586 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12850/tid=12857] ppid=12849 vsize=868432 CPUtime=0
/proc/12850/task/12857/stat : 12857 (java) S 12849 12836 12712 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 44427019 889274368 9586 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12850/tid=12858] ppid=12849 vsize=868432 CPUtime=0
/proc/12850/task/12858/stat : 12858 (java) S 12849 12836 12712 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 44427019 889274368 9586 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3
Current children cumulated vsize (KiB) 887388

[startup+6.30286 s]
/proc/loadavg: 2.08 2.07 2.06 3/116 12858
/proc/meminfo: memFree=1619896/2055920 swapFree=4192956/4192956
[pid=12836] ppid=12834 vsize=13600 CPUtime=1.29
/proc/12836/stat : 12836 (sugar) S 12834 12836 12712 0 -1 4194304 974 13056 0 1 2 1 119 7 16 0 1 0 44426879 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 234054791266 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/12836/statm: 3400 797 370 3 0 500 0
[pid=12849] ppid=12836 vsize=5356 CPUtime=0
/proc/12849/stat : 12849 (sh) S 12836 12836 12712 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 44427015 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 234045891396 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/12849/statm: 1339 233 193 169 0 50 0
[pid=12850] ppid=12849 vsize=868432 CPUtime=4.86
/proc/12850/stat : 12850 (java) S 12849 12836 12712 0 -1 0 13974 0 1 0 477 9 0 0 20 0 9 0 44427015 889274368 12496 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/12850/statm: 217108 12496 2541 9 0 211683 0
[pid=12850/tid=12851] ppid=12849 vsize=868432 CPUtime=3.85
/proc/12850/task/12851/stat : 12851 (java) R 12849 12836 12712 0 -1 64 3122 0 1 0 383 2 0 0 25 0 9 0 44427016 889274368 12496 996147200 134512640 134550740 4294955936 18446744073709551615 4126608469 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12850/tid=12852] ppid=12849 vsize=868432 CPUtime=0.77
/proc/12850/task/12852/stat : 12852 (java) S 12849 12836 12712 0 -1 64 8679 0 0 0 73 4 0 0 16 0 9 0 44427017 889274368 12496 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=12850/tid=12853] ppid=12849 vsize=868432 CPUtime=0
/proc/12850/task/12853/stat : 12853 (java) S 12849 12836 12712 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 44427017 889274368 12496 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12850/tid=12854] ppid=12849 vsize=868432 CPUtime=0
/proc/12850/task/12854/stat : 12854 (java) S 12849 12836 12712 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 44427017 889274368 12496 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12850/tid=12855] ppid=12849 vsize=868432 CPUtime=0
/proc/12850/task/12855/stat : 12855 (java) S 12849 12836 12712 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 44427019 889274368 12496 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12850/tid=12856] ppid=12849 vsize=868432 CPUtime=0.2
/proc/12850/task/12856/stat : 12856 (java) S 12849 12836 12712 0 -1 64 1476 0 0 0 20 0 0 0 15 0 9 0 44427019 889274368 12496 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12850/tid=12857] ppid=12849 vsize=868432 CPUtime=0
/proc/12850/task/12857/stat : 12857 (java) S 12849 12836 12712 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 44427019 889274368 12496 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12850/tid=12858] ppid=12849 vsize=868432 CPUtime=0
/proc/12850/task/12858/stat : 12858 (java) S 12849 12836 12712 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 44427019 889274368 12496 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.15
Current children cumulated vsize (KiB) 887388

[startup+12.7025 s]
/proc/loadavg: 2.07 2.07 2.06 3/116 12858
/proc/meminfo: memFree=1592768/2055920 swapFree=4192956/4192956
[pid=12836] ppid=12834 vsize=13600 CPUtime=1.29
/proc/12836/stat : 12836 (sugar) S 12834 12836 12712 0 -1 4194304 974 13056 0 1 2 1 119 7 16 0 1 0 44426879 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 234054791266 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/12836/statm: 3400 797 370 3 0 500 0
[pid=12849] ppid=12836 vsize=5356 CPUtime=0
/proc/12849/stat : 12849 (sh) S 12836 12836 12712 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 44427015 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 234045891396 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/12849/statm: 1339 233 193 169 0 50 0
[pid=12850] ppid=12849 vsize=868432 CPUtime=11.17
/proc/12850/stat : 12850 (java) S 12849 12836 12712 0 -1 0 24102 0 1 0 1101 16 0 0 20 0 9 0 44427015 889274368 18887 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/12850/statm: 217108 18887 2541 9 0 211683 0
[pid=12850/tid=12851] ppid=12849 vsize=868432 CPUtime=9.31
/proc/12850/task/12851/stat : 12851 (java) R 12849 12836 12712 0 -1 64 3575 0 1 0 927 4 0 0 25 0 9 0 44427016 889274368 18887 996147200 134512640 134550740 4294955936 18446744073709551615 4126608746 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12850/tid=12852] ppid=12849 vsize=868432 CPUtime=1.6
/proc/12850/task/12852/stat : 12852 (java) S 12849 12836 12712 0 -1 64 18345 0 0 0 151 9 0 0 16 0 9 0 44427017 889274368 18887 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=12850/tid=12853] ppid=12849 vsize=868432 CPUtime=0
/proc/12850/task/12853/stat : 12853 (java) S 12849 12836 12712 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 44427017 889274368 18887 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12850/tid=12854] ppid=12849 vsize=868432 CPUtime=0
/proc/12850/task/12854/stat : 12854 (java) S 12849 12836 12712 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 44427017 889274368 18887 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12850/tid=12855] ppid=12849 vsize=868432 CPUtime=0
/proc/12850/task/12855/stat : 12855 (java) S 12849 12836 12712 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 44427019 889274368 18887 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12850/tid=12856] ppid=12849 vsize=868432 CPUtime=0.22
/proc/12850/task/12856/stat : 12856 (java) S 12849 12836 12712 0 -1 64 1485 0 0 0 22 0 0 0 15 0 9 0 44427019 889274368 18887 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12850/tid=12857] ppid=12849 vsize=868432 CPUtime=0
/proc/12850/task/12857/stat : 12857 (java) S 12849 12836 12712 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 44427019 889274368 18887 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12850/tid=12858] ppid=12849 vsize=868432 CPUtime=0
/proc/12850/task/12858/stat : 12858 (java) S 12849 12836 12712 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 44427019 889274368 18887 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.46
Current children cumulated vsize (KiB) 887388

[startup+25.5019 s]
/proc/loadavg: 2.06 2.06 2.06 5/116 12858
/proc/meminfo: memFree=1534976/2055920 swapFree=4192956/4192956
[pid=12836] ppid=12834 vsize=13600 CPUtime=1.29
/proc/12836/stat : 12836 (sugar) S 12834 12836 12712 0 -1 4194304 974 13056 0 1 2 1 119 7 16 0 1 0 44426879 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 234054791266 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/12836/statm: 3400 797 370 3 0 500 0
[pid=12849] ppid=12836 vsize=5356 CPUtime=0
/proc/12849/stat : 12849 (sh) S 12836 12836 12712 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 44427015 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 234045891396 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/12849/statm: 1339 233 193 169 0 50 0
[pid=12850] ppid=12849 vsize=868432 CPUtime=23.81
/proc/12850/stat : 12850 (java) S 12849 12836 12712 0 -1 0 46924 0 1 0 2354 27 0 0 20 0 9 0 44427015 889274368 32839 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/12850/statm: 217108 32839 2541 9 0 211683 0
[pid=12850/tid=12851] ppid=12849 vsize=868432 CPUtime=19.82
/proc/12850/task/12851/stat : 12851 (java) R 12849 12836 12712 0 -1 64 4834 0 1 0 1977 5 0 0 25 0 9 0 44427016 889274368 32839 996147200 134512640 134550740 4294955936 18446744073709551615 4126428763 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12850/tid=12852] ppid=12849 vsize=868432 CPUtime=3.73
/proc/12850/task/12852/stat : 12852 (java) S 12849 12836 12712 0 -1 64 39908 0 0 0 353 20 0 0 16 0 9 0 44427017 889274368 32839 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=12850/tid=12853] ppid=12849 vsize=868432 CPUtime=0
/proc/12850/task/12853/stat : 12853 (java) S 12849 12836 12712 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 44427017 889274368 32839 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12850/tid=12854] ppid=12849 vsize=868432 CPUtime=0
/proc/12850/task/12854/stat : 12854 (java) S 12849 12836 12712 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 44427017 889274368 32839 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12850/tid=12855] ppid=12849 vsize=868432 CPUtime=0
/proc/12850/task/12855/stat : 12855 (java) S 12849 12836 12712 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 44427019 889274368 32839 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12850/tid=12856] ppid=12849 vsize=868432 CPUtime=0.22
/proc/12850/task/12856/stat : 12856 (java) S 12849 12836 12712 0 -1 64 1485 0 0 0 22 0 0 0 16 0 9 0 44427019 889274368 32839 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12850/tid=12857] ppid=12849 vsize=868432 CPUtime=0
/proc/12850/task/12857/stat : 12857 (java) S 12849 12836 12712 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 44427019 889274368 32839 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12850/tid=12858] ppid=12849 vsize=868432 CPUtime=0
/proc/12850/task/12858/stat : 12858 (java) S 12849 12836 12712 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 44427019 889274368 32839 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 25.1
Current children cumulated vsize (KiB) 887388

[startup+51.1016 s]
/proc/loadavg: 2.04 2.06 2.06 3/116 12858
/proc/meminfo: memFree=1457024/2055920 swapFree=4192956/4192956
[pid=12836] ppid=12834 vsize=13600 CPUtime=1.3
/proc/12836/stat : 12836 (sugar) S 12834 12836 12712 0 -1 4194304 974 13056 0 1 3 1 119 7 16 0 1 0 44426879 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 234054791266 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/12836/statm: 3400 797 370 3 0 500 0
[pid=12849] ppid=12836 vsize=5356 CPUtime=0
/proc/12849/stat : 12849 (sh) S 12836 12836 12712 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 44427015 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 234045891396 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/12849/statm: 1339 233 193 169 0 50 0
[pid=12850] ppid=12849 vsize=868544 CPUtime=49.08
/proc/12850/stat : 12850 (java) S 12849 12836 12712 0 -1 0 61382 0 1 0 4854 54 0 0 20 0 9 0 44427015 889389056 46634 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0

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

/proc/12850/task/12858/stat : 12858 (java) S 12849 12836 12712 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 44427019 889389056 46647 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 429.25
Current children cumulated vsize (KiB) 887500

[startup+522.301 s]
/proc/loadavg: 3.72 3.22 2.61 3/116 12870
/proc/meminfo: memFree=15872/2055920 swapFree=4192812/4192956
[pid=12836] ppid=12834 vsize=13600 CPUtime=1.3
/proc/12836/stat : 12836 (sugar) S 12834 12836 12712 0 -1 4194304 974 13056 0 1 3 1 119 7 16 0 1 0 44426879 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 234054791266 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/12836/statm: 3400 797 370 3 0 500 0
[pid=12849] ppid=12836 vsize=5356 CPUtime=0
/proc/12849/stat : 12849 (sh) S 12836 12836 12712 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 44427015 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 234045891396 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/12849/statm: 1339 233 193 169 0 50 0
[pid=12850] ppid=12849 vsize=868544 CPUtime=483.53
/proc/12850/stat : 12850 (java) S 12849 12836 12712 0 -1 0 64351 0 1 0 47294 1059 0 0 20 0 9 0 44427015 889389056 46647 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/12850/statm: 217136 46647 2566 9 0 211683 0
[pid=12850/tid=12851] ppid=12849 vsize=868544 CPUtime=475.47
/proc/12850/task/12851/stat : 12851 (java) R 12849 12836 12712 0 -1 64 8387 0 1 0 46538 1009 0 0 25 0 9 0 44427016 889389056 46647 996147200 134512640 134550740 4294955936 18446744073709551615 4127158279 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12850/tid=12852] ppid=12849 vsize=868544 CPUtime=7.7
/proc/12850/task/12852/stat : 12852 (java) S 12849 12836 12712 0 -1 64 53726 0 0 0 723 47 0 0 16 0 9 0 44427017 889389056 46647 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=12850/tid=12853] ppid=12849 vsize=868544 CPUtime=0
/proc/12850/task/12853/stat : 12853 (java) S 12849 12836 12712 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 44427017 889389056 46647 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12850/tid=12854] ppid=12849 vsize=868544 CPUtime=0
/proc/12850/task/12854/stat : 12854 (java) S 12849 12836 12712 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 44427017 889389056 46647 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12850/tid=12855] ppid=12849 vsize=868544 CPUtime=0
/proc/12850/task/12855/stat : 12855 (java) S 12849 12836 12712 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 44427019 889389056 46647 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12850/tid=12856] ppid=12849 vsize=868544 CPUtime=0.33
/proc/12850/task/12856/stat : 12856 (java) S 12849 12836 12712 0 -1 64 1541 0 0 0 32 1 0 0 16 0 9 0 44427019 889389056 46647 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12850/tid=12857] ppid=12849 vsize=868544 CPUtime=0
/proc/12850/task/12857/stat : 12857 (java) S 12849 12836 12712 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 44427019 889389056 46647 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12850/tid=12858] ppid=12849 vsize=868544 CPUtime=0
/proc/12850/task/12858/stat : 12858 (java) S 12849 12836 12712 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 44427019 889389056 46647 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 484.83
Current children cumulated vsize (KiB) 887500

[startup+582.302 s]
/proc/loadavg: 4.00 3.40 2.71 3/116 12873
/proc/meminfo: memFree=15872/2055920 swapFree=4192812/4192956
[pid=12836] ppid=12834 vsize=13600 CPUtime=1.3
/proc/12836/stat : 12836 (sugar) S 12834 12836 12712 0 -1 4194304 974 13056 0 1 3 1 119 7 16 0 1 0 44426879 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 234054791266 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/12836/statm: 3400 797 370 3 0 500 0
[pid=12849] ppid=12836 vsize=5356 CPUtime=0
/proc/12849/stat : 12849 (sh) S 12836 12836 12712 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 44427015 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 234045891396 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/12849/statm: 1339 233 193 169 0 50 0
[pid=12850] ppid=12849 vsize=868544 CPUtime=540.31
/proc/12850/stat : 12850 (java) S 12849 12836 12712 0 -1 0 64752 0 1 0 52828 1203 0 0 20 0 9 0 44427015 889389056 46647 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/12850/statm: 217136 46647 2566 9 0 211683 0
[pid=12850/tid=12851] ppid=12849 vsize=868544 CPUtime=531.95
/proc/12850/task/12851/stat : 12851 (java) R 12849 12836 12712 0 -1 64 8788 0 1 0 52044 1151 0 0 25 0 9 0 44427016 889389056 46647 996147200 134512640 134550740 4294955936 18446744073709551615 102064685 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12850/tid=12852] ppid=12849 vsize=868544 CPUtime=7.99
/proc/12850/task/12852/stat : 12852 (java) S 12849 12836 12712 0 -1 64 53726 0 0 0 750 49 0 0 16 0 9 0 44427017 889389056 46647 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=12850/tid=12853] ppid=12849 vsize=868544 CPUtime=0
/proc/12850/task/12853/stat : 12853 (java) S 12849 12836 12712 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 44427017 889389056 46647 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12850/tid=12854] ppid=12849 vsize=868544 CPUtime=0
/proc/12850/task/12854/stat : 12854 (java) S 12849 12836 12712 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 44427017 889389056 46647 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12850/tid=12855] ppid=12849 vsize=868544 CPUtime=0
/proc/12850/task/12855/stat : 12855 (java) S 12849 12836 12712 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 44427019 889389056 46647 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12850/tid=12856] ppid=12849 vsize=868544 CPUtime=0.33
/proc/12850/task/12856/stat : 12856 (java) S 12849 12836 12712 0 -1 64 1541 0 0 0 32 1 0 0 15 0 9 0 44427019 889389056 46647 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12850/tid=12857] ppid=12849 vsize=868544 CPUtime=0
/proc/12850/task/12857/stat : 12857 (java) S 12849 12836 12712 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 44427019 889389056 46647 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12850/tid=12858] ppid=12849 vsize=868544 CPUtime=0
/proc/12850/task/12858/stat : 12858 (java) S 12849 12836 12712 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 44427019 889389056 46647 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 541.61
Current children cumulated vsize (KiB) 887500

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

[startup+588.802 s]
/proc/loadavg: 4.08 3.42 2.72 3/116 12873
/proc/meminfo: memFree=15104/2055920 swapFree=4192812/4192956
[pid=12836] ppid=12834 vsize=13600 CPUtime=1.3
/proc/12836/stat : 12836 (sugar) S 12834 12836 12712 0 -1 4194304 974 13056 0 1 3 1 119 7 16 0 1 0 44426879 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 234054791266 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/12836/statm: 3400 797 370 3 0 500 0
[pid=12849] ppid=12836 vsize=5356 CPUtime=0
/proc/12849/stat : 12849 (sh) S 12836 12836 12712 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 44427015 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 234045891396 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/12849/statm: 1339 233 193 169 0 50 0
[pid=12850] ppid=12849 vsize=868544 CPUtime=545.53
/proc/12850/stat : 12850 (java) S 12849 12836 12712 0 -1 0 64794 0 1 0 53334 1219 0 0 20 0 9 0 44427015 889389056 46647 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/12850/statm: 217136 46647 2566 9 0 211683 0
[pid=12850/tid=12851] ppid=12849 vsize=868544 CPUtime=537.14
/proc/12850/task/12851/stat : 12851 (java) R 12849 12836 12712 0 -1 64 8830 0 1 0 52547 1167 0 0 25 0 9 0 44427016 889389056 46647 996147200 134512640 134550740 4294955936 18446744073709551615 4126967072 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12850/tid=12852] ppid=12849 vsize=868544 CPUtime=8.03
/proc/12850/task/12852/stat : 12852 (java) S 12849 12836 12712 0 -1 64 53726 0 0 0 753 50 0 0 16 0 9 0 44427017 889389056 46647 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=12850/tid=12853] ppid=12849 vsize=868544 CPUtime=0
/proc/12850/task/12853/stat : 12853 (java) S 12849 12836 12712 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 44427017 889389056 46647 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12850/tid=12854] ppid=12849 vsize=868544 CPUtime=0
/proc/12850/task/12854/stat : 12854 (java) S 12849 12836 12712 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 44427017 889389056 46647 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12850/tid=12855] ppid=12849 vsize=868544 CPUtime=0
/proc/12850/task/12855/stat : 12855 (java) S 12849 12836 12712 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 44427019 889389056 46647 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12850/tid=12856] ppid=12849 vsize=868544 CPUtime=0.33
/proc/12850/task/12856/stat : 12856 (java) S 12849 12836 12712 0 -1 64 1541 0 0 0 32 1 0 0 15 0 9 0 44427019 889389056 46647 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12850/tid=12857] ppid=12849 vsize=868544 CPUtime=0
/proc/12850/task/12857/stat : 12857 (java) S 12849 12836 12712 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 44427019 889389056 46647 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12850/tid=12858] ppid=12849 vsize=868544 CPUtime=0
/proc/12850/task/12858/stat : 12858 (java) S 12849 12836 12712 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 44427019 889389056 46647 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 546.83
Current children cumulated vsize (KiB) 887500

[startup+601.602 s]
/proc/loadavg: 4.22 3.48 2.75 2/107 12874
/proc/meminfo: memFree=1652168/2055920 swapFree=4192812/4192956
[pid=12836] ppid=12834 vsize=13600 CPUtime=551.89
/proc/12836/stat : 12836 (sugar) D 12834 12836 12712 0 -1 4194304 997 78180 0 2 3 65 53880 1241 18 0 1 0 44426879 13926400 798 996147200 4194304 4206940 548682068592 18446744073709551615 234046067753 0 0 4224 16386 18446744071563608069 0 0 17 0 0 0
/proc/12836/statm: 3400 798 371 3 0 500 0
Current children cumulated CPU time (s) 551.89
Current children cumulated vsize (KiB) 13600

[startup+614.403 s]
/proc/loadavg: 4.02 3.47 2.75 2/106 12874
/proc/meminfo: memFree=1714064/2055920 swapFree=4192812/4192956
[pid=12836] ppid=12834 vsize=13600 CPUtime=551.92
/proc/12836/stat : 12836 (sugar) D 12834 12836 12712 0 -1 4194304 997 78180 0 2 3 68 53880 1241 18 0 1 0 44426879 13926400 798 996147200 4194304 4206940 548682068592 18446744073709551615 234046067753 0 0 4224 16386 18446744071563608069 0 0 17 0 0 0
/proc/12836/statm: 3400 798 371 3 0 500 0
Current children cumulated CPU time (s) 551.92
Current children cumulated vsize (KiB) 13600

[startup+620.802 s]
/proc/loadavg: 3.94 3.46 2.76 2/106 12874
/proc/meminfo: memFree=1742352/2055920 swapFree=4192812/4192956
[pid=12836] ppid=12834 vsize=13600 CPUtime=551.95
/proc/12836/stat : 12836 (sugar) D 12834 12836 12712 0 -1 4194304 997 78180 0 2 3 71 53880 1241 18 0 1 0 44426879 13926400 798 996147200 4194304 4206940 548682068592 18446744073709551615 234046067753 0 0 4224 16386 18446744071563608069 0 0 17 0 0 0
/proc/12836/statm: 3400 798 371 3 0 500 0
Current children cumulated CPU time (s) 551.95
Current children cumulated vsize (KiB) 13600

[startup+624.002 s]
/proc/loadavg: 3.86 3.45 2.76 2/106 12874
/proc/meminfo: memFree=1757712/2055920 swapFree=4192812/4192956
[pid=12836] ppid=12834 vsize=13600 CPUtime=551.96
/proc/12836/stat : 12836 (sugar) D 12834 12836 12712 0 -1 4194304 997 78180 0 2 3 72 53880 1241 18 0 1 0 44426879 13926400 798 996147200 4194304 4206940 548682068592 18446744073709551615 234046067753 0 0 4224 16386 18446744071563608069 0 0 17 0 0 0
/proc/12836/statm: 3400 798 371 3 0 500 0
Current children cumulated CPU time (s) 551.96
Current children cumulated vsize (KiB) 13600

[startup+625.601 s]
/proc/loadavg: 3.86 3.45 2.76 2/106 12874
/proc/meminfo: memFree=1762256/2055920 swapFree=4192812/4192956
[pid=12836] ppid=12834 vsize=13600 CPUtime=552.06
/proc/12836/stat : 12836 (sugar) D 12834 12836 12712 0 -1 4194304 997 78180 0 2 3 82 53880 1241 18 0 1 0 44426879 13926400 798 996147200 4194304 4206940 548682068592 18446744073709551615 234046067753 0 0 4224 16386 18446744071563608240 0 0 17 0 0 0
/proc/12836/statm: 3400 798 371 3 0 500 0
Current children cumulated CPU time (s) 552.06
Current children cumulated vsize (KiB) 13600

[startup+626.401 s]
/proc/loadavg: 3.71 3.43 2.75 2/106 12874
/proc/meminfo: memFree=1763344/2055920 swapFree=4192812/4192956
[pid=12836] ppid=12834 vsize=13600 CPUtime=552.07
/proc/12836/stat : 12836 (sugar) D 12834 12836 12712 0 -1 4194304 997 78180 0 2 3 83 53880 1241 18 0 1 0 44426879 13926400 798 996147200 4194304 4206940 548682068592 18446744073709551615 234046067753 0 0 4224 16386 18446744071563608240 0 0 17 0 0 0
/proc/12836/statm: 3400 798 371 3 0 500 0
Current children cumulated CPU time (s) 552.07
Current children cumulated vsize (KiB) 13600

[startup+626.801 s]
/proc/loadavg: 3.71 3.43 2.75 2/106 12874
/proc/meminfo: memFree=1763344/2055920 swapFree=4192812/4192956
[pid=12836] ppid=12834 vsize=13600 CPUtime=552.08
/proc/12836/stat : 12836 (sugar) D 12834 12836 12712 0 -1 4194304 997 78180 0 2 3 84 53880 1241 18 0 1 0 44426879 13926400 798 996147200 4194304 4206940 548682068592 18446744073709551615 234046067753 0 0 4224 16386 18446744071563608240 0 0 17 0 0 0
/proc/12836/statm: 3400 798 371 3 0 500 0
Current children cumulated CPU time (s) 552.08
Current children cumulated vsize (KiB) 13600

[startup+626.901 s]
/proc/loadavg: 3.71 3.43 2.75 2/106 12874
/proc/meminfo: memFree=1763344/2055920 swapFree=4192812/4192956
[pid=12836] ppid=12834 vsize=13600 CPUtime=552.08
/proc/12836/stat : 12836 (sugar) D 12834 12836 12712 0 -1 4194304 997 78180 0 2 3 84 53880 1241 18 0 1 0 44426879 13926400 798 996147200 4194304 4206940 548682068592 18446744073709551615 234046067753 0 0 4224 16386 18446744071563608240 0 0 17 0 0 0
/proc/12836/statm: 3400 798 371 3 0 500 0
Current children cumulated CPU time (s) 552.08
Current children cumulated vsize (KiB) 13600

Child status: 0
Real time (s): 626.937
CPU time (s): 552.1
CPU user time (s): 538.838
CPU system time (s): 13.262
CPU usage (%): 88.063
Max. virtual memory (cumulated for all children) (KiB): 897636

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 538.838
system time used= 13.262
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 79207
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= 44700
involuntary context switches= 52746

runsolver used 1.13883 second user time and 2.69859 second system time

The end

Launcher Data (download as text)

Begin job on node79 at 2008-07-12 17:41:37
IDJOB=1113058
IDBENCH=61519
IDSOLVER=368
FILE ID=node79/1113058-1215877297
PBS_JOBID= 7903581
Free space on /tmp= 66484 MiB

SOLVER NAME= Sugar v1.13+minisat
BENCH NAME= CPAI08/csp/fapp/fapp36/normalized-fapp36-2000-3.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-1113058-1215877297/watcher-1113058-1215877297 -o /tmp/evaluation-result-1113058-1215877297/solver-1113058-1215877297 -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-1113058-1215877297.xml

TIME LIMIT= 3600 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 1d1f1cebdc92b091f3f5ffe18a2e82b4
RANDOM SEED=1315066928

node79.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.234
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.234
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	: 5996.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1660080 kB
Buffers:         33456 kB
Cached:         104584 kB
SwapCached:          0 kB
Active:         283720 kB
Inactive:        63144 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1660080 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:            3944 kB
Writeback:           0 kB
Mapped:         228928 kB
Slab:            31108 kB
Committed_AS:  1092476 kB
PageTables:       4192 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= 66484 MiB
End job on node79 at 2008-07-12 17:52:04