Trace number 1128388

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+minisatMSAT (TO) 3600.03 3616.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.04	c 0	Sugar v1-13 + HOME/minisat
0.00/0.04	c 0	BEGIN Wed Jul 23 05:28:19 2008
0.00/0.04	c 0	PID 11047
0.03/0.05	c 0	HOST node59.alineos.net
0.03/0.05	c 0	CONVERTING HOME/instance-1128388-1216783699.xml TO HOME/temp.csp
0.03/0.05	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1128388-1216783699.xml' 'HOME/temp.csp'
0.03/0.94	c 1	1 domains, 58 variables, 0 predicates, 309 relations, 309 constraints
0.03/0.98	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.03/0.98	c 1	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -max -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
0.46/1.06	c 1	Parsing HOME/temp.csp
0.67/1.23	c 1	parsed 677 expressions
0.67/1.23	c 1	Heap : 1 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.67/1.24	c 1	MAX CSP: 309 constraints
0.67/1.24	c 1	Converting to clausal form CSP
0.67/1.26	c 1	converted 99 (10%) expressions
0.67/1.27	c 1	converted 198 (20%) expressions
0.67/1.27	c 1	converted 297 (30%) expressions
0.67/1.28	c 1	converted 396 (40%) expressions
0.67/1.29	c 1	converted 495 (50%) expressions
0.76/1.30	c 1	converted 594 (60%) expressions
0.76/1.31	c 1	converted 693 (70%) expressions
0.76/1.32	c 1	converted 792 (80%) expressions
0.76/1.32	c 1	converted 891 (90%) expressions
0.86/1.47	c 1	converted 989 (100%) expressions
0.86/1.47	c 2	CSP : 676 integers, 0 booleans, 926 clauses, largest domain size 464
0.86/1.47	c 2	Heap : 2 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.86/1.47	c 2	Propagation in CSP
0.95/1.50	c 2	304 values, 0 unsatisfiable literals, and 0 valid clauses are removed
0.95/1.50	c 2	CSP : 676 integers, 0 booleans, 926 clauses, largest domain size 310
0.95/1.50	c 2	Heap : 1 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.95/1.51	c 2	Simplifing CSP by introducing new Boolean variables
0.95/1.51	c 2	CSP : 676 integers, 0 booleans, 926 clauses, largest domain size 310
0.95/1.51	c 2	Heap : 1 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.95/1.54	c 2	Encoding CSP to SAT : HOME/temp.cnf
0.95/1.55	c 2	68 (10%) CSP integer variables are encoded (174 clauses, 1816 bytes)
0.95/1.55	c 2	136 (20%) CSP integer variables are encoded (174 clauses, 1816 bytes)
0.95/1.55	c 2	203 (30%) CSP integer variables are encoded (174 clauses, 1816 bytes)
0.95/1.55	c 2	271 (40%) CSP integer variables are encoded (174 clauses, 1816 bytes)
0.95/1.55	c 2	338 (50%) CSP integer variables are encoded (174 clauses, 1816 bytes)
0.95/1.56	c 2	406 (60%) CSP integer variables are encoded (653 clauses, 7200 bytes)
0.95/1.56	c 2	474 (70%) CSP integer variables are encoded (996 clauses, 11659 bytes)
0.95/1.56	c 2	541 (80%) CSP integer variables are encoded (1536 clauses, 18679 bytes)
0.95/1.57	c 2	609 (90%) CSP integer variables are encoded (3918 clauses, 49645 bytes)
0.95/1.57	c 2	676 (100%) CSP integer variables are encoded (4612 clauses, 58667 bytes)
1.06/1.60	c 2	93 (10%) CSP clauses are encoded (5178 clauses, 68366 bytes)
1.06/1.61	c 2	186 (20%) CSP clauses are encoded (5748 clauses, 78622 bytes)
1.06/1.63	c 2	278 (30%) CSP clauses are encoded (6308 clauses, 89921 bytes)
1.06/1.64	c 2	371 (40%) CSP clauses are encoded (7234 clauses, 103974 bytes)
1.06/1.65	c 2	463 (50%) CSP clauses are encoded (13496 clauses, 214188 bytes)
1.06/1.66	c 2	556 (60%) CSP clauses are encoded (15519 clauses, 248794 bytes)
1.06/1.69	c 2	649 (70%) CSP clauses are encoded (32870 clauses, 564529 bytes)
1.15/1.74	c 2	741 (80%) CSP clauses are encoded (49524 clauses, 850463 bytes)
1.25/1.80	c 2	834 (90%) CSP clauses are encoded (85983 clauses, 1515411 bytes)
1.25/1.89	c 2	926 (100%) CSP clauses are encoded (134571 clauses, 2405316 bytes)
1.25/1.89	c 2	926 CSP clauses encoded
1.25/1.89	c 2	Writing map file : HOME/temp.map
1.25/1.90	c 2	Heap : 1 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.25/1.90	c 2	SAT : 5288 SAT variables, 134571 SAT clauses, 2405316 bytes
1.25/1.90	c 2	Heap : 1 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.35/1.98	c 2	OBJECTIVE minimize _COST
1.35/1.98	c 2	OBJECTIVE BOUND: 0 <= _COST <= 
1.35/1.98	c 2	SEARCHING: _COST <= 155
1.35/1.98	c 2	SOLVING HOME/temp.cnf
1.35/1.98	c 2	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
1.35/1.98	c 2	This is MiniSat 2.0 beta
1.35/1.98	c 2	WARNING: for repeatability, setting FPU to use double precision
1.35/1.98	c 2	============================[ Problem Statistics ]=============================
1.35/1.98	c 2	|                                                                             |
1.35/1.99	c 2	|  Number of variables:  5288                                                 |
1.35/1.99	c 2	|  Number of clauses:    134572                                               |
1.37/2.05	c 2	|  Parsing time:         0.06         s                                       |
1.37/2.08	c 2	============================[ Search Statistics ]==============================
1.37/2.08	c 2	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
1.37/2.08	c 2	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
1.37/2.08	c 2	===============================================================================
1.37/2.08	c 2	|         0 |    3902    87183   253461 |    29061        0    nan |  0.000 % |
1.37/2.10	c 2	===============================================================================
1.37/2.10	c 2	restarts              : 1
1.37/2.10	c 2	conflicts             : 87             (791 /sec)
1.37/2.10	c 2	decisions             : 389            (1.03 % random) (3537 /sec)
1.37/2.10	c 2	propagations          : 18584          (168972 /sec)
1.37/2.10	c 2	conflict literals     : 2155           (13.83 % deleted)
1.37/2.10	c 2	Memory used           : 7.11 MB
1.37/2.10	c 2	CPU time              : 0.109983 s
1.37/2.10	c 2	
1.48/2.10	c 2	SATISFIABLE
1.48/2.11	c 2	FOUND: _COST <= 155
1.48/2.11	s SATISFIABLE
1.48/2.11	c 2	DECODING HOME/temp.out WITH HOME/temp.map
1.48/2.11	c 2	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
1.49/2.23	c 2	Decoding HOME/temp.out
1.49/2.32	c 2	OBJECTIVE _COST 153
1.49/2.32	o 153
1.49/2.32	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.49/2.33	c 2	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
1.49/2.36	c 2	OBJECTIVE BOUND: 0 <= _COST <= 153
1.49/2.36	c 2	SEARCHING: _COST <= 76
1.49/2.36	c 2	SOLVING HOME/temp.cnf
1.49/2.36	c 2	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
1.49/2.36	c 2	This is MiniSat 2.0 beta
1.49/2.36	c 2	WARNING: for repeatability, setting FPU to use double precision
1.49/2.36	c 2	============================[ Problem Statistics ]=============================
1.49/2.36	c 2	|                                                                             |
1.49/2.36	c 2	|  Number of variables:  5288                                                 |
1.49/2.36	c 2	|  Number of clauses:    134572                                               |
1.67/2.44	c 2	|  Parsing time:         0.06         s                                       |
1.67/2.47	c 3	============================[ Search Statistics ]==============================
1.67/2.47	c 3	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
1.67/2.47	c 3	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
1.67/2.47	c 3	===============================================================================
1.67/2.47	c 3	|         0 |    3108    57161   165698 |    19053        0    nan |  0.000 % |
1.67/2.49	c 3	|       102 |    3108    57161   165698 |    20959      101     23 | 41.433 % |
1.68/2.51	c 3	|       255 |    3108    57161   165698 |    23054      254     29 | 41.434 % |
1.68/2.52	c 3	===============================================================================
1.68/2.52	c 3	restarts              : 3
1.68/2.52	c 3	conflicts             : 269            (1922 /sec)
1.68/2.52	c 3	decisions             : 677            (0.89 % random) (4836 /sec)
1.68/2.52	c 3	propagations          : 87494          (625055 /sec)
1.68/2.52	c 3	conflict literals     : 7633           (22.84 % deleted)
1.68/2.52	c 3	Memory used           : 7.23 MB
1.68/2.52	c 3	CPU time              : 0.139978 s
1.68/2.52	c 3	
1.68/2.52	c 3	SATISFIABLE
1.68/2.52	c 3	FOUND: _COST <= 76
1.68/2.52	c 3	DECODING HOME/temp.out WITH HOME/temp.map
1.68/2.52	c 3	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
1.83/2.60	c 3	Decoding HOME/temp.out
1.83/2.68	c 3	OBJECTIVE _COST 76
1.83/2.68	o 76
1.83/2.68	v 4 4 4 4 0 4 3 2 3 2 1 3 3 4 3 4 4 4 3 2 0 2 2 4 2 1 0 0 4 3 2 2 4 3 3 4 1 0 4 4 0 4 4 2 1 4 4 2 0 3 2 2 2 0 3 4 2 0
1.83/2.69	c 3	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
1.83/2.74	c 3	OBJECTIVE BOUND: 0 <= _COST <= 76
1.83/2.74	c 3	SEARCHING: _COST <= 38
1.83/2.74	c 3	SOLVING HOME/temp.cnf
1.83/2.74	c 3	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
1.83/2.78	c 3	This is MiniSat 2.0 beta
1.83/2.78	c 3	WARNING: for repeatability, setting FPU to use double precision
1.83/2.78	c 3	============================[ Problem Statistics ]=============================
1.83/2.78	c 3	|                                                                             |
1.83/2.78	c 3	|  Number of variables:  5288                                                 |
1.83/2.78	c 3	|  Number of clauses:    134572                                               |
2.00/2.85	c 3	|  Parsing time:         0.06         s                                       |
2.00/2.88	c 3	============================[ Search Statistics ]==============================
2.00/2.88	c 3	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
2.00/2.88	c 3	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
2.00/2.88	c 3	===============================================================================
2.00/2.88	c 3	|         0 |    2609    34364    98766 |    11454        0    nan |  0.000 % |
2.01/2.90	c 3	|       101 |    2609    34364    98766 |    12600      101     16 | 50.662 % |
2.01/2.91	c 3	|       252 |    2609    34364    98766 |    13860      252     16 | 50.663 % |
2.01/2.94	c 3	|       477 |    2609    34364    98766 |    15246      477     19 | 50.662 % |
2.01/2.97	c 3	|       816 |    2609    34364    98766 |    16770      816     22 | 50.662 % |
2.01/3.02	c 3	|      1322 |    2609    34364    98766 |    18447     1322     25 | 50.662 % |
2.01/3.12	c 3	|      2083 |    2609    34364    98766 |    20292     2083     24 | 50.662 % |
2.41/3.26	c 3	|      3223 |    2609    34364    98766 |    22321     3223     24 | 50.662 % |
2.61/3.48	c 4	|      4931 |    2609    34364    98766 |    24554     4931     24 | 50.662 % |
3.01/3.84	c 4	|      7493 |    2609    34364    98766 |    27009     7493     24 | 50.662 % |
3.61/4.42	c 4	|     11337 |    2609    34364    98766 |    29710    11337     26 | 50.662 % |
4.60/5.50	c 6	|     17104 |    2609    34364    98766 |    32681    17104     26 | 50.662 % |
6.60/7.40	c 7	|     25755 |    2609    34364    98766 |    35949    25755     26 | 50.662 % |
10.19/11.07	c 11	|     38729 |    2609    34364    98766 |    39544    38729     27 | 50.662 % |
16.16/17.06	c 17	|     58190 |    2609    34364    98766 |    43499    27760     25 | 50.662 % |
25.71/26.64	c 27	|     87383 |    2609    34364    98766 |    47848    22259     26 | 50.662 % |
39.16/40.15	c 40	|    131172 |    2609    34364    98766 |    52633    28024     35 | 50.662 % |
66.85/67.94	c 68	|    196856 |    2609    34364    98766 |    57897    50143     35 | 50.662 % |
112.25/113.51	c 114	|    295383 |    2609    34364    98766 |    63686    54442     31 | 50.662 % |
183.46/185.07	c 185	|    443172 |    2609    34364    98766 |    70055    46372     30 | 50.662 % |
305.05/307.18	c 307	|    664855 |    2609    34364    98766 |    77061    33268     30 | 50.662 % |
503.70/506.68	c 507	|    997380 |    2609    34364    98766 |    84767    41168     33 | 50.662 % |
827.70/832.04	c 832	|   1496168 |    2609    34364    98766 |    93244    31613     32 | 50.662 % |
1378.15/1384.92	c 1385	|   2244350 |    2609    34364    98766 |   102568    62609     28 | 50.662 % |
2264.80/2275.57	c 2276	|   3366626 |    2609    34364    98766 |   112825    23539     27 | 50.662 % |
3600.03/3616.61	c ERROR unknown output  in HOME/temp.out
3600.03/3616.61	c 3617	CPU 1.85 (0.04 0.01 1.81 0.15)
3600.03/3616.61	c 3617	END Wed Jul 23 06:28:36 2008

