Trace number 1128356

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

General information on the benchmark

Namemaxcsp/kbtree/kbtree-9-2-3-5/kbtree-9-2-3-5-50/
normalized-kbtree-9-2-3-5-50-31_ext.xml
MD5SUM35ff7e6fff14fc61e98dec638c474633
Bench Category2-ARY-EXT (binary constraints in extension)
Best result obtained on this benchmarkMOPT
Best Number of falsified constraints45
Best CPU time to get the best result obtained on this benchmark364.264
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:19:46 2008
0.00/0.04	c 0	PID 7117
0.00/0.05	c 0	HOST node73.alineos.net
0.00/0.05	c 0	CONVERTING HOME/instance-1128356-1216783186.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-1128356-1216783186.xml' 'HOME/temp.csp'
0.03/0.58	c 1	1 domains, 58 variables, 0 predicates, 309 relations, 309 constraints
0.03/0.59	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.03/0.59	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.55/0.67	c 1	Parsing HOME/temp.csp
0.55/0.84	c 1	parsed 677 expressions
0.55/0.84	c 1	Heap : 1 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.55/0.85	c 1	MAX CSP: 309 constraints
0.55/0.85	c 1	Converting to clausal form CSP
0.55/0.87	c 1	converted 99 (10%) expressions
0.55/0.88	c 1	converted 198 (20%) expressions
0.55/0.88	c 1	converted 297 (30%) expressions
0.55/0.89	c 1	converted 396 (40%) expressions
0.55/0.91	c 1	converted 495 (50%) expressions
0.55/0.91	c 1	converted 594 (60%) expressions
0.55/0.93	c 1	converted 693 (70%) expressions
0.55/0.93	c 1	converted 792 (80%) expressions
0.55/0.94	c 1	converted 891 (90%) expressions
1.03/1.10	c 1	converted 989 (100%) expressions
1.03/1.10	c 1	CSP : 676 integers, 0 booleans, 926 clauses, largest domain size 464
1.03/1.10	c 1	Heap : 1 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.03/1.10	c 1	Propagation in CSP
1.03/1.14	c 1	304 values, 0 unsatisfiable literals, and 0 valid clauses are removed
1.03/1.14	c 1	CSP : 676 integers, 0 booleans, 926 clauses, largest domain size 310
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	Simplifing CSP by introducing new Boolean variables
1.03/1.14	c 1	CSP : 676 integers, 0 booleans, 926 clauses, largest domain size 310
1.03/1.14	c 1	Heap : 2 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.03/1.17	c 1	Encoding CSP to SAT : HOME/temp.cnf
1.03/1.18	c 1	68 (10%) CSP integer variables are encoded (174 clauses, 1816 bytes)
1.03/1.19	c 1	136 (20%) CSP integer variables are encoded (174 clauses, 1816 bytes)
1.03/1.19	c 1	203 (30%) CSP integer variables are encoded (174 clauses, 1816 bytes)
1.03/1.19	c 1	271 (40%) CSP integer variables are encoded (174 clauses, 1816 bytes)
1.03/1.19	c 1	338 (50%) CSP integer variables are encoded (174 clauses, 1816 bytes)
1.03/1.19	c 1	406 (60%) CSP integer variables are encoded (653 clauses, 7200 bytes)
1.13/1.20	c 1	474 (70%) CSP integer variables are encoded (996 clauses, 11659 bytes)
1.13/1.20	c 1	541 (80%) CSP integer variables are encoded (1536 clauses, 18679 bytes)
1.13/1.20	c 1	609 (90%) CSP integer variables are encoded (3918 clauses, 49645 bytes)
1.13/1.21	c 1	676 (100%) CSP integer variables are encoded (4612 clauses, 58667 bytes)
1.13/1.24	c 1	93 (10%) CSP clauses are encoded (5229 clauses, 68867 bytes)
1.13/1.25	c 2	186 (20%) CSP clauses are encoded (5841 clauses, 79559 bytes)
1.13/1.27	c 2	278 (30%) CSP clauses are encoded (6447 clauses, 91480 bytes)
1.13/1.28	c 2	371 (40%) CSP clauses are encoded (7381 clauses, 105565 bytes)
1.24/1.30	c 2	463 (50%) CSP clauses are encoded (13643 clauses, 215779 bytes)
1.24/1.30	c 2	556 (60%) CSP clauses are encoded (15666 clauses, 250385 bytes)
1.24/1.34	c 2	649 (70%) CSP clauses are encoded (33017 clauses, 566120 bytes)
1.34/1.40	c 2	741 (80%) CSP clauses are encoded (49671 clauses, 852054 bytes)
1.34/1.46	c 2	834 (90%) CSP clauses are encoded (86130 clauses, 1517002 bytes)
1.43/1.55	c 2	926 (100%) CSP clauses are encoded (134718 clauses, 2406907 bytes)
1.43/1.55	c 2	926 CSP clauses encoded
1.43/1.56	c 2	Writing map file : HOME/temp.map
1.43/1.57	c 2	Heap : 1 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.43/1.57	c 2	SAT : 5288 SAT variables, 134718 SAT clauses, 2406907 bytes
1.43/1.57	c 2	Heap : 1 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.43/1.59	c 2	OBJECTIVE minimize _COST
1.43/1.59	c 2	OBJECTIVE BOUND: 0 <= _COST <= 
1.43/1.59	c 2	SEARCHING: _COST <= 155
1.43/1.59	c 2	SOLVING HOME/temp.cnf
1.43/1.59	c 2	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
1.43/1.59	c 2	This is MiniSat 2.0 beta
1.43/1.59	c 2	WARNING: for repeatability, setting FPU to use double precision
1.43/1.59	c 2	============================[ Problem Statistics ]=============================
1.43/1.59	c 2	|                                                                             |
1.43/1.59	c 2	|  Number of variables:  5288                                                 |
1.43/1.59	c 2	|  Number of clauses:    134719                                               |
1.52/1.66	c 2	|  Parsing time:         0.06         s                                       |
1.52/1.68	c 2	============================[ Search Statistics ]==============================
1.52/1.68	c 2	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
1.52/1.68	c 2	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
1.52/1.68	c 2	===============================================================================
1.52/1.68	c 2	|         0 |    3902    87330   253816 |    29110        0    nan |  0.000 % |
1.52/1.70	c 2	===============================================================================
1.52/1.70	c 2	restarts              : 1
1.52/1.70	c 2	conflicts             : 24             (240 /sec)
1.52/1.70	c 2	decisions             : 345            (0.00 % random) (3451 /sec)
1.52/1.70	c 2	propagations          : 11333          (113348 /sec)
1.52/1.70	c 2	conflict literals     : 195            (6.25 % deleted)
1.52/1.70	c 2	Memory used           : 7.11 MB
1.52/1.70	c 2	CPU time              : 0.099984 s
1.52/1.70	c 2	
1.52/1.70	c 2	SATISFIABLE
1.52/1.70	c 2	FOUND: _COST <= 155
1.52/1.70	s SATISFIABLE
1.52/1.70	c 2	DECODING HOME/temp.out WITH HOME/temp.map
1.52/1.70	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.52/1.78	c 2	Decoding HOME/temp.out
1.63/1.86	c 2	OBJECTIVE _COST 153
1.63/1.86	o 153
1.63/1.86	v 4 3 0 4 4 4 4 3 4 2 1 4 2 4 4 4 3 4 0 3 0 1 0 3 4 2 4 3 1 2 0 4 3 3 0 4 4 4 2 4 1 3 4 1 3 2 4 4 0 2 2 4 2 1 4 0 4 1
1.63/1.87	c 2	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
1.63/1.92	c 2	OBJECTIVE BOUND: 0 <= _COST <= 153
1.63/1.92	c 2	SEARCHING: _COST <= 76
1.63/1.92	c 2	SOLVING HOME/temp.cnf
1.63/1.92	c 2	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
1.63/1.92	c 2	This is MiniSat 2.0 beta
1.63/1.92	c 2	WARNING: for repeatability, setting FPU to use double precision
1.63/1.92	c 2	============================[ Problem Statistics ]=============================
1.63/1.92	c 2	|                                                                             |
1.63/1.92	c 2	|  Number of variables:  5288                                                 |
1.63/1.92	c 2	|  Number of clauses:    134719                                               |
1.63/1.99	c 2	|  Parsing time:         0.06         s                                       |
1.80/2.02	c 2	============================[ Search Statistics ]==============================
1.80/2.02	c 2	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
1.80/2.02	c 2	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
1.80/2.02	c 2	===============================================================================
1.80/2.02	c 2	|         0 |    3108    57308   166053 |    19102        0    nan |  0.000 % |
1.80/2.05	c 2	|       100 |    3108    57308   166053 |    21012      100     18 | 41.225 % |
1.80/2.06	c 2	|       250 |    3108    57308   166053 |    23114      250     21 | 41.227 % |
1.80/2.08	c 2	|       476 |    3108    57308   166053 |    25425      476     23 | 41.225 % |
1.96/2.12	c 2	|       813 |    3108    57308   166053 |    27968      813     24 | 41.226 % |
1.96/2.17	c 2	|      1321 |    3108    57308   166053 |    30765     1321     25 | 41.226 % |
2.06/2.27	c 3	|      2080 |    3108    57308   166053 |    33841     2080     25 | 41.225 % |
2.16/2.39	c 3	|      3219 |    3108    57308   166053 |    37225     3219     24 | 41.226 % |
2.45/2.65	c 3	|      4927 |    3108    57308   166053 |    40948     4927     29 | 41.225 % |
2.85/3.06	c 3	|      7489 |    3108    57308   166053 |    45043     7489     33 | 41.226 % |
3.54/3.78	c 4	|     11333 |    3108    57308   166053 |    49547    11333     38 | 41.225 % |
4.83/5.06	c 5	|     17099 |    3108    57308   166053 |    54502    17099     40 | 41.226 % |
6.82/7.02	c 7	|     25749 |    3108    57308   166053 |    59952    25749     41 | 41.225 % |
10.48/10.79	c 11	|     38723 |    3108    57308   166053 |    65947    38723     39 | 41.225 % |
18.50/18.82	c 19	|     58184 |    3108    57308   166053 |    72542    58184     40 | 41.225 % |
30.78/31.25	c 32	|     87377 |    3108    57308   166053 |    79796    24498     37 | 41.225 % |
50.29/50.96	c 51	|    131166 |    3108    57308   166053 |    87776    68287     35 | 41.225 % |
73.87/74.75	c 75	|    196852 |    3108    57308   166053 |    96553    56451     39 | 41.226 % |
133.60/135.07	c 135	|    295378 |    3108    57308   166053 |   106209    70054     48 | 41.225 % |
235.33/237.74	c 238	|    443168 |    3108    57308   166053 |   116830    30516     45 | 41.225 % |
376.57/380.37	c 381	|    664852 |    3108    57308   166053 |   128513    41357     49 | 41.225 % |
654.72/661.16	c 661	|    997378 |    3108    57308   166053 |   141364    29561     49 | 41.225 % |
1139.20/1150.23	c 1150	|   1496167 |    3108    57308   166053 |   155500   144546     50 | 41.225 % |
1938.08/1956.70	c 1957	|   2244350 |    3108    57308   166053 |   171051    51988     41 | 41.225 % |
3327.72/3357.90	c 3358	|   3366624 |    3108    57308   166053 |   188156    85686     46 | 41.225 % |
3329.42/3359.69	c 3360	===============================================================================
3329.42/3359.69	c 3360	restarts              : 25
3329.42/3359.69	c 3360	conflicts             : 3369272        (1013 /sec)
3329.42/3359.69	c 3360	decisions             : 3770724        (0.73 % random) (1133 /sec)
3329.42/3359.69	c 3360	propagations          : 856691935      (257461 /sec)
3329.42/3359.69	c 3360	conflict literals     : 155987153      (27.07 % deleted)
3329.42/3359.69	c 3360	Memory used           : 69.33 MB
3329.42/3359.69	c 3360	CPU time              : 3327.46 s
3329.42/3359.69	c 3360	
3329.42/3359.69	c 3360	SATISFIABLE
3329.51/3359.70	c 3360	FOUND: _COST <= 76
3329.51/3359.70	c 3360	DECODING HOME/temp.out WITH HOME/temp.map
3329.51/3359.70	c 3360	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
3329.58/3360.53	c 3361	Decoding HOME/temp.out
3329.67/3360.62	c 3361	OBJECTIVE _COST 76
3329.67/3360.62	o 76
3329.67/3360.63	v 4 3 4 4 4 1 4 4 4 1 4 2 4 1 3 2 3 1 3 0 3 4 3 4 4 2 3 0 4 2 2 2 3 2 0 4 4 4 2 0 1 0 1 2 2 2 3 0 2 3 0 2 1 4 1 4 2 0
3329.67/3360.66	c 3361	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
3329.73/3360.72	c 3361	OBJECTIVE BOUND: 0 <= _COST <= 76
3329.73/3360.72	c 3361	SEARCHING: _COST <= 38
3329.73/3360.72	c 3361	SOLVING HOME/temp.cnf
3329.73/3360.72	c 3361	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
3329.73/3360.72	c 3361	This is MiniSat 2.0 beta
3329.73/3360.72	c 3361	WARNING: for repeatability, setting FPU to use double precision
3329.73/3360.72	c 3361	============================[ Problem Statistics ]=============================
3329.73/3360.72	c 3361	|                                                                             |
3329.73/3360.72	c 3361	|  Number of variables:  5288                                                 |
3329.73/3360.72	c 3361	|  Number of clauses:    134719                                               |
3329.73/3360.79	c 3361	|  Parsing time:         0.06         s                                       |
3329.74/3360.82	c 3361	============================[ Search Statistics ]==============================
3329.74/3360.82	c 3361	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
3329.74/3360.82	c 3361	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
3329.74/3360.82	c 3361	===============================================================================
3329.74/3360.82	c 3361	|         0 |    2609    34511    99121 |    11503        0    nan |  0.000 % |
3329.74/3360.84	c 3361	|       103 |    2609    34511    99121 |    12654      103     20 | 50.662 % |
3329.74/3360.86	c 3361	|       254 |    2609    34511    99121 |    13919      254     17 | 50.662 % |
3329.74/3360.88	c 3361	|       479 |    2609    34511    99121 |    15311      479     17 | 50.662 % |
3329.74/3360.91	c 3361	|       817 |    2609    34511    99121 |    16842      817     18 | 50.662 % |
3329.74/3360.96	c 3361	|      1323 |    2609    34511    99121 |    18526     1323     17 | 50.662 % |
3329.74/3361.03	c 3361	|      2082 |    2609    34511    99121 |    20379     2082     16 | 50.662 % |
3329.74/3361.16	c 3361	|      3222 |    2609    34511    99121 |    22417     3222     18 | 50.662 % |
3329.74/3361.36	c 3362	|      4930 |    2609    34511    99121 |    24659     4930     17 | 50.662 % |
3330.61/3361.68	c 3362	|      7493 |    2609    34511    99121 |    27125     7493     17 | 50.662 % |
3331.20/3362.21	c 3362	|     11339 |    2609    34511    99121 |    29837    11339     19 | 50.662 % |
3332.00/3363.05	c 3363	|     17109 |    2609    34511    99121 |    32821    17109     20 | 50.662 % |
3333.60/3364.69	c 3365	|     25761 |    2609    34511    99121 |    36103    25761     21 | 50.662 % |
3336.90/3367.96	c 3368	|     38736 |    2609    34511    99121 |    39713    38736     21 | 50.662 % |
3342.60/3373.67	c 3374	|     58197 |    2609    34511    99121 |    43685    27500     23 | 50.662 % |
3353.29/3384.30	c 3385	|     87389 |    2609    34511    99121 |    48053    23328     23 | 50.662 % |
3370.29/3401.32	c 3402	|    131178 |    2609    34511    99121 |    52859    30804     24 | 50.662 % |
3399.88/3430.91	c 3431	|    196863 |    2609    34511    99121 |    58144    55035     25 | 50.662 % |
3445.96/3477.01	c 3477	|    295389 |    2609    34511    99121 |    63959    15367     23 | 50.662 % |
3515.24/3546.34	c 3547	|    443180 |    2609    34511    99121 |    70355    60089     26 | 50.662 % |
3600.00/3631.11	sh: line 1:  7211 Terminated              HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out' 2>&1
3600.00/3631.11	c ERROR unknown output  in HOME/temp.out
3600.00/3631.11	c 3631	CPU 3599.54 (0.04 0 3599.5 0.48)
3600.00/3631.11	c 3631	END Wed Jul 23 06:20:17 2008

