Trace number 1126491

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 NameAnswerCPU timeWall clock time
Sugar++ v1.13+minisat-inc? 2564.78 2585.01

General information on the benchmark

Namemaxcsp/maxclique/
normalized-hamming-10-4_ext.xml
MD5SUM78e923276aad705ff0451093db71c7f4
Bench Category2-ARY-EXT (binary constraints in extension)
Best result obtained on this benchmarkMSAT TO
Best Number of falsified constraints984
Best CPU time to get the best result obtained on this benchmark3600.08
Satisfiable
(Un)Satisfiability was proved
Number of variables1025
Number of constraints90624
Maximum constraint arity2
Maximum domain size2
Number of constraints which are defined in extension90624
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.05/0.63	c 0	Sugar++ v1-13 + HOME/minisat-inc
0.05/0.66	c 0	BEGIN Wed Jul 16 06:45:11 2008
0.05/0.66	c 0	PID 24127
0.05/0.67	c 0	HOST node63.alineos.net
0.05/0.67	c 0	CONVERTING HOME/instance-1126491-1216183510.xml TO HOME/temp.csp
0.05/0.67	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1126491-1216183510.xml' 'HOME/temp.csp'
3.14/3.96	c 3	2 domains, 1025 variables, 0 predicates, 2 relations, 90624 constraints
3.20/4.02	c 3	ENCODING HOME/temp.csp TO HOME/temp.cnf
3.20/4.02	c 3	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -max -incremental -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
3.20/4.09	c 3	Parsing HOME/temp.csp
3.49/4.38	c 4	parsed 10000 expressions
3.68/4.57	c 4	parsed 20000 expressions
3.89/4.77	c 4	parsed 30000 expressions
4.08/4.93	c 4	parsed 40000 expressions
4.29/5.16	c 5	parsed 50000 expressions
4.48/5.31	c 5	parsed 60000 expressions
4.58/5.47	c 5	parsed 70000 expressions
4.88/5.76	c 5	parsed 80000 expressions
5.08/5.91	c 5	parsed 90000 expressions
5.08/5.94	c 5	parsed 91653 expressions
5.08/5.95	c 5	Heap : 24 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
5.78/6.62	c 6	MAX CSP: 90624 constraints
5.78/6.62	c 6	Converting to clausal form CSP
6.48/7.32	c 7	converted 18228 (10%) expressions
6.68/7.54	c 7	converted 36456 (20%) expressions
6.89/7.76	c 7	converted 54684 (30%) expressions
7.08/7.99	c 7	converted 72912 (40%) expressions
7.37/8.21	c 8	converted 91140 (50%) expressions
7.58/8.44	c 8	converted 109368 (60%) expressions
8.58/9.42	c 9	converted 127596 (70%) expressions
8.77/9.65	c 9	converted 145824 (80%) expressions
8.98/9.88	c 9	converted 164052 (90%) expressions
19.18/20.05	c 19	converted 182280 (100%) expressions
19.18/20.07	c 19	CSP : 182273 integers, 0 booleans, 271871 clauses, largest domain size 135937
19.18/20.07	c 19	Heap : 236 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
19.18/20.07	c 19	Propagation in CSP
22.46/23.34	c 23	90620 values, 0 unsatisfiable literals, and 0 valid clauses are removed
22.46/23.35	c 23	CSP : 182273 integers, 0 booleans, 271871 clauses, largest domain size 90625
22.46/23.35	c 23	Heap : 255 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
22.57/23.43	c 23	Simplifing CSP by introducing new Boolean variables
22.67/23.52	c 23	CSP : 182273 integers, 0 booleans, 271871 clauses, largest domain size 90625
22.67/23.52	c 23	Heap : 255 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
23.86/24.78	c 24	Encoding CSP to SAT : HOME/temp.cnf
23.96/24.85	c 24	18228 (10%) CSP integer variables are encoded (0 clauses, 64 bytes)
23.96/24.87	c 24	36455 (20%) CSP integer variables are encoded (0 clauses, 64 bytes)
23.96/24.90	c 24	54682 (30%) CSP integer variables are encoded (0 clauses, 64 bytes)
24.05/24.92	c 24	72910 (40%) CSP integer variables are encoded (0 clauses, 64 bytes)
24.05/24.94	c 24	91137 (50%) CSP integer variables are encoded (0 clauses, 64 bytes)
25.83/26.78	c 26	109364 (60%) CSP integer variables are encoded (1550458 clauses, 27626072 bytes)
26.23/27.19	c 27	127592 (70%) CSP integer variables are encoded (1871361 clauses, 33723229 bytes)
26.73/27.61	c 27	145819 (80%) CSP integer variables are encoded (2207471 clauses, 40109319 bytes)
27.03/27.94	c 27	164046 (90%) CSP integer variables are encoded (2461110 clauses, 44928460 bytes)
27.42/28.33	c 28	182273 (100%) CSP integer variables are encoded (2768901 clauses, 50776489 bytes)
27.92/28.84	c 28	27188 (10%) CSP clauses are encoded (2796089 clauses, 51210164 bytes)
28.41/29.34	c 29	54375 (20%) CSP clauses are encoded (2823276 clauses, 51672158 bytes)
28.91/29.86	c 29	81562 (30%) CSP clauses are encoded (2850463 clauses, 52134756 bytes)
2563.74/2582.28	c 2582	ERROR Exception Too large HOME/temp.cnf
2563.83/2582.36	c 2582	jp.ac.kobe_u.cs.sugar.encoder.Encoder.encode(Encoder.java:219)
2563.83/2582.36	c 2582	jp.ac.kobe_u.cs.sugar.SugarMain.encode(SugarMain.java:130)
2563.83/2582.36	c 2582	jp.ac.kobe_u.cs.sugar.SugarMain.main(SugarMain.java:258)
2563.83/2582.36	s UNKNOWN
2563.87/2582.76	c 2582	CPU 2545.86 (0.05 0.02 2545.81 18.01)
2563.87/2582.76	c 2582	END Wed Jul 16 07:28:13 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-1126491-1216183510/watcher-1126491-1216183510 -o /tmp/evaluation-result-1126491-1216183510/solver-1126491-1216183510 -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-1126491-1216183510.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.88 2.35 2.14 3/81 24127
/proc/meminfo: memFree=1889304/2055920 swapFree=4192812/4192956
[pid=24127] ppid=24125 vsize=18572 CPUtime=0
/proc/24127/stat : 24127 (runsolver) R 24125 24127 22309 0 -1 4194368 15 0 0 0 0 0 0 0 18 0 1 0 75048819 19017728 292 996147200 4194304 4296836 548682068192 18446744073709551615 244276849959 0 0 4096 24578 0 0 0 17 1 0 0
/proc/24127/statm: 4643 292 257 25 0 2626 0

