Trace number 1113261

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? 194.252 201.614

General information on the benchmark

Namecsp/graphColoring/register/inithx/
normalized-inithx-i-2-15.xml
MD5SUMb7b4a50dbc90438c7fd2d6d9453fd8c9
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkMSAT TO
Best Number of falsified constraints47
Best CPU time to get the best result obtained on this benchmark3600.02
Satisfiable
(Un)Satisfiability was proved
Number of variables645
Number of constraints13979
Maximum constraint arity2
Maximum domain size15
Number of constraints which are defined in extension0
Number of constraints which are defined in intension13979
Global constraints used (with number of constraints)

Solver Data (download as text)

0.04/0.23	c 0	Sugar++ v1-13 + HOME/minisat-inc
0.04/0.23	c 0	BEGIN Sat Jul 12 18:44:13 2008
0.04/0.23	c 0	PID 11803
0.04/0.23	c 0	HOST node66.alineos.net
0.04/0.23	c 0	CONVERTING HOME/instance-1113261-1215881053.xml TO HOME/temp.csp
0.04/0.23	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1113261-1215881053.xml' 'HOME/temp.csp'
1.00/1.27	c 1	1 domains, 645 variables, 1 predicates, 0 relations, 13979 constraints
1.00/1.28	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
1.00/1.28	c 1	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.09/1.36	c 1	Parsing HOME/temp.csp
1.09/1.68	c 2	parsed 10000 expressions
1.09/1.75	c 2	parsed 14626 expressions
1.09/1.76	c 2	Heap : 4 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
1.09/1.95	c 2	MAX CSP: 13979 constraints
1.09/1.95	c 2	Converting to clausal form CSP
1.98/2.23	c 2	converted 2861 (10%) expressions
2.07/2.31	c 2	converted 5722 (20%) expressions
2.07/2.37	c 2	converted 8583 (30%) expressions
2.18/2.44	c 2	converted 11444 (40%) expressions
2.28/2.59	c 3	converted 14304 (50%) expressions
2.37/2.65	c 3	converted 17165 (60%) expressions
2.47/2.71	c 3	converted 20026 (70%) expressions
2.47/2.77	c 3	converted 22887 (80%) expressions
2.57/2.84	c 3	converted 25748 (90%) expressions
4.05/4.38	c 4	converted 28608 (100%) expressions
4.05/4.39	c 4	CSP : 28603 integers, 0 booleans, 41936 clauses, largest domain size 20969
4.05/4.39	c 4	Heap : 39 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
4.05/4.39	c 4	Propagation in CSP
4.64/4.95	c 5	13970 values, 0 unsatisfiable literals, and 0 valid clauses are removed
4.64/4.96	c 5	CSP : 28603 integers, 0 booleans, 41936 clauses, largest domain size 13980
4.64/4.96	c 5	Heap : 41 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
4.64/4.98	c 5	Simplifing CSP by introducing new Boolean variables
4.84/5.14	c 5	CSP : 28603 integers, 27958 booleans, 69894 clauses, largest domain size 13980
4.84/5.14	c 5	Heap : 49 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
5.05/5.38	c 5	Encoding CSP to SAT : HOME/temp.cnf
5.14/5.44	c 5	2861 (10%) CSP integer variables are encoded (8385 clauses, 107014 bytes)
5.14/5.44	c 5	5721 (20%) CSP integer variables are encoded (8385 clauses, 107014 bytes)
5.14/5.44	c 5	8581 (30%) CSP integer variables are encoded (8385 clauses, 107014 bytes)
5.14/5.45	c 5	11442 (40%) CSP integer variables are encoded (8385 clauses, 107014 bytes)
5.14/5.45	c 5	14302 (50%) CSP integer variables are encoded (8385 clauses, 107014 bytes)
5.14/5.50	c 5	17162 (60%) CSP integer variables are encoded (45209 clauses, 659374 bytes)
5.24/5.54	c 5	20023 (70%) CSP integer variables are encoded (78199 clauses, 1154224 bytes)
5.24/5.59	c 6	22883 (80%) CSP integer variables are encoded (115205 clauses, 1780217 bytes)
5.34/5.64	c 6	25743 (90%) CSP integer variables are encoded (147343 clauses, 2326563 bytes)
5.64/5.91	c 6	28603 (100%) CSP integer variables are encoded (355465 clauses, 5864637 bytes)
5.84/6.13	c 6	6990 (10%) CSP clauses are encoded (427695 clauses, 7187100 bytes)
5.93/6.30	c 6	13979 (20%) CSP clauses are encoded (499924 clauses, 8582999 bytes)
6.13/6.47	c 6	20969 (30%) CSP clauses are encoded (572154 clauses, 9979661 bytes)
6.33/6.64	c 7	27958 (40%) CSP clauses are encoded (644369 clauses, 11376015 bytes)
6.53/6.81	c 7	34947 (50%) CSP clauses are encoded (716584 clauses, 12801183 bytes)
6.62/6.97	c 7	41937 (60%) CSP clauses are encoded (788814 clauses, 14271413 bytes)
28.72/29.46	c 29	48926 (70%) CSP clauses are encoded (13083025 clauses, 278058432 bytes)
98.31/101.26	c 101	55916 (80%) CSP clauses are encoded (49821263 clauses, 1137308950 bytes)
122.15/125.82	c 126	62905 (90%) CSP clauses are encoded (62115474 clauses, 1437880737 bytes)
193.15/199.32	c 199	ERROR Exception Too large HOME/temp.cnf
193.15/199.32	c 199	jp.ac.kobe_u.cs.sugar.encoder.Encoder.encode(Encoder.java:219)
193.15/199.32	c 199	jp.ac.kobe_u.cs.sugar.SugarMain.encode(SugarMain.java:130)
193.15/199.32	c 199	jp.ac.kobe_u.cs.sugar.SugarMain.main(SugarMain.java:258)
193.15/199.32	s UNKNOWN
193.19/199.66	c 200	CPU 178.15 (0.05 0.02 178.1 15.03)
193.19/199.66	c 200	END Sat Jul 12 18:47:33 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-1113261-1215881053/watcher-1113261-1215881053 -o /tmp/evaluation-result-1113261-1215881053/solver-1113261-1215881053 -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-1113261-1215881053.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: 1.07 1.04 1.03 4/81 11803
/proc/meminfo: memFree=1919144/2055920 swapFree=4180716/4192956
[pid=11803] ppid=11801 vsize=18572 CPUtime=0
/proc/11803/stat : 11803 (runsolver) R 11801 11803 11351 0 -1 4194368 15 0 0 0 0 0 0 0 20 0 1 0 44803308 19017728 292 996147200 4194304 4296836 548682068192 18446744073709551615 227607637287 0 0 4096 24578 0 0 0 17 1 0 0
/proc/11803/statm: 4643 292 257 25 0 2626 0

