Trace number 1112303

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-inc? 224.265 233.391

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.08	c 0	Sugar++ v1-13 + HOME/minisat-inc
0.00/0.08	c 0	BEGIN Sat Jul 12 14:14:38 2008
0.00/0.08	c 0	PID 15717
0.07/0.08	c 0	HOST node20.alineos.net
0.07/0.08	c 0	CONVERTING HOME/instance-1112303-1215864878.xml TO HOME/temp.csp
0.07/0.08	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1112303-1215864878.xml' 'HOME/temp.csp'
2.44/2.50	c 3	1 domains, 1849 variables, 4 predicates, 0 relations, 38871 constraints
2.44/2.55	c 3	ENCODING HOME/temp.csp TO HOME/temp.cnf
2.44/2.55	c 3	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -max -incremental -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
2.45/2.64	c 3	Parsing HOME/temp.csp
2.45/2.95	c 3	parsed 10000 expressions
2.45/3.15	c 3	parsed 20000 expressions
3.18/3.37	c 4	parsed 30000 expressions
3.37/3.55	c 4	parsed 40000 expressions
3.37/3.56	c 4	parsed 40725 expressions
3.37/3.56	c 4	Heap : 11 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
3.76/3.99	c 4	MAX CSP: 38871 constraints
3.76/3.99	c 4	Converting to clausal form CSP
4.65/4.83	c 5	converted 7960 (10%) expressions
5.35/5.58	c 6	converted 15920 (20%) expressions
6.34/6.55	c 7	converted 23880 (30%) expressions
7.02/7.28	c 8	converted 31840 (40%) expressions
7.81/8.02	c 8	converted 39800 (50%) expressions
8.99/9.21	c 10	converted 47760 (60%) expressions
9.70/9.94	c 10	converted 55720 (70%) expressions
10.40/10.67	c 11	converted 63680 (80%) expressions
11.17/11.42	c 12	converted 71640 (90%) expressions
16.12/16.47	c 17	converted 79599 (100%) expressions
16.12/16.48	c 17	CSP : 79591 integers, 57876 booleans, 213674 clauses, largest domain size 58307
16.12/16.48	c 17	Heap : 144 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
16.12/16.48	c 17	Propagation in CSP
18.57/18.93	c 19	38860 values, 0 unsatisfiable literals, and 0 valid clauses are removed
18.57/18.94	c 19	CSP : 79591 integers, 57876 booleans, 213674 clauses, largest domain size 38872
18.57/18.94	c 19	Heap : 151 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
18.57/19.00	c 19	Simplifing CSP by introducing new Boolean variables
18.87/19.27	c 20	CSP : 79591 integers, 98154 booleans, 253952 clauses, largest domain size 38872
18.87/19.27	c 20	Heap : 162 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
19.76/20.13	c 20	Encoding CSP to SAT : HOME/temp.cnf
20.16/20.53	c 21	7960 (10%) CSP integer variables are encoded (75809 clauses, 1115517 bytes)
20.16/20.54	c 21	15919 (20%) CSP integer variables are encoded (75809 clauses, 1115517 bytes)
20.16/20.55	c 21	23878 (30%) CSP integer variables are encoded (75809 clauses, 1115517 bytes)
20.16/20.56	c 21	31837 (40%) CSP integer variables are encoded (75809 clauses, 1115517 bytes)
20.16/20.57	c 21	39796 (50%) CSP integer variables are encoded (75809 clauses, 1115517 bytes)
20.37/20.72	c 21	47755 (60%) CSP integer variables are encoded (188455 clauses, 3030499 bytes)
20.46/20.87	c 21	55714 (70%) CSP integer variables are encoded (292123 clauses, 4792855 bytes)
20.66/21.04	c 21	63673 (80%) CSP integer variables are encoded (406849 clauses, 6743197 bytes)
20.74/21.17	c 22	71632 (90%) CSP integer variables are encoded (508068 clauses, 8463920 bytes)
21.55/21.99	c 22	79591 (100%) CSP integer variables are encoded (1176415 clauses, 20331754 bytes)
25.29/25.78	c 26	25396 (10%) CSP clauses are encoded (1901305 clauses, 40818262 bytes)
28.95/29.49	c 30	50791 (20%) CSP clauses are encoded (2624138 clauses, 61635195 bytes)
32.69/33.21	c 34	76186 (30%) CSP clauses are encoded (3344405 clauses, 82857512 bytes)
36.34/36.99	c 37	101581 (40%) CSP clauses are encoded (4069878 clauses, 104255890 bytes)
40.09/40.77	c 41	126976 (50%) CSP clauses are encoded (4793863 clauses, 125596741 bytes)
43.83/44.53	c 45	152372 (60%) CSP clauses are encoded (5515214 clauses, 146862647 bytes)
47.98/48.79	c 49	177767 (70%) CSP clauses are encoded (6595512 clauses, 176496971 bytes)
223.46/230.05	c 230	ERROR Exception Too large HOME/temp.cnf
223.46/230.06	c 230	jp.ac.kobe_u.cs.sugar.encoder.Encoder.encode(Encoder.java:219)
223.46/230.06	c 230	jp.ac.kobe_u.cs.sugar.SugarMain.encode(SugarMain.java:130)
223.46/230.06	c 230	jp.ac.kobe_u.cs.sugar.SugarMain.main(SugarMain.java:258)
223.46/230.06	s UNKNOWN
223.53/230.45	c 231	CPU 208.29 (0.06 0.02 208.23 15.25)
223.53/230.45	c 231	END Sat Jul 12 14:18:29 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-1112303-1215864878/watcher-1112303-1215864878 -o /tmp/evaluation-result-1112303-1215864878/solver-1112303-1215864878 -C 3600 -W 4000 -M 900 --output-limit 1,15 HOME/sugar++ -max -incremental -c -vv -java=java -Xmx700M -decjava=java -Xmx50M -jar=HOME/sugar-v1-13.jar -solver=HOME/minisat-inc -tmp=HOME/temp HOME/instance-1112303-1215864878.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.00 2.00 4/81 15717
/proc/meminfo: memFree=1174616/2055920 swapFree=4181072/4192956
[pid=15717] ppid=15715 vsize=4708 CPUtime=0
/proc/15717/stat : 15717 (sugar++) R 15715 15717 15592 0 -1 4194304 58 0 0 0 0 0 0 0 20 0 1 0 43190033 4820992 43 996147200 4194304 4206940 548682068528 18446744073709551615 273949980041 0 0 4096 0 0 0 0 17 1 0 0
/proc/15717/statm: 1177 43 33 3 0 8 0