[startup+0.082891 s]
/proc/loadavg: 2.88 2.35 2.14 3/81 24127
/proc/meminfo: memFree=1889304/2055920 swapFree=4192812/4192956
[pid=24127] ppid=24125 vsize=12272 CPUtime=0
/proc/24127/stat : 24127 (sugar++) D 24125 24127 22309 0 -1 4194304 362 0 0 0 0 0 0 0 18 0 1 0 75048819 12566528 330 996147200 4194304 4206940 548682068528 18446744073709551615 244285747298 0 0 4224 0 18446744071563608240 0 0 17 0 0 0
/proc/24127/statm: 3068 330 246 3 0 168 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 12272

[startup+0.101891 s]
/proc/loadavg: 2.88 2.35 2.14 3/81 24127
/proc/meminfo: memFree=1889304/2055920 swapFree=4192812/4192956
[pid=24127] ppid=24125 vsize=12412 CPUtime=0
/proc/24127/stat : 24127 (sugar++) D 24125 24127 22309 0 -1 4194304 414 0 0 0 0 0 0 0 18 0 1 0 75048819 12709888 382 996147200 4194304 4206940 548682068528 18446744073709551615 244285747298 0 0 4224 0 18446744071563479169 0 0 17 0 0 0
/proc/24127/statm: 3103 382 275 3 0 203 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 12412

[startup+0.301912 s]
/proc/loadavg: 2.88 2.35 2.14 3/81 24127
/proc/meminfo: memFree=1889304/2055920 swapFree=4192812/4192956
[pid=24127] ppid=24125 vsize=13336 CPUtime=0.03
/proc/24127/stat : 24127 (sugar++) D 24125 24127 22309 0 -1 4194304 739 0 0 0 2 1 0 0 18 0 1 0 75048819 13656064 707 996147200 4194304 4206940 548682068528 18446744073709551615 244285747298 0 0 4224 0 18446744071563479169 0 0 17 0 0 0
/proc/24127/statm: 3334 707 338 3 0 434 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13336

[startup+0.701961 s]
/proc/loadavg: 2.88 2.35 2.14 3/81 24127
/proc/meminfo: memFree=1889304/2055920 swapFree=4192812/4192956
[pid=24127] ppid=24125 vsize=16740 CPUtime=0.07
/proc/24127/stat : 24127 (sugar++) S 24125 24127 22309 0 -1 4194304 1217 128 2 0 5 2 0 0 18 0 1 0 75048819 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 244285747298 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/24127/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16740

