Trace number 1126492

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? 2684.55 2715.51

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.01/0.13	c 0	Sugar v1-13 + HOME/minisat
0.01/0.16	c 0	BEGIN Wed Jul 16 06:45:11 2008
0.01/0.16	c 0	PID 32076
0.01/0.16	c 0	HOST node52.alineos.net
0.01/0.16	c 0	CONVERTING HOME/instance-1126492-1216183510.xml TO HOME/temp.csp
0.01/0.16	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1126492-1216183510.xml' 'HOME/temp.csp'
2.94/3.25	c 3	2 domains, 1025 variables, 0 predicates, 2 relations, 90624 constraints
2.94/3.28	c 3	ENCODING HOME/temp.csp TO HOME/temp.cnf
2.94/3.28	c 3	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -max -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
3.01/3.36	c 3	Parsing HOME/temp.csp
3.01/3.86	c 3	parsed 10000 expressions
3.01/4.06	c 4	parsed 20000 expressions
3.01/4.28	c 4	parsed 30000 expressions
4.11/4.45	c 4	parsed 40000 expressions
4.30/4.68	c 4	parsed 50000 expressions
4.50/4.84	c 4	parsed 60000 expressions
4.70/5.01	c 5	parsed 70000 expressions
5.01/5.30	c 5	parsed 80000 expressions
5.11/5.47	c 5	parsed 90000 expressions
5.11/5.49	c 5	parsed 91653 expressions
5.11/5.50	c 5	Heap : 25 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
5.80/6.18	c 6	MAX CSP: 90624 constraints
5.80/6.18	c 6	Converting to clausal form CSP
6.50/6.90	c 6	converted 18228 (10%) expressions
6.79/7.11	c 7	converted 36456 (20%) expressions
6.99/7.33	c 7	converted 54684 (30%) expressions
7.19/7.55	c 7	converted 72912 (40%) expressions
7.39/7.79	c 7	converted 91140 (50%) expressions
8.28/8.61	c 8	converted 109368 (60%) expressions
8.58/8.95	c 8	converted 127596 (70%) expressions
8.78/9.18	c 9	converted 145824 (80%) expressions
9.08/9.42	c 9	converted 164052 (90%) expressions
19.69/20.14	c 20	converted 182280 (100%) expressions
19.69/20.16	c 20	CSP : 182273 integers, 0 booleans, 271871 clauses, largest domain size 135937
19.69/20.16	c 20	Heap : 244 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
19.69/20.16	c 20	Propagation in CSP
24.44/24.91	c 24	90620 values, 0 unsatisfiable literals, and 0 valid clauses are removed
24.44/24.93	c 24	CSP : 182273 integers, 0 booleans, 271871 clauses, largest domain size 90625
24.44/24.93	c 24	Heap : 254 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
24.54/25.01	c 25	Simplifing CSP by introducing new Boolean variables
24.64/25.11	c 25	CSP : 182273 integers, 0 booleans, 271871 clauses, largest domain size 90625
24.64/25.11	c 25	Heap : 245 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
25.73/26.29	c 26	Encoding CSP to SAT : HOME/temp.cnf
25.83/26.37	c 26	18228 (10%) CSP integer variables are encoded (0 clauses, 64 bytes)
25.83/26.39	c 26	36455 (20%) CSP integer variables are encoded (0 clauses, 64 bytes)
25.93/26.42	c 26	54682 (30%) CSP integer variables are encoded (0 clauses, 64 bytes)
25.93/26.44	c 26	72910 (40%) CSP integer variables are encoded (0 clauses, 64 bytes)
25.93/26.46	c 26	91137 (50%) CSP integer variables are encoded (0 clauses, 64 bytes)
27.81/28.37	c 28	109364 (60%) CSP integer variables are encoded (1550458 clauses, 27626072 bytes)
28.21/28.79	c 28	127592 (70%) CSP integer variables are encoded (1871361 clauses, 33723229 bytes)
28.69/29.22	c 29	145819 (80%) CSP integer variables are encoded (2207471 clauses, 40109319 bytes)
28.98/29.57	c 29	164046 (90%) CSP integer variables are encoded (2461110 clauses, 44928460 bytes)
29.38/29.98	c 30	182273 (100%) CSP integer variables are encoded (2768901 clauses, 50776489 bytes)
29.97/30.55	c 30	27188 (10%) CSP clauses are encoded (2796089 clauses, 51210164 bytes)
30.44/31.08	c 31	54375 (20%) CSP clauses are encoded (2823276 clauses, 51672158 bytes)
31.04/31.63	c 31	81562 (30%) CSP clauses are encoded (2850463 clauses, 52134756 bytes)
2683.53/2713.01	c 2713	ERROR Exception Too large HOME/temp.cnf
2683.54/2713.19	c 2713	jp.ac.kobe_u.cs.sugar.encoder.Encoder.encode(Encoder.java:219)
2683.54/2713.19	c 2713	jp.ac.kobe_u.cs.sugar.SugarMain.encode(SugarMain.java:130)
2683.54/2713.19	c 2713	jp.ac.kobe_u.cs.sugar.SugarMain.main(SugarMain.java:258)
2683.54/2713.19	s UNKNOWN
2683.58/2713.48	c 2713	CPU 2664.75 (0.03 0.01 2664.72 18.83)
2683.58/2713.48	c 2713	END Wed Jul 16 07:30:24 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-1126492-1216183510/watcher-1126492-1216183510 -o /tmp/evaluation-result-1126492-1216183510/solver-1126492-1216183510 -C 3600 -W 4000 -M 900 --output-limit 1,15 HOME/sugar -max -c -vv -java=java -Xmx700M -jar=HOME/sugar-v1-13.jar -solver=HOME/minisat -tmp=HOME/temp HOME/instance-1126492-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.80 2.68 2.59 4/81 32076
/proc/meminfo: memFree=1931608/2055920 swapFree=4192812/4192956
[pid=32076] ppid=32074 vsize=18572 CPUtime=0
/proc/32076/stat : 32076 (runsolver) R 32074 32076 31989 0 -1 4194368 15 0 0 0 0 0 0 0 19 0 1 0 75049916 19017728 292 996147200 4194304 4296836 548682068256 18446744073709551615 273653755175 0 0 4096 24578 0 0 0 17 1 0 0
/proc/32076/statm: 4643 292 257 25 0 2626 0

