Trace number 1128372

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.05 3633.42

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-50_ext.xml
MD5SUMb182a4087b21d674773932d1c83ec637
Bench Category2-ARY-EXT (binary constraints in extension)
Best result obtained on this benchmarkMOPT
Best Number of falsified constraints30
Best CPU time to get the best result obtained on this benchmark1464.28
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:24:31 2008
0.00/0.04	c 0	PID 9465
0.00/0.05	c 0	HOST node36.alineos.net
0.00/0.05	c 0	CONVERTING HOME/instance-1128372-1216783471.xml TO HOME/temp.csp
0.00/0.05	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1128372-1216783471.xml' 'HOME/temp.csp'
0.03/0.57	c 0	1 domains, 58 variables, 0 predicates, 309 relations, 309 constraints
0.03/0.63	c 0	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.03/0.63	c 0	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.57/0.71	c 0	Parsing HOME/temp.csp
0.57/0.87	c 1	parsed 677 expressions
0.57/0.88	c 1	Heap : 1 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.57/0.88	c 1	MAX CSP: 309 constraints
0.57/0.88	c 1	Converting to clausal form CSP
0.57/0.91	c 1	converted 99 (10%) expressions
0.57/0.91	c 1	converted 198 (20%) expressions
0.57/0.91	c 1	converted 297 (30%) expressions
0.57/0.92	c 1	converted 396 (40%) expressions
0.57/0.94	c 1	converted 495 (50%) expressions
0.57/0.95	c 1	converted 594 (60%) expressions
0.57/0.95	c 1	converted 693 (70%) expressions
0.57/0.97	c 1	converted 792 (80%) expressions
0.57/0.97	c 1	converted 891 (90%) expressions
1.03/1.13	c 1	converted 989 (100%) expressions
1.03/1.14	c 1	CSP : 676 integers, 0 booleans, 926 clauses, largest domain size 464
1.03/1.14	c 1	Heap : 2 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.03/1.14	c 1	Propagation in CSP
1.03/1.17	c 1	304 values, 0 unsatisfiable literals, and 0 valid clauses are removed
1.03/1.17	c 1	CSP : 676 integers, 0 booleans, 926 clauses, largest domain size 310
1.03/1.17	c 1	Heap : 1 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.03/1.17	c 1	Simplifing CSP by introducing new Boolean variables
1.03/1.18	c 1	CSP : 676 integers, 0 booleans, 926 clauses, largest domain size 310
1.03/1.18	c 1	Heap : 1 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.12/1.21	c 1	Encoding CSP to SAT : HOME/temp.cnf
1.12/1.22	c 1	68 (10%) CSP integer variables are encoded (174 clauses, 1816 bytes)
1.12/1.22	c 1	136 (20%) CSP integer variables are encoded (174 clauses, 1816 bytes)
1.12/1.22	c 1	203 (30%) CSP integer variables are encoded (174 clauses, 1816 bytes)
1.12/1.22	c 1	271 (40%) CSP integer variables are encoded (174 clauses, 1816 bytes)
1.12/1.22	c 1	338 (50%) CSP integer variables are encoded (174 clauses, 1816 bytes)
1.12/1.23	c 1	406 (60%) CSP integer variables are encoded (653 clauses, 7200 bytes)
1.12/1.23	c 1	474 (70%) CSP integer variables are encoded (996 clauses, 11659 bytes)
1.12/1.23	c 1	541 (80%) CSP integer variables are encoded (1536 clauses, 18679 bytes)
1.12/1.24	c 1	609 (90%) CSP integer variables are encoded (3918 clauses, 49645 bytes)
1.12/1.24	c 1	676 (100%) CSP integer variables are encoded (4612 clauses, 58667 bytes)
1.12/1.27	c 1	93 (10%) CSP clauses are encoded (5175 clauses, 68245 bytes)
1.12/1.28	c 1	186 (20%) CSP clauses are encoded (5740 clauses, 78595 bytes)
1.22/1.30	c 1	278 (30%) CSP clauses are encoded (6289 clauses, 89662 bytes)
1.22/1.32	c 1	371 (40%) CSP clauses are encoded (7226 clauses, 103940 bytes)
1.22/1.33	c 1	463 (50%) CSP clauses are encoded (13488 clauses, 214154 bytes)
1.22/1.34	c 1	556 (60%) CSP clauses are encoded (15511 clauses, 248760 bytes)
1.22/1.37	c 1	649 (70%) CSP clauses are encoded (32862 clauses, 564495 bytes)
1.31/1.42	c 1	741 (80%) CSP clauses are encoded (49516 clauses, 850429 bytes)
1.31/1.49	c 1	834 (90%) CSP clauses are encoded (85975 clauses, 1515377 bytes)
1.42/1.59	c 1	926 (100%) CSP clauses are encoded (134563 clauses, 2405282 bytes)
1.42/1.59	c 1	926 CSP clauses encoded
1.42/1.59	c 1	Writing map file : HOME/temp.map
1.42/1.60	c 1	Heap : 1 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.42/1.60	c 1	SAT : 5288 SAT variables, 134563 SAT clauses, 2405282 bytes
1.42/1.60	c 1	Heap : 1 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.51/1.62	c 1	OBJECTIVE minimize _COST
1.51/1.62	c 1	OBJECTIVE BOUND: 0 <= _COST <= 
1.51/1.62	c 1	SEARCHING: _COST <= 155
1.51/1.62	c 1	SOLVING HOME/temp.cnf
1.51/1.62	c 1	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
1.51/1.63	c 1	This is MiniSat 2.0 beta
1.51/1.63	c 1	WARNING: for repeatability, setting FPU to use double precision
1.51/1.63	c 1	============================[ Problem Statistics ]=============================
1.51/1.63	c 1	|                                                                             |
1.51/1.63	c 1	|  Number of variables:  5288                                                 |
1.51/1.63	c 1	|  Number of clauses:    134564                                               |
1.51/1.69	c 1	|  Parsing time:         0.06         s                                       |
1.54/1.72	c 1	============================[ Search Statistics ]==============================
1.54/1.72	c 1	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
1.54/1.72	c 1	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
1.54/1.72	c 1	===============================================================================
1.54/1.72	c 1	|         0 |    3902    87175   253454 |    29058        0    nan |  0.000 % |
1.54/1.74	c 1	===============================================================================
1.54/1.74	c 1	restarts              : 1
1.54/1.74	c 1	conflicts             : 68             (648 /sec)
1.54/1.74	c 1	decisions             : 525            (0.19 % random) (5001 /sec)
1.54/1.74	c 1	propagations          : 17752          (169092 /sec)
1.54/1.74	c 1	conflict literals     : 1140           (10.73 % deleted)
1.54/1.74	c 1	Memory used           : 7.11 MB
1.54/1.74	c 1	CPU time              : 0.104984 s
1.54/1.74	c 1	
1.54/1.74	c 1	SATISFIABLE
1.54/1.75	c 1	FOUND: _COST <= 155
1.54/1.75	s SATISFIABLE
1.54/1.75	c 1	DECODING HOME/temp.out WITH HOME/temp.map
1.54/1.75	c 1	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.65/1.82	c 2	Decoding HOME/temp.out
1.65/1.90	c 2	OBJECTIVE _COST 155
1.65/1.90	o 155
1.65/1.91	v 2 4 4 4 2 4 3 1 4 4 4 4 4 4 4 1 3 4 4 0 4 3 1 3 2 3 0 3 2 3 1 4 3 0 4 4 4 4 4 4 4 4 1 0 2 3 2 1 4 0 4 4 4 4 4 4 4 4
1.65/1.91	c 2	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
1.65/1.96	c 2	OBJECTIVE BOUND: 0 <= _COST <= 155
1.65/1.96	c 2	SEARCHING: _COST <= 77
1.65/1.96	c 2	SOLVING HOME/temp.cnf
1.65/1.96	c 2	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
1.65/1.96	c 2	This is MiniSat 2.0 beta
1.65/1.96	c 2	WARNING: for repeatability, setting FPU to use double precision
1.65/1.96	c 2	============================[ Problem Statistics ]=============================
1.65/1.96	c 2	|                                                                             |
1.65/1.96	c 2	|  Number of variables:  5288                                                 |
1.65/1.96	c 2	|  Number of clauses:    134564                                               |
1.82/2.03	c 2	|  Parsing time:         0.06         s                                       |
1.82/2.06	c 2	============================[ Search Statistics ]==============================
1.82/2.06	c 2	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
1.82/2.06	c 2	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
1.82/2.06	c 2	===============================================================================
1.82/2.06	c 2	|         0 |    3121    57806   167612 |    19268        0    nan |  0.000 % |
1.82/2.08	c 2	|       100 |    3120    57806   167612 |    21195       99     25 | 41.188 % |
1.95/2.10	c 2	|       253 |    3120    57806   167612 |    23315      252     26 | 41.188 % |
1.95/2.14	c 2	|       480 |    3120    57806   167612 |    25646      479     29 | 41.188 % |
1.95/2.17	c 2	|       817 |    3120    57806   167612 |    28211      816     28 | 41.188 % |
2.05/2.24	c 2	|      1323 |    3110    57535   166839 |    31032     1322     27 | 41.188 % |
2.14/2.32	c 2	|      2083 |    3110    57535   166839 |    34135     2082     31 | 41.188 % |
2.24/2.46	c 2	|      3222 |    3110    57535   166839 |    37549     3221     27 | 41.188 % |
2.24/2.49	c 2	===============================================================================
2.24/2.49	c 2	restarts              : 8
2.24/2.49	c 2	conflicts             : 3522           (6893 /sec)
2.24/2.49	c 2	decisions             : 5192           (0.67 % random) (10162 /sec)
2.24/2.49	c 2	propagations          : 974161         (1906673 /sec)
2.24/2.49	c 2	conflict literals     : 97827          (20.58 % deleted)
2.24/2.49	c 2	Memory used           : 7.23 MB
2.24/2.49	c 2	CPU time              : 0.510922 s
2.24/2.49	c 2	
2.24/2.49	c 2	SATISFIABLE
2.24/2.49	c 2	FOUND: _COST <= 77
2.24/2.49	c 2	DECODING HOME/temp.out WITH HOME/temp.map
2.24/2.49	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'
2.35/2.57	c 2	Decoding HOME/temp.out
2.35/2.66	c 2	OBJECTIVE _COST 77
2.35/2.66	o 77
2.35/2.66	v 2 4 4 1 2 3 3 3 0 4 2 4 4 0 1 4 4 3 1 4 3 1 1 3 0 2 4 0 4 2 4 2 4 0 1 3 4 0 4 4 3 1 4 0 2 4 4 3 1 0 4 4 3 0 1 2 2 3
2.35/2.67	c 2	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
2.35/2.71	c 2	OBJECTIVE BOUND: 0 <= _COST <= 77
2.35/2.71	c 2	SEARCHING: _COST <= 38
2.35/2.71	c 2	SOLVING HOME/temp.cnf
2.35/2.75	c 2	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
2.35/2.75	c 2	This is MiniSat 2.0 beta
2.35/2.75	c 2	WARNING: for repeatability, setting FPU to use double precision
2.35/2.75	c 2	============================[ Problem Statistics ]=============================
2.35/2.75	c 2	|                                                                             |
2.35/2.75	c 2	|  Number of variables:  5288                                                 |
2.35/2.75	c 2	|  Number of clauses:    134564                                               |
2.52/2.82	c 3	|  Parsing time:         0.06         s                                       |
2.52/2.86	c 3	============================[ Search Statistics ]==============================
2.52/2.86	c 3	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
2.52/2.86	c 3	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
2.52/2.86	c 3	===============================================================================
2.52/2.86	c 3	|         0 |    2609    34356    98759 |    11452        0    nan |  0.000 % |
2.52/2.87	c 3	|       101 |    2609    34356    98759 |    12597      100     17 | 50.927 % |
2.52/2.89	c 3	|       251 |    2609    34356    98759 |    13856      250     18 | 50.927 % |
2.53/2.91	c 3	|       476 |    2609    34356    98759 |    15242      475     20 | 50.927 % |
2.53/2.94	c 3	|       813 |    2595    34002    97746 |    16766      812     21 | 50.927 % |
2.53/3.00	c 3	|      1322 |    2595    34002    97746 |    18443     1321     22 | 50.927 % |
2.53/3.09	c 3	|      2081 |    2595    34002    97746 |    20287     2080     20 | 50.927 % |
2.97/3.25	c 3	|      3220 |    2595    34002    97746 |    22316     3219     19 | 50.927 % |
3.17/3.47	c 3	|      4928 |    2595    34002    97746 |    24548     4927     20 | 50.927 % |
3.56/3.81	c 4	|      7490 |    2595    34002    97746 |    27003     7489     21 | 50.927 % |
4.06/4.37	c 4	|     11335 |    2595    34002    97746 |    29703    11334     20 | 50.927 % |
5.05/5.39	c 5	|     17101 |    2595    34002    97746 |    32673    17100     19 | 50.927 % |
6.83/7.13	c 7	|     25751 |    2595    34002    97746 |    35941    25750     24 | 50.927 % |
10.98/11.32	c 11	|     38725 |    2595    34002    97746 |    39535    38724     27 | 50.927 % |
16.93/17.35	c 17	|     58187 |    2595    34002    97746 |    43488    28021     28 | 50.927 % |
27.63/28.13	c 28	|     87379 |    2595    34002    97746 |    47837    23981     26 | 50.927 % |
44.07/44.78	c 44	|    131168 |    2595    34002    97746 |    52621    29548     25 | 50.927 % |
74.38/75.35	c 75	|    196852 |    2595    34002    97746 |    57883    53531     29 | 50.927 % |
116.59/117.96	c 118	|    295380 |    2595    34002    97746 |    63672    58432     30 | 50.927 % |
188.21/190.24	c 190	|    443169 |    2595    34002    97746 |    70039    48699     31 | 50.927 % |
310.76/313.90	c 314	|    664852 |    2595    34002    97746 |    77043    35754     34 | 50.927 % |
500.97/505.95	c 506	|    997377 |    2595    34002    97746 |    84747    37786     30 | 50.927 % |
800.64/808.44	c 808	|   1496165 |    2595    34002    97746 |    93222    29923     28 | 50.927 % |
1304.67/1317.22	c 1317	|   2244348 |    2595    34002    97746 |   102544    50680     34 | 50.927 % |
2140.79/2161.24	c 2161	|   3366624 |    2595    34002    97746 |   112799   100616     32 | 50.927 % |
3419.02/3451.52	c 3451	|   5050035 |    2595    34002    97746 |   124079    93870     27 | 50.927 % |
3600.05/3633.41	c ERROR unknown output  in HOME/temp.out
3600.05/3633.41	c 3633	CPU 2.34 (0.04 0.01 2.3 0.18)
3600.05/3633.41	c 3633	END Wed Jul 23 06:25:04 2008

