Trace number 1125275

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-incMSAT (TO) 3600.15 3603.06

General information on the benchmark

Namemaxcsp/celar/scens/
normalized-scenw-06-16_ext.xml
MD5SUM7c7c66ac0a1695057f4ecf583b786399
Bench Category2-ARY-EXT (binary constraints in extension)
Best result obtained on this benchmarkMOPT
Best Number of falsified constraints25
Best CPU time to get the best result obtained on this benchmark28.3177
Satisfiable
(Un)Satisfiability was proved
Number of variables100
Number of constraints1222
Maximum constraint arity2
Maximum domain size28
Number of constraints which are defined in extension1222
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Quality of the solution as a function of time


Download the above graph as a PDF file / as an EPS file

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 02:40:00 2008
0.00/0.07	c 0	PID 28305
0.05/0.09	c 0	HOST node86.alineos.net
0.05/0.09	c 0	CONVERTING HOME/instance-1125275-1216168800.xml TO HOME/temp.csp
0.05/0.09	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1125275-1216168800.xml' 'HOME/temp.csp'
0.81/1.08	c 1	3 domains, 100 variables, 0 predicates, 1077 relations, 1222 constraints
0.89/1.12	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.89/1.12	c 1	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -max -incremental -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
0.89/1.20	c 1	Parsing HOME/temp.csp
1.95/2.28	c 2	parsed 2402 expressions
2.03/2.64	c 3	Heap : 21 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
2.03/3.17	c 3	MAX CSP: 1222 constraints
2.03/3.17	c 3	Converting to clausal form CSP
2.07/3.21	c 3	converted 363 (10%) expressions
2.17/3.37	c 4	converted 726 (20%) expressions
2.26/3.42	c 4	converted 1089 (30%) expressions
2.37/3.51	c 4	converted 1451 (40%) expressions
2.46/3.60	c 4	converted 1814 (50%) expressions
2.57/3.70	c 4	converted 2177 (60%) expressions
2.67/3.83	c 4	converted 2539 (70%) expressions
2.87/4.08	c 4	converted 2902 (80%) expressions
3.08/4.22	c 4	converted 3265 (90%) expressions
3.27/4.44	c 5	converted 3627 (100%) expressions
3.27/4.44	c 5	CSP : 2544 integers, 0 booleans, 3665 clauses, largest domain size 1834
3.27/4.44	c 5	Heap : 46 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
3.27/4.44	c 5	Propagation in CSP
3.27/4.50	c 5	1217 values, 0 unsatisfiable literals, and 0 valid clauses are removed
3.36/4.50	c 5	CSP : 2544 integers, 0 booleans, 3665 clauses, largest domain size 1223
3.36/4.50	c 5	Heap : 47 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
3.36/4.50	c 5	Simplifing CSP by introducing new Boolean variables
3.36/4.51	c 5	CSP : 2544 integers, 0 booleans, 3665 clauses, largest domain size 1223
3.36/4.51	c 5	Heap : 47 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
3.46/4.65	c 5	Encoding CSP to SAT : HOME/temp.cnf
3.46/4.67	c 5	255 (10%) CSP integer variables are encoded (2210 clauses, 26673 bytes)
3.46/4.68	c 5	509 (20%) CSP integer variables are encoded (2210 clauses, 26673 bytes)
3.46/4.68	c 5	764 (30%) CSP integer variables are encoded (2210 clauses, 26673 bytes)
3.46/4.68	c 5	1018 (40%) CSP integer variables are encoded (2210 clauses, 26673 bytes)
3.46/4.68	c 5	1272 (50%) CSP integer variables are encoded (2210 clauses, 26673 bytes)
3.46/4.68	c 5	1527 (60%) CSP integer variables are encoded (4605 clauses, 57808 bytes)
3.46/4.69	c 5	1781 (70%) CSP integer variables are encoded (6644 clauses, 84315 bytes)
3.56/4.70	c 5	2036 (80%) CSP integer variables are encoded (20013 clauses, 281729 bytes)
3.56/4.71	c 5	2290 (90%) CSP integer variables are encoded (21968 clauses, 311054 bytes)
3.56/4.71	c 5	2544 (100%) CSP integer variables are encoded (24608 clauses, 350654 bytes)
3.66/4.89	c 5	367 (10%) CSP clauses are encoded (32737 clauses, 531720 bytes)
3.85/5.02	c 5	733 (20%) CSP clauses are encoded (40362 clauses, 712917 bytes)
3.95/5.14	c 5	1100 (30%) CSP clauses are encoded (47860 clauses, 902432 bytes)
4.06/5.21	c 5	1466 (40%) CSP clauses are encoded (59061 clauses, 1120192 bytes)
4.16/5.36	c 5	1833 (50%) CSP clauses are encoded (148694 clauses, 2758328 bytes)
4.55/5.75	c 6	2199 (60%) CSP clauses are encoded (233132 clauses, 4344408 bytes)
6.73/7.95	c 8	2566 (70%) CSP clauses are encoded (1579407 clauses, 32185953 bytes)
6.83/8.00	c 8	2932 (80%) CSP clauses are encoded (1609507 clauses, 32814653 bytes)
6.92/8.13	c 8	3299 (90%) CSP clauses are encoded (1684176 clauses, 34398315 bytes)
7.33/8.58	c 9	3665 (100%) CSP clauses are encoded (1961666 clauses, 40327483 bytes)
7.33/8.58	c 9	3665 CSP clauses encoded
7.33/8.59	c 9	Writing map file : HOME/temp.map
7.42/8.61	c 9	Heap : 20 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
7.42/8.61	c 9	SAT : 27152 SAT variables, 1961666 SAT clauses, 40327483 bytes
7.42/8.61	c 9	Heap : 20 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
7.42/8.69	c 9	OBJECTIVE minimize _COST
7.42/8.69	c 9	SOLVING HOME/temp.cnf
7.42/8.69	c 9	CMD HOME/minisat-inc -incremental HOME/temp.cnf HOME/temp.out
7.42/8.70	c 9	This is MiniSat 2.0 beta incremental
7.42/8.70	c 9	WARNING: for repeatability, setting FPU to use double precision
7.42/8.70	c 9	============================[ Problem Statistics ]=============================
7.42/8.70	c 9	|                                                                             |
7.42/8.70	c 9	|  Number of variables:  27152                                                |
7.42/8.70	c 9	|  Number of clauses:    1961666                                              |
8.26/9.55	c 10	|  Parsing time:         0.75         s                                       |
8.26/9.59	c 10	OK
8.26/9.59	c 10	OBJECTIVE BOUND: 0 <= _COST <= 
8.26/9.59	c 10	SEARCHING: _COST <= 611
8.26/9.59	c 10	============================[ Search Statistics ]==============================
8.26/9.59	c 10	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
8.26/9.59	c 10	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
8.26/9.59	c 10	===============================================================================
8.26/9.59	c 10	|         0 |   27152  1961666  5850713 |   653888        0    nan |  0.000 % |
8.96/10.20	c 10	|       100 |   27152  1961666  5850713 |   719277      100     22 |  0.001 % |
8.96/10.28	c 10	|       252 |   27152  1961666  5850713 |   791205      252     16 |  0.001 % |
9.96/11.21	c 11	===============================================================================
9.96/11.21	c 11	restarts              : 3
9.96/11.21	c 11	conflicts             : 407           (170 /sec)
9.96/11.21	c 11	decisions             : 9324          (0.62 % random) (3886 /sec)
9.96/11.21	c 11	propagations          : 598336         (249345 /sec)
9.96/11.21	c 11	conflict literals     : 5602           (17.08 % deleted)
9.96/11.21	c 11	Memory used           : 83.52 MB
9.96/11.21	c 11	CPU time              : 2.39963 s
9.96/11.21	c 11	
9.96/11.21	c 11	SATISFIABLE
9.96/11.22	c 11	OK
9.96/11.22	c 11	FOUND: _COST <= 611
9.96/11.22	s SATISFIABLE
9.96/11.22	c 11	DECODING HOME/temp.out WITH HOME/temp.map
9.96/11.22	c 11	CMD java -Xmx50M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
9.98/11.33	c 11	Decoding HOME/temp.out
9.98/11.49	c 12	OBJECTIVE _COST 409
9.98/11.49	o 409
9.98/11.50	v 21 20 9 19 25 25 24 27 27 13 8 27 2 19 6 23 0 9 27 19 14 0 15 13 10 4 16 27 14 2 0 17 17 12 6 18 8 17 13 8 19 19 20 2 16 11 8 5 27 6 27 10 20 3 5 17 4 19 1 20 6 4 9 13 27 4 22 20 8 13 18 0 19 19 9 13 6 19 4 15 13 16 11 2 0 19 3 14 21 19 20 10 18 19 2 27 27 11 27 19
9.98/11.50	c 12	Heap : 0 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
9.98/11.55	c 12	OK
9.98/11.55	c 12	OBJECTIVE BOUND: 0 <= _COST <= 409
9.98/11.55	c 12	SEARCHING: _COST <= 204
9.98/11.55	c 12	============================[ Search Statistics ]==============================
9.98/11.56	c 12	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
9.98/11.56	c 12	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
9.98/11.56	c 12	===============================================================================
9.98/11.56	c 12	|       407 |   27152  1961666  5850713 |   653888      407     14 |  0.001 % |
10.59/11.92	c 12	|       507 |   27152  1961666  5850713 |   719277      507     16 | 33.681 % |
10.70/12.08	c 12	|       657 |   27152  1961666  5850713 |   791205      657     16 | 33.681 % |
11.09/12.49	c 13	|       882 |   27152  1961666  5850713 |   870325      882     19 | 33.681 % |
11.90/13.21	c 13	|      1220 |   27152  1961666  5850713 |   957358     1220     20 | 33.681 % |
12.09/13.40	c 14	===============================================================================
12.09/13.41	c 14	restarts              : 8
12.09/13.41	c 14	conflicts             : 1515          (355 /sec)
12.09/13.41	c 14	decisions             : 13594         (0.64 % random) (3182 /sec)
12.09/13.41	c 14	propagations          : 1621217        (379467 /sec)
12.09/13.41	c 14	conflict literals     : 32248          (19.90 % deleted)
12.09/13.41	c 14	Memory used           : 84.04 MB
12.09/13.41	c 14	CPU time              : 4.27235 s
12.09/13.41	c 14	
12.09/13.41	c 14	SATISFIABLE
12.09/13.42	c 14	OK
12.09/13.42	c 14	FOUND: _COST <= 204
12.09/13.42	c 14	DECODING HOME/temp.out WITH HOME/temp.map
12.09/13.42	c 14	CMD java -Xmx50M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
12.11/13.54	c 14	Decoding HOME/temp.out
12.11/13.70	c 14	OBJECTIVE _COST 204
12.11/13.70	o 204
12.11/13.71	v 21 0 18 27 3 12 27 25 27 9 27 2 2 19 6 21 17 7 22 8 13 15 27 19 5 4 18 26 14 9 2 15 5 1 15 19 8 17 12 2 4 12 8 5 16 7 6 6 20 16 17 18 20 4 16 13 1 19 0 20 27 8 9 8 27 7 23 27 2 7 6 1 19 15 15 13 3 19 4 15 7 7 11 2 11 19 5 19 13 19 20 0 27 19 2 27 27 27 27 19
12.11/13.71	c 14	Heap : 0 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
12.11/13.75	c 14	OK
12.11/13.75	c 14	OBJECTIVE BOUND: 0 <= _COST <= 204
12.11/13.75	c 14	SEARCHING: _COST <= 102
12.11/13.75	c 14	============================[ Search Statistics ]==============================
12.11/13.76	c 14	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
12.11/13.76	c 14	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
12.11/13.76	c 14	===============================================================================
12.11/13.76	c 14	|      1515 |   18007  1961666  5850713 |   653888     1515     21 | 33.681 % |
12.50/13.98	c 14	|      1615 |   18007  1961666  5850713 |   719277     1615     21 | 43.864 % |
12.70/14.18	c 14	|      1767 |   18007  1961666  5850713 |   791205     1767     21 | 43.864 % |
13.10/14.51	c 15	|      1993 |   18007  1961666  5850713 |   870325     1993     21 | 43.864 % |
13.59/15.02	c 15	|      2331 |   18007  1961666  5850713 |   957358     2331     20 | 43.864 % |
14.49/15.92	c 16	|      2837 |   18007  1961666  5850713 |  1053094     2837     20 | 43.864 % |
15.89/17.38	c 18	|      3598 |   18007  1961666  5850713 |  1158403     3598     20 | 43.864 % |
17.59/19.04	c 19	|      4737 |   18007  1961666  5850713 |  1274244     4737     22 | 43.864 % |
20.09/21.56	c 22	|      6446 |   18007  1961666  5850713 |  1401668     6446     22 | 43.864 % |
24.29/25.79	c 26	|      9008 |   15242   590499  1771924 |  1541835     8984     24 | 43.864 % |
28.89/30.32	c 30	|     12852 |   15242   590499  1771924 |  1696018    12828     25 | 43.864 % |
37.29/38.73	c 39	|     18618 |   15242   590499  1771924 |  1865620    18594     24 | 43.864 % |
49.78/51.24	c 51	|     27268 |   15242   590499  1771924 |  2052182    27244     27 | 43.864 % |
64.28/65.80	c 66	|     40242 |   15242   590499  1771924 |  2257401    40218     30 | 43.864 % |
92.08/93.58	c 94	|     59703 |   15242   590499  1771924 |  2483141    59679     30 | 43.864 % |
134.25/135.71	c 136	|     88895 |   15242   590499  1771924 |  2731455    88871     30 | 43.864 % |
200.72/202.27	c 202	|    132684 |   15242   590499  1771924 |  3004600   132660     32 | 43.864 % |
341.36/342.91	c 343	|    198368 |   15242   590499  1771924 |  3305060   198344     33 | 43.864 % |
593.16/594.87	c 595	|    296895 |   15242   590499  1771924 |  3635566   296871     34 | 43.864 % |
1064.17/1066.08	c 1066	|    444686 |   15242   590499  1771924 |  3999123   444662     34 | 43.864 % |
1887.22/1889.46	c 1890	|    666369 |   15242   590499  1771924 |  4399035   666345     33 | 43.864 % |
3600.06/3603.01	c ERROR INTERRUPTED
3600.06/3603.06	c 3603	CPU 3599.1 (0.06 0.02 3599.04 0.98)
3600.06/3603.06	c 3603	END Wed Jul 16 03:40:03 2008