Verifier Data (download as text)

OK	74	235
74 unsatisfied constraints, 235 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-1128356-1216783186/watcher-1128356-1216783186 -o /tmp/evaluation-result-1128356-1216783186/solver-1128356-1216783186 -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-1128356-1216783186.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: 1.92 1.98 1.99 4/82 7117
/proc/meminfo: memFree=1348496/2055920 swapFree=4192956/4192956
[pid=7117] ppid=7115 vsize=12268 CPUtime=0
/proc/7117/stat : 7117 (sugar) R 7115 7117 6292 0 -1 4194304 348 0 0 0 0 0 0 0 20 0 1 0 5405038 12562432 316 996147200 4194304 4206940 548682068592 18446744073709551615 210723633765 0 2147483391 4224 0 0 0 0 17 1 0 0
/proc/7117/statm: 3067 316 241 3 0 167 0

[startup+0.055979 s]
/proc/loadavg: 1.92 1.98 1.99 4/82 7117
/proc/meminfo: memFree=1348496/2055920 swapFree=4192956/4192956
[pid=7117] ppid=7115 vsize=13600 CPUtime=0.03
/proc/7117/stat : 7117 (sugar) S 7115 7117 6292 0 -1 4194304 898 127 0 0 3 0 0 0 19 0 1 0 5405038 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 210732363874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/7117/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.102986 s]
/proc/loadavg: 1.92 1.98 1.99 4/82 7117
/proc/meminfo: memFree=1348496/2055920 swapFree=4192956/4192956
[pid=7117] ppid=7115 vsize=13600 CPUtime=0.03
/proc/7117/stat : 7117 (sugar) S 7115 7117 6292 0 -1 4194304 898 127 0 0 3 0 0 0 19 0 1 0 5405038 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 210732363874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/7117/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.303005 s]
/proc/loadavg: 1.92 1.98 1.99 4/82 7117
/proc/meminfo: memFree=1348496/2055920 swapFree=4192956/4192956
[pid=7117] ppid=7115 vsize=13600 CPUtime=0.03
/proc/7117/stat : 7117 (sugar) S 7115 7117 6292 0 -1 4194304 898 127 0 0 3 0 0 0 19 0 1 0 5405038 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 210732363874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/7117/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.701056 s]
/proc/loadavg: 1.92 1.98 1.99 4/82 7117
/proc/meminfo: memFree=1348496/2055920 swapFree=4192956/4192956
[pid=7117] ppid=7115 vsize=13600 CPUtime=0.55
/proc/7117/stat : 7117 (sugar) S 7115 7117 6292 0 -1 4194304 974 4633 0 1 3 0 49 3 16 0 1 0 5405038 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 210732363874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/7117/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 0.55
Current children cumulated vsize (KiB) 13600

