Trace number 1112304

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? 230.704 239.175

General information on the benchmark

Namecsp/haystacks/
normalized-haystacks-43.xml
MD5SUMf2f84342904e22f7d1d97c8f943ceaa0
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkMSAT TO
Best Number of falsified constraints1
Best CPU time to get the best result obtained on this benchmark3600.02
Satisfiable
(Un)Satisfiability was proved
Number of variables1849
Number of constraints38871
Maximum constraint arity2
Maximum domain size43
Number of constraints which are defined in extension0
Number of constraints which are defined in intension38871
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.05	c 0	BEGIN Sat Jul 12 14:15:52 2008
0.00/0.05	c 0	PID 16547
0.00/0.05	c 0	HOST node14.alineos.net
0.00/0.05	c 0	CONVERTING HOME/instance-1112304-1215864952.xml TO HOME/temp.csp
0.00/0.05	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1112304-1215864952.xml' 'HOME/temp.csp'
2.45/2.52	c 3	1 domains, 1849 variables, 4 predicates, 0 relations, 38871 constraints
2.45/2.57	c 3	ENCODING HOME/temp.csp TO HOME/temp.cnf
2.45/2.57	c 3	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -max -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
2.48/2.65	c 3	Parsing HOME/temp.csp
2.48/2.96	c 3	parsed 10000 expressions
2.48/3.18	c 4	parsed 20000 expressions
3.28/3.40	c 4	parsed 30000 expressions
3.38/3.57	c 4	parsed 40000 expressions
3.38/3.58	c 4	parsed 40725 expressions
3.38/3.59	c 4	Heap : 11 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
3.88/4.04	c 4	MAX CSP: 38871 constraints
3.88/4.04	c 4	Converting to clausal form CSP
4.77/4.90	c 5	converted 7960 (10%) expressions
5.46/5.68	c 6	converted 15920 (20%) expressions
6.45/6.68	c 7	converted 23880 (30%) expressions
7.25/7.43	c 8	converted 31840 (40%) expressions
7.93/8.19	c 9	converted 39800 (50%) expressions
9.22/9.46	c 10	converted 47760 (60%) expressions
10.01/10.22	c 11	converted 55720 (70%) expressions
10.71/10.97	c 11	converted 63680 (80%) expressions
11.50/11.73	c 12	converted 71640 (90%) expressions
16.64/16.91	c 17	converted 79599 (100%) expressions
16.64/16.92	c 17	CSP : 79591 integers, 57876 booleans, 213674 clauses, largest domain size 58307
16.64/16.92	c 17	Heap : 144 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
16.64/16.92	c 17	Propagation in CSP
19.02/19.39	c 20	38860 values, 0 unsatisfiable literals, and 0 valid clauses are removed
19.12/19.40	c 20	CSP : 79591 integers, 57876 booleans, 213674 clauses, largest domain size 38872
19.12/19.40	c 20	Heap : 151 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
19.12/19.45	c 20	Simplifing CSP by introducing new Boolean variables
19.42/19.74	c 20	CSP : 79591 integers, 98154 booleans, 253952 clauses, largest domain size 38872
19.42/19.74	c 20	Heap : 162 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
20.32/20.60	c 21	Encoding CSP to SAT : HOME/temp.cnf
20.71/21.01	c 21	7960 (10%) CSP integer variables are encoded (75809 clauses, 1115517 bytes)
20.71/21.02	c 21	15919 (20%) CSP integer variables are encoded (75809 clauses, 1115517 bytes)
20.71/21.03	c 21	23878 (30%) CSP integer variables are encoded (75809 clauses, 1115517 bytes)
20.71/21.04	c 21	31837 (40%) CSP integer variables are encoded (75809 clauses, 1115517 bytes)
20.71/21.05	c 21	39796 (50%) CSP integer variables are encoded (75809 clauses, 1115517 bytes)
20.90/21.20	c 22	47755 (60%) CSP integer variables are encoded (188455 clauses, 3030499 bytes)
21.00/21.34	c 22	55714 (70%) CSP integer variables are encoded (292123 clauses, 4792855 bytes)
21.20/21.50	c 22	63673 (80%) CSP integer variables are encoded (406849 clauses, 6743197 bytes)
21.30/21.63	c 22	71632 (90%) CSP integer variables are encoded (508068 clauses, 8463920 bytes)
22.08/22.46	c 23	79591 (100%) CSP integer variables are encoded (1176415 clauses, 20331754 bytes)
25.85/26.27	c 27	25396 (10%) CSP clauses are encoded (1901305 clauses, 40818262 bytes)
29.59/30.06	c 30	50791 (20%) CSP clauses are encoded (2624138 clauses, 61635195 bytes)
33.36/33.86	c 34	76186 (30%) CSP clauses are encoded (3344405 clauses, 82857512 bytes)
37.10/37.68	c 38	101581 (40%) CSP clauses are encoded (4069878 clauses, 104255890 bytes)
40.85/41.49	c 42	126976 (50%) CSP clauses are encoded (4793863 clauses, 125596741 bytes)
44.70/45.31	c 46	152372 (60%) CSP clauses are encoded (5515214 clauses, 146862647 bytes)
49.05/49.70	c 50	177767 (70%) CSP clauses are encoded (6595512 clauses, 176496971 bytes)
229.64/236.67	c 237	ERROR Exception Too large HOME/temp.cnf
229.71/236.79	c 237	jp.ac.kobe_u.cs.sugar.encoder.Encoder.encode(Encoder.java:219)
229.71/236.79	c 237	jp.ac.kobe_u.cs.sugar.SugarMain.encode(SugarMain.java:130)
229.71/236.79	c 237	jp.ac.kobe_u.cs.sugar.SugarMain.main(SugarMain.java:258)
229.71/236.79	s UNKNOWN
229.74/237.32	c 238	CPU 213.66 (0.03 0.01 213.63 16.09)
229.74/237.32	c 238	END Sat Jul 12 14:19:50 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-1112304-1215864952/watcher-1112304-1215864952 -o /tmp/evaluation-result-1112304-1215864952/solver-1112304-1215864952 -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-1112304-1215864952.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.05 2.14 2.07 4/74 16547
/proc/meminfo: memFree=1703056/2055920 swapFree=4192812/4192956
[pid=16547] ppid=16545 vsize=18572 CPUtime=0
/proc/16547/stat : 16547 (runsolver) R 16545 16547 15764 0 -1 4194368 15 0 0 0 0 0 0 0 20 0 1 0 43197853 19017728 292 996147200 4194304 4296836 548682068256 18446744073709551615 212234464551 0 0 4096 24578 0 0 0 17 1 0 0
/proc/16547/statm: 4643 292 257 25 0 2626 0

