Trace number 1128020

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 3603.31

General information on the benchmark

Namemaxcsp/kbtree/kbtree-5-2-4-5/kbtree-5-2-4-5-50/
normalized-kbtree-5-2-4-5-50-16_ext.xml
MD5SUMc787644cde9553ad2fd159a902eb28c6
Bench Category2-ARY-EXT (binary constraints in extension)
Best result obtained on this benchmarkMOPT
Best Number of falsified constraints18
Best CPU time to get the best result obtained on this benchmark7.30689
Satisfiable
(Un)Satisfiability was proved
Number of variables62
Number of constraints211
Maximum constraint arity2
Maximum domain size5
Number of constraints which are defined in extension211
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 04:17:16 2008
0.00/0.04	c 0	PID 7765
0.00/0.05	c 0	HOST node60.alineos.net
0.00/0.05	c 0	CONVERTING HOME/instance-1128020-1216779436.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-1128020-1216779436.xml' 'HOME/temp.csp'
0.04/0.54	c 1	1 domains, 62 variables, 0 predicates, 211 relations, 211 constraints
0.04/0.57	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.04/0.57	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.54/0.65	c 1	Parsing HOME/temp.csp
0.54/0.79	c 1	parsed 485 expressions
0.54/0.80	c 1	Heap : 1 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.54/0.80	c 1	MAX CSP: 211 constraints
0.54/0.80	c 1	Converting to clausal form CSP
0.54/0.83	c 1	converted 70 (10%) expressions
0.54/0.83	c 1	converted 140 (20%) expressions
0.54/0.83	c 1	converted 210 (30%) expressions
0.54/0.84	c 1	converted 280 (40%) expressions
0.54/0.85	c 1	converted 350 (50%) expressions
0.54/0.86	c 1	converted 420 (60%) expressions
0.54/0.87	c 1	converted 490 (70%) expressions
0.54/0.87	c 1	converted 560 (80%) expressions
0.54/0.88	c 1	converted 630 (90%) expressions
0.95/1.03	c 1	converted 699 (100%) expressions
0.95/1.03	c 1	CSP : 484 integers, 0 booleans, 632 clauses, largest domain size 317
0.95/1.03	c 1	Heap : 2 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.95/1.03	c 1	Propagation in CSP
0.95/1.05	c 1	206 values, 0 unsatisfiable literals, and 0 valid clauses are removed
0.95/1.05	c 1	CSP : 484 integers, 0 booleans, 632 clauses, largest domain size 212
0.95/1.05	c 1	Heap : 1 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.95/1.05	c 1	Simplifing CSP by introducing new Boolean variables
0.95/1.05	c 1	CSP : 484 integers, 0 booleans, 632 clauses, largest domain size 212
0.95/1.05	c 1	Heap : 1 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.95/1.08	c 1	Encoding CSP to SAT : HOME/temp.cnf
0.95/1.09	c 1	49 (10%) CSP integer variables are encoded (147 clauses, 1519 bytes)
0.95/1.09	c 1	97 (20%) CSP integer variables are encoded (186 clauses, 1948 bytes)
0.95/1.09	c 1	146 (30%) CSP integer variables are encoded (186 clauses, 1948 bytes)
0.95/1.09	c 1	194 (40%) CSP integer variables are encoded (186 clauses, 1948 bytes)
0.95/1.09	c 1	242 (50%) CSP integer variables are encoded (186 clauses, 1948 bytes)
0.95/1.10	c 1	291 (60%) CSP integer variables are encoded (443 clauses, 4775 bytes)
0.95/1.10	c 1	339 (70%) CSP integer variables are encoded (692 clauses, 7566 bytes)
0.95/1.10	c 1	388 (80%) CSP integer variables are encoded (1030 clauses, 11960 bytes)
1.05/1.11	c 1	436 (90%) CSP integer variables are encoded (1274 clauses, 15132 bytes)
1.05/1.11	c 1	484 (100%) CSP integer variables are encoded (2890 clauses, 36140 bytes)
1.05/1.14	c 1	64 (10%) CSP clauses are encoded (3299 clauses, 43027 bytes)
1.05/1.16	c 1	127 (20%) CSP clauses are encoded (3716 clauses, 50431 bytes)
1.05/1.16	c 1	190 (30%) CSP clauses are encoded (4118 clauses, 58287 bytes)
1.05/1.18	c 1	253 (40%) CSP clauses are encoded (4637 clauses, 66179 bytes)
1.05/1.19	c 1	316 (50%) CSP clauses are encoded (7622 clauses, 110386 bytes)
1.05/1.19	c 1	380 (60%) CSP clauses are encoded (8666 clauses, 127599 bytes)
1.14/1.21	c 1	443 (70%) CSP clauses are encoded (16945 clauses, 271649 bytes)
1.14/1.21	c 1	506 (80%) CSP clauses are encoded (18074 clauses, 290661 bytes)
1.14/1.23	c 1	569 (90%) CSP clauses are encoded (27521 clauses, 452792 bytes)
1.24/1.30	c 1	632 (100%) CSP clauses are encoded (65203 clauses, 1139977 bytes)
1.24/1.30	c 1	632 CSP clauses encoded
1.24/1.30	c 1	Writing map file : HOME/temp.map
1.24/1.31	c 1	Heap : 1 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.24/1.31	c 1	SAT : 3374 SAT variables, 65203 SAT clauses, 1139977 bytes
1.24/1.31	c 1	Heap : 1 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.24/1.36	c 1	OBJECTIVE minimize _COST
1.24/1.36	c 1	OBJECTIVE BOUND: 0 <= _COST <= 
1.24/1.36	c 1	SEARCHING: _COST <= 106
1.24/1.36	c 1	SOLVING HOME/temp.cnf
1.24/1.36	c 1	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
1.24/1.36	c 1	This is MiniSat 2.0 beta
1.24/1.36	c 1	WARNING: for repeatability, setting FPU to use double precision
1.24/1.36	c 1	============================[ Problem Statistics ]=============================
1.24/1.36	c 1	|                                                                             |
1.24/1.37	c 1	|  Number of variables:  3374                                                 |
1.24/1.37	c 1	|  Number of clauses:    65204                                                |
1.26/1.40	c 1	|  Parsing time:         0.03         s                                       |
1.26/1.41	c 1	============================[ Search Statistics ]==============================
1.26/1.41	c 1	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
1.26/1.41	c 1	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
1.26/1.41	c 1	===============================================================================
1.26/1.41	c 1	|         0 |    2534    42649   122934 |    14216        0    nan |  0.000 % |
1.26/1.42	c 1	===============================================================================
1.26/1.42	c 1	restarts              : 1
1.26/1.42	c 1	conflicts             : 27             (587 /sec)
1.26/1.42	c 1	decisions             : 317            (0.63 % random) (6892 /sec)
1.26/1.42	c 1	propagations          : 12612          (274216 /sec)
1.26/1.42	c 1	conflict literals     : 320            (12.09 % deleted)
1.26/1.42	c 1	Memory used           : 4.60 MB
1.26/1.42	c 1	CPU time              : 0.045993 s
1.26/1.42	c 1	
1.26/1.42	c 1	SATISFIABLE
1.26/1.42	c 1	FOUND: _COST <= 106
1.26/1.42	s SATISFIABLE
1.26/1.42	c 1	DECODING HOME/temp.out WITH HOME/temp.map
1.26/1.42	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.32/1.50	c 1	Decoding HOME/temp.out
1.32/1.56	c 2	OBJECTIVE _COST 77
1.32/1.56	o 77
1.32/1.57	v 2 4 2 2 1 4 0 2 3 1 0 4 4 3 2 1 3 3 4 3 2 4 1 0 2 4 4 0 3 3 1 1 3 3 4 4 3 1 3 4 1 1 4 1 4 4 0 4 3 3 4 1 3 4 3 0 3 0 4 2 4 4
1.32/1.57	c 2	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
1.32/1.58	c 2	OBJECTIVE BOUND: 0 <= _COST <= 77
1.32/1.58	c 2	SEARCHING: _COST <= 38
1.32/1.58	c 2	SOLVING HOME/temp.cnf
1.32/1.58	c 2	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
1.32/1.58	c 2	This is MiniSat 2.0 beta
1.32/1.58	c 2	WARNING: for repeatability, setting FPU to use double precision
1.32/1.58	c 2	============================[ Problem Statistics ]=============================
1.32/1.58	c 2	|                                                                             |
1.32/1.59	c 2	|  Number of variables:  3374                                                 |
1.32/1.59	c 2	|  Number of clauses:    65204                                                |
1.46/1.62	c 2	|  Parsing time:         0.03         s                                       |
1.46/1.63	c 2	============================[ Search Statistics ]==============================
1.46/1.63	c 2	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
1.46/1.63	c 2	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
1.46/1.63	c 2	===============================================================================
1.46/1.63	c 2	|         0 |    1877    22253    63649 |     7417        0    nan |  0.000 % |
1.46/1.64	c 2	===============================================================================
1.46/1.64	c 2	restarts              : 1
1.46/1.64	c 2	conflicts             : 31             (633 /sec)
1.46/1.64	c 2	decisions             : 235            (0.43 % random) (4797 /sec)
1.46/1.64	c 2	propagations          : 11139          (227364 /sec)
1.46/1.64	c 2	conflict literals     : 312            (11.36 % deleted)
1.46/1.64	c 2	Memory used           : 4.60 MB
1.46/1.64	c 2	CPU time              : 0.048992 s
1.46/1.64	c 2	
1.46/1.64	c 2	SATISFIABLE
1.46/1.64	c 2	FOUND: _COST <= 38
1.46/1.64	c 2	DECODING HOME/temp.out WITH HOME/temp.map
1.46/1.64	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.51/1.73	c 2	Decoding HOME/temp.out
1.51/1.79	c 2	OBJECTIVE _COST 38
1.51/1.79	o 38
1.51/1.79	v 2 4 2 2 1 4 0 2 3 1 4 2 4 1 4 3 4 4 4 3 2 4 1 0 1 4 4 0 3 0 2 4 3 1 4 4 3 1 3 4 1 1 4 2 4 4 0 0 1 1 4 1 3 4 0 0 3 0 4 1 4 3
1.51/1.80	c 2	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
1.51/1.81	c 2	OBJECTIVE BOUND: 0 <= _COST <= 38
1.51/1.81	c 2	SEARCHING: _COST <= 19
1.51/1.81	c 2	SOLVING HOME/temp.cnf
1.51/1.81	c 2	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
1.51/1.81	c 2	This is MiniSat 2.0 beta
1.51/1.81	c 2	WARNING: for repeatability, setting FPU to use double precision
1.51/1.81	c 2	============================[ Problem Statistics ]=============================
1.51/1.81	c 2	|                                                                             |
1.51/1.81	c 2	|  Number of variables:  3374                                                 |
1.51/1.81	c 2	|  Number of clauses:    65204                                                |
1.51/1.85	c 2	|  Parsing time:         0.03         s                                       |
1.51/1.86	c 2	============================[ Search Statistics ]==============================
1.51/1.86	c 2	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
1.51/1.86	c 2	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
1.51/1.86	c 2	===============================================================================
1.51/1.86	c 2	|         0 |    1597    13664    38703 |     4554        0    nan |  0.000 % |
1.51/1.87	c 2	|       100 |    1597    13664    38703 |     5010      100     14 | 52.668 % |
1.51/1.88	c 2	|       251 |    1597    13664    38703 |     5511      251     16 | 52.668 % |
1.66/1.90	c 2	|       476 |    1597    13664    38703 |     6062      476     17 | 52.667 % |
1.66/1.93	c 2	|       813 |    1597    13664    38703 |     6668      813     16 | 52.668 % |
1.66/1.98	c 2	|      1320 |    1597    13664    38703 |     7335     1320     15 | 52.667 % |
1.66/2.04	c 2	|      2079 |    1597    13664    38703 |     8068     2079     16 | 52.668 % |
1.94/2.15	c 2	|      3221 |    1597    13664    38703 |     8875     3221     17 | 52.668 % |
2.13/2.33	c 2	|      4931 |    1597    13664    38703 |     9763     4931     16 | 52.667 % |
2.43/2.61	c 3	|      7493 |    1597    13664    38703 |    10739     7493     16 | 52.668 % |
2.92/3.11	c 3	|     11337 |    1597    13664    38703 |    11813    11337     16 | 52.667 % |
3.71/3.91	c 4	|     17103 |    1597    13664    38703 |    12994    10006     16 | 52.668 % |
4.90/5.14	c 5	|     25753 |    1597    13664    38703 |    14294    10988     16 | 52.668 % |
6.79/7.05	c 7	|     38727 |    1597    13664    38703 |    15723    15600     18 | 52.667 % |
9.76/10.06	c 10	|     58189 |    1597    13664    38703 |    17296    17028     21 | 52.667 % |
14.72/15.04	c 15	|     87381 |    1597    13664    38703 |    19025    16738     24 | 52.668 % |
23.14/23.56	c 24	|    131171 |    1597    13664    38703 |    20928    17812     19 | 52.667 % |
36.80/37.32	c 37	|    196855 |    1597    13664    38703 |    23021    13796     17 | 52.668 % |
58.00/58.79	c 59	|    295382 |    1597    13664    38703 |    25323    22092     18 | 52.668 % |
94.46/95.54	c 96	|    443171 |    1597    13664    38703 |    27855    25491     24 | 52.668 % |
150.62/152.25	c 152	|    664855 |    1597    13664    38703 |    30641    16704     19 | 52.668 % |
228.85/230.92	c 231	|    997381 |    1597    13664    38703 |    33705    17596     21 | 52.667 % |
347.10/349.21	c 349	|   1496170 |    1597    13664    38703 |    37076    22359     26 | 52.667 % |
546.42/548.64	c 549	|   2244353 |    1597    13664    38703 |    40783    37611     20 | 52.667 % |
863.21/865.59	c 866	|   3366628 |    1597    13664    38703 |    44862    40822     21 | 52.667 % |
1393.32/1395.84	c 1396	|   5050039 |    1597    13664    38703 |    49348    36843     23 | 52.668 % |
2223.10/2225.96	c 2226	|   7575155 |    1597    13664    38703 |    54283    21308     24 | 52.668 % |
3547.03/3550.32	c 3550	|  11362832 |    1597    13664    38703 |    59711    26361     18 | 52.668 % |
3600.01/3603.31	sh: line 1:  7813 Terminated              HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out' 2>&1
3600.01/3603.31	c ERROR unknown output  in HOME/temp.out
3600.01/3603.31	c 3603	CPU 3599.73 (0.03 0.01 3599.7 0.29)
3600.01/3603.31	c 3603	END Wed Jul 23 05:17:19 2008