Verifier Data (download as text)

OK	57	252
57 unsatisfied constraints, 252 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-1128388-1216783699/watcher-1128388-1216783699 -o /tmp/evaluation-result-1128388-1216783699/solver-1128388-1216783699 -C 3600 -W 4000 -M 900 --output-limit 1,15 HOME/sugar -max -c -vv -java=java -Xmx700M -jar=HOME/sugar-v1-13.jar -solver=HOME/minisat -tmp=HOME/temp HOME/instance-1128388-1216783699.xml 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 3600 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 3630 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 4000 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 921600 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 972800 KiB
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.80 2.70 2.59 4/80 11047
/proc/meminfo: memFree=1121000/2055920 swapFree=4192956/4192956
[pid=11047] ppid=11045 vsize=18572 CPUtime=0
/proc/11047/stat : 11047 (runsolver) R 11045 11047 10102 0 -1 4194368 15 0 0 0 0 0 0 0 18 0 1 0 5457365 19017728 292 996147200 4194304 4296836 548682068256 18446744073709551615 217051622695 0 0 4096 24578 0 0 0 17 1 0 0
/proc/11047/statm: 4643 292 257 25 0 2626 0

[startup+0.047673 s]
/proc/loadavg: 2.80 2.70 2.59 4/80 11047
/proc/meminfo: memFree=1121000/2055920 swapFree=4192956/4192956
[pid=11047] ppid=11045 vsize=13600 CPUtime=0.03
/proc/11047/stat : 11047 (sugar) S 11045 11047 10102 0 -1 4194304 838 0 0 0 3 0 0 0 18 0 1 0 5457365 13926400 792 996147200 4194304 4206940 548682068592 18446744073709551615 217060520034 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/11047/statm: 3400 792 367 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.101429 s]
/proc/loadavg: 2.80 2.70 2.59 4/80 11047
/proc/meminfo: memFree=1121000/2055920 swapFree=4192956/4192956
[pid=11047] ppid=11045 vsize=13600 CPUtime=0.03
/proc/11047/stat : 11047 (sugar) S 11045 11047 10102 0 -1 4194304 898 127 0 0 3 0 0 0 18 0 1 0 5457365 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 217060520034 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/11047/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.301464 s]
/proc/loadavg: 2.80 2.70 2.59 4/80 11047
/proc/meminfo: memFree=1121000/2055920 swapFree=4192956/4192956
[pid=11047] ppid=11045 vsize=13600 CPUtime=0.03
/proc/11047/stat : 11047 (sugar) S 11045 11047 10102 0 -1 4194304 898 127 0 0 3 0 0 0 18 0 1 0 5457365 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 217060520034 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/11047/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.701533 s]
/proc/loadavg: 2.80 2.70 2.59 4/80 11047
/proc/meminfo: memFree=1121000/2055920 swapFree=4192956/4192956
[pid=11047] ppid=11045 vsize=13600 CPUtime=0.03
/proc/11047/stat : 11047 (sugar) S 11045 11047 10102 0 -1 4194304 898 127 0 0 3 0 0 0 18 0 1 0 5457365 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 217060520034 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/11047/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+1.50169 s]
/proc/loadavg: 2.90 2.72 2.60 3/84 11062
/proc/meminfo: memFree=1117192/2055920 swapFree=4192956/4192956
[pid=11047] ppid=11045 vsize=13600 CPUtime=0.46
/proc/11047/stat : 11047 (sugar) S 11045 11047 10102 0 -1 4194304 974 4627 0 1 3 0 40 3 15 0 1 0 5457365 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 217060520034 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/11047/statm: 3400 797 370 3 0 500 0
[pid=11060] ppid=11047 vsize=5356 CPUtime=0
/proc/11060/stat : 11060 (sh) S 11047 11047 10102 0 -1 4194304 278 0 0 0 0 0 0 0 17 0 1 0 5457463 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 217051620164 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/11060/statm: 1339 233 193 169 0 50 0
[pid=11061] ppid=11060 vsize=868376 CPUtime=0.49
/proc/11061/stat : 11061 (java) S 11060 11047 10102 0 -1 0 5245 0 1 0 47 2 0 0 20 0 9 0 5457463 889217024 4674 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/11061/statm: 217094 4674 1731 9 0 211669 0
[pid=11061/tid=11062] ppid=11060 vsize=868376 CPUtime=0.29
/proc/11061/task/11062/stat : 11062 (java) R 11060 11047 10102 0 -1 64 2635 0 1 0 28 1 0 0 25 0 9 0 5457464 889217024 4674 996147200 134512640 134550740 4294955936 18446744073709551615 4126595063 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 0.95
Current children cumulated vsize (KiB) 887332