[startup+0.0404809 s]
/proc/loadavg: 1.07 1.04 1.03 4/81 11803
/proc/meminfo: memFree=1919144/2055920 swapFree=4180716/4192956
[pid=11803] ppid=11801 vsize=124 CPUtime=0
/proc/11803/stat : 11803 (sugar++) D 11801 11803 11351 0 -1 4194304 38 0 0 0 0 0 0 0 19 0 1 0 44803308 126976 23 996147200 4194304 4206940 548682068528 18446744073709551615 227605018089 0 0 4096 0 18446744071563608240 0 0 17 1 0 0
/proc/11803/statm: 31 23 17 3 0 3 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 124

[startup+0.101496 s]
/proc/loadavg: 1.07 1.04 1.03 4/81 11803
/proc/meminfo: memFree=1919144/2055920 swapFree=4180716/4192956
[pid=11803] ppid=11801 vsize=12272 CPUtime=0
/proc/11803/stat : 11803 (sugar++) R 11801 11803 11351 0 -1 4194304 406 0 0 0 0 0 0 0 18 0 1 0 44803308 12566528 374 996147200 4194304 4206940 548682068528 18446744073709551615 227621349968 0 0 4224 0 0 0 0 17 1 0 0
/proc/11803/statm: 3068 374 275 3 0 168 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 12272

[startup+0.30154 s]
/proc/loadavg: 1.07 1.04 1.03 4/81 11803
/proc/meminfo: memFree=1919144/2055920 swapFree=4180716/4192956
[pid=11803] ppid=11801 vsize=16740 CPUtime=0.06
/proc/11803/stat : 11803 (sugar++) S 11801 11803 11351 0 -1 4194304 1219 128 0 0 5 1 0 0 19 0 1 0 44803308 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 227616534626 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/11803/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16740

[startup+0.701623 s]
/proc/loadavg: 1.07 1.04 1.03 4/81 11803
/proc/meminfo: memFree=1919144/2055920 swapFree=4180716/4192956
[pid=11803] ppid=11801 vsize=16740 CPUtime=0.06
/proc/11803/stat : 11803 (sugar++) S 11801 11803 11351 0 -1 4194304 1219 128 0 0 5 1 0 0 19 0 1 0 44803308 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 227616534626 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/11803/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16740

[startup+1.50177 s]
/proc/loadavg: 1.07 1.04 1.03 4/92 11815
/proc/meminfo: memFree=1891984/2055920 swapFree=4180716/4192956
[pid=11803] ppid=11801 vsize=16740 CPUtime=1.09
/proc/11803/stat : 11803 (sugar++) S 11801 11803 11351 0 -1 4194304 1297 10705 0 1 5 2 96 6 16 0 1 0 44803308 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 227616534626 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/11803/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 1.09
Current children cumulated vsize (KiB) 16740