[startup+1.50205 s]
/proc/loadavg: 2.88 2.35 2.14 4/92 24139
/proc/meminfo: memFree=1878208/2055920 swapFree=4192812/4192956
[pid=24127] ppid=24125 vsize=16740 CPUtime=0.07
/proc/24127/stat : 24127 (sugar++) S 24125 24127 22309 0 -1 4194304 1217 128 2 0 5 2 0 0 18 0 1 0 75048819 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 244285747298 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/24127/statm: 4185 1104 409 3 0 764 0
[pid=24130] ppid=24127 vsize=5356 CPUtime=0
/proc/24130/stat : 24130 (sh) S 24127 24127 22309 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 75048886 5484544 233 996147200 4194304 4889804 548682068752 18446744073709551615 244276847428 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24130/statm: 1339 233 193 169 0 50 0
[pid=24131] ppid=24130 vsize=864660 CPUtime=0.7
/proc/24131/stat : 24131 (java) S 24130 24127 22309 0 -1 0 9379 0 1 0 64 6 0 0 18 0 9 0 75048887 885411840 7909 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/24131/statm: 216165 7909 2529 9 0 210747 0
[pid=24131/tid=24132] ppid=24130 vsize=864660 CPUtime=0.37
/proc/24131/task/24132/stat : 24132 (java) R 24130 24127 22309 0 -1 64 2804 0 1 0 34 3 0 0 25 0 9 0 75048891 885411840 7909 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24131/tid=24133] ppid=24130 vsize=864660 CPUtime=0.21
/proc/24131/task/24133/stat : 24133 (java) R 24130 24127 22309 0 -1 64 5391 0 0 0 20 1 0 0 16 0 9 0 75048899 885411840 7909 996147200 134512640 134550740 4294956000 18446744073709551615 101443168 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=24131/tid=24134] ppid=24130 vsize=864660 CPUtime=0
/proc/24131/task/24134/stat : 24134 (java) S 24130 24127 22309 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 75048899 885411840 7909 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24131/tid=24135] ppid=24130 vsize=864660 CPUtime=0
/proc/24131/task/24135/stat : 24135 (java) S 24130 24127 22309 0 -1 64 10 0 0 0 0 0 0 0 15 0 9 0 75048899 885411840 7909 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24131/tid=24136] ppid=24130 vsize=864660 CPUtime=0
/proc/24131/task/24136/stat : 24136 (java) S 24130 24127 22309 0 -1 64 0 0 0 0 0 0 0 0 22 0 9 0 75048901 885411840 7909 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24131/tid=24137] ppid=24130 vsize=864660 CPUtime=0.08
/proc/24131/task/24137/stat : 24137 (java) S 24130 24127 22309 0 -1 64 484 0 0 0 8 0 0 0 17 0 9 0 75048901 885411840 7909 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24131/tid=24138] ppid=24130 vsize=864660 CPUtime=0
/proc/24131/task/24138/stat : 24138 (java) S 24130 24127 22309 0 -1 64 2 0 0 0 0 0 0 0 23 0 9 0 75048902 885411840 7909 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24131/tid=24139] ppid=24130 vsize=864660 CPUtime=0
/proc/24131/task/24139/stat : 24139 (java) S 24130 24127 22309 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 75048902 885411840 7909 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 0.77
Current children cumulated vsize (KiB) 886756

[startup+3.10224 s]
/proc/loadavg: 2.89 2.36 2.14 3/92 24139
/proc/meminfo: memFree=1839360/2055920 swapFree=4192812/4192956
[pid=24127] ppid=24125 vsize=16740 CPUtime=0.07
/proc/24127/stat : 24127 (sugar++) S 24125 24127 22309 0 -1 4194304 1217 128 2 0 5 2 0 0 18 0 1 0 75048819 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 244285747298 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/24127/statm: 4185 1104 409 3 0 764 0
[pid=24130] ppid=24127 vsize=5356 CPUtime=0
/proc/24130/stat : 24130 (sh) S 24127 24127 22309 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 75048886 5484544 233 996147200 4194304 4889804 548682068752 18446744073709551615 244276847428 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24130/statm: 1339 233 193 169 0 50 0
[pid=24131] ppid=24130 vsize=866688 CPUtime=2.28
/proc/24131/stat : 24131 (java) S 24130 24127 22309 0 -1 0 26889 0 1 0 213 15 0 0 18 0 9 0 75048887 887488512 23001 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/24131/statm: 216672 23001 2529 9 0 211254 0
[pid=24131/tid=24132] ppid=24130 vsize=866688 CPUtime=1.06
/proc/24131/task/24132/stat : 24132 (java) R 24130 24127 22309 0 -1 64 3367 0 1 0 103 3 0 0 25 0 9 0 75048891 887488512 23001 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24131/tid=24133] ppid=24130 vsize=866688 CPUtime=1.08
/proc/24131/task/24133/stat : 24133 (java) R 24130 24127 22309 0 -1 64 22322 0 0 0 98 10 0 0 17 0 9 0 75048899 887488512 23001 996147200 134512640 134550740 4294956000 18446744073709551615 104181397 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=24131/tid=24134] ppid=24130 vsize=866688 CPUtime=0
/proc/24131/task/24134/stat : 24134 (java) S 24130 24127 22309 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 75048899 887488512 23001 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24131/tid=24135] ppid=24130 vsize=866688 CPUtime=0
/proc/24131/task/24135/stat : 24135 (java) S 24130 24127 22309 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 75048899 887488512 23001 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24131/tid=24136] ppid=24130 vsize=866688 CPUtime=0
/proc/24131/task/24136/stat : 24136 (java) S 24130 24127 22309 0 -1 64 0 0 0 0 0 0 0 0 22 0 9 0 75048901 887488512 23001 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24131/tid=24137] ppid=24130 vsize=866688 CPUtime=0.11
/proc/24131/task/24137/stat : 24137 (java) S 24130 24127 22309 0 -1 64 500 0 0 0 11 0 0 0 16 0 9 0 75048901 887488512 23001 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24131/tid=24138] ppid=24130 vsize=866688 CPUtime=0
/proc/24131/task/24138/stat : 24138 (java) S 24130 24127 22309 0 -1 64 2 0 0 0 0 0 0 0 23 0 9 0 75048902 887488512 23001 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24131/tid=24139] ppid=24130 vsize=866688 CPUtime=0
/proc/24131/task/24139/stat : 24139 (java) S 24130 24127 22309 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 75048902 887488512 23001 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.35
Current children cumulated vsize (KiB) 888784