[startup+0.0792311 s]
/proc/loadavg: 2.05 2.14 2.07 4/74 16547
/proc/meminfo: memFree=1703056/2055920 swapFree=4192812/4192956
[pid=16547] ppid=16545 vsize=13600 CPUtime=0.04
/proc/16547/stat : 16547 (sugar) S 16545 16547 15764 0 -1 4194304 898 127 0 0 3 1 0 0 19 0 1 0 43197853 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 212243361890 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16547/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.101635 s]
/proc/loadavg: 2.05 2.14 2.07 4/74 16547
/proc/meminfo: memFree=1703056/2055920 swapFree=4192812/4192956
[pid=16547] ppid=16545 vsize=13600 CPUtime=0.04
/proc/16547/stat : 16547 (sugar) S 16545 16547 15764 0 -1 4194304 898 127 0 0 3 1 0 0 19 0 1 0 43197853 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 212243361890 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16547/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.301661 s]
/proc/loadavg: 2.05 2.14 2.07 4/74 16547
/proc/meminfo: memFree=1703056/2055920 swapFree=4192812/4192956
[pid=16547] ppid=16545 vsize=13600 CPUtime=0.04
/proc/16547/stat : 16547 (sugar) S 16545 16547 15764 0 -1 4194304 898 127 0 0 3 1 0 0 19 0 1 0 43197853 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 212243361890 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16547/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.702735 s]
/proc/loadavg: 2.05 2.14 2.07 4/74 16547
/proc/meminfo: memFree=1703056/2055920 swapFree=4192812/4192956
[pid=16547] ppid=16545 vsize=13600 CPUtime=0.04
/proc/16547/stat : 16547 (sugar) S 16545 16547 15764 0 -1 4194304 898 127 0 0 3 1 0 0 19 0 1 0 43197853 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 212243361890 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16547/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+1.50187 s]
/proc/loadavg: 2.13 2.15 2.08 3/85 16559
/proc/meminfo: memFree=1675896/2055920 swapFree=4192812/4192956
[pid=16547] ppid=16545 vsize=13600 CPUtime=0.04
/proc/16547/stat : 16547 (sugar) S 16545 16547 15764 0 -1 4194304 898 127 0 0 3 1 0 0 19 0 1 0 43197853 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 212243361890 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16547/statm: 3400 796 370 3 0 500 0
[pid=16550] ppid=16547 vsize=5356 CPUtime=0
/proc/16550/stat : 16550 (sh) S 16547 16547 15764 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 43197858 5484544 233 996147200 4194304 4889804 548682068752 18446744073709551615 212234462020 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16550/statm: 1339 233 193 169 0 50 0
[pid=16551] ppid=16550 vsize=864676 CPUtime=1.43
/proc/16551/stat : 16551 (java) S 16550 16547 15764 0 -1 0 15512 0 1 0 135 8 0 0 18 0 9 0 43197858 885428224 13060 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16551/statm: 216169 13060 2529 9 0 210751 0
[pid=16551/tid=16552] ppid=16550 vsize=864676 CPUtime=0.78
/proc/16551/task/16552/stat : 16552 (java) R 16550 16547 15764 0 -1 64 3052 0 1 0 76 2 0 0 24 0 9 0 43197859 885428224 13060 996147200 134512640 134550740 4294956000 18446744073709551615 4126495032 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16551/tid=16553] ppid=16550 vsize=864676 CPUtime=0.49
/proc/16551/task/16553/stat : 16553 (java) S 16550 16547 15764 0 -1 64 11255 0 0 0 45 4 0 0 16 0 9 0 43197860 885428224 13060 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16551/tid=16554] ppid=16550 vsize=864676 CPUtime=0
/proc/16551/task/16554/stat : 16554 (java) S 16550 16547 15764 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 43197861 885428224 13060 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16551/tid=16555] ppid=16550 vsize=864676 CPUtime=0
/proc/16551/task/16555/stat : 16555 (java) S 16550 16547 15764 0 -1 64 10 0 0 0 0 0 0 0 15 0 9 0 43197861 885428224 13060 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16551/tid=16556] ppid=16550 vsize=864676 CPUtime=0
/proc/16551/task/16556/stat : 16556 (java) S 16550 16547 15764 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 43197863 885428224 13060 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16551/tid=16557] ppid=16550 vsize=864676 CPUtime=0.11
/proc/16551/task/16557/stat : 16557 (java) S 16550 16547 15764 0 -1 64 506 0 0 0 11 0 0 0 16 0 9 0 43197863 885428224 13060 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16551/tid=16558] ppid=16550 vsize=864676 CPUtime=0
/proc/16551/task/16558/stat : 16558 (java) S 16550 16547 15764 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 43197863 885428224 13060 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16551/tid=16559] ppid=16550 vsize=864676 CPUtime=0
/proc/16551/task/16559/stat : 16559 (java) S 16550 16547 15764 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 43197863 885428224 13060 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 883632