[startup+3.10209 s]
/proc/loadavg: 1.15 1.05 1.04 4/92 11825
/proc/meminfo: memFree=1898640/2055920 swapFree=4180716/4192956
[pid=11803] ppid=11801 vsize=16740 CPUtime=1.09
/proc/11803/stat : 11803 (sugar++) S 11801 11803 11351 0 -1 4194304 1297 10705 0 1 5 2 96 6 15 0 1 0 44803308 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 227616534626 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/11803/statm: 4185 1104 409 3 0 764 0
[pid=11816] ppid=11803 vsize=5356 CPUtime=0
/proc/11816/stat : 11816 (sh) S 11803 11803 11351 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 44803437 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 227607634756 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11816/statm: 1339 233 193 169 0 50 0
[pid=11817] ppid=11816 vsize=868432 CPUtime=1.79
/proc/11817/stat : 11817 (java) S 11816 11803 11351 0 -1 0 12154 0 1 0 173 6 0 0 19 0 9 0 44803437 889274368 10993 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/11817/statm: 217108 10993 2540 9 0 211683 0
[pid=11817/tid=11818] ppid=11816 vsize=868432 CPUtime=1.08
/proc/11817/task/11818/stat : 11818 (java) R 11816 11803 11351 0 -1 64 2810 0 1 0 107 1 0 0 24 0 9 0 44803438 889274368 10993 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11817/tid=11819] ppid=11816 vsize=868432 CPUtime=0.46
/proc/11817/task/11819/stat : 11819 (java) R 11816 11803 11351 0 -1 64 7176 0 0 0 44 2 0 0 16 0 9 0 44803439 889274368 10993 996147200 134512640 134550740 4294955920 18446744073709551615 102721911 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=11817/tid=11820] ppid=11816 vsize=868432 CPUtime=0
/proc/11817/task/11820/stat : 11820 (java) S 11816 11803 11351 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 44803439 889274368 10993 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11817/tid=11821] ppid=11816 vsize=868432 CPUtime=0
/proc/11817/task/11821/stat : 11821 (java) S 11816 11803 11351 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 44803439 889274368 10993 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11817/tid=11822] ppid=11816 vsize=868432 CPUtime=0
/proc/11817/task/11822/stat : 11822 (java) S 11816 11803 11351 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 44803441 889274368 10993 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11817/tid=11823] ppid=11816 vsize=868432 CPUtime=0.19
/proc/11817/task/11823/stat : 11823 (java) S 11816 11803 11351 0 -1 64 1471 0 0 0 19 0 0 0 16 0 9 0 44803441 889274368 10993 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11817/tid=11824] ppid=11816 vsize=868432 CPUtime=0
/proc/11817/task/11824/stat : 11824 (java) S 11816 11803 11351 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 44803441 889274368 10993 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11817/tid=11825] ppid=11816 vsize=868432 CPUtime=0
/proc/11817/task/11825/stat : 11825 (java) S 11816 11803 11351 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 44803441 889274368 10993 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.88
Current children cumulated vsize (KiB) 890528

[startup+6.30272 s]
/proc/loadavg: 1.15 1.05 1.04 3/92 11825
/proc/meminfo: memFree=1854544/2055920 swapFree=4180716/4192956
[pid=11803] ppid=11801 vsize=16740 CPUtime=1.09
/proc/11803/stat : 11803 (sugar++) S 11801 11803 11351 0 -1 4194304 1297 10705 0 1 5 2 96 6 15 0 1 0 44803308 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 227616534626 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/11803/statm: 4185 1104 409 3 0 764 0
[pid=11816] ppid=11803 vsize=5356 CPUtime=0
/proc/11816/stat : 11816 (sh) S 11803 11803 11351 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 44803437 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 227607634756 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11816/statm: 1339 233 193 169 0 50 0
[pid=11817] ppid=11816 vsize=868544 CPUtime=4.95
/proc/11817/stat : 11817 (java) S 11816 11803 11351 0 -1 0 19279 0 1 0 479 16 0 0 19 0 9 0 44803437 889389056 17529 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/11817/statm: 217136 17529 2565 9 0 211683 0
[pid=11817/tid=11818] ppid=11816 vsize=868544 CPUtime=3.27
/proc/11817/task/11818/stat : 11818 (java) R 11816 11803 11351 0 -1 64 3355 0 1 0 320 7 0 0 25 0 9 0 44803438 889389056 17529 996147200 134512640 134550740 4294955920 18446744073709551615 4126571544 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11817/tid=11819] ppid=11816 vsize=868544 CPUtime=1.34
/proc/11817/task/11819/stat : 11819 (java) S 11816 11803 11351 0 -1 64 13697 0 0 0 128 6 0 0 16 0 9 0 44803439 889389056 17529 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=11817/tid=11820] ppid=11816 vsize=868544 CPUtime=0
/proc/11817/task/11820/stat : 11820 (java) S 11816 11803 11351 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 44803439 889389056 17529 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11817/tid=11821] ppid=11816 vsize=868544 CPUtime=0
/proc/11817/task/11821/stat : 11821 (java) S 11816 11803 11351 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 44803439 889389056 17529 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11817/tid=11822] ppid=11816 vsize=868544 CPUtime=0
/proc/11817/task/11822/stat : 11822 (java) S 11816 11803 11351 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 44803441 889389056 17529 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11817/tid=11823] ppid=11816 vsize=868544 CPUtime=0.29
/proc/11817/task/11823/stat : 11823 (java) S 11816 11803 11351 0 -1 64 1530 0 0 0 29 0 0 0 15 0 9 0 44803441 889389056 17529 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11817/tid=11824] ppid=11816 vsize=868544 CPUtime=0
/proc/11817/task/11824/stat : 11824 (java) S 11816 11803 11351 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 44803441 889389056 17529 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11817/tid=11825] ppid=11816 vsize=868544 CPUtime=0
/proc/11817/task/11825/stat : 11825 (java) S 11816 11803 11351 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 44803441 889389056 17529 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.04
Current children cumulated vsize (KiB) 890640