[startup+0.081737 s]
/proc/loadavg: 2.00 2.00 2.00 4/81 15717
/proc/meminfo: memFree=1174616/2055920 swapFree=4181072/4192956
[pid=15717] ppid=15715 vsize=16740 CPUtime=0.07
/proc/15717/stat : 15717 (sugar++) S 15715 15717 15592 0 -1 4194304 1143 0 0 0 5 2 0 0 18 0 1 0 43190033 17141760 1099 996147200 4194304 4206940 548682068528 18446744073709551615 273961496674 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15717/statm: 4185 1099 406 3 0 764 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16740

[startup+0.101868 s]
/proc/loadavg: 2.00 2.00 2.00 4/81 15717
/proc/meminfo: memFree=1174616/2055920 swapFree=4181072/4192956
[pid=15717] ppid=15715 vsize=16740 CPUtime=0.07
/proc/15717/stat : 15717 (sugar++) S 15715 15717 15592 0 -1 4194304 1219 128 0 0 5 2 0 0 19 0 1 0 43190033 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 273961496674 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15717/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16740

[startup+0.301874 s]
/proc/loadavg: 2.00 2.00 2.00 4/81 15717
/proc/meminfo: memFree=1174616/2055920 swapFree=4181072/4192956
[pid=15717] ppid=15715 vsize=16740 CPUtime=0.07
/proc/15717/stat : 15717 (sugar++) S 15715 15717 15592 0 -1 4194304 1219 128 0 0 5 2 0 0 19 0 1 0 43190033 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 273961496674 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15717/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16740

[startup+0.701955 s]
/proc/loadavg: 2.00 2.00 2.00 4/81 15717
/proc/meminfo: memFree=1174616/2055920 swapFree=4181072/4192956
[pid=15717] ppid=15715 vsize=16740 CPUtime=0.07
/proc/15717/stat : 15717 (sugar++) S 15715 15717 15592 0 -1 4194304 1219 128 0 0 5 2 0 0 19 0 1 0 43190033 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 273961496674 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15717/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16740