Verifier Data (download as text)

OK	157	1065
157 unsatisfied constraints, 1065 satisfied constraints

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-1125275-1216168800/watcher-1125275-1216168800 -o /tmp/evaluation-result-1125275-1216168800/solver-1125275-1216168800 -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-1125275-1216168800.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.55 2.67 2.60 5/111 28305
/proc/meminfo: memFree=1612320/2055920 swapFree=4161980/4192956
[pid=28305] ppid=28303 vsize=18572 CPUtime=0
/proc/28305/stat : 28305 (runsolver) R 28303 28305 26497 0 -1 4194368 15 0 0 0 0 0 0 0 18 0 1 0 73577246 19017728 292 996147200 4194304 4296836 548682068192 18446744073709551615 240153849127 0 0 4096 24578 0 0 0 17 1 0 0
/proc/28305/statm: 4643 292 257 25 0 2626 0

[startup+0.0779129 s]
/proc/loadavg: 2.55 2.67 2.60 5/111 28305
/proc/meminfo: memFree=1612320/2055920 swapFree=4161980/4192956
[pid=28305] ppid=28303 vsize=16740 CPUtime=0.05
/proc/28305/stat : 28305 (sugar++) S 28303 28305 26497 0 -1 4194304 1143 0 0 0 4 1 0 0 18 0 1 0 73577246 17141760 1099 996147200 4194304 4206940 548682068528 18446744073709551615 240162746466 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/28305/statm: 4185 1099 406 3 0 764 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 16740