[startup+6.30158 s]
/proc/loadavg: 2.89 2.36 2.14 3/92 24149
/proc/meminfo: memFree=1858176/2055920 swapFree=4192812/4192956
[pid=24127] ppid=24125 vsize=16740 CPUtime=3.22
/proc/24127/stat : 24127 (sugar++) S 24125 24127 22309 0 -1 4194304 1295 28431 2 1 5 2 297 18 15 0 1 0 75048819 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 244285747298 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24127/statm: 4185 1104 409 3 0 764 0
[pid=24140] ppid=24127 vsize=5356 CPUtime=0
/proc/24140/stat : 24140 (sh) S 24127 24127 22309 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 75049221 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 244276847428 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24140/statm: 1339 233 193 169 0 50 0
[pid=24141] ppid=24140 vsize=865160 CPUtime=2.26
/proc/24141/stat : 24141 (java) S 24140 24127 22309 0 -1 0 15123 0 1 0 218 8 0 0 18 0 9 0 75049221 885923840 13151 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24141/statm: 216290 13151 2540 9 0 210865 0
[pid=24141/tid=24142] ppid=24140 vsize=865160 CPUtime=1.27
/proc/24141/task/24142/stat : 24142 (java) R 24140 24127 22309 0 -1 64 2981 0 1 0 125 2 0 0 24 0 9 0 75049222 885923840 13151 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24141/tid=24143] ppid=24140 vsize=865160 CPUtime=0.88
/proc/24141/task/24143/stat : 24143 (java) R 24140 24127 22309 0 -1 64 11097 0 0 0 84 4 0 0 16 0 9 0 75049223 885923840 13151 996147200 134512640 134550740 4294955920 18446744073709551615 102731793 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=24141/tid=24144] ppid=24140 vsize=865160 CPUtime=0
/proc/24141/task/24144/stat : 24144 (java) S 24140 24127 22309 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 75049223 885923840 13151 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24141/tid=24145] ppid=24140 vsize=865160 CPUtime=0
/proc/24141/task/24145/stat : 24145 (java) S 24140 24127 22309 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 75049224 885923840 13151 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24141/tid=24146] ppid=24140 vsize=865160 CPUtime=0
/proc/24141/task/24146/stat : 24146 (java) S 24140 24127 22309 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 75049225 885923840 13151 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24141/tid=24147] ppid=24140 vsize=865160 CPUtime=0.08
/proc/24141/task/24147/stat : 24147 (java) S 24140 24127 22309 0 -1 64 348 0 0 0 8 0 0 0 15 0 9 0 75049225 885923840 13151 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24141/tid=24148] ppid=24140 vsize=865160 CPUtime=0
/proc/24141/task/24148/stat : 24148 (java) S 24140 24127 22309 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 75049225 885923840 13151 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24141/tid=24149] ppid=24140 vsize=865160 CPUtime=0
/proc/24141/task/24149/stat : 24149 (java) S 24140 24127 22309 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 75049225 885923840 13151 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 5.48
Current children cumulated vsize (KiB) 887256

[startup+12.7023 s]
/proc/loadavg: 2.75 2.35 2.14 3/92 24149
/proc/meminfo: memFree=1720512/2055920 swapFree=4192812/4192956
[pid=24127] ppid=24125 vsize=16740 CPUtime=3.22
/proc/24127/stat : 24127 (sugar++) S 24125 24127 22309 0 -1 4194304 1295 28431 2 1 5 2 297 18 15 0 1 0 75048819 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 244285747298 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24127/statm: 4185 1104 409 3 0 764 0
[pid=24140] ppid=24127 vsize=5356 CPUtime=0
/proc/24140/stat : 24140 (sh) S 24127 24127 22309 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 75049221 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 244276847428 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24140/statm: 1339 233 193 169 0 50 0
[pid=24141] ppid=24140 vsize=868432 CPUtime=8.66
/proc/24141/stat : 24141 (java) S 24140 24127 22309 0 -1 0 59886 0 1 0 837 29 0 0 18 0 9 0 75049221 889274368 45495 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24141/statm: 217108 45495 2540 9 0 211683 0
[pid=24141/tid=24142] ppid=24140 vsize=868432 CPUtime=4.93
/proc/24141/task/24142/stat : 24142 (java) R 24140 24127 22309 0 -1 64 4468 0 1 0 490 3 0 0 25 0 9 0 75049222 889274368 45495 996147200 134512640 134550740 4294955920 18446744073709551615 4126931095 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24141/tid=24143] ppid=24140 vsize=868432 CPUtime=3.49
/proc/24141/task/24143/stat : 24143 (java) S 24140 24127 22309 0 -1 64 53242 0 0 0 325 24 0 0 16 0 9 0 75049223 889274368 45495 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=24141/tid=24144] ppid=24140 vsize=868432 CPUtime=0
/proc/24141/task/24144/stat : 24144 (java) S 24140 24127 22309 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 75049223 889274368 45495 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24141/tid=24145] ppid=24140 vsize=868432 CPUtime=0
/proc/24141/task/24145/stat : 24145 (java) S 24140 24127 22309 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 75049224 889274368 45495 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24141/tid=24146] ppid=24140 vsize=868432 CPUtime=0
/proc/24141/task/24146/stat : 24146 (java) S 24140 24127 22309 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 75049225 889274368 45495 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24141/tid=24147] ppid=24140 vsize=868432 CPUtime=0.22
/proc/24141/task/24147/stat : 24147 (java) S 24140 24127 22309 0 -1 64 1479 0 0 0 21 1 0 0 16 0 9 0 75049225 889274368 45495 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24141/tid=24148] ppid=24140 vsize=868432 CPUtime=0
/proc/24141/task/24148/stat : 24148 (java) S 24140 24127 22309 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 75049225 889274368 45495 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24141/tid=24149] ppid=24140 vsize=868432 CPUtime=0
/proc/24141/task/24149/stat : 24149 (java) S 24140 24127 22309 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 75049225 889274368 45495 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 11.88
Current children cumulated vsize (KiB) 890528

