Trace number 1113279

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? 183.92 191.635

General information on the benchmark

Namecsp/graphColoring/register/inithx/
normalized-inithx-i-2-20.xml
MD5SUM4a2ea02751f7df9d0bb61a77d9049c7d
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkMSAT TO
Best Number of falsified constraints20
Best CPU time to get the best result obtained on this benchmark3600
Satisfiable
(Un)Satisfiability was proved
Number of variables645
Number of constraints13979
Maximum constraint arity2
Maximum domain size20
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.00/0.08	c 0	Sugar++ v1-13 + HOME/minisat-inc
0.00/0.08	c 0	BEGIN Sat Jul 12 18:50:51 2008
0.00/0.08	c 0	PID 16237
0.00/0.08	c 0	HOST node12.alineos.net
0.00/0.08	c 0	CONVERTING HOME/instance-1113279-1215881451.xml TO HOME/temp.csp
0.00/0.08	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1113279-1215881451.xml' 'HOME/temp.csp'
1.06/1.12	c 1	1 domains, 645 variables, 1 predicates, 0 relations, 13979 constraints
1.06/1.15	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
1.06/1.15	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.07/1.23	c 1	Parsing HOME/temp.csp
1.07/1.54	c 2	parsed 10000 expressions
1.08/1.61	c 2	parsed 14626 expressions
1.08/1.61	c 2	Heap : 4 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
1.08/1.79	c 2	MAX CSP: 13979 constraints
1.08/1.79	c 2	Converting to clausal form CSP
1.08/2.03	c 2	converted 2861 (10%) expressions
1.08/2.10	c 2	converted 5722 (20%) expressions
2.01/2.16	c 2	converted 8583 (30%) expressions
2.11/2.22	c 2	converted 11444 (40%) expressions
2.20/2.36	c 2	converted 14304 (50%) expressions
2.31/2.41	c 2	converted 17165 (60%) expressions
2.31/2.47	c 2	converted 20026 (70%) expressions
2.40/2.52	c 3	converted 22887 (80%) expressions
2.40/2.59	c 3	converted 25748 (90%) expressions
3.90/4.01	c 4	converted 28608 (100%) expressions
3.90/4.01	c 4	CSP : 28603 integers, 0 booleans, 41936 clauses, largest domain size 20969
3.90/4.01	c 4	Heap : 39 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
3.90/4.01	c 4	Propagation in CSP
4.39/4.54	c 5	13970 values, 0 unsatisfiable literals, and 0 valid clauses are removed
4.39/4.54	c 5	CSP : 28603 integers, 0 booleans, 41936 clauses, largest domain size 13980
4.39/4.54	c 5	Heap : 41 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
4.39/4.56	c 5	Simplifing CSP by introducing new Boolean variables
4.60/4.71	c 5	CSP : 28603 integers, 27958 booleans, 69894 clauses, largest domain size 13980
4.60/4.71	c 5	Heap : 49 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
4.79/4.94	c 5	Encoding CSP to SAT : HOME/temp.cnf
4.79/5.00	c 5	2861 (10%) CSP integer variables are encoded (11610 clauses, 153172 bytes)
4.89/5.00	c 5	5721 (20%) CSP integer variables are encoded (11610 clauses, 153172 bytes)
4.89/5.00	c 5	8581 (30%) CSP integer variables are encoded (11610 clauses, 153172 bytes)
4.89/5.01	c 5	11442 (40%) CSP integer variables are encoded (11610 clauses, 153172 bytes)
4.89/5.01	c 5	14302 (50%) CSP integer variables are encoded (11610 clauses, 153172 bytes)
4.89/5.05	c 5	17162 (60%) CSP integer variables are encoded (48434 clauses, 705532 bytes)
4.89/5.10	c 5	20023 (70%) CSP integer variables are encoded (81424 clauses, 1202963 bytes)
4.98/5.14	c 5	22883 (80%) CSP integer variables are encoded (118430 clauses, 1832065 bytes)
4.98/5.19	c 5	25743 (90%) CSP integer variables are encoded (150568 clauses, 2378411 bytes)
5.29/5.44	c 5	28603 (100%) CSP integer variables are encoded (358690 clauses, 5916485 bytes)
5.48/5.69	c 6	6990 (10%) CSP clauses are encoded (454220 clauses, 7705911 bytes)
5.68/5.88	c 6	13979 (20%) CSP clauses are encoded (549749 clauses, 9582708 bytes)
5.88/6.07	c 6	20969 (30%) CSP clauses are encoded (645279 clauses, 11463490 bytes)
6.08/6.27	c 6	27958 (40%) CSP clauses are encoded (740789 clauses, 13347147 bytes)
6.27/6.46	c 6	34947 (50%) CSP clauses are encoded (836299 clauses, 15275966 bytes)
6.48/6.65	c 7	41937 (60%) CSP clauses are encoded (931829 clauses, 17262670 bytes)
27.45/28.22	c 28	48926 (70%) CSP clauses are encoded (13226040 clauses, 281050787 bytes)
93.21/96.14	c 96	55916 (80%) CSP clauses are encoded (49964278 clauses, 1142533967 bytes)
115.42/119.04	c 119	62905 (90%) CSP clauses are encoded (62258489 clauses, 1443106850 bytes)
182.81/189.46	c 189	ERROR Exception Too large HOME/temp.cnf
182.81/189.46	c 189	jp.ac.kobe_u.cs.sugar.encoder.Encoder.encode(Encoder.java:219)
182.81/189.46	c 189	jp.ac.kobe_u.cs.sugar.SugarMain.encode(SugarMain.java:130)
182.81/189.46	c 189	jp.ac.kobe_u.cs.sugar.SugarMain.main(SugarMain.java:258)
182.81/189.46	s UNKNOWN
182.86/189.55	c 190	CPU 168.32 (0.06 0.01 168.26 14.57)
182.86/189.55	c 190	END Sat Jul 12 18:54: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-1113279-1215881451/watcher-1113279-1215881451 -o /tmp/evaluation-result-1113279-1215881451/solver-1113279-1215881451 -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-1113279-1215881451.xml 

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