[startup+0.101308 s]
/proc/loadavg: 2.55 2.67 2.60 5/111 28305
/proc/meminfo: memFree=1612320/2055920 swapFree=4161980/4192956
[pid=28305] ppid=28303 vsize=16740 CPUtime=0.06
/proc/28305/stat : 28305 (sugar++) S 28303 28305 26497 0 -1 4194304 1219 128 0 0 4 2 0 0 18 0 1 0 73577246 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 240162746466 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/28305/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16740

[startup+0.301331 s]
/proc/loadavg: 2.55 2.67 2.60 5/111 28305
/proc/meminfo: memFree=1612320/2055920 swapFree=4161980/4192956
[pid=28305] ppid=28303 vsize=16740 CPUtime=0.06
/proc/28305/stat : 28305 (sugar++) S 28303 28305 26497 0 -1 4194304 1219 128 0 0 4 2 0 0 18 0 1 0 73577246 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 240162746466 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/28305/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16740

[startup+0.701374 s]
/proc/loadavg: 2.55 2.67 2.60 5/111 28305
/proc/meminfo: memFree=1612320/2055920 swapFree=4161980/4192956
[pid=28305] ppid=28303 vsize=16740 CPUtime=0.06
/proc/28305/stat : 28305 (sugar++) S 28303 28305 26497 0 -1 4194304 1219 128 0 0 4 2 0 0 18 0 1 0 73577246 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 240162746466 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/28305/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16740