Verifier Data (download as text)

OK	36	175
36 unsatisfied constraints, 175 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-1128020-1216779436/watcher-1128020-1216779436 -o /tmp/evaluation-result-1128020-1216779436/solver-1128020-1216779436 -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-1128020-1216779436.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/80 7765
/proc/meminfo: memFree=1363144/2055920 swapFree=4192956/4192956
[pid=7765] ppid=7763 vsize=12268 CPUtime=0
/proc/7765/stat : 7765 (sugar) R 7763 7765 6890 0 -1 4194304 348 0 0 0 0 0 0 0 24 0 1 0 5030927 12562432 316 996147200 4194304 4206940 548682068592 18446744073709551615 271894411877 0 2147483391 4224 0 0 0 0 17 1 0 0
/proc/7765/statm: 3067 316 241 3 0 167 0

[startup+0.0783801 s]
/proc/loadavg: 1.92 1.98 1.99 4/80 7765
/proc/meminfo: memFree=1363144/2055920 swapFree=4192956/4192956
[pid=7765] ppid=7763 vsize=13600 CPUtime=0.04
/proc/7765/stat : 7765 (sugar) S 7763 7765 6890 0 -1 4194304 898 127 0 0 3 1 0 0 19 0 1 0 5030927 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 271903141986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/7765/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.101908 s]
/proc/loadavg: 1.92 1.98 1.99 4/80 7765
/proc/meminfo: memFree=1363144/2055920 swapFree=4192956/4192956
[pid=7765] ppid=7763 vsize=13600 CPUtime=0.04
/proc/7765/stat : 7765 (sugar) S 7763 7765 6890 0 -1 4194304 898 127 0 0 3 1 0 0 19 0 1 0 5030927 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 271903141986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/7765/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.30293 s]
/proc/loadavg: 1.92 1.98 1.99 4/80 7765
/proc/meminfo: memFree=1363144/2055920 swapFree=4192956/4192956
[pid=7765] ppid=7763 vsize=13600 CPUtime=0.04
/proc/7765/stat : 7765 (sugar) S 7763 7765 6890 0 -1 4194304 898 127 0 0 3 1 0 0 19 0 1 0 5030927 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 271903141986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/7765/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.702972 s]
/proc/loadavg: 1.92 1.98 1.99 4/80 7765
/proc/meminfo: memFree=1363144/2055920 swapFree=4192956/4192956
[pid=7765] ppid=7763 vsize=13600 CPUtime=0.54
/proc/7765/stat : 7765 (sugar) S 7763 7765 6890 0 -1 4194304 974 4576 0 1 3 1 47 3 16 0 1 0 5030927 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 271903141986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/7765/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 0.54
Current children cumulated vsize (KiB) 13600