[startup+12.703 s]
/proc/loadavg: 1.35 1.10 1.05 3/92 11825
/proc/meminfo: memFree=1781072/2055920 swapFree=4180716/4192956
[pid=11803] ppid=11801 vsize=16740 CPUtime=1.09
/proc/11803/stat : 11803 (sugar++) S 11801 11803 11351 0 -1 4194304 1297 10705 0 1 5 2 96 6 15 0 1 0 44803308 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 227616534626 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/11803/statm: 4185 1104 409 3 0 764 0
[pid=11816] ppid=11803 vsize=5356 CPUtime=0
/proc/11816/stat : 11816 (sh) S 11803 11803 11351 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 44803437 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 227607634756 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11816/statm: 1339 233 193 169 0 50 0
[pid=11817] ppid=11816 vsize=868544 CPUtime=11.23
/proc/11817/stat : 11817 (java) S 11816 11803 11351 0 -1 0 19748 0 1 0 1061 62 0 0 19 0 9 0 44803437 889389056 17529 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/11817/statm: 217136 17529 2565 9 0 211683 0
[pid=11817/tid=11818] ppid=11816 vsize=868544 CPUtime=9.36
/proc/11817/task/11818/stat : 11818 (java) R 11816 11803 11351 0 -1 64 3824 0 1 0 886 50 0 0 25 0 9 0 44803438 889389056 17529 996147200 134512640 134550740 4294955920 18446744073709551615 4127082318 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11817/tid=11819] ppid=11816 vsize=868544 CPUtime=1.55
/proc/11817/task/11819/stat : 11819 (java) S 11816 11803 11351 0 -1 64 13697 0 0 0 145 10 0 0 16 0 9 0 44803439 889389056 17529 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=11817/tid=11820] ppid=11816 vsize=868544 CPUtime=0
/proc/11817/task/11820/stat : 11820 (java) S 11816 11803 11351 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 44803439 889389056 17529 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11817/tid=11821] ppid=11816 vsize=868544 CPUtime=0
/proc/11817/task/11821/stat : 11821 (java) S 11816 11803 11351 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 44803439 889389056 17529 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11817/tid=11822] ppid=11816 vsize=868544 CPUtime=0
/proc/11817/task/11822/stat : 11822 (java) S 11816 11803 11351 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 44803441 889389056 17529 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11817/tid=11823] ppid=11816 vsize=868544 CPUtime=0.29
/proc/11817/task/11823/stat : 11823 (java) S 11816 11803 11351 0 -1 64 1530 0 0 0 29 0 0 0 15 0 9 0 44803441 889389056 17529 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11817/tid=11824] ppid=11816 vsize=868544 CPUtime=0
/proc/11817/task/11824/stat : 11824 (java) S 11816 11803 11351 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 44803441 889389056 17529 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11817/tid=11825] ppid=11816 vsize=868544 CPUtime=0
/proc/11817/task/11825/stat : 11825 (java) S 11816 11803 11351 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 44803441 889389056 17529 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.32
Current children cumulated vsize (KiB) 890640