[startup+1.10842 s]
/proc/loadavg: 2.55 2.67 2.60 4/122 28317
/proc/meminfo: memFree=1595520/2055920 swapFree=4161980/4192956
[pid=28305] ppid=28303 vsize=16740 CPUtime=0.06
/proc/28305/stat : 28305 (sugar++) S 28303 28305 26497 0 -1 4194304 1236 128 0 0 4 2 0 0 16 0 1 0 73577246 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 240162746466 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/28305/statm: 4185 1104 409 3 0 764 0
[pid=28308] ppid=28305 vsize=5356 CPUtime=0
/proc/28308/stat : 28308 (sh) S 28305 28305 26497 0 -1 4194304 277 0 0 0 0 0 0 0 19 0 1 0 73577255 5484544 233 996147200 4194304 4889804 548682068752 18446744073709551615 240153846596 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28308/statm: 1339 233 193 169 0 50 0
[pid=28309] ppid=28308 vsize=864672 CPUtime=0.83
/proc/28309/stat : 28309 (java) S 28308 28305 26497 0 -1 0 6373 0 1 0 79 4 0 0 20 0 9 0 73577256 885424128 5590 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/28309/statm: 216168 5590 2528 9 0 210750 0
[pid=28309/tid=28310] ppid=28308 vsize=864672 CPUtime=0.58
/proc/28309/task/28310/stat : 28310 (java) S 28308 28305 26497 0 -1 64 2814 0 1 0 56 2 0 0 25 0 9 0 73577257 885424128 5590 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28309/tid=28311] ppid=28308 vsize=864672 CPUtime=0.06
/proc/28309/task/28311/stat : 28311 (java) S 28308 28305 26497 0 -1 64 2328 0 0 0 6 0 0 0 16 0 9 0 73577267 885424128 5590 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=28309/tid=28312] ppid=28308 vsize=864672 CPUtime=0
/proc/28309/task/28312/stat : 28312 (java) S 28308 28305 26497 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 73577267 885424128 5590 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28309/tid=28313] ppid=28308 vsize=864672 CPUtime=0
/proc/28309/task/28313/stat : 28313 (java) S 28308 28305 26497 0 -1 64 10 0 0 0 0 0 0 0 15 0 9 0 73577267 885424128 5590 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28309/tid=28314] ppid=28308 vsize=864672 CPUtime=0
/proc/28309/task/28314/stat : 28314 (java) S 28308 28305 26497 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 73577269 885424128 5590 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28309/tid=28315] ppid=28308 vsize=864672 CPUtime=0.15
/proc/28309/task/28315/stat : 28315 (java) S 28308 28305 26497 0 -1 64 531 0 0 0 15 0 0 0 16 0 9 0 73577269 885424128 5590 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28309/tid=28316] ppid=28308 vsize=864672 CPUtime=0
/proc/28309/task/28316/stat : 28316 (java) S 28308 28305 26497 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 73577269 885424128 5590 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28309/tid=28317] ppid=28308 vsize=864672 CPUtime=0
/proc/28309/task/28317/stat : 28317 (java) S 28308 28305 26497 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 73577269 885424128 5590 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 0.89
Current children cumulated vsize (KiB) 886768

# WARNING:
# current cumulated CPU time (0.89 s) is less than in the last sample (0.89 s)
# The time of a child was probably not reported to its father.
# (see the samples just above and below)
# Adding the difference (5.96046e-08 s) to the 'lost time'.

[startup+1.20243 s]
/proc/loadavg: 2.55 2.67 2.60 4/122 28317
/proc/meminfo: memFree=1595520/2055920 swapFree=4161980/4192956
[pid=28305] ppid=28303 vsize=16740 CPUtime=0.89
/proc/28305/stat : 28305 (sugar++) S 28303 28305 26497 0 -1 4194304 1280 6791 0 1 4 2 79 4 16 0 1 0 73577246 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 240162746466 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28305/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.89
Current children cumulated vsize (KiB) 16740

[startup+1.50146 s]
/proc/loadavg: 2.55 2.67 2.60 4/122 28317
/proc/meminfo: memFree=1595520/2055920 swapFree=4161980/4192956
[pid=28305] ppid=28303 vsize=16740 CPUtime=0.89
/proc/28305/stat : 28305 (sugar++) S 28303 28305 26497 0 -1 4194304 1297 6791 0 1 4 2 79 4 16 0 1 0 73577246 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 240162746466 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28305/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.89
Current children cumulated vsize (KiB) 16740

