Trace number 1126292

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? 417.93 430.746

General information on the benchmark

Namemaxcsp/maxclique/
normalized-c-fat200-2_ext.xml
MD5SUMafe45b2d342c4503c2917db34f77f212
Bench Category2-ARY-EXT (binary constraints in extension)
Best result obtained on this benchmarkMOPT
Best Number of falsified constraints176
Best CPU time to get the best result obtained on this benchmark1.36779
Satisfiable
(Un)Satisfiability was proved
Number of variables201
Number of constraints16865
Maximum constraint arity2
Maximum domain size2
Number of constraints which are defined in extension16865
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.04	c 0	Sugar v1-13 + HOME/minisat
0.00/0.04	c 0	BEGIN Wed Jul 16 05:53:41 2008
0.00/0.04	c 0	PID 30052
0.00/0.05	c 0	HOST node20.alineos.net
0.00/0.05	c 0	CONVERTING HOME/instance-1126292-1216180421.xml TO HOME/temp.csp
0.00/0.05	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1126292-1216180421.xml' 'HOME/temp.csp'
1.06/1.17	c 1	2 domains, 201 variables, 0 predicates, 2 relations, 16865 constraints
1.12/1.20	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
1.12/1.20	c 1	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'
1.12/1.28	c 1	Parsing HOME/temp.csp
1.13/1.60	c 1	parsed 10000 expressions
1.13/1.76	c 1	parsed 17070 expressions
1.13/1.76	c 1	Heap : 5 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
1.13/1.92	c 2	MAX CSP: 16865 constraints
1.13/1.92	c 2	Converting to clausal form CSP
2.00/2.18	c 2	converted 3394 (10%) expressions
2.11/2.22	c 2	converted 6788 (20%) expressions
2.20/2.36	c 2	converted 10182 (30%) expressions
2.30/2.41	c 2	converted 13576 (40%) expressions
2.30/2.45	c 2	converted 16969 (50%) expressions
2.30/2.50	c 2	converted 20363 (60%) expressions
2.40/2.54	c 2	converted 23757 (70%) expressions
2.40/2.58	c 2	converted 27151 (80%) expressions
2.59/2.76	c 2	converted 30545 (90%) expressions
4.27/4.43	c 4	converted 33938 (100%) expressions
4.27/4.43	c 4	CSP : 33931 integers, 0 booleans, 50594 clauses, largest domain size 25298
4.27/4.43	c 4	Heap : 45 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
4.27/4.43	c 4	Propagation in CSP
4.87/5.04	c 5	16859 values, 0 unsatisfiable literals, and 0 valid clauses are removed
4.87/5.05	c 5	CSP : 33931 integers, 0 booleans, 50594 clauses, largest domain size 16866
4.87/5.05	c 5	Heap : 46 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
4.87/5.07	c 5	Simplifing CSP by introducing new Boolean variables
4.87/5.10	c 5	CSP : 33931 integers, 0 booleans, 50594 clauses, largest domain size 16866
4.87/5.10	c 5	Heap : 46 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
5.16/5.34	c 5	Encoding CSP to SAT : HOME/temp.cnf
5.16/5.38	c 5	3394 (10%) CSP integer variables are encoded (0 clauses, 64 bytes)
5.16/5.39	c 5	6787 (20%) CSP integer variables are encoded (0 clauses, 64 bytes)
5.16/5.39	c 5	10180 (30%) CSP integer variables are encoded (0 clauses, 64 bytes)
5.16/5.40	c 5	13573 (40%) CSP integer variables are encoded (0 clauses, 64 bytes)
5.26/5.41	c 5	16966 (50%) CSP integer variables are encoded (0 clauses, 64 bytes)
5.26/5.47	c 5	20359 (60%) CSP integer variables are encoded (48425 clauses, 726439 bytes)
5.36/5.53	c 5	23752 (70%) CSP integer variables are encoded (87033 clauses, 1325348 bytes)
5.65/5.84	c 6	27145 (80%) CSP integer variables are encoded (316085 clauses, 5219232 bytes)
5.75/5.94	c 6	30538 (90%) CSP integer variables are encoded (382228 clauses, 6343663 bytes)
5.85/6.01	c 6	33931 (100%) CSP integer variables are encoded (439459 clauses, 7316590 bytes)
5.95/6.18	c 6	5060 (10%) CSP clauses are encoded (444519 clauses, 7387820 bytes)
6.05/6.28	c 6	10119 (20%) CSP clauses are encoded (449578 clauses, 7462347 bytes)
6.15/6.39	c 6	15179 (30%) CSP clauses are encoded (454638 clauses, 7545520 bytes)
8.91/9.14	c 9	20238 (40%) CSP clauses are encoded (1882885 clauses, 38032905 bytes)
38.87/39.72	c 39	25297 (50%) CSP clauses are encoded (18336888 clauses, 391334269 bytes)
47.54/48.68	c 48	30357 (60%) CSP clauses are encoded (22918476 clauses, 496353661 bytes)
358.80/370.64	c 370	35416 (70%) CSP clauses are encoded (89979600 clauses, 2100448530 bytes)
416.90/429.15	c 429	ERROR Exception Too large HOME/temp.cnf
416.90/429.15	c 429	jp.ac.kobe_u.cs.sugar.encoder.Encoder.encode(Encoder.java:219)
416.90/429.15	c 429	jp.ac.kobe_u.cs.sugar.SugarMain.encode(SugarMain.java:130)
416.90/429.15	c 429	jp.ac.kobe_u.cs.sugar.SugarMain.main(SugarMain.java:258)
416.90/429.15	s UNKNOWN
416.97/429.20	c 429	CPU 214.65 (0.04 0 214.61 202.34)
416.97/429.20	c 429	END Wed Jul 16 06:00:50 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-1126292-1216180421/watcher-1126292-1216180421 -o /tmp/evaluation-result-1126292-1216180421/solver-1126292-1216180421 -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-1126292-1216180421.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.00 2.00 2.00 4/81 30052
/proc/meminfo: memFree=1669080/2055920 swapFree=4181132/4192956
[pid=30052] ppid=30050 vsize=12268 CPUtime=0
/proc/30052/stat : 30052 (sugar) R 30050 30052 28565 0 -1 4194304 348 0 0 0 0 0 0 0 20 0 1 0 74744265 12562432 316 996147200 4194304 4206940 548682068592 18446744073709551615 273952766565 0 2147483391 4224 0 0 0 0 17 1 0 0
/proc/30052/statm: 3067 316 241 3 0 167 0

