Trace number 1126243

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? 189.531 198.042

General information on the benchmark

Namemaxcsp/maxclique/
normalized-brock-800-4_ext.xml
MD5SUMe81a2b8b60fb387178539803c7553f2a
Bench Category2-ARY-EXT (binary constraints in extension)
Best result obtained on this benchmarkMSAT TO
Best Number of falsified constraints784
Best CPU time to get the best result obtained on this benchmark1784.67
Satisfiable
(Un)Satisfiability was proved
Number of variables801
Number of constraints112757
Maximum constraint arity2
Maximum domain size2
Number of constraints which are defined in extension112757
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.07	c 0	Sugar++ v1-13 + HOME/minisat-inc
0.00/0.07	c 0	BEGIN Wed Jul 16 05:44:01 2008
0.00/0.07	c 0	PID 26681
0.06/0.11	c 0	HOST node40.alineos.net
0.06/0.11	c 0	CONVERTING HOME/instance-1126243-1216179840.xml TO HOME/temp.csp
0.06/0.11	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1126243-1216179840.xml' 'HOME/temp.csp'
3.81/3.92	c 4	2 domains, 801 variables, 0 predicates, 2 relations, 112757 constraints
3.81/3.98	c 4	ENCODING HOME/temp.csp TO HOME/temp.cnf
3.81/3.98	c 4	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.86/4.14	c 4	Parsing HOME/temp.csp
4.18/4.46	c 4	parsed 10000 expressions
4.38/4.65	c 4	parsed 20000 expressions
4.58/4.85	c 4	parsed 30000 expressions
4.77/5.01	c 5	parsed 40000 expressions
4.97/5.23	c 5	parsed 50000 expressions
5.07/5.39	c 5	parsed 60000 expressions
5.27/5.54	c 5	parsed 70000 expressions
5.56/5.82	c 5	parsed 80000 expressions
5.66/5.98	c 6	parsed 90000 expressions
5.86/6.13	c 6	parsed 100000 expressions
5.96/6.29	c 6	parsed 110000 expressions
6.05/6.34	c 6	parsed 113562 expressions
6.05/6.35	c 6	Heap : 30 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
7.14/7.42	c 7	MAX CSP: 112757 constraints
7.14/7.42	c 7	Converting to clausal form CSP
7.63/7.93	c 8	converted 22633 (10%) expressions
7.83/8.20	c 8	converted 45265 (20%) expressions
8.13/8.47	c 8	converted 67897 (30%) expressions
9.12/9.48	c 9	converted 90529 (40%) expressions
9.43/9.77	c 9	converted 113161 (50%) expressions
9.72/10.05	c 10	converted 135794 (60%) expressions
10.01/10.37	c 10	converted 158426 (70%) expressions
10.31/10.64	c 10	converted 181058 (80%) expressions
10.60/10.98	c 11	converted 203690 (90%) expressions
24.48/24.90	c 25	converted 226322 (100%) expressions
24.48/24.93	c 25	CSP : 226315 integers, 0 booleans, 338270 clauses, largest domain size 169136
24.48/24.93	c 25	Heap : 309 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
24.48/24.93	c 25	Propagation in CSP
28.63/29.10	c 29	112747 values, 0 unsatisfiable literals, and 0 valid clauses are removed
28.63/29.13	c 29	CSP : 226315 integers, 0 booleans, 338270 clauses, largest domain size 112758
28.63/29.13	c 29	Heap : 316 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
28.73/29.21	c 29	Simplifing CSP by introducing new Boolean variables
28.83/29.33	c 29	CSP : 226315 integers, 0 booleans, 338270 clauses, largest domain size 112758
28.83/29.34	c 29	Heap : 311 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
30.22/30.70	c 30	Encoding CSP to SAT : HOME/temp.cnf
30.26/30.84	c 30	22632 (10%) CSP integer variables are encoded (0 clauses, 64 bytes)
30.26/30.87	c 30	45263 (20%) CSP integer variables are encoded (0 clauses, 64 bytes)
30.26/30.89	c 30	67895 (30%) CSP integer variables are encoded (0 clauses, 64 bytes)
30.36/30.92	c 31	90526 (40%) CSP integer variables are encoded (0 clauses, 64 bytes)
30.36/30.95	c 31	113158 (50%) CSP integer variables are encoded (0 clauses, 64 bytes)
30.85/31.43	c 31	135789 (60%) CSP integer variables are encoded (385998 clauses, 6562030 bytes)
31.25/31.82	c 31	158421 (70%) CSP integer variables are encoded (706897 clauses, 12017313 bytes)
31.64/32.27	c 32	181052 (80%) CSP integer variables are encoded (1074811 clauses, 18759736 bytes)
33.91/34.57	c 34	203684 (90%) CSP integer variables are encoded (3031647 clauses, 55939620 bytes)
34.52/35.21	c 35	226315 (100%) CSP integer variables are encoded (3477163 clauses, 64404424 bytes)
35.09/35.83	c 35	33827 (10%) CSP clauses are encoded (3510990 clauses, 64939254 bytes)
35.69/36.44	c 36	67654 (20%) CSP clauses are encoded (3544817 clauses, 65513821 bytes)
36.28/37.06	c 37	101481 (30%) CSP clauses are encoded (3578644 clauses, 66090400 bytes)
144.92/150.22	c 150	135308 (40%) CSP clauses are encoded (66191487 clauses, 1597913093 bytes)
188.65/195.51	c 195	ERROR Exception Too large HOME/temp.cnf
188.65/195.51	c 195	jp.ac.kobe_u.cs.sugar.encoder.Encoder.encode(Encoder.java:219)
188.65/195.51	c 195	jp.ac.kobe_u.cs.sugar.SugarMain.encode(SugarMain.java:130)
188.65/195.51	c 195	jp.ac.kobe_u.cs.sugar.SugarMain.main(SugarMain.java:258)
188.65/195.51	s UNKNOWN
188.67/195.68	c 195	CPU 175.86 (0.05 0.01 175.81 12.87)
188.67/195.68	c 195	END Wed Jul 16 05:47:16 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-1126243-1216179840/watcher-1126243-1216179840 -o /tmp/evaluation-result-1126243-1216179840/solver-1126243-1216179840 -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-1126243-1216179840.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.49 2.59 2.52 4/80 26681
/proc/meminfo: memFree=1569608/2055920 swapFree=4181028/4192956
[pid=26681] ppid=26679 vsize=12268 CPUtime=0
/proc/26681/stat : 26681 (sugar++) R 26679 26681 23959 0 -1 4194304 348 0 0 0 0 0 0 0 21 0 1 0 74683729 12562432 316 996147200 4194304 4206940 548682068528 18446744073709551615 264519776869 0 2147483391 4224 0 0 0 0 17 0 0 0
/proc/26681/statm: 3067 316 241 3 0 167 0