[startup+0.041794 s]
/proc/loadavg: 2.80 2.68 2.59 4/81 32076
/proc/meminfo: memFree=1931608/2055920 swapFree=4192812/4192956
[pid=32076] ppid=32074 vsize=12272 CPUtime=0
/proc/32076/stat : 32076 (sugar) D 32074 32076 31989 0 -1 4194304 353 0 0 0 0 0 0 0 18 0 1 0 75049916 12566528 321 996147200 4194304 4206940 548682068592 18446744073709551615 273662652514 0 0 4224 0 18446744071563608240 0 0 17 1 0 0
/proc/32076/statm: 3068 321 242 3 0 168 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 12272

[startup+0.101799 s]
/proc/loadavg: 2.80 2.68 2.59 4/81 32076
/proc/meminfo: memFree=1931608/2055920 swapFree=4192812/4192956
[pid=32076] ppid=32074 vsize=12676 CPUtime=0.01
/proc/32076/stat : 32076 (sugar) R 32074 32076 31989 0 -1 4194304 531 0 0 0 1 0 0 0 18 0 1 0 75049916 12980224 499 996147200 4194304 4206940 548682068592 18446744073709551615 273667518611 0 0 4224 0 0 0 0 17 1 0 0
/proc/32076/statm: 3169 499 315 3 0 269 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 12676

[startup+0.301812 s]
/proc/loadavg: 2.80 2.68 2.59 4/81 32076
/proc/meminfo: memFree=1931608/2055920 swapFree=4192812/4192956
[pid=32076] ppid=32074 vsize=13600 CPUtime=0.03
/proc/32076/stat : 32076 (sugar) S 32074 32076 31989 0 -1 4194304 898 127 0 0 3 0 0 0 19 0 1 0 75049916 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 273662652514 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/32076/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.701836 s]
/proc/loadavg: 2.80 2.68 2.59 4/81 32076
/proc/meminfo: memFree=1931608/2055920 swapFree=4192812/4192956
[pid=32076] ppid=32074 vsize=13600 CPUtime=0.03
/proc/32076/stat : 32076 (sugar) S 32074 32076 31989 0 -1 4194304 898 127 0 0 3 0 0 0 19 0 1 0 75049916 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 273662652514 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/32076/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+1.5029 s]
/proc/loadavg: 2.80 2.68 2.59 3/92 32088
/proc/meminfo: memFree=1901824/2055920 swapFree=4192812/4192956
[pid=32076] ppid=32074 vsize=13600 CPUtime=0.03
/proc/32076/stat : 32076 (sugar) S 32074 32076 31989 0 -1 4194304 898 127 0 0 3 0 0 0 19 0 1 0 75049916 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 273662652514 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/32076/statm: 3400 796 370 3 0 500 0
[pid=32079] ppid=32076 vsize=5356 CPUtime=0
/proc/32079/stat : 32079 (sh) S 32076 32076 31989 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 75049933 5484544 233 996147200 4194304 4889804 548682068752 18446744073709551615 273653752644 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/32079/statm: 1339 233 193 169 0 50 0
[pid=32080] ppid=32079 vsize=864656 CPUtime=1.21
/proc/32080/stat : 32080 (java) S 32079 32076 31989 0 -1 0 16159 0 1 0 113 8 0 0 18 0 9 0 75049934 885407744 13706 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/32080/statm: 216164 13706 2529 9 0 210746 0
[pid=32080/tid=32081] ppid=32079 vsize=864656 CPUtime=0.66
/proc/32080/task/32081/stat : 32081 (java) R 32079 32076 31989 0 -1 64 3051 0 1 0 64 2 0 0 25 0 9 0 75049936 885407744 13706 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32080/tid=32082] ppid=32079 vsize=864656 CPUtime=0.44
/proc/32080/task/32082/stat : 32082 (java) S 32079 32076 31989 0 -1 64 11922 0 0 0 40 4 0 0 16 0 9 0 75049944 885407744 13706 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=32080/tid=32083] ppid=32079 vsize=864656 CPUtime=0
/proc/32080/task/32083/stat : 32083 (java) S 32079 32076 31989 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 75049944 885407744 13706 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32080/tid=32084] ppid=32079 vsize=864656 CPUtime=0
/proc/32080/task/32084/stat : 32084 (java) S 32079 32076 31989 0 -1 64 10 0 0 0 0 0 0 0 15 0 9 0 75049944 885407744 13706 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32080/tid=32085] ppid=32079 vsize=864656 CPUtime=0
/proc/32080/task/32085/stat : 32085 (java) S 32079 32076 31989 0 -1 64 1 0 0 0 0 0 0 0 22 0 9 0 75049946 885407744 13706 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32080/tid=32086] ppid=32079 vsize=864656 CPUtime=0.08
/proc/32080/task/32086/stat : 32086 (java) S 32079 32076 31989 0 -1 64 485 0 0 0 8 0 0 0 16 0 9 0 75049946 885407744 13706 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32080/tid=32087] ppid=32079 vsize=864656 CPUtime=0
/proc/32080/task/32087/stat : 32087 (java) S 32079 32076 31989 0 -1 64 2 0 0 0 0 0 0 0 23 0 9 0 75049946 885407744 13706 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32080/tid=32088] ppid=32079 vsize=864656 CPUtime=0
/proc/32080/task/32088/stat : 32088 (java) S 32079 32076 31989 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 75049946 885407744 13706 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.24
Current children cumulated vsize (KiB) 883612