[startup+3.10264 s]
/proc/loadavg: 2.55 2.67 2.60 4/122 28327
/proc/meminfo: memFree=1584960/2055920 swapFree=4161980/4192956
[pid=28305] ppid=28303 vsize=16740 CPUtime=0.89
/proc/28305/stat : 28305 (sugar++) S 28303 28305 26497 0 -1 4194304 1297 6791 0 1 4 2 79 4 15 0 1 0 73577246 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 240162746466 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/28305/statm: 4185 1104 409 3 0 764 0
[pid=28318] ppid=28305 vsize=5356 CPUtime=0
/proc/28318/stat : 28318 (sh) S 28305 28305 26497 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 73577358 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 240153846596 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28318/statm: 1339 233 193 169 0 50 0
[pid=28319] ppid=28318 vsize=864040 CPUtime=1.14
/proc/28319/stat : 28319 (java) S 28318 28305 26497 0 -1 0 9913 0 1 0 109 5 0 0 19 0 9 0 73577359 884776960 9174 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/28319/statm: 216010 9174 2540 9 0 210585 0
[pid=28319/tid=28320] ppid=28318 vsize=864040 CPUtime=0.71
/proc/28319/task/28320/stat : 28320 (java) R 28318 28305 26497 0 -1 64 2638 0 1 0 70 1 0 0 25 0 9 0 73577360 884776960 9174 996147200 134512640 134550740 4294955920 18446744073709551615 4125975780 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28319/tid=28321] ppid=28318 vsize=864040 CPUtime=0.35
/proc/28319/task/28321/stat : 28321 (java) S 28318 28305 26497 0 -1 64 6244 0 0 0 32 3 0 0 16 0 9 0 73577361 884776960 9174 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=28319/tid=28322] ppid=28318 vsize=864040 CPUtime=0
/proc/28319/task/28322/stat : 28322 (java) S 28318 28305 26497 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 73577361 884776960 9174 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28319/tid=28323] ppid=28318 vsize=864040 CPUtime=0
/proc/28319/task/28323/stat : 28323 (java) S 28318 28305 26497 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 73577361 884776960 9174 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28319/tid=28324] ppid=28318 vsize=864040 CPUtime=0
/proc/28319/task/28324/stat : 28324 (java) S 28318 28305 26497 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 73577363 884776960 9174 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28319/tid=28325] ppid=28318 vsize=864040 CPUtime=0.06
/proc/28319/task/28325/stat : 28325 (java) S 28318 28305 26497 0 -1 64 335 0 0 0 6 0 0 0 16 0 9 0 73577363 884776960 9174 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28319/tid=28326] ppid=28318 vsize=864040 CPUtime=0
/proc/28319/task/28326/stat : 28326 (java) S 28318 28305 26497 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 73577363 884776960 9174 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28319/tid=28327] ppid=28318 vsize=864040 CPUtime=0
/proc/28319/task/28327/stat : 28327 (java) S 28318 28305 26497 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 73577363 884776960 9174 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.03
Current children cumulated vsize (KiB) 886136

[startup+6.303 s]
/proc/loadavg: 2.58 2.67 2.60 4/122 28327
/proc/meminfo: memFree=1543744/2055920 swapFree=4161980/4192956
[pid=28305] ppid=28303 vsize=16740 CPUtime=0.9
/proc/28305/stat : 28305 (sugar++) S 28303 28305 26497 0 -1 4194304 1297 6791 0 1 5 2 79 4 15 0 1 0 73577246 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 240162746466 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/28305/statm: 4185 1104 409 3 0 764 0
[pid=28318] ppid=28305 vsize=5356 CPUtime=0
/proc/28318/stat : 28318 (sh) S 28305 28305 26497 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 73577358 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 240153846596 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28318/statm: 1339 233 193 169 0 50 0
[pid=28319] ppid=28318 vsize=868528 CPUtime=4.25
/proc/28319/stat : 28319 (java) S 28318 28305 26497 0 -1 0 18510 0 1 0 408 17 0 0 19 0 9 0 73577359 889372672 17585 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/28319/statm: 217132 17585 2565 9 0 211679 0
[pid=28319/tid=28320] ppid=28318 vsize=868528 CPUtime=2.75
/proc/28319/task/28320/stat : 28320 (java) R 28318 28305 26497 0 -1 64 3387 0 1 0 266 9 0 0 25 0 9 0 73577360 889372672 17585 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28319/tid=28321] ppid=28318 vsize=868528 CPUtime=1.21
/proc/28319/task/28321/stat : 28321 (java) S 28318 28305 26497 0 -1 64 12909 0 0 0 115 6 0 0 16 0 9 0 73577361 889372672 17585 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=28319/tid=28322] ppid=28318 vsize=868528 CPUtime=0
/proc/28319/task/28322/stat : 28322 (java) S 28318 28305 26497 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 73577361 889372672 17585 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28319/tid=28323] ppid=28318 vsize=868528 CPUtime=0
/proc/28319/task/28323/stat : 28323 (java) S 28318 28305 26497 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 73577361 889372672 17585 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28319/tid=28324] ppid=28318 vsize=868528 CPUtime=0
/proc/28319/task/28324/stat : 28324 (java) S 28318 28305 26497 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 73577363 889372672 17585 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28319/tid=28325] ppid=28318 vsize=868528 CPUtime=0.26
/proc/28319/task/28325/stat : 28325 (java) S 28318 28305 26497 0 -1 64 1518 0 0 0 25 1 0 0 16 0 9 0 73577363 889372672 17585 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28319/tid=28326] ppid=28318 vsize=868528 CPUtime=0
/proc/28319/task/28326/stat : 28326 (java) S 28318 28305 26497 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 73577363 889372672 17585 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28319/tid=28327] ppid=28318 vsize=868528 CPUtime=0
/proc/28319/task/28327/stat : 28327 (java) S 28318 28305 26497 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 73577363 889372672 17585 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 5.15
Current children cumulated vsize (KiB) 890624

[startup+12.7019 s]
/proc/loadavg: 2.70 2.70 2.60 3/113 28338
/proc/meminfo: memFree=1481928/2055920 swapFree=4161980/4192956
[pid=28305] ppid=28303 vsize=17004 CPUtime=7.72
/proc/28305/stat : 28305 (sugar++) S 28303 28305 26497 0 -1 4194304 1584 29728 0 3 6 2 723 41 15 0 1 0 73577246 17412096 1150 996147200 4194304 4206940 548682068528 18446744073709551615 240162746466 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/28305/statm: 4251 1150 414 3 0 830 0
[pid=28328] ppid=28305 vsize=86048 CPUtime=3.67
/proc/28328/stat : 28328 (minisat-inc) R 28305 28305 26497 0 -1 4194304 21057 0 0 0 356 11 0 0 25 0 1 0 73578115 88113152 21005 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/28328/statm: 21512 21005 80 151 0 21358 0
Current children cumulated CPU time (s) 11.39
Current children cumulated vsize (KiB) 103052