[startup+0.108421 s]
/proc/loadavg: 2.49 2.59 2.52 4/80 26681
/proc/meminfo: memFree=1569608/2055920 swapFree=4181028/4192956
[pid=26681] ppid=26679 vsize=16740 CPUtime=0.06
/proc/26681/stat : 26681 (sugar++) S 26679 26681 23959 0 -1 4194304 1152 0 0 0 5 1 0 0 21 0 1 0 74683729 17141760 1100 996147200 4194304 4206940 548682068528 18446744073709551615 264528506978 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/26681/statm: 4185 1100 406 3 0 764 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16740

[startup+0.201437 s]
/proc/loadavg: 2.49 2.59 2.52 4/80 26681
/proc/meminfo: memFree=1569608/2055920 swapFree=4181028/4192956
[pid=26681] ppid=26679 vsize=16740 CPUtime=0.06
/proc/26681/stat : 26681 (sugar++) S 26679 26681 23959 0 -1 4194304 1219 128 0 0 5 1 0 0 17 0 1 0 74683729 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 264528506978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26681/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16740

[startup+0.301459 s]
/proc/loadavg: 2.49 2.59 2.52 4/80 26681
/proc/meminfo: memFree=1569608/2055920 swapFree=4181028/4192956
[pid=26681] ppid=26679 vsize=16740 CPUtime=0.06
/proc/26681/stat : 26681 (sugar++) S 26679 26681 23959 0 -1 4194304 1219 128 0 0 5 1 0 0 17 0 1 0 74683729 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 264528506978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26681/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16740

[startup+0.70155 s]
/proc/loadavg: 2.49 2.59 2.52 4/80 26681
/proc/meminfo: memFree=1569608/2055920 swapFree=4181028/4192956
[pid=26681] ppid=26679 vsize=16740 CPUtime=0.06
/proc/26681/stat : 26681 (sugar++) S 26679 26681 23959 0 -1 4194304 1219 128 0 0 5 1 0 0 17 0 1 0 74683729 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 264528506978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26681/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16740

