Trace number 1113213

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? 176.968 182.15

General information on the benchmark

Namecsp/graphColoring/school/
normalized-school1-13.xml
MD5SUM8548974883c278e82435753f5bbb2c5f
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkMSAT TO
Best Number of falsified constraints126
Best CPU time to get the best result obtained on this benchmark3600.01
Satisfiable
(Un)Satisfiability was proved
Number of variables385
Number of constraints19095
Maximum constraint arity2
Maximum domain size13
Number of constraints which are defined in extension0
Number of constraints which are defined in intension19095
Global constraints used (with number of constraints)

Solver Data (download as text)

0.05/0.23	c 0	Sugar++ v1-13 + HOME/minisat-inc
0.05/0.23	c 0	BEGIN Sat Jul 12 18:27:00 2008
0.05/0.23	c 0	PID 18279
0.05/0.23	c 0	HOST node10.alineos.net
0.05/0.24	c 0	CONVERTING HOME/instance-1113213-1215880020.xml TO HOME/temp.csp
0.05/0.24	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1113213-1215880020.xml' 'HOME/temp.csp'
1.56/1.89	c 2	1 domains, 385 variables, 1 predicates, 0 relations, 19095 constraints
1.66/1.91	c 2	ENCODING HOME/temp.csp TO HOME/temp.cnf
1.66/1.91	c 2	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'
1.66/1.99	c 2	Parsing HOME/temp.csp
2.03/2.31	c 3	parsed 10000 expressions
2.23/2.51	c 3	parsed 19482 expressions
2.23/2.51	c 3	Heap : 5 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
2.33/2.69	c 3	MAX CSP: 19095 constraints
2.33/2.69	c 3	Converting to clausal form CSP
2.73/3.07	c 3	converted 3858 (10%) expressions
2.83/3.16	c 3	converted 7716 (20%) expressions
2.93/3.25	c 3	converted 11574 (30%) expressions
3.03/3.34	c 4	converted 15432 (40%) expressions
3.12/3.42	c 4	converted 19290 (50%) expressions
3.32/3.63	c 4	converted 23148 (60%) expressions
3.42/3.71	c 4	converted 27006 (70%) expressions
3.42/3.79	c 4	converted 30864 (80%) expressions
3.52/3.87	c 4	converted 34722 (90%) expressions
5.42/5.79	c 6	converted 38580 (100%) expressions
5.42/5.80	c 6	CSP : 38575 integers, 0 booleans, 57284 clauses, largest domain size 28643
5.42/5.80	c 6	Heap : 55 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
5.42/5.80	c 6	Propagation in CSP
6.21/6.59	c 7	19087 values, 0 unsatisfiable literals, and 0 valid clauses are removed
6.21/6.60	c 7	CSP : 38575 integers, 0 booleans, 57284 clauses, largest domain size 19096
6.21/6.60	c 7	Heap : 55 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
6.31/6.62	c 7	Simplifing CSP by introducing new Boolean variables
6.91/7.29	c 8	CSP : 38575 integers, 38190 booleans, 95474 clauses, largest domain size 19096
6.91/7.29	c 8	Heap : 64 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
7.41/7.71	c 8	Encoding CSP to SAT : HOME/temp.cnf
7.41/7.76	c 8	3858 (10%) CSP integer variables are encoded (4235 clauses, 53090 bytes)
7.41/7.76	c 8	7715 (20%) CSP integer variables are encoded (4235 clauses, 53090 bytes)
7.41/7.77	c 8	11573 (30%) CSP integer variables are encoded (4235 clauses, 53090 bytes)
7.41/7.77	c 8	15430 (40%) CSP integer variables are encoded (4235 clauses, 53090 bytes)
7.41/7.78	c 8	19288 (50%) CSP integer variables are encoded (4235 clauses, 53090 bytes)
7.49/7.84	c 8	23145 (60%) CSP integer variables are encoded (59391 clauses, 880430 bytes)
7.60/7.90	c 8	27003 (70%) CSP integer variables are encoded (104182 clauses, 1609168 bytes)
7.60/7.97	c 8	30860 (80%) CSP integer variables are encoded (156828 clauses, 2504150 bytes)
7.69/8.03	c 8	34718 (90%) CSP integer variables are encoded (201689 clauses, 3266787 bytes)
8.09/8.41	c 9	38575 (100%) CSP integer variables are encoded (506136 clauses, 8442386 bytes)
8.29/8.66	c 9	9548 (10%) CSP clauses are encoded (592076 clauses, 10072336 bytes)
8.49/8.87	c 9	19095 (20%) CSP clauses are encoded (677991 clauses, 11727868 bytes)
8.68/9.07	c 9	28643 (30%) CSP clauses are encoded (763931 clauses, 13450244 bytes)
8.88/9.28	c 10	38190 (40%) CSP clauses are encoded (849846 clauses, 15190821 bytes)
9.09/9.48	c 10	47737 (50%) CSP clauses are encoded (935773 clauses, 16931637 bytes)
9.29/9.69	c 10	57285 (60%) CSP clauses are encoded (1021701 clauses, 18672476 bytes)
49.87/51.01	c 51	66832 (70%) CSP clauses are encoded (23925294 clauses, 512451409 bytes)
176.05/180.80	c 181	ERROR Exception Too large HOME/temp.cnf
176.05/180.81	c 181	jp.ac.kobe_u.cs.sugar.encoder.Encoder.encode(Encoder.java:219)
176.05/180.81	c 181	jp.ac.kobe_u.cs.sugar.SugarMain.encode(SugarMain.java:130)
176.05/180.81	c 181	jp.ac.kobe_u.cs.sugar.SugarMain.main(SugarMain.java:258)
176.05/180.81	s UNKNOWN
176.05/180.87	c 181	CPU 162.44 (0.05 0.02 162.39 13.61)
176.05/180.87	c 181	END Sat Jul 12 18:30:01 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-1113213-1215880020/watcher-1113213-1215880020 -o /tmp/evaluation-result-1113213-1215880020/solver-1113213-1215880020 -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-1113213-1215880020.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

