Trace number 1128387

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.06 3612.62

General information on the benchmark

Namemaxcsp/kbtree/kbtree-9-2-3-5/kbtree-9-2-3-5-40/
normalized-kbtree-9-2-3-5-40-16_ext.xml
MD5SUMa416672c0acc5fa13a24ce93b9e86186
Bench Category2-ARY-EXT (binary constraints in extension)
Best result obtained on this benchmarkMOPT
Best Number of falsified constraints27
Best CPU time to get the best result obtained on this benchmark112.054
Satisfiable
(Un)Satisfiability was proved
Number of variables58
Number of constraints309
Maximum constraint arity2
Maximum domain size5
Number of constraints which are defined in extension309
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 23 05:27:46 2008
0.00/0.08	c 0	PID 5326
0.07/0.08	c 0	HOST node9.alineos.net
0.07/0.08	c 0	CONVERTING HOME/instance-1128387-1216783666.xml TO HOME/temp.csp
0.07/0.08	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1128387-1216783666.xml' 'HOME/temp.csp'
0.07/0.60	c 0	1 domains, 58 variables, 0 predicates, 309 relations, 309 constraints
0.07/0.62	c 0	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.07/0.62	c 0	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.58/0.70	c 0	Parsing HOME/temp.csp
0.58/0.86	c 1	parsed 677 expressions
0.58/0.87	c 1	Heap : 1 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.58/0.87	c 1	MAX CSP: 309 constraints
0.58/0.87	c 1	Converting to clausal form CSP
0.58/0.90	c 1	converted 99 (10%) expressions
0.58/0.90	c 1	converted 198 (20%) expressions
0.58/0.90	c 1	converted 297 (30%) expressions
0.58/0.92	c 1	converted 396 (40%) expressions
0.58/0.93	c 1	converted 495 (50%) expressions
0.58/0.94	c 1	converted 594 (60%) expressions
0.58/0.94	c 1	converted 693 (70%) expressions
0.58/0.96	c 1	converted 792 (80%) expressions
0.58/0.96	c 1	converted 891 (90%) expressions
1.04/1.12	c 1	converted 989 (100%) expressions
1.04/1.12	c 1	CSP : 676 integers, 0 booleans, 926 clauses, largest domain size 464
1.04/1.12	c 1	Heap : 2 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.04/1.12	c 1	Propagation in CSP
1.04/1.16	c 1	304 values, 0 unsatisfiable literals, and 0 valid clauses are removed
1.04/1.16	c 1	CSP : 676 integers, 0 booleans, 926 clauses, largest domain size 310
1.04/1.16	c 1	Heap : 1 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.04/1.16	c 1	Simplifing CSP by introducing new Boolean variables
1.04/1.16	c 1	CSP : 676 integers, 0 booleans, 926 clauses, largest domain size 310
1.04/1.17	c 1	Heap : 1 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.04/1.19	c 1	Encoding CSP to SAT : HOME/temp.cnf
1.13/1.21	c 1	68 (10%) CSP integer variables are encoded (174 clauses, 1816 bytes)
1.13/1.21	c 1	136 (20%) CSP integer variables are encoded (174 clauses, 1816 bytes)
1.13/1.21	c 1	203 (30%) CSP integer variables are encoded (174 clauses, 1816 bytes)
1.13/1.21	c 1	271 (40%) CSP integer variables are encoded (174 clauses, 1816 bytes)
1.13/1.21	c 1	338 (50%) CSP integer variables are encoded (174 clauses, 1816 bytes)
1.13/1.22	c 1	406 (60%) CSP integer variables are encoded (653 clauses, 7200 bytes)
1.13/1.22	c 1	474 (70%) CSP integer variables are encoded (996 clauses, 11659 bytes)
1.13/1.22	c 1	541 (80%) CSP integer variables are encoded (1536 clauses, 18679 bytes)
1.13/1.22	c 1	609 (90%) CSP integer variables are encoded (3918 clauses, 49645 bytes)
1.13/1.23	c 1	676 (100%) CSP integer variables are encoded (4612 clauses, 58667 bytes)
1.13/1.26	c 1	93 (10%) CSP clauses are encoded (5178 clauses, 68366 bytes)
1.13/1.27	c 1	186 (20%) CSP clauses are encoded (5748 clauses, 78622 bytes)
1.13/1.29	c 1	278 (30%) CSP clauses are encoded (6308 clauses, 89921 bytes)
1.23/1.30	c 1	371 (40%) CSP clauses are encoded (7234 clauses, 103974 bytes)
1.23/1.32	c 1	463 (50%) CSP clauses are encoded (13496 clauses, 214188 bytes)
1.23/1.32	c 1	556 (60%) CSP clauses are encoded (15519 clauses, 248794 bytes)
1.23/1.36	c 1	649 (70%) CSP clauses are encoded (32870 clauses, 564529 bytes)
1.33/1.41	c 1	741 (80%) CSP clauses are encoded (49524 clauses, 850463 bytes)
1.33/1.48	c 1	834 (90%) CSP clauses are encoded (85983 clauses, 1515411 bytes)
1.43/1.57	c 1	926 (100%) CSP clauses are encoded (134571 clauses, 2405316 bytes)
1.43/1.57	c 1	926 CSP clauses encoded
1.43/1.57	c 1	Writing map file : HOME/temp.map
1.43/1.58	c 1	Heap : 1 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.43/1.58	c 1	SAT : 5288 SAT variables, 134571 SAT clauses, 2405316 bytes
1.43/1.58	c 1	Heap : 1 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.51/1.61	c 1	OBJECTIVE minimize _COST
1.51/1.61	c 1	SOLVING HOME/temp.cnf
1.51/1.61	c 1	CMD HOME/minisat-inc -incremental HOME/temp.cnf HOME/temp.out
1.51/1.62	c 1	This is MiniSat 2.0 beta incremental
1.51/1.62	c 1	WARNING: for repeatability, setting FPU to use double precision
1.51/1.62	c 1	============================[ Problem Statistics ]=============================
1.51/1.62	c 1	|                                                                             |
1.51/1.62	c 1	|  Number of variables:  5288                                                 |
1.51/1.62	c 1	|  Number of clauses:    134571                                               |
1.51/1.68	c 1	|  Parsing time:         0.06         s                                       |
1.51/1.68	c 1	OK
1.51/1.68	c 1	OBJECTIVE BOUND: 0 <= _COST <= 
1.51/1.68	c 1	SEARCHING: _COST <= 155
1.51/1.68	c 1	============================[ Search Statistics ]==============================
1.51/1.68	c 1	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
1.51/1.68	c 1	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
1.51/1.68	c 1	===============================================================================
1.51/1.68	c 1	|         0 |    5288   134571   391621 |    44857        0    nan |  0.000 % |
1.53/1.71	c 1	===============================================================================
1.53/1.71	c 1	restarts              : 1
1.53/1.71	c 1	conflicts             : 87            (1036 /sec)
1.53/1.71	c 1	decisions             : 389           (1.03 % random) (4632 /sec)
1.53/1.71	c 1	propagations          : 18584          (221272 /sec)
1.53/1.71	c 1	conflict literals     : 2155           (13.83 % deleted)
1.53/1.71	c 1	Memory used           : 7.51 MB
1.53/1.71	c 1	CPU time              : 0.083987 s
1.53/1.71	c 1	
1.53/1.71	c 1	SATISFIABLE
1.53/1.71	c 1	OK
1.53/1.71	c 1	FOUND: _COST <= 155
1.53/1.71	s SATISFIABLE
1.53/1.71	c 1	DECODING HOME/temp.out WITH HOME/temp.map
1.53/1.71	c 1	CMD java -Xmx50M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
1.53/1.79	c 2	Decoding HOME/temp.out
1.53/1.87	c 2	OBJECTIVE _COST 153
1.53/1.87	o 153
1.53/1.87	v 4 4 4 4 4 4 4 4 4 4 1 4 2 4 2 2 3 3 0 3 2 3 1 1 2 0 4 0 3 2 3 3 0 4 3 4 4 4 4 4 4 4 1 4 3 2 4 4 3 4 4 4 4 4 4 4 4 4
1.53/1.87	c 2	Heap : 0 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
1.53/1.92	c 2	OK
1.53/1.92	c 2	OBJECTIVE BOUND: 0 <= _COST <= 153
1.53/1.92	c 2	SEARCHING: _COST <= 76
1.53/1.93	c 2	============================[ Search Statistics ]==============================
1.53/1.94	c 2	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
1.53/1.94	c 2	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
1.53/1.94	c 2	===============================================================================
1.53/1.94	c 2	|        87 |    5288   134571   391621 |    44857       87     25 |  0.000 % |
1.53/1.95	c 2	|       188 |    5288   134571   391621 |    49342      188     20 | 26.591 % |
1.53/1.96	c 2	|       340 |    5288   134571   391621 |    54276      340     18 | 26.591 % |
1.53/1.99	c 2	|       570 |    5288   134571   391621 |    59704      570     22 | 26.591 % |
1.70/2.03	c 2	|       907 |    5288   134571   391621 |    65675      907     22 | 26.591 % |
1.95/2.11	c 2	|      1414 |    5288   134571   391621 |    72242     1414     24 | 26.591 % |
2.05/2.20	c 2	|      2173 |    5288   134571   391621 |    79466     2173     25 | 26.591 % |
2.25/2.42	c 2	|      3315 |    3882    86508   251494 |    87413     3315     30 | 26.591 % |
2.25/2.42	c 2	===============================================================================
2.25/2.42	c 2	restarts              : 9
2.25/2.42	c 2	conflicts             : 3348          (5773 /sec)
2.25/2.42	c 2	decisions             : 4747          (0.44 % random) (8186 /sec)
2.25/2.42	c 2	propagations          : 982950         (1695001 /sec)
2.25/2.42	c 2	conflict literals     : 99889          (23.01 % deleted)
2.25/2.42	c 2	Memory used           : 7.77 MB
2.25/2.42	c 2	CPU time              : 0.579911 s
2.25/2.42	c 2	
2.25/2.42	c 2	SATISFIABLE
2.25/2.43	c 2	OK
2.25/2.43	c 2	FOUND: _COST <= 76
2.25/2.43	c 2	DECODING HOME/temp.out WITH HOME/temp.map
2.25/2.43	c 2	CMD java -Xmx50M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
2.28/2.50	c 2	Decoding HOME/temp.out
2.28/2.58	c 2	OBJECTIVE _COST 76
2.28/2.58	o 76
2.28/2.59	v 3 4 4 4 2 0 3 4 3 2 4 4 4 3 4 2 3 4 3 2 1 2 2 1 2 1 3 3 3 3 4 4 2 4 4 1 3 4 4 3 4 4 1 2 3 4 4 1 0 3 0 4 2 4 3 4 0 4
2.28/2.59	c 2	Heap : 0 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
2.28/2.65	c 2	OK
2.28/2.65	c 2	OBJECTIVE BOUND: 0 <= _COST <= 76
2.28/2.65	c 2	SEARCHING: _COST <= 38
2.28/2.65	c 2	============================[ Search Statistics ]==============================
2.28/2.65	c 2	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
2.28/2.65	c 2	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
2.28/2.65	c 2	===============================================================================
2.28/2.65	c 2	|      3348 |    3108    57161   165698 |    19053     3327     30 | 26.591 % |
2.28/2.67	c 2	|      3448 |    3108    57161   165698 |    20959     3427     29 | 41.227 % |
2.28/2.69	c 2	|      3598 |    3108    57161   165698 |    23054     3577     29 | 41.227 % |
2.50/2.72	c 2	|      3823 |    3108    57161   165698 |    25360     3802     29 | 41.227 % |
2.50/2.77	c 3	|      4160 |    3108    57161   165698 |    27896     4139     28 | 41.227 % |
2.59/2.85	c 3	|      4666 |    3108    57161   165698 |    30686     4645     28 | 41.227 % |
2.69/2.94	c 3	|      5425 |    3108    57161   165698 |    33754     5404     27 | 41.227 % |
2.89/3.11	c 3	|      6565 |    3108    57161   165698 |    37130     6544     27 | 41.227 % |
3.09/3.37	c 3	|      8273 |    3108    57161   165698 |    40843     8252     26 | 41.227 % |
3.59/3.80	c 4	|     10836 |    3108    57161   165698 |    44927    10815     25 | 41.227 % |
4.19/4.45	c 4	|     14681 |    3108    57161   165698 |    49420    14660     24 | 41.227 % |
5.47/5.70	c 5	|     20448 |    3108    57161   165698 |    54362    20427     24 | 41.227 % |
7.57/7.82	c 8	|     29098 |    3108    57161   165698 |    59798    29077     23 | 41.227 % |
11.35/11.60	c 11	|     42074 |    3108    57161   165698 |    65778    42053     25 | 41.227 % |
19.60/19.98	c 20	|     61536 |    3108    57161   165698 |    72356    61515     25 | 41.227 % |
34.24/34.65	c 34	|     90728 |    3108    57161   165698 |    79591    28024     25 | 41.227 % |
56.53/57.08	c 57	|    134518 |    3108    57161   165698 |    87551    71814     29 | 41.227 % |
91.26/91.91	c 92	|    200203 |    3108    57161   165698 |    96306    59361     43 | 41.227 % |
143.12/144.08	c 144	|    298729 |    3108    57161   165698 |   105936    73003     30 | 41.227 % |
245.41/246.83	c 247	|    446519 |    3108    57161   165698 |   116530    35534     26 | 41.227 % |
405.95/408.14	c 408	|    668203 |    3108    57161   165698 |   128183    53098     30 | 41.227 % |
688.38/691.93	c 692	|   1000728 |    3108    57161   165698 |   141001    43416     31 | 41.227 % |
1129.14/1134.89	c 1135	|   1499520 |    3108    57161   165698 |   155102    33915     30 | 41.227 % |
1851.26/1860.41	c 1860	|   2247704 |    3108    57161   165698 |   170612    80044     37 | 41.227 % |
3114.20/3126.69	c 3126	|   3369979 |    3108    57161   165698 |   187673   119566     33 | 41.227 % |
3600.01/3612.61	c ERROR INTERRUPTED
3600.01/3612.61	c 3612	CPU 3599.64 (0.06 0.01 3599.58 0.38)
3600.01/3612.61	c 3612	END Wed Jul 23 06:27:58 2008