[startup+1.50271 s]
/proc/loadavg: 2.49 2.59 2.52 3/91 26693
/proc/meminfo: memFree=1539952/2055920 swapFree=4181028/4192956
[pid=26681] ppid=26679 vsize=16740 CPUtime=0.06
/proc/26681/stat : 26681 (sugar++) S 26679 26681 23959 0 -1 4194304 1219 128 0 0 5 1 0 0 17 0 1 0 74683729 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 264528506978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26681/statm: 4185 1104 409 3 0 764 0
[pid=26684] ppid=26681 vsize=5356 CPUtime=0
/proc/26684/stat : 26684 (sh) S 26681 26681 23959 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 74683740 5484544 233 996147200 4194304 4889804 548682068752 18446744073709551615 264519607108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26684/statm: 1339 233 193 169 0 50 0
[pid=26685] ppid=26684 vsize=864656 CPUtime=1.37
/proc/26685/stat : 26685 (java) S 26684 26681 23959 0 -1 0 15022 0 1 0 129 8 0 0 18 0 9 0 74683741 885407744 12562 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/26685/statm: 216164 12568 2529 9 0 210746 0
[pid=26685/tid=26686] ppid=26684 vsize=864656 CPUtime=0.81
/proc/26685/task/26686/stat : 26686 (java) R 26684 26681 23959 0 -1 64 3019 0 1 0 78 3 0 0 21 0 9 0 74683742 885407744 12572 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26685/tid=26687] ppid=26684 vsize=864656 CPUtime=0.45
/proc/26685/task/26687/stat : 26687 (java) R 26684 26681 23959 0 -1 64 10834 0 0 0 41 4 0 0 16 0 9 0 74683743 885407744 12579 996147200 134512640 134550740 4294956000 18446744073709551615 102674877 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=26685/tid=26688] ppid=26684 vsize=864656 CPUtime=0
/proc/26685/task/26688/stat : 26688 (java) S 26684 26681 23959 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 74683743 885407744 12584 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26685/tid=26689] ppid=26684 vsize=864656 CPUtime=0
/proc/26685/task/26689/stat : 26689 (java) S 26684 26681 23959 0 -1 64 10 0 0 0 0 0 0 0 15 0 9 0 74683743 885407744 12590 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26685/tid=26690] ppid=26684 vsize=864656 CPUtime=0
/proc/26685/task/26690/stat : 26690 (java) S 26684 26681 23959 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 74683745 885407744 12597 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26685/tid=26691] ppid=26684 vsize=864656 CPUtime=0.08
/proc/26685/task/26691/stat : 26691 (java) S 26684 26681 23959 0 -1 64 486 0 0 0 8 0 0 0 15 0 9 0 74683745 885407744 12603 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26685/tid=26692] ppid=26684 vsize=864656 CPUtime=0
/proc/26685/task/26692/stat : 26692 (java) S 26684 26681 23959 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 74683745 885407744 12609 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26685/tid=26693] ppid=26684 vsize=864656 CPUtime=0
/proc/26685/task/26693/stat : 26693 (java) S 26684 26681 23959 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 74683745 885407744 12615 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.43
Current children cumulated vsize (KiB) 886752

[startup+3.10105 s]
/proc/loadavg: 2.53 2.60 2.52 3/91 26693
/proc/meminfo: memFree=1495536/2055920 swapFree=4181028/4192956
[pid=26681] ppid=26679 vsize=16740 CPUtime=0.06
/proc/26681/stat : 26681 (sugar++) S 26679 26681 23959 0 -1 4194304 1219 128 0 0 5 1 0 0 17 0 1 0 74683729 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 264528506978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26681/statm: 4185 1104 409 3 0 764 0
[pid=26684] ppid=26681 vsize=5356 CPUtime=0
/proc/26684/stat : 26684 (sh) S 26681 26681 23959 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 74683740 5484544 233 996147200 4194304 4889804 548682068752 18446744073709551615 264519607108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26684/statm: 1339 233 193 169 0 50 0
[pid=26685] ppid=26684 vsize=864692 CPUtime=2.95
/proc/26685/stat : 26685 (java) S 26684 26681 23959 0 -1 0 32463 0 1 0 280 15 0 0 18 0 9 0 74683741 885444608 27053 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/26685/statm: 216173 27053 2529 9 0 210755 0
[pid=26685/tid=26686] ppid=26684 vsize=864692 CPUtime=1.45
/proc/26685/task/26686/stat : 26686 (java) R 26684 26681 23959 0 -1 64 3862 0 1 0 142 3 0 0 25 0 9 0 74683742 885444608 27053 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26685/tid=26687] ppid=26684 vsize=864692 CPUtime=1.36
/proc/26685/task/26687/stat : 26687 (java) R 26684 26681 23959 0 -1 64 27397 0 0 0 126 10 0 0 16 0 9 0 74683743 885444608 27053 996147200 134512640 134550740 4294956000 18446744073709551615 102723001 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=26685/tid=26688] ppid=26684 vsize=864692 CPUtime=0
/proc/26685/task/26688/stat : 26688 (java) S 26684 26681 23959 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 74683743 885444608 27053 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26685/tid=26689] ppid=26684 vsize=864692 CPUtime=0
/proc/26685/task/26689/stat : 26689 (java) S 26684 26681 23959 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 74683743 885444608 27053 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26685/tid=26690] ppid=26684 vsize=864692 CPUtime=0
/proc/26685/task/26690/stat : 26690 (java) S 26684 26681 23959 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 74683745 885444608 27053 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26685/tid=26691] ppid=26684 vsize=864692 CPUtime=0.11
/proc/26685/task/26691/stat : 26691 (java) S 26684 26681 23959 0 -1 64 504 0 0 0 11 0 0 0 16 0 9 0 74683745 885444608 27053 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26685/tid=26692] ppid=26684 vsize=864692 CPUtime=0
/proc/26685/task/26692/stat : 26692 (java) S 26684 26681 23959 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 74683745 885444608 27053 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26685/tid=26693] ppid=26684 vsize=864692 CPUtime=0
/proc/26685/task/26693/stat : 26693 (java) S 26684 26681 23959 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 74683745 885444608 27053 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.01
Current children cumulated vsize (KiB) 886788