[startup+1.50212 s]
/proc/loadavg: 2.00 2.00 2.00 3/92 15729
/proc/meminfo: memFree=1148104/2055920 swapFree=4181072/4192956
[pid=15717] ppid=15715 vsize=16740 CPUtime=0.07
/proc/15717/stat : 15717 (sugar++) S 15715 15717 15592 0 -1 4194304 1219 128 0 0 5 2 0 0 19 0 1 0 43190033 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 273961496674 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15717/statm: 4185 1104 409 3 0 764 0
[pid=15720] ppid=15717 vsize=5356 CPUtime=0
/proc/15720/stat : 15720 (sh) S 15717 15717 15592 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 43190041 5484544 233 996147200 4194304 4889804 548682068752 18446744073709551615 273952596804 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15720/statm: 1339 233 193 169 0 50 0
[pid=15721] ppid=15720 vsize=864676 CPUtime=1.38
/proc/15721/stat : 15721 (java) S 15720 15717 15592 0 -1 0 15449 0 1 0 129 9 0 0 18 0 9 0 43190041 885428224 12993 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15721/statm: 216169 12993 2529 9 0 210751 0
[pid=15721/tid=15722] ppid=15720 vsize=864676 CPUtime=0.78
/proc/15721/task/15722/stat : 15722 (java) R 15720 15717 15592 0 -1 64 3053 0 1 0 75 3 0 0 24 0 9 0 43190042 885428224 12993 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15721/tid=15723] ppid=15720 vsize=864676 CPUtime=0.46
/proc/15721/task/15723/stat : 15723 (java) R 15720 15717 15592 0 -1 64 11198 0 0 0 42 4 0 0 16 0 9 0 43190044 885428224 12993 996147200 134512640 134550740 4294956000 18446744073709551615 102516836 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15721/tid=15724] ppid=15720 vsize=864676 CPUtime=0
/proc/15721/task/15724/stat : 15724 (java) S 15720 15717 15592 0 -1 64 12 0 0 0 0 0 0 0 16 0 9 0 43190044 885428224 12993 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15721/tid=15725] ppid=15720 vsize=864676 CPUtime=0
/proc/15721/task/15725/stat : 15725 (java) S 15720 15717 15592 0 -1 64 10 0 0 0 0 0 0 0 15 0 9 0 43190044 885428224 12993 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15721/tid=15726] ppid=15720 vsize=864676 CPUtime=0
/proc/15721/task/15726/stat : 15726 (java) S 15720 15717 15592 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 43190046 885428224 12993 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15721/tid=15727] ppid=15720 vsize=864676 CPUtime=0.11
/proc/15721/task/15727/stat : 15727 (java) S 15720 15717 15592 0 -1 64 498 0 0 0 11 0 0 0 16 0 9 0 43190046 885428224 12993 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15721/tid=15728] ppid=15720 vsize=864676 CPUtime=0
/proc/15721/task/15728/stat : 15728 (java) S 15720 15717 15592 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 43190047 885428224 12993 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15721/tid=15729] ppid=15720 vsize=864676 CPUtime=0
/proc/15721/task/15729/stat : 15729 (java) S 15720 15717 15592 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 43190047 885428224 12993 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.45
Current children cumulated vsize (KiB) 886772

[startup+3.10143 s]
/proc/loadavg: 2.00 2.00 2.00 3/92 15729
/proc/meminfo: memFree=1114440/2055920 swapFree=4181072/4192956
[pid=15717] ppid=15715 vsize=16740 CPUtime=2.45
/proc/15717/stat : 15717 (sugar++) S 15715 15717 15592 0 -1 4194304 1297 21475 0 1 5 2 226 12 15 0 1 0 43190033 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 273961496674 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15717/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 2.45
Current children cumulated vsize (KiB) 16740

[startup+6.30206 s]
/proc/loadavg: 2.08 2.02 2.01 3/92 15739
/proc/meminfo: memFree=1126216/2055920 swapFree=4181072/4192956
[pid=15717] ppid=15715 vsize=16740 CPUtime=2.45
/proc/15717/stat : 15717 (sugar++) S 15715 15717 15592 0 -1 4194304 1297 21475 0 1 5 2 226 12 15 0 1 0 43190033 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 273961496674 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15717/statm: 4185 1104 409 3 0 764 0
[pid=15730] ppid=15717 vsize=5356 CPUtime=0
/proc/15730/stat : 15730 (sh) S 15717 15717 15592 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 43190289 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 273952596804 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15730/statm: 1339 233 193 169 0 50 0
[pid=15731] ppid=15730 vsize=868436 CPUtime=3.69
/proc/15731/stat : 15731 (java) S 15730 15717 15592 0 -1 0 17493 0 1 0 360 9 0 0 19 0 9 0 43190289 889278464 15294 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15731/statm: 217109 15294 2541 9 0 211684 0
[pid=15731/tid=15732] ppid=15730 vsize=868436 CPUtime=2.42
/proc/15731/task/15732/stat : 15732 (java) R 15730 15717 15592 0 -1 64 3260 0 1 0 241 1 0 0 19 0 9 0 43190290 889278464 15294 996147200 134512640 134550740 4294955920 18446744073709551615 4126647869 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15731/tid=15733] ppid=15730 vsize=868436 CPUtime=1.02
/proc/15731/task/15733/stat : 15733 (java) S 15730 15717 15592 0 -1 64 12062 0 0 0 96 6 0 0 16 0 9 0 43190291 889278464 15294 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15731/tid=15734] ppid=15730 vsize=868436 CPUtime=0
/proc/15731/task/15734/stat : 15734 (java) S 15730 15717 15592 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 43190291 889278464 15294 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15731/tid=15735] ppid=15730 vsize=868436 CPUtime=0
/proc/15731/task/15735/stat : 15735 (java) S 15730 15717 15592 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 43190291 889278464 15294 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15731/tid=15736] ppid=15730 vsize=868436 CPUtime=0
/proc/15731/task/15736/stat : 15736 (java) S 15730 15717 15592 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 43190293 889278464 15294 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15731/tid=15737] ppid=15730 vsize=868436 CPUtime=0.21
/proc/15731/task/15737/stat : 15737 (java) S 15730 15717 15592 0 -1 64 1473 0 0 0 21 0 0 0 15 0 9 0 43190293 889278464 15294 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15731/tid=15738] ppid=15730 vsize=868436 CPUtime=0
/proc/15731/task/15738/stat : 15738 (java) S 15730 15717 15592 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 43190293 889278464 15294 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15731/tid=15739] ppid=15730 vsize=868436 CPUtime=0
/proc/15731/task/15739/stat : 15739 (java) S 15730 15717 15592 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 43190293 889278464 15294 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.14
Current children cumulated vsize (KiB) 890532