[startup+3.10112 s]
/proc/loadavg: 2.13 2.15 2.08 3/85 16559
/proc/meminfo: memFree=1643832/2055920 swapFree=4192812/4192956
[pid=16547] ppid=16545 vsize=13600 CPUtime=2.48
/proc/16547/stat : 16547 (sugar) S 16545 16547 15764 0 -1 4194304 974 21469 0 1 3 1 231 13 15 0 1 0 43197853 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 212243361890 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16547/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 2.48
Current children cumulated vsize (KiB) 13600

[startup+6.3026 s]
/proc/loadavg: 2.13 2.15 2.08 3/85 16569
/proc/meminfo: memFree=1656376/2055920 swapFree=4192812/4192956
[pid=16547] ppid=16545 vsize=13600 CPUtime=2.48
/proc/16547/stat : 16547 (sugar) S 16545 16547 15764 0 -1 4194304 974 21469 0 1 3 1 231 13 15 0 1 0 43197853 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 212243361890 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16547/statm: 3400 797 370 3 0 500 0
[pid=16560] ppid=16547 vsize=5356 CPUtime=0
/proc/16560/stat : 16560 (sh) S 16547 16547 15764 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 43198110 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 212234462020 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16560/statm: 1339 233 193 169 0 50 0
[pid=16561] ppid=16560 vsize=869456 CPUtime=3.68
/proc/16561/stat : 16561 (java) S 16560 16547 15764 0 -1 0 17317 0 1 0 358 10 0 0 18 0 9 0 43198110 890322944 15115 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16561/statm: 217364 15115 2541 9 0 211939 0
[pid=16561/tid=16562] ppid=16560 vsize=869456 CPUtime=2.37
/proc/16561/task/16562/stat : 16562 (java) R 16560 16547 15764 0 -1 64 3259 0 1 0 235 2 0 0 25 0 9 0 43198111 890322944 15115 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16561/tid=16563] ppid=16560 vsize=869456 CPUtime=1.06
/proc/16561/task/16563/stat : 16563 (java) S 16560 16547 15764 0 -1 64 11887 0 0 0 100 6 0 0 15 0 9 0 43198112 890322944 15115 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16561/tid=16564] ppid=16560 vsize=869456 CPUtime=0
/proc/16561/task/16564/stat : 16564 (java) S 16560 16547 15764 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 43198112 890322944 15115 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16561/tid=16565] ppid=16560 vsize=869456 CPUtime=0
/proc/16561/task/16565/stat : 16565 (java) S 16560 16547 15764 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 43198112 890322944 15115 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16561/tid=16566] ppid=16560 vsize=869456 CPUtime=0
/proc/16561/task/16566/stat : 16566 (java) S 16560 16547 15764 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 43198114 890322944 15115 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16561/tid=16567] ppid=16560 vsize=869456 CPUtime=0.22
/proc/16561/task/16567/stat : 16567 (java) S 16560 16547 15764 0 -1 64 1473 0 0 0 21 1 0 0 15 0 9 0 43198114 890322944 15115 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16561/tid=16568] ppid=16560 vsize=869456 CPUtime=0
/proc/16561/task/16568/stat : 16568 (java) S 16560 16547 15764 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 43198114 890322944 15115 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16561/tid=16569] ppid=16560 vsize=869456 CPUtime=0
/proc/16561/task/16569/stat : 16569 (java) S 16560 16547 15764 0 -1 64 2 0 0 0 0 0 0 0 15 0 9 0 43198114 890322944 15115 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.16
Current children cumulated vsize (KiB) 888412