[startup+3.102 s]
/proc/loadavg: 2.80 2.68 2.59 3/92 32088
/proc/meminfo: memFree=1857152/2055920 swapFree=4192812/4192956
[pid=32076] ppid=32074 vsize=13600 CPUtime=0.03
/proc/32076/stat : 32076 (sugar) S 32074 32076 31989 0 -1 4194304 898 127 0 0 3 0 0 0 19 0 1 0 75049916 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 273662652514 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/32076/statm: 3400 796 370 3 0 500 0
[pid=32079] ppid=32076 vsize=5356 CPUtime=0
/proc/32079/stat : 32079 (sh) S 32076 32076 31989 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 75049933 5484544 233 996147200 4194304 4889804 548682068752 18446744073709551615 273653752644 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/32079/statm: 1339 233 193 169 0 50 0
[pid=32080] ppid=32079 vsize=864676 CPUtime=2.81
/proc/32080/stat : 32080 (java) S 32079 32076 31989 0 -1 0 28011 0 1 0 266 15 0 0 18 0 9 0 75049934 885428224 23607 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/32080/statm: 216169 23607 2529 9 0 210751 0
[pid=32080/tid=32081] ppid=32079 vsize=864676 CPUtime=1.42
/proc/32080/task/32081/stat : 32081 (java) R 32079 32076 31989 0 -1 64 3879 0 1 0 139 3 0 0 25 0 9 0 75049936 885428224 23607 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32080/tid=32082] ppid=32079 vsize=864676 CPUtime=1.22
/proc/32080/task/32082/stat : 32082 (java) R 32079 32076 31989 0 -1 64 22915 0 0 0 113 9 0 0 16 0 9 0 75049944 885428224 23607 996147200 134512640 134550740 4294956000 18446744073709551615 104179080 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=32080/tid=32083] ppid=32079 vsize=864676 CPUtime=0
/proc/32080/task/32083/stat : 32083 (java) S 32079 32076 31989 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 75049944 885428224 23607 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32080/tid=32084] ppid=32079 vsize=864676 CPUtime=0
/proc/32080/task/32084/stat : 32084 (java) S 32079 32076 31989 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 75049944 885428224 23607 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32080/tid=32085] ppid=32079 vsize=864676 CPUtime=0
/proc/32080/task/32085/stat : 32085 (java) S 32079 32076 31989 0 -1 64 1 0 0 0 0 0 0 0 22 0 9 0 75049946 885428224 23607 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32080/tid=32086] ppid=32079 vsize=864676 CPUtime=0.13
/proc/32080/task/32086/stat : 32086 (java) S 32079 32076 31989 0 -1 64 516 0 0 0 13 0 0 0 16 0 9 0 75049946 885428224 23607 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32080/tid=32087] ppid=32079 vsize=864676 CPUtime=0
/proc/32080/task/32087/stat : 32087 (java) S 32079 32076 31989 0 -1 64 2 0 0 0 0 0 0 0 23 0 9 0 75049946 885428224 23607 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32080/tid=32088] ppid=32079 vsize=864676 CPUtime=0
/proc/32080/task/32088/stat : 32088 (java) S 32079 32076 31989 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 75049946 885428224 23607 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.84
Current children cumulated vsize (KiB) 883632