[startup+25.5027 s]
/proc/loadavg: 2.71 2.35 2.15 3/92 24149
/proc/meminfo: memFree=1610496/2055920 swapFree=4192812/4192956
[pid=24127] ppid=24125 vsize=16740 CPUtime=3.22
/proc/24127/stat : 24127 (sugar++) S 24125 24127 22309 0 -1 4194304 1295 28431 2 1 5 2 297 18 15 0 1 0 75048819 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 244285747298 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24127/statm: 4185 1104 409 3 0 764 0
[pid=24140] ppid=24127 vsize=5356 CPUtime=0
/proc/24140/stat : 24140 (sh) S 24127 24127 22309 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 75049221 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 244276847428 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24140/statm: 1339 233 193 169 0 50 0
[pid=24141] ppid=24140 vsize=868544 CPUtime=21.43
/proc/24141/stat : 24141 (java) S 24140 24127 22309 0 -1 0 98196 0 1 0 2090 53 0 0 18 0 9 0 75049221 889389056 69245 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24141/statm: 217136 69245 2565 9 0 211683 0
[pid=24141/tid=24142] ppid=24140 vsize=868544 CPUtime=13.83
/proc/24141/task/24142/stat : 24142 (java) R 24140 24127 22309 0 -1 64 5393 0 1 0 1374 9 0 0 24 0 9 0 75049222 889389056 69245 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24141/tid=24143] ppid=24140 vsize=868544 CPUtime=7.31
/proc/24141/task/24143/stat : 24143 (java) S 24140 24127 22309 0 -1 64 90592 0 0 0 689 42 0 0 16 0 9 0 75049223 889389056 69245 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=24141/tid=24144] ppid=24140 vsize=868544 CPUtime=0
/proc/24141/task/24144/stat : 24144 (java) S 24140 24127 22309 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 75049223 889389056 69245 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24141/tid=24145] ppid=24140 vsize=868544 CPUtime=0
/proc/24141/task/24145/stat : 24145 (java) S 24140 24127 22309 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 75049224 889389056 69245 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0

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

[pid=24141] ppid=24140 vsize=868544 CPUtime=2483.16
/proc/24141/stat : 24141 (java) S 24140 24127 22309 0 -1 0 113568 0 1 0 247191 1125 0 0 18 0 9 0 75049221 889389056 69544 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24141/statm: 217136 69544 2567 9 0 211683 0
[pid=24141/tid=24142] ppid=24140 vsize=868544 CPUtime=2461.98
/proc/24141/task/24142/stat : 24142 (java) R 24140 24127 22309 0 -1 64 20475 0 1 0 245215 983 0 0 25 0 9 0 75049222 889389056 69544 996147200 134512640 134550740 4294955920 18446744073709551615 4126569780 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24141/tid=24143] ppid=24140 vsize=868544 CPUtime=20.83
/proc/24141/task/24143/stat : 24143 (java) S 24140 24127 22309 0 -1 64 90856 0 0 0 1944 139 0 0 16 0 9 0 75049223 889389056 69544 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=24141/tid=24144] ppid=24140 vsize=868544 CPUtime=0
/proc/24141/task/24144/stat : 24144 (java) S 24140 24127 22309 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 75049223 889389056 69544 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24141/tid=24145] ppid=24140 vsize=868544 CPUtime=0
/proc/24141/task/24145/stat : 24145 (java) S 24140 24127 22309 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 75049224 889389056 69544 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24141/tid=24146] ppid=24140 vsize=868544 CPUtime=0
/proc/24141/task/24146/stat : 24146 (java) S 24140 24127 22309 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 75049225 889389056 69544 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24141/tid=24147] ppid=24140 vsize=868544 CPUtime=0.3
/proc/24141/task/24147/stat : 24147 (java) S 24140 24127 22309 0 -1 64 1540 0 0 0 29 1 0 0 17 0 9 0 75049225 889389056 69544 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24141/tid=24148] ppid=24140 vsize=868544 CPUtime=0
/proc/24141/task/24148/stat : 24148 (java) S 24140 24127 22309 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 75049225 889389056 69544 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24141/tid=24149] ppid=24140 vsize=868544 CPUtime=0
/proc/24141/task/24149/stat : 24149 (java) S 24140 24127 22309 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 75049225 889389056 69544 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2486.38
Current children cumulated vsize (KiB) 890640