[startup+25.5013 s]
/proc/loadavg: 2.68 2.69 2.61 3/113 28348
/proc/meminfo: memFree=1482440/2055920 swapFree=4161980/4192956
[pid=28305] ppid=28303 vsize=17004 CPUtime=7.96
/proc/28305/stat : 28305 (sugar++) S 28303 28305 26497 0 -1 4194304 1655 33667 0 4 6 2 744 44 16 0 1 0 73577246 17412096 1150 996147200 4194304 4206940 548682068528 18446744073709551615 240162746466 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/28305/statm: 4251 1150 414 3 0 830 0
[pid=28328] ppid=28305 vsize=86448 CPUtime=16.13
/proc/28328/stat : 28328 (minisat-inc) R 28305 28305 26497 0 -1 4194304 21163 0 0 0 1602 11 0 0 25 0 1 0 73578115 88522752 21109 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/28328/statm: 21612 21109 80 151 0 21458 0
Current children cumulated CPU time (s) 24.09
Current children cumulated vsize (KiB) 103452

[startup+51.1011 s]
/proc/loadavg: 2.72 2.70 2.61 4/113 28348
/proc/meminfo: memFree=1482568/2055920 swapFree=4161980/4192956

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

[pid=28305] ppid=28303 vsize=17004 CPUtime=7.96
/proc/28305/stat : 28305 (sugar++) S 28303 28305 26497 0 -1 4194304 1655 33667 0 4 6 2 744 44 16 0 1 0 73577246 17412096 1150 996147200 4194304 4206940 548682068528 18446744073709551615 240162746466 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/28305/statm: 4251 1150 414 3 0 830 0
[pid=28328] ppid=28305 vsize=203056 CPUtime=2911.66
/proc/28328/stat : 28328 (minisat-inc) R 28305 28305 26497 0 -1 4194304 49757 0 0 0 291123 43 0 0 25 0 1 0 73578115 207929344 49695 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/28328/statm: 50764 49695 80 151 0 50610 0
Current children cumulated CPU time (s) 2919.62
Current children cumulated vsize (KiB) 220060

[startup+2982.3 s]
/proc/loadavg: 2.60 2.54 2.55 3/113 28394
/proc/meminfo: memFree=1345608/2055920 swapFree=4161980/4192956
[pid=28305] ppid=28303 vsize=17004 CPUtime=7.96
/proc/28305/stat : 28305 (sugar++) S 28303 28305 26497 0 -1 4194304 1655 33667 0 4 6 2 744 44 16 0 1 0 73577246 17412096 1150 996147200 4194304 4206940 548682068528 18446744073709551615 240162746466 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/28305/statm: 4251 1150 414 3 0 830 0
[pid=28328] ppid=28305 vsize=204936 CPUtime=2971.63
/proc/28328/stat : 28328 (minisat-inc) R 28305 28305 26497 0 -1 4194304 50254 0 0 0 297120 43 0 0 25 0 1 0 73578115 209854464 50192 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/28328/statm: 51234 50192 80 151 0 51080 0
Current children cumulated CPU time (s) 2979.59
Current children cumulated vsize (KiB) 221940

[startup+3042.3 s]
/proc/loadavg: 2.68 2.56 2.55 3/113 28394
/proc/meminfo: memFree=1343496/2055920 swapFree=4161980/4192956
[pid=28305] ppid=28303 vsize=17004 CPUtime=7.96
/proc/28305/stat : 28305 (sugar++) S 28303 28305 26497 0 -1 4194304 1655 33667 0 4 6 2 744 44 16 0 1 0 73577246 17412096 1150 996147200 4194304 4206940 548682068528 18446744073709551615 240162746466 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/28305/statm: 4251 1150 414 3 0 830 0
[pid=28328] ppid=28305 vsize=207080 CPUtime=3031.61
/proc/28328/stat : 28328 (minisat-inc) R 28305 28305 26497 0 -1 4194304 50780 0 0 0 303117 44 0 0 25 0 1 0 73578115 212049920 50718 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/28328/statm: 51770 50718 80 151 0 51616 0
Current children cumulated CPU time (s) 3039.57
Current children cumulated vsize (KiB) 224084

[startup+3102.3 s]
/proc/loadavg: 2.51 2.53 2.54 3/113 28394
/proc/meminfo: memFree=1341576/2055920 swapFree=4161980/4192956
[pid=28305] ppid=28303 vsize=17004 CPUtime=7.96
/proc/28305/stat : 28305 (sugar++) S 28303 28305 26497 0 -1 4194304 1655 33667 0 4 6 2 744 44 16 0 1 0 73577246 17412096 1150 996147200 4194304 4206940 548682068528 18446744073709551615 240162746466 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/28305/statm: 4251 1150 414 3 0 830 0
[pid=28328] ppid=28305 vsize=209008 CPUtime=3091.59
/proc/28328/stat : 28328 (minisat-inc) R 28305 28305 26497 0 -1 4194304 51286 0 0 0 309114 45 0 0 25 0 1 0 73578115 214024192 51224 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/28328/statm: 52252 51224 80 151 0 52098 0
Current children cumulated CPU time (s) 3099.55
Current children cumulated vsize (KiB) 226012