[startup+6.30222 s]
/proc/loadavg: 2.65 2.65 2.58 3/92 32098
/proc/meminfo: memFree=1896640/2055920 swapFree=4192812/4192956
[pid=32076] ppid=32074 vsize=13600 CPUtime=3.02
/proc/32076/stat : 32076 (sugar) S 32074 32076 31989 0 -1 4194304 974 28435 0 1 3 1 281 17 15 0 1 0 75049916 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 273662652514 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/32076/statm: 3400 797 370 3 0 500 0
[pid=32089] ppid=32076 vsize=5356 CPUtime=0
/proc/32089/stat : 32089 (sh) S 32076 32076 31989 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 75050245 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 273653752644 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/32089/statm: 1339 233 193 169 0 50 0
[pid=32090] ppid=32089 vsize=864908 CPUtime=2.98
/proc/32090/stat : 32090 (java) S 32089 32076 31989 0 -1 0 19977 0 1 0 288 10 0 0 18 0 9 0 75050245 885665792 17731 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/32090/statm: 216227 17731 2542 9 0 210802 0
[pid=32090/tid=32091] ppid=32089 vsize=864908 CPUtime=1.7
/proc/32090/task/32091/stat : 32091 (java) R 32089 32076 31989 0 -1 64 3275 0 1 0 168 2 0 0 25 0 9 0 75050246 885665792 17731 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32090/tid=32092] ppid=32089 vsize=864908 CPUtime=1.14
/proc/32090/task/32092/stat : 32092 (java) S 32089 32076 31989 0 -1 64 15510 0 0 0 107 7 0 0 16 0 9 0 75050247 885665792 17731 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=32090/tid=32093] ppid=32089 vsize=864908 CPUtime=0
/proc/32090/task/32093/stat : 32093 (java) S 32089 32076 31989 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 75050247 885665792 17731 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32090/tid=32094] ppid=32089 vsize=864908 CPUtime=0
/proc/32090/task/32094/stat : 32094 (java) S 32089 32076 31989 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 75050247 885665792 17731 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32090/tid=32095] ppid=32089 vsize=864908 CPUtime=0
/proc/32090/task/32095/stat : 32095 (java) S 32089 32076 31989 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 75050249 885665792 17731 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32090/tid=32096] ppid=32089 vsize=864908 CPUtime=0.12
/proc/32090/task/32096/stat : 32096 (java) R 32089 32076 31989 0 -1 64 495 0 0 0 12 0 0 0 16 0 9 0 75050249 885665792 17731 996147200 134512640 134550740 4294955936 18446744073709551615 102196370 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32090/tid=32097] ppid=32089 vsize=864908 CPUtime=0
/proc/32090/task/32097/stat : 32097 (java) S 32089 32076 31989 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 75050249 885665792 17731 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32090/tid=32098] ppid=32089 vsize=864908 CPUtime=0
/proc/32090/task/32098/stat : 32098 (java) S 32089 32076 31989 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 75050249 885665792 17731 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6
Current children cumulated vsize (KiB) 883864

[startup+12.7017 s]
/proc/loadavg: 2.68 2.66 2.58 3/92 32098
/proc/meminfo: memFree=1758592/2055920 swapFree=4192812/4192956
[pid=32076] ppid=32074 vsize=13600 CPUtime=3.02
/proc/32076/stat : 32076 (sugar) S 32074 32076 31989 0 -1 4194304 974 28435 0 1 3 1 281 17 15 0 1 0 75049916 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 273662652514 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/32076/statm: 3400 797 370 3 0 500 0
[pid=32089] ppid=32076 vsize=5356 CPUtime=0
/proc/32089/stat : 32089 (sh) S 32076 32076 31989 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 75050245 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 273653752644 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/32089/statm: 1339 233 193 169 0 50 0
[pid=32090] ppid=32089 vsize=869720 CPUtime=9.34
/proc/32090/stat : 32090 (java) S 32089 32076 31989 0 -1 0 60934 0 1 0 906 28 0 0 18 0 9 0 75050245 890593280 46547 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/32090/statm: 217430 46547 2540 9 0 212005 0
[pid=32090/tid=32091] ppid=32089 vsize=869720 CPUtime=5.51
/proc/32090/task/32091/stat : 32091 (java) R 32089 32076 31989 0 -1 64 4405 0 1 0 549 2 0 0 25 0 9 0 75050246 890593280 46547 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32090/tid=32092] ppid=32089 vsize=869720 CPUtime=3.58
/proc/32090/task/32092/stat : 32092 (java) R 32089 32076 31989 0 -1 64 54357 0 0 0 335 23 0 0 16 0 9 0 75050247 890593280 46547 996147200 134512640 134550740 4294955936 18446744073709551615 102721863 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=32090/tid=32093] ppid=32089 vsize=869720 CPUtime=0
/proc/32090/task/32093/stat : 32093 (java) S 32089 32076 31989 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 75050247 890593280 46547 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32090/tid=32094] ppid=32089 vsize=869720 CPUtime=0
/proc/32090/task/32094/stat : 32094 (java) S 32089 32076 31989 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 75050247 890593280 46547 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32090/tid=32095] ppid=32089 vsize=869720 CPUtime=0
/proc/32090/task/32095/stat : 32095 (java) S 32089 32076 31989 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 75050249 890593280 46547 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32090/tid=32096] ppid=32089 vsize=869720 CPUtime=0.22
/proc/32090/task/32096/stat : 32096 (java) S 32089 32076 31989 0 -1 64 1475 0 0 0 21 1 0 0 16 0 9 0 75050249 890593280 46547 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32090/tid=32097] ppid=32089 vsize=869720 CPUtime=0
/proc/32090/task/32097/stat : 32097 (java) S 32089 32076 31989 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 75050249 890593280 46547 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32090/tid=32098] ppid=32089 vsize=869720 CPUtime=0
/proc/32090/task/32098/stat : 32098 (java) S 32089 32076 31989 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 75050249 890593280 46547 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.36
Current children cumulated vsize (KiB) 888676