[startup+0.07852 s]
/proc/loadavg: 2.00 2.00 2.00 4/81 30052
/proc/meminfo: memFree=1669080/2055920 swapFree=4181132/4192956
[pid=30052] ppid=30050 vsize=13600 CPUtime=0.03
/proc/30052/stat : 30052 (sugar) S 30050 30052 28565 0 -1 4194304 898 127 0 0 3 0 0 0 19 0 1 0 74744265 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 273961496674 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/30052/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.100974 s]
/proc/loadavg: 2.00 2.00 2.00 4/81 30052
/proc/meminfo: memFree=1669080/2055920 swapFree=4181132/4192956
[pid=30052] ppid=30050 vsize=13600 CPUtime=0.03
/proc/30052/stat : 30052 (sugar) S 30050 30052 28565 0 -1 4194304 898 127 0 0 3 0 0 0 19 0 1 0 74744265 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 273961496674 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/30052/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.30201 s]
/proc/loadavg: 2.00 2.00 2.00 4/81 30052
/proc/meminfo: memFree=1669080/2055920 swapFree=4181132/4192956
[pid=30052] ppid=30050 vsize=13600 CPUtime=0.03
/proc/30052/stat : 30052 (sugar) S 30050 30052 28565 0 -1 4194304 898 127 0 0 3 0 0 0 19 0 1 0 74744265 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 273961496674 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/30052/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.701096 s]
/proc/loadavg: 2.00 2.00 2.00 4/81 30052
/proc/meminfo: memFree=1669080/2055920 swapFree=4181132/4192956
[pid=30052] ppid=30050 vsize=13600 CPUtime=0.03
/proc/30052/stat : 30052 (sugar) S 30050 30052 28565 0 -1 4194304 898 127 0 0 3 0 0 0 19 0 1 0 74744265 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 273961496674 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/30052/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+1.50125 s]
/proc/loadavg: 2.00 2.00 2.00 3/92 30064
/proc/meminfo: memFree=1645888/2055920 swapFree=4181132/4192956
[pid=30052] ppid=30050 vsize=13600 CPUtime=1.13
/proc/30052/stat : 30052 (sugar) S 30050 30052 28565 0 -1 4194304 974 9561 0 1 3 0 105 5 16 0 1 0 74744265 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 273961496674 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/30052/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 1.13
Current children cumulated vsize (KiB) 13600