[startup+12.7027 s]
/proc/loadavg: 2.18 2.16 2.08 3/85 16569
/proc/meminfo: memFree=1601848/2055920 swapFree=4192812/4192956
[pid=16547] ppid=16545 vsize=13600 CPUtime=2.48
/proc/16547/stat : 16547 (sugar) S 16545 16547 15764 0 -1 4194304 974 21469 0 1 3 1 231 13 15 0 1 0 43197853 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 212243361890 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16547/statm: 3400 797 370 3 0 500 0
[pid=16560] ppid=16547 vsize=5356 CPUtime=0
/proc/16560/stat : 16560 (sh) S 16547 16547 15764 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 43198110 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 212234462020 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16560/statm: 1339 233 193 169 0 50 0
[pid=16561] ppid=16560 vsize=869456 CPUtime=10.01
/proc/16561/stat : 16561 (java) S 16560 16547 15764 0 -1 0 34409 0 1 0 981 20 0 0 18 0 9 0 43198110 890322944 28335 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16561/statm: 217364 28335 2541 9 0 211939 0
[pid=16561/tid=16562] ppid=16560 vsize=869456 CPUtime=7.44
/proc/16561/task/16562/stat : 16562 (java) R 16560 16547 15764 0 -1 64 3756 0 1 0 741 3 0 0 25 0 9 0 43198111 890322944 28335 996147200 134512640 134550740 4294955936 18446744073709551615 4126463872 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16561/tid=16563] ppid=16560 vsize=869456 CPUtime=2.31
/proc/16561/task/16563/stat : 16563 (java) S 16560 16547 15764 0 -1 64 28482 0 0 0 217 14 0 0 16 0 9 0 43198112 890322944 28335 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16561/tid=16564] ppid=16560 vsize=869456 CPUtime=0
/proc/16561/task/16564/stat : 16564 (java) S 16560 16547 15764 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 43198112 890322944 28335 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16561/tid=16565] ppid=16560 vsize=869456 CPUtime=0
/proc/16561/task/16565/stat : 16565 (java) S 16560 16547 15764 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 43198112 890322944 28335 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16561/tid=16566] ppid=16560 vsize=869456 CPUtime=0
/proc/16561/task/16566/stat : 16566 (java) S 16560 16547 15764 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 43198114 890322944 28335 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16561/tid=16567] ppid=16560 vsize=869456 CPUtime=0.22
/proc/16561/task/16567/stat : 16567 (java) S 16560 16547 15764 0 -1 64 1473 0 0 0 21 1 0 0 15 0 9 0 43198114 890322944 28335 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16561/tid=16568] ppid=16560 vsize=869456 CPUtime=0
/proc/16561/task/16568/stat : 16568 (java) S 16560 16547 15764 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 43198114 890322944 28335 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16561/tid=16569] ppid=16560 vsize=869456 CPUtime=0
/proc/16561/task/16569/stat : 16569 (java) S 16560 16547 15764 0 -1 64 2 0 0 0 0 0 0 0 15 0 9 0 43198114 890322944 28335 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.49
Current children cumulated vsize (KiB) 888412

[startup+25.5028 s]
/proc/loadavg: 2.15 2.16 2.08 3/85 16569
/proc/meminfo: memFree=1485816/2055920 swapFree=4192812/4192956
[pid=16547] ppid=16545 vsize=13600 CPUtime=2.48
/proc/16547/stat : 16547 (sugar) S 16545 16547 15764 0 -1 4194304 974 21469 0 1 3 1 231 13 15 0 1 0 43197853 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 212243361890 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16547/statm: 3400 797 370 3 0 500 0
[pid=16560] ppid=16547 vsize=5356 CPUtime=0
/proc/16560/stat : 16560 (sh) S 16547 16547 15764 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 43198110 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 212234462020 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16560/statm: 1339 233 193 169 0 50 0
[pid=16561] ppid=16560 vsize=869568 CPUtime=22.66
/proc/16561/stat : 16561 (java) S 16560 16547 15764 0 -1 0 58587 0 1 0 2212 54 0 0 18 0 9 0 43198110 890437632 46803 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16561/statm: 217392 46803 2566 9 0 211939 0
[pid=16561/tid=16562] ppid=16560 vsize=869568 CPUtime=17.5
/proc/16561/task/16562/stat : 16562 (java) R 16560 16547 15764 0 -1 64 4611 0 1 0 1725 25 0 0 25 0 9 0 43198111 890437632 46803 996147200 134512640 134550740 4294955936 18446744073709551615 4127112015 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16561/tid=16563] ppid=16560 vsize=869568 CPUtime=4.81
/proc/16561/task/16563/stat : 16563 (java) S 16560 16547 15764 0 -1 64 51748 0 0 0 454 27 0 0 16 0 9 0 43198112 890437632 46803 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16561/tid=16564] ppid=16560 vsize=869568 CPUtime=0
/proc/16561/task/16564/stat : 16564 (java) S 16560 16547 15764 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 43198112 890437632 46803 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16561/tid=16565] ppid=16560 vsize=869568 CPUtime=0
/proc/16561/task/16565/stat : 16565 (java) S 16560 16547 15764 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 43198112 890437632 46803 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16561/tid=16566] ppid=16560 vsize=869568 CPUtime=0
/proc/16561/task/16566/stat : 16566 (java) S 16560 16547 15764 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 43198114 890437632 46803 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16561/tid=16567] ppid=16560 vsize=869568 CPUtime=0.33
/proc/16561/task/16567/stat : 16567 (java) S 16560 16547 15764 0 -1 64 1530 0 0 0 32 1 0 0 15 0 9 0 43198114 890437632 46803 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16561/tid=16568] ppid=16560 vsize=869568 CPUtime=0
/proc/16561/task/16568/stat : 16568 (java) S 16560 16547 15764 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 43198114 890437632 46803 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16561/tid=16569] ppid=16560 vsize=869568 CPUtime=0
/proc/16561/task/16569/stat : 16569 (java) S 16560 16547 15764 0 -1 64 2 0 0 0 0 0 0 0 15 0 9 0 43198114 890437632 46803 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.14
Current children cumulated vsize (KiB) 888524