[startup+2562.3 s]
/proc/loadavg: 2.99 2.32 2.11 3/92 24249
/proc/meminfo: memFree=41024/2055920 swapFree=4192812/4192956
[pid=24127] ppid=24125 vsize=16740 CPUtime=3.22
/proc/24127/stat : 24127 (sugar++) S 24125 24127 22309 0 -1 4194304 1295 28431 2 1 5 2 297 18 15 0 1 0 75048819 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 244285747298 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24127/statm: 4185 1104 409 3 0 764 0
[pid=24140] ppid=24127 vsize=5356 CPUtime=0
/proc/24140/stat : 24140 (sh) S 24127 24127 22309 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 75049221 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 244276847428 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24140/statm: 1339 233 193 169 0 50 0
[pid=24141] ppid=24140 vsize=868544 CPUtime=2541.36
/proc/24141/stat : 24141 (java) S 24140 24127 22309 0 -1 0 114567 0 1 0 252526 1610 0 0 18 0 9 0 75049221 889389056 69545 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24141/statm: 217136 69545 2567 9 0 211683 0
[pid=24141/tid=24142] ppid=24140 vsize=868544 CPUtime=2519.31
/proc/24141/task/24142/stat : 24142 (java) R 24140 24127 22309 0 -1 64 21473 0 1 0 250471 1460 0 0 25 0 9 0 75049222 889389056 69545 996147200 134512640 134550740 4294955920 18446744073709551615 4127208933 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24141/tid=24143] ppid=24140 vsize=868544 CPUtime=21.69
/proc/24141/task/24143/stat : 24143 (java) S 24140 24127 22309 0 -1 64 90856 0 0 0 2023 146 0 0 16 0 9 0 75049223 889389056 69545 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=24141/tid=24144] ppid=24140 vsize=868544 CPUtime=0
/proc/24141/task/24144/stat : 24144 (java) S 24140 24127 22309 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 75049223 889389056 69545 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24141/tid=24145] ppid=24140 vsize=868544 CPUtime=0
/proc/24141/task/24145/stat : 24145 (java) S 24140 24127 22309 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 75049224 889389056 69545 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24141/tid=24146] ppid=24140 vsize=868544 CPUtime=0
/proc/24141/task/24146/stat : 24146 (java) S 24140 24127 22309 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 75049225 889389056 69545 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24141/tid=24147] ppid=24140 vsize=868544 CPUtime=0.31
/proc/24141/task/24147/stat : 24147 (java) S 24140 24127 22309 0 -1 64 1541 0 0 0 30 1 0 0 17 0 9 0 75049225 889389056 69545 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24141/tid=24148] ppid=24140 vsize=868544 CPUtime=0
/proc/24141/task/24148/stat : 24148 (java) S 24140 24127 22309 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 75049225 889389056 69545 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24141/tid=24149] ppid=24140 vsize=868544 CPUtime=0
/proc/24141/task/24149/stat : 24149 (java) S 24140 24127 22309 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 75049225 889389056 69545 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2544.58
Current children cumulated vsize (KiB) 890640

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

[startup+2572.8 s]
/proc/loadavg: 3.07 2.35 2.12 3/92 24249
/proc/meminfo: memFree=15424/2055920 swapFree=4192812/4192956
[pid=24127] ppid=24125 vsize=16740 CPUtime=3.22
/proc/24127/stat : 24127 (sugar++) S 24125 24127 22309 0 -1 4194304 1295 28431 2 1 5 2 297 18 15 0 1 0 75048819 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 244285747298 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24127/statm: 4185 1104 409 3 0 764 0
[pid=24140] ppid=24127 vsize=5356 CPUtime=0
/proc/24140/stat : 24140 (sh) S 24127 24127 22309 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 75049221 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 244276847428 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24140/statm: 1339 233 193 169 0 50 0
[pid=24141] ppid=24140 vsize=868544 CPUtime=2551.43
/proc/24141/stat : 24141 (java) S 24140 24127 22309 0 -1 0 114740 0 1 0 253447 1696 0 0 18 0 9 0 75049221 889389056 69545 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24141/statm: 217136 69545 2567 9 0 211683 0
[pid=24141/tid=24142] ppid=24140 vsize=868544 CPUtime=2529.24
/proc/24141/task/24142/stat : 24142 (java) R 24140 24127 22309 0 -1 64 21646 0 1 0 251378 1546 0 0 25 0 9 0 75049222 889389056 69545 996147200 134512640 134550740 4294955920 18446744073709551615 4126569786 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24141/tid=24143] ppid=24140 vsize=868544 CPUtime=21.85
/proc/24141/task/24143/stat : 24143 (java) S 24140 24127 22309 0 -1 64 90856 0 0 0 2038 147 0 0 16 0 9 0 75049223 889389056 69545 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=24141/tid=24144] ppid=24140 vsize=868544 CPUtime=0
/proc/24141/task/24144/stat : 24144 (java) S 24140 24127 22309 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 75049223 889389056 69545 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24141/tid=24145] ppid=24140 vsize=868544 CPUtime=0
/proc/24141/task/24145/stat : 24145 (java) S 24140 24127 22309 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 75049224 889389056 69545 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24141/tid=24146] ppid=24140 vsize=868544 CPUtime=0
/proc/24141/task/24146/stat : 24146 (java) S 24140 24127 22309 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 75049225 889389056 69545 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24141/tid=24147] ppid=24140 vsize=868544 CPUtime=0.31
/proc/24141/task/24147/stat : 24147 (java) S 24140 24127 22309 0 -1 64 1541 0 0 0 30 1 0 0 17 0 9 0 75049225 889389056 69545 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24141/tid=24148] ppid=24140 vsize=868544 CPUtime=0
/proc/24141/task/24148/stat : 24148 (java) S 24140 24127 22309 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 75049225 889389056 69545 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24141/tid=24149] ppid=24140 vsize=868544 CPUtime=0
/proc/24141/task/24149/stat : 24149 (java) S 24140 24127 22309 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 75049225 889389056 69545 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2554.65
Current children cumulated vsize (KiB) 890640