[startup+3.10408 s]
/proc/loadavg: 2.08 2.02 2.01 3/92 30074
/proc/meminfo: memFree=1645568/2055920 swapFree=4181132/4192956
[pid=30052] ppid=30050 vsize=13600 CPUtime=1.13
/proc/30052/stat : 30052 (sugar) S 30050 30052 28565 0 -1 4194304 974 9561 0 1 3 0 105 5 15 0 1 0 74744265 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 273961496674 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/30052/statm: 3400 797 370 3 0 500 0
[pid=30065] ppid=30052 vsize=5356 CPUtime=0
/proc/30065/stat : 30065 (sh) S 30052 30052 28565 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 74744385 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 273952596804 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30065/statm: 1339 233 193 169 0 50 0
[pid=30066] ppid=30065 vsize=868432 CPUtime=1.86
/proc/30066/stat : 30066 (java) S 30065 30052 28565 0 -1 0 13237 0 1 0 178 8 0 0 18 0 9 0 74744386 889274368 11897 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/30066/statm: 217108 11897 2540 9 0 211683 0
[pid=30066/tid=30067] ppid=30065 vsize=868432 CPUtime=0.99
/proc/30066/task/30067/stat : 30067 (java) R 30065 30052 28565 0 -1 64 2901 0 1 0 97 2 0 0 23 0 9 0 74744387 889274368 11897 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30066/tid=30068] ppid=30065 vsize=868432 CPUtime=0.61
/proc/30066/task/30068/stat : 30068 (java) S 30065 30052 28565 0 -1 64 8158 0 0 0 57 4 0 0 15 0 9 0 74744388 889274368 11897 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=30066/tid=30069] ppid=30065 vsize=868432 CPUtime=0
/proc/30066/task/30069/stat : 30069 (java) S 30065 30052 28565 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 74744388 889274368 11897 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30066/tid=30070] ppid=30065 vsize=868432 CPUtime=0
/proc/30066/task/30070/stat : 30070 (java) S 30065 30052 28565 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 74744388 889274368 11897 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30066/tid=30071] ppid=30065 vsize=868432 CPUtime=0
/proc/30066/task/30071/stat : 30071 (java) S 30065 30052 28565 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 74744390 889274368 11897 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30066/tid=30072] ppid=30065 vsize=868432 CPUtime=0.22
/proc/30066/task/30072/stat : 30072 (java) S 30065 30052 28565 0 -1 64 1481 0 0 0 22 0 0 0 16 0 9 0 74744390 889274368 11897 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30066/tid=30073] ppid=30065 vsize=868432 CPUtime=0
/proc/30066/task/30073/stat : 30073 (java) S 30065 30052 28565 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 74744390 889274368 11897 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30066/tid=30074] ppid=30065 vsize=868432 CPUtime=0
/proc/30066/task/30074/stat : 30074 (java) S 30065 30052 28565 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 74744390 889274368 11897 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.99
Current children cumulated vsize (KiB) 887388

[startup+6.30377 s]
/proc/loadavg: 2.08 2.02 2.01 3/92 30074
/proc/meminfo: memFree=1605952/2055920 swapFree=4181132/4192956
[pid=30052] ppid=30050 vsize=13600 CPUtime=1.13
/proc/30052/stat : 30052 (sugar) S 30050 30052 28565 0 -1 4194304 974 9561 0 1 3 0 105 5 15 0 1 0 74744265 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 273961496674 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/30052/statm: 3400 797 370 3 0 500 0
[pid=30065] ppid=30052 vsize=5356 CPUtime=0
/proc/30065/stat : 30065 (sh) S 30052 30052 28565 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 74744385 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 273952596804 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30065/statm: 1339 233 193 169 0 50 0
[pid=30066] ppid=30065 vsize=868544 CPUtime=5.02
/proc/30066/stat : 30066 (java) S 30065 30052 28565 0 -1 0 19683 0 2 0 484 18 0 0 18 0 9 0 74744386 889389056 17559 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/30066/statm: 217136 17559 2567 9 0 211683 0
[pid=30066/tid=30067] ppid=30065 vsize=868544 CPUtime=3.3
/proc/30066/task/30067/stat : 30067 (java) R 30065 30052 28565 0 -1 64 3315 0 2 0 323 7 0 0 25 0 9 0 74744387 889389056 17559 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30066/tid=30068] ppid=30065 vsize=868544 CPUtime=1.37
/proc/30066/task/30068/stat : 30068 (java) S 30065 30052 28565 0 -1 64 14134 0 0 0 129 8 0 0 15 0 9 0 74744388 889389056 17559 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=30066/tid=30069] ppid=30065 vsize=868544 CPUtime=0
/proc/30066/task/30069/stat : 30069 (java) S 30065 30052 28565 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 74744388 889389056 17559 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30066/tid=30070] ppid=30065 vsize=868544 CPUtime=0
/proc/30066/task/30070/stat : 30070 (java) S 30065 30052 28565 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 74744388 889389056 17559 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30066/tid=30071] ppid=30065 vsize=868544 CPUtime=0
/proc/30066/task/30071/stat : 30071 (java) S 30065 30052 28565 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 74744390 889389056 17559 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30066/tid=30072] ppid=30065 vsize=868544 CPUtime=0.32
/proc/30066/task/30072/stat : 30072 (java) S 30065 30052 28565 0 -1 64 1537 0 0 0 31 1 0 0 16 0 9 0 74744390 889389056 17559 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30066/tid=30073] ppid=30065 vsize=868544 CPUtime=0
/proc/30066/task/30073/stat : 30073 (java) S 30065 30052 28565 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 74744390 889389056 17559 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30066/tid=30074] ppid=30065 vsize=868544 CPUtime=0
/proc/30066/task/30074/stat : 30074 (java) S 30065 30052 28565 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 74744390 889389056 17559 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.15
Current children cumulated vsize (KiB) 887500