[startup+0 s]
/proc/loadavg: 2.02 2.04 2.00 4/81 18279
/proc/meminfo: memFree=1755032/2055920 swapFree=4192812/4192956
[pid=18279] ppid=18277 vsize=18572 CPUtime=0
/proc/18279/stat : 18279 (runsolver) R 18277 17179 17179 0 -1 4194368 10 0 0 0 0 0 0 0 19 0 1 0 44704918 19017728 290 996147200 4194304 4296836 548682068192 18446744073709551615 4228621 0 0 4096 24578 0 0 0 17 1 0 0
/proc/18279/statm: 4643 290 255 25 0 2626 0
Current StackSize limit: 10240 KiB


[startup+0.052216 s]
/proc/loadavg: 2.02 2.04 2.00 4/81 18279
/proc/meminfo: memFree=1755032/2055920 swapFree=4192812/4192956
[pid=18279] ppid=18277 vsize=12272 CPUtime=0
/proc/18279/stat : 18279 (sugar++) D 18277 18279 17179 0 -1 4194304 353 0 0 0 0 0 0 0 18 0 1 0 44704918 12566528 321 996147200 4194304 4206940 548682068528 18446744073709551615 214928765026 0 0 4224 0 18446744071563608240 0 0 17 1 0 0
/proc/18279/statm: 3068 321 242 3 0 168 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 12272

[startup+0.102225 s]
/proc/loadavg: 2.02 2.04 2.00 4/81 18279
/proc/meminfo: memFree=1755032/2055920 swapFree=4192812/4192956
[pid=18279] ppid=18277 vsize=12544 CPUtime=0
/proc/18279/stat : 18279 (sugar++) R 18277 18279 17179 0 -1 4194304 461 0 0 0 0 0 0 0 18 0 1 0 44704918 12845056 429 996147200 4194304 4206940 548682068528 18446744073709551615 214937776612 0 0 4224 0 0 0 0 17 1 0 0
/proc/18279/statm: 3136 429 289 3 0 236 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 12544

[startup+0.301254 s]
/proc/loadavg: 2.02 2.04 2.00 4/81 18279
/proc/meminfo: memFree=1755032/2055920 swapFree=4192812/4192956
[pid=18279] ppid=18277 vsize=16740 CPUtime=0.07
/proc/18279/stat : 18279 (sugar++) S 18277 18279 17179 0 -1 4194304 1219 128 0 0 5 2 0 0 19 0 1 0 44704918 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 214928765026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18279/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16740

[startup+0.702307 s]
/proc/loadavg: 2.02 2.04 2.00 4/81 18279
/proc/meminfo: memFree=1755032/2055920 swapFree=4192812/4192956
[pid=18279] ppid=18277 vsize=16740 CPUtime=0.07
/proc/18279/stat : 18279 (sugar++) S 18277 18279 17179 0 -1 4194304 1219 128 0 0 5 2 0 0 19 0 1 0 44704918 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 214928765026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18279/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16740