[startup+3.102 s]
/proc/loadavg: 2.90 2.72 2.60 4/83 11071
/proc/meminfo: memFree=1109648/2055920 swapFree=4192956/4192956
[pid=11047] ppid=11045 vsize=13728 CPUtime=2.01
/proc/11047/stat : 11047 (sugar) S 11045 11047 10102 0 -1 4194304 1297 23203 0 4 4 1 181 15 15 0 1 0 5457365 14057472 811 996147200 4194304 4206940 548682068592 18446744073709551615 217060520034 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/11047/statm: 3432 811 374 3 0 532 0
Current children cumulated CPU time (s) 2.01
Current children cumulated vsize (KiB) 13728

[startup+6.30161 s]
/proc/loadavg: 2.90 2.72 2.60 4/83 11095
/proc/meminfo: memFree=1109200/2055920 swapFree=4192956/4192956
[pid=11047] ppid=11045 vsize=13728 CPUtime=2.01
/proc/11047/stat : 11047 (sugar) S 11045 11047 10102 0 -1 4194304 1297 23203 0 4 4 1 181 15 16 0 1 0 5457365 14057472 811 996147200 4194304 4206940 548682068592 18446744073709551615 217060520034 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/11047/statm: 3432 811 374 3 0 532 0
[pid=11094] ppid=11047 vsize=5356 CPUtime=0
/proc/11094/stat : 11094 (sh) S 11047 11047 10102 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 5457639 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 217051620164 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11094/statm: 1339 232 193 169 0 50 0
[pid=11095] ppid=11094 vsize=8004 CPUtime=3.49
/proc/11095/stat : 11095 (minisat) R 11094 11047 10102 0 -1 4194304 1903 0 0 0 349 0 0 0 25 0 1 0 5457642 8196096 1889 996147200 134512640 135127466 4294956256 18446744073709551615 134530621 0 0 4096 3 0 0 0 17 0 0 0
/proc/11095/statm: 2001 1889 75 150 0 1848 0
Current children cumulated CPU time (s) 5.5
Current children cumulated vsize (KiB) 27088