[startup+12.7025 s]
/proc/loadavg: 2.07 2.02 2.00 3/92 30074
/proc/meminfo: memFree=1532480/2055920 swapFree=4181132/4192956
[pid=30052] ppid=30050 vsize=13600 CPUtime=1.13
/proc/30052/stat : 30052 (sugar) S 30050 30052 28565 0 -1 4194304 974 9561 0 1 3 0 105 5 16 0 1 0 74744265 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 273961496674 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/30052/statm: 3400 797 370 3 0 500 0
[pid=30065] ppid=30052 vsize=5356 CPUtime=0
/proc/30065/stat : 30065 (sh) S 30052 30052 28565 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 74744385 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 273952596804 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30065/statm: 1339 233 193 169 0 50 0
[pid=30066] ppid=30065 vsize=868544 CPUtime=11.34
/proc/30066/stat : 30066 (java) S 30065 30052 28565 0 -1 0 20168 0 2 0 1067 67 0 0 18 0 9 0 74744386 889389056 17566 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/30066/statm: 217136 17566 2567 9 0 211683 0
[pid=30066/tid=30067] ppid=30065 vsize=868544 CPUtime=9.35
/proc/30066/task/30067/stat : 30067 (java) R 30065 30052 28565 0 -1 64 3793 0 2 0 881 54 0 0 25 0 9 0 74744387 889389056 17566 996147200 134512640 134550740 4294955936 18446744073709551615 4126567057 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30066/tid=30068] ppid=30065 vsize=868544 CPUtime=1.63
/proc/30066/task/30068/stat : 30068 (java) S 30065 30052 28565 0 -1 64 14134 0 0 0 153 10 0 0 16 0 9 0 74744388 889389056 17566 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=30066/tid=30069] ppid=30065 vsize=868544 CPUtime=0
/proc/30066/task/30069/stat : 30069 (java) S 30065 30052 28565 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 74744388 889389056 17566 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30066/tid=30070] ppid=30065 vsize=868544 CPUtime=0
/proc/30066/task/30070/stat : 30070 (java) S 30065 30052 28565 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 74744388 889389056 17566 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30066/tid=30071] ppid=30065 vsize=868544 CPUtime=0
/proc/30066/task/30071/stat : 30071 (java) S 30065 30052 28565 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 74744390 889389056 17566 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30066/tid=30072] ppid=30065 vsize=868544 CPUtime=0.33
/proc/30066/task/30072/stat : 30072 (java) S 30065 30052 28565 0 -1 64 1544 0 0 0 32 1 0 0 16 0 9 0 74744390 889389056 17566 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30066/tid=30073] ppid=30065 vsize=868544 CPUtime=0
/proc/30066/task/30073/stat : 30073 (java) S 30065 30052 28565 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 74744390 889389056 17566 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30066/tid=30074] ppid=30065 vsize=868544 CPUtime=0
/proc/30066/task/30074/stat : 30074 (java) S 30065 30052 28565 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 74744390 889389056 17566 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.47
Current children cumulated vsize (KiB) 887500

[startup+25.502 s]
/proc/loadavg: 2.06 2.01 2.00 3/92 30074
/proc/meminfo: memFree=1376576/2055920 swapFree=4181132/4192956
[pid=30052] ppid=30050 vsize=13600 CPUtime=1.13
/proc/30052/stat : 30052 (sugar) S 30050 30052 28565 0 -1 4194304 974 9561 0 1 3 0 105 5 16 0 1 0 74744265 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 273961496674 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/30052/statm: 3400 797 370 3 0 500 0
[pid=30065] ppid=30052 vsize=5356 CPUtime=0
/proc/30065/stat : 30065 (sh) S 30052 30052 28565 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 74744385 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 273952596804 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30065/statm: 1339 233 193 169 0 50 0
[pid=30066] ppid=30065 vsize=868544 CPUtime=23.92
/proc/30066/stat : 30066 (java) S 30065 30052 28565 0 -1 0 21132 0 2 0 2222 170 0 0 18 0 9 0 74744386 889389056 17566 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/30066/statm: 217136 17566 2567 9 0 211683 0
[pid=30066/tid=30067] ppid=30065 vsize=868544 CPUtime=21.47
/proc/30066/task/30067/stat : 30067 (java) R 30065 30052 28565 0 -1 64 4757 0 2 0 1997 150 0 0 25 0 9 0 74744387 889389056 17566 996147200 134512640 134550740 4294955936 18446744073709551615 4126921859 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30066/tid=30068] ppid=30065 vsize=868544 CPUtime=2.09
/proc/30066/task/30068/stat : 30068 (java) S 30065 30052 28565 0 -1 64 14134 0 0 0 192 17 0 0 16 0 9 0 74744388 889389056 17566 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=30066/tid=30069] ppid=30065 vsize=868544 CPUtime=0
/proc/30066/task/30069/stat : 30069 (java) S 30065 30052 28565 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 74744388 889389056 17566 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30066/tid=30070] ppid=30065 vsize=868544 CPUtime=0
/proc/30066/task/30070/stat : 30070 (java) S 30065 30052 28565 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 74744388 889389056 17566 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30066/tid=30071] ppid=30065 vsize=868544 CPUtime=0
/proc/30066/task/30071/stat : 30071 (java) S 30065 30052 28565 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 74744390 889389056 17566 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30066/tid=30072] ppid=30065 vsize=868544 CPUtime=0.33
/proc/30066/task/30072/stat : 30072 (java) S 30065 30052 28565 0 -1 64 1544 0 0 0 32 1 0 0 16 0 9 0 74744390 889389056 17566 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30066/tid=30073] ppid=30065 vsize=868544 CPUtime=0
/proc/30066/task/30073/stat : 30073 (java) S 30065 30052 28565 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 74744390 889389056 17566 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30066/tid=30074] ppid=30065 vsize=868544 CPUtime=0
/proc/30066/task/30074/stat : 30074 (java) S 30065 30052 28565 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 74744390 889389056 17566 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 25.05
Current children cumulated vsize (KiB) 887500