[startup+0 s]
/proc/loadavg: 2.54 2.62 2.62 4/80 16237
/proc/meminfo: memFree=1825624/2055920 swapFree=4192812/4192956
[pid=16237] ppid=16235 vsize=12268 CPUtime=0
/proc/16237/stat : 16237 (sugar++) R 16235 16237 15013 0 -1 4194304 348 0 0 0 0 0 0 0 21 0 1 0 44847902 12562432 316 996147200 4194304 4206940 548682068528 18446744073709551615 252429695589 0 2147483391 4224 0 0 0 0 17 1 0 0
/proc/16237/statm: 3067 316 241 3 0 167 0

[startup+0.0858171 s]
/proc/loadavg: 2.54 2.62 2.62 4/80 16237
/proc/meminfo: memFree=1825624/2055920 swapFree=4192812/4192956
[pid=16237] ppid=16235 vsize=16740 CPUtime=0.06
/proc/16237/stat : 16237 (sugar++) S 16235 16237 15013 0 -1 4194304 1199 128 0 0 5 1 0 0 18 0 1 0 44847902 17141760 1103 996147200 4194304 4206940 548682068528 18446744073709551615 252438425698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16237/statm: 4185 1103 409 3 0 764 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16740

[startup+0.102255 s]
/proc/loadavg: 2.54 2.62 2.62 4/80 16237
/proc/meminfo: memFree=1825624/2055920 swapFree=4192812/4192956
[pid=16237] ppid=16235 vsize=16740 CPUtime=0.06
/proc/16237/stat : 16237 (sugar++) S 16235 16237 15013 0 -1 4194304 1219 128 0 0 5 1 0 0 19 0 1 0 44847902 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 252438425698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16237/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16740

[startup+0.301272 s]
/proc/loadavg: 2.54 2.62 2.62 4/80 16237
/proc/meminfo: memFree=1825624/2055920 swapFree=4192812/4192956
[pid=16237] ppid=16235 vsize=16740 CPUtime=0.06
/proc/16237/stat : 16237 (sugar++) S 16235 16237 15013 0 -1 4194304 1219 128 0 0 5 1 0 0 19 0 1 0 44847902 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 252438425698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16237/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16740

[startup+0.702311 s]
/proc/loadavg: 2.54 2.62 2.62 4/80 16237
/proc/meminfo: memFree=1825624/2055920 swapFree=4192812/4192956
[pid=16237] ppid=16235 vsize=16740 CPUtime=0.06
/proc/16237/stat : 16237 (sugar++) S 16235 16237 15013 0 -1 4194304 1219 128 0 0 5 1 0 0 19 0 1 0 44847902 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 252438425698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16237/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16740

[startup+1.50239 s]
/proc/loadavg: 2.54 2.62 2.62 5/91 16249
/proc/meminfo: memFree=1796224/2055920 swapFree=4192812/4192956
[pid=16237] ppid=16235 vsize=16740 CPUtime=1.07
/proc/16237/stat : 16237 (sugar++) S 16235 16237 15013 0 -1 4194304 1297 10706 0 1 5 1 95 6 16 0 1 0 44847902 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 252438425698 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/16237/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 1.07
Current children cumulated vsize (KiB) 16740