[startup+1.50242 s]
/proc/loadavg: 2.02 2.04 2.00 4/92 18291
/proc/meminfo: memFree=1735936/2055920 swapFree=4192812/4192956
[pid=18279] ppid=18277 vsize=16740 CPUtime=0.07
/proc/18279/stat : 18279 (sugar++) S 18277 18279 17179 0 -1 4194304 1219 128 0 0 5 2 0 0 19 0 1 0 44704918 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 214928765026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18279/statm: 4185 1104 409 3 0 764 0
[pid=18282] ppid=18279 vsize=5356 CPUtime=0
/proc/18282/stat : 18282 (sh) S 18279 18279 17179 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 44704942 5484544 233 996147200 4194304 4889804 548682068752 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18282/statm: 1339 233 193 169 0 50 0
[pid=18283] ppid=18282 vsize=865704 CPUtime=1.2
/proc/18283/stat : 18283 (java) S 18282 18279 17179 0 -1 0 12271 0 1 0 113 7 0 0 18 0 9 0 44704942 886480896 10573 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18283/statm: 216426 10573 2529 9 0 211008 0
[pid=18283/tid=18284] ppid=18282 vsize=865704 CPUtime=0.72
/proc/18283/task/18284/stat : 18284 (java) R 18282 18279 17179 0 -1 64 2855 0 1 0 70 2 0 0 22 0 9 0 44704943 886480896 10573 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18283/tid=18285] ppid=18282 vsize=865704 CPUtime=0.33
/proc/18283/task/18285/stat : 18285 (java) R 18282 18279 17179 0 -1 64 8228 0 0 0 30 3 0 0 16 0 9 0 44704948 886480896 10573 996147200 134512640 134550740 4294956000 18446744073709551615 102721928 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18283/tid=18286] ppid=18282 vsize=865704 CPUtime=0
/proc/18283/task/18286/stat : 18286 (java) S 18282 18279 17179 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 44704948 886480896 10573 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18283/tid=18287] ppid=18282 vsize=865704 CPUtime=0
/proc/18283/task/18287/stat : 18287 (java) S 18282 18279 17179 0 -1 64 10 0 0 0 0 0 0 0 15 0 9 0 44704948 886480896 10573 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18283/tid=18288] ppid=18282 vsize=865704 CPUtime=0
/proc/18283/task/18288/stat : 18288 (java) S 18282 18279 17179 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 44704950 886480896 10573 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18283/tid=18289] ppid=18282 vsize=865704 CPUtime=0.12
/proc/18283/task/18289/stat : 18289 (java) S 18282 18279 17179 0 -1 64 488 0 0 0 12 0 0 0 16 0 9 0 44704950 886480896 10573 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18283/tid=18290] ppid=18282 vsize=865704 CPUtime=0
/proc/18283/task/18290/stat : 18290 (java) S 18282 18279 17179 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 44704950 886480896 10573 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18283/tid=18291] ppid=18282 vsize=865704 CPUtime=0
/proc/18283/task/18291/stat : 18291 (java) S 18282 18279 17179 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 44704950 886480896 10573 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.27
Current children cumulated vsize (KiB) 887800

[startup+3.10163 s]
/proc/loadavg: 2.02 2.04 2.00 4/92 18301
/proc/meminfo: memFree=1744952/2055920 swapFree=4192812/4192956
[pid=18279] ppid=18277 vsize=16740 CPUtime=1.67
/proc/18279/stat : 18279 (sugar++) S 18277 18279 17179 0 -1 4194304 1297 12946 0 1 5 2 151 9 15 0 1 0 44704918 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 214928765026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18279/statm: 4185 1104 409 3 0 764 0
[pid=18292] ppid=18279 vsize=5356 CPUtime=0
/proc/18292/stat : 18292 (sh) S 18279 18279 17179 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 44705109 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18292/statm: 1339 233 193 169 0 50 0
[pid=18293] ppid=18292 vsize=868432 CPUtime=1.16
/proc/18293/stat : 18293 (java) S 18292 18279 17179 0 -1 0 9763 0 1 0 110 6 0 0 18 0 9 0 44705109 889274368 8623 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18293/statm: 217108 8623 2540 9 0 211683 0
[pid=18293/tid=18294] ppid=18292 vsize=868432 CPUtime=0.62
/proc/18293/task/18294/stat : 18294 (java) R 18292 18279 17179 0 -1 64 2746 0 1 0 60 2 0 0 19 0 9 0 44705110 889274368 8623 996147200 134512640 134550740 4294955920 18446744073709551615 4126639371 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18293/tid=18295] ppid=18292 vsize=868432 CPUtime=0.31
/proc/18293/task/18295/stat : 18295 (java) S 18292 18279 17179 0 -1 64 4854 0 0 0 29 2 0 0 16 0 9 0 44705111 889274368 8623 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18293/tid=18296] ppid=18292 vsize=868432 CPUtime=0
/proc/18293/task/18296/stat : 18296 (java) S 18292 18279 17179 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 44705112 889274368 8623 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18293/tid=18297] ppid=18292 vsize=868432 CPUtime=0
/proc/18293/task/18297/stat : 18297 (java) S 18292 18279 17179 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 44705112 889274368 8623 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18293/tid=18298] ppid=18292 vsize=868432 CPUtime=0
/proc/18293/task/18298/stat : 18298 (java) S 18292 18279 17179 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 44705113 889274368 8623 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18293/tid=18299] ppid=18292 vsize=868432 CPUtime=0.2
/proc/18293/task/18299/stat : 18299 (java) S 18292 18279 17179 0 -1 64 1466 0 0 0 20 0 0 0 16 0 9 0 44705114 889274368 8623 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18293/tid=18300] ppid=18292 vsize=868432 CPUtime=0
/proc/18293/task/18300/stat : 18300 (java) S 18292 18279 17179 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 44705114 889274368 8623 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18293/tid=18301] ppid=18292 vsize=868432 CPUtime=0
/proc/18293/task/18301/stat : 18301 (java) S 18292 18279 17179 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 44705114 889274368 8623 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.83
Current children cumulated vsize (KiB) 890528