[startup+51.1029 s]
/proc/loadavg: 2.10 2.14 2.08 3/85 16569
/proc/meminfo: memFree=1334200/2055920 swapFree=4192812/4192956
[pid=16547] ppid=16545 vsize=13600 CPUtime=2.48
/proc/16547/stat : 16547 (sugar) S 16545 16547 15764 0 -1 4194304 974 21469 0 1 3 1 231 13 16 0 1 0 43197853 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 212243361890 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16547/statm: 3400 797 370 3 0 500 0
[pid=16560] ppid=16547 vsize=5356 CPUtime=0
/proc/16560/stat : 16560 (sh) S 16547 16547 15764 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 43198110 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 212234462020 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16560/statm: 1339 233 193 169 0 50 0
[pid=16561] ppid=16560 vsize=869568 CPUtime=47.94
/proc/16561/stat : 16561 (java) S 16560 16547 15764 0 -1 0 58948 0 1 0 4639 155 0 0 18 0 9 0 43198110 890437632 46803 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0

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

[pid=16561] ppid=16560 vsize=869568 CPUtime=155.14
/proc/16561/stat : 16561 (java) S 16560 16547 15764 0 -1 0 61355 0 1 0 14490 1024 0 0 18 0 9 0 43198110 890437632 46803 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16561/statm: 217392 46803 2566 9 0 211939 0
[pid=16561/tid=16562] ppid=16560 vsize=869568 CPUtime=147.84
/proc/16561/task/16562/stat : 16562 (java) R 16560 16547 15764 0 -1 64 7379 0 1 0 13811 973 0 0 25 0 9 0 43198111 890437632 46803 996147200 134512640 134550740 4294955936 18446744073709551615 4126665637 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16561/tid=16563] ppid=16560 vsize=869568 CPUtime=6.94
/proc/16561/task/16563/stat : 16563 (java) S 16560 16547 15764 0 -1 64 51748 0 0 0 646 48 0 0 16 0 9 0 43198112 890437632 46803 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16561/tid=16564] ppid=16560 vsize=869568 CPUtime=0
/proc/16561/task/16564/stat : 16564 (java) S 16560 16547 15764 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 43198112 890437632 46803 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16561/tid=16565] ppid=16560 vsize=869568 CPUtime=0
/proc/16561/task/16565/stat : 16565 (java) S 16560 16547 15764 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 43198112 890437632 46803 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16561/tid=16566] ppid=16560 vsize=869568 CPUtime=0
/proc/16561/task/16566/stat : 16566 (java) S 16560 16547 15764 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 43198114 890437632 46803 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16561/tid=16567] ppid=16560 vsize=869568 CPUtime=0.33
/proc/16561/task/16567/stat : 16567 (java) S 16560 16547 15764 0 -1 64 1530 0 0 0 32 1 0 0 16 0 9 0 43198114 890437632 46803 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16561/tid=16568] ppid=16560 vsize=869568 CPUtime=0
/proc/16561/task/16568/stat : 16568 (java) S 16560 16547 15764 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 43198114 890437632 46803 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16561/tid=16569] ppid=16560 vsize=869568 CPUtime=0
/proc/16561/task/16569/stat : 16569 (java) S 16560 16547 15764 0 -1 64 2 0 0 0 0 0 0 0 15 0 9 0 43198114 890437632 46803 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 157.62
Current children cumulated vsize (KiB) 888524