[startup+3.10156 s]
/proc/loadavg: 2.54 2.62 2.62 3/91 16259
/proc/meminfo: memFree=1800576/2055920 swapFree=4192812/4192956
[pid=16237] ppid=16235 vsize=16740 CPUtime=1.08
/proc/16237/stat : 16237 (sugar++) S 16235 16237 15013 0 -1 4194304 1297 10706 0 1 6 1 95 6 15 0 1 0 44847902 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 252438425698 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/16237/statm: 4185 1104 409 3 0 764 0
[pid=16250] ppid=16237 vsize=5356 CPUtime=0
/proc/16250/stat : 16250 (sh) S 16237 16237 15013 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 44848018 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 252429525828 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/16250/statm: 1339 233 193 169 0 50 0
[pid=16251] ppid=16250 vsize=868436 CPUtime=1.92
/proc/16251/stat : 16251 (java) S 16250 16237 15013 0 -1 0 12708 0 1 0 186 6 0 0 20 0 9 0 44848018 889278464 11478 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/16251/statm: 217109 11478 2540 9 0 211684 0
[pid=16251/tid=16252] ppid=16250 vsize=868436 CPUtime=1.13
/proc/16251/task/16252/stat : 16252 (java) R 16250 16237 15013 0 -1 64 2948 0 1 0 112 1 0 0 25 0 9 0 44848019 889278464 11478 996147200 134512640 134550740 4294955920 18446744073709551615 4126476097 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16251/tid=16253] ppid=16250 vsize=868436 CPUtime=0.57
/proc/16251/task/16253/stat : 16253 (java) S 16250 16237 15013 0 -1 64 7588 0 0 0 54 3 0 0 16 0 9 0 44848020 889278464 11478 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=16251/tid=16254] ppid=16250 vsize=868436 CPUtime=0
/proc/16251/task/16254/stat : 16254 (java) S 16250 16237 15013 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 44848020 889278464 11478 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16251/tid=16255] ppid=16250 vsize=868436 CPUtime=0
/proc/16251/task/16255/stat : 16255 (java) S 16250 16237 15013 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 44848020 889278464 11478 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16251/tid=16256] ppid=16250 vsize=868436 CPUtime=0
/proc/16251/task/16256/stat : 16256 (java) S 16250 16237 15013 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 44848022 889278464 11478 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16251/tid=16257] ppid=16250 vsize=868436 CPUtime=0.19
/proc/16251/task/16257/stat : 16257 (java) S 16250 16237 15013 0 -1 64 1475 0 0 0 19 0 0 0 16 0 9 0 44848022 889278464 11478 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16251/tid=16258] ppid=16250 vsize=868436 CPUtime=0
/proc/16251/task/16258/stat : 16258 (java) S 16250 16237 15013 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 44848022 889278464 11478 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16251/tid=16259] ppid=16250 vsize=868436 CPUtime=0
/proc/16251/task/16259/stat : 16259 (java) S 16250 16237 15013 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 44848022 889278464 11478 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3
Current children cumulated vsize (KiB) 890532

[startup+6.30287 s]
/proc/loadavg: 2.66 2.64 2.63 3/91 16259
/proc/meminfo: memFree=1756224/2055920 swapFree=4192812/4192956
[pid=16237] ppid=16235 vsize=16740 CPUtime=1.08
/proc/16237/stat : 16237 (sugar++) S 16235 16237 15013 0 -1 4194304 1297 10706 0 1 6 1 95 6 15 0 1 0 44847902 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 252438425698 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/16237/statm: 4185 1104 409 3 0 764 0
[pid=16250] ppid=16237 vsize=5356 CPUtime=0
/proc/16250/stat : 16250 (sh) S 16237 16237 15013 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 44848018 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 252429525828 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/16250/statm: 1339 233 193 169 0 50 0
[pid=16251] ppid=16250 vsize=868548 CPUtime=5.09
/proc/16251/stat : 16251 (java) S 16250 16237 15013 0 -1 0 19313 0 1 0 492 17 0 0 20 0 9 0 44848018 889393152 17525 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/16251/statm: 217137 17525 2565 9 0 211684 0
[pid=16251/tid=16252] ppid=16250 vsize=868548 CPUtime=3.53
/proc/16251/task/16252/stat : 16252 (java) R 16250 16237 15013 0 -1 64 3394 0 1 0 344 9 0 0 25 0 9 0 44848019 889393152 17525 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16251/tid=16253] ppid=16250 vsize=868548 CPUtime=1.28
/proc/16251/task/16253/stat : 16253 (java) S 16250 16237 15013 0 -1 64 13698 0 0 0 121 7 0 0 16 0 9 0 44848020 889393152 17525 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=16251/tid=16254] ppid=16250 vsize=868548 CPUtime=0
/proc/16251/task/16254/stat : 16254 (java) S 16250 16237 15013 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 44848020 889393152 17525 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16251/tid=16255] ppid=16250 vsize=868548 CPUtime=0
/proc/16251/task/16255/stat : 16255 (java) S 16250 16237 15013 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 44848020 889393152 17525 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16251/tid=16256] ppid=16250 vsize=868548 CPUtime=0
/proc/16251/task/16256/stat : 16256 (java) S 16250 16237 15013 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 44848022 889393152 17525 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16251/tid=16257] ppid=16250 vsize=868548 CPUtime=0.27
/proc/16251/task/16257/stat : 16257 (java) S 16250 16237 15013 0 -1 64 1524 0 0 0 27 0 0 0 15 0 9 0 44848022 889393152 17525 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16251/tid=16258] ppid=16250 vsize=868548 CPUtime=0
/proc/16251/task/16258/stat : 16258 (java) S 16250 16237 15013 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 44848022 889393152 17525 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16251/tid=16259] ppid=16250 vsize=868548 CPUtime=0
/proc/16251/task/16259/stat : 16259 (java) S 16250 16237 15013 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 44848022 889393152 17525 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.17
Current children cumulated vsize (KiB) 890644