[startup+25.5025 s]
/proc/loadavg: 2.60 2.64 2.57 4/92 32098
/proc/meminfo: memFree=1649600/2055920 swapFree=4192812/4192956
[pid=32076] ppid=32074 vsize=13600 CPUtime=3.02
/proc/32076/stat : 32076 (sugar) S 32074 32076 31989 0 -1 4194304 974 28435 0 1 3 1 281 17 15 0 1 0 75049916 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 273662652514 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/32076/statm: 3400 797 370 3 0 500 0
[pid=32089] ppid=32076 vsize=5356 CPUtime=0
/proc/32089/stat : 32089 (sh) S 32076 32076 31989 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 75050245 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 273653752644 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/32089/statm: 1339 233 193 169 0 50 0
[pid=32090] ppid=32089 vsize=872440 CPUtime=22.01
/proc/32090/stat : 32090 (java) S 32089 32076 31989 0 -1 0 107135 0 1 0 2155 46 0 0 18 0 9 0 75050245 893378560 72780 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/32090/statm: 218110 72780 2540 9 0 212685 0
[pid=32090/tid=32091] ppid=32089 vsize=872440 CPUtime=14.04
/proc/32090/task/32091/stat : 32091 (java) R 32089 32076 31989 0 -1 64 6713 0 1 0 1401 3 0 0 25 0 9 0 75050246 893378560 72780 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32090/tid=32092] ppid=32089 vsize=872440 CPUtime=7.7
/proc/32090/task/32092/stat : 32092 (java) R 32089 32076 31989 0 -1 64 98238 0 0 0 730 40 0 0 16 0 9 0 75050247 893378560 72780 996147200 134512640 134550740 4294955936 18446744073709551615 102721792 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=32090/tid=32093] ppid=32089 vsize=872440 CPUtime=0
/proc/32090/task/32093/stat : 32093 (java) S 32089 32076 31989 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 75050247 893378560 72780 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32090/tid=32094] ppid=32089 vsize=872440 CPUtime=0
/proc/32090/task/32094/stat : 32094 (java) S 32089 32076 31989 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 75050247 893378560 72780 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0

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

[pid=32090/tid=32096] ppid=32089 vsize=868548 CPUtime=0.31
/proc/32090/task/32096/stat : 32096 (java) S 32089 32076 31989 0 -1 64 1532 0 0 0 30 1 0 0 17 0 9 0 75050249 889393152 72209 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32090/tid=32097] ppid=32089 vsize=868548 CPUtime=0
/proc/32090/task/32097/stat : 32097 (java) S 32089 32076 31989 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 75050249 889393152 72209 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32090/tid=32098] ppid=32089 vsize=868548 CPUtime=0
/proc/32090/task/32098/stat : 32098 (java) S 32089 32076 31989 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 75050249 889393152 72209 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2654.12
Current children cumulated vsize (KiB) 887504

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

[startup+2688.1 s]
/proc/loadavg: 2.54 2.16 2.08 2/84 32226
/proc/meminfo: memFree=183936/2055920 swapFree=4192812/4192956
[pid=32076] ppid=32074 vsize=13600 CPUtime=3.02
/proc/32076/stat : 32076 (sugar) S 32074 32076 31989 0 -1 4194304 974 28435 0 1 3 1 281 17 15 0 1 0 75049916 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 273662652514 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/32076/statm: 3400 797 370 3 0 500 0
[pid=32089] ppid=32076 vsize=5356 CPUtime=0
/proc/32089/stat : 32089 (sh) S 32076 32076 31989 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 75050245 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 273653752644 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/32089/statm: 1339 233 193 169 0 50 0
[pid=32090] ppid=32089 vsize=868548 CPUtime=2656.61
/proc/32090/stat : 32090 (java) S 32089 32076 31989 0 -1 0 120777 0 1 0 264010 1651 0 0 18 0 9 0 75050245 889393152 72209 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/32090/statm: 217137 72209 2567 9 0 211684 0
[pid=32090/tid=32091] ppid=32089 vsize=868548 CPUtime=2636.74
/proc/32090/task/32091/stat : 32091 (java) R 32089 32076 31989 0 -1 64 18695 0 1 0 262144 1530 0 0 25 0 9 0 75050246 889393152 72209 996147200 134512640 134550740 4294955936 18446744073709551615 4126928325 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32090/tid=32092] ppid=32089 vsize=868548 CPUtime=19.51
/proc/32090/task/32092/stat : 32092 (java) S 32089 32076 31989 0 -1 64 99853 0 0 0 1834 117 0 0 16 0 9 0 75050247 889393152 72209 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=32090/tid=32093] ppid=32089 vsize=868548 CPUtime=0
/proc/32090/task/32093/stat : 32093 (java) S 32089 32076 31989 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 75050247 889393152 72209 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32090/tid=32094] ppid=32089 vsize=868548 CPUtime=0
/proc/32090/task/32094/stat : 32094 (java) S 32089 32076 31989 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 75050247 889393152 72209 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32090/tid=32095] ppid=32089 vsize=868548 CPUtime=0
/proc/32090/task/32095/stat : 32095 (java) S 32089 32076 31989 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 75050249 889393152 72209 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32090/tid=32096] ppid=32089 vsize=868548 CPUtime=0.31
/proc/32090/task/32096/stat : 32096 (java) S 32089 32076 31989 0 -1 64 1532 0 0 0 30 1 0 0 17 0 9 0 75050249 889393152 72209 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32090/tid=32097] ppid=32089 vsize=868548 CPUtime=0
/proc/32090/task/32097/stat : 32097 (java) S 32089 32076 31989 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 75050249 889393152 72209 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32090/tid=32098] ppid=32089 vsize=868548 CPUtime=0
/proc/32090/task/32098/stat : 32098 (java) S 32089 32076 31989 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 75050249 889393152 72209 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2659.63
Current children cumulated vsize (KiB) 887504