Verifier Data (download as text)

OK	67	242
67 unsatisfied constraints, 242 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-1128372-1216783471/watcher-1128372-1216783471 -o /tmp/evaluation-result-1128372-1216783471/solver-1128372-1216783471 -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-1128372-1216783471.xml 

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


[startup+0 s]
/proc/loadavg: 2.00 2.00 2.00 4/81 9465
/proc/meminfo: memFree=894448/2055920 swapFree=4192956/4192956
[pid=9465] ppid=9463 vsize=12000 CPUtime=0
/proc/9465/stat : 9465 (sugar) R 9463 9465 6494 0 -1 4194304 209 0 0 0 0 0 0 0 20 0 1 0 5436266 12288000 177 996147200 4194304 4206940 548682068592 18446744073709551615 240926053776 0 0 4224 0 0 0 0 17 1 0 0
/proc/9465/statm: 3000 177 138 3 0 100 0

[startup+0.0933401 s]
/proc/loadavg: 2.00 2.00 2.00 4/81 9465
/proc/meminfo: memFree=894448/2055920 swapFree=4192956/4192956
[pid=9465] ppid=9463 vsize=13600 CPUtime=0.03
/proc/9465/stat : 9465 (sugar) S 9463 9465 6494 0 -1 4194304 898 127 0 0 3 0 0 0 19 0 1 0 5436266 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 240916672610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/9465/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.101338 s]
/proc/loadavg: 2.00 2.00 2.00 4/81 9465
/proc/meminfo: memFree=894448/2055920 swapFree=4192956/4192956
[pid=9465] ppid=9463 vsize=13600 CPUtime=0.03
/proc/9465/stat : 9465 (sugar) S 9463 9465 6494 0 -1 4194304 898 127 0 0 3 0 0 0 19 0 1 0 5436266 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 240916672610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/9465/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.301356 s]
/proc/loadavg: 2.00 2.00 2.00 4/81 9465
/proc/meminfo: memFree=894448/2055920 swapFree=4192956/4192956
[pid=9465] ppid=9463 vsize=13600 CPUtime=0.03
/proc/9465/stat : 9465 (sugar) S 9463 9465 6494 0 -1 4194304 898 127 0 0 3 0 0 0 19 0 1 0 5436266 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 240916672610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/9465/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.7014 s]
/proc/loadavg: 2.00 2.00 2.00 4/81 9465
/proc/meminfo: memFree=894448/2055920 swapFree=4192956/4192956
[pid=9465] ppid=9463 vsize=13600 CPUtime=0.57
/proc/9465/stat : 9465 (sugar) S 9463 9465 6494 0 -1 4194304 957 4632 0 1 3 1 51 2 16 0 1 0 5436266 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 240916672610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/9465/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 0.57
Current children cumulated vsize (KiB) 13600