[startup+6.30207 s]
/proc/loadavg: 2.09 2.05 2.01 4/92 18301
/proc/meminfo: memFree=1691000/2055920 swapFree=4192812/4192956
[pid=18279] ppid=18277 vsize=16740 CPUtime=1.67
/proc/18279/stat : 18279 (sugar++) S 18277 18279 17179 0 -1 4194304 1297 12946 0 1 5 2 151 9 16 0 1 0 44704918 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 214928765026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18279/statm: 4185 1104 409 3 0 764 0
[pid=18292] ppid=18279 vsize=5356 CPUtime=0
/proc/18292/stat : 18292 (sh) S 18279 18279 17179 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 44705109 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18292/statm: 1339 233 193 169 0 50 0
[pid=18293] ppid=18292 vsize=868432 CPUtime=4.35
/proc/18293/stat : 18293 (java) S 18292 18279 17179 0 -1 0 21046 0 1 0 423 12 0 0 18 0 9 0 44705109 889274368 19424 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18293/statm: 217108 19424 2540 9 0 211683 0
[pid=18293/tid=18294] ppid=18292 vsize=868432 CPUtime=2.87
/proc/18293/task/18294/stat : 18294 (java) R 18292 18279 17179 0 -1 64 3218 0 1 0 284 3 0 0 25 0 9 0 44705110 889274368 19424 996147200 134512640 134550740 4294955920 18446744073709551615 4126996630 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18293/tid=18295] ppid=18292 vsize=868432 CPUtime=1.2
/proc/18293/task/18295/stat : 18295 (java) S 18292 18279 17179 0 -1 64 15641 0 0 0 113 7 0 0 16 0 9 0 44705111 889274368 19424 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18293/tid=18296] ppid=18292 vsize=868432 CPUtime=0
/proc/18293/task/18296/stat : 18296 (java) S 18292 18279 17179 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 44705112 889274368 19424 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18293/tid=18297] ppid=18292 vsize=868432 CPUtime=0
/proc/18293/task/18297/stat : 18297 (java) S 18292 18279 17179 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 44705112 889274368 19424 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18293/tid=18298] ppid=18292 vsize=868432 CPUtime=0
/proc/18293/task/18298/stat : 18298 (java) S 18292 18279 17179 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 44705113 889274368 19424 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18293/tid=18299] ppid=18292 vsize=868432 CPUtime=0.24
/proc/18293/task/18299/stat : 18299 (java) S 18292 18279 17179 0 -1 64 1490 0 0 0 24 0 0 0 16 0 9 0 44705114 889274368 19424 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18293/tid=18300] ppid=18292 vsize=868432 CPUtime=0
/proc/18293/task/18300/stat : 18300 (java) S 18292 18279 17179 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 44705114 889274368 19424 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18293/tid=18301] ppid=18292 vsize=868432 CPUtime=0
/proc/18293/task/18301/stat : 18301 (java) S 18292 18279 17179 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 44705114 889274368 19424 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.02
Current children cumulated vsize (KiB) 890528

[startup+12.7029 s]
/proc/loadavg: 2.09 2.05 2.00 3/92 18301
/proc/meminfo: memFree=1625792/2055920 swapFree=4192812/4192956
[pid=18279] ppid=18277 vsize=16740 CPUtime=1.67
/proc/18279/stat : 18279 (sugar++) S 18277 18279 17179 0 -1 4194304 1297 12946 0 1 5 2 151 9 15 0 1 0 44704918 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 214928765026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18279/statm: 4185 1104 409 3 0 764 0
[pid=18292] ppid=18279 vsize=5356 CPUtime=0
/proc/18292/stat : 18292 (sh) S 18279 18279 17179 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 44705109 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18292/statm: 1339 233 193 169 0 50 0
[pid=18293] ppid=18292 vsize=868544 CPUtime=10.7
/proc/18293/stat : 18293 (java) S 18292 18279 17179 0 -1 0 38688 0 1 0 1019 51 0 0 18 0 9 0 44705109 889389056 21995 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18293/statm: 217136 21995 2565 9 0 211683 0
[pid=18293/tid=18294] ppid=18292 vsize=868544 CPUtime=8.07
/proc/18293/task/18294/stat : 18294 (java) R 18292 18279 17179 0 -1 64 3856 0 1 0 774 33 0 0 25 0 9 0 44705110 889389056 21995 996147200 134512640 134550740 4294955920 18446744073709551615 4126572668 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18293/tid=18295] ppid=18292 vsize=868544 CPUtime=2.3
/proc/18293/task/18295/stat : 18295 (java) S 18292 18279 17179 0 -1 64 32605 0 0 0 213 17 0 0 16 0 9 0 44705111 889389056 21995 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18293/tid=18296] ppid=18292 vsize=868544 CPUtime=0
/proc/18293/task/18296/stat : 18296 (java) S 18292 18279 17179 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 44705112 889389056 21995 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18293/tid=18297] ppid=18292 vsize=868544 CPUtime=0
/proc/18293/task/18297/stat : 18297 (java) S 18292 18279 17179 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 44705112 889389056 21995 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18293/tid=18298] ppid=18292 vsize=868544 CPUtime=0
/proc/18293/task/18298/stat : 18298 (java) S 18292 18279 17179 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 44705113 889389056 21995 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18293/tid=18299] ppid=18292 vsize=868544 CPUtime=0.3
/proc/18293/task/18299/stat : 18299 (java) S 18292 18279 17179 0 -1 64 1530 0 0 0 30 0 0 0 15 0 9 0 44705114 889389056 21995 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18293/tid=18300] ppid=18292 vsize=868544 CPUtime=0
/proc/18293/task/18300/stat : 18300 (java) S 18292 18279 17179 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 44705114 889389056 21995 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18293/tid=18301] ppid=18292 vsize=868544 CPUtime=0
/proc/18293/task/18301/stat : 18301 (java) S 18292 18279 17179 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 44705114 889389056 21995 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.37
Current children cumulated vsize (KiB) 890640