[startup+12.7015 s]
/proc/loadavg: 2.68 2.65 2.63 3/91 16259
/proc/meminfo: memFree=1681664/2055920 swapFree=4192812/4192956
[pid=16237] ppid=16235 vsize=16740 CPUtime=1.08
/proc/16237/stat : 16237 (sugar++) S 16235 16237 15013 0 -1 4194304 1297 10706 0 1 6 1 95 6 15 0 1 0 44847902 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 252438425698 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/16237/statm: 4185 1104 409 3 0 764 0
[pid=16250] ppid=16237 vsize=5356 CPUtime=0
/proc/16250/stat : 16250 (sh) S 16237 16237 15013 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 44848018 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 252429525828 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/16250/statm: 1339 233 193 169 0 50 0
[pid=16251] ppid=16250 vsize=868548 CPUtime=11.3
/proc/16251/stat : 16251 (java) S 16250 16237 15013 0 -1 0 19792 0 1 0 1063 67 0 0 20 0 9 0 44848018 889393152 17525 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/16251/statm: 217137 17525 2565 9 0 211684 0
[pid=16251/tid=16252] ppid=16250 vsize=868548 CPUtime=9.52
/proc/16251/task/16252/stat : 16252 (java) R 16250 16237 15013 0 -1 64 3873 0 1 0 896 56 0 0 25 0 9 0 44848019 889393152 17525 996147200 134512640 134550740 4294955920 18446744073709551615 102064640 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16251/tid=16253] ppid=16250 vsize=868548 CPUtime=1.49
/proc/16251/task/16253/stat : 16253 (java) S 16250 16237 15013 0 -1 64 13698 0 0 0 139 10 0 0 16 0 9 0 44848020 889393152 17525 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16251/tid=16254] ppid=16250 vsize=868548 CPUtime=0
/proc/16251/task/16254/stat : 16254 (java) S 16250 16237 15013 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 44848020 889393152 17525 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16251/tid=16255] ppid=16250 vsize=868548 CPUtime=0
/proc/16251/task/16255/stat : 16255 (java) S 16250 16237 15013 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 44848020 889393152 17525 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16251/tid=16256] ppid=16250 vsize=868548 CPUtime=0
/proc/16251/task/16256/stat : 16256 (java) S 16250 16237 15013 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 44848022 889393152 17525 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16251/tid=16257] ppid=16250 vsize=868548 CPUtime=0.27
/proc/16251/task/16257/stat : 16257 (java) S 16250 16237 15013 0 -1 64 1524 0 0 0 27 0 0 0 15 0 9 0 44848022 889393152 17525 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16251/tid=16258] ppid=16250 vsize=868548 CPUtime=0
/proc/16251/task/16258/stat : 16258 (java) S 16250 16237 15013 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 44848022 889393152 17525 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16251/tid=16259] ppid=16250 vsize=868548 CPUtime=0
/proc/16251/task/16259/stat : 16259 (java) S 16250 16237 15013 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 44848022 889393152 17525 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.38
Current children cumulated vsize (KiB) 890644

[startup+25.5028 s]
/proc/loadavg: 2.61 2.63 2.63 3/91 16259
/proc/meminfo: memFree=1516736/2055920 swapFree=4192812/4192956
[pid=16237] ppid=16235 vsize=16740 CPUtime=1.08
/proc/16237/stat : 16237 (sugar++) S 16235 16237 15013 0 -1 4194304 1297 10706 0 1 6 1 95 6 15 0 1 0 44847902 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 252438425698 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/16237/statm: 4185 1104 409 3 0 764 0
[pid=16250] ppid=16237 vsize=5356 CPUtime=0
/proc/16250/stat : 16250 (sh) S 16237 16237 15013 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 44848018 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 252429525828 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/16250/statm: 1339 233 193 169 0 50 0
[pid=16251] ppid=16250 vsize=868548 CPUtime=23.71
/proc/16251/stat : 16251 (java) S 16250 16237 15013 0 -1 0 20777 0 1 0 2206 165 0 0 20 0 9 0 44848018 889393152 17525 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/16251/statm: 217137 17525 2565 9 0 211684 0
[pid=16251/tid=16252] ppid=16250 vsize=868548 CPUtime=21.49
/proc/16251/task/16252/stat : 16252 (java) R 16250 16237 15013 0 -1 64 4858 0 1 0 2004 145 0 0 25 0 9 0 44848019 889393152 17525 996147200 134512640 134550740 4294955920 18446744073709551615 4127119799 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16251/tid=16253] ppid=16250 vsize=868548 CPUtime=1.93
/proc/16251/task/16253/stat : 16253 (java) S 16250 16237 15013 0 -1 64 13698 0 0 0 175 18 0 0 16 0 9 0 44848020 889393152 17525 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=16251/tid=16254] ppid=16250 vsize=868548 CPUtime=0
/proc/16251/task/16254/stat : 16254 (java) S 16250 16237 15013 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 44848020 889393152 17525 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16251/tid=16255] ppid=16250 vsize=868548 CPUtime=0
/proc/16251/task/16255/stat : 16255 (java) S 16250 16237 15013 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 44848020 889393152 17525 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16251/tid=16256] ppid=16250 vsize=868548 CPUtime=0
/proc/16251/task/16256/stat : 16256 (java) S 16250 16237 15013 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 44848022 889393152 17525 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16251/tid=16257] ppid=16250 vsize=868548 CPUtime=0.27
/proc/16251/task/16257/stat : 16257 (java) S 16250 16237 15013 0 -1 64 1524 0 0 0 27 0 0 0 15 0 9 0 44848022 889393152 17525 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16251/tid=16258] ppid=16250 vsize=868548 CPUtime=0
/proc/16251/task/16258/stat : 16258 (java) S 16250 16237 15013 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 44848022 889393152 17525 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16251/tid=16259] ppid=16250 vsize=868548 CPUtime=0
/proc/16251/task/16259/stat : 16259 (java) S 16250 16237 15013 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 44848022 889393152 17525 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 24.79
Current children cumulated vsize (KiB) 890644