[startup+51.102 s]
/proc/loadavg: 2.09 2.03 2.01 3/92 30074
/proc/meminfo: memFree=1085440/2055920 swapFree=4181132/4192956
[pid=30052] ppid=30050 vsize=13600 CPUtime=1.13
/proc/30052/stat : 30052 (sugar) S 30050 30052 28565 0 -1 4194304 974 9561 0 1 3 0 105 5 16 0 1 0 74744265 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 273961496674 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/30052/statm: 3400 797 370 3 0 500 0
[pid=30065] ppid=30052 vsize=5356 CPUtime=0
/proc/30065/stat : 30065 (sh) S 30052 30052 28565 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 74744385 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 273952596804 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30065/statm: 1339 233 193 169 0 50 0
[pid=30066] ppid=30065 vsize=868544 CPUtime=48.68
/proc/30066/stat : 30066 (java) S 30065 30052 28565 0 -1 0 23008 0 2 0 4500 368 0 0 18 0 9 0 74744386 889389056 17566 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0

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

/proc/30066/task/30067/stat : 30067 (java) R 30065 30052 28565 0 -1 64 18266 0 2 0 19938 18113 0 0 25 0 9 0 74744387 889389056 17566 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30066/tid=30068] ppid=30065 vsize=868544 CPUtime=8.27
/proc/30066/task/30068/stat : 30068 (java) S 30065 30052 28565 0 -1 64 14134 0 0 0 722 105 0 0 16 0 9 0 74744388 889389056 17566 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=30066/tid=30069] ppid=30065 vsize=868544 CPUtime=0
/proc/30066/task/30069/stat : 30069 (java) S 30065 30052 28565 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 74744388 889389056 17566 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30066/tid=30070] ppid=30065 vsize=868544 CPUtime=0
/proc/30066/task/30070/stat : 30070 (java) S 30065 30052 28565 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 74744388 889389056 17566 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30066/tid=30071] ppid=30065 vsize=868544 CPUtime=0
/proc/30066/task/30071/stat : 30071 (java) S 30065 30052 28565 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 74744390 889389056 17566 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30066/tid=30072] ppid=30065 vsize=868544 CPUtime=0.33
/proc/30066/task/30072/stat : 30072 (java) S 30065 30052 28565 0 -1 64 1544 0 0 0 32 1 0 0 16 0 9 0 74744390 889389056 17566 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30066/tid=30073] ppid=30065 vsize=868544 CPUtime=0
/proc/30066/task/30073/stat : 30073 (java) S 30065 30052 28565 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 74744390 889389056 17566 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30066/tid=30074] ppid=30065 vsize=868544 CPUtime=0
/proc/30066/task/30074/stat : 30074 (java) S 30065 30052 28565 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 74744390 889389056 17566 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 390.27
Current children cumulated vsize (KiB) 887500

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