[startup+12.7013 s]
/proc/loadavg: 2.07 2.02 2.00 3/92 15739
/proc/meminfo: memFree=1069960/2055920 swapFree=4181072/4192956
[pid=15717] ppid=15715 vsize=16740 CPUtime=2.45
/proc/15717/stat : 15717 (sugar++) S 15715 15717 15592 0 -1 4194304 1297 21475 0 1 5 2 226 12 15 0 1 0 43190033 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 273961496674 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15717/statm: 4185 1104 409 3 0 764 0
[pid=15730] ppid=15717 vsize=5356 CPUtime=0
/proc/15730/stat : 15730 (sh) S 15717 15717 15592 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 43190289 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 273952596804 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15730/statm: 1339 233 193 169 0 50 0
[pid=15731] ppid=15730 vsize=868436 CPUtime=10
/proc/15731/stat : 15731 (java) S 15730 15717 15592 0 -1 0 34156 0 1 0 982 18 0 0 19 0 9 0 43190289 889278464 28338 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15731/statm: 217109 28338 2541 9 0 211684 0
[pid=15731/tid=15732] ppid=15730 vsize=868436 CPUtime=7.6
/proc/15731/task/15732/stat : 15732 (java) R 15730 15717 15592 0 -1 64 3755 0 1 0 758 2 0 0 25 0 9 0 43190290 889278464 28338 996147200 134512640 134550740 4294955920 18446744073709551615 4126665620 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15731/tid=15733] ppid=15730 vsize=868436 CPUtime=2.16
/proc/15731/task/15733/stat : 15733 (java) S 15730 15717 15592 0 -1 64 28228 0 0 0 202 14 0 0 16 0 9 0 43190291 889278464 28338 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15731/tid=15734] ppid=15730 vsize=868436 CPUtime=0
/proc/15731/task/15734/stat : 15734 (java) S 15730 15717 15592 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 43190291 889278464 28338 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15731/tid=15735] ppid=15730 vsize=868436 CPUtime=0
/proc/15731/task/15735/stat : 15735 (java) S 15730 15717 15592 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 43190291 889278464 28338 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15731/tid=15736] ppid=15730 vsize=868436 CPUtime=0
/proc/15731/task/15736/stat : 15736 (java) S 15730 15717 15592 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 43190293 889278464 28338 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15731/tid=15737] ppid=15730 vsize=868436 CPUtime=0.21
/proc/15731/task/15737/stat : 15737 (java) S 15730 15717 15592 0 -1 64 1475 0 0 0 21 0 0 0 15 0 9 0 43190293 889278464 28338 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15731/tid=15738] ppid=15730 vsize=868436 CPUtime=0
/proc/15731/task/15738/stat : 15738 (java) S 15730 15717 15592 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 43190293 889278464 28338 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15731/tid=15739] ppid=15730 vsize=868436 CPUtime=0
/proc/15731/task/15739/stat : 15739 (java) S 15730 15717 15592 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 43190293 889278464 28338 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.45
Current children cumulated vsize (KiB) 890532