[startup+1.50205 s]
/proc/loadavg: 1.92 1.98 1.99 4/91 7787
/proc/meminfo: memFree=1350320/2055920 swapFree=4192956/4192956
[pid=7765] ppid=7763 vsize=13600 CPUtime=1.32
/proc/7765/stat : 7765 (sugar) S 7763 7765 6890 0 -1 4194304 1108 12636 0 2 3 1 119 9 16 0 1 0 5030927 13926400 808 996147200 4194304 4206940 548682068592 18446744073709551615 271903141986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/7765/statm: 3400 808 374 3 0 500 0
Current children cumulated CPU time (s) 1.32
Current children cumulated vsize (KiB) 13600

[startup+3.10121 s]
/proc/loadavg: 1.92 1.98 1.99 3/83 7813
/proc/meminfo: memFree=1355624/2055920 swapFree=4192956/4192956
[pid=7765] ppid=7763 vsize=13600 CPUtime=1.66
/proc/7765/stat : 7765 (sugar) S 7763 7765 6890 0 -1 4194304 1294 21522 0 4 3 1 148 14 15 0 1 0 5030927 13926400 808 996147200 4194304 4206940 548682068592 18446744073709551615 271903141986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/7765/statm: 3400 808 374 3 0 500 0
[pid=7812] ppid=7765 vsize=5356 CPUtime=0
/proc/7812/stat : 7812 (sh) S 7765 7765 6890 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 5031108 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 271894242116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7812/statm: 1339 232 193 169 0 50 0
[pid=7813] ppid=7812 vsize=4708 CPUtime=1.26
/proc/7813/stat : 7813 (minisat) R 7812 7765 6890 0 -1 4194304 1080 0 0 0 126 0 0 0 25 0 1 0 5031108 4820992 1066 996147200 134512640 135127466 4294956256 18446744073709551615 134530692 0 0 4096 3 0 0 0 17 1 0 0
/proc/7813/statm: 1177 1066 75 150 0 1024 0
Current children cumulated CPU time (s) 2.92
Current children cumulated vsize (KiB) 23664