[startup+1.50121 s]
/proc/loadavg: 1.92 1.98 1.99 3/93 7139
/proc/meminfo: memFree=1338808/2055920 swapFree=4192956/4192956
[pid=7117] ppid=7115 vsize=13600 CPUtime=0.56
/proc/7117/stat : 7117 (sugar) S 7115 7117 6292 0 -1 4194304 974 4633 0 1 4 0 49 3 15 0 1 0 5405038 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 210732363874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/7117/statm: 3400 797 370 3 0 500 0
[pid=7130] ppid=7117 vsize=5356 CPUtime=0
/proc/7130/stat : 7130 (sh) S 7117 7117 6292 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 5405098 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 210723464004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7130/statm: 1339 233 193 169 0 50 0
[pid=7131] ppid=7130 vsize=868476 CPUtime=0.87
/proc/7131/stat : 7131 (java) S 7130 7117 6292 0 -1 0 6593 0 1 0 82 5 0 0 18 0 9 0 5405098 889319424 5770 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/7131/statm: 217119 5770 2564 9 0 211666 0
[pid=7131/tid=7132] ppid=7130 vsize=868476 CPUtime=0.55
/proc/7131/task/7132/stat : 7132 (java) R 7130 7117 6292 0 -1 64 2766 0 1 0 52 3 0 0 20 0 9 0 5405099 889319424 5770 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7131/tid=7133] ppid=7130 vsize=868476 CPUtime=0.06
/proc/7131/task/7133/stat : 7133 (java) S 7130 7117 6292 0 -1 64 1647 0 0 0 6 0 0 0 15 0 9 0 5405100 889319424 5770 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=7131/tid=7134] ppid=7130 vsize=868476 CPUtime=0
/proc/7131/task/7134/stat : 7134 (java) S 7130 7117 6292 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 5405101 889319424 5770 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7131/tid=7135] ppid=7130 vsize=868476 CPUtime=0
/proc/7131/task/7135/stat : 7135 (java) S 7130 7117 6292 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 5405101 889319424 5770 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7131/tid=7136] ppid=7130 vsize=868476 CPUtime=0
/proc/7131/task/7136/stat : 7136 (java) S 7130 7117 6292 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 5405103 889319424 5770 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7131/tid=7137] ppid=7130 vsize=868476 CPUtime=0.23
/proc/7131/task/7137/stat : 7137 (java) S 7130 7117 6292 0 -1 64 1487 0 0 0 22 1 0 0 16 0 9 0 5405103 889319424 5770 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7131/tid=7138] ppid=7130 vsize=868476 CPUtime=0
/proc/7131/task/7138/stat : 7138 (java) S 7130 7117 6292 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 5405103 889319424 5770 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7131/tid=7139] ppid=7130 vsize=868476 CPUtime=0
/proc/7131/task/7139/stat : 7139 (java) S 7130 7117 6292 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 5405103 889319424 5770 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.43
Current children cumulated vsize (KiB) 887432