[startup+12.7018 s]
/proc/loadavg: 2.84 2.71 2.60 4/83 11095
/proc/meminfo: memFree=1105808/2055920 swapFree=4192956/4192956
[pid=11047] ppid=11045 vsize=13728 CPUtime=2.01
/proc/11047/stat : 11047 (sugar) S 11045 11047 10102 0 -1 4194304 1297 23203 0 4 4 1 181 15 16 0 1 0 5457365 14057472 811 996147200 4194304 4206940 548682068592 18446744073709551615 217060520034 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/11047/statm: 3432 811 374 3 0 532 0
[pid=11094] ppid=11047 vsize=5356 CPUtime=0
/proc/11094/stat : 11094 (sh) S 11047 11047 10102 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 5457639 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 217051620164 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11094/statm: 1339 232 193 169 0 50 0
[pid=11095] ppid=11094 vsize=11292 CPUtime=9.87
/proc/11095/stat : 11095 (minisat) R 11094 11047 10102 0 -1 4194304 2708 0 0 0 986 1 0 0 25 0 1 0 5457642 11563008 2694 996147200 134512640 135127466 4294956256 18446744073709551615 134523408 0 0 4096 3 0 0 0 17 0 0 0
/proc/11095/statm: 2823 2694 75 150 0 2670 0
Current children cumulated CPU time (s) 11.88
Current children cumulated vsize (KiB) 30376