[startup+6.30153 s]
/proc/loadavg: 1.93 1.98 1.99 3/83 7813
/proc/meminfo: memFree=1355176/2055920 swapFree=4192956/4192956
[pid=7765] ppid=7763 vsize=13600 CPUtime=1.66
/proc/7765/stat : 7765 (sugar) S 7763 7765 6890 0 -1 4194304 1294 21522 0 4 3 1 148 14 16 0 1 0 5030927 13926400 808 996147200 4194304 4206940 548682068592 18446744073709551615 271903141986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/7765/statm: 3400 808 374 3 0 500 0
[pid=7812] ppid=7765 vsize=5356 CPUtime=0
/proc/7812/stat : 7812 (sh) S 7765 7765 6890 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 5031108 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 271894242116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7812/statm: 1339 232 193 169 0 50 0
[pid=7813] ppid=7812 vsize=5388 CPUtime=4.43
/proc/7813/stat : 7813 (minisat) R 7812 7765 6890 0 -1 4194304 1226 0 0 0 443 0 0 0 25 0 1 0 5031108 5517312 1212 996147200 134512640 135127466 4294956256 18446744073709551615 134530692 0 0 4096 3 0 0 0 17 1 0 0
/proc/7813/statm: 1347 1212 75 150 0 1194 0
Current children cumulated CPU time (s) 6.09
Current children cumulated vsize (KiB) 24344

[startup+12.7012 s]
/proc/loadavg: 1.93 1.98 1.99 3/83 7813
/proc/meminfo: memFree=1354032/2055920 swapFree=4192956/4192956
[pid=7765] ppid=7763 vsize=13600 CPUtime=1.66
/proc/7765/stat : 7765 (sugar) S 7763 7765 6890 0 -1 4194304 1294 21522 0 4 3 1 148 14 16 0 1 0 5030927 13926400 808 996147200 4194304 4206940 548682068592 18446744073709551615 271903141986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/7765/statm: 3400 808 374 3 0 500 0
[pid=7812] ppid=7765 vsize=5356 CPUtime=0
/proc/7812/stat : 7812 (sh) S 7765 7765 6890 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 5031108 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 271894242116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7812/statm: 1339 232 193 169 0 50 0
[pid=7813] ppid=7812 vsize=6272 CPUtime=10.78
/proc/7813/stat : 7813 (minisat) R 7812 7765 6890 0 -1 4194304 1455 0 0 0 1077 1 0 0 25 0 1 0 5031108 6422528 1441 996147200 134512640 135127466 4294956256 18446744073709551615 134530692 0 0 4096 3 0 0 0 17 1 0 0
/proc/7813/statm: 1568 1441 75 150 0 1415 0
Current children cumulated CPU time (s) 12.44
Current children cumulated vsize (KiB) 25228

[startup+25.5025 s]
/proc/loadavg: 1.95 1.98 1.99 3/83 7813
/proc/meminfo: memFree=1353456/2055920 swapFree=4192956/4192956
[pid=7765] ppid=7763 vsize=13600 CPUtime=1.66
/proc/7765/stat : 7765 (sugar) S 7763 7765 6890 0 -1 4194304 1294 21522 0 4 3 1 148 14 16 0 1 0 5030927 13926400 808 996147200 4194304 4206940 548682068592 18446744073709551615 271903141986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/7765/statm: 3400 808 374 3 0 500 0
[pid=7812] ppid=7765 vsize=5356 CPUtime=0
/proc/7812/stat : 7812 (sh) S 7765 7765 6890 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 5031108 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 271894242116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7812/statm: 1339 232 193 169 0 50 0
[pid=7813] ppid=7812 vsize=6952 CPUtime=23.46
/proc/7813/stat : 7813 (minisat) R 7812 7765 6890 0 -1 4194304 1630 0 0 0 2345 1 0 0 25 0 1 0 5031108 7118848 1616 996147200 134512640 135127466 4294956256 18446744073709551615 134530616 0 0 4096 3 0 0 0 17 1 0 0
/proc/7813/statm: 1738 1616 75 150 0 1585 0
Current children cumulated CPU time (s) 25.12
Current children cumulated vsize (KiB) 25908