[startup+3.10134 s]
/proc/loadavg: 1.92 1.98 1.99 3/85 7153
/proc/meminfo: memFree=1336888/2055920 swapFree=4192956/4192956
[pid=7117] ppid=7115 vsize=13728 CPUtime=1.8
/proc/7117/stat : 7117 (sugar) S 7115 7117 6292 0 -1 4194304 1182 17374 0 3 4 0 162 14 15 0 1 0 5405038 14057472 811 996147200 4194304 4206940 548682068592 18446744073709551615 210732363874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/7117/statm: 3432 811 374 3 0 532 0
[pid=7152] ppid=7117 vsize=5356 CPUtime=0
/proc/7152/stat : 7152 (sh) S 7117 7117 6292 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 5405231 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 210723464004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7152/statm: 1339 232 193 169 0 50 0
[pid=7153] ppid=7152 vsize=7404 CPUtime=1.15
/proc/7153/stat : 7153 (minisat) R 7152 7117 6292 0 -1 4194304 1767 0 0 0 115 0 0 0 25 0 1 0 5405231 7581696 1753 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/7153/statm: 1851 1753 75 150 0 1698 0
Current children cumulated CPU time (s) 2.95
Current children cumulated vsize (KiB) 26488

[startup+6.30172 s]
/proc/loadavg: 1.93 1.98 1.99 3/85 7153
/proc/meminfo: memFree=1334776/2055920 swapFree=4192956/4192956
[pid=7117] ppid=7115 vsize=13728 CPUtime=1.8
/proc/7117/stat : 7117 (sugar) S 7115 7117 6292 0 -1 4194304 1182 17374 0 3 4 0 162 14 16 0 1 0 5405038 14057472 811 996147200 4194304 4206940 548682068592 18446744073709551615 210732363874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/7117/statm: 3432 811 374 3 0 532 0
[pid=7152] ppid=7117 vsize=5356 CPUtime=0
/proc/7152/stat : 7152 (sh) S 7117 7117 6292 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 5405231 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 210723464004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7152/statm: 1339 232 193 169 0 50 0
[pid=7153] ppid=7152 vsize=10060 CPUtime=4.32
/proc/7153/stat : 7153 (minisat) R 7152 7117 6292 0 -1 4194304 2434 0 0 0 432 0 0 0 25 0 1 0 5405231 10301440 2420 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/7153/statm: 2515 2420 75 150 0 2362 0
Current children cumulated CPU time (s) 6.12
Current children cumulated vsize (KiB) 29144