[startup+6.30272 s]
/proc/loadavg: 2.53 2.60 2.52 3/91 26703
/proc/meminfo: memFree=1539128/2055920 swapFree=4181028/4192956
[pid=26681] ppid=26679 vsize=16740 CPUtime=3.86
/proc/26681/stat : 26681 (sugar++) S 26679 26681 23959 0 -1 4194304 1297 33816 0 1 5 1 361 19 15 0 1 0 74683729 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 264528506978 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/26681/statm: 4185 1104 409 3 0 764 0
[pid=26694] ppid=26681 vsize=5356 CPUtime=0
/proc/26694/stat : 26694 (sh) S 26681 26681 23959 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 74684128 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 264519607108 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26694/statm: 1339 233 193 169 0 50 0
[pid=26695] ppid=26694 vsize=864092 CPUtime=2.19
/proc/26695/stat : 26695 (java) S 26694 26681 23959 0 -1 0 13168 0 1 0 211 8 0 0 18 0 9 0 74684129 884830208 11385 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/26695/statm: 216023 11385 2532 9 0 210605 0
[pid=26695/tid=26696] ppid=26694 vsize=864092 CPUtime=1.42
/proc/26695/task/26696/stat : 26696 (java) R 26694 26681 23959 0 -1 64 2962 0 1 0 141 1 0 0 25 0 9 0 74684137 884830208 11385 996147200 134512640 134550740 4294955920 18446744073709551615 4126471792 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26695/tid=26697] ppid=26694 vsize=864092 CPUtime=0.68
/proc/26695/task/26697/stat : 26697 (java) S 26694 26681 23959 0 -1 64 9172 0 0 0 62 6 0 0 16 0 9 0 74684138 884830208 11385 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=26695/tid=26698] ppid=26694 vsize=864092 CPUtime=0
/proc/26695/task/26698/stat : 26698 (java) S 26694 26681 23959 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 74684138 884830208 11385 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26695/tid=26699] ppid=26694 vsize=864092 CPUtime=0
/proc/26695/task/26699/stat : 26699 (java) S 26694 26681 23959 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 74684138 884830208 11385 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26695/tid=26700] ppid=26694 vsize=864092 CPUtime=0
/proc/26695/task/26700/stat : 26700 (java) S 26694 26681 23959 0 -1 64 1 0 0 0 0 0 0 0 24 0 9 0 74684140 884830208 11385 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26695/tid=26701] ppid=26694 vsize=864092 CPUtime=0.06
/proc/26695/task/26701/stat : 26701 (java) S 26694 26681 23959 0 -1 64 338 0 0 0 6 0 0 0 16 0 9 0 74684140 884830208 11385 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26695/tid=26702] ppid=26694 vsize=864092 CPUtime=0
/proc/26695/task/26702/stat : 26702 (java) S 26694 26681 23959 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 74684140 884830208 11385 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26695/tid=26703] ppid=26694 vsize=864092 CPUtime=0
/proc/26695/task/26703/stat : 26703 (java) S 26694 26681 23959 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 74684140 884830208 11385 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.05
Current children cumulated vsize (KiB) 886188

[startup+12.7011 s]
/proc/loadavg: 2.76 2.64 2.54 5/91 26703
/proc/meminfo: memFree=1365752/2055920 swapFree=4181028/4192956
[pid=26681] ppid=26679 vsize=16740 CPUtime=3.86
/proc/26681/stat : 26681 (sugar++) S 26679 26681 23959 0 -1 4194304 1297 33816 0 1 5 1 361 19 15 0 1 0 74683729 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 264528506978 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/26681/statm: 4185 1104 409 3 0 764 0
[pid=26694] ppid=26681 vsize=5356 CPUtime=0
/proc/26694/stat : 26694 (sh) S 26681 26681 23959 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 74684128 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 264519607108 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26694/statm: 1339 233 193 169 0 50 0
[pid=26695] ppid=26694 vsize=868436 CPUtime=8.53
/proc/26695/stat : 26695 (java) S 26694 26681 23959 0 -1 0 73192 0 1 0 818 35 0 0 18 0 9 0 74684129 889278464 48144 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/26695/statm: 217109 48144 2540 9 0 211684 0
[pid=26695/tid=26696] ppid=26694 vsize=868436 CPUtime=3.81
/proc/26695/task/26696/stat : 26696 (java) R 26694 26681 23959 0 -1 64 5372 0 1 0 379 2 0 0 25 0 9 0 74684137 889278464 48144 996147200 134512640 134550740 4294955920 18446744073709551615 4126625953 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26695/tid=26697] ppid=26694 vsize=868436 CPUtime=4.5
/proc/26695/task/26697/stat : 26697 (java) S 26694 26681 23959 0 -1 64 65657 0 0 0 419 31 0 0 16 0 9 0 74684138 889278464 48144 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=26695/tid=26698] ppid=26694 vsize=868436 CPUtime=0
/proc/26695/task/26698/stat : 26698 (java) S 26694 26681 23959 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 74684138 889278464 48144 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26695/tid=26699] ppid=26694 vsize=868436 CPUtime=0
/proc/26695/task/26699/stat : 26699 (java) S 26694 26681 23959 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 74684138 889278464 48144 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26695/tid=26700] ppid=26694 vsize=868436 CPUtime=0
/proc/26695/task/26700/stat : 26700 (java) S 26694 26681 23959 0 -1 64 1 0 0 0 0 0 0 0 24 0 9 0 74684140 889278464 48144 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26695/tid=26701] ppid=26694 vsize=868436 CPUtime=0.18
/proc/26695/task/26701/stat : 26701 (java) S 26694 26681 23959 0 -1 64 1467 0 0 0 18 0 0 0 16 0 9 0 74684140 889278464 48144 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26695/tid=26702] ppid=26694 vsize=868436 CPUtime=0
/proc/26695/task/26702/stat : 26702 (java) S 26694 26681 23959 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 74684140 889278464 48144 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26695/tid=26703] ppid=26694 vsize=868436 CPUtime=0
/proc/26695/task/26703/stat : 26703 (java) S 26694 26681 23959 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 74684140 889278464 48144 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.39
Current children cumulated vsize (KiB) 890532