[startup+2700.9 s]
/proc/loadavg: 2.64 2.20 2.09 3/84 32226
/proc/meminfo: memFree=16192/2055920 swapFree=4192812/4192956
[pid=32076] ppid=32074 vsize=13600 CPUtime=3.02
/proc/32076/stat : 32076 (sugar) S 32074 32076 31989 0 -1 4194304 974 28435 0 1 3 1 281 17 15 0 1 0 75049916 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 273662652514 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/32076/statm: 3400 797 370 3 0 500 0
[pid=32089] ppid=32076 vsize=5356 CPUtime=0
/proc/32089/stat : 32089 (sh) S 32076 32076 31989 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 75050245 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 273653752644 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/32089/statm: 1339 233 193 169 0 50 0
[pid=32090] ppid=32089 vsize=868548 CPUtime=2668.82
/proc/32090/stat : 32090 (java) S 32089 32076 31989 0 -1 0 120930 0 1 0 265121 1761 0 0 18 0 9 0 75050245 889393152 72209 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/32090/statm: 217137 72209 2567 9 0 211684 0
[pid=32090/tid=32091] ppid=32089 vsize=868548 CPUtime=2648.81
/proc/32090/task/32091/stat : 32091 (java) R 32089 32076 31989 0 -1 64 18848 0 1 0 263242 1639 0 0 25 0 9 0 75050246 889393152 72209 996147200 134512640 134550740 4294955936 18446744073709551615 4126577934 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32090/tid=32092] ppid=32089 vsize=868548 CPUtime=19.66
/proc/32090/task/32092/stat : 32092 (java) S 32089 32076 31989 0 -1 64 99853 0 0 0 1847 119 0 0 16 0 9 0 75050247 889393152 72209 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=32090/tid=32093] ppid=32089 vsize=868548 CPUtime=0
/proc/32090/task/32093/stat : 32093 (java) S 32089 32076 31989 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 75050247 889393152 72209 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32090/tid=32094] ppid=32089 vsize=868548 CPUtime=0
/proc/32090/task/32094/stat : 32094 (java) S 32089 32076 31989 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 75050247 889393152 72209 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32090/tid=32095] ppid=32089 vsize=868548 CPUtime=0
/proc/32090/task/32095/stat : 32095 (java) S 32089 32076 31989 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 75050249 889393152 72209 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32090/tid=32096] ppid=32089 vsize=868548 CPUtime=0.31
/proc/32090/task/32096/stat : 32096 (java) S 32089 32076 31989 0 -1 64 1532 0 0 0 30 1 0 0 17 0 9 0 75050249 889393152 72209 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32090/tid=32097] ppid=32089 vsize=868548 CPUtime=0
/proc/32090/task/32097/stat : 32097 (java) S 32089 32076 31989 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 75050249 889393152 72209 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32090/tid=32098] ppid=32089 vsize=868548 CPUtime=0
/proc/32090/task/32098/stat : 32098 (java) S 32089 32076 31989 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 75050249 889393152 72209 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2671.84
Current children cumulated vsize (KiB) 887504