[startup+3162.3 s]
/proc/loadavg: 2.71 2.57 2.55 4/113 28394
/proc/meminfo: memFree=1339208/2055920 swapFree=4161980/4192956
[pid=28305] ppid=28303 vsize=17004 CPUtime=7.96
/proc/28305/stat : 28305 (sugar++) S 28303 28305 26497 0 -1 4194304 1655 33667 0 4 6 2 744 44 16 0 1 0 73577246 17412096 1150 996147200 4194304 4206940 548682068528 18446744073709551615 240162746466 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/28305/statm: 4251 1150 414 3 0 830 0
[pid=28328] ppid=28305 vsize=211460 CPUtime=3151.56
/proc/28328/stat : 28328 (minisat-inc) R 28305 28305 26497 0 -1 4194304 51872 0 0 0 315110 46 0 0 25 0 1 0 73578115 216535040 51810 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/28328/statm: 52865 51810 80 151 0 52711 0
Current children cumulated CPU time (s) 3159.52
Current children cumulated vsize (KiB) 228464

[startup+3222.3 s]
/proc/loadavg: 2.67 2.59 2.55 3/113 28394
/proc/meminfo: memFree=1337224/2055920 swapFree=4161980/4192956
[pid=28305] ppid=28303 vsize=17004 CPUtime=7.96
/proc/28305/stat : 28305 (sugar++) S 28303 28305 26497 0 -1 4194304 1655 33667 0 4 6 2 744 44 16 0 1 0 73577246 17412096 1150 996147200 4194304 4206940 548682068528 18446744073709551615 240162746466 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/28305/statm: 4251 1150 414 3 0 830 0
[pid=28328] ppid=28305 vsize=213368 CPUtime=3211.54
/proc/28328/stat : 28328 (minisat-inc) R 28305 28305 26497 0 -1 4194304 52341 0 0 0 321107 47 0 0 25 0 1 0 73578115 218488832 52279 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/28328/statm: 53342 52279 80 151 0 53188 0
Current children cumulated CPU time (s) 3219.5
Current children cumulated vsize (KiB) 230372

[startup+3282.3 s]
/proc/loadavg: 2.63 2.60 2.56 3/113 28394
/proc/meminfo: memFree=1335368/2055920 swapFree=4161980/4192956
[pid=28305] ppid=28303 vsize=17004 CPUtime=7.96
/proc/28305/stat : 28305 (sugar++) S 28303 28305 26497 0 -1 4194304 1655 33667 0 4 6 2 744 44 16 0 1 0 73577246 17412096 1150 996147200 4194304 4206940 548682068528 18446744073709551615 240162746466 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/28305/statm: 4251 1150 414 3 0 830 0
[pid=28328] ppid=28305 vsize=215096 CPUtime=3271.52
/proc/28328/stat : 28328 (minisat-inc) R 28305 28305 26497 0 -1 4194304 52792 0 0 0 327105 47 0 0 25 0 1 0 73578115 220258304 52730 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/28328/statm: 53774 52730 80 151 0 53620 0
Current children cumulated CPU time (s) 3279.48
Current children cumulated vsize (KiB) 232100

[startup+3342.3 s]
/proc/loadavg: 2.82 2.65 2.57 3/113 28394
/proc/meminfo: memFree=1333512/2055920 swapFree=4161980/4192956
[pid=28305] ppid=28303 vsize=17004 CPUtime=7.96
/proc/28305/stat : 28305 (sugar++) S 28303 28305 26497 0 -1 4194304 1655 33667 0 4 6 2 744 44 16 0 1 0 73577246 17412096 1150 996147200 4194304 4206940 548682068528 18446744073709551615 240162746466 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/28305/statm: 4251 1150 414 3 0 830 0
[pid=28328] ppid=28305 vsize=216944 CPUtime=3331.49
/proc/28328/stat : 28328 (minisat-inc) R 28305 28305 26497 0 -1 4194304 53265 0 0 0 333101 48 0 0 25 0 1 0 73578115 222150656 53203 996147200 134512640 135134323 4294956192 18446744073709551615 134531965 0 0 4096 3 0 0 0 17 0 0 0
/proc/28328/statm: 54236 53203 80 151 0 54082 0
Current children cumulated CPU time (s) 3339.45
Current children cumulated vsize (KiB) 233948

[startup+3402.31 s]
/proc/loadavg: 2.51 2.60 2.56 3/113 28394
/proc/meminfo: memFree=1331272/2055920 swapFree=4161980/4192956
[pid=28305] ppid=28303 vsize=17004 CPUtime=7.96
/proc/28305/stat : 28305 (sugar++) S 28303 28305 26497 0 -1 4194304 1655 33667 0 4 6 2 744 44 16 0 1 0 73577246 17412096 1150 996147200 4194304 4206940 548682068528 18446744073709551615 240162746466 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/28305/statm: 4251 1150 414 3 0 830 0
[pid=28328] ppid=28305 vsize=219148 CPUtime=3391.47
/proc/28328/stat : 28328 (minisat-inc) R 28305 28305 26497 0 -1 4194304 53805 0 0 0 339099 48 0 0 25 0 1 0 73578115 224407552 53743 996147200 134512640 135134323 4294956192 18446744073709551615 134529111 0 0 4096 3 0 0 0 17 0 0 0
/proc/28328/statm: 54787 53743 80 151 0 54633 0
Current children cumulated CPU time (s) 3399.43
Current children cumulated vsize (KiB) 236152