[startup+25.5027 s]
/proc/loadavg: 2.87 2.67 2.55 4/91 26703
/proc/meminfo: memFree=1222776/2055920 swapFree=4181028/4192956
[pid=26681] ppid=26679 vsize=16740 CPUtime=3.86
/proc/26681/stat : 26681 (sugar++) S 26679 26681 23959 0 -1 4194304 1297 33816 0 1 5 1 361 19 16 0 1 0 74683729 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 264528506978 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/26681/statm: 4185 1104 409 3 0 764 0
[pid=26694] ppid=26681 vsize=5356 CPUtime=0
/proc/26694/stat : 26694 (sh) S 26681 26681 23959 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 74684128 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 264519607108 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26694/statm: 1339 233 193 169 0 50 0
[pid=26695] ppid=26694 vsize=868436 CPUtime=21.2
/proc/26695/stat : 26695 (java) S 26694 26681 23959 0 -1 0 123258 0 1 0 2064 56 0 0 18 0 9 0 74684129 889278464 88375 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/26695/statm: 217109 88375 2540 9 0 211684 0
[pid=26695/tid=26696] ppid=26694 vsize=868436 CPUtime=12.98
/proc/26695/task/26696/stat : 26696 (java) R 26694 26681 23959 0 -1 64 7019 0 1 0 1294 4 0 0 25 0 9 0 74684137 889278464 88375 996147200 134512640 134550740 4294955920 18446744073709551615 4126622983 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26695/tid=26697] ppid=26694 vsize=868436 CPUtime=7.96
/proc/26695/task/26697/stat : 26697 (java) S 26694 26681 23959 0 -1 64 114053 0 0 0 746 50 0 0 16 0 9 0 74684138 889278464 88375 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=26695/tid=26698] ppid=26694 vsize=868436 CPUtime=0
/proc/26695/task/26698/stat : 26698 (java) S 26694 26681 23959 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 74684138 889278464 88375 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26695/tid=26699] ppid=26694 vsize=868436 CPUtime=0
/proc/26695/task/26699/stat : 26699 (java) S 26694 26681 23959 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 74684138 889278464 88375 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0

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

/proc/26695/task/26696/stat : 26696 (java) R 26694 26681 23959 0 -1 64 8601 0 1 0 13179 947 0 0 25 0 9 0 74684137 889393152 88660 996147200 134512640 134550740 4294955920 18446744073709551615 4127099839 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26695/tid=26697] ppid=26694 vsize=868548 CPUtime=11.29
/proc/26695/task/26697/stat : 26697 (java) S 26694 26681 23959 0 -1 64 115557 0 0 0 1067 62 0 0 16 0 9 0 74684138 889393152 88660 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=26695/tid=26698] ppid=26694 vsize=868548 CPUtime=0
/proc/26695/task/26698/stat : 26698 (java) S 26694 26681 23959 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 74684138 889393152 88660 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26695/tid=26699] ppid=26694 vsize=868548 CPUtime=0
/proc/26695/task/26699/stat : 26699 (java) S 26694 26681 23959 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 74684138 889393152 88660 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26695/tid=26700] ppid=26694 vsize=868548 CPUtime=0
/proc/26695/task/26700/stat : 26700 (java) S 26694 26681 23959 0 -1 64 1 0 0 0 0 0 0 0 24 0 9 0 74684140 889393152 88660 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26695/tid=26701] ppid=26694 vsize=868548 CPUtime=0.29
/proc/26695/task/26701/stat : 26701 (java) S 26694 26681 23959 0 -1 64 1545 0 0 0 29 0 0 0 16 0 9 0 74684140 889393152 88660 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26695/tid=26702] ppid=26694 vsize=868548 CPUtime=0
/proc/26695/task/26702/stat : 26702 (java) S 26694 26681 23959 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 74684140 889393152 88660 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26695/tid=26703] ppid=26694 vsize=868548 CPUtime=0
/proc/26695/task/26703/stat : 26703 (java) S 26694 26681 23959 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 74684140 889393152 88660 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 156.74
Current children cumulated vsize (KiB) 890644

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