[startup+2707.31 s]
/proc/loadavg: 2.67 2.21 2.10 3/84 32226
/proc/meminfo: memFree=15680/2055920 swapFree=4192812/4192956
[pid=32076] ppid=32074 vsize=13600 CPUtime=3.02
/proc/32076/stat : 32076 (sugar) S 32074 32076 31989 0 -1 4194304 974 28435 0 1 3 1 281 17 15 0 1 0 75049916 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 273662652514 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/32076/statm: 3400 797 370 3 0 500 0
[pid=32089] ppid=32076 vsize=5356 CPUtime=0
/proc/32089/stat : 32089 (sh) S 32076 32076 31989 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 75050245 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 273653752644 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/32089/statm: 1339 233 193 169 0 50 0
[pid=32090] ppid=32089 vsize=868548 CPUtime=2674.96
/proc/32090/stat : 32090 (java) S 32089 32076 31989 0 -1 0 121008 0 1 0 265682 1814 0 0 18 0 9 0 75050245 889393152 72209 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/32090/statm: 217137 72209 2567 9 0 211684 0
[pid=32090/tid=32091] ppid=32089 vsize=868548 CPUtime=2654.89
/proc/32090/task/32091/stat : 32091 (java) R 32089 32076 31989 0 -1 64 18926 0 1 0 263797 1692 0 0 25 0 9 0 75050246 889393152 72209 996147200 134512640 134550740 4294955936 18446744073709551615 4126479830 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32090/tid=32092] ppid=32089 vsize=868548 CPUtime=19.72
/proc/32090/task/32092/stat : 32092 (java) S 32089 32076 31989 0 -1 64 99853 0 0 0 1853 119 0 0 16 0 9 0 75050247 889393152 72209 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=32090/tid=32093] ppid=32089 vsize=868548 CPUtime=0
/proc/32090/task/32093/stat : 32093 (java) S 32089 32076 31989 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 75050247 889393152 72209 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32090/tid=32094] ppid=32089 vsize=868548 CPUtime=0
/proc/32090/task/32094/stat : 32094 (java) S 32089 32076 31989 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 75050247 889393152 72209 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32090/tid=32095] ppid=32089 vsize=868548 CPUtime=0
/proc/32090/task/32095/stat : 32095 (java) S 32089 32076 31989 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 75050249 889393152 72209 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32090/tid=32096] ppid=32089 vsize=868548 CPUtime=0.31
/proc/32090/task/32096/stat : 32096 (java) S 32089 32076 31989 0 -1 64 1532 0 0 0 30 1 0 0 17 0 9 0 75050249 889393152 72209 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32090/tid=32097] ppid=32089 vsize=868548 CPUtime=0
/proc/32090/task/32097/stat : 32097 (java) S 32089 32076 31989 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 75050249 889393152 72209 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32090/tid=32098] ppid=32089 vsize=868548 CPUtime=0
/proc/32090/task/32098/stat : 32098 (java) S 32089 32076 31989 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 75050249 889393152 72209 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2677.98
Current children cumulated vsize (KiB) 887504

[startup+2710.5 s]
/proc/loadavg: 2.70 2.23 2.10 3/84 32226
/proc/meminfo: memFree=15296/2055920 swapFree=4192812/4192956
[pid=32076] ppid=32074 vsize=13600 CPUtime=3.02
/proc/32076/stat : 32076 (sugar) S 32074 32076 31989 0 -1 4194304 974 28435 0 1 3 1 281 17 15 0 1 0 75049916 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 273662652514 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/32076/statm: 3400 797 370 3 0 500 0
[pid=32089] ppid=32076 vsize=5356 CPUtime=0
/proc/32089/stat : 32089 (sh) S 32076 32076 31989 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 75050245 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 273653752644 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/32089/statm: 1339 233 193 169 0 50 0
[pid=32090] ppid=32089 vsize=868548 CPUtime=2678.1
/proc/32090/stat : 32090 (java) S 32089 32076 31989 0 -1 0 121048 0 1 0 265968 1842 0 0 18 0 9 0 75050245 889393152 72209 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/32090/statm: 217137 72209 2567 9 0 211684 0
[pid=32090/tid=32091] ppid=32089 vsize=868548 CPUtime=2657.99
/proc/32090/task/32091/stat : 32091 (java) R 32089 32076 31989 0 -1 64 18966 0 1 0 264080 1719 0 0 25 0 9 0 75050246 889393152 72209 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32090/tid=32092] ppid=32089 vsize=868548 CPUtime=19.77
/proc/32090/task/32092/stat : 32092 (java) S 32089 32076 31989 0 -1 64 99853 0 0 0 1857 120 0 0 16 0 9 0 75050247 889393152 72209 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=32090/tid=32093] ppid=32089 vsize=868548 CPUtime=0
/proc/32090/task/32093/stat : 32093 (java) S 32089 32076 31989 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 75050247 889393152 72209 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32090/tid=32094] ppid=32089 vsize=868548 CPUtime=0
/proc/32090/task/32094/stat : 32094 (java) S 32089 32076 31989 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 75050247 889393152 72209 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32090/tid=32095] ppid=32089 vsize=868548 CPUtime=0
/proc/32090/task/32095/stat : 32095 (java) S 32089 32076 31989 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 75050249 889393152 72209 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32090/tid=32096] ppid=32089 vsize=868548 CPUtime=0.31
/proc/32090/task/32096/stat : 32096 (java) S 32089 32076 31989 0 -1 64 1532 0 0 0 30 1 0 0 17 0 9 0 75050249 889393152 72209 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32090/tid=32097] ppid=32089 vsize=868548 CPUtime=0
/proc/32090/task/32097/stat : 32097 (java) S 32089 32076 31989 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 75050249 889393152 72209 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32090/tid=32098] ppid=32089 vsize=868548 CPUtime=0
/proc/32090/task/32098/stat : 32098 (java) S 32089 32076 31989 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 75050249 889393152 72209 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2681.12
Current children cumulated vsize (KiB) 887504