[startup+51.103 s]
/proc/loadavg: 1.96 1.98 1.99 3/83 7813
/proc/meminfo: memFree=1352880/2055920 swapFree=4192956/4192956
[pid=7765] ppid=7763 vsize=13600 CPUtime=1.66
/proc/7765/stat : 7765 (sugar) S 7763 7765 6890 0 -1 4194304 1294 21522 0 4 3 1 148 14 16 0 1 0 5030927 13926400 808 996147200 4194304 4206940 548682068592 18446744073709551615 271903141986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/7765/statm: 3400 808 374 3 0 500 0
[pid=7812] ppid=7765 vsize=5356 CPUtime=0
/proc/7812/stat : 7812 (sh) S 7765 7765 6890 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 5031108 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 271894242116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7812/statm: 1339 232 193 169 0 50 0
[pid=7813] ppid=7812 vsize=7644 CPUtime=48.82
/proc/7813/stat : 7813 (minisat) R 7812 7765 6890 0 -1 4194304 1772 0 0 0 4881 1 0 0 25 0 1 0 5031108 7827456 1758 996147200 134512640 135127466 4294956256 18446744073709551615 134530809 0 0 4096 3 0 0 0 17 1 0 0
/proc/7813/statm: 1911 1758 75 150 0 1758 0
Current children cumulated CPU time (s) 50.48
Current children cumulated vsize (KiB) 26600

[startup+102.306 s]
/proc/loadavg: 1.98 1.98 1.99 3/83 7813
/proc/meminfo: memFree=1350768/2055920 swapFree=4192956/4192956
[pid=7765] ppid=7763 vsize=13600 CPUtime=1.66
/proc/7765/stat : 7765 (sugar) S 7763 7765 6890 0 -1 4194304 1294 21522 0 4 3 1 148 14 16 0 1 0 5030927 13926400 808 996147200 4194304 4206940 548682068592 18446744073709551615 271903141986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/7765/statm: 3400 808 374 3 0 500 0
[pid=7812] ppid=7765 vsize=5356 CPUtime=0
/proc/7812/stat : 7812 (sh) S 7765 7765 6890 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 5031108 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 271894242116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7812/statm: 1339 232 193 169 0 50 0
[pid=7813] ppid=7812 vsize=9860 CPUtime=99.54
/proc/7813/stat : 7813 (minisat) R 7812 7765 6890 0 -1 4194304 2304 0 0 0 9952 2 0 0 25 0 1 0 5031108 10096640 2290 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/7813/statm: 2465 2290 75 150 0 2312 0
Current children cumulated CPU time (s) 101.2
Current children cumulated vsize (KiB) 28816

[startup+162.302 s]
/proc/loadavg: 1.99 1.98 1.99 3/83 7815
/proc/meminfo: memFree=1349608/2055920 swapFree=4192956/4192956
[pid=7765] ppid=7763 vsize=13600 CPUtime=1.66
/proc/7765/stat : 7765 (sugar) S 7763 7765 6890 0 -1 4194304 1294 21522 0 4 3 1 148 14 16 0 1 0 5030927 13926400 808 996147200 4194304 4206940 548682068592 18446744073709551615 271903141986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/7765/statm: 3400 808 374 3 0 500 0
[pid=7812] ppid=7765 vsize=5356 CPUtime=0
/proc/7812/stat : 7812 (sh) S 7765 7765 6890 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 5031108 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 271894242116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7812/statm: 1339 232 193 169 0 50 0
[pid=7813] ppid=7812 vsize=10824 CPUtime=158.96
/proc/7813/stat : 7813 (minisat) R 7812 7765 6890 0 -1 4194304 2558 0 0 0 15894 2 0 0 25 0 1 0 5031108 11083776 2544 996147200 134512640 135127466 4294956256 18446744073709551615 134530783 0 0 4096 3 0 0 0 17 1 0 0
/proc/7813/statm: 2706 2544 75 150 0 2553 0
Current children cumulated CPU time (s) 160.62
Current children cumulated vsize (KiB) 29780

[startup+222.302 s]
/proc/loadavg: 1.99 1.98 1.99 3/76 7897
/proc/meminfo: memFree=1371752/2055920 swapFree=4192956/4192956
[pid=7765] ppid=7763 vsize=13600 CPUtime=1.66
/proc/7765/stat : 7765 (sugar) S 7763 7765 6890 0 -1 4194304 1294 21522 0 4 3 1 148 14 16 0 1 0 5030927 13926400 808 996147200 4194304 4206940 548682068592 18446744073709551615 271903141986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/7765/statm: 3400 808 374 3 0 500 0
[pid=7812] ppid=7765 vsize=5356 CPUtime=0
/proc/7812/stat : 7812 (sh) S 7765 7765 6890 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 5031108 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 271894242116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7812/statm: 1339 232 193 169 0 50 0
[pid=7813] ppid=7812 vsize=11580 CPUtime=218.59
/proc/7813/stat : 7813 (minisat) R 7812 7765 6890 0 -1 4194304 2745 0 0 0 21856 3 0 0 25 0 1 0 5031108 11857920 2731 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/7813/statm: 2895 2731 75 150 0 2742 0
Current children cumulated CPU time (s) 220.25
Current children cumulated vsize (KiB) 30536