[startup+51.1023 s]
/proc/loadavg: 2.66 2.64 2.63 3/91 16259
/proc/meminfo: memFree=1183808/2055920 swapFree=4192812/4192956
[pid=16237] ppid=16235 vsize=16740 CPUtime=1.08
/proc/16237/stat : 16237 (sugar++) S 16235 16237 15013 0 -1 4194304 1297 10706 0 1 6 1 95 6 16 0 1 0 44847902 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 252438425698 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/16237/statm: 4185 1104 409 3 0 764 0
[pid=16250] ppid=16237 vsize=5356 CPUtime=0
/proc/16250/stat : 16250 (sh) S 16237 16237 15013 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 44848018 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 252429525828 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/16250/statm: 1339 233 193 169 0 50 0
[pid=16251] ppid=16250 vsize=868548 CPUtime=48.59
/proc/16251/stat : 16251 (java) S 16250 16237 15013 0 -1 0 22813 0 1 0 4499 360 0 0 20 0 9 0 44848018 889393152 17525 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0

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

/proc/16251/task/16252/stat : 16252 (java) R 16250 16237 15013 0 -1 64 15359 0 1 0 13737 1151 0 0 25 0 9 0 44848019 889393152 17525 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16251/tid=16253] ppid=16250 vsize=868548 CPUtime=6.52
/proc/16251/task/16253/stat : 16253 (java) S 16250 16237 15013 0 -1 64 13698 0 0 0 571 81 0 0 16 0 9 0 44848020 889393152 17525 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=16251/tid=16254] ppid=16250 vsize=868548 CPUtime=0
/proc/16251/task/16254/stat : 16254 (java) S 16250 16237 15013 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 44848020 889393152 17525 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16251/tid=16255] ppid=16250 vsize=868548 CPUtime=0
/proc/16251/task/16255/stat : 16255 (java) S 16250 16237 15013 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 44848020 889393152 17525 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16251/tid=16256] ppid=16250 vsize=868548 CPUtime=0
/proc/16251/task/16256/stat : 16256 (java) S 16250 16237 15013 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 44848022 889393152 17525 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16251/tid=16257] ppid=16250 vsize=868548 CPUtime=0.27
/proc/16251/task/16257/stat : 16257 (java) S 16250 16237 15013 0 -1 64 1524 0 0 0 27 0 0 0 15 0 9 0 44848022 889393152 17525 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16251/tid=16258] ppid=16250 vsize=868548 CPUtime=0
/proc/16251/task/16258/stat : 16258 (java) S 16250 16237 15013 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 44848022 889393152 17525 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16251/tid=16259] ppid=16250 vsize=868548 CPUtime=0
/proc/16251/task/16259/stat : 16259 (java) S 16250 16237 15013 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 44848022 889393152 17525 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 156.79
Current children cumulated vsize (KiB) 890644

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