[startup+2579.2 s]
/proc/loadavg: 3.22 2.40 2.14 3/92 24249
/proc/meminfo: memFree=15040/2055920 swapFree=4192812/4192956
[pid=24127] ppid=24125 vsize=16740 CPUtime=3.22
/proc/24127/stat : 24127 (sugar++) S 24125 24127 22309 0 -1 4194304 1295 28431 2 1 5 2 297 18 15 0 1 0 75048819 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 244285747298 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24127/statm: 4185 1104 409 3 0 764 0
[pid=24140] ppid=24127 vsize=5356 CPUtime=0
/proc/24140/stat : 24140 (sh) S 24127 24127 22309 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 75049221 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 244276847428 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24140/statm: 1339 233 193 169 0 50 0
[pid=24141] ppid=24140 vsize=868544 CPUtime=2557.63
/proc/24141/stat : 24141 (java) S 24140 24127 22309 0 -1 0 114846 0 1 0 254009 1754 0 0 18 0 9 0 75049221 889389056 69545 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24141/statm: 217136 69545 2567 9 0 211683 0
[pid=24141/tid=24142] ppid=24140 vsize=868544 CPUtime=2535.35
/proc/24141/task/24142/stat : 24142 (java) R 24140 24127 22309 0 -1 64 21752 0 1 0 251932 1603 0 0 25 0 9 0 75049222 889389056 69545 996147200 134512640 134550740 4294955920 18446744073709551615 4127096837 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24141/tid=24143] ppid=24140 vsize=868544 CPUtime=21.94
/proc/24141/task/24143/stat : 24143 (java) S 24140 24127 22309 0 -1 64 90856 0 0 0 2046 148 0 0 16 0 9 0 75049223 889389056 69545 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=24141/tid=24144] ppid=24140 vsize=868544 CPUtime=0
/proc/24141/task/24144/stat : 24144 (java) S 24140 24127 22309 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 75049223 889389056 69545 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24141/tid=24145] ppid=24140 vsize=868544 CPUtime=0
/proc/24141/task/24145/stat : 24145 (java) S 24140 24127 22309 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 75049224 889389056 69545 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24141/tid=24146] ppid=24140 vsize=868544 CPUtime=0
/proc/24141/task/24146/stat : 24146 (java) S 24140 24127 22309 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 75049225 889389056 69545 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24141/tid=24147] ppid=24140 vsize=868544 CPUtime=0.31
/proc/24141/task/24147/stat : 24147 (java) S 24140 24127 22309 0 -1 64 1541 0 0 0 30 1 0 0 17 0 9 0 75049225 889389056 69545 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24141/tid=24148] ppid=24140 vsize=868544 CPUtime=0
/proc/24141/task/24148/stat : 24148 (java) S 24140 24127 22309 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 75049225 889389056 69545 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24141/tid=24149] ppid=24140 vsize=868544 CPUtime=0
/proc/24141/task/24149/stat : 24149 (java) S 24140 24127 22309 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 75049225 889389056 69545 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2560.85
Current children cumulated vsize (KiB) 890640

[startup+2582.4 s]
/proc/loadavg: 3.36 2.44 2.15 3/92 24249
/proc/meminfo: memFree=16000/2055920 swapFree=4192812/4192956
[pid=24127] ppid=24125 vsize=16740 CPUtime=3.22
/proc/24127/stat : 24127 (sugar++) S 24125 24127 22309 0 -1 4194304 1296 28431 2 1 5 2 297 18 16 0 1 0 75048819 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 244285747298 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24127/statm: 4185 1104 409 3 0 764 0
[pid=24140] ppid=24127 vsize=5356 CPUtime=0
/proc/24140/stat : 24140 (sh) S 24127 24127 22309 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 75049221 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 244276847428 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24140/statm: 1339 233 193 169 0 50 0
[pid=24141] ppid=24140 vsize=868544 CPUtime=2560.61
/proc/24141/stat : 24141 (java) S 24140 24127 22309 0 -1 0 114904 0 2 0 254283 1778 0 0 18 0 7 0 75049221 889389056 69550 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24141/statm: 217136 69550 2568 9 0 211683 0
[pid=24141/tid=24142] ppid=24140 vsize=868544 CPUtime=2538.28
/proc/24141/task/24142/stat : 24142 (java) S 24140 24127 22309 0 -1 64 21806 0 2 0 252201 1627 0 0 24 0 7 0 75049222 889389056 69550 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24141/tid=24143] ppid=24140 vsize=868544 CPUtime=21.99
/proc/24141/task/24143/stat : 24143 (java) D 24140 24127 22309 0 -1 64 90856 0 0 0 2051 148 0 0 15 0 7 0 75049223 889389056 69550 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744071563608240 0 0 -1 1 0 0
[pid=24141/tid=24144] ppid=24140 vsize=868544 CPUtime=0
/proc/24141/task/24144/stat : 24144 (java) S 24140 24127 22309 0 -1 64 10 0 0 0 0 0 0 0 16 0 7 0 75049223 889389056 69550 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24141/tid=24145] ppid=24140 vsize=868544 CPUtime=0
/proc/24141/task/24145/stat : 24145 (java) S 24140 24127 22309 0 -1 64 9 0 0 0 0 0 0 0 16 0 7 0 75049224 889389056 69550 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24141/tid=24147] ppid=24140 vsize=868544 CPUtime=0.31
/proc/24141/task/24147/stat : 24147 (java) S 24140 24127 22309 0 -1 64 1541 0 0 0 30 1 0 0 17 0 7 0 75049225 889389056 69550 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24141/tid=24148] ppid=24140 vsize=868544 CPUtime=0
/proc/24141/task/24148/stat : 24148 (java) S 24140 24127 22309 0 -1 64 1 0 0 0 0 0 0 0 19 0 7 0 75049225 889389056 69550 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2563.83
Current children cumulated vsize (KiB) 890640