[startup+25.5013 s]
/proc/loadavg: 2.87 2.72 2.60 4/83 11095
/proc/meminfo: memFree=1104976/2055920 swapFree=4192956/4192956
[pid=11047] ppid=11045 vsize=13728 CPUtime=2.01
/proc/11047/stat : 11047 (sugar) S 11045 11047 10102 0 -1 4194304 1297 23203 0 4 4 1 181 15 16 0 1 0 5457365 14057472 811 996147200 4194304 4206940 548682068592 18446744073709551615 217060520034 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/11047/statm: 3432 811 374 3 0 532 0
[pid=11094] ppid=11047 vsize=5356 CPUtime=0
/proc/11094/stat : 11094 (sh) S 11047 11047 10102 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 5457639 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 217051620164 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11094/statm: 1339 232 193 169 0 50 0
[pid=11095] ppid=11094 vsize=11972 CPUtime=22.61
/proc/11095/stat : 11095 (minisat) R 11094 11047 10102 0 -1 4194304 2897 0 0 0 2260 1 0 0 25 0 1 0 5457642 12259328 2883 996147200 134512640 135127466 4294956256 18446744073709551615 134530679 0 0 4096 3 0 0 0 17 0 0 0
/proc/11095/statm: 2993 2883 75 150 0 2840 0
Current children cumulated CPU time (s) 24.62
Current children cumulated vsize (KiB) 31056

[startup+51.1012 s]
/proc/loadavg: 2.76 2.71 2.60 3/83 11095
/proc/meminfo: memFree=1100944/2055920 swapFree=4192956/4192956
[pid=11047] ppid=11045 vsize=13728 CPUtime=2.01
/proc/11047/stat : 11047 (sugar) S 11045 11047 10102 0 -1 4194304 1297 23203 0 4 4 1 181 15 16 0 1 0 5457365 14057472 811 996147200 4194304 4206940 548682068592 18446744073709551615 217060520034 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/11047/statm: 3432 811 374 3 0 532 0
[pid=11094] ppid=11047 vsize=5356 CPUtime=0
/proc/11094/stat : 11094 (sh) S 11047 11047 10102 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 5457639 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 217051620164 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11094/statm: 1339 232 193 169 0 50 0
[pid=11095] ppid=11094 vsize=16220 CPUtime=48.1
/proc/11095/stat : 11095 (minisat) R 11094 11047 10102 0 -1 4194304 3965 0 0 0 4807 3 0 0 25 0 1 0 5457642 16609280 3951 996147200 134512640 135127466 4294956256 18446744073709551615 134528598 0 0 4096 3 0 0 0 17 0 0 0
/proc/11095/statm: 4055 3951 75 150 0 3902 0
Current children cumulated CPU time (s) 50.11
Current children cumulated vsize (KiB) 35304

[startup+102.306 s]
/proc/loadavg: 2.74 2.71 2.61 3/83 11095
/proc/meminfo: memFree=1098960/2055920 swapFree=4192956/4192956
[pid=11047] ppid=11045 vsize=13728 CPUtime=2.01
/proc/11047/stat : 11047 (sugar) S 11045 11047 10102 0 -1 4194304 1297 23203 0 4 4 1 181 15 16 0 1 0 5457365 14057472 811 996147200 4194304 4206940 548682068592 18446744073709551615 217060520034 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/11047/statm: 3432 811 374 3 0 532 0
[pid=11094] ppid=11047 vsize=5356 CPUtime=0
/proc/11094/stat : 11094 (sh) S 11047 11047 10102 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 5457639 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 217051620164 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11094/statm: 1339 232 193 169 0 50 0
[pid=11095] ppid=11094 vsize=18116 CPUtime=99.09
/proc/11095/stat : 11095 (minisat) R 11094 11047 10102 0 -1 4194304 4371 0 0 0 9906 3 0 0 25 0 1 0 5457642 18550784 4357 996147200 134512640 135127466 4294956256 18446744073709551615 134530654 0 0 4096 3 0 0 0 17 0 0 0
/proc/11095/statm: 4529 4357 75 150 0 4376 0
Current children cumulated CPU time (s) 101.1
Current children cumulated vsize (KiB) 37200

[startup+162.302 s]
/proc/loadavg: 2.87 2.75 2.63 3/83 11095
/proc/meminfo: memFree=1097872/2055920 swapFree=4192956/4192956
[pid=11047] ppid=11045 vsize=13728 CPUtime=2.01
/proc/11047/stat : 11047 (sugar) S 11045 11047 10102 0 -1 4194304 1297 23203 0 4 4 1 181 15 16 0 1 0 5457365 14057472 811 996147200 4194304 4206940 548682068592 18446744073709551615 217060520034 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/11047/statm: 3432 811 374 3 0 532 0
[pid=11094] ppid=11047 vsize=5356 CPUtime=0
/proc/11094/stat : 11094 (sh) S 11047 11047 10102 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 5457639 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 217051620164 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11094/statm: 1339 232 193 169 0 50 0
[pid=11095] ppid=11094 vsize=19060 CPUtime=158.84
/proc/11095/stat : 11095 (minisat) R 11094 11047 10102 0 -1 4194304 4624 0 0 0 15881 3 0 0 25 0 1 0 5457642 19517440 4610 996147200 134512640 135127466 4294956256 18446744073709551615 134530941 0 0 4096 3 0 0 0 17 0 0 0
/proc/11095/statm: 4765 4610 75 150 0 4612 0
Current children cumulated CPU time (s) 160.85
Current children cumulated vsize (KiB) 38144