[startup+282.303 s]
/proc/loadavg: 1.99 1.98 1.99 3/76 7897
/proc/meminfo: memFree=1364840/2055920 swapFree=4192956/4192956
[pid=7765] ppid=7763 vsize=13600 CPUtime=1.66
/proc/7765/stat : 7765 (sugar) S 7763 7765 6890 0 -1 4194304 1294 21522 0 4 3 1 148 14 16 0 1 0 5030927 13926400 808 996147200 4194304 4206940 548682068592 18446744073709551615 271903141986 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/7765/statm: 3400 808 374 3 0 500 0
[pid=7812] ppid=7765 vsize=5356 CPUtime=0
/proc/7812/stat : 7812 (sh) S 7765 7765 6890 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 5031108 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 271894242116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7812/statm: 1339 232 193 169 0 50 0
[pid=7813] ppid=7812 vsize=13024 CPUtime=278.56
/proc/7813/stat : 7813 (minisat) R 7812 7765 6890 0 -1 4194304 3077 0 0 0 27853 3 0 0 25 0 1 0 5031108 13336576 3063 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/7813/statm: 3256 3063 75 150 0 3103 0
Current children cumulated CPU time (s) 280.22
Current children cumulated vsize (KiB) 31980


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

/proc/loadavg: 2.11 2.02 2.01 3/84 8023
/proc/meminfo: memFree=1359208/2055920 swapFree=4192956/4192956
[pid=7765] ppid=7763 vsize=13600 CPUtime=1.66
/proc/7765/stat : 7765 (sugar) S 7763 7765 6890 0 -1 4194304 1294 21522 0 4 3 1 148 14 16 0 1 0 5030927 13926400 808 996147200 4194304 4206940 548682068592 18446744073709551615 271903141986 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/7765/statm: 3400 808 374 3 0 500 0
[pid=7812] ppid=7765 vsize=5356 CPUtime=0
/proc/7812/stat : 7812 (sh) S 7765 7765 6890 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 5031108 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 271894242116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7812/statm: 1339 232 193 169 0 50 0
[pid=7813] ppid=7812 vsize=27124 CPUtime=3097.53
/proc/7813/stat : 7813 (minisat) R 7812 7765 6890 0 -1 4194304 6363 0 0 0 309740 13 0 0 25 0 1 0 5031108 27774976 6349 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/7813/statm: 6781 6349 75 150 0 6628 0
Current children cumulated CPU time (s) 3099.19
Current children cumulated vsize (KiB) 46080

[startup+3162.3 s]
/proc/loadavg: 2.11 2.03 2.00 3/84 8023
/proc/meminfo: memFree=1359208/2055920 swapFree=4192956/4192956
[pid=7765] ppid=7763 vsize=13600 CPUtime=1.66
/proc/7765/stat : 7765 (sugar) S 7763 7765 6890 0 -1 4194304 1294 21522 0 4 3 1 148 14 16 0 1 0 5030927 13926400 808 996147200 4194304 4206940 548682068592 18446744073709551615 271903141986 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/7765/statm: 3400 808 374 3 0 500 0
[pid=7812] ppid=7765 vsize=5356 CPUtime=0
/proc/7812/stat : 7812 (sh) S 7765 7765 6890 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 5031108 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 271894242116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7812/statm: 1339 232 193 169 0 50 0
[pid=7813] ppid=7812 vsize=27272 CPUtime=3157.51
/proc/7813/stat : 7813 (minisat) R 7812 7765 6890 0 -1 4194304 6377 0 0 0 315738 13 0 0 25 0 1 0 5031108 27926528 6363 996147200 134512640 135127466 4294956256 18446744073709551615 134530936 0 0 4096 3 0 0 0 17 0 0 0
/proc/7813/statm: 6818 6363 75 150 0 6665 0
Current children cumulated CPU time (s) 3159.17
Current children cumulated vsize (KiB) 46228

[startup+3222.3 s]
/proc/loadavg: 2.11 2.04 2.00 3/84 8023
/proc/meminfo: memFree=1358952/2055920 swapFree=4192956/4192956
[pid=7765] ppid=7763 vsize=13600 CPUtime=1.66
/proc/7765/stat : 7765 (sugar) S 7763 7765 6890 0 -1 4194304 1294 21522 0 4 3 1 148 14 16 0 1 0 5030927 13926400 808 996147200 4194304 4206940 548682068592 18446744073709551615 271903141986 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/7765/statm: 3400 808 374 3 0 500 0
[pid=7812] ppid=7765 vsize=5356 CPUtime=0
/proc/7812/stat : 7812 (sh) S 7765 7765 6890 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 5031108 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 271894242116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7812/statm: 1339 232 193 169 0 50 0
[pid=7813] ppid=7812 vsize=27560 CPUtime=3217.48
/proc/7813/stat : 7813 (minisat) R 7812 7765 6890 0 -1 4194304 6440 0 0 0 321735 13 0 0 25 0 1 0 5031108 28221440 6426 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/7813/statm: 6890 6426 75 150 0 6737 0
Current children cumulated CPU time (s) 3219.14
Current children cumulated vsize (KiB) 46516

[startup+3282.3 s]
/proc/loadavg: 2.27 2.09 2.02 3/84 8023
/proc/meminfo: memFree=1358760/2055920 swapFree=4192956/4192956
[pid=7765] ppid=7763 vsize=13600 CPUtime=1.66
/proc/7765/stat : 7765 (sugar) S 7763 7765 6890 0 -1 4194304 1294 21522 0 4 3 1 148 14 16 0 1 0 5030927 13926400 808 996147200 4194304 4206940 548682068592 18446744073709551615 271903141986 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/7765/statm: 3400 808 374 3 0 500 0
[pid=7812] ppid=7765 vsize=5356 CPUtime=0
/proc/7812/stat : 7812 (sh) S 7765 7765 6890 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 5031108 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 271894242116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7812/statm: 1339 232 193 169 0 50 0
[pid=7813] ppid=7812 vsize=27696 CPUtime=3277.47
/proc/7813/stat : 7813 (minisat) R 7812 7765 6890 0 -1 4194304 6466 0 0 0 327734 13 0 0 25 0 1 0 5031108 28360704 6452 996147200 134512640 135127466 4294956256 18446744073709551615 134530613 0 0 4096 3 0 0 0 17 0 0 0
/proc/7813/statm: 6924 6452 75 150 0 6771 0
Current children cumulated CPU time (s) 3279.13
Current children cumulated vsize (KiB) 46652