[startup+179.403 s]
/proc/loadavg: 3.96 3.19 2.76 3/91 26703
/proc/meminfo: memFree=15288/2055920 swapFree=4181028/4192956
[pid=26681] ppid=26679 vsize=16740 CPUtime=3.86
/proc/26681/stat : 26681 (sugar++) S 26679 26681 23959 0 -1 4194304 1297 33816 0 1 5 1 361 19 16 0 1 0 74683729 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 264528506978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26681/statm: 4185 1104 409 3 0 764 0
[pid=26694] ppid=26681 vsize=5356 CPUtime=0
/proc/26694/stat : 26694 (sh) S 26681 26681 23959 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 74684128 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 264519607108 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26694/statm: 1339 233 193 169 0 50 0
[pid=26695] ppid=26694 vsize=868548 CPUtime=169.57
/proc/26695/stat : 26695 (java) S 26694 26681 23959 0 -1 0 126595 0 1 0 15817 1140 0 0 18 0 9 0 74684129 889393152 88660 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/26695/statm: 217137 88660 2567 9 0 211684 0
[pid=26695/tid=26696] ppid=26694 vsize=868548 CPUtime=157.76
/proc/26695/task/26696/stat : 26696 (java) R 26694 26681 23959 0 -1 64 8797 0 1 0 14701 1075 0 0 25 0 9 0 74684137 889393152 88660 996147200 134512640 134550740 4294955920 18446744073709551615 4127085342 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26695/tid=26697] ppid=26694 vsize=868548 CPUtime=11.48
/proc/26695/task/26697/stat : 26697 (java) S 26694 26681 23959 0 -1 64 115557 0 0 0 1085 63 0 0 16 0 9 0 74684138 889393152 88660 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=26695/tid=26698] ppid=26694 vsize=868548 CPUtime=0
/proc/26695/task/26698/stat : 26698 (java) S 26694 26681 23959 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 74684138 889393152 88660 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26695/tid=26699] ppid=26694 vsize=868548 CPUtime=0
/proc/26695/task/26699/stat : 26699 (java) S 26694 26681 23959 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 74684138 889393152 88660 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26695/tid=26700] ppid=26694 vsize=868548 CPUtime=0
/proc/26695/task/26700/stat : 26700 (java) S 26694 26681 23959 0 -1 64 1 0 0 0 0 0 0 0 24 0 9 0 74684140 889393152 88660 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26695/tid=26701] ppid=26694 vsize=868548 CPUtime=0.29
/proc/26695/task/26701/stat : 26701 (java) S 26694 26681 23959 0 -1 64 1545 0 0 0 29 0 0 0 16 0 9 0 74684140 889393152 88660 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26695/tid=26702] ppid=26694 vsize=868548 CPUtime=0
/proc/26695/task/26702/stat : 26702 (java) S 26694 26681 23959 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 74684140 889393152 88660 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26695/tid=26703] ppid=26694 vsize=868548 CPUtime=0
/proc/26695/task/26703/stat : 26703 (java) S 26694 26681 23959 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 74684140 889393152 88660 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 173.43
Current children cumulated vsize (KiB) 890644

[startup+185.801 s]
/proc/loadavg: 3.96 3.20 2.76 4/91 26703
/proc/meminfo: memFree=15864/2055920 swapFree=4181028/4192956
[pid=26681] ppid=26679 vsize=16740 CPUtime=3.86
/proc/26681/stat : 26681 (sugar++) S 26679 26681 23959 0 -1 4194304 1297 33816 0 1 5 1 361 19 16 0 1 0 74683729 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 264528506978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26681/statm: 4185 1104 409 3 0 764 0
[pid=26694] ppid=26681 vsize=5356 CPUtime=0
/proc/26694/stat : 26694 (sh) S 26681 26681 23959 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 74684128 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 264519607108 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26694/statm: 1339 233 193 169 0 50 0
[pid=26695] ppid=26694 vsize=868548 CPUtime=175.72
/proc/26695/stat : 26695 (java) S 26694 26681 23959 0 -1 0 126668 0 1 0 16383 1189 0 0 18 0 9 0 74684129 889393152 88660 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/26695/statm: 217137 88660 2567 9 0 211684 0
[pid=26695/tid=26696] ppid=26694 vsize=868548 CPUtime=163.84
/proc/26695/task/26696/stat : 26696 (java) R 26694 26681 23959 0 -1 64 8870 0 1 0 15260 1124 0 0 25 0 9 0 74684137 889393152 88660 996147200 134512640 134550740 4294955920 18446744073709551615 4127099980 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26695/tid=26697] ppid=26694 vsize=868548 CPUtime=11.55
/proc/26695/task/26697/stat : 26697 (java) S 26694 26681 23959 0 -1 64 115557 0 0 0 1092 63 0 0 16 0 9 0 74684138 889393152 88660 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=26695/tid=26698] ppid=26694 vsize=868548 CPUtime=0
/proc/26695/task/26698/stat : 26698 (java) S 26694 26681 23959 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 74684138 889393152 88660 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26695/tid=26699] ppid=26694 vsize=868548 CPUtime=0
/proc/26695/task/26699/stat : 26699 (java) S 26694 26681 23959 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 74684138 889393152 88660 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26695/tid=26700] ppid=26694 vsize=868548 CPUtime=0
/proc/26695/task/26700/stat : 26700 (java) S 26694 26681 23959 0 -1 64 1 0 0 0 0 0 0 0 24 0 9 0 74684140 889393152 88660 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26695/tid=26701] ppid=26694 vsize=868548 CPUtime=0.29
/proc/26695/task/26701/stat : 26701 (java) S 26694 26681 23959 0 -1 64 1545 0 0 0 29 0 0 0 16 0 9 0 74684140 889393152 88660 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26695/tid=26702] ppid=26694 vsize=868548 CPUtime=0
/proc/26695/task/26702/stat : 26702 (java) S 26694 26681 23959 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 74684140 889393152 88660 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26695/tid=26703] ppid=26694 vsize=868548 CPUtime=0
/proc/26695/task/26703/stat : 26703 (java) S 26694 26681 23959 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 74684140 889393152 88660 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 179.58
Current children cumulated vsize (KiB) 890644