[startup+25.5025 s]
/proc/loadavg: 1.53 1.14 1.07 3/92 11825
/proc/meminfo: memFree=1625296/2055920 swapFree=4180716/4192956
[pid=11803] ppid=11801 vsize=16740 CPUtime=1.09
/proc/11803/stat : 11803 (sugar++) S 11801 11803 11351 0 -1 4194304 1297 10705 0 1 5 2 96 6 15 0 1 0 44803308 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 227616534626 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/11803/statm: 4185 1104 409 3 0 764 0
[pid=11816] ppid=11803 vsize=5356 CPUtime=0
/proc/11816/stat : 11816 (sh) S 11803 11803 11351 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 44803437 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 227607634756 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11816/statm: 1339 233 193 169 0 50 0
[pid=11817] ppid=11816 vsize=868544 CPUtime=23.82
/proc/11817/stat : 11817 (java) S 11816 11803 11351 0 -1 0 20692 0 1 0 2227 155 0 0 19 0 9 0 44803437 889389056 17529 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/11817/statm: 217136 17529 2565 9 0 211683 0
[pid=11817/tid=11818] ppid=11816 vsize=868544 CPUtime=21.51
/proc/11817/task/11818/stat : 11818 (java) R 11816 11803 11351 0 -1 64 4768 0 1 0 2014 137 0 0 25 0 9 0 44803438 889389056 17529 996147200 134512640 134550740 4294955920 18446744073709551615 4127080959 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11817/tid=11819] ppid=11816 vsize=868544 CPUtime=1.99
/proc/11817/task/11819/stat : 11819 (java) S 11816 11803 11351 0 -1 64 13697 0 0 0 182 17 0 0 16 0 9 0 44803439 889389056 17529 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=11817/tid=11820] ppid=11816 vsize=868544 CPUtime=0
/proc/11817/task/11820/stat : 11820 (java) S 11816 11803 11351 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 44803439 889389056 17529 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11817/tid=11821] ppid=11816 vsize=868544 CPUtime=0
/proc/11817/task/11821/stat : 11821 (java) S 11816 11803 11351 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 44803439 889389056 17529 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11817/tid=11822] ppid=11816 vsize=868544 CPUtime=0
/proc/11817/task/11822/stat : 11822 (java) S 11816 11803 11351 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 44803441 889389056 17529 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11817/tid=11823] ppid=11816 vsize=868544 CPUtime=0.29
/proc/11817/task/11823/stat : 11823 (java) S 11816 11803 11351 0 -1 64 1530 0 0 0 29 0 0 0 15 0 9 0 44803441 889389056 17529 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11817/tid=11824] ppid=11816 vsize=868544 CPUtime=0
/proc/11817/task/11824/stat : 11824 (java) S 11816 11803 11351 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 44803441 889389056 17529 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11817/tid=11825] ppid=11816 vsize=868544 CPUtime=0
/proc/11817/task/11825/stat : 11825 (java) S 11816 11803 11351 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 44803441 889389056 17529 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 24.91
Current children cumulated vsize (KiB) 890640

[startup+51.1025 s]
/proc/loadavg: 1.91 1.26 1.11 3/92 11825
/proc/meminfo: memFree=1323856/2055920 swapFree=4180716/4192956
[pid=11803] ppid=11801 vsize=16740 CPUtime=1.09
/proc/11803/stat : 11803 (sugar++) S 11801 11803 11351 0 -1 4194304 1297 10705 0 1 5 2 96 6 16 0 1 0 44803308 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 227616534626 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/11803/statm: 4185 1104 409 3 0 764 0
[pid=11816] ppid=11803 vsize=5356 CPUtime=0
/proc/11816/stat : 11816 (sh) S 11803 11803 11351 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 44803437 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 227607634756 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11816/statm: 1339 233 193 169 0 50 0
[pid=11817] ppid=11816 vsize=868544 CPUtime=48.66
/proc/11817/stat : 11817 (java) S 11816 11803 11351 0 -1 0 22544 0 1 0 4511 355 0 0 19 0 9 0 44803437 889389056 17529 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0

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

[pid=11817/tid=11823] ppid=11816 vsize=868544 CPUtime=0.29
/proc/11817/task/11823/stat : 11823 (java) S 11816 11803 11351 0 -1 64 1530 0 0 0 29 0 0 0 15 0 9 0 44803441 889389056 17529 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11817/tid=11824] ppid=11816 vsize=868544 CPUtime=0
/proc/11817/task/11824/stat : 11824 (java) S 11816 11803 11351 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 44803441 889389056 17529 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11817/tid=11825] ppid=11816 vsize=868544 CPUtime=0
/proc/11817/task/11825/stat : 11825 (java) S 11816 11803 11351 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 44803441 889389056 17529 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 99.39
Current children cumulated vsize (KiB) 890640

[startup+162.301 s]
/proc/loadavg: 2.14 1.56 1.23 3/92 11825
/proc/meminfo: memFree=15312/2055920 swapFree=4180716/4192956
[pid=11803] ppid=11801 vsize=16740 CPUtime=1.09
/proc/11803/stat : 11803 (sugar++) S 11801 11803 11351 0 -1 4194304 1297 10705 0 1 5 2 96 6 16 0 1 0 44803308 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 227616534626 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/11803/statm: 4185 1104 409 3 0 764 0
[pid=11816] ppid=11803 vsize=5356 CPUtime=0
/proc/11816/stat : 11816 (sh) S 11803 11803 11351 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 44803437 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 227607634756 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11816/statm: 1339 233 193 169 0 50 0
[pid=11817] ppid=11816 vsize=868544 CPUtime=156.58
/proc/11817/stat : 11817 (java) S 11816 11803 11351 0 -1 0 30596 0 1 0 14449 1209 0 0 19 0 9 0 44803437 889389056 17529 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/11817/statm: 217136 17529 2565 9 0 211683 0
[pid=11817/tid=11818] ppid=11816 vsize=868544 CPUtime=149.92
/proc/11817/task/11818/stat : 11818 (java) R 11816 11803 11351 0 -1 64 14672 0 1 0 13870 1122 0 0 25 0 9 0 44803438 889389056 17529 996147200 134512640 134550740 4294955920 18446744073709551615 102064707 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11817/tid=11819] ppid=11816 vsize=868544 CPUtime=6.34
/proc/11817/task/11819/stat : 11819 (java) S 11816 11803 11351 0 -1 64 13697 0 0 0 549 85 0 0 16 0 9 0 44803439 889389056 17529 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=11817/tid=11820] ppid=11816 vsize=868544 CPUtime=0
/proc/11817/task/11820/stat : 11820 (java) S 11816 11803 11351 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 44803439 889389056 17529 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11817/tid=11821] ppid=11816 vsize=868544 CPUtime=0
/proc/11817/task/11821/stat : 11821 (java) S 11816 11803 11351 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 44803439 889389056 17529 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11817/tid=11822] ppid=11816 vsize=868544 CPUtime=0
/proc/11817/task/11822/stat : 11822 (java) S 11816 11803 11351 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 44803441 889389056 17529 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11817/tid=11823] ppid=11816 vsize=868544 CPUtime=0.29
/proc/11817/task/11823/stat : 11823 (java) S 11816 11803 11351 0 -1 64 1530 0 0 0 29 0 0 0 15 0 9 0 44803441 889389056 17529 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11817/tid=11824] ppid=11816 vsize=868544 CPUtime=0
/proc/11817/task/11824/stat : 11824 (java) S 11816 11803 11351 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 44803441 889389056 17529 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11817/tid=11825] ppid=11816 vsize=868544 CPUtime=0
/proc/11817/task/11825/stat : 11825 (java) S 11816 11803 11351 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 44803441 889389056 17529 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 157.67
Current children cumulated vsize (KiB) 890640

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