Verifier Data (download as text)

OK	66	243
66 unsatisfied constraints, 243 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-1128387-1216783666/watcher-1128387-1216783666 -o /tmp/evaluation-result-1128387-1216783666/solver-1128387-1216783666 -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-1128387-1216783666.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.64 2.67 2.71 4/81 5326
/proc/meminfo: memFree=1513264/2055920 swapFree=4192956/4192956
[pid=5326] ppid=5324 vsize=12268 CPUtime=0
/proc/5326/stat : 5326 (sugar++) R 5324 5326 4515 0 -1 4194304 348 0 0 0 0 0 0 0 20 0 1 0 5457732 12562432 316 996147200 4194304 4206940 548682068528 18446744073709551615 215437303405 0 0 4224 0 0 0 0 17 1 0 0
/proc/5326/statm: 3067 316 241 3 0 167 0

[startup+0.080616 s]
/proc/loadavg: 2.64 2.67 2.71 4/81 5326
/proc/meminfo: memFree=1513264/2055920 swapFree=4192956/4192956
[pid=5326] ppid=5324 vsize=16740 CPUtime=0.07
/proc/5326/stat : 5326 (sugar++) S 5324 5326 4515 0 -1 4194304 1143 0 0 0 6 1 0 0 18 0 1 0 5457732 17141760 1099 996147200 4194304 4206940 548682068528 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5326/statm: 4185 1099 406 3 0 764 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16740