[startup+25.5027 s]
/proc/loadavg: 2.29 2.10 2.02 3/92 18301
/proc/meminfo: memFree=1469632/2055920 swapFree=4192812/4192956
[pid=18279] ppid=18277 vsize=16740 CPUtime=1.67
/proc/18279/stat : 18279 (sugar++) S 18277 18279 17179 0 -1 4194304 1297 12946 0 1 5 2 151 9 15 0 1 0 44704918 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 214928765026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18279/statm: 4185 1104 409 3 0 764 0
[pid=18292] ppid=18279 vsize=5356 CPUtime=0
/proc/18292/stat : 18292 (sh) S 18279 18279 17179 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 44705109 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18292/statm: 1339 233 193 169 0 50 0
[pid=18293] ppid=18292 vsize=868544 CPUtime=23.34
/proc/18293/stat : 18293 (java) S 18292 18279 17179 0 -1 0 39304 0 1 0 2184 150 0 0 18 0 9 0 44705109 889389056 21995 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18293/statm: 217136 21995 2565 9 0 211683 0
[pid=18293/tid=18294] ppid=18292 vsize=868544 CPUtime=20.41
/proc/18293/task/18294/stat : 18294 (java) R 18292 18279 17179 0 -1 64 4472 0 1 0 1914 127 0 0 25 0 9 0 44705110 889389056 21995 996147200 134512640 134550740 4294955920 18446744073709551615 4127085856 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18293/tid=18295] ppid=18292 vsize=868544 CPUtime=2.6
/proc/18293/task/18295/stat : 18295 (java) S 18292 18279 17179 0 -1 64 32605 0 0 0 238 22 0 0 16 0 9 0 44705111 889389056 21995 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18293/tid=18296] ppid=18292 vsize=868544 CPUtime=0
/proc/18293/task/18296/stat : 18296 (java) S 18292 18279 17179 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 44705112 889389056 21995 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18293/tid=18297] ppid=18292 vsize=868544 CPUtime=0
/proc/18293/task/18297/stat : 18297 (java) S 18292 18279 17179 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 44705112 889389056 21995 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0

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

/proc/18293/task/18294/stat : 18294 (java) R 18292 18279 17179 0 -1 64 11067 0 1 0 13887 1137 0 0 25 0 9 0 44705110 889389056 21995 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18293/tid=18295] ppid=18292 vsize=868544 CPUtime=5.85
/proc/18293/task/18295/stat : 18295 (java) S 18292 18279 17179 0 -1 64 32605 0 0 0 516 69 0 0 16 0 9 0 44705111 889389056 21995 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=18293/tid=18296] ppid=18292 vsize=868544 CPUtime=0
/proc/18293/task/18296/stat : 18296 (java) S 18292 18279 17179 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 44705112 889389056 21995 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18293/tid=18297] ppid=18292 vsize=868544 CPUtime=0
/proc/18293/task/18297/stat : 18297 (java) S 18292 18279 17179 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 44705112 889389056 21995 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18293/tid=18298] ppid=18292 vsize=868544 CPUtime=0
/proc/18293/task/18298/stat : 18298 (java) S 18292 18279 17179 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 44705113 889389056 21995 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18293/tid=18299] ppid=18292 vsize=868544 CPUtime=0.3
/proc/18293/task/18299/stat : 18299 (java) S 18292 18279 17179 0 -1 64 1530 0 0 0 30 0 0 0 15 0 9 0 44705114 889389056 21995 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18293/tid=18300] ppid=18292 vsize=868544 CPUtime=0
/proc/18293/task/18300/stat : 18300 (java) S 18292 18279 17179 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 44705114 889389056 21995 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18293/tid=18301] ppid=18292 vsize=868544 CPUtime=0
/proc/18293/task/18301/stat : 18301 (java) S 18292 18279 17179 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 44705114 889389056 21995 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 158.09
Current children cumulated vsize (KiB) 890640

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