[startup+1.50248 s]
/proc/loadavg: 2.00 2.00 2.00 3/92 9487
/proc/meminfo: memFree=885208/2055920 swapFree=4192956/4192956
[pid=9465] ppid=9463 vsize=13600 CPUtime=0.57
/proc/9465/stat : 9465 (sugar) S 9463 9465 6494 0 -1 4194304 974 4632 0 1 3 1 51 2 15 0 1 0 5436266 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 240916672610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/9465/statm: 3400 797 370 3 0 500 0
[pid=9478] ppid=9465 vsize=5356 CPUtime=0
/proc/9478/stat : 9478 (sh) S 9465 9465 6494 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 5436329 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 240907772740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/9478/statm: 1339 233 193 169 0 50 0
[pid=9479] ppid=9478 vsize=868508 CPUtime=0.85
/proc/9479/stat : 9479 (java) S 9478 9465 6494 0 -1 0 6571 0 1 0 79 6 0 0 18 0 9 0 5436329 889352192 5756 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/9479/statm: 217127 5756 2564 9 0 211674 0
[pid=9479/tid=9480] ppid=9478 vsize=868508 CPUtime=0.51
/proc/9479/task/9480/stat : 9480 (java) R 9478 9465 6494 0 -1 64 2759 0 1 0 49 2 0 0 20 0 9 0 5436330 889352192 5756 996147200 134512640 134550740 4294955936 18446744073709551615 4126647522 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9479/tid=9481] ppid=9478 vsize=868508 CPUtime=0.06
/proc/9479/task/9481/stat : 9481 (java) S 9478 9465 6494 0 -1 64 1626 0 0 0 6 0 0 0 16 0 9 0 5436331 889352192 5756 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=9479/tid=9482] ppid=9478 vsize=868508 CPUtime=0
/proc/9479/task/9482/stat : 9482 (java) S 9478 9465 6494 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 5436331 889352192 5756 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9479/tid=9483] ppid=9478 vsize=868508 CPUtime=0
/proc/9479/task/9483/stat : 9483 (java) S 9478 9465 6494 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 5436331 889352192 5756 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9479/tid=9484] ppid=9478 vsize=868508 CPUtime=0
/proc/9479/task/9484/stat : 9484 (java) S 9478 9465 6494 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 5436333 889352192 5756 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9479/tid=9485] ppid=9478 vsize=868508 CPUtime=0.24
/proc/9479/task/9485/stat : 9485 (java) S 9478 9465 6494 0 -1 64 1494 0 0 0 23 1 0 0 16 0 9 0 5436333 889352192 5756 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9479/tid=9486] ppid=9478 vsize=868508 CPUtime=0
/proc/9479/task/9486/stat : 9486 (java) S 9478 9465 6494 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 5436333 889352192 5756 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9479/tid=9487] ppid=9478 vsize=868508 CPUtime=0
/proc/9479/task/9487/stat : 9487 (java) S 9478 9465 6494 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 5436333 889352192 5756 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.42
Current children cumulated vsize (KiB) 887464