[startup+0.102349 s]
/proc/loadavg: 2.64 2.67 2.71 4/81 5326
/proc/meminfo: memFree=1513264/2055920 swapFree=4192956/4192956
[pid=5326] ppid=5324 vsize=16740 CPUtime=0.07
/proc/5326/stat : 5326 (sugar++) S 5324 5326 4515 0 -1 4194304 1219 128 0 0 6 1 0 0 19 0 1 0 5457732 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5326/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16740

[startup+0.301236 s]
/proc/loadavg: 2.64 2.67 2.71 4/81 5326
/proc/meminfo: memFree=1513264/2055920 swapFree=4192956/4192956
[pid=5326] ppid=5324 vsize=16740 CPUtime=0.07
/proc/5326/stat : 5326 (sugar++) S 5324 5326 4515 0 -1 4194304 1219 128 0 0 6 1 0 0 19 0 1 0 5457732 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5326/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16740

[startup+0.701286 s]
/proc/loadavg: 2.64 2.67 2.71 4/81 5326
/proc/meminfo: memFree=1513264/2055920 swapFree=4192956/4192956
[pid=5326] ppid=5324 vsize=16740 CPUtime=0.58
/proc/5326/stat : 5326 (sugar++) S 5324 5326 4515 0 -1 4194304 1279 4615 0 1 6 1 49 2 16 0 1 0 5457732 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5326/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.58
Current children cumulated vsize (KiB) 16740