[startup+222.303 s]
/proc/loadavg: 2.70 2.73 2.63 4/83 11095
/proc/meminfo: memFree=1096400/2055920 swapFree=4192956/4192956
[pid=11047] ppid=11045 vsize=13728 CPUtime=2.01
/proc/11047/stat : 11047 (sugar) S 11045 11047 10102 0 -1 4194304 1297 23203 0 4 4 1 181 15 16 0 1 0 5457365 14057472 811 996147200 4194304 4206940 548682068592 18446744073709551615 217060520034 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/11047/statm: 3432 811 374 3 0 532 0
[pid=11094] ppid=11047 vsize=5356 CPUtime=0
/proc/11094/stat : 11094 (sh) S 11047 11047 10102 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 5457639 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 217051620164 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11094/statm: 1339 232 193 169 0 50 0
[pid=11095] ppid=11094 vsize=20532 CPUtime=218.59
/proc/11095/stat : 11095 (minisat) R 11094 11047 10102 0 -1 4194304 4990 0 0 0 21856 3 0 0 25 0 1 0 5457642 21024768 4976 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/11095/statm: 5133 4976 75 150 0 4980 0
Current children cumulated CPU time (s) 220.6
Current children cumulated vsize (KiB) 39616

[startup+282.301 s]
/proc/loadavg: 2.76 2.73 2.64 4/83 11095
/proc/meminfo: memFree=1094864/2055920 swapFree=4192956/4192956
[pid=11047] ppid=11045 vsize=13728 CPUtime=2.01
/proc/11047/stat : 11047 (sugar) S 11045 11047 10102 0 -1 4194304 1297 23203 0 4 4 1 181 15 16 0 1 0 5457365 14057472 811 996147200 4194304 4206940 548682068592 18446744073709551615 217060520034 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/11047/statm: 3432 811 374 3 0 532 0
[pid=11094] ppid=11047 vsize=5356 CPUtime=0
/proc/11094/stat : 11094 (sh) S 11047 11047 10102 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 5457639 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 217051620164 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11094/statm: 1339 232 193 169 0 50 0
[pid=11095] ppid=11094 vsize=22100 CPUtime=278.35
/proc/11095/stat : 11095 (minisat) R 11094 11047 10102 0 -1 4194304 5360 0 0 0 27831 4 0 0 25 0 1 0 5457642 22630400 5346 996147200 134512640 135127466 4294956256 18446744073709551615 134530692 0 0 4096 3 0 0 0 17 0 0 0
/proc/11095/statm: 5525 5346 75 150 0 5372 0
Current children cumulated CPU time (s) 280.36

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

/proc/meminfo: memFree=1077120/2055920 swapFree=4192956/4192956
[pid=11047] ppid=11045 vsize=13728 CPUtime=2.01
/proc/11047/stat : 11047 (sugar) S 11045 11047 10102 0 -1 4194304 1297 23203 0 4 4 1 181 15 16 0 1 0 5457365 14057472 811 996147200 4194304 4206940 548682068592 18446744073709551615 217060520034 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/11047/statm: 3432 811 374 3 0 532 0
[pid=11094] ppid=11047 vsize=5356 CPUtime=0
/proc/11094/stat : 11094 (sh) S 11047 11047 10102 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 5457639 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 217051620164 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11094/statm: 1339 232 193 169 0 50 0
[pid=11095] ppid=11094 vsize=43368 CPUtime=3086
/proc/11095/stat : 11095 (minisat) R 11094 11047 10102 0 -1 4194304 10312 0 0 0 308565 35 0 0 25 0 1 0 5457642 44408832 10298 996147200 134512640 135127466 4294956256 18446744073709551615 134530938 0 0 4096 3 0 0 0 17 0 0 0
/proc/11095/statm: 10842 10298 75 150 0 10689 0
Current children cumulated CPU time (s) 3088.01
Current children cumulated vsize (KiB) 62452