[startup+409.502 s]
/proc/loadavg: 2.13 2.24 2.12 3/92 30074
/proc/meminfo: memFree=15496/2055920 swapFree=4181132/4192956
[pid=30052] ppid=30050 vsize=13600 CPUtime=1.13
/proc/30052/stat : 30052 (sugar) S 30050 30052 28565 0 -1 4194304 974 9561 0 1 3 0 105 5 16 0 1 0 74744265 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 273961496674 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/30052/statm: 3400 797 370 3 0 500 0
[pid=30065] ppid=30052 vsize=5356 CPUtime=0
/proc/30065/stat : 30065 (sh) S 30052 30052 28565 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 74744385 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 273952596804 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30065/statm: 1339 233 193 169 0 50 0
[pid=30066] ppid=30065 vsize=868544 CPUtime=396.31
/proc/30066/stat : 30066 (java) S 30065 30052 28565 0 -1 0 34808 0 2 0 20874 18757 0 0 18 0 9 0 74744386 889389056 17566 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/30066/statm: 217136 17566 2567 9 0 211683 0
[pid=30066/tid=30067] ppid=30065 vsize=868544 CPUtime=387.59
/proc/30066/task/30067/stat : 30067 (java) R 30065 30052 28565 0 -1 64 18433 0 2 0 20112 18647 0 0 25 0 9 0 74744387 889389056 17566 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30066/tid=30068] ppid=30065 vsize=868544 CPUtime=8.34
/proc/30066/task/30068/stat : 30068 (java) S 30065 30052 28565 0 -1 64 14134 0 0 0 728 106 0 0 16 0 9 0 74744388 889389056 17566 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=30066/tid=30069] ppid=30065 vsize=868544 CPUtime=0
/proc/30066/task/30069/stat : 30069 (java) S 30065 30052 28565 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 74744388 889389056 17566 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30066/tid=30070] ppid=30065 vsize=868544 CPUtime=0
/proc/30066/task/30070/stat : 30070 (java) S 30065 30052 28565 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 74744388 889389056 17566 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30066/tid=30071] ppid=30065 vsize=868544 CPUtime=0
/proc/30066/task/30071/stat : 30071 (java) S 30065 30052 28565 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 74744390 889389056 17566 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30066/tid=30072] ppid=30065 vsize=868544 CPUtime=0.33
/proc/30066/task/30072/stat : 30072 (java) S 30065 30052 28565 0 -1 64 1544 0 0 0 32 1 0 0 16 0 9 0 74744390 889389056 17566 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30066/tid=30073] ppid=30065 vsize=868544 CPUtime=0
/proc/30066/task/30073/stat : 30073 (java) S 30065 30052 28565 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 74744390 889389056 17566 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30066/tid=30074] ppid=30065 vsize=868544 CPUtime=0
/proc/30066/task/30074/stat : 30074 (java) S 30065 30052 28565 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 74744390 889389056 17566 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 397.44
Current children cumulated vsize (KiB) 887500

[startup+422.302 s]
/proc/loadavg: 2.18 2.24 2.12 4/92 30074
/proc/meminfo: memFree=16008/2055920 swapFree=4181132/4192956
[pid=30052] ppid=30050 vsize=13600 CPUtime=1.13
/proc/30052/stat : 30052 (sugar) S 30050 30052 28565 0 -1 4194304 974 9561 0 1 3 0 105 5 16 0 1 0 74744265 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 273961496674 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/30052/statm: 3400 797 370 3 0 500 0
[pid=30065] ppid=30052 vsize=5356 CPUtime=0
/proc/30065/stat : 30065 (sh) S 30052 30052 28565 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 74744385 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 273952596804 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30065/statm: 1339 233 193 169 0 50 0
[pid=30066] ppid=30065 vsize=868544 CPUtime=409.02
/proc/30066/stat : 30066 (java) S 30065 30052 28565 0 -1 0 35103 0 2 0 21189 19713 0 0 18 0 9 0 74744386 889389056 17566 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/30066/statm: 217136 17566 2567 9 0 211683 0
[pid=30066/tid=30067] ppid=30065 vsize=868544 CPUtime=400.18
/proc/30066/task/30067/stat : 30067 (java) R 30065 30052 28565 0 -1 64 18728 0 2 0 20416 19602 0 0 25 0 9 0 74744387 889389056 17566 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30066/tid=30068] ppid=30065 vsize=868544 CPUtime=8.48
/proc/30066/task/30068/stat : 30068 (java) S 30065 30052 28565 0 -1 64 14134 0 0 0 740 108 0 0 16 0 9 0 74744388 889389056 17566 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=30066/tid=30069] ppid=30065 vsize=868544 CPUtime=0
/proc/30066/task/30069/stat : 30069 (java) S 30065 30052 28565 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 74744388 889389056 17566 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30066/tid=30070] ppid=30065 vsize=868544 CPUtime=0
/proc/30066/task/30070/stat : 30070 (java) S 30065 30052 28565 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 74744388 889389056 17566 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30066/tid=30071] ppid=30065 vsize=868544 CPUtime=0
/proc/30066/task/30071/stat : 30071 (java) S 30065 30052 28565 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 74744390 889389056 17566 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30066/tid=30072] ppid=30065 vsize=868544 CPUtime=0.33
/proc/30066/task/30072/stat : 30072 (java) S 30065 30052 28565 0 -1 64 1544 0 0 0 32 1 0 0 16 0 9 0 74744390 889389056 17566 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30066/tid=30073] ppid=30065 vsize=868544 CPUtime=0
/proc/30066/task/30073/stat : 30073 (java) S 30065 30052 28565 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 74744390 889389056 17566 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30066/tid=30074] ppid=30065 vsize=868544 CPUtime=0
/proc/30066/task/30074/stat : 30074 (java) S 30065 30052 28565 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 74744390 889389056 17566 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 410.15
Current children cumulated vsize (KiB) 887500