[startup+12.7015 s]
/proc/loadavg: 1.93 1.98 1.99 3/85 7153
/proc/meminfo: memFree=1330424/2055920 swapFree=4192956/4192956
[pid=7117] ppid=7115 vsize=13728 CPUtime=1.8
/proc/7117/stat : 7117 (sugar) S 7115 7117 6292 0 -1 4194304 1182 17374 0 3 4 0 162 14 16 0 1 0 5405038 14057472 811 996147200 4194304 4206940 548682068592 18446744073709551615 210732363874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/7117/statm: 3432 811 374 3 0 532 0
[pid=7152] ppid=7117 vsize=5356 CPUtime=0
/proc/7152/stat : 7152 (sh) S 7117 7117 6292 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 5405231 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 210723464004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7152/statm: 1339 232 193 169 0 50 0
[pid=7153] ppid=7152 vsize=14268 CPUtime=10.66
/proc/7153/stat : 7153 (minisat) R 7152 7117 6292 0 -1 4194304 3443 0 0 0 1064 2 0 0 25 0 1 0 5405231 14610432 3429 996147200 134512640 135127466 4294956256 18446744073709551615 134530654 0 0 4096 3 0 0 0 17 1 0 0
/proc/7153/statm: 3567 3429 75 150 0 3414 0
Current children cumulated CPU time (s) 12.46
Current children cumulated vsize (KiB) 33352

[startup+25.503 s]
/proc/loadavg: 1.95 1.98 1.99 3/85 7155
/proc/meminfo: memFree=1324472/2055920 swapFree=4192956/4192956
[pid=7117] ppid=7115 vsize=13728 CPUtime=1.8
/proc/7117/stat : 7117 (sugar) S 7115 7117 6292 0 -1 4194304 1182 17374 0 3 4 0 162 14 16 0 1 0 5405038 14057472 811 996147200 4194304 4206940 548682068592 18446744073709551615 210732363874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/7117/statm: 3432 811 374 3 0 532 0
[pid=7152] ppid=7117 vsize=5356 CPUtime=0
/proc/7152/stat : 7152 (sh) S 7117 7117 6292 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 5405231 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 210723464004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7152/statm: 1339 232 193 169 0 50 0
[pid=7153] ppid=7152 vsize=19944 CPUtime=23.34
/proc/7153/stat : 7153 (minisat) R 7152 7117 6292 0 -1 4194304 4883 0 0 0 2330 4 0 0 25 0 1 0 5405231 20422656 4869 996147200 134512640 135127466 4294956256 18446744073709551615 134527053 0 0 4096 3 0 0 0 17 1 0 0
/proc/7153/statm: 4986 4869 75 150 0 4833 0
Current children cumulated CPU time (s) 25.14
Current children cumulated vsize (KiB) 39028

[startup+51.103 s]
/proc/loadavg: 1.96 1.98 1.99 3/85 7155
/proc/meminfo: memFree=1323768/2055920 swapFree=4192956/4192956
[pid=7117] ppid=7115 vsize=13728 CPUtime=1.8
/proc/7117/stat : 7117 (sugar) S 7115 7117 6292 0 -1 4194304 1182 17374 0 3 4 0 162 14 16 0 1 0 5405038 14057472 811 996147200 4194304 4206940 548682068592 18446744073709551615 210732363874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/7117/statm: 3432 811 374 3 0 532 0
[pid=7152] ppid=7117 vsize=5356 CPUtime=0
/proc/7152/stat : 7152 (sh) S 7117 7117 6292 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 5405231 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 210723464004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7152/statm: 1339 232 193 169 0 50 0
[pid=7153] ppid=7152 vsize=20648 CPUtime=48.69
/proc/7153/stat : 7153 (minisat) R 7152 7117 6292 0 -1 4194304 5044 0 0 0 4865 4 0 0 25 0 1 0 5405231 21143552 5030 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/7153/statm: 5162 5030 75 150 0 5009 0
Current children cumulated CPU time (s) 50.49
Current children cumulated vsize (KiB) 39732

[startup+102.308 s]
/proc/loadavg: 1.98 1.98 1.99 3/85 7155
/proc/meminfo: memFree=1315640/2055920 swapFree=4192956/4192956
[pid=7117] ppid=7115 vsize=13728 CPUtime=1.8
/proc/7117/stat : 7117 (sugar) S 7115 7117 6292 0 -1 4194304 1182 17374 0 3 4 0 162 14 16 0 1 0 5405038 14057472 811 996147200 4194304 4206940 548682068592 18446744073709551615 210732363874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/7117/statm: 3432 811 374 3 0 532 0
[pid=7152] ppid=7117 vsize=5356 CPUtime=0
/proc/7152/stat : 7152 (sh) S 7117 7117 6292 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 5405231 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 210723464004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7152/statm: 1339 232 193 169 0 50 0
[pid=7153] ppid=7152 vsize=28828 CPUtime=99.41
/proc/7153/stat : 7153 (minisat) R 7152 7117 6292 0 -1 4194304 7049 0 0 0 9934 7 0 0 25 0 1 0 5405231 29519872 7035 996147200 134512640 135127466 4294956256 18446744073709551615 134530692 0 0 4096 3 0 0 0 17 1 0 0
/proc/7153/statm: 7207 7035 75 150 0 7054 0
Current children cumulated CPU time (s) 101.21
Current children cumulated vsize (KiB) 47912