[startup+166.502 s]
/proc/loadavg: 2.98 2.48 2.17 3/92 18301
/proc/meminfo: memFree=15616/2055920 swapFree=4192812/4192956
[pid=18279] ppid=18277 vsize=16740 CPUtime=1.67
/proc/18279/stat : 18279 (sugar++) S 18277 18279 17179 0 -1 4194304 1297 12946 0 1 5 2 151 9 16 0 1 0 44704918 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 214928765026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18279/statm: 4185 1104 409 3 0 764 0
[pid=18292] ppid=18279 vsize=5356 CPUtime=0
/proc/18292/stat : 18292 (sh) S 18279 18279 17179 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 44705109 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18292/statm: 1339 233 193 169 0 50 0
[pid=18293] ppid=18292 vsize=868544 CPUtime=160.49
/proc/18293/stat : 18293 (java) S 18292 18279 17179 0 -1 0 46110 0 1 0 14813 1236 0 0 18 0 9 0 44705109 889389056 21995 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18293/statm: 217136 21995 2565 9 0 211683 0
[pid=18293/tid=18294] ppid=18292 vsize=868544 CPUtime=154.22
/proc/18293/task/18294/stat : 18294 (java) R 18292 18279 17179 0 -1 64 11278 0 1 0 14258 1164 0 0 25 0 9 0 44705110 889389056 21995 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18293/tid=18295] ppid=18292 vsize=868544 CPUtime=5.95
/proc/18293/task/18295/stat : 18295 (java) S 18292 18279 17179 0 -1 64 32605 0 0 0 524 71 0 0 16 0 9 0 44705111 889389056 21995 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=18293/tid=18296] ppid=18292 vsize=868544 CPUtime=0
/proc/18293/task/18296/stat : 18296 (java) S 18292 18279 17179 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 44705112 889389056 21995 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18293/tid=18297] ppid=18292 vsize=868544 CPUtime=0
/proc/18293/task/18297/stat : 18297 (java) S 18292 18279 17179 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 44705112 889389056 21995 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18293/tid=18298] ppid=18292 vsize=868544 CPUtime=0
/proc/18293/task/18298/stat : 18298 (java) S 18292 18279 17179 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 44705113 889389056 21995 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18293/tid=18299] ppid=18292 vsize=868544 CPUtime=0.3
/proc/18293/task/18299/stat : 18299 (java) S 18292 18279 17179 0 -1 64 1530 0 0 0 30 0 0 0 15 0 9 0 44705114 889389056 21995 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18293/tid=18300] ppid=18292 vsize=868544 CPUtime=0
/proc/18293/task/18300/stat : 18300 (java) S 18292 18279 17179 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 44705114 889389056 21995 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18293/tid=18301] ppid=18292 vsize=868544 CPUtime=0
/proc/18293/task/18301/stat : 18301 (java) S 18292 18279 17179 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 44705114 889389056 21995 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 162.16
Current children cumulated vsize (KiB) 890640

[startup+172.908 s]
/proc/loadavg: 2.91 2.47 2.17 3/92 18301
/proc/meminfo: memFree=14976/2055920 swapFree=4192812/4192956
[pid=18279] ppid=18277 vsize=16740 CPUtime=1.67
/proc/18279/stat : 18279 (sugar++) S 18277 18279 17179 0 -1 4194304 1297 12946 0 1 5 2 151 9 16 0 1 0 44704918 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 214928765026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18279/statm: 4185 1104 409 3 0 764 0
[pid=18292] ppid=18279 vsize=5356 CPUtime=0
/proc/18292/stat : 18292 (sh) S 18279 18279 17179 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 44705109 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18292/statm: 1339 233 193 169 0 50 0
[pid=18293] ppid=18292 vsize=868544 CPUtime=166.73
/proc/18293/stat : 18293 (java) S 18292 18279 17179 0 -1 0 46440 0 1 0 15386 1287 0 0 18 0 9 0 44705109 889389056 21995 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18293/statm: 217136 21995 2565 9 0 211683 0
[pid=18293/tid=18294] ppid=18292 vsize=868544 CPUtime=160.31
/proc/18293/task/18294/stat : 18294 (java) R 18292 18279 17179 0 -1 64 11608 0 1 0 14818 1213 0 0 25 0 9 0 44705110 889389056 21995 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18293/tid=18295] ppid=18292 vsize=868544 CPUtime=6.09
/proc/18293/task/18295/stat : 18295 (java) S 18292 18279 17179 0 -1 64 32605 0 0 0 537 72 0 0 16 0 9 0 44705111 889389056 21995 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=18293/tid=18296] ppid=18292 vsize=868544 CPUtime=0
/proc/18293/task/18296/stat : 18296 (java) S 18292 18279 17179 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 44705112 889389056 21995 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18293/tid=18297] ppid=18292 vsize=868544 CPUtime=0
/proc/18293/task/18297/stat : 18297 (java) S 18292 18279 17179 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 44705112 889389056 21995 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18293/tid=18298] ppid=18292 vsize=868544 CPUtime=0
/proc/18293/task/18298/stat : 18298 (java) S 18292 18279 17179 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 44705113 889389056 21995 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18293/tid=18299] ppid=18292 vsize=868544 CPUtime=0.3
/proc/18293/task/18299/stat : 18299 (java) S 18292 18279 17179 0 -1 64 1530 0 0 0 30 0 0 0 15 0 9 0 44705114 889389056 21995 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18293/tid=18300] ppid=18292 vsize=868544 CPUtime=0
/proc/18293/task/18300/stat : 18300 (java) S 18292 18279 17179 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 44705114 889389056 21995 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18293/tid=18301] ppid=18292 vsize=868544 CPUtime=0
/proc/18293/task/18301/stat : 18301 (java) S 18292 18279 17179 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 44705114 889389056 21995 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 168.4
Current children cumulated vsize (KiB) 890640