[startup+2584.01 s]
/proc/loadavg: 3.36 2.44 2.15 2/82 24249
/proc/meminfo: memFree=1930512/2055920 swapFree=4192812/4192956
[pid=24127] ppid=24125 vsize=16740 CPUtime=2564.7
/proc/24127/stat : 24127 (sugar++) D 24125 24127 22309 0 -1 4194304 1318 143622 2 3 5 83 254581 1801 15 0 1 0 75048819 17141760 1105 996147200 4194304 4206940 548682068528 18446744073709551615 244277023785 0 0 4224 16386 18446744071563608240 0 0 17 1 0 0
/proc/24127/statm: 4185 1105 410 3 0 764 0
Current children cumulated CPU time (s) 2564.7
Current children cumulated vsize (KiB) 16740

[startup+2584.8 s]
/proc/loadavg: 3.36 2.44 2.15 2/82 24249
/proc/meminfo: memFree=1930512/2055920 swapFree=4192812/4192956
[pid=24127] ppid=24125 vsize=16740 CPUtime=2564.75
/proc/24127/stat : 24127 (sugar++) D 24125 24127 22309 0 -1 4194304 1318 143622 2 3 5 88 254581 1801 15 0 1 0 75048819 17141760 1105 996147200 4194304 4206940 548682068528 18446744073709551615 244277023785 0 0 4224 16386 18446744071563608240 0 0 17 1 0 0
/proc/24127/statm: 4185 1105 410 3 0 764 0
Current children cumulated CPU time (s) 2564.75
Current children cumulated vsize (KiB) 16740

[startup+2585 s]
/proc/loadavg: 3.36 2.44 2.15 2/82 24249
/proc/meminfo: memFree=1929808/2055920 swapFree=4192812/4192956
[pid=24127] ppid=24125 vsize=16740 CPUtime=2564.76
/proc/24127/stat : 24127 (sugar++) D 24125 24127 22309 0 -1 4194304 1318 143622 2 3 5 89 254581 1801 15 0 1 0 75048819 17141760 1105 996147200 4194304 4206940 548682068528 18446744073709551615 244277023785 0 0 4224 16386 18446744071563608240 0 0 17 1 0 0
/proc/24127/statm: 4185 1105 410 3 0 764 0
Current children cumulated CPU time (s) 2564.76
Current children cumulated vsize (KiB) 16740

Child status: 0
Real time (s): 2585.01
CPU time (s): 2564.78
CPU user time (s): 2545.87
CPU system time (s): 18.9111
CPU usage (%): 99.2175
Max. virtual memory (cumulated for all children) (KiB): 918144

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2545.87
system time used= 18.9111
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 144996
page faults= 5
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 169679
involuntary context switches= 205942

runsolver used 3.49547 second user time and 8.40972 second system time

The end

Launcher Data (download as text)

Begin job on node63 at 2008-07-16 06:45:10
IDJOB=1126491
IDBENCH=64251
IDSOLVER=367
FILE ID=node63/1126491-1216183510
PBS_JOBID= 7905773
Free space on /tmp= 66548 MiB

SOLVER NAME= Sugar++ v1.13+minisat-inc
BENCH NAME= CPAI08/maxcsp/maxclique/normalized-hamming-10-4_ext.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-1126491-1216183510/watcher-1126491-1216183510 -o /tmp/evaluation-result-1126491-1216183510/solver-1126491-1216183510 -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-1126491-1216183510.xml

TIME LIMIT= 3600 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 78e923276aad705ff0451093db71c7f4
RANDOM SEED=1002943914

node63.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.213
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.213
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	: 5996.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1889920 kB
Buffers:          1824 kB
Cached:          38296 kB
SwapCached:          0 kB
Active:         112048 kB
Inactive:         3592 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1889920 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            7288 kB
Writeback:           0 kB
Mapped:          95632 kB
Slab:            35184 kB
Committed_AS:   337132 kB
PageTables:       2108 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66552 MiB
End job on node63 at 2008-07-16 07:28:16