[startup+222.303 s]
/proc/loadavg: 3.03 2.55 2.24 3/85 16571
/proc/meminfo: memFree=15800/2055920 swapFree=4192812/4192956
[pid=16547] ppid=16545 vsize=13600 CPUtime=2.48
/proc/16547/stat : 16547 (sugar) S 16545 16547 15764 0 -1 4194304 974 21469 0 1 3 1 231 13 16 0 1 0 43197853 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 212243361890 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16547/statm: 3400 797 370 3 0 500 0
[pid=16560] ppid=16547 vsize=5356 CPUtime=0
/proc/16560/stat : 16560 (sh) S 16547 16547 15764 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 43198110 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 212234462020 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16560/statm: 1339 233 193 169 0 50 0
[pid=16561] ppid=16560 vsize=869568 CPUtime=213.4
/proc/16561/stat : 16561 (java) S 16560 16547 15764 0 -1 0 62681 0 1 0 19859 1481 0 0 18 0 9 0 43198110 890437632 46803 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16561/statm: 217392 46803 2566 9 0 211939 0
[pid=16561/tid=16562] ppid=16560 vsize=869568 CPUtime=205.12
/proc/16561/task/16562/stat : 16562 (java) R 16560 16547 15764 0 -1 64 8705 0 1 0 19091 1421 0 0 25 0 9 0 43198111 890437632 46803 996147200 134512640 134550740 4294955936 18446744073709551615 4126572757 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16561/tid=16563] ppid=16560 vsize=869568 CPUtime=7.92
/proc/16561/task/16563/stat : 16563 (java) S 16560 16547 15764 0 -1 64 51748 0 0 0 735 57 0 0 16 0 9 0 43198112 890437632 46803 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16561/tid=16564] ppid=16560 vsize=869568 CPUtime=0
/proc/16561/task/16564/stat : 16564 (java) S 16560 16547 15764 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 43198112 890437632 46803 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16561/tid=16565] ppid=16560 vsize=869568 CPUtime=0
/proc/16561/task/16565/stat : 16565 (java) S 16560 16547 15764 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 43198112 890437632 46803 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16561/tid=16566] ppid=16560 vsize=869568 CPUtime=0
/proc/16561/task/16566/stat : 16566 (java) S 16560 16547 15764 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 43198114 890437632 46803 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16561/tid=16567] ppid=16560 vsize=869568 CPUtime=0.33
/proc/16561/task/16567/stat : 16567 (java) S 16560 16547 15764 0 -1 64 1530 0 0 0 32 1 0 0 16 0 9 0 43198114 890437632 46803 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16561/tid=16568] ppid=16560 vsize=869568 CPUtime=0
/proc/16561/task/16568/stat : 16568 (java) S 16560 16547 15764 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 43198114 890437632 46803 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16561/tid=16569] ppid=16560 vsize=869568 CPUtime=0
/proc/16561/task/16569/stat : 16569 (java) S 16560 16547 15764 0 -1 64 2 0 0 0 0 0 0 0 15 0 9 0 43198114 890437632 46803 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 215.88
Current children cumulated vsize (KiB) 888524

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

[startup+230.502 s]
/proc/loadavg: 3.03 2.55 2.24 3/85 16571
/proc/meminfo: memFree=15672/2055920 swapFree=4192812/4192956
[pid=16547] ppid=16545 vsize=13600 CPUtime=2.48
/proc/16547/stat : 16547 (sugar) S 16545 16547 15764 0 -1 4194304 974 21469 0 1 3 1 231 13 16 0 1 0 43197853 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 212243361890 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16547/statm: 3400 797 370 3 0 500 0
[pid=16560] ppid=16547 vsize=5356 CPUtime=0
/proc/16560/stat : 16560 (sh) S 16547 16547 15764 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 43198110 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 212234462020 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16560/statm: 1339 233 193 169 0 50 0
[pid=16561] ppid=16560 vsize=869568 CPUtime=221.25
/proc/16561/stat : 16561 (java) S 16560 16547 15764 0 -1 0 62857 0 1 0 20584 1541 0 0 18 0 9 0 43198110 890437632 46803 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16561/statm: 217392 46803 2566 9 0 211939 0
[pid=16561/tid=16562] ppid=16560 vsize=869568 CPUtime=212.83
/proc/16561/task/16562/stat : 16562 (java) R 16560 16547 15764 0 -1 64 8881 0 1 0 19803 1480 0 0 25 0 9 0 43198111 890437632 46803 996147200 134512640 134550740 4294955936 18446744073709551615 4126905394 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16561/tid=16563] ppid=16560 vsize=869568 CPUtime=8.05
/proc/16561/task/16563/stat : 16563 (java) S 16560 16547 15764 0 -1 64 51748 0 0 0 747 58 0 0 16 0 9 0 43198112 890437632 46803 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16561/tid=16564] ppid=16560 vsize=869568 CPUtime=0
/proc/16561/task/16564/stat : 16564 (java) S 16560 16547 15764 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 43198112 890437632 46803 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16561/tid=16565] ppid=16560 vsize=869568 CPUtime=0
/proc/16561/task/16565/stat : 16565 (java) S 16560 16547 15764 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 43198112 890437632 46803 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16561/tid=16566] ppid=16560 vsize=869568 CPUtime=0
/proc/16561/task/16566/stat : 16566 (java) S 16560 16547 15764 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 43198114 890437632 46803 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16561/tid=16567] ppid=16560 vsize=869568 CPUtime=0.33
/proc/16561/task/16567/stat : 16567 (java) S 16560 16547 15764 0 -1 64 1530 0 0 0 32 1 0 0 16 0 9 0 43198114 890437632 46803 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16561/tid=16568] ppid=16560 vsize=869568 CPUtime=0
/proc/16561/task/16568/stat : 16568 (java) S 16560 16547 15764 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 43198114 890437632 46803 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16561/tid=16569] ppid=16560 vsize=869568 CPUtime=0
/proc/16561/task/16569/stat : 16569 (java) S 16560 16547 15764 0 -1 64 2 0 0 0 0 0 0 0 15 0 9 0 43198114 890437632 46803 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 223.73
Current children cumulated vsize (KiB) 888524