[startup+25.5028 s]
/proc/loadavg: 2.06 2.01 2.00 3/92 15739
/proc/meminfo: memFree=955528/2055920 swapFree=4181072/4192956
[pid=15717] ppid=15715 vsize=16740 CPUtime=2.46
/proc/15717/stat : 15717 (sugar++) S 15715 15717 15592 0 -1 4194304 1297 21475 0 1 6 2 226 12 15 0 1 0 43190033 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 273961496674 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15717/statm: 4185 1104 409 3 0 764 0
[pid=15730] ppid=15717 vsize=5356 CPUtime=0
/proc/15730/stat : 15730 (sh) S 15717 15717 15592 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 43190289 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 273952596804 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15730/statm: 1339 233 193 169 0 50 0
[pid=15731] ppid=15730 vsize=868548 CPUtime=22.63
/proc/15731/stat : 15731 (java) S 15730 15717 15592 0 -1 0 58088 0 1 0 2210 53 0 0 19 0 9 0 43190289 889393152 46804 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15731/statm: 217137 46804 2566 9 0 211684 0
[pid=15731/tid=15732] ppid=15730 vsize=868548 CPUtime=17.75
/proc/15731/task/15732/stat : 15732 (java) R 15730 15717 15592 0 -1 64 4617 0 1 0 1749 26 0 0 25 0 9 0 43190290 889393152 46804 996147200 134512640 134550740 4294955920 18446744073709551615 4127106656 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15731/tid=15733] ppid=15730 vsize=868548 CPUtime=4.54
/proc/15731/task/15733/stat : 15733 (java) S 15730 15717 15592 0 -1 64 51243 0 0 0 429 25 0 0 16 0 9 0 43190291 889393152 46804 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15731/tid=15734] ppid=15730 vsize=868548 CPUtime=0
/proc/15731/task/15734/stat : 15734 (java) S 15730 15717 15592 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 43190291 889393152 46804 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15731/tid=15735] ppid=15730 vsize=868548 CPUtime=0
/proc/15731/task/15735/stat : 15735 (java) S 15730 15717 15592 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 43190291 889393152 46804 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15731/tid=15736] ppid=15730 vsize=868548 CPUtime=0
/proc/15731/task/15736/stat : 15736 (java) S 15730 15717 15592 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 43190293 889393152 46804 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15731/tid=15737] ppid=15730 vsize=868548 CPUtime=0.32
/proc/15731/task/15737/stat : 15737 (java) S 15730 15717 15592 0 -1 64 1530 0 0 0 31 1 0 0 15 0 9 0 43190293 889393152 46804 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15731/tid=15738] ppid=15730 vsize=868548 CPUtime=0
/proc/15731/task/15738/stat : 15738 (java) S 15730 15717 15592 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 43190293 889393152 46804 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15731/tid=15739] ppid=15730 vsize=868548 CPUtime=0
/proc/15731/task/15739/stat : 15739 (java) S 15730 15717 15592 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 43190293 889393152 46804 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.09
Current children cumulated vsize (KiB) 890644

[startup+51.1029 s]
/proc/loadavg: 2.04 2.01 2.00 3/92 15739
/proc/meminfo: memFree=795272/2055920 swapFree=4181072/4192956
[pid=15717] ppid=15715 vsize=16740 CPUtime=2.46
/proc/15717/stat : 15717 (sugar++) S 15715 15717 15592 0 -1 4194304 1297 21475 0 1 6 2 226 12 16 0 1 0 43190033 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 273961496674 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15717/statm: 4185 1104 409 3 0 764 0
[pid=15730] ppid=15717 vsize=5356 CPUtime=0
/proc/15730/stat : 15730 (sh) S 15717 15717 15592 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 43190289 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 273952596804 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15730/statm: 1339 233 193 169 0 50 0
[pid=15731] ppid=15730 vsize=868548 CPUtime=47.88
/proc/15731/stat : 15731 (java) S 15730 15717 15592 0 -1 0 58462 0 1 0 4633 155 0 0 19 0 9 0 43190289 889393152 46804 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0

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

[pid=15730] ppid=15717 vsize=5356 CPUtime=0
/proc/15730/stat : 15730 (sh) S 15717 15717 15592 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 43190289 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 273952596804 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15730/statm: 1339 233 193 169 0 50 0
[pid=15731] ppid=15730 vsize=868548 CPUtime=155.31
/proc/15731/stat : 15731 (java) S 15730 15717 15592 0 -1 0 60958 0 1 0 14530 1001 0 0 19 0 9 0 43190289 889393152 46804 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15731/statm: 217137 46804 2566 9 0 211684 0
[pid=15731/tid=15732] ppid=15730 vsize=868548 CPUtime=148.38
/proc/15731/task/15732/stat : 15732 (java) R 15730 15717 15592 0 -1 64 7487 0 1 0 13884 954 0 0 25 0 9 0 43190290 889393152 46804 996147200 134512640 134550740 4294955920 18446744073709551615 102064645 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15731/tid=15733] ppid=15730 vsize=868548 CPUtime=6.57
/proc/15731/task/15733/stat : 15733 (java) S 15730 15717 15592 0 -1 64 51243 0 0 0 613 44 0 0 16 0 9 0 43190291 889393152 46804 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15731/tid=15734] ppid=15730 vsize=868548 CPUtime=0
/proc/15731/task/15734/stat : 15734 (java) S 15730 15717 15592 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 43190291 889393152 46804 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15731/tid=15735] ppid=15730 vsize=868548 CPUtime=0
/proc/15731/task/15735/stat : 15735 (java) S 15730 15717 15592 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 43190291 889393152 46804 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15731/tid=15736] ppid=15730 vsize=868548 CPUtime=0
/proc/15731/task/15736/stat : 15736 (java) S 15730 15717 15592 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 43190293 889393152 46804 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15731/tid=15737] ppid=15730 vsize=868548 CPUtime=0.32
/proc/15731/task/15737/stat : 15737 (java) S 15730 15717 15592 0 -1 64 1530 0 0 0 31 1 0 0 16 0 9 0 43190293 889393152 46804 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15731/tid=15738] ppid=15730 vsize=868548 CPUtime=0
/proc/15731/task/15738/stat : 15738 (java) S 15730 15717 15592 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 43190293 889393152 46804 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15731/tid=15739] ppid=15730 vsize=868548 CPUtime=0
/proc/15731/task/15739/stat : 15739 (java) S 15730 15717 15592 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 43190293 889393152 46804 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 157.77
Current children cumulated vsize (KiB) 890644