[startup+162.302 s]
/proc/loadavg: 1.99 1.98 1.99 3/85 7155
/proc/meminfo: memFree=1311032/2055920 swapFree=4192956/4192956
[pid=7117] ppid=7115 vsize=13728 CPUtime=1.8
/proc/7117/stat : 7117 (sugar) S 7115 7117 6292 0 -1 4194304 1182 17374 0 3 4 0 162 14 16 0 1 0 5405038 14057472 811 996147200 4194304 4206940 548682068592 18446744073709551615 210732363874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/7117/statm: 3432 811 374 3 0 532 0
[pid=7152] ppid=7117 vsize=5356 CPUtime=0
/proc/7152/stat : 7152 (sh) S 7117 7117 6292 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 5405231 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 210723464004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7152/statm: 1339 232 193 169 0 50 0
[pid=7153] ppid=7152 vsize=33376 CPUtime=158.84
/proc/7153/stat : 7153 (minisat) R 7152 7117 6292 0 -1 4194304 8194 0 0 0 15876 8 0 0 25 0 1 0 5405231 34177024 8180 996147200 134512640 135127466 4294956256 18446744073709551615 134523430 0 0 4096 3 0 0 0 17 1 0 0
/proc/7153/statm: 8344 8180 75 150 0 8191 0
Current children cumulated CPU time (s) 160.64
Current children cumulated vsize (KiB) 52460

[startup+222.302 s]
/proc/loadavg: 1.99 1.98 1.99 3/85 7155
/proc/meminfo: memFree=1310776/2055920 swapFree=4192956/4192956
[pid=7117] ppid=7115 vsize=13728 CPUtime=1.8
/proc/7117/stat : 7117 (sugar) S 7115 7117 6292 0 -1 4194304 1182 17374 0 3 4 0 162 14 16 0 1 0 5405038 14057472 811 996147200 4194304 4206940 548682068592 18446744073709551615 210732363874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/7117/statm: 3432 811 374 3 0 532 0
[pid=7152] ppid=7117 vsize=5356 CPUtime=0
/proc/7152/stat : 7152 (sh) S 7117 7117 6292 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 5405231 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 210723464004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0

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

[pid=7117] ppid=7115 vsize=13728 CPUtime=1.8
/proc/7117/stat : 7117 (sugar) S 7115 7117 6292 0 -1 4194304 1182 17374 0 3 4 0 162 14 16 0 1 0 5405038 14057472 811 996147200 4194304 4206940 548682068592 18446744073709551615 210732363874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/7117/statm: 3432 811 374 3 0 532 0
[pid=7152] ppid=7117 vsize=5356 CPUtime=0
/proc/7152/stat : 7152 (sh) S 7117 7117 6292 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 5405231 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 210723464004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7152/statm: 1339 232 193 169 0 50 0
[pid=7153] ppid=7152 vsize=70668 CPUtime=3071.05
/proc/7153/stat : 7153 (minisat) R 7152 7117 6292 0 -1 4194304 17228 0 0 0 307082 23 0 0 25 0 1 0 5405231 72364032 17214 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/7153/statm: 17667 17214 76 150 0 17514 0
Current children cumulated CPU time (s) 3072.85
Current children cumulated vsize (KiB) 89752