[startup+1.50237 s]
/proc/loadavg: 2.64 2.67 2.71 4/92 5348
/proc/meminfo: memFree=1502936/2055920 swapFree=4192956/4192956
[pid=5326] ppid=5324 vsize=16740 CPUtime=0.58
/proc/5326/stat : 5326 (sugar++) S 5324 5326 4515 0 -1 4194304 1297 4615 0 1 6 1 49 2 15 0 1 0 5457732 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5326/statm: 4185 1104 409 3 0 764 0
[pid=5339] ppid=5326 vsize=5356 CPUtime=0
/proc/5339/stat : 5339 (sh) S 5326 5326 4515 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 5457794 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5339/statm: 1339 233 193 169 0 50 0
[pid=5340] ppid=5339 vsize=868512 CPUtime=0.85
/proc/5340/stat : 5340 (java) S 5339 5326 4515 0 -1 0 6576 0 1 0 81 4 0 0 18 0 9 0 5457794 889356288 5758 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/5340/statm: 217128 5758 2564 9 0 211675 0
[pid=5340/tid=5341] ppid=5339 vsize=868512 CPUtime=0.53
/proc/5340/task/5341/stat : 5341 (java) R 5339 5326 4515 0 -1 64 2761 0 1 0 52 1 0 0 20 0 9 0 5457795 889356288 5758 996147200 134512640 134550740 4294955920 18446744073709551615 102064640 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5340/tid=5342] ppid=5339 vsize=868512 CPUtime=0.07
/proc/5340/task/5342/stat : 5342 (java) S 5339 5326 4515 0 -1 64 1626 0 0 0 6 1 0 0 16 0 9 0 5457796 889356288 5758 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=5340/tid=5343] ppid=5339 vsize=868512 CPUtime=0
/proc/5340/task/5343/stat : 5343 (java) S 5339 5326 4515 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 5457797 889356288 5758 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5340/tid=5344] ppid=5339 vsize=868512 CPUtime=0
/proc/5340/task/5344/stat : 5344 (java) S 5339 5326 4515 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 5457797 889356288 5758 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5340/tid=5345] ppid=5339 vsize=868512 CPUtime=0
/proc/5340/task/5345/stat : 5345 (java) S 5339 5326 4515 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 5457799 889356288 5758 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5340/tid=5346] ppid=5339 vsize=868512 CPUtime=0.22
/proc/5340/task/5346/stat : 5346 (java) S 5339 5326 4515 0 -1 64 1497 0 0 0 22 0 0 0 16 0 9 0 5457799 889356288 5758 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5340/tid=5347] ppid=5339 vsize=868512 CPUtime=0
/proc/5340/task/5347/stat : 5347 (java) S 5339 5326 4515 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 5457799 889356288 5758 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5340/tid=5348] ppid=5339 vsize=868512 CPUtime=0
/proc/5340/task/5348/stat : 5348 (java) S 5339 5326 4515 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 5457799 889356288 5758 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.43
Current children cumulated vsize (KiB) 890608

[startup+3.10255 s]
/proc/loadavg: 2.64 2.67 2.71 3/83 5359
/proc/meminfo: memFree=1500512/2055920 swapFree=4192956/4192956
[pid=5326] ppid=5324 vsize=16872 CPUtime=1.86
/proc/5326/stat : 5326 (sugar++) S 5324 5326 4515 0 -1 4194304 1622 19107 0 4 6 1 166 13 15 0 1 0 5457732 17276928 1121 996147200 4194304 4206940 548682068528 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5326/statm: 4218 1121 414 3 0 797 0
[pid=5349] ppid=5326 vsize=7952 CPUtime=1.03
/proc/5349/stat : 5349 (minisat-inc) R 5326 5326 4515 0 -1 4194304 1940 0 0 0 103 0 0 0 20 0 1 0 5457894 8142848 1885 996147200 134512640 135134323 4294956192 18446744073709551615 134532340 0 0 4096 3 0 0 0 17 1 0 0
/proc/5349/statm: 1988 1885 80 151 0 1834 0
Current children cumulated CPU time (s) 2.89
Current children cumulated vsize (KiB) 24824

[startup+6.30192 s]
/proc/loadavg: 2.59 2.66 2.70 3/83 5369
/proc/meminfo: memFree=1500000/2055920 swapFree=4192956/4192956
[pid=5326] ppid=5324 vsize=16872 CPUtime=1.86
/proc/5326/stat : 5326 (sugar++) S 5324 5326 4515 0 -1 4194304 1622 19107 0 4 6 1 166 13 16 0 1 0 5457732 17276928 1121 996147200 4194304 4206940 548682068528 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5326/statm: 4218 1121 414 3 0 797 0
[pid=5349] ppid=5326 vsize=8744 CPUtime=4.21
/proc/5349/stat : 5349 (minisat-inc) R 5326 5326 4515 0 -1 4194304 2153 0 0 0 421 0 0 0 25 0 1 0 5457894 8953856 2098 996147200 134512640 135134323 4294956192 18446744073709551615 134522976 0 0 4096 3 0 0 0 17 1 0 0
/proc/5349/statm: 2186 2098 80 151 0 2032 0
Current children cumulated CPU time (s) 6.07
Current children cumulated vsize (KiB) 25616