[startup+425.503 s]
/proc/loadavg: 2.18 2.24 2.12 3/92 30074
/proc/meminfo: memFree=15624/2055920 swapFree=4181132/4192956
[pid=30052] ppid=30050 vsize=13600 CPUtime=1.13
/proc/30052/stat : 30052 (sugar) S 30050 30052 28565 0 -1 4194304 974 9561 0 1 3 0 105 5 16 0 1 0 74744265 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 273961496674 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/30052/statm: 3400 797 370 3 0 500 0
[pid=30065] ppid=30052 vsize=5356 CPUtime=0
/proc/30065/stat : 30065 (sh) S 30052 30052 28565 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 74744385 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 273952596804 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30065/statm: 1339 233 193 169 0 50 0
[pid=30066] ppid=30065 vsize=868544 CPUtime=412.21
/proc/30066/stat : 30066 (java) S 30065 30052 28565 0 -1 0 35177 0 2 0 21268 19953 0 0 18 0 9 0 74744386 889389056 17566 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/30066/statm: 217136 17566 2567 9 0 211683 0
[pid=30066/tid=30067] ppid=30065 vsize=868544 CPUtime=403.33
/proc/30066/task/30067/stat : 30067 (java) R 30065 30052 28565 0 -1 64 18802 0 2 0 20492 19841 0 0 25 0 9 0 74744387 889389056 17566 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30066/tid=30068] ppid=30065 vsize=868544 CPUtime=8.52
/proc/30066/task/30068/stat : 30068 (java) S 30065 30052 28565 0 -1 64 14134 0 0 0 743 109 0 0 16 0 9 0 74744388 889389056 17566 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=30066/tid=30069] ppid=30065 vsize=868544 CPUtime=0
/proc/30066/task/30069/stat : 30069 (java) S 30065 30052 28565 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 74744388 889389056 17566 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30066/tid=30070] ppid=30065 vsize=868544 CPUtime=0
/proc/30066/task/30070/stat : 30070 (java) S 30065 30052 28565 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 74744388 889389056 17566 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30066/tid=30071] ppid=30065 vsize=868544 CPUtime=0
/proc/30066/task/30071/stat : 30071 (java) S 30065 30052 28565 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 74744390 889389056 17566 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30066/tid=30072] ppid=30065 vsize=868544 CPUtime=0.33
/proc/30066/task/30072/stat : 30072 (java) S 30065 30052 28565 0 -1 64 1544 0 0 0 32 1 0 0 16 0 9 0 74744390 889389056 17566 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30066/tid=30073] ppid=30065 vsize=868544 CPUtime=0
/proc/30066/task/30073/stat : 30073 (java) S 30065 30052 28565 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 74744390 889389056 17566 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30066/tid=30074] ppid=30065 vsize=868544 CPUtime=0
/proc/30066/task/30074/stat : 30074 (java) S 30065 30052 28565 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 74744390 889389056 17566 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 413.34
Current children cumulated vsize (KiB) 887500

[startup+428.702 s]
/proc/loadavg: 2.16 2.24 2.12 3/92 30074
/proc/meminfo: memFree=15816/2055920 swapFree=4181132/4192956
[pid=30052] ppid=30050 vsize=13600 CPUtime=1.13
/proc/30052/stat : 30052 (sugar) S 30050 30052 28565 0 -1 4194304 974 9561 0 1 3 0 105 5 16 0 1 0 74744265 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 273961496674 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/30052/statm: 3400 797 370 3 0 500 0
[pid=30065] ppid=30052 vsize=5356 CPUtime=0
/proc/30065/stat : 30065 (sh) S 30052 30052 28565 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 74744385 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 273952596804 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30065/statm: 1339 233 193 169 0 50 0
[pid=30066] ppid=30065 vsize=868544 CPUtime=415.37
/proc/30066/stat : 30066 (java) S 30065 30052 28565 0 -1 0 35251 0 2 0 21342 20195 0 0 18 0 9 0 74744386 889389056 17566 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/30066/statm: 217136 17566 2567 9 0 211683 0
[pid=30066/tid=30067] ppid=30065 vsize=868544 CPUtime=406.46
/proc/30066/task/30067/stat : 30067 (java) R 30065 30052 28565 0 -1 64 18876 0 2 0 20563 20083 0 0 25 0 9 0 74744387 889389056 17566 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30066/tid=30068] ppid=30065 vsize=868544 CPUtime=8.55
/proc/30066/task/30068/stat : 30068 (java) S 30065 30052 28565 0 -1 64 14134 0 0 0 746 109 0 0 16 0 9 0 74744388 889389056 17566 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=30066/tid=30069] ppid=30065 vsize=868544 CPUtime=0
/proc/30066/task/30069/stat : 30069 (java) S 30065 30052 28565 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 74744388 889389056 17566 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30066/tid=30070] ppid=30065 vsize=868544 CPUtime=0
/proc/30066/task/30070/stat : 30070 (java) S 30065 30052 28565 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 74744388 889389056 17566 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30066/tid=30071] ppid=30065 vsize=868544 CPUtime=0
/proc/30066/task/30071/stat : 30071 (java) S 30065 30052 28565 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 74744390 889389056 17566 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30066/tid=30072] ppid=30065 vsize=868544 CPUtime=0.33
/proc/30066/task/30072/stat : 30072 (java) S 30065 30052 28565 0 -1 64 1544 0 0 0 32 1 0 0 16 0 9 0 74744390 889389056 17566 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30066/tid=30073] ppid=30065 vsize=868544 CPUtime=0
/proc/30066/task/30073/stat : 30073 (java) S 30065 30052 28565 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 74744390 889389056 17566 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30066/tid=30074] ppid=30065 vsize=868544 CPUtime=0
/proc/30066/task/30074/stat : 30074 (java) S 30065 30052 28565 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 74744390 889389056 17566 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 416.5
Current children cumulated vsize (KiB) 887500