[startup+166.402 s]
/proc/loadavg: 2.83 2.72 2.66 3/91 16259
/proc/meminfo: memFree=16320/2055920 swapFree=4192812/4192956
[pid=16237] ppid=16235 vsize=16740 CPUtime=1.08
/proc/16237/stat : 16237 (sugar++) S 16235 16237 15013 0 -1 4194304 1297 10706 0 1 6 1 95 6 16 0 1 0 44847902 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 252438425698 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/16237/statm: 4185 1104 409 3 0 764 0
[pid=16250] ppid=16237 vsize=5356 CPUtime=0
/proc/16250/stat : 16250 (sh) S 16237 16237 15013 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 44848018 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 252429525828 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/16250/statm: 1339 233 193 169 0 50 0
[pid=16251] ppid=16250 vsize=868548 CPUtime=159.31
/proc/16251/stat : 16251 (java) S 16250 16237 15013 0 -1 0 31556 0 1 0 14669 1262 0 0 20 0 9 0 44848018 889393152 17525 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/16251/statm: 217137 17525 2565 9 0 211684 0
[pid=16251/tid=16252] ppid=16250 vsize=868548 CPUtime=152.37
/proc/16251/task/16252/stat : 16252 (java) R 16250 16237 15013 0 -1 64 15637 0 1 0 14060 1177 0 0 25 0 9 0 44848019 889393152 17525 996147200 134512640 134550740 4294955920 18446744073709551615 4127083660 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16251/tid=16253] ppid=16250 vsize=868548 CPUtime=6.64
/proc/16251/task/16253/stat : 16253 (java) S 16250 16237 15013 0 -1 64 13698 0 0 0 581 83 0 0 16 0 9 0 44848020 889393152 17525 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16251/tid=16254] ppid=16250 vsize=868548 CPUtime=0
/proc/16251/task/16254/stat : 16254 (java) S 16250 16237 15013 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 44848020 889393152 17525 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16251/tid=16255] ppid=16250 vsize=868548 CPUtime=0
/proc/16251/task/16255/stat : 16255 (java) S 16250 16237 15013 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 44848020 889393152 17525 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16251/tid=16256] ppid=16250 vsize=868548 CPUtime=0
/proc/16251/task/16256/stat : 16256 (java) S 16250 16237 15013 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 44848022 889393152 17525 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16251/tid=16257] ppid=16250 vsize=868548 CPUtime=0.27
/proc/16251/task/16257/stat : 16257 (java) S 16250 16237 15013 0 -1 64 1524 0 0 0 27 0 0 0 15 0 9 0 44848022 889393152 17525 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16251/tid=16258] ppid=16250 vsize=868548 CPUtime=0
/proc/16251/task/16258/stat : 16258 (java) S 16250 16237 15013 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 44848022 889393152 17525 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16251/tid=16259] ppid=16250 vsize=868548 CPUtime=0
/proc/16251/task/16259/stat : 16259 (java) S 16250 16237 15013 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 44848022 889393152 17525 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 160.39
Current children cumulated vsize (KiB) 890644

[startup+179.202 s]
/proc/loadavg: 2.88 2.74 2.66 3/91 16259
/proc/meminfo: memFree=15168/2055920 swapFree=4192812/4192956
[pid=16237] ppid=16235 vsize=16740 CPUtime=1.08
/proc/16237/stat : 16237 (sugar++) S 16235 16237 15013 0 -1 4194304 1297 10706 0 1 6 1 95 6 16 0 1 0 44847902 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 252438425698 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/16237/statm: 4185 1104 409 3 0 764 0
[pid=16250] ppid=16237 vsize=5356 CPUtime=0
/proc/16250/stat : 16250 (sh) S 16237 16237 15013 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 44848018 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 252429525828 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/16250/statm: 1339 233 193 169 0 50 0
[pid=16251] ppid=16250 vsize=868548 CPUtime=171.79
/proc/16251/stat : 16251 (java) S 16250 16237 15013 0 -1 0 32533 0 1 0 15815 1364 0 0 20 0 9 0 44848018 889393152 17525 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/16251/statm: 217137 17525 2565 9 0 211684 0
[pid=16251/tid=16252] ppid=16250 vsize=868548 CPUtime=164.41
/proc/16251/task/16252/stat : 16252 (java) R 16250 16237 15013 0 -1 64 16614 0 1 0 15169 1272 0 0 25 0 9 0 44848019 889393152 17525 996147200 134512640 134550740 4294955920 18446744073709551615 4126567133 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16251/tid=16253] ppid=16250 vsize=868548 CPUtime=7.09
/proc/16251/task/16253/stat : 16253 (java) S 16250 16237 15013 0 -1 64 13698 0 0 0 619 90 0 0 16 0 9 0 44848020 889393152 17525 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16251/tid=16254] ppid=16250 vsize=868548 CPUtime=0
/proc/16251/task/16254/stat : 16254 (java) S 16250 16237 15013 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 44848020 889393152 17525 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16251/tid=16255] ppid=16250 vsize=868548 CPUtime=0
/proc/16251/task/16255/stat : 16255 (java) S 16250 16237 15013 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 44848020 889393152 17525 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16251/tid=16256] ppid=16250 vsize=868548 CPUtime=0
/proc/16251/task/16256/stat : 16256 (java) S 16250 16237 15013 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 44848022 889393152 17525 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16251/tid=16257] ppid=16250 vsize=868548 CPUtime=0.27
/proc/16251/task/16257/stat : 16257 (java) S 16250 16237 15013 0 -1 64 1524 0 0 0 27 0 0 0 15 0 9 0 44848022 889393152 17525 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16251/tid=16258] ppid=16250 vsize=868548 CPUtime=0
/proc/16251/task/16258/stat : 16258 (java) S 16250 16237 15013 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 44848022 889393152 17525 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16251/tid=16259] ppid=16250 vsize=868548 CPUtime=0
/proc/16251/task/16259/stat : 16259 (java) S 16250 16237 15013 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 44848022 889393152 17525 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 172.87
Current children cumulated vsize (KiB) 890644