[startup+12.7016 s]
/proc/loadavg: 2.54 2.65 2.70 3/83 5369
/proc/meminfo: memFree=1496672/2055920 swapFree=4192956/4192956
[pid=5326] ppid=5324 vsize=16872 CPUtime=1.86
/proc/5326/stat : 5326 (sugar++) S 5324 5326 4515 0 -1 4194304 1622 19107 0 4 6 1 166 13 16 0 1 0 5457732 17276928 1121 996147200 4194304 4206940 548682068528 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5326/statm: 4218 1121 414 3 0 797 0
[pid=5349] ppid=5326 vsize=11768 CPUtime=10.59
/proc/5349/stat : 5349 (minisat-inc) R 5326 5326 4515 0 -1 4194304 2891 0 0 0 1058 1 0 0 25 0 1 0 5457894 12050432 2836 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/5349/statm: 2942 2836 80 151 0 2788 0
Current children cumulated CPU time (s) 12.45
Current children cumulated vsize (KiB) 28640

[startup+25.5011 s]
/proc/loadavg: 2.42 2.62 2.69 3/83 5369
/proc/meminfo: memFree=1493216/2055920 swapFree=4192956/4192956
[pid=5326] ppid=5324 vsize=16872 CPUtime=1.86
/proc/5326/stat : 5326 (sugar++) S 5324 5326 4515 0 -1 4194304 1622 19107 0 4 6 1 166 13 16 0 1 0 5457732 17276928 1121 996147200 4194304 4206940 548682068528 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5326/statm: 4218 1121 414 3 0 797 0
[pid=5349] ppid=5326 vsize=15340 CPUtime=23.32
/proc/5349/stat : 5349 (minisat-inc) R 5326 5326 4515 0 -1 4194304 3757 0 0 0 2330 2 0 0 25 0 1 0 5457894 15708160 3702 996147200 134512640 135134323 4294956192 18446744073709551615 134531900 0 0 4096 3 0 0 0 17 1 0 0
/proc/5349/statm: 3835 3702 80 151 0 3681 0
Current children cumulated CPU time (s) 25.18
Current children cumulated vsize (KiB) 32212

[startup+51.1019 s]
/proc/loadavg: 2.28 2.57 2.67 3/83 5369
/proc/meminfo: memFree=1492192/2055920 swapFree=4192956/4192956
[pid=5326] ppid=5324 vsize=16872 CPUtime=1.86
/proc/5326/stat : 5326 (sugar++) S 5324 5326 4515 0 -1 4194304 1622 19107 0 4 6 1 166 13 16 0 1 0 5457732 17276928 1121 996147200 4194304 4206940 548682068528 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5326/statm: 4218 1121 414 3 0 797 0
[pid=5349] ppid=5326 vsize=16420 CPUtime=48.8
/proc/5349/stat : 5349 (minisat-inc) R 5326 5326 4515 0 -1 4194304 4024 0 0 0 4878 2 0 0 25 0 1 0 5457894 16814080 3969 996147200 134512640 135134323 4294956192 18446744073709551615 134531971 0 0 4096 3 0 0 0 17 1 0 0
/proc/5349/statm: 4105 3969 80 151 0 3951 0
Current children cumulated CPU time (s) 50.66
Current children cumulated vsize (KiB) 33292

[startup+102.307 s]
/proc/loadavg: 2.11 2.47 2.63 3/83 5369
/proc/meminfo: memFree=1484896/2055920 swapFree=4192956/4192956
[pid=5326] ppid=5324 vsize=16872 CPUtime=1.86
/proc/5326/stat : 5326 (sugar++) S 5324 5326 4515 0 -1 4194304 1622 19107 0 4 6 1 166 13 16 0 1 0 5457732 17276928 1121 996147200 4194304 4206940 548682068528 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5326/statm: 4218 1121 414 3 0 797 0
[pid=5349] ppid=5326 vsize=23504 CPUtime=99.76
/proc/5349/stat : 5349 (minisat-inc) R 5326 5326 4515 0 -1 4194304 5796 0 0 0 9972 4 0 0 25 0 1 0 5457894 24068096 5741 996147200 134512640 135134323 4294956192 18446744073709551615 134532035 0 0 4096 3 0 0 0 17 1 0 0
/proc/5349/statm: 5876 5741 80 151 0 5722 0
Current children cumulated CPU time (s) 101.62
Current children cumulated vsize (KiB) 40376

[startup+162.301 s]
/proc/loadavg: 2.04 2.39 2.59 3/83 5369
/proc/meminfo: memFree=1481952/2055920 swapFree=4192956/4192956
[pid=5326] ppid=5324 vsize=16872 CPUtime=1.86
/proc/5326/stat : 5326 (sugar++) S 5324 5326 4515 0 -1 4194304 1622 19107 0 4 6 1 166 13 16 0 1 0 5457732 17276928 1121 996147200 4194304 4206940 548682068528 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5326/statm: 4218 1121 414 3 0 797 0
[pid=5349] ppid=5326 vsize=26488 CPUtime=159.47
/proc/5349/stat : 5349 (minisat-inc) R 5326 5326 4515 0 -1 4194304 6508 0 0 0 15942 5 0 0 25 0 1 0 5457894 27123712 6453 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/5349/statm: 6622 6453 80 151 0 6468 0
Current children cumulated CPU time (s) 161.33
Current children cumulated vsize (KiB) 43360