[startup+179.103 s]
/proc/loadavg: 2.26 1.61 1.25 3/92 11825
/proc/meminfo: memFree=15568/2055920 swapFree=4180716/4192956
[pid=11803] ppid=11801 vsize=16740 CPUtime=1.09
/proc/11803/stat : 11803 (sugar++) S 11801 11803 11351 0 -1 4194304 1297 10705 0 1 5 2 96 6 16 0 1 0 44803308 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 227616534626 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/11803/statm: 4185 1104 409 3 0 764 0
[pid=11816] ppid=11803 vsize=5356 CPUtime=0
/proc/11816/stat : 11816 (sh) S 11803 11803 11351 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 44803437 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 227607634756 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11816/statm: 1339 233 193 169 0 50 0
[pid=11817] ppid=11816 vsize=868544 CPUtime=172.79
/proc/11817/stat : 11817 (java) S 11816 11803 11351 0 -1 0 31828 0 1 0 15939 1340 0 0 19 0 9 0 44803437 889389056 17529 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/11817/statm: 217136 17529 2565 9 0 211683 0
[pid=11817/tid=11818] ppid=11816 vsize=868544 CPUtime=165.58
/proc/11817/task/11818/stat : 11818 (java) R 11816 11803 11351 0 -1 64 15904 0 1 0 15312 1246 0 0 25 0 9 0 44803438 889389056 17529 996147200 134512640 134550740 4294955920 18446744073709551615 4127084892 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11817/tid=11819] ppid=11816 vsize=868544 CPUtime=6.88
/proc/11817/task/11819/stat : 11819 (java) S 11816 11803 11351 0 -1 64 13697 0 0 0 596 92 0 0 16 0 9 0 44803439 889389056 17529 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=11817/tid=11820] ppid=11816 vsize=868544 CPUtime=0
/proc/11817/task/11820/stat : 11820 (java) S 11816 11803 11351 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 44803439 889389056 17529 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11817/tid=11821] ppid=11816 vsize=868544 CPUtime=0
/proc/11817/task/11821/stat : 11821 (java) S 11816 11803 11351 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 44803439 889389056 17529 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11817/tid=11822] ppid=11816 vsize=868544 CPUtime=0
/proc/11817/task/11822/stat : 11822 (java) S 11816 11803 11351 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 44803441 889389056 17529 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11817/tid=11823] ppid=11816 vsize=868544 CPUtime=0.29
/proc/11817/task/11823/stat : 11823 (java) S 11816 11803 11351 0 -1 64 1530 0 0 0 29 0 0 0 15 0 9 0 44803441 889389056 17529 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11817/tid=11824] ppid=11816 vsize=868544 CPUtime=0
/proc/11817/task/11824/stat : 11824 (java) S 11816 11803 11351 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 44803441 889389056 17529 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11817/tid=11825] ppid=11816 vsize=868544 CPUtime=0
/proc/11817/task/11825/stat : 11825 (java) S 11816 11803 11351 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 44803441 889389056 17529 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 173.88
Current children cumulated vsize (KiB) 890640