[startup+3.10264 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 9501
/proc/meminfo: memFree=882968/2055920 swapFree=4192956/4192956
[pid=9465] ppid=9463 vsize=13728 CPUtime=2.53
/proc/9465/stat : 9465 (sugar) S 9463 9465 6494 0 -1 4194304 1297 23205 0 4 4 1 230 18 15 0 1 0 5436266 14057472 811 996147200 4194304 4206940 548682068592 18446744073709551615 240916672610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/9465/statm: 3432 811 374 3 0 532 0
Current children cumulated CPU time (s) 2.53
Current children cumulated vsize (KiB) 13728

[startup+6.30196 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 9513
/proc/meminfo: memFree=882584/2055920 swapFree=4192956/4192956
[pid=9465] ppid=9463 vsize=13728 CPUtime=2.53
/proc/9465/stat : 9465 (sugar) S 9463 9465 6494 0 -1 4194304 1297 23205 0 4 4 1 230 18 16 0 1 0 5436266 14057472 811 996147200 4194304 4206940 548682068592 18446744073709551615 240916672610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/9465/statm: 3432 811 374 3 0 532 0
[pid=9512] ppid=9465 vsize=5356 CPUtime=0
/proc/9512/stat : 9512 (sh) S 9465 9465 6494 0 -1 4194304 277 0 0 0 0 0 0 0 15 0 1 0 5436541 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 240907772740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/9512/statm: 1339 232 193 169 0 50 0
[pid=9513] ppid=9512 vsize=7808 CPUtime=3.51
/proc/9513/stat : 9513 (minisat) R 9512 9465 6494 0 -1 4194304 1861 0 0 0 350 1 0 0 25 0 1 0 5436541 7995392 1847 996147200 134512640 135127466 4294956256 18446744073709551615 134530644 0 0 4096 3 0 0 0 17 1 0 0
/proc/9513/statm: 1952 1847 75 150 0 1799 0
Current children cumulated CPU time (s) 6.04
Current children cumulated vsize (KiB) 26892

[startup+12.7016 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 9513
/proc/meminfo: memFree=879192/2055920 swapFree=4192956/4192956
[pid=9465] ppid=9463 vsize=13728 CPUtime=2.53
/proc/9465/stat : 9465 (sugar) S 9463 9465 6494 0 -1 4194304 1297 23205 0 4 4 1 230 18 16 0 1 0 5436266 14057472 811 996147200 4194304 4206940 548682068592 18446744073709551615 240916672610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/9465/statm: 3432 811 374 3 0 532 0
[pid=9512] ppid=9465 vsize=5356 CPUtime=0
/proc/9512/stat : 9512 (sh) S 9465 9465 6494 0 -1 4194304 277 0 0 0 0 0 0 0 15 0 1 0 5436541 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 240907772740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/9512/statm: 1339 232 193 169 0 50 0
[pid=9513] ppid=9512 vsize=11240 CPUtime=9.85
/proc/9513/stat : 9513 (minisat) R 9512 9465 6494 0 -1 4194304 2711 0 0 0 983 2 0 0 25 0 1 0 5436541 11509760 2697 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/9513/statm: 2810 2697 75 150 0 2657 0
Current children cumulated CPU time (s) 12.38
Current children cumulated vsize (KiB) 30324

[startup+25.5019 s]
/proc/loadavg: 2.00 2.00 2.00 4/84 9513
/proc/meminfo: memFree=877784/2055920 swapFree=4192956/4192956
[pid=9465] ppid=9463 vsize=13728 CPUtime=2.53
/proc/9465/stat : 9465 (sugar) S 9463 9465 6494 0 -1 4194304 1297 23205 0 4 4 1 230 18 16 0 1 0 5436266 14057472 811 996147200 4194304 4206940 548682068592 18446744073709551615 240916672610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/9465/statm: 3432 811 374 3 0 532 0
[pid=9512] ppid=9465 vsize=5356 CPUtime=0
/proc/9512/stat : 9512 (sh) S 9465 9465 6494 0 -1 4194304 277 0 0 0 0 0 0 0 15 0 1 0 5436541 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 240907772740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/9512/statm: 1339 232 193 169 0 50 0
[pid=9513] ppid=9512 vsize=12584 CPUtime=22.53
/proc/9513/stat : 9513 (minisat) R 9512 9465 6494 0 -1 4194304 3029 0 0 0 2251 2 0 0 25 0 1 0 5436541 12886016 3015 996147200 134512640 135127466 4294956256 18446744073709551615 134530941 0 0 4096 3 0 0 0 17 1 0 0
/proc/9513/statm: 3146 3015 75 150 0 2993 0
Current children cumulated CPU time (s) 25.06
Current children cumulated vsize (KiB) 31668

[startup+51.1014 s]
/proc/loadavg: 2.06 2.01 2.00 3/84 9513
/proc/meminfo: memFree=876952/2055920 swapFree=4192956/4192956
[pid=9465] ppid=9463 vsize=13728 CPUtime=2.53
/proc/9465/stat : 9465 (sugar) S 9463 9465 6494 0 -1 4194304 1297 23205 0 4 4 1 230 18 16 0 1 0 5436266 14057472 811 996147200 4194304 4206940 548682068592 18446744073709551615 240916672610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/9465/statm: 3432 811 374 3 0 532 0
[pid=9512] ppid=9465 vsize=5356 CPUtime=0
/proc/9512/stat : 9512 (sh) S 9465 9465 6494 0 -1 4194304 277 0 0 0 0 0 0 0 15 0 1 0 5436541 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 240907772740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/9512/statm: 1339 232 193 169 0 50 0
[pid=9513] ppid=9512 vsize=13420 CPUtime=47.88
/proc/9513/stat : 9513 (minisat) R 9512 9465 6494 0 -1 4194304 3239 0 0 0 4786 2 0 0 25 0 1 0 5436541 13742080 3225 996147200 134512640 135127466 4294956256 18446744073709551615 134530692 0 0 4096 3 0 0 0 17 1 0 0
/proc/9513/statm: 3355 3225 75 150 0 3202 0
Current children cumulated CPU time (s) 50.41
Current children cumulated vsize (KiB) 32504

[startup+102.307 s]
/proc/loadavg: 2.08 2.03 2.00 3/84 9513
/proc/meminfo: memFree=873752/2055920 swapFree=4192956/4192956
[pid=9465] ppid=9463 vsize=13728 CPUtime=2.53
/proc/9465/stat : 9465 (sugar) S 9463 9465 6494 0 -1 4194304 1297 23205 0 4 4 1 230 18 16 0 1 0 5436266 14057472 811 996147200 4194304 4206940 548682068592 18446744073709551615 240916672610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/9465/statm: 3432 811 374 3 0 532 0
[pid=9512] ppid=9465 vsize=5356 CPUtime=0
/proc/9512/stat : 9512 (sh) S 9465 9465 6494 0 -1 4194304 277 0 0 0 0 0 0 0 15 0 1 0 5436541 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 240907772740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/9512/statm: 1339 232 193 169 0 50 0
[pid=9513] ppid=9512 vsize=16708 CPUtime=98.61
/proc/9513/stat : 9513 (minisat) R 9512 9465 6494 0 -1 4194304 4015 0 0 0 9858 3 0 0 25 0 1 0 5436541 17108992 4001 996147200 134512640 135127466 4294956256 18446744073709551615 134530686 0 0 4096 3 0 0 0 17 1 0 0
/proc/9513/statm: 4177 4001 75 150 0 4024 0
Current children cumulated CPU time (s) 101.14
Current children cumulated vsize (KiB) 35792

[startup+162.301 s]
/proc/loadavg: 2.08 2.03 2.00 3/84 9513
/proc/meminfo: memFree=871832/2055920 swapFree=4192956/4192956
[pid=9465] ppid=9463 vsize=13728 CPUtime=2.53
/proc/9465/stat : 9465 (sugar) S 9463 9465 6494 0 -1 4194304 1297 23205 0 4 4 1 230 18 16 0 1 0 5436266 14057472 811 996147200 4194304 4206940 548682068592 18446744073709551615 240916672610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/9465/statm: 3432 811 374 3 0 532 0
[pid=9512] ppid=9465 vsize=5356 CPUtime=0
/proc/9512/stat : 9512 (sh) S 9465 9465 6494 0 -1 4194304 277 0 0 0 0 0 0 0 15 0 1 0 5436541 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 240907772740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/9512/statm: 1339 232 193 169 0 50 0
[pid=9513] ppid=9512 vsize=18476 CPUtime=158.04
/proc/9513/stat : 9513 (minisat) R 9512 9465 6494 0 -1 4194304 4425 0 0 0 15801 3 0 0 25 0 1 0 5436541 18919424 4411 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/9513/statm: 4619 4411 75 150 0 4466 0
Current children cumulated CPU time (s) 160.57
Current children cumulated vsize (KiB) 37560

[startup+222.301 s]
/proc/loadavg: 2.15 2.06 2.01 3/84 9513
/proc/meminfo: memFree=869144/2055920 swapFree=4192956/4192956
[pid=9465] ppid=9463 vsize=13728 CPUtime=2.53
/proc/9465/stat : 9465 (sugar) S 9463 9465 6494 0 -1 4194304 1297 23205 0 4 4 1 230 18 16 0 1 0 5436266 14057472 811 996147200 4194304 4206940 548682068592 18446744073709551615 240916672610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/9465/statm: 3432 811 374 3 0 532 0
[pid=9512] ppid=9465 vsize=5356 CPUtime=0
/proc/9512/stat : 9512 (sh) S 9465 9465 6494 0 -1 4194304 277 0 0 0 0 0 0 0 15 0 1 0 5436541 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 240907772740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/9512/statm: 1339 232 193 169 0 50 0
[pid=9513] ppid=9512 vsize=21444 CPUtime=217.48
/proc/9513/stat : 9513 (minisat) R 9512 9465 6494 0 -1 4194304 5163 0 0 0 21744 4 0 0 25 0 1 0 5436541 21958656 5149 996147200 134512640 135127466 4294956256 18446744073709551615 134530936 0 0 4096 3 0 0 0 17 1 0 0
/proc/9513/statm: 5361 5149 75 150 0 5208 0
Current children cumulated CPU time (s) 220.01
Current children cumulated vsize (KiB) 40528

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

[startup+3102.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 9519
/proc/meminfo: memFree=847000/2055920 swapFree=4192956/4192956
[pid=9465] ppid=9463 vsize=13728 CPUtime=2.53
/proc/9465/stat : 9465 (sugar) S 9463 9465 6494 0 -1 4194304 1297 23205 0 4 4 1 230 18 16 0 1 0 5436266 14057472 811 996147200 4194304 4206940 548682068592 18446744073709551615 240916672610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/9465/statm: 3432 811 374 3 0 532 0
[pid=9512] ppid=9465 vsize=5356 CPUtime=0
/proc/9512/stat : 9512 (sh) S 9465 9465 6494 0 -1 4194304 277 0 0 0 0 0 0 0 15 0 1 0 5436541 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 240907772740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/9512/statm: 1339 232 193 169 0 50 0
[pid=9513] ppid=9512 vsize=43580 CPUtime=3070.55
/proc/9513/stat : 9513 (minisat) R 9512 9465 6494 0 -1 4194304 10385 0 0 0 307040 15 0 0 25 0 1 0 5436541 44625920 10371 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/9513/statm: 10895 10371 75 150 0 10742 0
Current children cumulated CPU time (s) 3073.08
Current children cumulated vsize (KiB) 62664

[startup+3162.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 9519
/proc/meminfo: memFree=846936/2055920 swapFree=4192956/4192956
[pid=9465] ppid=9463 vsize=13728 CPUtime=2.53
/proc/9465/stat : 9465 (sugar) S 9463 9465 6494 0 -1 4194304 1297 23205 0 4 4 1 230 18 16 0 1 0 5436266 14057472 811 996147200 4194304 4206940 548682068592 18446744073709551615 240916672610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/9465/statm: 3432 811 374 3 0 532 0
[pid=9512] ppid=9465 vsize=5356 CPUtime=0
/proc/9512/stat : 9512 (sh) S 9465 9465 6494 0 -1 4194304 277 0 0 0 0 0 0 0 15 0 1 0 5436541 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 240907772740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/9512/statm: 1339 232 193 169 0 50 0
[pid=9513] ppid=9512 vsize=43580 CPUtime=3129.99
/proc/9513/stat : 9513 (minisat) R 9512 9465 6494 0 -1 4194304 10385 0 0 0 312984 15 0 0 25 0 1 0 5436541 44625920 10371 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/9513/statm: 10895 10371 75 150 0 10742 0
Current children cumulated CPU time (s) 3132.52
Current children cumulated vsize (KiB) 62664

[startup+3222.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 9519
/proc/meminfo: memFree=847000/2055920 swapFree=4192956/4192956
[pid=9465] ppid=9463 vsize=13728 CPUtime=2.53
/proc/9465/stat : 9465 (sugar) S 9463 9465 6494 0 -1 4194304 1297 23205 0 4 4 1 230 18 16 0 1 0 5436266 14057472 811 996147200 4194304 4206940 548682068592 18446744073709551615 240916672610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/9465/statm: 3432 811 374 3 0 532 0
[pid=9512] ppid=9465 vsize=5356 CPUtime=0
/proc/9512/stat : 9512 (sh) S 9465 9465 6494 0 -1 4194304 277 0 0 0 0 0 0 0 15 0 1 0 5436541 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 240907772740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/9512/statm: 1339 232 193 169 0 50 0
[pid=9513] ppid=9512 vsize=43580 CPUtime=3189.43
/proc/9513/stat : 9513 (minisat) R 9512 9465 6494 0 -1 4194304 10387 0 0 0 318928 15 0 0 25 0 1 0 5436541 44625920 10373 996147200 134512640 135127466 4294956256 18446744073709551615 134530581 0 0 4096 3 0 0 0 17 1 0 0
/proc/9513/statm: 10895 10373 75 150 0 10742 0
Current children cumulated CPU time (s) 3191.96
Current children cumulated vsize (KiB) 62664

[startup+3282.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 9519
/proc/meminfo: memFree=846872/2055920 swapFree=4192956/4192956
[pid=9465] ppid=9463 vsize=13728 CPUtime=2.53
/proc/9465/stat : 9465 (sugar) S 9463 9465 6494 0 -1 4194304 1297 23205 0 4 4 1 230 18 16 0 1 0 5436266 14057472 811 996147200 4194304 4206940 548682068592 18446744073709551615 240916672610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/9465/statm: 3432 811 374 3 0 532 0
[pid=9512] ppid=9465 vsize=5356 CPUtime=0
/proc/9512/stat : 9512 (sh) S 9465 9465 6494 0 -1 4194304 277 0 0 0 0 0 0 0 15 0 1 0 5436541 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 240907772740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/9512/statm: 1339 232 193 169 0 50 0
[pid=9513] ppid=9512 vsize=43580 CPUtime=3248.87
/proc/9513/stat : 9513 (minisat) R 9512 9465 6494 0 -1 4194304 10392 0 0 0 324872 15 0 0 25 0 1 0 5436541 44625920 10378 996147200 134512640 135127466 4294956256 18446744073709551615 134530635 0 0 4096 3 0 0 0 17 1 0 0
/proc/9513/statm: 10895 10378 75 150 0 10742 0
Current children cumulated CPU time (s) 3251.4
Current children cumulated vsize (KiB) 62664

[startup+3342.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 9521
/proc/meminfo: memFree=846744/2055920 swapFree=4192956/4192956
[pid=9465] ppid=9463 vsize=13728 CPUtime=2.53
/proc/9465/stat : 9465 (sugar) S 9463 9465 6494 0 -1 4194304 1297 23205 0 4 4 1 230 18 16 0 1 0 5436266 14057472 811 996147200 4194304 4206940 548682068592 18446744073709551615 240916672610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/9465/statm: 3432 811 374 3 0 532 0
[pid=9512] ppid=9465 vsize=5356 CPUtime=0
/proc/9512/stat : 9512 (sh) S 9465 9465 6494 0 -1 4194304 277 0 0 0 0 0 0 0 15 0 1 0 5436541 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 240907772740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/9512/statm: 1339 232 193 169 0 50 0
[pid=9513] ppid=9512 vsize=43580 CPUtime=3308.31
/proc/9513/stat : 9513 (minisat) R 9512 9465 6494 0 -1 4194304 10397 0 0 0 330815 16 0 0 25 0 1 0 5436541 44625920 10383 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/9513/statm: 10895 10383 75 150 0 10742 0
Current children cumulated CPU time (s) 3310.84
Current children cumulated vsize (KiB) 62664

[startup+3402.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 9521
/proc/meminfo: memFree=846552/2055920 swapFree=4192956/4192956
[pid=9465] ppid=9463 vsize=13728 CPUtime=2.53
/proc/9465/stat : 9465 (sugar) S 9463 9465 6494 0 -1 4194304 1297 23205 0 4 4 1 230 18 16 0 1 0 5436266 14057472 811 996147200 4194304 4206940 548682068592 18446744073709551615 240916672610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/9465/statm: 3432 811 374 3 0 532 0
[pid=9512] ppid=9465 vsize=5356 CPUtime=0
/proc/9512/stat : 9512 (sh) S 9465 9465 6494 0 -1 4194304 277 0 0 0 0 0 0 0 15 0 1 0 5436541 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 240907772740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/9512/statm: 1339 232 193 169 0 50 0
[pid=9513] ppid=9512 vsize=43824 CPUtime=3367.75
/proc/9513/stat : 9513 (minisat) R 9512 9465 6494 0 -1 4194304 10446 0 0 0 336759 16 0 0 25 0 1 0 5436541 44875776 10432 996147200 134512640 135127466 4294956256 18446744073709551615 134523430 0 0 4096 3 0 0 0 17 1 0 0
/proc/9513/statm: 10956 10432 75 150 0 10803 0
Current children cumulated CPU time (s) 3370.28
Current children cumulated vsize (KiB) 62908

[startup+3462.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 9521
/proc/meminfo: memFree=846104/2055920 swapFree=4192956/4192956
[pid=9465] ppid=9463 vsize=13728 CPUtime=2.53
/proc/9465/stat : 9465 (sugar) S 9463 9465 6494 0 -1 4194304 1297 23205 0 4 4 1 230 18 16 0 1 0 5436266 14057472 811 996147200 4194304 4206940 548682068592 18446744073709551615 240916672610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/9465/statm: 3432 811 374 3 0 532 0
[pid=9512] ppid=9465 vsize=5356 CPUtime=0
/proc/9512/stat : 9512 (sh) S 9465 9465 6494 0 -1 4194304 277 0 0 0 0 0 0 0 15 0 1 0 5436541 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 240907772740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/9512/statm: 1339 232 193 169 0 50 0
[pid=9513] ppid=9512 vsize=44200 CPUtime=3427.18
/proc/9513/stat : 9513 (minisat) R 9512 9465 6494 0 -1 4194304 10523 0 0 0 342702 16 0 0 25 0 1 0 5436541 45260800 10509 996147200 134512640 135127466 4294956256 18446744073709551615 134530654 0 0 4096 3 0 0 0 17 1 0 0
/proc/9513/statm: 11050 10509 75 150 0 10897 0
Current children cumulated CPU time (s) 3429.71
Current children cumulated vsize (KiB) 63284

[startup+3522.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 9521
/proc/meminfo: memFree=846104/2055920 swapFree=4192956/4192956
[pid=9465] ppid=9463 vsize=13728 CPUtime=2.53
/proc/9465/stat : 9465 (sugar) S 9463 9465 6494 0 -1 4194304 1297 23205 0 4 4 1 230 18 16 0 1 0 5436266 14057472 811 996147200 4194304 4206940 548682068592 18446744073709551615 240916672610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/9465/statm: 3432 811 374 3 0 532 0
[pid=9512] ppid=9465 vsize=5356 CPUtime=0
/proc/9512/stat : 9512 (sh) S 9465 9465 6494 0 -1 4194304 277 0 0 0 0 0 0 0 15 0 1 0 5436541 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 240907772740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/9512/statm: 1339 232 193 169 0 50 0
[pid=9513] ppid=9512 vsize=44200 CPUtime=3486.62
/proc/9513/stat : 9513 (minisat) R 9512 9465 6494 0 -1 4194304 10537 0 0 0 348646 16 0 0 25 0 1 0 5436541 45260800 10523 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/9513/statm: 11050 10523 75 150 0 10897 0
Current children cumulated CPU time (s) 3489.15
Current children cumulated vsize (KiB) 63284

[startup+3582.3 s]
/proc/loadavg: 1.96 1.98 1.99 3/84 9562
/proc/meminfo: memFree=846224/2055920 swapFree=4192956/4192956
[pid=9465] ppid=9463 vsize=13728 CPUtime=2.53
/proc/9465/stat : 9465 (sugar) S 9463 9465 6494 0 -1 4194304 1297 23205 0 4 4 1 230 18 16 0 1 0 5436266 14057472 811 996147200 4194304 4206940 548682068592 18446744073709551615 240916672610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/9465/statm: 3432 811 374 3 0 532 0
[pid=9512] ppid=9465 vsize=5356 CPUtime=0
/proc/9512/stat : 9512 (sh) S 9465 9465 6494 0 -1 4194304 277 0 0 0 0 0 0 0 15 0 1 0 5436541 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 240907772740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/9512/statm: 1339 232 193 169 0 50 0
[pid=9513] ppid=9512 vsize=44444 CPUtime=3546.43
/proc/9513/stat : 9513 (minisat) R 9512 9465 6494 0 -1 4194304 10583 0 0 0 354626 17 0 0 25 0 1 0 5436541 45510656 10569 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/9513/statm: 11111 10569 75 150 0 10958 0
Current children cumulated CPU time (s) 3548.96
Current children cumulated vsize (KiB) 63528



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3633.4 s]
/proc/loadavg: 1.98 1.98 1.99 3/84 9562
/proc/meminfo: memFree=846096/2055920 swapFree=4192956/4192956
[pid=9465] ppid=9463 vsize=13728 CPUtime=2.53
/proc/9465/stat : 9465 (sugar) S 9463 9465 6494 0 -1 4194304 1297 23205 0 4 4 1 230 18 16 0 1 0 5436266 14057472 811 996147200 4194304 4206940 548682068592 18446744073709551615 240916672610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/9465/statm: 3432 811 374 3 0 532 0
[pid=9512] ppid=9465 vsize=5356 CPUtime=0
/proc/9512/stat : 9512 (sh) S 9465 9465 6494 0 -1 4194304 277 0 0 0 0 0 0 0 15 0 1 0 5436541 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 240907772740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/9512/statm: 1339 232 193 169 0 50 0
[pid=9513] ppid=9512 vsize=44444 CPUtime=3597.52
/proc/9513/stat : 9513 (minisat) R 9512 9465 6494 0 -1 4194304 10584 0 0 0 359735 17 0 0 25 0 1 0 5436541 45510656 10570 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/9513/statm: 11111 10570 75 150 0 10958 0
Current children cumulated CPU time (s) 3600.05
Current children cumulated vsize (KiB) 63528

Sending SIGTERM to process tree (bottom up)
SSolver 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 9465 and gives
#  childrusage.ru_utime.tv_sec=2
#  childrusage.ru_utime.tv_usec=345643
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=200969
# CPU time returned by wait4() is 2.54661
# while last known CPU time is 3600.05
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 3633.42
CPU time (s): 3600.05
CPU user time (s): 3599.69
CPU system time (s): 0.36
CPU usage (%): 99.0817
Max. virtual memory (cumulated for all children) (KiB): 887464

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2.34564
system time used= 0.200969
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 24845
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= 2574
involuntary context switches= 2422

runsolver used 3.73343 second user time and 12.7251 second system time

The end

Launcher Data (download as text)

Begin job on node36 at 2008-07-23 05:24:31
IDJOB=1128372
IDBENCH=65305
IDSOLVER=368
FILE ID=node36/1128372-1216783471
PBS_JOBID= 7974120
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-50_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-1128372-1216783471/watcher-1128372-1216783471 -o /tmp/evaluation-result-1128372-1216783471/solver-1128372-1216783471 -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-1128372-1216783471.xml

TIME LIMIT= 3600 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= b182a4087b21d674773932d1c83ec637
RANDOM SEED=773146826

node36.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.232
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.232
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:        894928 kB
Buffers:         43444 kB
Cached:        1007904 kB
SwapCached:          0 kB
Active:         387124 kB
Inactive:       689868 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        894928 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:            1360 kB
Writeback:           0 kB
Mapped:          45748 kB
Slab:            69164 kB
Committed_AS:   142180 kB
PageTables:       1788 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 node36 at 2008-07-23 06:25:04