[startup+222.301 s]
/proc/loadavg: 2.01 2.32 2.55 3/83 5369
/proc/meminfo: memFree=1481504/2055920 swapFree=4192956/4192956
[pid=5326] ppid=5324 vsize=16872 CPUtime=1.86
/proc/5326/stat : 5326 (sugar++) S 5324 5326 4515 0 -1 4194304 1622 19107 0 4 6 1 166 13 16 0 1 0 5457732 17276928 1121 996147200 4194304 4206940 548682068528 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5326/statm: 4218 1121 414 3 0 797 0
[pid=5349] ppid=5326 vsize=26976 CPUtime=219.17
/proc/5349/stat : 5349 (minisat-inc) R 5326 5326 4515 0 -1 4194304 6606 0 0 0 21912 5 0 0 25 0 1 0 5457894 27623424 6551 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/5349/statm: 6744 6551 80 151 0 6590 0
Current children cumulated CPU time (s) 221.03
Current children cumulated vsize (KiB) 43848

[startup+282.302 s]
/proc/loadavg: 2.00 2.26 2.51 3/83 5369
/proc/meminfo: memFree=1481248/2055920 swapFree=4192956/4192956
[pid=5326] ppid=5324 vsize=16872 CPUtime=1.86
/proc/5326/stat : 5326 (sugar++) S 5324 5326 4515 0 -1 4194304 1622 19107 0 4 6 1 166 13 16 0 1 0 5457732 17276928 1121 996147200 4194304 4206940 548682068528 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5326/statm: 4218 1121 414 3 0 797 0
[pid=5349] ppid=5326 vsize=27264 CPUtime=278.88
/proc/5349/stat : 5349 (minisat-inc) R 5326 5326 4515 0 -1 4194304 6669 0 0 0 27883 5 0 0 25 0 1 0 5457894 27918336 6614 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/5349/statm: 6816 6614 80 151 0 6662 0
Current children cumulated CPU time (s) 280.74
Current children cumulated vsize (KiB) 44136

[startup+342.302 s]
/proc/loadavg: 2.00 2.21 2.48 3/83 5369
/proc/meminfo: memFree=1480032/2055920 swapFree=4192956/4192956
[pid=5326] ppid=5324 vsize=16872 CPUtime=1.86
/proc/5326/stat : 5326 (sugar++) S 5324 5326 4515 0 -1 4194304 1622 19107 0 4 6 1 166 13 16 0 1 0 5457732 17276928 1121 996147200 4194304 4206940 548682068528 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0

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

[pid=5349] ppid=5326 vsize=52180 CPUtime=2848.15
/proc/5349/stat : 5349 (minisat-inc) R 5326 5326 4515 0 -1 4194304 12521 0 0 0 284794 21 0 0 25 0 1 0 5457894 53432320 12466 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/5349/statm: 13045 12466 80 151 0 12891 0
Current children cumulated CPU time (s) 2850.01
Current children cumulated vsize (KiB) 69052