[startup+191.901 s]
/proc/loadavg: 2.29 1.64 1.27 4/92 11825
/proc/meminfo: memFree=15568/2055920 swapFree=4180716/4192956
[pid=11803] ppid=11801 vsize=16740 CPUtime=1.09
/proc/11803/stat : 11803 (sugar++) S 11801 11803 11351 0 -1 4194304 1297 10705 0 1 5 2 96 6 16 0 1 0 44803308 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 227616534626 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/11803/statm: 4185 1104 409 3 0 764 0
[pid=11816] ppid=11803 vsize=5356 CPUtime=0
/proc/11816/stat : 11816 (sh) S 11803 11803 11351 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 44803437 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 227607634756 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11816/statm: 1339 233 193 169 0 50 0
[pid=11817] ppid=11816 vsize=868544 CPUtime=185.06
/proc/11817/stat : 11817 (java) S 11816 11803 11351 0 -1 0 32767 0 1 0 17066 1440 0 0 19 0 9 0 44803437 889389056 17529 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/11817/statm: 217136 17529 2565 9 0 211683 0
[pid=11817/tid=11818] ppid=11816 vsize=868544 CPUtime=177.45
/proc/11817/task/11818/stat : 11818 (java) R 11816 11803 11351 0 -1 64 16843 0 1 0 16405 1340 0 0 25 0 9 0 44803438 889389056 17529 996147200 134512640 134550740 4294955920 18446744073709551615 4126476304 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11817/tid=11819] ppid=11816 vsize=868544 CPUtime=7.29
/proc/11817/task/11819/stat : 11819 (java) S 11816 11803 11351 0 -1 64 13697 0 0 0 631 98 0 0 16 0 9 0 44803439 889389056 17529 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=11817/tid=11820] ppid=11816 vsize=868544 CPUtime=0
/proc/11817/task/11820/stat : 11820 (java) S 11816 11803 11351 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 44803439 889389056 17529 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11817/tid=11821] ppid=11816 vsize=868544 CPUtime=0
/proc/11817/task/11821/stat : 11821 (java) S 11816 11803 11351 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 44803439 889389056 17529 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11817/tid=11822] ppid=11816 vsize=868544 CPUtime=0
/proc/11817/task/11822/stat : 11822 (java) S 11816 11803 11351 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 44803441 889389056 17529 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11817/tid=11823] ppid=11816 vsize=868544 CPUtime=0.29
/proc/11817/task/11823/stat : 11823 (java) S 11816 11803 11351 0 -1 64 1530 0 0 0 29 0 0 0 15 0 9 0 44803441 889389056 17529 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11817/tid=11824] ppid=11816 vsize=868544 CPUtime=0
/proc/11817/task/11824/stat : 11824 (java) S 11816 11803 11351 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 44803441 889389056 17529 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11817/tid=11825] ppid=11816 vsize=868544 CPUtime=0
/proc/11817/task/11825/stat : 11825 (java) S 11816 11803 11351 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 44803441 889389056 17529 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 186.15
Current children cumulated vsize (KiB) 890640

[startup+198.303 s]
/proc/loadavg: 2.25 1.65 1.27 3/92 11825
/proc/meminfo: memFree=16016/2055920 swapFree=4180716/4192956
[pid=11803] ppid=11801 vsize=16740 CPUtime=1.09
/proc/11803/stat : 11803 (sugar++) S 11801 11803 11351 0 -1 4194304 1297 10705 0 1 5 2 96 6 16 0 1 0 44803308 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 227616534626 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/11803/statm: 4185 1104 409 3 0 764 0
[pid=11816] ppid=11803 vsize=5356 CPUtime=0
/proc/11816/stat : 11816 (sh) S 11803 11803 11351 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 44803437 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 227607634756 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11816/statm: 1339 233 193 169 0 50 0
[pid=11817] ppid=11816 vsize=868544 CPUtime=191.12
/proc/11817/stat : 11817 (java) S 11816 11803 11351 0 -1 0 33233 0 1 0 17626 1486 0 0 19 0 9 0 44803437 889389056 17529 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/11817/statm: 217136 17529 2565 9 0 211683 0
[pid=11817/tid=11818] ppid=11816 vsize=868544 CPUtime=183.3
/proc/11817/task/11818/stat : 11818 (java) R 11816 11803 11351 0 -1 64 17309 0 1 0 16948 1382 0 0 25 0 9 0 44803438 889389056 17529 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11817/tid=11819] ppid=11816 vsize=868544 CPUtime=7.49
/proc/11817/task/11819/stat : 11819 (java) S 11816 11803 11351 0 -1 64 13697 0 0 0 648 101 0 0 15 0 9 0 44803439 889389056 17529 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=11817/tid=11820] ppid=11816 vsize=868544 CPUtime=0
/proc/11817/task/11820/stat : 11820 (java) S 11816 11803 11351 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 44803439 889389056 17529 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11817/tid=11821] ppid=11816 vsize=868544 CPUtime=0
/proc/11817/task/11821/stat : 11821 (java) S 11816 11803 11351 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 44803439 889389056 17529 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11817/tid=11822] ppid=11816 vsize=868544 CPUtime=0
/proc/11817/task/11822/stat : 11822 (java) S 11816 11803 11351 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 44803441 889389056 17529 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11817/tid=11823] ppid=11816 vsize=868544 CPUtime=0.29
/proc/11817/task/11823/stat : 11823 (java) S 11816 11803 11351 0 -1 64 1530 0 0 0 29 0 0 0 15 0 9 0 44803441 889389056 17529 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11817/tid=11824] ppid=11816 vsize=868544 CPUtime=0
/proc/11817/task/11824/stat : 11824 (java) S 11816 11803 11351 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 44803441 889389056 17529 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11817/tid=11825] ppid=11816 vsize=868544 CPUtime=0
/proc/11817/task/11825/stat : 11825 (java) S 11816 11803 11351 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 44803441 889389056 17529 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 192.21
Current children cumulated vsize (KiB) 890640