[startup+222.306 s]
/proc/loadavg: 2.26 2.10 2.03 3/92 15739
/proc/meminfo: memFree=15176/2055920 swapFree=4181072/4192956
[pid=15717] ppid=15715 vsize=16740 CPUtime=2.46
/proc/15717/stat : 15717 (sugar++) S 15715 15717 15592 0 -1 4194304 1297 21475 0 1 6 2 226 12 16 0 1 0 43190033 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 273961496674 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15717/statm: 4185 1104 409 3 0 764 0
[pid=15730] ppid=15717 vsize=5356 CPUtime=0
/proc/15730/stat : 15730 (sh) S 15717 15717 15592 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 43190289 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 273952596804 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15730/statm: 1339 233 193 169 0 50 0
[pid=15731] ppid=15730 vsize=868548 CPUtime=213.53
/proc/15731/stat : 15731 (java) S 15730 15717 15592 0 -1 0 62312 0 1 0 19902 1451 0 0 19 0 9 0 43190289 889393152 46804 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15731/statm: 217137 46804 2566 9 0 211684 0
[pid=15731/tid=15732] ppid=15730 vsize=868548 CPUtime=205.65
/proc/15731/task/15732/stat : 15732 (java) R 15730 15717 15592 0 -1 64 8841 0 1 0 19169 1396 0 0 25 0 9 0 43190290 889393152 46804 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15731/tid=15733] ppid=15730 vsize=868548 CPUtime=7.53
/proc/15731/task/15733/stat : 15733 (java) S 15730 15717 15592 0 -1 64 51243 0 0 0 700 53 0 0 16 0 9 0 43190291 889393152 46804 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15731/tid=15734] ppid=15730 vsize=868548 CPUtime=0
/proc/15731/task/15734/stat : 15734 (java) S 15730 15717 15592 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 43190291 889393152 46804 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15731/tid=15735] ppid=15730 vsize=868548 CPUtime=0
/proc/15731/task/15735/stat : 15735 (java) S 15730 15717 15592 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 43190291 889393152 46804 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15731/tid=15736] ppid=15730 vsize=868548 CPUtime=0
/proc/15731/task/15736/stat : 15736 (java) S 15730 15717 15592 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 43190293 889393152 46804 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15731/tid=15737] ppid=15730 vsize=868548 CPUtime=0.32
/proc/15731/task/15737/stat : 15737 (java) S 15730 15717 15592 0 -1 64 1530 0 0 0 31 1 0 0 16 0 9 0 43190293 889393152 46804 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15731/tid=15738] ppid=15730 vsize=868548 CPUtime=0
/proc/15731/task/15738/stat : 15738 (java) S 15730 15717 15592 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 43190293 889393152 46804 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15731/tid=15739] ppid=15730 vsize=868548 CPUtime=0
/proc/15731/task/15739/stat : 15739 (java) S 15730 15717 15592 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 43190293 889393152 46804 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 215.99
Current children cumulated vsize (KiB) 890644

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

[startup+224.002 s]
/proc/loadavg: 2.26 2.10 2.03 3/92 15739
/proc/meminfo: memFree=16328/2055920 swapFree=4181072/4192956
[pid=15717] ppid=15715 vsize=16740 CPUtime=2.46
/proc/15717/stat : 15717 (sugar++) S 15715 15717 15592 0 -1 4194304 1297 21475 0 1 6 2 226 12 16 0 1 0 43190033 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 273961496674 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15717/statm: 4185 1104 409 3 0 764 0
[pid=15730] ppid=15717 vsize=5356 CPUtime=0
/proc/15730/stat : 15730 (sh) S 15717 15717 15592 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 43190289 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 273952596804 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15730/statm: 1339 233 193 169 0 50 0
[pid=15731] ppid=15730 vsize=868548 CPUtime=215.2
/proc/15731/stat : 15731 (java) S 15730 15717 15592 0 -1 0 62351 0 1 0 20057 1463 0 0 19 0 9 0 43190289 889393152 46804 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15731/statm: 217137 46804 2566 9 0 211684 0
[pid=15731/tid=15732] ppid=15730 vsize=868548 CPUtime=207.28
/proc/15731/task/15732/stat : 15732 (java) R 15730 15717 15592 0 -1 64 8880 0 1 0 19321 1407 0 0 25 0 9 0 43190290 889393152 46804 996147200 134512640 134550740 4294955920 18446744073709551615 4127108479 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15731/tid=15733] ppid=15730 vsize=868548 CPUtime=7.56
/proc/15731/task/15733/stat : 15733 (java) S 15730 15717 15592 0 -1 64 51243 0 0 0 703 53 0 0 16 0 9 0 43190291 889393152 46804 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15731/tid=15734] ppid=15730 vsize=868548 CPUtime=0
/proc/15731/task/15734/stat : 15734 (java) S 15730 15717 15592 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 43190291 889393152 46804 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15731/tid=15735] ppid=15730 vsize=868548 CPUtime=0
/proc/15731/task/15735/stat : 15735 (java) S 15730 15717 15592 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 43190291 889393152 46804 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15731/tid=15736] ppid=15730 vsize=868548 CPUtime=0
/proc/15731/task/15736/stat : 15736 (java) S 15730 15717 15592 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 43190293 889393152 46804 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15731/tid=15737] ppid=15730 vsize=868548 CPUtime=0.32
/proc/15731/task/15737/stat : 15737 (java) S 15730 15717 15592 0 -1 64 1530 0 0 0 31 1 0 0 16 0 9 0 43190293 889393152 46804 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15731/tid=15738] ppid=15730 vsize=868548 CPUtime=0
/proc/15731/task/15738/stat : 15738 (java) S 15730 15717 15592 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 43190293 889393152 46804 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15731/tid=15739] ppid=15730 vsize=868548 CPUtime=0
/proc/15731/task/15739/stat : 15739 (java) S 15730 15717 15592 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 43190293 889393152 46804 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 217.66
Current children cumulated vsize (KiB) 890644