[startup+3162.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/77 11156
/proc/meminfo: memFree=1077120/2055920 swapFree=4192956/4192956
[pid=11047] ppid=11045 vsize=13728 CPUtime=2.01
/proc/11047/stat : 11047 (sugar) S 11045 11047 10102 0 -1 4194304 1297 23203 0 4 4 1 181 15 16 0 1 0 5457365 14057472 811 996147200 4194304 4206940 548682068592 18446744073709551615 217060520034 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/11047/statm: 3432 811 374 3 0 532 0
[pid=11094] ppid=11047 vsize=5356 CPUtime=0
/proc/11094/stat : 11094 (sh) S 11047 11047 10102 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 5457639 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 217051620164 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11094/statm: 1339 232 193 169 0 50 0
[pid=11095] ppid=11094 vsize=43368 CPUtime=3145.74
/proc/11095/stat : 11095 (minisat) R 11094 11047 10102 0 -1 4194304 10312 0 0 0 314539 35 0 0 25 0 1 0 5457642 44408832 10298 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/11095/statm: 10842 10298 75 150 0 10689 0
Current children cumulated CPU time (s) 3147.75
Current children cumulated vsize (KiB) 62452

[startup+3222.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/77 11156
/proc/meminfo: memFree=1077120/2055920 swapFree=4192956/4192956
[pid=11047] ppid=11045 vsize=13728 CPUtime=2.01
/proc/11047/stat : 11047 (sugar) S 11045 11047 10102 0 -1 4194304 1297 23203 0 4 4 1 181 15 16 0 1 0 5457365 14057472 811 996147200 4194304 4206940 548682068592 18446744073709551615 217060520034 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/11047/statm: 3432 811 374 3 0 532 0
[pid=11094] ppid=11047 vsize=5356 CPUtime=0
/proc/11094/stat : 11094 (sh) S 11047 11047 10102 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 5457639 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 217051620164 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11094/statm: 1339 232 193 169 0 50 0
[pid=11095] ppid=11094 vsize=43368 CPUtime=3205.46
/proc/11095/stat : 11095 (minisat) R 11094 11047 10102 0 -1 4194304 10317 0 0 0 320511 35 0 0 25 0 1 0 5457642 44408832 10303 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/11095/statm: 10842 10303 75 150 0 10689 0
Current children cumulated CPU time (s) 3207.47
Current children cumulated vsize (KiB) 62452

[startup+3282.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/77 11156
/proc/meminfo: memFree=1074688/2055920 swapFree=4192956/4192956
[pid=11047] ppid=11045 vsize=13728 CPUtime=2.01
/proc/11047/stat : 11047 (sugar) S 11045 11047 10102 0 -1 4194304 1297 23203 0 4 4 1 181 15 16 0 1 0 5457365 14057472 811 996147200 4194304 4206940 548682068592 18446744073709551615 217060520034 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/11047/statm: 3432 811 374 3 0 532 0
[pid=11094] ppid=11047 vsize=5356 CPUtime=0
/proc/11094/stat : 11094 (sh) S 11047 11047 10102 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 5457639 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 217051620164 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11094/statm: 1339 232 193 169 0 50 0
[pid=11095] ppid=11094 vsize=43368 CPUtime=3265.19
/proc/11095/stat : 11095 (minisat) R 11094 11047 10102 0 -1 4194304 10322 0 0 0 326484 35 0 0 25 0 1 0 5457642 44408832 10308 996147200 134512640 135127466 4294956256 18446744073709551615 134531095 0 0 4096 3 0 0 0 17 0 0 0
/proc/11095/statm: 10842 10308 75 150 0 10689 0
Current children cumulated CPU time (s) 3267.2
Current children cumulated vsize (KiB) 62452

[startup+3342.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/77 11156
/proc/meminfo: memFree=1068928/2055920 swapFree=4192956/4192956
[pid=11047] ppid=11045 vsize=13728 CPUtime=2.01
/proc/11047/stat : 11047 (sugar) S 11045 11047 10102 0 -1 4194304 1297 23203 0 4 4 1 181 15 16 0 1 0 5457365 14057472 811 996147200 4194304 4206940 548682068592 18446744073709551615 217060520034 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/11047/statm: 3432 811 374 3 0 532 0
[pid=11094] ppid=11047 vsize=5356 CPUtime=0
/proc/11094/stat : 11094 (sh) S 11047 11047 10102 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 5457639 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 217051620164 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11094/statm: 1339 232 193 169 0 50 0
[pid=11095] ppid=11094 vsize=43532 CPUtime=3324.92
/proc/11095/stat : 11095 (minisat) R 11094 11047 10102 0 -1 4194304 10358 0 0 0 332456 36 0 0 25 0 1 0 5457642 44576768 10344 996147200 134512640 135127466 4294956256 18446744073709551615 134530828 0 0 4096 3 0 0 0 17 0 0 0
/proc/11095/statm: 10883 10344 75 150 0 10730 0
Current children cumulated CPU time (s) 3326.93
Current children cumulated vsize (KiB) 62616

[startup+3402.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/77 11156
/proc/meminfo: memFree=1066432/2055920 swapFree=4192956/4192956
[pid=11047] ppid=11045 vsize=13728 CPUtime=2.01
/proc/11047/stat : 11047 (sugar) S 11045 11047 10102 0 -1 4194304 1297 23203 0 4 4 1 181 15 16 0 1 0 5457365 14057472 811 996147200 4194304 4206940 548682068592 18446744073709551615 217060520034 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/11047/statm: 3432 811 374 3 0 532 0
[pid=11094] ppid=11047 vsize=5356 CPUtime=0
/proc/11094/stat : 11094 (sh) S 11047 11047 10102 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 5457639 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 217051620164 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11094/statm: 1339 232 193 169 0 50 0
[pid=11095] ppid=11094 vsize=43532 CPUtime=3384.66
/proc/11095/stat : 11095 (minisat) R 11094 11047 10102 0 -1 4194304 10361 0 0 0 338430 36 0 0 25 0 1 0 5457642 44576768 10347 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/11095/statm: 10883 10347 75 150 0 10730 0
Current children cumulated CPU time (s) 3386.67
Current children cumulated vsize (KiB) 62616

[startup+3462.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/77 11156
/proc/meminfo: memFree=1065856/2055920 swapFree=4192956/4192956
[pid=11047] ppid=11045 vsize=13728 CPUtime=2.01
/proc/11047/stat : 11047 (sugar) S 11045 11047 10102 0 -1 4194304 1297 23203 0 4 4 1 181 15 16 0 1 0 5457365 14057472 811 996147200 4194304 4206940 548682068592 18446744073709551615 217060520034 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/11047/statm: 3432 811 374 3 0 532 0
[pid=11094] ppid=11047 vsize=5356 CPUtime=0
/proc/11094/stat : 11094 (sh) S 11047 11047 10102 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 5457639 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 217051620164 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11094/statm: 1339 232 193 169 0 50 0
[pid=11095] ppid=11094 vsize=43672 CPUtime=3444.39
/proc/11095/stat : 11095 (minisat) R 11094 11047 10102 0 -1 4194304 10403 0 0 0 344403 36 0 0 25 0 1 0 5457642 44720128 10389 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/11095/statm: 10918 10389 75 150 0 10765 0
Current children cumulated CPU time (s) 3446.4
Current children cumulated vsize (KiB) 62756

[startup+3522.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/77 11156
/proc/meminfo: memFree=1065216/2055920 swapFree=4192956/4192956
[pid=11047] ppid=11045 vsize=13728 CPUtime=2.01
/proc/11047/stat : 11047 (sugar) S 11045 11047 10102 0 -1 4194304 1297 23203 0 4 4 1 181 15 16 0 1 0 5457365 14057472 811 996147200 4194304 4206940 548682068592 18446744073709551615 217060520034 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/11047/statm: 3432 811 374 3 0 532 0
[pid=11094] ppid=11047 vsize=5356 CPUtime=0
/proc/11094/stat : 11094 (sh) S 11047 11047 10102 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 5457639 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 217051620164 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11094/statm: 1339 232 193 169 0 50 0
[pid=11095] ppid=11094 vsize=43896 CPUtime=3504.13
/proc/11095/stat : 11095 (minisat) R 11094 11047 10102 0 -1 4194304 10441 0 0 0 350377 36 0 0 25 0 1 0 5457642 44949504 10427 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/11095/statm: 10974 10427 75 150 0 10821 0
Current children cumulated CPU time (s) 3506.14
Current children cumulated vsize (KiB) 62980

[startup+3582.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/77 11156
/proc/meminfo: memFree=1064896/2055920 swapFree=4192956/4192956
[pid=11047] ppid=11045 vsize=13728 CPUtime=2.01
/proc/11047/stat : 11047 (sugar) S 11045 11047 10102 0 -1 4194304 1297 23203 0 4 4 1 181 15 16 0 1 0 5457365 14057472 811 996147200 4194304 4206940 548682068592 18446744073709551615 217060520034 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/11047/statm: 3432 811 374 3 0 532 0
[pid=11094] ppid=11047 vsize=5356 CPUtime=0
/proc/11094/stat : 11094 (sh) S 11047 11047 10102 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 5457639 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 217051620164 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11094/statm: 1339 232 193 169 0 50 0
[pid=11095] ppid=11094 vsize=43896 CPUtime=3563.88
/proc/11095/stat : 11095 (minisat) R 11094 11047 10102 0 -1 4194304 10456 0 0 0 356351 37 0 0 25 0 1 0 5457642 44949504 10442 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/11095/statm: 10974 10442 75 150 0 10821 0
Current children cumulated CPU time (s) 3565.89
Current children cumulated vsize (KiB) 62980



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3616.6 s]
/proc/loadavg: 2.00 2.00 2.00 3/77 11156
/proc/meminfo: memFree=1064832/2055920 swapFree=4192956/4192956
[pid=11047] ppid=11045 vsize=13728 CPUtime=2.01
/proc/11047/stat : 11047 (sugar) S 11045 11047 10102 0 -1 4194304 1297 23203 0 4 4 1 181 15 16 0 1 0 5457365 14057472 811 996147200 4194304 4206940 548682068592 18446744073709551615 217060520034 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/11047/statm: 3432 811 374 3 0 532 0
[pid=11094] ppid=11047 vsize=5356 CPUtime=0
/proc/11094/stat : 11094 (sh) S 11047 11047 10102 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 5457639 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 217051620164 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11094/statm: 1339 232 193 169 0 50 0
[pid=11095] ppid=11094 vsize=44060 CPUtime=3598.02
/proc/11095/stat : 11095 (minisat) R 11094 11047 10102 0 -1 4194304 10470 0 0 0 359765 37 0 0 25 0 1 0 5457642 45117440 10456 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/11095/statm: 11015 10456 75 150 0 10862 0
Current children cumulated CPU time (s) 3600.03
Current children cumulated vsize (KiB) 63144

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:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 11047 and gives
#  childrusage.ru_utime.tv_sec=1
#  childrusage.ru_utime.tv_usec=861716
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=171973
# CPU time returned by wait4() is 2.03369
# while last known CPU time is 3600.03
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 3616.62
CPU time (s): 3600.03
CPU user time (s): 3599.5
CPU system time (s): 0.53
CPU usage (%): 99.5414
Max. virtual memory (cumulated for all children) (KiB): 887444

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1.86172
system time used= 0.171973
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 24843
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= 2614
involuntary context switches= 3093

runsolver used 3.9654 second user time and 10.0795 second system time

The end

Launcher Data (download as text)

Begin job on node59 at 2008-07-23 05:28:19
IDJOB=1128388
IDBENCH=65323
IDSOLVER=368
FILE ID=node59/1128388-1216783699
PBS_JOBID= 7974162
Free space on /tmp= 66560 MiB

SOLVER NAME= Sugar v1.13+minisat
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 -c -vv -java="java -Xmx700M" -jar="DIR/sugar-v1-13.jar" -solver="DIR/minisat" -tmp="TMPDIR/temp" BENCHNAME
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1128388-1216783699/watcher-1128388-1216783699 -o /tmp/evaluation-result-1128388-1216783699/solver-1128388-1216783699 -C 3600 -W 4000 -M 900 --output-limit 1,15  HOME/sugar -max -c -vv -java="java -Xmx700M" -jar="HOME/sugar-v1-13.jar" -solver="HOME/minisat" -tmp="HOME/temp" HOME/instance-1128388-1216783699.xml

TIME LIMIT= 3600 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= a416672c0acc5fa13a24ce93b9e86186
RANDOM SEED=853058834

node59.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.272
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.272
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:       1121544 kB
Buffers:         38304 kB
Cached:         729824 kB
SwapCached:          0 kB
Active:         505024 kB
Inactive:       353196 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1121544 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:            1332 kB
Writeback:           0 kB
Mapped:         110380 kB
Slab:            61344 kB
Committed_AS:   917612 kB
PageTables:       2020 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 node59 at 2008-07-23 06:28:36