[startup+185.603 s]
/proc/loadavg: 2.89 2.74 2.66 3/91 16259
/proc/meminfo: memFree=15232/2055920 swapFree=4192812/4192956
[pid=16237] ppid=16235 vsize=16740 CPUtime=1.08
/proc/16237/stat : 16237 (sugar++) S 16235 16237 15013 0 -1 4194304 1297 10706 0 1 6 1 95 6 16 0 1 0 44847902 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 252438425698 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/16237/statm: 4185 1104 409 3 0 764 0
[pid=16250] ppid=16237 vsize=5356 CPUtime=0
/proc/16250/stat : 16250 (sh) S 16237 16237 15013 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 44848018 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 252429525828 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/16250/statm: 1339 233 193 169 0 50 0
[pid=16251] ppid=16250 vsize=868548 CPUtime=178.03
/proc/16251/stat : 16251 (java) S 16250 16237 15013 0 -1 0 33034 0 1 0 16388 1415 0 0 20 0 9 0 44848018 889393152 17525 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/16251/statm: 217137 17525 2565 9 0 211684 0
[pid=16251/tid=16252] ppid=16250 vsize=868548 CPUtime=170.42
/proc/16251/task/16252/stat : 16252 (java) R 16250 16237 15013 0 -1 64 17115 0 1 0 15723 1319 0 0 25 0 9 0 44848019 889393152 17525 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16251/tid=16253] ppid=16250 vsize=868548 CPUtime=7.31
/proc/16251/task/16253/stat : 16253 (java) S 16250 16237 15013 0 -1 64 13698 0 0 0 637 94 0 0 16 0 9 0 44848020 889393152 17525 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=16251/tid=16254] ppid=16250 vsize=868548 CPUtime=0
/proc/16251/task/16254/stat : 16254 (java) S 16250 16237 15013 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 44848020 889393152 17525 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16251/tid=16255] ppid=16250 vsize=868548 CPUtime=0
/proc/16251/task/16255/stat : 16255 (java) S 16250 16237 15013 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 44848020 889393152 17525 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16251/tid=16256] ppid=16250 vsize=868548 CPUtime=0
/proc/16251/task/16256/stat : 16256 (java) S 16250 16237 15013 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 44848022 889393152 17525 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16251/tid=16257] ppid=16250 vsize=868548 CPUtime=0.27
/proc/16251/task/16257/stat : 16257 (java) S 16250 16237 15013 0 -1 64 1524 0 0 0 27 0 0 0 15 0 9 0 44848022 889393152 17525 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16251/tid=16258] ppid=16250 vsize=868548 CPUtime=0
/proc/16251/task/16258/stat : 16258 (java) S 16250 16237 15013 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 44848022 889393152 17525 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16251/tid=16259] ppid=16250 vsize=868548 CPUtime=0
/proc/16251/task/16259/stat : 16259 (java) S 16250 16237 15013 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 44848022 889393152 17525 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 179.11
Current children cumulated vsize (KiB) 890644

[startup+188.802 s]
/proc/loadavg: 2.89 2.74 2.66 3/91 16259
/proc/meminfo: memFree=16256/2055920 swapFree=4192812/4192956
[pid=16237] ppid=16235 vsize=16740 CPUtime=1.08
/proc/16237/stat : 16237 (sugar++) S 16235 16237 15013 0 -1 4194304 1297 10706 0 1 6 1 95 6 16 0 1 0 44847902 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 252438425698 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/16237/statm: 4185 1104 409 3 0 764 0
[pid=16250] ppid=16237 vsize=5356 CPUtime=0
/proc/16250/stat : 16250 (sh) S 16237 16237 15013 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 44848018 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 252429525828 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/16250/statm: 1339 233 193 169 0 50 0
[pid=16251] ppid=16250 vsize=868548 CPUtime=181.13
/proc/16251/stat : 16251 (java) S 16250 16237 15013 0 -1 0 33278 0 1 0 16670 1443 0 0 20 0 9 0 44848018 889393152 17525 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/16251/statm: 217137 17525 2565 9 0 211684 0
[pid=16251/tid=16252] ppid=16250 vsize=868548 CPUtime=173.42
/proc/16251/task/16252/stat : 16252 (java) R 16250 16237 15013 0 -1 64 17359 0 1 0 15996 1346 0 0 25 0 9 0 44848019 889393152 17525 996147200 134512640 134550740 4294955920 18446744073709551615 102064662 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16251/tid=16253] ppid=16250 vsize=868548 CPUtime=7.43
/proc/16251/task/16253/stat : 16253 (java) S 16250 16237 15013 0 -1 64 13698 0 0 0 647 96 0 0 16 0 9 0 44848020 889393152 17525 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16251/tid=16254] ppid=16250 vsize=868548 CPUtime=0
/proc/16251/task/16254/stat : 16254 (java) S 16250 16237 15013 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 44848020 889393152 17525 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16251/tid=16255] ppid=16250 vsize=868548 CPUtime=0
/proc/16251/task/16255/stat : 16255 (java) S 16250 16237 15013 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 44848020 889393152 17525 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16251/tid=16256] ppid=16250 vsize=868548 CPUtime=0
/proc/16251/task/16256/stat : 16256 (java) S 16250 16237 15013 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 44848022 889393152 17525 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16251/tid=16257] ppid=16250 vsize=868548 CPUtime=0.27
/proc/16251/task/16257/stat : 16257 (java) S 16250 16237 15013 0 -1 64 1524 0 0 0 27 0 0 0 15 0 9 0 44848022 889393152 17525 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16251/tid=16258] ppid=16250 vsize=868548 CPUtime=0
/proc/16251/task/16258/stat : 16258 (java) S 16250 16237 15013 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 44848022 889393152 17525 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16251/tid=16259] ppid=16250 vsize=868548 CPUtime=0
/proc/16251/task/16259/stat : 16259 (java) S 16250 16237 15013 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 44848022 889393152 17525 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 182.21
Current children cumulated vsize (KiB) 890644