[startup+233.703 s]
/proc/loadavg: 3.02 2.56 2.25 3/85 16571
/proc/meminfo: memFree=15288/2055920 swapFree=4192812/4192956
[pid=16547] ppid=16545 vsize=13600 CPUtime=2.48
/proc/16547/stat : 16547 (sugar) S 16545 16547 15764 0 -1 4194304 974 21469 0 1 3 1 231 13 16 0 1 0 43197853 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 212243361890 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16547/statm: 3400 797 370 3 0 500 0
[pid=16560] ppid=16547 vsize=5356 CPUtime=0
/proc/16560/stat : 16560 (sh) S 16547 16547 15764 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 43198110 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 212234462020 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16560/statm: 1339 233 193 169 0 50 0
[pid=16561] ppid=16560 vsize=869568 CPUtime=224.35
/proc/16561/stat : 16561 (java) S 16560 16547 15764 0 -1 0 62927 0 1 0 20868 1567 0 0 18 0 9 0 43198110 890437632 46803 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16561/statm: 217392 46803 2566 9 0 211939 0
[pid=16561/tid=16562] ppid=16560 vsize=869568 CPUtime=215.88
/proc/16561/task/16562/stat : 16562 (java) R 16560 16547 15764 0 -1 64 8951 0 1 0 20083 1505 0 0 25 0 9 0 43198111 890437632 46803 996147200 134512640 134550740 4294955936 18446744073709551615 4126572748 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16561/tid=16563] ppid=16560 vsize=869568 CPUtime=8.1
/proc/16561/task/16563/stat : 16563 (java) S 16560 16547 15764 0 -1 64 51748 0 0 0 752 58 0 0 16 0 9 0 43198112 890437632 46803 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16561/tid=16564] ppid=16560 vsize=869568 CPUtime=0
/proc/16561/task/16564/stat : 16564 (java) S 16560 16547 15764 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 43198112 890437632 46803 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16561/tid=16565] ppid=16560 vsize=869568 CPUtime=0
/proc/16561/task/16565/stat : 16565 (java) S 16560 16547 15764 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 43198112 890437632 46803 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16561/tid=16566] ppid=16560 vsize=869568 CPUtime=0
/proc/16561/task/16566/stat : 16566 (java) S 16560 16547 15764 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 43198114 890437632 46803 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16561/tid=16567] ppid=16560 vsize=869568 CPUtime=0.33
/proc/16561/task/16567/stat : 16567 (java) S 16560 16547 15764 0 -1 64 1530 0 0 0 32 1 0 0 16 0 9 0 43198114 890437632 46803 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16561/tid=16568] ppid=16560 vsize=869568 CPUtime=0
/proc/16561/task/16568/stat : 16568 (java) S 16560 16547 15764 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 43198114 890437632 46803 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16561/tid=16569] ppid=16560 vsize=869568 CPUtime=0
/proc/16561/task/16569/stat : 16569 (java) S 16560 16547 15764 0 -1 64 2 0 0 0 0 0 0 0 15 0 9 0 43198114 890437632 46803 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 226.83
Current children cumulated vsize (KiB) 888524

[startup+236.902 s]
/proc/loadavg: 3.02 2.57 2.25 3/85 16571
/proc/meminfo: memFree=15544/2055920 swapFree=4192812/4192956
[pid=16547] ppid=16545 vsize=13600 CPUtime=2.48
/proc/16547/stat : 16547 (sugar) S 16545 16547 15764 0 -1 4194304 975 21469 0 1 3 1 231 13 16 0 1 0 43197853 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 212243361890 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16547/statm: 3400 797 370 3 0 500 0
[pid=16560] ppid=16547 vsize=5356 CPUtime=0
/proc/16560/stat : 16560 (sh) S 16547 16547 15764 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 43198110 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 212234462020 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16560/statm: 1339 233 193 169 0 50 0
[pid=16561] ppid=16560 vsize=869568 CPUtime=227.23
/proc/16561/stat : 16561 (java) S 16560 16547 15764 0 -1 0 63003 0 1 0 21131 1592 0 0 18 0 7 0 43198110 890437632 46810 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16561/statm: 217392 46810 2567 9 0 211939 0
[pid=16561/tid=16562] ppid=16560 vsize=869568 CPUtime=218.72
/proc/16561/task/16562/stat : 16562 (java) S 16560 16547 15764 0 -1 64 9023 0 1 0 20342 1530 0 0 24 0 7 0 43198111 890437632 46810 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16561/tid=16563] ppid=16560 vsize=869568 CPUtime=8.15
/proc/16561/task/16563/stat : 16563 (java) D 16560 16547 15764 0 -1 64 51748 0 0 0 756 59 0 0 15 0 7 0 43198112 890437632 46810 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744071563608240 0 0 -1 1 0 0
[pid=16561/tid=16564] ppid=16560 vsize=869568 CPUtime=0
/proc/16561/task/16564/stat : 16564 (java) S 16560 16547 15764 0 -1 64 9 0 0 0 0 0 0 0 16 0 7 0 43198112 890437632 46810 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16561/tid=16565] ppid=16560 vsize=869568 CPUtime=0
/proc/16561/task/16565/stat : 16565 (java) S 16560 16547 15764 0 -1 64 9 0 0 0 0 0 0 0 16 0 7 0 43198112 890437632 46810 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16561/tid=16567] ppid=16560 vsize=869568 CPUtime=0.33
/proc/16561/task/16567/stat : 16567 (java) S 16560 16547 15764 0 -1 64 1530 0 0 0 32 1 0 0 16 0 7 0 43198114 890437632 46810 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16561/tid=16568] ppid=16560 vsize=869568 CPUtime=0
/proc/16561/task/16568/stat : 16568 (java) S 16560 16547 15764 0 -1 64 2 0 0 0 0 0 0 0 19 0 7 0 43198114 890437632 46810 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 229.71
Current children cumulated vsize (KiB) 888524