[startup+3342.3 s]
/proc/loadavg: 2.17 2.10 2.02 3/84 8023
/proc/meminfo: memFree=1358760/2055920 swapFree=4192956/4192956
[pid=7765] ppid=7763 vsize=13600 CPUtime=1.66
/proc/7765/stat : 7765 (sugar) S 7763 7765 6890 0 -1 4194304 1294 21522 0 4 3 1 148 14 16 0 1 0 5030927 13926400 808 996147200 4194304 4206940 548682068592 18446744073709551615 271903141986 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/7765/statm: 3400 808 374 3 0 500 0
[pid=7812] ppid=7765 vsize=5356 CPUtime=0
/proc/7812/stat : 7812 (sh) S 7765 7765 6890 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 5031108 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 271894242116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7812/statm: 1339 232 193 169 0 50 0
[pid=7813] ppid=7812 vsize=27696 CPUtime=3337.44
/proc/7813/stat : 7813 (minisat) R 7812 7765 6890 0 -1 4194304 6466 0 0 0 333731 13 0 0 25 0 1 0 5031108 28360704 6452 996147200 134512640 135127466 4294956256 18446744073709551615 134530936 0 0 4096 3 0 0 0 17 0 0 0
/proc/7813/statm: 6924 6452 75 150 0 6771 0
Current children cumulated CPU time (s) 3339.1
Current children cumulated vsize (KiB) 46652

[startup+3402.31 s]
/proc/loadavg: 2.06 2.08 2.02 3/84 8023
/proc/meminfo: memFree=1358504/2055920 swapFree=4192956/4192956
[pid=7765] ppid=7763 vsize=13600 CPUtime=1.66
/proc/7765/stat : 7765 (sugar) S 7763 7765 6890 0 -1 4194304 1294 21522 0 4 3 1 148 14 16 0 1 0 5030927 13926400 808 996147200 4194304 4206940 548682068592 18446744073709551615 271903141986 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/7765/statm: 3400 808 374 3 0 500 0
[pid=7812] ppid=7765 vsize=5356 CPUtime=0
/proc/7812/stat : 7812 (sh) S 7765 7765 6890 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 5031108 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 271894242116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7812/statm: 1339 232 193 169 0 50 0
[pid=7813] ppid=7812 vsize=27872 CPUtime=3397.42
/proc/7813/stat : 7813 (minisat) R 7812 7765 6890 0 -1 4194304 6505 0 0 0 339729 13 0 0 25 0 1 0 5031108 28540928 6491 996147200 134512640 135127466 4294956256 18446744073709551615 134530752 0 0 4096 3 0 0 0 17 0 0 0
/proc/7813/statm: 6968 6491 75 150 0 6815 0
Current children cumulated CPU time (s) 3399.08
Current children cumulated vsize (KiB) 46828

[startup+3462.3 s]
/proc/loadavg: 2.02 2.06 2.01 3/84 8023
/proc/meminfo: memFree=1358312/2055920 swapFree=4192956/4192956
[pid=7765] ppid=7763 vsize=13600 CPUtime=1.66
/proc/7765/stat : 7765 (sugar) S 7763 7765 6890 0 -1 4194304 1294 21522 0 4 3 1 148 14 16 0 1 0 5030927 13926400 808 996147200 4194304 4206940 548682068592 18446744073709551615 271903141986 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/7765/statm: 3400 808 374 3 0 500 0
[pid=7812] ppid=7765 vsize=5356 CPUtime=0
/proc/7812/stat : 7812 (sh) S 7765 7765 6890 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 5031108 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 271894242116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7812/statm: 1339 232 193 169 0 50 0
[pid=7813] ppid=7812 vsize=27872 CPUtime=3457.4
/proc/7813/stat : 7813 (minisat) R 7812 7765 6890 0 -1 4194304 6520 0 0 0 345727 13 0 0 25 0 1 0 5031108 28540928 6506 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/7813/statm: 6968 6506 75 150 0 6815 0
Current children cumulated CPU time (s) 3459.06
Current children cumulated vsize (KiB) 46828

[startup+3522.3 s]
/proc/loadavg: 2.01 2.05 2.01 3/84 8023
/proc/meminfo: memFree=1357992/2055920 swapFree=4192956/4192956
[pid=7765] ppid=7763 vsize=13600 CPUtime=1.66
/proc/7765/stat : 7765 (sugar) S 7763 7765 6890 0 -1 4194304 1294 21522 0 4 3 1 148 14 16 0 1 0 5030927 13926400 808 996147200 4194304 4206940 548682068592 18446744073709551615 271903141986 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/7765/statm: 3400 808 374 3 0 500 0
[pid=7812] ppid=7765 vsize=5356 CPUtime=0
/proc/7812/stat : 7812 (sh) S 7765 7765 6890 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 5031108 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 271894242116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7812/statm: 1339 232 193 169 0 50 0
[pid=7813] ppid=7812 vsize=28172 CPUtime=3517.38
/proc/7813/stat : 7813 (minisat) R 7812 7765 6890 0 -1 4194304 6598 0 0 0 351724 14 0 0 25 0 1 0 5031108 28848128 6584 996147200 134512640 135127466 4294956256 18446744073709551615 134530621 0 0 4096 3 0 0 0 17 0 0 0
/proc/7813/statm: 7043 6584 75 150 0 6890 0
Current children cumulated CPU time (s) 3519.04
Current children cumulated vsize (KiB) 47128