[startup+192.203 s]
/proc/loadavg: 3.81 3.20 2.77 4/91 26703
/proc/meminfo: memFree=14840/2055920 swapFree=4181028/4192956
[pid=26681] ppid=26679 vsize=16740 CPUtime=3.86
/proc/26681/stat : 26681 (sugar++) S 26679 26681 23959 0 -1 4194304 1297 33816 0 1 5 1 361 19 16 0 1 0 74683729 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 264528506978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26681/statm: 4185 1104 409 3 0 764 0
[pid=26694] ppid=26681 vsize=5356 CPUtime=0
/proc/26694/stat : 26694 (sh) S 26681 26681 23959 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 74684128 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 264519607108 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26694/statm: 1339 233 193 169 0 50 0
[pid=26695] ppid=26694 vsize=868548 CPUtime=181.94
/proc/26695/stat : 26695 (java) S 26694 26681 23959 0 -1 0 126743 0 1 0 16956 1238 0 0 18 0 9 0 74684129 889393152 88660 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/26695/statm: 217137 88660 2567 9 0 211684 0
[pid=26695/tid=26696] ppid=26694 vsize=868548 CPUtime=169.98
/proc/26695/task/26696/stat : 26696 (java) R 26694 26681 23959 0 -1 64 8945 0 1 0 15826 1172 0 0 25 0 9 0 74684137 889393152 88660 996147200 134512640 134550740 4294955920 18446744073709551615 4126574937 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26695/tid=26697] ppid=26694 vsize=868548 CPUtime=11.63
/proc/26695/task/26697/stat : 26697 (java) S 26694 26681 23959 0 -1 64 115557 0 0 0 1099 64 0 0 16 0 9 0 74684138 889393152 88660 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=26695/tid=26698] ppid=26694 vsize=868548 CPUtime=0
/proc/26695/task/26698/stat : 26698 (java) S 26694 26681 23959 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 74684138 889393152 88660 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26695/tid=26699] ppid=26694 vsize=868548 CPUtime=0
/proc/26695/task/26699/stat : 26699 (java) S 26694 26681 23959 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 74684138 889393152 88660 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26695/tid=26700] ppid=26694 vsize=868548 CPUtime=0
/proc/26695/task/26700/stat : 26700 (java) S 26694 26681 23959 0 -1 64 1 0 0 0 0 0 0 0 24 0 9 0 74684140 889393152 88660 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26695/tid=26701] ppid=26694 vsize=868548 CPUtime=0.29
/proc/26695/task/26701/stat : 26701 (java) S 26694 26681 23959 0 -1 64 1545 0 0 0 29 0 0 0 16 0 9 0 74684140 889393152 88660 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26695/tid=26702] ppid=26694 vsize=868548 CPUtime=0
/proc/26695/task/26702/stat : 26702 (java) S 26694 26681 23959 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 74684140 889393152 88660 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26695/tid=26703] ppid=26694 vsize=868548 CPUtime=0
/proc/26695/task/26703/stat : 26703 (java) S 26694 26681 23959 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 74684140 889393152 88660 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 185.8
Current children cumulated vsize (KiB) 890644

[startup+195.402 s]
/proc/loadavg: 3.81 3.20 2.77 3/91 26703
/proc/meminfo: memFree=15032/2055920 swapFree=4181028/4192956
[pid=26681] ppid=26679 vsize=16740 CPUtime=3.86
/proc/26681/stat : 26681 (sugar++) S 26679 26681 23959 0 -1 4194304 1297 33816 0 1 5 1 361 19 16 0 1 0 74683729 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 264528506978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26681/statm: 4185 1104 409 3 0 764 0
[pid=26694] ppid=26681 vsize=5356 CPUtime=0
/proc/26694/stat : 26694 (sh) S 26681 26681 23959 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 74684128 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 264519607108 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26694/statm: 1339 233 193 169 0 50 0
[pid=26695] ppid=26694 vsize=868548 CPUtime=184.69
/proc/26695/stat : 26695 (java) S 26694 26681 23959 0 -1 0 126777 0 1 0 17208 1261 0 0 18 0 9 0 74684129 889393152 88660 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/26695/statm: 217137 88660 2567 9 0 211684 0
[pid=26695/tid=26696] ppid=26694 vsize=868548 CPUtime=172.7
/proc/26695/task/26696/stat : 26696 (java) R 26694 26681 23959 0 -1 64 8979 0 1 0 16076 1194 0 0 25 0 9 0 74684137 889393152 88660 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26695/tid=26697] ppid=26694 vsize=868548 CPUtime=11.67
/proc/26695/task/26697/stat : 26697 (java) S 26694 26681 23959 0 -1 64 115557 0 0 0 1102 65 0 0 16 0 9 0 74684138 889393152 88660 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=26695/tid=26698] ppid=26694 vsize=868548 CPUtime=0
/proc/26695/task/26698/stat : 26698 (java) S 26694 26681 23959 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 74684138 889393152 88660 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26695/tid=26699] ppid=26694 vsize=868548 CPUtime=0
/proc/26695/task/26699/stat : 26699 (java) S 26694 26681 23959 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 74684138 889393152 88660 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26695/tid=26700] ppid=26694 vsize=868548 CPUtime=0
/proc/26695/task/26700/stat : 26700 (java) S 26694 26681 23959 0 -1 64 1 0 0 0 0 0 0 0 24 0 9 0 74684140 889393152 88660 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26695/tid=26701] ppid=26694 vsize=868548 CPUtime=0.29
/proc/26695/task/26701/stat : 26701 (java) S 26694 26681 23959 0 -1 64 1545 0 0 0 29 0 0 0 16 0 9 0 74684140 889393152 88660 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26695/tid=26702] ppid=26694 vsize=868548 CPUtime=0
/proc/26695/task/26702/stat : 26702 (java) S 26694 26681 23959 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 74684140 889393152 88660 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26695/tid=26703] ppid=26694 vsize=868548 CPUtime=0
/proc/26695/task/26703/stat : 26703 (java) S 26694 26681 23959 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 74684140 889393152 88660 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 188.55
Current children cumulated vsize (KiB) 890644