[startup+238.502 s]
/proc/loadavg: 3.02 2.57 2.25 3/75 16571
/proc/meminfo: memFree=664072/2055920 swapFree=4192812/4192956
[pid=16547] ppid=16545 vsize=13600 CPUtime=230.63
/proc/16547/stat : 16547 (sugar) D 16545 16547 15764 0 -1 4194304 998 84759 0 2 3 88 21363 1609 15 0 1 0 43197853 13926400 798 996147200 4194304 4206940 548682068592 18446744073709551615 212234638377 0 0 4224 16386 18446744071563608240 0 0 17 1 0 0
/proc/16547/statm: 3400 798 371 3 0 500 0
Current children cumulated CPU time (s) 230.63
Current children cumulated vsize (KiB) 13600

[startup+238.906 s]
/proc/loadavg: 3.02 2.57 2.25 2/75 16571
/proc/meminfo: memFree=1817224/2055920 swapFree=4192812/4192956
[pid=16547] ppid=16545 vsize=13600 CPUtime=230.66
/proc/16547/stat : 16547 (sugar) D 16545 16547 15764 0 -1 4194304 998 84759 0 2 3 91 21363 1609 15 0 1 0 43197853 13926400 798 996147200 4194304 4206940 548682068592 18446744073709551615 212234638377 0 0 4224 16386 18446744071563608240 0 0 17 1 0 0
/proc/16547/statm: 3400 798 371 3 0 500 0
Current children cumulated CPU time (s) 230.66
Current children cumulated vsize (KiB) 13600

[startup+239.102 s]
/proc/loadavg: 3.02 2.57 2.25 2/75 16571
/proc/meminfo: memFree=1817224/2055920 swapFree=4192812/4192956
[pid=16547] ppid=16545 vsize=13600 CPUtime=230.68
/proc/16547/stat : 16547 (sugar) D 16545 16547 15764 0 -1 4194304 998 84759 0 2 3 93 21363 1609 15 0 1 0 43197853 13926400 798 996147200 4194304 4206940 548682068592 18446744073709551615 212234638377 0 0 4224 16386 18446744071563608240 0 0 17 1 0 0
/proc/16547/statm: 3400 798 371 3 0 500 0
Current children cumulated CPU time (s) 230.68
Current children cumulated vsize (KiB) 13600

Child status: 0
Real time (s): 239.175
CPU time (s): 230.704
CPU user time (s): 213.677
CPU system time (s): 17.0274
CPU usage (%): 96.4581
Max. virtual memory (cumulated for all children) (KiB): 899664

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 213.677
system time used= 17.0274
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 85787
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= 40949
involuntary context switches= 46156

runsolver used 0.304953 second user time and 0.892864 second system time

The end

Launcher Data (download as text)

Begin job on node14 at 2008-07-12 14:15:52
IDJOB=1112304
IDBENCH=61395
IDSOLVER=368
FILE ID=node14/1112304-1215864952
PBS_JOBID= 7903470
Free space on /tmp= 66388 MiB

SOLVER NAME= Sugar v1.13+minisat
BENCH NAME= CPAI08/csp/haystacks/normalized-haystacks-43.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-1112304-1215864952/watcher-1112304-1215864952 -o /tmp/evaluation-result-1112304-1215864952/solver-1112304-1215864952 -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-1112304-1215864952.xml

TIME LIMIT= 3600 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= f2f84342904e22f7d1d97c8f943ceaa0
RANDOM SEED=159342724

node14.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.270
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.270
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:       1703600 kB
Buffers:         20648 kB
Cached:         127592 kB
SwapCached:          0 kB
Active:         275232 kB
Inactive:        24164 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1703600 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:           49756 kB
Writeback:           0 kB
Mapped:         162280 kB
Slab:            37812 kB
Committed_AS:   298764 kB
PageTables:       2212 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= 66388 MiB
End job on node14 at 2008-07-12 14:19:52