[startup+3162.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/85 7161
/proc/meminfo: memFree=1272248/2055920 swapFree=4192956/4192956
[pid=7117] ppid=7115 vsize=13728 CPUtime=1.8
/proc/7117/stat : 7117 (sugar) S 7115 7117 6292 0 -1 4194304 1182 17374 0 3 4 0 162 14 16 0 1 0 5405038 14057472 811 996147200 4194304 4206940 548682068592 18446744073709551615 210732363874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/7117/statm: 3432 811 374 3 0 532 0
[pid=7152] ppid=7117 vsize=5356 CPUtime=0
/proc/7152/stat : 7152 (sh) S 7117 7117 6292 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 5405231 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 210723464004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7152/statm: 1339 232 193 169 0 50 0
[pid=7153] ppid=7152 vsize=70912 CPUtime=3130.49
/proc/7153/stat : 7153 (minisat) R 7152 7117 6292 0 -1 4194304 17270 0 0 0 313026 23 0 0 25 0 1 0 5405231 72613888 17256 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/7153/statm: 17728 17256 76 150 0 17575 0
Current children cumulated CPU time (s) 3132.29
Current children cumulated vsize (KiB) 89996

[startup+3222.3 s]
/proc/loadavg: 2.00 2.00 2.00 4/84 7199
/proc/meminfo: memFree=1259072/2055920 swapFree=4192956/4192956
[pid=7117] ppid=7115 vsize=13728 CPUtime=1.8
/proc/7117/stat : 7117 (sugar) S 7115 7117 6292 0 -1 4194304 1182 17374 0 3 4 0 162 14 16 0 1 0 5405038 14057472 811 996147200 4194304 4206940 548682068592 18446744073709551615 210732363874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/7117/statm: 3432 811 374 3 0 532 0
[pid=7152] ppid=7117 vsize=5356 CPUtime=0
/proc/7152/stat : 7152 (sh) S 7117 7117 6292 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 5405231 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 210723464004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7152/statm: 1339 232 193 169 0 50 0
[pid=7153] ppid=7152 vsize=70912 CPUtime=3190.36
/proc/7153/stat : 7153 (minisat) R 7152 7117 6292 0 -1 4194304 17270 0 0 0 319012 24 0 0 25 0 1 0 5405231 72613888 17256 996147200 134512640 135127466 4294956256 18446744073709551615 134530775 0 0 4096 3 0 0 0 17 0 0 0
/proc/7153/statm: 17728 17256 76 150 0 17575 0
Current children cumulated CPU time (s) 3192.16
Current children cumulated vsize (KiB) 89996

[startup+3282.3 s]
/proc/loadavg: 2.30 2.09 2.03 3/84 7199
/proc/meminfo: memFree=1206272/2055920 swapFree=4192956/4192956
[pid=7117] ppid=7115 vsize=13728 CPUtime=1.8
/proc/7117/stat : 7117 (sugar) S 7115 7117 6292 0 -1 4194304 1182 17374 0 3 4 0 162 14 16 0 1 0 5405038 14057472 811 996147200 4194304 4206940 548682068592 18446744073709551615 210732363874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/7117/statm: 3432 811 374 3 0 532 0
[pid=7152] ppid=7117 vsize=5356 CPUtime=0
/proc/7152/stat : 7152 (sh) S 7117 7117 6292 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 5405231 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 210723464004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7152/statm: 1339 232 193 169 0 50 0
[pid=7153] ppid=7152 vsize=70992 CPUtime=3250.34
/proc/7153/stat : 7153 (minisat) R 7152 7117 6292 0 -1 4194304 17280 0 0 0 325010 24 0 0 25 0 1 0 5405231 72695808 17266 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/7153/statm: 17748 17266 76 150 0 17595 0
Current children cumulated CPU time (s) 3252.14
Current children cumulated vsize (KiB) 90076

[startup+3342.3 s]
/proc/loadavg: 2.56 2.20 2.07 3/84 7199
/proc/meminfo: memFree=1206016/2055920 swapFree=4192956/4192956
[pid=7117] ppid=7115 vsize=13728 CPUtime=1.8
/proc/7117/stat : 7117 (sugar) S 7115 7117 6292 0 -1 4194304 1182 17374 0 3 4 0 162 14 16 0 1 0 5405038 14057472 811 996147200 4194304 4206940 548682068592 18446744073709551615 210732363874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/7117/statm: 3432 811 374 3 0 532 0
[pid=7152] ppid=7117 vsize=5356 CPUtime=0
/proc/7152/stat : 7152 (sh) S 7117 7117 6292 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 5405231 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 210723464004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7152/statm: 1339 232 193 169 0 50 0
[pid=7153] ppid=7152 vsize=70992 CPUtime=3310.32
/proc/7153/stat : 7153 (minisat) R 7152 7117 6292 0 -1 4194304 17282 0 0 0 331007 25 0 0 25 0 1 0 5405231 72695808 17268 996147200 134512640 135127466 4294956256 18446744073709551615 134530613 0 0 4096 3 0 0 0 17 0 0 0
/proc/7153/statm: 17748 17268 76 150 0 17595 0
Current children cumulated CPU time (s) 3312.12
Current children cumulated vsize (KiB) 90076

[startup+3402.31 s]
/proc/loadavg: 2.59 2.28 2.10 3/84 7211
/proc/meminfo: memFree=1262904/2055920 swapFree=4192956/4192956
[pid=7117] ppid=7115 vsize=13728 CPUtime=3329.74
/proc/7117/stat : 7117 (sugar) S 7115 7117 6292 0 -1 4194304 1297 38753 0 4 4 0 332926 44 16 0 1 0 5405038 14057472 811 996147200 4194304 4206940 548682068592 18446744073709551615 210732363874 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/7117/statm: 3432 811 374 3 0 532 0
[pid=7210] ppid=7117 vsize=5356 CPUtime=0
/proc/7210/stat : 7210 (sh) S 7117 7117 6292 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 5741111 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 210723464004 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/7210/statm: 1339 232 193 169 0 50 0
[pid=7211] ppid=7210 vsize=12932 CPUtime=41.56
/proc/7211/stat : 7211 (minisat) R 7210 7117 6292 0 -1 4194304 3113 0 0 0 4154 2 0 0 25 0 1 0 5741111 13242368 3099 996147200 134512640 135127466 4294956256 18446744073709551615 134527213 0 0 4096 3 0 0 0 17 0 0 0
/proc/7211/statm: 3233 3099 75 150 0 3080 0
Current children cumulated CPU time (s) 3371.3
Current children cumulated vsize (KiB) 32016

[startup+3462.3 s]
/proc/loadavg: 2.63 2.35 2.14 3/84 7211
/proc/meminfo: memFree=1260472/2055920 swapFree=4192956/4192956
[pid=7117] ppid=7115 vsize=13728 CPUtime=3329.74
/proc/7117/stat : 7117 (sugar) S 7115 7117 6292 0 -1 4194304 1297 38753 0 4 4 0 332926 44 16 0 1 0 5405038 14057472 811 996147200 4194304 4206940 548682068592 18446744073709551615 210732363874 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/7117/statm: 3432 811 374 3 0 532 0
[pid=7210] ppid=7117 vsize=5356 CPUtime=0
/proc/7210/stat : 7210 (sh) S 7117 7117 6292 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 5741111 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 210723464004 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/7210/statm: 1339 232 193 169 0 50 0
[pid=7211] ppid=7210 vsize=15448 CPUtime=101.52
/proc/7211/stat : 7211 (minisat) R 7210 7117 6292 0 -1 4194304 3693 0 0 0 10150 2 0 0 25 0 1 0 5741111 15818752 3679 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/7211/statm: 3862 3679 75 150 0 3709 0
Current children cumulated CPU time (s) 3431.26
Current children cumulated vsize (KiB) 34532

[startup+3522.3 s]
/proc/loadavg: 2.63 2.39 2.16 3/84 7211
/proc/meminfo: memFree=1258872/2055920 swapFree=4192956/4192956
[pid=7117] ppid=7115 vsize=13728 CPUtime=3329.74
/proc/7117/stat : 7117 (sugar) S 7115 7117 6292 0 -1 4194304 1297 38753 0 4 4 0 332926 44 16 0 1 0 5405038 14057472 811 996147200 4194304 4206940 548682068592 18446744073709551615 210732363874 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/7117/statm: 3432 811 374 3 0 532 0
[pid=7210] ppid=7117 vsize=5356 CPUtime=0
/proc/7210/stat : 7210 (sh) S 7117 7117 6292 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 5741111 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 210723464004 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/7210/statm: 1339 232 193 169 0 50 0
[pid=7211] ppid=7210 vsize=17016 CPUtime=161.5
/proc/7211/stat : 7211 (minisat) R 7210 7117 6292 0 -1 4194304 4088 0 0 0 16147 3 0 0 25 0 1 0 5741111 17424384 4074 996147200 134512640 135127466 4294956256 18446744073709551615 134530621 0 0 4096 3 0 0 0 17 0 0 0
/proc/7211/statm: 4254 4074 75 150 0 4101 0
Current children cumulated CPU time (s) 3491.24
Current children cumulated vsize (KiB) 36100

[startup+3582.3 s]
/proc/loadavg: 2.53 2.41 2.18 3/84 7211
/proc/meminfo: memFree=1257464/2055920 swapFree=4192956/4192956
[pid=7117] ppid=7115 vsize=13728 CPUtime=3329.74
/proc/7117/stat : 7117 (sugar) S 7115 7117 6292 0 -1 4194304 1297 38753 0 4 4 0 332926 44 16 0 1 0 5405038 14057472 811 996147200 4194304 4206940 548682068592 18446744073709551615 210732363874 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/7117/statm: 3432 811 374 3 0 532 0
[pid=7210] ppid=7117 vsize=5356 CPUtime=0
/proc/7210/stat : 7210 (sh) S 7117 7117 6292 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 5741111 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 210723464004 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/7210/statm: 1339 232 193 169 0 50 0
[pid=7211] ppid=7210 vsize=18356 CPUtime=221.48
/proc/7211/stat : 7211 (minisat) R 7210 7117 6292 0 -1 4194304 4426 0 0 0 22145 3 0 0 25 0 1 0 5741111 18796544 4412 996147200 134512640 135127466 4294956256 18446744073709551615 134530755 0 0 4096 3 0 0 0 17 0 0 0
/proc/7211/statm: 4589 4412 75 150 0 4436 0
Current children cumulated CPU time (s) 3551.22
Current children cumulated vsize (KiB) 37440



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3631.11 s]
/proc/loadavg: 2.51 2.42 2.20 3/84 7213
/proc/meminfo: memFree=1256952/2055920 swapFree=4192956/4192956
[pid=7117] ppid=7115 vsize=13728 CPUtime=3329.74
/proc/7117/stat : 7117 (sugar) S 7115 7117 6292 0 -1 4194304 1297 38753 0 4 4 0 332926 44 16 0 1 0 5405038 14057472 811 996147200 4194304 4206940 548682068592 18446744073709551615 210732363874 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/7117/statm: 3432 811 374 3 0 532 0
[pid=7210] ppid=7117 vsize=5356 CPUtime=0
/proc/7210/stat : 7210 (sh) S 7117 7117 6292 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 5741111 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 210723464004 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/7210/statm: 1339 232 193 169 0 50 0
[pid=7211] ppid=7210 vsize=18812 CPUtime=270.26
/proc/7211/stat : 7211 (minisat) R 7210 7117 6292 0 -1 4194304 4526 0 0 0 27023 3 0 0 25 0 1 0 5741111 19263488 4512 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/7211/statm: 4703 4512 75 150 0 4550 0
Current children cumulated CPU time (s) 3600
Current children cumulated vsize (KiB) 37896

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

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