[startup+197.002 s]
/proc/loadavg: 3.81 3.20 2.77 4/81 26703
/proc/meminfo: memFree=994696/2055920 swapFree=4181028/4192956
[pid=26681] ppid=26679 vsize=16740 CPUtime=189.47
/proc/26681/stat : 26681 (sugar++) D 26679 26681 23959 0 -1 4194304 1320 160889 0 2 5 74 17581 1287 15 0 1 0 74683729 17141760 1105 996147200 4194304 4206940 548682068528 18446744073709551615 264519783465 0 0 4224 16386 18446744071563608240 0 0 17 0 0 0
/proc/26681/statm: 4185 1105 410 3 0 764 0
Current children cumulated CPU time (s) 189.47
Current children cumulated vsize (KiB) 16740

[startup+197.802 s]
/proc/loadavg: 3.74 3.19 2.77 3/81 26703
/proc/meminfo: memFree=1759496/2055920 swapFree=4181028/4192956
[pid=26681] ppid=26679 vsize=16740 CPUtime=189.51
/proc/26681/stat : 26681 (sugar++) D 26679 26681 23959 0 -1 4194304 1320 160889 0 2 5 78 17581 1287 15 0 1 0 74683729 17141760 1105 996147200 4194304 4206940 548682068528 18446744073709551615 264519783465 0 0 4224 16386 18446744071563608240 0 0 17 0 0 0
/proc/26681/statm: 4185 1105 410 3 0 764 0
Current children cumulated CPU time (s) 189.51
Current children cumulated vsize (KiB) 16740

[startup+198.002 s]
/proc/loadavg: 3.74 3.19 2.77 3/81 26703
/proc/meminfo: memFree=1759496/2055920 swapFree=4181028/4192956
[pid=26681] ppid=26679 vsize=16740 CPUtime=189.51
/proc/26681/stat : 26681 (sugar++) D 26679 26681 23959 0 -1 4194304 1320 160889 0 2 5 78 17581 1287 15 0 1 0 74683729 17141760 1105 996147200 4194304 4206940 548682068528 18446744073709551615 264519783465 0 0 4224 16386 18446744071563608240 0 0 17 0 0 0
/proc/26681/statm: 4185 1105 410 3 0 764 0
Current children cumulated CPU time (s) 189.51
Current children cumulated vsize (KiB) 16740

Child status: 0
Real time (s): 198.042
CPU time (s): 189.531
CPU user time (s): 175.867
CPU system time (s): 13.6639
CPU usage (%): 95.7026
Max. virtual memory (cumulated for all children) (KiB): 915024

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 175.867
system time used= 13.6639
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 162265
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= 21845
involuntary context switches= 29337

runsolver used 0.250961 second user time and 0.681896 second system time

The end

Launcher Data (download as text)

Begin job on node40 at 2008-07-16 05:44:01
IDJOB=1126243
IDBENCH=64220
IDSOLVER=367
FILE ID=node40/1126243-1216179840
PBS_JOBID= 7905831
Free space on /tmp= 66544 MiB

SOLVER NAME= Sugar++ v1.13+minisat-inc
BENCH NAME= CPAI08/maxcsp/maxclique/normalized-brock-800-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-1126243-1216179840/watcher-1126243-1216179840 -o /tmp/evaluation-result-1126243-1216179840/solver-1126243-1216179840 -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-1126243-1216179840.xml

TIME LIMIT= 3600 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= e81a2b8b60fb387178539803c7553f2a
RANDOM SEED=280392237

node40.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.261
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.261
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:       1570344 kB
Buffers:         18732 kB
Cached:         195356 kB
SwapCached:       5892 kB
Active:         294632 kB
Inactive:       124604 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1570344 kB
SwapTotal:     4192956 kB
SwapFree:      4181028 kB
Dirty:            8772 kB
Writeback:           0 kB
Mapped:         221480 kB
Slab:            51184 kB
Committed_AS:  1108220 kB
PageTables:       2256 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= 66544 MiB
End job on node40 at 2008-07-16 05:47:19