[startup+176.103 s]
/proc/loadavg: 2.91 2.48 2.17 3/92 18301
/proc/meminfo: memFree=16064/2055920 swapFree=4192812/4192956
[pid=18279] ppid=18277 vsize=16740 CPUtime=1.67
/proc/18279/stat : 18279 (sugar++) S 18277 18279 17179 0 -1 4194304 1297 12946 0 1 5 2 151 9 16 0 1 0 44704918 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 214928765026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18279/statm: 4185 1104 409 3 0 764 0
[pid=18292] ppid=18279 vsize=5356 CPUtime=0
/proc/18292/stat : 18292 (sh) S 18279 18279 17179 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 44705109 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18292/statm: 1339 233 193 169 0 50 0
[pid=18293] ppid=18292 vsize=868544 CPUtime=169.81
/proc/18293/stat : 18293 (java) S 18292 18279 17179 0 -1 0 46603 0 1 0 15669 1312 0 0 18 0 9 0 44705109 889389056 21995 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18293/statm: 217136 21995 2565 9 0 211683 0
[pid=18293/tid=18294] ppid=18292 vsize=868544 CPUtime=163.32
/proc/18293/task/18294/stat : 18294 (java) R 18292 18279 17179 0 -1 64 11771 0 1 0 15096 1236 0 0 25 0 9 0 44705110 889389056 21995 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18293/tid=18295] ppid=18292 vsize=868544 CPUtime=6.16
/proc/18293/task/18295/stat : 18295 (java) S 18292 18279 17179 0 -1 64 32605 0 0 0 542 74 0 0 16 0 9 0 44705111 889389056 21995 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=18293/tid=18296] ppid=18292 vsize=868544 CPUtime=0
/proc/18293/task/18296/stat : 18296 (java) S 18292 18279 17179 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 44705112 889389056 21995 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18293/tid=18297] ppid=18292 vsize=868544 CPUtime=0
/proc/18293/task/18297/stat : 18297 (java) S 18292 18279 17179 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 44705112 889389056 21995 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18293/tid=18298] ppid=18292 vsize=868544 CPUtime=0
/proc/18293/task/18298/stat : 18298 (java) S 18292 18279 17179 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 44705113 889389056 21995 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18293/tid=18299] ppid=18292 vsize=868544 CPUtime=0.3
/proc/18293/task/18299/stat : 18299 (java) S 18292 18279 17179 0 -1 64 1530 0 0 0 30 0 0 0 15 0 9 0 44705114 889389056 21995 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18293/tid=18300] ppid=18292 vsize=868544 CPUtime=0
/proc/18293/task/18300/stat : 18300 (java) S 18292 18279 17179 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 44705114 889389056 21995 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18293/tid=18301] ppid=18292 vsize=868544 CPUtime=0
/proc/18293/task/18301/stat : 18301 (java) S 18292 18279 17179 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 44705114 889389056 21995 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 171.48
Current children cumulated vsize (KiB) 890640

[startup+179.302 s]
/proc/loadavg: 2.91 2.48 2.17 3/92 18301
/proc/meminfo: memFree=15936/2055920 swapFree=4192812/4192956
[pid=18279] ppid=18277 vsize=16740 CPUtime=1.67
/proc/18279/stat : 18279 (sugar++) S 18277 18279 17179 0 -1 4194304 1297 12946 0 1 5 2 151 9 16 0 1 0 44704918 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 214928765026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18279/statm: 4185 1104 409 3 0 764 0
[pid=18292] ppid=18279 vsize=5356 CPUtime=0
/proc/18292/stat : 18292 (sh) S 18279 18279 17179 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 44705109 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18292/statm: 1339 233 193 169 0 50 0
[pid=18293] ppid=18292 vsize=868544 CPUtime=172.91
/proc/18293/stat : 18293 (java) S 18292 18279 17179 0 -1 0 46769 0 1 0 15953 1338 0 0 18 0 9 0 44705109 889389056 21995 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18293/statm: 217136 21995 2565 9 0 211683 0
[pid=18293/tid=18294] ppid=18292 vsize=868544 CPUtime=166.35
/proc/18293/task/18294/stat : 18294 (java) R 18292 18279 17179 0 -1 64 11937 0 1 0 15374 1261 0 0 25 0 9 0 44705110 889389056 21995 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18293/tid=18295] ppid=18292 vsize=868544 CPUtime=6.23
/proc/18293/task/18295/stat : 18295 (java) S 18292 18279 17179 0 -1 64 32605 0 0 0 548 75 0 0 16 0 9 0 44705111 889389056 21995 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=18293/tid=18296] ppid=18292 vsize=868544 CPUtime=0
/proc/18293/task/18296/stat : 18296 (java) S 18292 18279 17179 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 44705112 889389056 21995 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18293/tid=18297] ppid=18292 vsize=868544 CPUtime=0
/proc/18293/task/18297/stat : 18297 (java) S 18292 18279 17179 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 44705112 889389056 21995 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18293/tid=18298] ppid=18292 vsize=868544 CPUtime=0
/proc/18293/task/18298/stat : 18298 (java) S 18292 18279 17179 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 44705113 889389056 21995 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18293/tid=18299] ppid=18292 vsize=868544 CPUtime=0.3
/proc/18293/task/18299/stat : 18299 (java) S 18292 18279 17179 0 -1 64 1530 0 0 0 30 0 0 0 15 0 9 0 44705114 889389056 21995 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18293/tid=18300] ppid=18292 vsize=868544 CPUtime=0
/proc/18293/task/18300/stat : 18300 (java) S 18292 18279 17179 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 44705114 889389056 21995 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18293/tid=18301] ppid=18292 vsize=868544 CPUtime=0
/proc/18293/task/18301/stat : 18301 (java) S 18292 18279 17179 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 44705114 889389056 21995 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 174.58
Current children cumulated vsize (KiB) 890640