[startup+227.201 s]
/proc/loadavg: 2.32 2.12 2.03 3/92 15741
/proc/meminfo: memFree=15688/2055920 swapFree=4181112/4192956
[pid=15717] ppid=15715 vsize=16740 CPUtime=2.46
/proc/15717/stat : 15717 (sugar++) S 15715 15717 15592 0 -1 4194304 1297 21475 0 1 6 2 226 12 16 0 1 0 43190033 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 273961496674 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15717/statm: 4185 1104 409 3 0 764 0
[pid=15730] ppid=15717 vsize=5356 CPUtime=0
/proc/15730/stat : 15730 (sh) S 15717 15717 15592 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 43190289 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 273952596804 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15730/statm: 1339 233 193 169 0 50 0
[pid=15731] ppid=15730 vsize=868548 CPUtime=218.28
/proc/15731/stat : 15731 (java) S 15730 15717 15592 0 -1 0 62422 0 1 0 20340 1488 0 0 19 0 9 0 43190289 889393152 46804 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15731/statm: 217137 46804 2566 9 0 211684 0
[pid=15731/tid=15732] ppid=15730 vsize=868548 CPUtime=210.32
/proc/15731/task/15732/stat : 15732 (java) R 15730 15717 15592 0 -1 64 8951 0 1 0 19600 1432 0 0 25 0 9 0 43190290 889393152 46804 996147200 134512640 134550740 4294955920 18446744073709551615 4127109848 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15731/tid=15733] ppid=15730 vsize=868548 CPUtime=7.6
/proc/15731/task/15733/stat : 15733 (java) S 15730 15717 15592 0 -1 64 51243 0 0 0 707 53 0 0 16 0 9 0 43190291 889393152 46804 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15731/tid=15734] ppid=15730 vsize=868548 CPUtime=0
/proc/15731/task/15734/stat : 15734 (java) S 15730 15717 15592 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 43190291 889393152 46804 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15731/tid=15735] ppid=15730 vsize=868548 CPUtime=0
/proc/15731/task/15735/stat : 15735 (java) S 15730 15717 15592 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 43190291 889393152 46804 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15731/tid=15736] ppid=15730 vsize=868548 CPUtime=0
/proc/15731/task/15736/stat : 15736 (java) S 15730 15717 15592 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 43190293 889393152 46804 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15731/tid=15737] ppid=15730 vsize=868548 CPUtime=0.32
/proc/15731/task/15737/stat : 15737 (java) S 15730 15717 15592 0 -1 64 1530 0 0 0 31 1 0 0 16 0 9 0 43190293 889393152 46804 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15731/tid=15738] ppid=15730 vsize=868548 CPUtime=0
/proc/15731/task/15738/stat : 15738 (java) S 15730 15717 15592 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 43190293 889393152 46804 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15731/tid=15739] ppid=15730 vsize=868548 CPUtime=0
/proc/15731/task/15739/stat : 15739 (java) S 15730 15717 15592 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 43190293 889393152 46804 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 220.74
Current children cumulated vsize (KiB) 890644

[startup+230.403 s]
/proc/loadavg: 2.37 2.13 2.04 3/92 15741
/proc/meminfo: memFree=15752/2055920 swapFree=4181112/4192956
[pid=15717] ppid=15715 vsize=16740 CPUtime=2.46
/proc/15717/stat : 15717 (sugar++) S 15715 15717 15592 0 -1 4194304 1298 21475 0 1 6 2 226 12 16 0 1 0 43190033 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 273961496674 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15717/statm: 4185 1104 409 3 0 764 0
[pid=15730] ppid=15717 vsize=5356 CPUtime=0
/proc/15730/stat : 15730 (sh) S 15717 15717 15592 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 43190289 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 273952596804 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15730/statm: 1339 233 193 169 0 50 0
[pid=15731] ppid=15730 vsize=0 CPUtime=221.07
/proc/15731/stat : 15731 (java) Z 15730 15717 15592 0 -1 1036 62497 0 2 0 20596 1511 0 0 16 0 2 0 43190289 0 0 996147200 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15731/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 223.53
Current children cumulated vsize (KiB) 22096