[startup+199.904 s]
/proc/loadavg: 2.25 1.65 1.27 3/92 11825
/proc/meminfo: memFree=15824/2055920 swapFree=4180716/4192956
[pid=11803] ppid=11801 vsize=16740 CPUtime=193.21
/proc/11803/stat : 11803 (sugar++) R 11801 11803 11351 0 -1 4194304 1320 44309 0 2 5 3 17810 1503 15 0 1 0 44803308 17141760 1105 996147200 4194304 4206940 548682068528 18446744073709551615 227607811113 0 0 4224 16386 0 0 0 17 1 0 0
/proc/11803/statm: 4185 1105 410 3 0 764 0
Current children cumulated CPU time (s) 193.21
Current children cumulated vsize (KiB) 16740

[startup+200.703 s]
/proc/loadavg: 2.25 1.65 1.27 3/82 11825
/proc/meminfo: memFree=521952/2055920 swapFree=4180716/4192956
[pid=11803] ppid=11801 vsize=16740 CPUtime=193.99
/proc/11803/stat : 11803 (sugar++) R 11801 11803 11351 0 -1 4194304 1320 44309 0 2 5 81 17810 1503 16 0 1 0 44803308 17141760 1105 996147200 4194304 4206940 548682068528 18446744073709551615 227607811113 0 0 4224 16386 0 0 0 17 1 0 0
/proc/11803/statm: 4185 1105 410 3 0 764 0
Current children cumulated CPU time (s) 193.99
Current children cumulated vsize (KiB) 16740

[startup+201.201 s]
/proc/loadavg: 2.25 1.65 1.27 3/82 11825
/proc/meminfo: memFree=521952/2055920 swapFree=4180716/4192956
[pid=11803] ppid=11801 vsize=16740 CPUtime=194.2
/proc/11803/stat : 11803 (sugar++) R 11801 11803 11351 0 -1 4194304 1320 44309 0 2 5 102 17810 1503 15 0 1 0 44803308 17141760 1105 996147200 4194304 4206940 548682068528 18446744073709551615 227607811113 0 0 4224 16386 0 0 0 17 0 0 0
/proc/11803/statm: 4185 1105 410 3 0 764 0
Current children cumulated CPU time (s) 194.2
Current children cumulated vsize (KiB) 16740

[startup+201.601 s]
/proc/loadavg: 2.25 1.65 1.27 2/82 11825
/proc/meminfo: memFree=1938400/2055920 swapFree=4180716/4192956
[pid=11803] ppid=11801 vsize=16740 CPUtime=194.22
/proc/11803/stat : 11803 (sugar++) D 11801 11803 11351 0 -1 4194304 1320 44309 0 2 5 104 17810 1503 15 0 1 0 44803308 17141760 1105 996147200 4194304 4206940 548682068528 18446744073709551615 227607811113 0 0 4224 16386 18446744071563608240 0 0 17 0 0 0
/proc/11803/statm: 4185 1105 410 3 0 764 0
Current children cumulated CPU time (s) 194.22
Current children cumulated vsize (KiB) 16740

Child status: 0
Real time (s): 201.614
CPU time (s): 194.252
CPU user time (s): 178.169
CPU system time (s): 16.0836
CPU usage (%): 96.3486
Max. virtual memory (cumulated for all children) (KiB): 891032

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 178.169
system time used= 16.0836
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 45685
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= 105943
involuntary context switches= 110685

runsolver used 0.278957 second user time and 0.686895 second system time

The end

Launcher Data (download as text)

Begin job on node66 at 2008-07-12 18:44:13
IDJOB=1113261
IDBENCH=61553
IDSOLVER=367
FILE ID=node66/1113261-1215881053
PBS_JOBID= 7903592
Free space on /tmp= 66420 MiB

SOLVER NAME= Sugar++ v1.13+minisat-inc
BENCH NAME= CPAI08/csp/graphColoring/register/inithx/normalized-inithx-i-2-15.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-1113261-1215881053/watcher-1113261-1215881053 -o /tmp/evaluation-result-1113261-1215881053/solver-1113261-1215881053 -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-1113261-1215881053.xml

TIME LIMIT= 3600 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= b7b4a50dbc90438c7fd2d6d9453fd8c9
RANDOM SEED=1645797185

node66.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.259
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.259
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:       1919624 kB
Buffers:          7952 kB
Cached:          44628 kB
SwapCached:       5764 kB
Active:          70808 kB
Inactive:        17840 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1919624 kB
SwapTotal:     4192956 kB
SwapFree:      4180716 kB
Dirty:            2500 kB
Writeback:           0 kB
Mapped:          52436 kB
Slab:            32772 kB
Committed_AS:   162872 kB
PageTables:       1836 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= 66420 MiB
End job on node66 at 2008-07-12 18:47:35