[startup+190.405 s]
/proc/loadavg: 2.89 2.74 2.66 4/81 16259
/proc/meminfo: memFree=1612624/2055920 swapFree=4192812/4192956
[pid=16237] ppid=16235 vsize=16740 CPUtime=183.72
/proc/16237/stat : 16237 (sugar++) R 16235 16237 15013 0 -1 4194304 1320 44332 0 2 6 83 16826 1457 16 0 1 0 44847902 17141760 1105 996147200 4194304 4206940 548682068528 18446744073709551615 252429702185 0 0 4224 16386 0 0 0 17 1 0 0
/proc/16237/statm: 4185 1105 410 3 0 764 0
Current children cumulated CPU time (s) 183.72
Current children cumulated vsize (KiB) 16740

[startup+191.202 s]
/proc/loadavg: 2.89 2.74 2.66 4/81 16259
/proc/meminfo: memFree=1612624/2055920 swapFree=4192812/4192956
[pid=16237] ppid=16235 vsize=16740 CPUtime=183.88
/proc/16237/stat : 16237 (sugar++) D 16235 16237 15013 0 -1 4194304 1320 44332 0 2 6 99 16826 1457 15 0 1 0 44847902 17141760 1105 996147200 4194304 4206940 548682068528 18446744073709551615 252429702185 0 0 4224 16386 18446744071563608240 0 0 17 1 0 0
/proc/16237/statm: 4185 1105 410 3 0 764 0
Current children cumulated CPU time (s) 183.88
Current children cumulated vsize (KiB) 16740

[startup+191.602 s]
/proc/loadavg: 2.89 2.74 2.66 2/81 16259
/proc/meminfo: memFree=1846224/2055920 swapFree=4192812/4192956
[pid=16237] ppid=16235 vsize=16740 CPUtime=183.9
/proc/16237/stat : 16237 (sugar++) D 16235 16237 15013 0 -1 4194304 1320 44332 0 2 6 101 16826 1457 15 0 1 0 44847902 17141760 1105 996147200 4194304 4206940 548682068528 18446744073709551615 252429702185 0 0 4224 16386 18446744071563608240 0 0 17 1 0 0
/proc/16237/statm: 4185 1105 410 3 0 764 0
Current children cumulated CPU time (s) 183.9
Current children cumulated vsize (KiB) 16740

Child status: 0
Real time (s): 191.635
CPU time (s): 183.92
CPU user time (s): 168.331
CPU system time (s): 15.5886
CPU usage (%): 95.974
Max. virtual memory (cumulated for all children) (KiB): 891036

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 168.331
system time used= 15.5886
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 45708
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= 105813
involuntary context switches= 110164

runsolver used 0.26196 second user time and 0.644901 second system time

The end

Launcher Data (download as text)

Begin job on node12 at 2008-07-12 18:50:51
IDJOB=1113279
IDBENCH=61556
IDSOLVER=367
FILE ID=node12/1113279-1215881451
PBS_JOBID= 7903499
Free space on /tmp= 66360 MiB

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

TIME LIMIT= 3600 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 4a2ea02751f7df9d0bb61a77d9049c7d
RANDOM SEED=2059417034

node12.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.212
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	: 5931.00
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.212
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:       1826104 kB
Buffers:          7972 kB
Cached:          46972 kB
SwapCached:          0 kB
Active:         165576 kB
Inactive:        12028 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1826104 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            2556 kB
Writeback:           0 kB
Mapped:         142928 kB
Slab:            37352 kB
Committed_AS:   985876 kB
PageTables:       2104 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= 66356 MiB
End job on node12 at 2008-07-12 18:54:03