[startup+180.903 s]
/proc/loadavg: 2.92 2.49 2.18 3/92 18301
/proc/meminfo: memFree=15040/2055920 swapFree=4192812/4192956
[pid=18279] ppid=18277 vsize=16740 CPUtime=176.08
/proc/18279/stat : 18279 (sugar++) R 18277 18279 17179 0 -1 4194304 1320 60090 0 2 5 3 16239 1361 16 0 1 0 44704918 17141760 1105 996147200 4194304 4206940 548682068528 18446744073709551615 214920041513 0 0 4224 16386 0 0 0 17 0 0 0
/proc/18279/statm: 4185 1105 410 3 0 764 0
Current children cumulated CPU time (s) 176.08
Current children cumulated vsize (KiB) 16740

[startup+181.708 s]
/proc/loadavg: 2.92 2.49 2.18 3/82 18301
/proc/meminfo: memFree=1700432/2055920 swapFree=4192812/4192956
[pid=18279] ppid=18277 vsize=16740 CPUtime=176.87
/proc/18279/stat : 18279 (sugar++) R 18277 18279 17179 0 -1 4194304 1320 60090 0 2 5 82 16239 1361 17 0 1 0 44704918 17141760 1105 996147200 4194304 4206940 548682068528 18446744073709551615 214920041513 0 0 4224 16386 0 0 0 17 0 0 0
/proc/18279/statm: 4185 1105 410 3 0 764 0
Current children cumulated CPU time (s) 176.87
Current children cumulated vsize (KiB) 16740

[startup+182.102 s]
/proc/loadavg: 2.92 2.49 2.18 3/82 18301
/proc/meminfo: memFree=1700432/2055920 swapFree=4192812/4192956
[pid=18279] ppid=18277 vsize=16740 CPUtime=176.94
/proc/18279/stat : 18279 (sugar++) D 18277 18279 17179 0 -1 4194304 1320 60090 0 2 5 89 16239 1361 15 0 1 0 44704918 17141760 1105 996147200 4194304 4206940 548682068528 18446744073709551615 214920041513 0 0 4224 16386 18446744071563608240 0 0 17 1 0 0
/proc/18279/statm: 4185 1105 410 3 0 764 0
Current children cumulated CPU time (s) 176.94
Current children cumulated vsize (KiB) 16740

Child status: 0
Real time (s): 182.15
CPU time (s): 176.968
CPU user time (s): 162.452
CPU system time (s): 14.5158
CPU usage (%): 97.1551
Max. virtual memory (cumulated for all children) (KiB): 917144

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 162.452
system time used= 14.5158
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 61466
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= 65919
involuntary context switches= 68546

runsolver used 0.216967 second user time and 0.663899 second system time

The end

Launcher Data (download as text)

Begin job on node10 at 2008-07-12 18:27:00
IDJOB=1113213
IDBENCH=61545
IDSOLVER=367
FILE ID=node10/1113213-1215880020
PBS_JOBID= 7903512
Free space on /tmp= 66508 MiB

SOLVER NAME= Sugar++ v1.13+minisat-inc
BENCH NAME= CPAI08/csp/graphColoring/school/normalized-school1-13.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-1113213-1215880020/watcher-1113213-1215880020 -o /tmp/evaluation-result-1113213-1215880020/solver-1113213-1215880020 -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-1113213-1215880020.xml

TIME LIMIT= 3600 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 8548974883c278e82435753f5bbb2c5f
RANDOM SEED=771936190

node10.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.236
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.236
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:       1755512 kB
Buffers:          6584 kB
Cached:          42172 kB
SwapCached:          0 kB
Active:         237612 kB
Inactive:        10120 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1755512 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            3132 kB
Writeback:           0 kB
Mapped:         219120 kB
Slab:            37580 kB
Committed_AS:   525860 kB
PageTables:       2220 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= 66508 MiB
End job on node10 at 2008-07-12 18:30:02