[startup+2713.7 s]
/proc/loadavg: 2.70 2.23 2.10 3/84 32226
/proc/meminfo: memFree=14848/2055920 swapFree=4192812/4192956
[pid=32076] ppid=32074 vsize=13600 CPUtime=2683.59
/proc/32076/stat : 32076 (sugar) D 32074 32076 31989 0 -1 4194304 998 149809 0 2 3 1 266472 1883 15 0 1 0 75049916 13926400 798 996147200 4194304 4206940 548682068592 18446744073709551615 273653929001 0 0 4224 16386 18446744071563608240 0 0 17 0 0 0
/proc/32076/statm: 3400 798 371 3 0 500 0
Current children cumulated CPU time (s) 2683.59
Current children cumulated vsize (KiB) 13600

[startup+2714.5 s]
/proc/loadavg: 2.80 2.26 2.11 3/74 32226
/proc/meminfo: memFree=341456/2055920 swapFree=4192812/4192956
[pid=32076] ppid=32074 vsize=13600 CPUtime=2684.3
/proc/32076/stat : 32076 (sugar) R 32074 32076 31989 0 -1 4194304 998 149809 0 2 3 72 266472 1883 16 0 1 0 75049916 13926400 798 996147200 4194304 4206940 548682068592 18446744073709551615 273653929001 0 0 4224 16386 0 0 0 17 1 0 0
/proc/32076/statm: 3400 798 371 3 0 500 0
Current children cumulated CPU time (s) 2684.3
Current children cumulated vsize (KiB) 13600

[startup+2715.3 s]
/proc/loadavg: 2.80 2.26 2.11 2/74 32226
/proc/meminfo: memFree=1922768/2055920 swapFree=4192812/4192956
[pid=32076] ppid=32074 vsize=13600 CPUtime=2684.51
/proc/32076/stat : 32076 (sugar) D 32074 32076 31989 0 -1 4194304 998 149809 0 2 3 93 266472 1883 15 0 1 0 75049916 13926400 798 996147200 4194304 4206940 548682068592 18446744073709551615 273653929001 0 0 4224 16386 18446744071563608240 0 0 17 1 0 0
/proc/32076/statm: 3400 798 371 3 0 500 0
Current children cumulated CPU time (s) 2684.51
Current children cumulated vsize (KiB) 13600

[startup+2715.5 s]
/proc/loadavg: 2.80 2.26 2.11 2/74 32226
/proc/meminfo: memFree=1922768/2055920 swapFree=4192812/4192956
[pid=32076] ppid=32074 vsize=13600 CPUtime=2684.52
/proc/32076/stat : 32076 (sugar) D 32074 32076 31989 0 -1 4194304 998 149809 0 2 3 94 266472 1883 15 0 1 0 75049916 13926400 798 996147200 4194304 4206940 548682068592 18446744073709551615 273653929001 0 0 4224 16386 18446744071563608240 0 0 17 1 0 0
/proc/32076/statm: 3400 798 371 3 0 500 0
Current children cumulated CPU time (s) 2684.52
Current children cumulated vsize (KiB) 13600

Child status: 0
Real time (s): 2715.51
CPU time (s): 2684.55
CPU user time (s): 2664.77
CPU system time (s): 19.783
CPU usage (%): 98.8599
Max. virtual memory (cumulated for all children) (KiB): 911884

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2664.77
system time used= 19.783
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 150837
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= 142495
involuntary context switches= 187717

runsolver used 3.3005 second user time and 9.2136 second system time

The end

Launcher Data (download as text)

Begin job on node52 at 2008-07-16 06:45:10
IDJOB=1126492
IDBENCH=64251
IDSOLVER=368
FILE ID=node52/1126492-1216183510
PBS_JOBID= 7905928
Free space on /tmp= 66556 MiB

SOLVER NAME= Sugar v1.13+minisat
BENCH NAME= CPAI08/maxcsp/maxclique/normalized-hamming-10-4_ext.xml
COMMAND LINE= DIR/sugar -max -c -vv -java="java -Xmx700M" -jar="DIR/sugar-v1-13.jar" -solver="DIR/minisat" -tmp="TMPDIR/temp" BENCHNAME
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1126492-1216183510/watcher-1126492-1216183510 -o /tmp/evaluation-result-1126492-1216183510/solver-1126492-1216183510 -C 3600 -W 4000 -M 900 --output-limit 1,15  HOME/sugar -max -c -vv -java="java -Xmx700M" -jar="HOME/sugar-v1-13.jar" -solver="HOME/minisat" -tmp="HOME/temp" HOME/instance-1126492-1216183510.xml

TIME LIMIT= 3600 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 78e923276aad705ff0451093db71c7f4
RANDOM SEED=1611856305

node52.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.234
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.234
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:       1932280 kB
Buffers:          1888 kB
Cached:          40204 kB
SwapCached:          0 kB
Active:          67336 kB
Inactive:         4012 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1932280 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            7724 kB
Writeback:           0 kB
Mapped:          49340 kB
Slab:            37432 kB
Committed_AS:   360708 kB
PageTables:       1980 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= 66552 MiB
End job on node52 at 2008-07-16 07:30:26