[startup+3462.3 s]
/proc/loadavg: 2.58 2.61 2.56 3/113 28394
/proc/meminfo: memFree=1329480/2055920 swapFree=4161980/4192956
[pid=28305] ppid=28303 vsize=17004 CPUtime=7.96
/proc/28305/stat : 28305 (sugar++) S 28303 28305 26497 0 -1 4194304 1655 33667 0 4 6 2 744 44 16 0 1 0 73577246 17412096 1150 996147200 4194304 4206940 548682068528 18446744073709551615 240162746466 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/28305/statm: 4251 1150 414 3 0 830 0
[pid=28328] ppid=28305 vsize=220568 CPUtime=3451.45
/proc/28328/stat : 28328 (minisat-inc) R 28305 28305 26497 0 -1 4194304 54210 0 0 0 345096 49 0 0 25 0 1 0 73578115 225861632 54148 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/28328/statm: 55142 54148 80 151 0 54988 0
Current children cumulated CPU time (s) 3459.41
Current children cumulated vsize (KiB) 237572

[startup+3522.3 s]
/proc/loadavg: 2.51 2.59 2.55 3/113 28394
/proc/meminfo: memFree=1327880/2055920 swapFree=4161980/4192956
[pid=28305] ppid=28303 vsize=17004 CPUtime=7.96
/proc/28305/stat : 28305 (sugar++) S 28303 28305 26497 0 -1 4194304 1655 33667 0 4 6 2 744 44 16 0 1 0 73577246 17412096 1150 996147200 4194304 4206940 548682068528 18446744073709551615 240162746466 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/28305/statm: 4251 1150 414 3 0 830 0
[pid=28328] ppid=28305 vsize=222292 CPUtime=3511.42
/proc/28328/stat : 28328 (minisat-inc) R 28305 28305 26497 0 -1 4194304 54644 0 0 0 351092 50 0 0 25 0 1 0 73578115 227627008 54582 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/28328/statm: 55573 54582 80 151 0 55419 0
Current children cumulated CPU time (s) 3519.38
Current children cumulated vsize (KiB) 239296

[startup+3582.3 s]
/proc/loadavg: 2.33 2.52 2.53 3/113 28394
/proc/meminfo: memFree=1326024/2055920 swapFree=4161980/4192956
[pid=28305] ppid=28303 vsize=17004 CPUtime=7.96
/proc/28305/stat : 28305 (sugar++) S 28303 28305 26497 0 -1 4194304 1655 33667 0 4 6 2 744 44 16 0 1 0 73577246 17412096 1150 996147200 4194304 4206940 548682068528 18446744073709551615 240162746466 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/28305/statm: 4251 1150 414 3 0 830 0
[pid=28328] ppid=28305 vsize=224008 CPUtime=3571.39
/proc/28328/stat : 28328 (minisat-inc) R 28305 28305 26497 0 -1 4194304 55076 0 0 0 357089 50 0 0 25 0 1 0 73578115 229384192 55014 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/28328/statm: 56002 55014 80 151 0 55848 0
Current children cumulated CPU time (s) 3579.35
Current children cumulated vsize (KiB) 241012



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3603 s]
/proc/loadavg: 2.37 2.52 2.53 4/113 28394
/proc/meminfo: memFree=1325448/2055920 swapFree=4161980/4192956
[pid=28305] ppid=28303 vsize=17004 CPUtime=7.96
/proc/28305/stat : 28305 (sugar++) S 28303 28305 26497 0 -1 4194304 1655 33667 0 4 6 2 744 44 16 0 1 0 73577246 17412096 1150 996147200 4194304 4206940 548682068528 18446744073709551615 240162746466 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/28305/statm: 4251 1150 414 3 0 830 0
[pid=28328] ppid=28305 vsize=224536 CPUtime=3592.1
/proc/28328/stat : 28328 (minisat-inc) R 28305 28305 26497 0 -1 4194304 55227 0 0 0 359159 51 0 0 25 0 1 0 73578115 229924864 55165 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/28328/statm: 56134 55165 80 151 0 55980 0
Current children cumulated CPU time (s) 3600.06
Current children cumulated vsize (KiB) 241540

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

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

Child status: 0

# WARNING:
# The CPU time of some children was not reported to their father
# (probably because of a missing or aborted wait()).
# This 'lost CPU time' is added to the watched process CPU time.
#  lost CPU time (s): 5.96046e-08
#  lost CPU user time (s): 5.96046e-08
#  lost CPU system time (s): 0

Real time (s): 3603.06
CPU time (s): 3600.15
CPU user time (s): 3599.11
CPU system time (s): 1.04184
CPU usage (%): 99.9193
Max. virtual memory (cumulated for all children) (KiB): 890624

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3599.11
system time used= 1.04184
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 90630
page faults= 4
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 5944
involuntary context switches= 22803

runsolver used 5.57415 second user time and 14.5338 second system time

The end

Launcher Data (download as text)

Begin job on node86 at 2008-07-16 02:40:00
IDJOB=1125275
IDBENCH=63099
IDSOLVER=367
FILE ID=node86/1125275-1216168800
PBS_JOBID= 7905627
Free space on /tmp= 66556 MiB

SOLVER NAME= Sugar++ v1.13+minisat-inc
BENCH NAME= CPAI08/maxcsp/celar/scens/normalized-scenw-06-16_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-1125275-1216168800/watcher-1125275-1216168800 -o /tmp/evaluation-result-1125275-1216168800/solver-1125275-1216168800 -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-1125275-1216168800.xml

TIME LIMIT= 3600 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 7c7c66ac0a1695057f4ecf583b786399
RANDOM SEED=80538801

node86.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.214
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.214
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5996.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1612800 kB
Buffers:         79112 kB
Cached:         191400 kB
SwapCached:       6928 kB
Active:         272856 kB
Inactive:        95844 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1612800 kB
SwapTotal:     4192956 kB
SwapFree:      4161980 kB
Dirty:            1972 kB
Writeback:           0 kB
Mapped:         115672 kB
Slab:            55788 kB
Committed_AS:  1271024 kB
PageTables:       4808 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= 66556 MiB
End job on node86 at 2008-07-16 03:40:05