[startup+3631.11 s]
/proc/loadavg: 2.51 2.42 2.20 3/84 7213
/proc/meminfo: memFree=1256952/2055920 swapFree=4192956/4192956
[pid=7117] ppid=7115 vsize=13728 CPUtime=3329.74
/proc/7117/stat : 7117 (sugar) S 7115 7117 6292 0 -1 4194304 1297 38753 0 4 4 0 332926 44 16 0 1 0 5405038 14057472 811 996147200 4194304 4206940 548682068592 18446744073709551615 210732363874 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/7117/statm: 3432 811 374 3 0 532 0
[pid=7210] ppid=7117 vsize=5356 CPUtime=0
/proc/7210/stat : 7210 (sh) S 7117 7117 6292 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 5741111 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 210723464004 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/7210/statm: 1339 232 193 169 0 50 0
[pid=7211] ppid=7210 vsize=18812 CPUtime=270.26
/proc/7211/stat : 7211 (minisat) R 7210 7117 6292 0 -1 4194304 4526 0 0 0 27023 3 0 0 25 0 1 0 5741111 19263488 4512 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/7211/statm: 4703 4512 75 150 0 4550 0
Current children cumulated CPU time (s) 3600
Current children cumulated vsize (KiB) 37896

Child status: 0
Real time (s): 3631.12
CPU time (s): 3600.06
CPU user time (s): 3599.56
CPU system time (s): 0.498924
CPU usage (%): 99.1445
Max. virtual memory (cumulated for all children) (KiB): 887432

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3599.56
system time used= 0.498924
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 44931
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= 2533
involuntary context switches= 79035

runsolver used 4.14837 second user time and 12.3761 second system time

The end

Launcher Data (download as text)

Begin job on node73 at 2008-07-23 05:19:46
IDJOB=1128356
IDBENCH=65249
IDSOLVER=368
FILE ID=node73/1128356-1216783186
PBS_JOBID= 7974209
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-50/normalized-kbtree-9-2-3-5-50-31_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-1128356-1216783186/watcher-1128356-1216783186 -o /tmp/evaluation-result-1128356-1216783186/solver-1128356-1216783186 -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-1128356-1216783186.xml

TIME LIMIT= 3600 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 35ff7e6fff14fc61e98dec638c474633
RANDOM SEED=474608684

node73.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.243
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.243
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:       1348976 kB
Buffers:         28064 kB
Cached:         602092 kB
SwapCached:          0 kB
Active:         312500 kB
Inactive:       343444 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1348976 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:            1324 kB
Writeback:           0 kB
Mapped:          45912 kB
Slab:            36088 kB
Committed_AS:   126264 kB
PageTables:       1912 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 node73 at 2008-07-23 06:20:17