[startup+232.001 s]
/proc/loadavg: 2.37 2.13 2.04 3/82 15741
/proc/meminfo: memFree=879000/2055920 swapFree=4181112/4192956
[pid=15717] ppid=15715 vsize=16740 CPUtime=224.11
/proc/15717/stat : 15717 (sugar++) R 15715 15717 15592 0 -1 4194304 1320 84258 0 3 6 57 20823 1525 15 0 1 0 43190033 17141760 1105 996147200 4194304 4206940 548682068528 18446744073709551615 273952773161 0 0 4224 16386 0 0 0 17 1 0 0
/proc/15717/statm: 4185 1105 410 3 0 764 0
Current children cumulated CPU time (s) 224.11
Current children cumulated vsize (KiB) 16740

[startup+232.801 s]
/proc/loadavg: 2.37 2.13 2.04 2/82 15741
/proc/meminfo: memFree=1284824/2055920 swapFree=4181112/4192956
[pid=15717] ppid=15715 vsize=16740 CPUtime=224.21
/proc/15717/stat : 15717 (sugar++) D 15715 15717 15592 0 -1 4194304 1320 84258 0 3 6 67 20823 1525 15 0 1 0 43190033 17141760 1105 996147200 4194304 4206940 548682068528 18446744073709551615 273952773161 0 0 4224 16386 18446744071563608240 0 0 17 1 0 0
/proc/15717/statm: 4185 1105 410 3 0 764 0
Current children cumulated CPU time (s) 224.21
Current children cumulated vsize (KiB) 16740

[startup+233.201 s]
/proc/loadavg: 2.37 2.13 2.04 2/82 15741
/proc/meminfo: memFree=1283736/2055920 swapFree=4181112/4192956
[pid=15717] ppid=15715 vsize=16740 CPUtime=224.24
/proc/15717/stat : 15717 (sugar++) D 15715 15717 15592 0 -1 4194304 1320 84258 0 3 6 70 20823 1525 15 0 1 0 43190033 17141760 1105 996147200 4194304 4206940 548682068528 18446744073709551615 273952773161 0 0 4224 16386 18446744071563608240 0 0 17 1 0 0
/proc/15717/statm: 4185 1105 410 3 0 764 0
Current children cumulated CPU time (s) 224.24
Current children cumulated vsize (KiB) 16740

[startup+233.306 s]
/proc/loadavg: 2.37 2.13 2.04 2/82 15741
/proc/meminfo: memFree=1283736/2055920 swapFree=4181112/4192956
[pid=15717] ppid=15715 vsize=16740 CPUtime=224.24
/proc/15717/stat : 15717 (sugar++) D 15715 15717 15592 0 -1 4194304 1320 84258 0 3 6 70 20823 1525 15 0 1 0 43190033 17141760 1105 996147200 4194304 4206940 548682068528 18446744073709551615 273952773161 0 0 4224 16386 18446744071563608240 0 0 17 1 0 0
/proc/15717/statm: 4185 1105 410 3 0 764 0
Current children cumulated CPU time (s) 224.24
Current children cumulated vsize (KiB) 16740

Child status: 0
Real time (s): 233.391
CPU time (s): 224.265
CPU user time (s): 208.296
CPU system time (s): 15.9686
CPU usage (%): 96.0898
Max. virtual memory (cumulated for all children) (KiB): 900780

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 208.296
system time used= 15.9686
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 85634
page faults= 3
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 40993
involuntary context switches= 46058

runsolver used 0.280957 second user time and 0.860869 second system time

The end

Launcher Data (download as text)

Begin job on node20 at 2008-07-12 14:14:38
IDJOB=1112303
IDBENCH=61395
IDSOLVER=367
FILE ID=node20/1112303-1215864878
PBS_JOBID= 7903515
Free space on /tmp= 66496 MiB

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

TIME LIMIT= 3600 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= f2f84342904e22f7d1d97c8f943ceaa0
RANDOM SEED=550590585

node20.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.263
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.263
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:       1175096 kB
Buffers:         43000 kB
Cached:          86552 kB
SwapCached:       5700 kB
Active:         754608 kB
Inactive:        65348 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1175096 kB
SwapTotal:     4192956 kB
SwapFree:      4181072 kB
Dirty:            5604 kB
Writeback:           0 kB
Mapped:         706448 kB
Slab:            44528 kB
Committed_AS:   851392 kB
PageTables:       3372 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= 66496 MiB
End job on node20 at 2008-07-12 14:18:32