[startup+2922.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 5439
/proc/meminfo: memFree=1443736/2055920 swapFree=4192956/4192956
[pid=5326] ppid=5324 vsize=16872 CPUtime=1.86
/proc/5326/stat : 5326 (sugar++) S 5324 5326 4515 0 -1 4194304 1622 19107 0 4 6 1 166 13 16 0 1 0 5457732 17276928 1121 996147200 4194304 4206940 548682068528 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5326/statm: 4218 1121 414 3 0 797 0
[pid=5349] ppid=5326 vsize=52180 CPUtime=2908.13
/proc/5349/stat : 5349 (minisat-inc) R 5326 5326 4515 0 -1 4194304 12529 0 0 0 290792 21 0 0 25 0 1 0 5457894 53432320 12474 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/5349/statm: 13045 12474 80 151 0 12891 0
Current children cumulated CPU time (s) 2909.99
Current children cumulated vsize (KiB) 69052

[startup+2982.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 5439
/proc/meminfo: memFree=1442776/2055920 swapFree=4192956/4192956
[pid=5326] ppid=5324 vsize=16872 CPUtime=1.86
/proc/5326/stat : 5326 (sugar++) S 5324 5326 4515 0 -1 4194304 1622 19107 0 4 6 1 166 13 16 0 1 0 5457732 17276928 1121 996147200 4194304 4206940 548682068528 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5326/statm: 4218 1121 414 3 0 797 0
[pid=5349] ppid=5326 vsize=52180 CPUtime=2968.11
/proc/5349/stat : 5349 (minisat-inc) R 5326 5326 4515 0 -1 4194304 12529 0 0 0 296790 21 0 0 25 0 1 0 5457894 53432320 12474 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/5349/statm: 13045 12474 80 151 0 12891 0
Current children cumulated CPU time (s) 2969.97
Current children cumulated vsize (KiB) 69052

[startup+3042.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 5439
/proc/meminfo: memFree=1442328/2055920 swapFree=4192956/4192956
[pid=5326] ppid=5324 vsize=16872 CPUtime=1.86
/proc/5326/stat : 5326 (sugar++) S 5324 5326 4515 0 -1 4194304 1622 19107 0 4 6 1 166 13 16 0 1 0 5457732 17276928 1121 996147200 4194304 4206940 548682068528 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5326/statm: 4218 1121 414 3 0 797 0
[pid=5349] ppid=5326 vsize=52312 CPUtime=3028.08
/proc/5349/stat : 5349 (minisat-inc) R 5326 5326 4515 0 -1 4194304 12562 0 0 0 302787 21 0 0 25 0 1 0 5457894 53567488 12507 996147200 134512640 135134323 4294956192 18446744073709551615 134532052 0 0 4096 3 0 0 0 17 0 0 0
/proc/5349/statm: 13078 12507 80 151 0 12924 0
Current children cumulated CPU time (s) 3029.94
Current children cumulated vsize (KiB) 69184

[startup+3102.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 5441
/proc/meminfo: memFree=1441048/2055920 swapFree=4192956/4192956
[pid=5326] ppid=5324 vsize=16872 CPUtime=1.86
/proc/5326/stat : 5326 (sugar++) S 5324 5326 4515 0 -1 4194304 1622 19107 0 4 6 1 166 13 16 0 1 0 5457732 17276928 1121 996147200 4194304 4206940 548682068528 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5326/statm: 4218 1121 414 3 0 797 0
[pid=5349] ppid=5326 vsize=52480 CPUtime=3088.05
/proc/5349/stat : 5349 (minisat-inc) R 5326 5326 4515 0 -1 4194304 12611 0 0 0 308784 21 0 0 25 0 1 0 5457894 53739520 12556 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/5349/statm: 13120 12556 80 151 0 12966 0
Current children cumulated CPU time (s) 3089.91
Current children cumulated vsize (KiB) 69352

[startup+3162.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 5441
/proc/meminfo: memFree=1440728/2055920 swapFree=4192956/4192956
[pid=5326] ppid=5324 vsize=16872 CPUtime=1.86
/proc/5326/stat : 5326 (sugar++) S 5324 5326 4515 0 -1 4194304 1622 19107 0 4 6 1 166 13 16 0 1 0 5457732 17276928 1121 996147200 4194304 4206940 548682068528 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/5326/statm: 4218 1121 414 3 0 797 0
[pid=5349] ppid=5326 vsize=52656 CPUtime=3148.03
/proc/5349/stat : 5349 (minisat-inc) R 5326 5326 4515 0 -1 4194304 12625 0 0 0 314782 21 0 0 25 0 1 0 5457894 53919744 12570 996147200 134512640 135134323 4294956192 18446744073709551615 134532035 0 0 4096 3 0 0 0 17 0 0 0
/proc/5349/statm: 13164 12570 80 151 0 13010 0
Current children cumulated CPU time (s) 3149.89
Current children cumulated vsize (KiB) 69528

[startup+3222.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 5441
/proc/meminfo: memFree=1436696/2055920 swapFree=4192956/4192956
[pid=5326] ppid=5324 vsize=16872 CPUtime=1.86
/proc/5326/stat : 5326 (sugar++) S 5324 5326 4515 0 -1 4194304 1622 19107 0 4 6 1 166 13 16 0 1 0 5457732 17276928 1121 996147200 4194304 4206940 548682068528 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/5326/statm: 4218 1121 414 3 0 797 0
[pid=5349] ppid=5326 vsize=55288 CPUtime=3208
/proc/5349/stat : 5349 (minisat-inc) R 5326 5326 4515 0 -1 4194304 13270 0 0 0 320778 22 0 0 25 0 1 0 5457894 56614912 13215 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/5349/statm: 13822 13215 80 151 0 13668 0
Current children cumulated CPU time (s) 3209.86
Current children cumulated vsize (KiB) 72160

[startup+3282.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 5441
/proc/meminfo: memFree=1434392/2055920 swapFree=4192956/4192956
[pid=5326] ppid=5324 vsize=16872 CPUtime=1.86
/proc/5326/stat : 5326 (sugar++) S 5324 5326 4515 0 -1 4194304 1622 19107 0 4 6 1 166 13 16 0 1 0 5457732 17276928 1121 996147200 4194304 4206940 548682068528 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/5326/statm: 4218 1121 414 3 0 797 0
[pid=5349] ppid=5326 vsize=57288 CPUtime=3267.98
/proc/5349/stat : 5349 (minisat-inc) R 5326 5326 4515 0 -1 4194304 13787 0 0 0 326775 23 0 0 25 0 1 0 5457894 58662912 13732 996147200 134512640 135134323 4294956192 18446744073709551615 134531900 0 0 4096 3 0 0 0 17 0 0 0
/proc/5349/statm: 14322 13732 80 151 0 14168 0
Current children cumulated CPU time (s) 3269.84
Current children cumulated vsize (KiB) 74160

[startup+3342.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 5441
/proc/meminfo: memFree=1434200/2055920 swapFree=4192956/4192956
[pid=5326] ppid=5324 vsize=16872 CPUtime=1.86
/proc/5326/stat : 5326 (sugar++) S 5324 5326 4515 0 -1 4194304 1622 19107 0 4 6 1 166 13 16 0 1 0 5457732 17276928 1121 996147200 4194304 4206940 548682068528 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/5326/statm: 4218 1121 414 3 0 797 0
[pid=5349] ppid=5326 vsize=57452 CPUtime=3327.96
/proc/5349/stat : 5349 (minisat-inc) R 5326 5326 4515 0 -1 4194304 13820 0 0 0 332773 23 0 0 25 0 1 0 5457894 58830848 13765 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/5349/statm: 14363 13765 80 151 0 14209 0
Current children cumulated CPU time (s) 3329.82
Current children cumulated vsize (KiB) 74324

[startup+3402.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 5441
/proc/meminfo: memFree=1434008/2055920 swapFree=4192956/4192956
[pid=5326] ppid=5324 vsize=16872 CPUtime=1.86
/proc/5326/stat : 5326 (sugar++) S 5324 5326 4515 0 -1 4194304 1622 19107 0 4 6 1 166 13 16 0 1 0 5457732 17276928 1121 996147200 4194304 4206940 548682068528 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/5326/statm: 4218 1121 414 3 0 797 0
[pid=5349] ppid=5326 vsize=57672 CPUtime=3387.93
/proc/5349/stat : 5349 (minisat-inc) R 5326 5326 4515 0 -1 4194304 13851 0 0 0 338770 23 0 0 25 0 1 0 5457894 59056128 13796 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/5349/statm: 14418 13796 80 151 0 14264 0
Current children cumulated CPU time (s) 3389.79
Current children cumulated vsize (KiB) 74544

[startup+3462.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 5441
/proc/meminfo: memFree=1431704/2055920 swapFree=4192956/4192956
[pid=5326] ppid=5324 vsize=16872 CPUtime=1.86
/proc/5326/stat : 5326 (sugar++) S 5324 5326 4515 0 -1 4194304 1622 19107 0 4 6 1 166 13 16 0 1 0 5457732 17276928 1121 996147200 4194304 4206940 548682068528 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/5326/statm: 4218 1121 414 3 0 797 0
[pid=5349] ppid=5326 vsize=58656 CPUtime=3447.91
/proc/5349/stat : 5349 (minisat-inc) R 5326 5326 4515 0 -1 4194304 14104 0 0 0 344767 24 0 0 25 0 1 0 5457894 60063744 14041 996147200 134512640 135134323 4294956192 18446744073709551615 134524688 0 0 4096 3 0 0 0 17 0 0 0
/proc/5349/statm: 14664 14041 80 151 0 14510 0
Current children cumulated CPU time (s) 3449.77
Current children cumulated vsize (KiB) 75528

[startup+3522.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 5441
/proc/meminfo: memFree=1431256/2055920 swapFree=4192956/4192956
[pid=5326] ppid=5324 vsize=16872 CPUtime=1.86
/proc/5326/stat : 5326 (sugar++) S 5324 5326 4515 0 -1 4194304 1622 19107 0 4 6 1 166 13 16 0 1 0 5457732 17276928 1121 996147200 4194304 4206940 548682068528 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/5326/statm: 4218 1121 414 3 0 797 0
[pid=5349] ppid=5326 vsize=58788 CPUtime=3507.88
/proc/5349/stat : 5349 (minisat-inc) R 5326 5326 4515 0 -1 4194304 14130 0 0 0 350764 24 0 0 25 0 1 0 5457894 60198912 14067 996147200 134512640 135134323 4294956192 18446744073709551615 134532164 0 0 4096 3 0 0 0 17 0 0 0
/proc/5349/statm: 14697 14067 80 151 0 14543 0
Current children cumulated CPU time (s) 3509.74
Current children cumulated vsize (KiB) 75660

[startup+3582.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 5441
/proc/meminfo: memFree=1430232/2055920 swapFree=4192956/4192956
[pid=5326] ppid=5324 vsize=16872 CPUtime=1.86
/proc/5326/stat : 5326 (sugar++) S 5324 5326 4515 0 -1 4194304 1622 19107 0 4 6 1 166 13 16 0 1 0 5457732 17276928 1121 996147200 4194304 4206940 548682068528 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/5326/statm: 4218 1121 414 3 0 797 0
[pid=5349] ppid=5326 vsize=59528 CPUtime=3567.86
/proc/5349/stat : 5349 (minisat-inc) R 5326 5326 4515 0 -1 4194304 14292 0 0 0 356762 24 0 0 25 0 1 0 5457894 60956672 14229 996147200 134512640 135134323 4294956192 18446744073709551615 134531900 0 0 4096 3 0 0 0 17 0 0 0
/proc/5349/statm: 14882 14229 80 151 0 14728 0
Current children cumulated CPU time (s) 3569.72
Current children cumulated vsize (KiB) 76400



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3612.6 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 5441
/proc/meminfo: memFree=1430040/2055920 swapFree=4192956/4192956
[pid=5326] ppid=5324 vsize=16872 CPUtime=1.86
/proc/5326/stat : 5326 (sugar++) S 5324 5326 4515 0 -1 4194304 1622 19107 0 4 6 1 166 13 16 0 1 0 5457732 17276928 1121 996147200 4194304 4206940 548682068528 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/5326/statm: 4218 1121 414 3 0 797 0
[pid=5349] ppid=5326 vsize=59556 CPUtime=3598.15
/proc/5349/stat : 5349 (minisat-inc) R 5326 5326 4515 0 -1 4194304 14344 0 0 0 359791 24 0 0 25 0 1 0 5457894 60985344 14246 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/5349/statm: 14889 14246 80 151 0 14735 0
Current children cumulated CPU time (s) 3600.01
Current children cumulated vsize (KiB) 76428

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

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

Child status: 0
Real time (s): 3612.62
CPU time (s): 3600.06
CPU user time (s): 3599.65
CPU system time (s): 0.409937
CPU usage (%): 99.6525
Max. virtual memory (cumulated for all children) (KiB): 890608

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3599.65
system time used= 0.409937
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 35153
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= 2556
involuntary context switches= 81859

runsolver used 5.03423 second user time and 11.3753 second system time

The end

Launcher Data (download as text)

Begin job on node9 at 2008-07-23 05:27:46
IDJOB=1128387
IDBENCH=65323
IDSOLVER=367
FILE ID=node9/1128387-1216783666
PBS_JOBID= 7974211
Free space on /tmp= 66560 MiB

SOLVER NAME= Sugar++ v1.13+minisat-inc
BENCH NAME= CPAI08/maxcsp/kbtree/kbtree-9-2-3-5/kbtree-9-2-3-5-40/normalized-kbtree-9-2-3-5-40-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-1128387-1216783666/watcher-1128387-1216783666 -o /tmp/evaluation-result-1128387-1216783666/solver-1128387-1216783666 -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-1128387-1216783666.xml

TIME LIMIT= 3600 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= a416672c0acc5fa13a24ce93b9e86186
RANDOM SEED=1731397482

node9.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.231
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.231
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:       1513744 kB
Buffers:         39228 kB
Cached:         430448 kB
SwapCached:          0 kB
Active:         213108 kB
Inactive:       282308 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1513744 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:            1032 kB
Writeback:           0 kB
Mapped:          45920 kB
Slab:            31836 kB
Committed_AS:   132836 kB
PageTables:       1976 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= 66560 MiB
End job on node9 at 2008-07-23 06:28:00