[startup+429.501 s]
/proc/loadavg: 2.16 2.24 2.12 3/92 30074
/proc/meminfo: memFree=16136/2055920 swapFree=4181132/4192956
[pid=30052] ppid=30050 vsize=13600 CPUtime=417.25
/proc/30052/stat : 30052 (sugar) R 30050 30052 28565 0 -1 4194304 998 45118 0 3 4 26 21461 20234 16 0 1 0 74744265 13926400 798 996147200 4194304 4206940 548682068592 18446744073709551615 273952773161 0 0 4224 16386 0 0 0 17 0 0 0
/proc/30052/statm: 3400 798 371 3 0 500 0
Current children cumulated CPU time (s) 417.25
Current children cumulated vsize (KiB) 13600

[startup+430.302 s]
/proc/loadavg: 2.16 2.24 2.12 3/82 30074
/proc/meminfo: memFree=1840664/2055920 swapFree=4181132/4192956
[pid=30052] ppid=30050 vsize=13600 CPUtime=417.89
/proc/30052/stat : 30052 (sugar) D 30050 30052 28565 0 -1 4194304 998 45118 0 3 4 90 21461 20234 15 0 1 0 74744265 13926400 798 996147200 4194304 4206940 548682068592 18446744073709551615 273952773161 0 0 4224 16386 18446744071563608240 0 0 17 0 0 0
/proc/30052/statm: 3400 798 371 3 0 500 0
Current children cumulated CPU time (s) 417.89
Current children cumulated vsize (KiB) 13600

[startup+430.702 s]
/proc/loadavg: 2.16 2.24 2.12 3/82 30074
/proc/meminfo: memFree=1840664/2055920 swapFree=4181132/4192956
[pid=30052] ppid=30050 vsize=13600 CPUtime=417.92
/proc/30052/stat : 30052 (sugar) D 30050 30052 28565 0 -1 4194304 998 45118 0 3 4 93 21461 20234 15 0 1 0 74744265 13926400 798 996147200 4194304 4206940 548682068592 18446744073709551615 273952773161 0 0 4224 16386 18446744071563608240 0 0 17 0 0 0
/proc/30052/statm: 3400 798 371 3 0 500 0
Current children cumulated CPU time (s) 417.92
Current children cumulated vsize (KiB) 13600

Child status: 0
Real time (s): 430.746
CPU time (s): 417.93
CPU user time (s): 214.652
CPU system time (s): 203.278
CPU usage (%): 97.0247
Max. virtual memory (cumulated for all children) (KiB): 888392

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 214.652
system time used= 203.278
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 46146
page faults= 3
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 121110
involuntary context switches= 128851

runsolver used 0.475927 second user time and 1.55876 second system time

The end

Launcher Data (download as text)

Begin job on node20 at 2008-07-16 05:53:41
IDJOB=1126292
IDBENCH=64226
IDSOLVER=368
FILE ID=node20/1126292-1216180421
PBS_JOBID= 7905770
Free space on /tmp= 66552 MiB

SOLVER NAME= Sugar v1.13+minisat
BENCH NAME= CPAI08/maxcsp/maxclique/normalized-c-fat200-2_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-1126292-1216180421/watcher-1126292-1216180421 -o /tmp/evaluation-result-1126292-1216180421/solver-1126292-1216180421 -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-1126292-1216180421.xml

TIME LIMIT= 3600 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= afe45b2d342c4503c2917db34f77f212
RANDOM SEED=542374316

node20.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.263
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.263
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:       1669560 kB
Buffers:         78436 kB
Cached:         186064 kB
SwapCached:       6072 kB
Active:         244020 kB
Inactive:        85092 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1669560 kB
SwapTotal:     4192956 kB
SwapFree:      4181132 kB
Dirty:            2444 kB
Writeback:           0 kB
Mapped:          80240 kB
Slab:            42128 kB
Committed_AS:   392656 kB
PageTables:       2048 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 node20 at 2008-07-16 06:00:51