[startup+3582.3 s]
/proc/loadavg: 2.00 2.04 2.00 3/84 8023
/proc/meminfo: memFree=1357416/2055920 swapFree=4192956/4192956
[pid=7765] ppid=7763 vsize=13600 CPUtime=1.66
/proc/7765/stat : 7765 (sugar) S 7763 7765 6890 0 -1 4194304 1294 21522 0 4 3 1 148 14 16 0 1 0 5030927 13926400 808 996147200 4194304 4206940 548682068592 18446744073709551615 271903141986 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/7765/statm: 3400 808 374 3 0 500 0
[pid=7812] ppid=7765 vsize=5356 CPUtime=0
/proc/7812/stat : 7812 (sh) S 7765 7765 6890 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 5031108 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 271894242116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7812/statm: 1339 232 193 169 0 50 0
[pid=7813] ppid=7812 vsize=28840 CPUtime=3577.36
/proc/7813/stat : 7813 (minisat) R 7812 7765 6890 0 -1 4194304 6733 0 0 0 357722 14 0 0 25 0 1 0 5031108 29532160 6719 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/7813/statm: 7210 6719 75 150 0 7057 0
Current children cumulated CPU time (s) 3579.02
Current children cumulated vsize (KiB) 47796



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3603.3 s]
/proc/loadavg: 2.00 2.03 2.00 3/84 8023
/proc/meminfo: memFree=1357352/2055920 swapFree=4192956/4192956
[pid=7765] ppid=7763 vsize=13600 CPUtime=1.66
/proc/7765/stat : 7765 (sugar) S 7763 7765 6890 0 -1 4194304 1294 21522 0 4 3 1 148 14 16 0 1 0 5030927 13926400 808 996147200 4194304 4206940 548682068592 18446744073709551615 271903141986 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/7765/statm: 3400 808 374 3 0 500 0
[pid=7812] ppid=7765 vsize=5356 CPUtime=0
/proc/7812/stat : 7812 (sh) S 7765 7765 6890 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 5031108 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 271894242116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7812/statm: 1339 232 193 169 0 50 0
[pid=7813] ppid=7812 vsize=28988 CPUtime=3598.35
/proc/7813/stat : 7813 (minisat) R 7812 7765 6890 0 -1 4194304 6749 0 0 0 359821 14 0 0 25 0 1 0 5031108 29683712 6735 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/7813/statm: 7247 6735 75 150 0 7094 0
Current children cumulated CPU time (s) 3600.01
Current children cumulated vsize (KiB) 47944

Sending SIGTERM to process tree (bottom up)
SSolver just ended. Dumping a history of the last processes samples

[startup+3603.3 s]
/proc/loadavg: 2.00 2.03 2.00 3/84 8023
/proc/meminfo: memFree=1357352/2055920 swapFree=4192956/4192956
[pid=7765] ppid=7763 vsize=13600 CPUtime=1.66
/proc/7765/stat : 7765 (sugar) S 7763 7765 6890 0 -1 4194304 1294 21522 0 4 3 1 148 14 16 0 1 0 5030927 13926400 808 996147200 4194304 4206940 548682068592 18446744073709551615 271903141986 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/7765/statm: 3400 808 374 3 0 500 0
[pid=7812] ppid=7765 vsize=5356 CPUtime=0
/proc/7812/stat : 7812 (sh) S 7765 7765 6890 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 5031108 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 271894242116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7812/statm: 1339 232 193 169 0 50 0
[pid=7813] ppid=7812 vsize=28988 CPUtime=3598.35
/proc/7813/stat : 7813 (minisat) R 7812 7765 6890 0 -1 4194304 6749 0 0 0 359821 14 0 0 25 0 1 0 5031108 29683712 6735 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/7813/statm: 7247 6735 75 150 0 7094 0
Current children cumulated CPU time (s) 3600.01
Current children cumulated vsize (KiB) 47944

Child status: 0
Real time (s): 3603.31
CPU time (s): 3600.06
CPU user time (s): 3599.74
CPU system time (s): 0.315951
CPU usage (%): 99.9096
Max. virtual memory (cumulated for all children) (KiB): 887300

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3599.74
system time used= 0.315951
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 29919
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= 2090
involuntary context switches= 20871

runsolver used 3.2815 second user time and 10.2794 second system time

The end

Launcher Data (download as text)

Begin job on node60 at 2008-07-23 04:17:16
IDJOB=1128020
IDBENCH=64542
IDSOLVER=368
FILE ID=node60/1128020-1216779436
PBS_JOBID= 7974108
Free space on /tmp= 66560 MiB

SOLVER NAME= Sugar v1.13+minisat
BENCH NAME= CPAI08/maxcsp/kbtree/kbtree-5-2-4-5/kbtree-5-2-4-5-50/normalized-kbtree-5-2-4-5-50-16_ext.xml
COMMAND LINE= DIR/sugar -max -c -vv -java="java -Xmx700M" -jar="DIR/sugar-v1-13.jar" -solver="DIR/minisat" -tmp="TMPDIR/temp" BENCHNAME
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1128020-1216779436/watcher-1128020-1216779436 -o /tmp/evaluation-result-1128020-1216779436/solver-1128020-1216779436 -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-1128020-1216779436.xml

TIME LIMIT= 3600 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= c787644cde9553ad2fd159a902eb28c6
RANDOM SEED=1322549075

node60.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.218
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.218
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:       1363624 kB
Buffers:         31332 kB
Cached:         559452 kB
SwapCached:          0 kB
Active:         356228 kB
Inactive:       285156 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1363624 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:            1348 kB
Writeback:           0 kB
Mapped:          70916 kB
Slab:            35968 kB
Committed_AS:   892684 kB
PageTables:       1928 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 node60 at 2008-07-23 05:17:19