Trace number 1128340

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 3616.12

General information on the benchmark

Namemaxcsp/kbtree/kbtree-9-2-3-5/kbtree-9-2-3-5-70/
normalized-kbtree-9-2-3-5-70-04_ext.xml
MD5SUMd32cd4364b239301909c698c9e857b17
Bench Category2-ARY-EXT (binary constraints in extension)
Best result obtained on this benchmarkMSAT TO
Best Number of falsified constraints112
Best CPU time to get the best result obtained on this benchmark1598.71
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)

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:15:08 2008
0.00/0.04	c 0	PID 6769
0.03/0.05	c 0	HOST node67.alineos.net
0.03/0.05	c 0	CONVERTING HOME/instance-1128340-1216782908.xml TO HOME/temp.csp
0.03/0.05	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1128340-1216782908.xml' 'HOME/temp.csp'
0.03/0.54	c 0	1 domains, 58 variables, 0 predicates, 309 relations, 309 constraints
0.03/0.58	c 0	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.03/0.58	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -max -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
0.50/0.66	c 0	Parsing HOME/temp.csp
0.50/0.83	c 1	parsed 677 expressions
0.50/0.83	c 1	Heap : 1 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.50/0.84	c 1	MAX CSP: 309 constraints
0.50/0.84	c 1	Converting to clausal form CSP
0.50/0.86	c 1	converted 99 (10%) expressions
0.50/0.87	c 1	converted 198 (20%) expressions
0.50/0.87	c 1	converted 297 (30%) expressions
0.50/0.88	c 1	converted 396 (40%) expressions
0.50/0.89	c 1	converted 495 (50%) expressions
0.50/0.90	c 1	converted 594 (60%) expressions
0.50/0.91	c 1	converted 693 (70%) expressions
0.50/0.91	c 1	converted 792 (80%) expressions
0.50/0.93	c 1	converted 891 (90%) expressions
0.91/1.08	c 1	converted 989 (100%) expressions
0.91/1.08	c 1	CSP : 676 integers, 0 booleans, 926 clauses, largest domain size 464
0.91/1.08	c 1	Heap : 2 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.91/1.08	c 1	Propagation in CSP
1.01/1.12	c 1	304 values, 0 unsatisfiable literals, and 0 valid clauses are removed
1.01/1.12	c 1	CSP : 676 integers, 0 booleans, 926 clauses, largest domain size 310
1.01/1.12	c 1	Heap : 2 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.01/1.12	c 1	Simplifing CSP by introducing new Boolean variables
1.01/1.12	c 1	CSP : 676 integers, 0 booleans, 926 clauses, largest domain size 310
1.01/1.12	c 1	Heap : 2 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.01/1.15	c 1	Encoding CSP to SAT : HOME/temp.cnf
1.01/1.16	c 1	68 (10%) CSP integer variables are encoded (174 clauses, 1816 bytes)
1.01/1.16	c 1	136 (20%) CSP integer variables are encoded (174 clauses, 1816 bytes)
1.01/1.16	c 1	203 (30%) CSP integer variables are encoded (174 clauses, 1816 bytes)
1.01/1.17	c 1	271 (40%) CSP integer variables are encoded (174 clauses, 1816 bytes)
1.01/1.17	c 1	338 (50%) CSP integer variables are encoded (174 clauses, 1816 bytes)
1.01/1.17	c 1	406 (60%) CSP integer variables are encoded (653 clauses, 7200 bytes)
1.01/1.18	c 1	474 (70%) CSP integer variables are encoded (996 clauses, 11659 bytes)
1.01/1.18	c 1	541 (80%) CSP integer variables are encoded (1536 clauses, 18679 bytes)
1.01/1.18	c 1	609 (90%) CSP integer variables are encoded (3918 clauses, 49645 bytes)
1.01/1.18	c 1	676 (100%) CSP integer variables are encoded (4612 clauses, 58667 bytes)
1.11/1.22	c 1	93 (10%) CSP clauses are encoded (5269 clauses, 69034 bytes)
1.11/1.23	c 1	186 (20%) CSP clauses are encoded (5931 clauses, 79906 bytes)
1.11/1.25	c 1	278 (30%) CSP clauses are encoded (6569 clauses, 91652 bytes)
1.11/1.26	c 1	371 (40%) CSP clauses are encoded (7524 clauses, 105914 bytes)
1.11/1.27	c 1	463 (50%) CSP clauses are encoded (13786 clauses, 216128 bytes)
1.11/1.28	c 1	556 (60%) CSP clauses are encoded (15809 clauses, 250734 bytes)
1.21/1.32	c 1	649 (70%) CSP clauses are encoded (33160 clauses, 566469 bytes)
1.21/1.37	c 1	741 (80%) CSP clauses are encoded (49814 clauses, 852403 bytes)
1.31/1.43	c 1	834 (90%) CSP clauses are encoded (86273 clauses, 1517351 bytes)
1.41/1.51	c 1	926 (100%) CSP clauses are encoded (134861 clauses, 2407256 bytes)
1.41/1.51	c 1	926 CSP clauses encoded
1.41/1.51	c 1	Writing map file : HOME/temp.map
1.41/1.52	c 1	Heap : 1 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.41/1.52	c 1	SAT : 5288 SAT variables, 134861 SAT clauses, 2407256 bytes
1.41/1.52	c 1	Heap : 1 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.41/1.58	c 1	OBJECTIVE minimize _COST
1.41/1.58	c 1	OBJECTIVE BOUND: 0 <= _COST <= 
1.41/1.58	c 1	SEARCHING: _COST <= 155
1.41/1.58	c 1	SOLVING HOME/temp.cnf
1.41/1.58	c 1	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
1.41/1.58	c 1	This is MiniSat 2.0 beta
1.41/1.58	c 1	WARNING: for repeatability, setting FPU to use double precision
1.41/1.58	c 1	============================[ Problem Statistics ]=============================
1.41/1.58	c 1	|                                                                             |
1.41/1.58	c 1	|  Number of variables:  5288                                                 |
1.41/1.58	c 1	|  Number of clauses:    134862                                               |
1.45/1.65	c 1	|  Parsing time:         0.05         s                                       |
1.45/1.68	c 1	============================[ Search Statistics ]==============================
1.45/1.68	c 1	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
1.45/1.68	c 1	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
1.45/1.68	c 1	===============================================================================
1.45/1.68	c 1	|         0 |    3902    87473   253765 |    29157        0    nan |  0.000 % |
1.45/1.72	c 1	|       100 |    3900    87473   253765 |    32073       99     25 | 26.418 % |
1.45/1.74	c 1	|       250 |    3900    87473   253765 |    35280      249     26 | 26.419 % |
1.45/1.77	c 2	|       476 |    3900    87473   253765 |    38808      475     26 | 26.419 % |
1.45/1.80	c 2	|       813 |    3900    87473   253765 |    42689      812     25 | 26.419 % |
1.45/1.86	c 2	|      1320 |    3900    87473   253765 |    46958     1319     24 | 26.418 % |
1.45/1.97	c 2	|      2081 |    3891    87201   252990 |    51654     2080     31 | 26.418 % |
1.96/2.11	c 2	|      3220 |    3891    87201   252990 |    56820     3219     36 | 26.418 % |
2.15/2.33	c 2	|      4930 |    3891    87201   252990 |    62502     4929     36 | 26.418 % |
2.45/2.68	c 2	|      7492 |    3891    87201   252990 |    68752     7491     37 | 26.419 % |
3.15/3.32	c 3	|     11336 |    3891    87201   252990 |    75627    11335     39 | 26.418 % |
4.14/4.38	c 4	|     17103 |    3891    87201   252990 |    83190    17102     33 | 26.418 % |
5.93/6.15	c 6	|     25752 |    3891    87201   252990 |    91509    25751     33 | 26.418 % |
9.61/9.87	c 10	|     38729 |    3891    87201   252990 |   100660    38728     35 | 26.419 % |
18.07/18.35	c 18	|     58191 |    3891    87201   252990 |   110726    58190     36 | 26.418 % |
24.34/24.65	c 24	===============================================================================
24.34/24.65	c 24	restarts              : 15
24.34/24.65	c 24	conflicts             : 69912          (3052 /sec)
24.34/24.65	c 24	decisions             : 87584          (0.67 % random) (3823 /sec)
24.34/24.65	c 24	propagations          : 17169289       (749439 /sec)
24.34/24.65	c 24	conflict literals     : 2683015        (25.57 % deleted)
24.34/24.65	c 24	Memory used           : 19.32 MB
24.34/24.65	c 24	CPU time              : 22.9095 s
24.34/24.65	c 24	
24.34/24.65	c 24	SATISFIABLE
24.34/24.66	c 24	FOUND: _COST <= 155
24.34/24.66	s SATISFIABLE
24.34/24.66	c 24	DECODING HOME/temp.out WITH HOME/temp.map
24.34/24.66	c 24	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
24.42/24.74	c 24	Decoding HOME/temp.out
24.42/24.82	c 25	OBJECTIVE _COST 155
24.42/24.82	o 155
24.42/24.83	v 3 4 2 3 4 2 1 4 1 0 2 1 2 4 4 4 1 2 2 4 3 2 0 4 3 2 1 1 4 2 2 1 2 3 3 2 4 2 2 2 4 4 4 0 0 2 4 0 2 2 4 4 0 2 3 4 3 0
24.42/24.83	c 25	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
24.42/24.88	c 25	OBJECTIVE BOUND: 0 <= _COST <= 155
24.42/24.88	c 25	SEARCHING: _COST <= 77
24.42/24.88	c 25	SOLVING HOME/temp.cnf
24.42/24.88	c 25	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
24.42/24.88	c 25	This is MiniSat 2.0 beta
24.42/24.88	c 25	WARNING: for repeatability, setting FPU to use double precision
24.42/24.88	c 25	============================[ Problem Statistics ]=============================
24.42/24.88	c 25	|                                                                             |
24.42/24.88	c 25	|  Number of variables:  5288                                                 |
24.42/24.88	c 25	|  Number of clauses:    134862                                               |
24.58/24.95	c 25	|  Parsing time:         0.06         s                                       |
24.58/24.99	c 25	============================[ Search Statistics ]==============================
24.58/24.99	c 25	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
24.58/24.99	c 25	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
24.58/24.99	c 25	===============================================================================
24.58/24.99	c 25	|         0 |    3121    58104   167923 |    19368        0    nan |  0.000 % |
24.58/25.01	c 25	|       101 |    3119    58104   167923 |    21304      100     15 | 41.225 % |
24.58/25.02	c 25	|       252 |    3119    58104   167923 |    23435      251     17 | 41.226 % |
24.58/25.05	c 25	|       478 |    3119    58104   167923 |    25778      477     17 | 41.226 % |
24.58/25.08	c 25	|       817 |    3119    58104   167923 |    28356      816     17 | 41.225 % |
24.58/25.14	c 25	|      1323 |    3108    57672   166674 |    31192     1322     16 | 41.225 % |
24.89/25.24	c 25	|      2084 |    3108    57672   166674 |    34311     2083     19 | 41.225 % |
24.99/25.36	c 25	|      3225 |    3108    57672   166674 |    37742     3224     19 | 41.226 % |
25.28/25.62	c 25	|      4933 |    3108    57672   166674 |    41517     4932     18 | 41.226 % |
25.68/26.01	c 26	|      7495 |    3108    57672   166674 |    45668     7494     21 | 41.225 % |
26.28/26.65	c 26	|     11339 |    3108    57672   166674 |    50235    11338     21 | 41.226 % |
27.37/27.73	c 27	|     17107 |    3108    57672   166674 |    55259    17106     21 | 41.226 % |
29.37/29.71	c 29	|     25757 |    3108    57672   166674 |    60785    25756     21 | 41.226 % |
33.54/33.97	c 34	|     38731 |    3108    57672   166674 |    66863    38730     21 | 41.226 % |
43.19/43.63	c 43	|     58192 |    3108    57672   166674 |    73549    58191     21 | 41.226 % |
56.43/56.98	c 57	|     87384 |    3108    57672   166674 |    80904    23433     23 | 41.226 % |
81.11/81.77	c 82	|    131174 |    3108    57672   166674 |    88995    67223     30 | 41.226 % |
114.95/115.75	c 115	|    196860 |    3108    57672   166674 |    97894    55591     25 | 41.226 % |
179.93/181.08	c 181	|    295388 |    3108    57672   166674 |   107684    68634     27 | 41.226 % |
276.36/277.96	c 278	|    443178 |    3108    57672   166674 |   118452    26492     26 | 41.226 % |
432.61/434.94	c 435	|    664862 |    3108    57672   166674 |   130298    36786     28 | 41.226 % |
696.33/699.98	c 700	|    997389 |    3108    57672   166674 |   143328    20931     24 | 41.226 % |
1115.40/1121.02	c 1121	|   1496177 |    3108    57672   166674 |   157660   132837     28 | 41.226 % |
1839.20/1848.33	c 1848	|   2244360 |    3108    57672   166674 |   173426    23095     26 | 41.226 % |
3115.03/3130.32	c 3130	|   3366634 |    3108    57672   166674 |   190769    44860     28 | 41.225 % |
3600.06/3616.11	c ERROR unknown output  in HOME/temp.out
3600.06/3616.11	c 3616	CPU 24.4 (0.03 0.01 24.37 0.17)
3600.06/3616.11	c 3616	END Wed Jul 23 06:15:24 2008

Verifier Data (download as text)

OK	150	159
150 unsatisfied constraints, 159 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-1128340-1216782908/watcher-1128340-1216782908 -o /tmp/evaluation-result-1128340-1216782908/solver-1128340-1216782908 -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-1128340-1216782908.xml 

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


[startup+0 s]
/proc/loadavg: 2.58 2.71 2.66 4/81 6769
/proc/meminfo: memFree=1312592/2055920 swapFree=4192956/4192956
[pid=6769] ppid=6767 vsize=12268 CPUtime=0
/proc/6769/stat : 6769 (sugar) R 6767 6769 3739 0 -1 4194304 348 0 0 0 0 0 0 0 20 0 1 0 5377604 12562432 316 996147200 4194304 4206940 548682068592 18446744073709551615 271638559333 0 2147483391 4224 0 0 0 0 17 1 0 0
/proc/6769/statm: 3067 316 241 3 0 167 0

[startup+0.0510259 s]
/proc/loadavg: 2.58 2.71 2.66 4/81 6769
/proc/meminfo: memFree=1312592/2055920 swapFree=4192956/4192956
[pid=6769] ppid=6767 vsize=13600 CPUtime=0.03
/proc/6769/stat : 6769 (sugar) S 6767 6769 3739 0 -1 4194304 846 0 0 0 2 1 0 0 18 0 1 0 5377604 13926400 793 996147200 4194304 4206940 548682068592 18446744073709551615 271647289442 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/6769/statm: 3400 793 367 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.10203 s]
/proc/loadavg: 2.58 2.71 2.66 4/81 6769
/proc/meminfo: memFree=1312592/2055920 swapFree=4192956/4192956
[pid=6769] ppid=6767 vsize=13600 CPUtime=0.03
/proc/6769/stat : 6769 (sugar) S 6767 6769 3739 0 -1 4194304 898 127 0 0 2 1 0 0 19 0 1 0 5377604 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 271647289442 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/6769/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.302046 s]
/proc/loadavg: 2.58 2.71 2.66 4/81 6769
/proc/meminfo: memFree=1312592/2055920 swapFree=4192956/4192956
[pid=6769] ppid=6767 vsize=13600 CPUtime=0.03
/proc/6769/stat : 6769 (sugar) S 6767 6769 3739 0 -1 4194304 898 127 0 0 2 1 0 0 19 0 1 0 5377604 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 271647289442 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/6769/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.701895 s]
/proc/loadavg: 2.58 2.71 2.66 4/81 6769
/proc/meminfo: memFree=1312592/2055920 swapFree=4192956/4192956
[pid=6769] ppid=6767 vsize=13600 CPUtime=0.5
/proc/6769/stat : 6769 (sugar) S 6767 6769 3739 0 -1 4194304 974 4637 0 1 2 1 44 3 16 0 1 0 5377604 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 271647289442 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/6769/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 13600

[startup+1.50298 s]
/proc/loadavg: 2.58 2.71 2.66 4/92 6791
/proc/meminfo: memFree=1302328/2055920 swapFree=4192956/4192956
[pid=6769] ppid=6767 vsize=13600 CPUtime=0.51
/proc/6769/stat : 6769 (sugar) S 6767 6769 3739 0 -1 4194304 974 4637 0 1 3 1 44 3 15 0 1 0 5377604 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 271647289442 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/6769/statm: 3400 797 370 3 0 500 0
[pid=6782] ppid=6769 vsize=5356 CPUtime=0
/proc/6782/stat : 6782 (sh) S 6769 6769 3739 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 5377662 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 271638389572 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/6782/statm: 1339 233 193 169 0 50 0
[pid=6783] ppid=6782 vsize=868500 CPUtime=0.9
/proc/6783/stat : 6783 (java) S 6782 6769 3739 0 -1 0 6529 0 1 0 84 6 0 0 18 0 9 0 5377663 889344000 5704 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/6783/statm: 217125 5704 2564 9 0 211672 0
[pid=6783/tid=6784] ppid=6782 vsize=868500 CPUtime=0.57
/proc/6783/task/6784/stat : 6784 (java) R 6782 6769 3739 0 -1 64 2777 0 1 0 54 3 0 0 20 0 9 0 5377664 889344000 5704 996147200 134512640 134550740 4294955936 18446744073709551615 4126516464 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6783/tid=6785] ppid=6782 vsize=868500 CPUtime=0.07
/proc/6783/task/6785/stat : 6785 (java) S 6782 6769 3739 0 -1 64 1580 0 0 0 6 1 0 0 16 0 9 0 5377665 889344000 5704 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=6783/tid=6786] ppid=6782 vsize=868500 CPUtime=0
/proc/6783/task/6786/stat : 6786 (java) S 6782 6769 3739 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 5377665 889344000 5704 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6783/tid=6787] ppid=6782 vsize=868500 CPUtime=0
/proc/6783/task/6787/stat : 6787 (java) S 6782 6769 3739 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 5377665 889344000 5704 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6783/tid=6788] ppid=6782 vsize=868500 CPUtime=0
/proc/6783/task/6788/stat : 6788 (java) S 6782 6769 3739 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 5377667 889344000 5704 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6783/tid=6789] ppid=6782 vsize=868500 CPUtime=0.24
/proc/6783/task/6789/stat : 6789 (java) S 6782 6769 3739 0 -1 64 1480 0 0 0 23 1 0 0 16 0 9 0 5377667 889344000 5704 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6783/tid=6790] ppid=6782 vsize=868500 CPUtime=0
/proc/6783/task/6790/stat : 6790 (java) S 6782 6769 3739 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 5377667 889344000 5704 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6783/tid=6791] ppid=6782 vsize=868500 CPUtime=0
/proc/6783/task/6791/stat : 6791 (java) S 6782 6769 3739 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 5377667 889344000 5704 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.41
Current children cumulated vsize (KiB) 887456

[startup+3.10114 s]
/proc/loadavg: 2.58 2.71 2.66 3/84 6793
/proc/meminfo: memFree=1301304/2055920 swapFree=4192956/4192956
[pid=6769] ppid=6767 vsize=13728 CPUtime=1.45
/proc/6769/stat : 6769 (sugar) S 6767 6769 3739 0 -1 4194304 1063 11474 0 2 3 1 131 10 15 0 1 0 5377604 14057472 811 996147200 4194304 4206940 548682068592 18446744073709551615 271647289442 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/6769/statm: 3432 811 374 3 0 532 0
[pid=6792] ppid=6769 vsize=5356 CPUtime=0
/proc/6792/stat : 6792 (sh) S 6769 6769 3739 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 5377762 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 271638389572 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/6792/statm: 1339 232 193 169 0 50 0
[pid=6793] ppid=6792 vsize=8344 CPUtime=1.49
/proc/6793/stat : 6793 (minisat) R 6792 6769 3739 0 -1 4194304 2000 0 0 0 148 1 0 0 25 0 1 0 5377762 8544256 1986 996147200 134512640 135127466 4294956256 18446744073709551615 134530641 0 0 4096 3 0 0 0 17 1 0 0
/proc/6793/statm: 2086 1986 76 150 0 1933 0
Current children cumulated CPU time (s) 2.94
Current children cumulated vsize (KiB) 27428

[startup+6.30147 s]
/proc/loadavg: 2.53 2.70 2.66 3/84 6793
/proc/meminfo: memFree=1298488/2055920 swapFree=4192956/4192956
[pid=6769] ppid=6767 vsize=13728 CPUtime=1.45
/proc/6769/stat : 6769 (sugar) S 6767 6769 3739 0 -1 4194304 1063 11474 0 2 3 1 131 10 16 0 1 0 5377604 14057472 811 996147200 4194304 4206940 548682068592 18446744073709551615 271647289442 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/6769/statm: 3432 811 374 3 0 532 0
[pid=6792] ppid=6769 vsize=5356 CPUtime=0
/proc/6792/stat : 6792 (sh) S 6769 6769 3739 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 5377762 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 271638389572 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/6792/statm: 1339 232 193 169 0 50 0
[pid=6793] ppid=6792 vsize=10944 CPUtime=4.68
/proc/6793/stat : 6793 (minisat) R 6792 6769 3739 0 -1 4194304 2635 0 0 0 466 2 0 0 25 0 1 0 5377762 11206656 2621 996147200 134512640 135127466 4294956256 18446744073709551615 134530665 0 0 4096 3 0 0 0 17 1 0 0
/proc/6793/statm: 2736 2621 76 150 0 2583 0
Current children cumulated CPU time (s) 6.13
Current children cumulated vsize (KiB) 30028

[startup+12.7011 s]
/proc/loadavg: 2.49 2.69 2.65 3/84 6793
/proc/meminfo: memFree=1294136/2055920 swapFree=4192956/4192956
[pid=6769] ppid=6767 vsize=13728 CPUtime=1.45
/proc/6769/stat : 6769 (sugar) S 6767 6769 3739 0 -1 4194304 1063 11474 0 2 3 1 131 10 16 0 1 0 5377604 14057472 811 996147200 4194304 4206940 548682068592 18446744073709551615 271647289442 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/6769/statm: 3432 811 374 3 0 532 0
[pid=6792] ppid=6769 vsize=5356 CPUtime=0
/proc/6792/stat : 6792 (sh) S 6769 6769 3739 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 5377762 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 271638389572 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/6792/statm: 1339 232 193 169 0 50 0
[pid=6793] ppid=6792 vsize=14756 CPUtime=11.05
/proc/6793/stat : 6793 (minisat) R 6792 6769 3739 0 -1 4194304 3589 0 0 0 1102 3 0 0 25 0 1 0 5377762 15110144 3575 996147200 134512640 135127466 4294956256 18446744073709551615 134522635 0 0 4096 3 0 0 0 17 1 0 0
/proc/6793/statm: 3689 3575 76 150 0 3536 0
Current children cumulated CPU time (s) 12.5
Current children cumulated vsize (KiB) 33840

[startup+25.5014 s]
/proc/loadavg: 2.38 2.65 2.64 3/84 6805
/proc/meminfo: memFree=1301176/2055920 swapFree=4192956/4192956
[pid=6769] ppid=6767 vsize=13728 CPUtime=24.58
/proc/6769/stat : 6769 (sugar) S 6767 6769 3739 0 -1 4194304 1182 20396 0 3 3 1 2437 17 15 0 1 0 5377604 14057472 811 996147200 4194304 4206940 548682068592 18446744073709551615 271647289442 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/6769/statm: 3432 811 374 3 0 532 0
[pid=6804] ppid=6769 vsize=5356 CPUtime=0
/proc/6804/stat : 6804 (sh) S 6769 6769 3739 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 5380092 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 271638389572 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/6804/statm: 1339 232 193 169 0 50 0
[pid=6805] ppid=6804 vsize=7404 CPUtime=0.6
/proc/6805/stat : 6805 (minisat) R 6804 6769 3739 0 -1 4194304 1763 0 0 0 60 0 0 0 24 0 1 0 5380092 7581696 1749 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/6805/statm: 1851 1749 75 150 0 1698 0
Current children cumulated CPU time (s) 25.18
Current children cumulated vsize (KiB) 26488

[startup+51.101 s]
/proc/loadavg: 2.25 2.60 2.62 3/84 6805
/proc/meminfo: memFree=1294264/2055920 swapFree=4192956/4192956
[pid=6769] ppid=6767 vsize=13728 CPUtime=24.58
/proc/6769/stat : 6769 (sugar) S 6767 6769 3739 0 -1 4194304 1182 20396 0 3 3 1 2437 17 16 0 1 0 5377604 14057472 811 996147200 4194304 4206940 548682068592 18446744073709551615 271647289442 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/6769/statm: 3432 811 374 3 0 532 0
[pid=6804] ppid=6769 vsize=5356 CPUtime=0
/proc/6804/stat : 6804 (sh) S 6769 6769 3739 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 5380092 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 271638389572 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/6804/statm: 1339 232 193 169 0 50 0
[pid=6805] ppid=6804 vsize=14584 CPUtime=26.07
/proc/6805/stat : 6805 (minisat) R 6804 6769 3739 0 -1 4194304 3532 0 0 0 2605 2 0 0 25 0 1 0 5380092 14934016 3518 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/6805/statm: 3646 3518 75 150 0 3493 0
Current children cumulated CPU time (s) 50.65
Current children cumulated vsize (KiB) 33668

[startup+102.306 s]
/proc/loadavg: 2.11 2.51 2.59 3/84 6805
/proc/meminfo: memFree=1287736/2055920 swapFree=4192956/4192956
[pid=6769] ppid=6767 vsize=13728 CPUtime=24.58
/proc/6769/stat : 6769 (sugar) S 6767 6769 3739 0 -1 4194304 1182 20396 0 3 3 1 2437 17 16 0 1 0 5377604 14057472 811 996147200 4194304 4206940 548682068592 18446744073709551615 271647289442 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/6769/statm: 3432 811 374 3 0 532 0
[pid=6804] ppid=6769 vsize=5356 CPUtime=0
/proc/6804/stat : 6804 (sh) S 6769 6769 3739 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 5380092 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 271638389572 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/6804/statm: 1339 232 193 169 0 50 0
[pid=6805] ppid=6804 vsize=21108 CPUtime=77.04
/proc/6805/stat : 6805 (minisat) R 6804 6769 3739 0 -1 4194304 5135 0 0 0 7699 5 0 0 25 0 1 0 5380092 21614592 5121 996147200 134512640 135127466 4294956256 18446744073709551615 134530635 0 0 4096 3 0 0 0 17 1 0 0
/proc/6805/statm: 5277 5121 75 150 0 5124 0
Current children cumulated CPU time (s) 101.62
Current children cumulated vsize (KiB) 40192

[startup+162.301 s]
/proc/loadavg: 2.04 2.41 2.55 3/84 6805
/proc/meminfo: memFree=1285944/2055920 swapFree=4192956/4192956
[pid=6769] ppid=6767 vsize=13728 CPUtime=24.58
/proc/6769/stat : 6769 (sugar) S 6767 6769 3739 0 -1 4194304 1182 20396 0 3 3 1 2437 17 16 0 1 0 5377604 14057472 811 996147200 4194304 4206940 548682068592 18446744073709551615 271647289442 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/6769/statm: 3432 811 374 3 0 532 0
[pid=6804] ppid=6769 vsize=5356 CPUtime=0
/proc/6804/stat : 6804 (sh) S 6769 6769 3739 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 5380092 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 271638389572 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/6804/statm: 1339 232 193 169 0 50 0
[pid=6805] ppid=6804 vsize=23040 CPUtime=136.74
/proc/6805/stat : 6805 (minisat) R 6804 6769 3739 0 -1 4194304 5585 0 0 0 13669 5 0 0 25 0 1 0 5380092 23592960 5571 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/6805/statm: 5760 5571 75 150 0 5607 0
Current children cumulated CPU time (s) 161.32
Current children cumulated vsize (KiB) 42124

[startup+222.302 s]
/proc/loadavg: 2.01 2.33 2.51 3/84 6805
/proc/meminfo: memFree=1283832/2055920 swapFree=4192956/4192956
[pid=6769] ppid=6767 vsize=13728 CPUtime=24.58
/proc/6769/stat : 6769 (sugar) S 6767 6769 3739 0 -1 4194304 1182 20396 0 3 3 1 2437 17 16 0 1 0 5377604 14057472 811 996147200 4194304 4206940 548682068592 18446744073709551615 271647289442 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/6769/statm: 3432 811 374 3 0 532 0
[pid=6804] ppid=6769 vsize=5356 CPUtime=0
/proc/6804/stat : 6804 (sh) S 6769 6769 3739 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 5380092 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 271638389572 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0

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

/proc/meminfo: memFree=1253752/2055920 swapFree=4192956/4192956
[pid=6769] ppid=6767 vsize=13728 CPUtime=24.58
/proc/6769/stat : 6769 (sugar) S 6767 6769 3739 0 -1 4194304 1182 20396 0 3 3 1 2437 17 16 0 1 0 5377604 14057472 811 996147200 4194304 4206940 548682068592 18446744073709551615 271647289442 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/6769/statm: 3432 811 374 3 0 532 0
[pid=6804] ppid=6769 vsize=5356 CPUtime=0
/proc/6804/stat : 6804 (sh) S 6769 6769 3739 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 5380092 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 271638389572 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/6804/statm: 1339 232 193 169 0 50 0
[pid=6805] ppid=6804 vsize=55380 CPUtime=3122.29
/proc/6805/stat : 6805 (minisat) R 6804 6769 3739 0 -1 4194304 13175 0 0 0 312212 17 0 0 25 0 1 0 5380092 56709120 13153 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/6805/statm: 13845 13153 75 150 0 13692 0
Current children cumulated CPU time (s) 3146.87
Current children cumulated vsize (KiB) 74464

[startup+3222.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 6813
/proc/meminfo: memFree=1253240/2055920 swapFree=4192956/4192956
[pid=6769] ppid=6767 vsize=13728 CPUtime=24.58
/proc/6769/stat : 6769 (sugar) S 6767 6769 3739 0 -1 4194304 1182 20396 0 3 3 1 2437 17 16 0 1 0 5377604 14057472 811 996147200 4194304 4206940 548682068592 18446744073709551615 271647289442 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/6769/statm: 3432 811 374 3 0 532 0
[pid=6804] ppid=6769 vsize=5356 CPUtime=0
/proc/6804/stat : 6804 (sh) S 6769 6769 3739 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 5380092 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 271638389572 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/6804/statm: 1339 232 193 169 0 50 0
[pid=6805] ppid=6804 vsize=55896 CPUtime=3182.01
/proc/6805/stat : 6805 (minisat) R 6804 6769 3739 0 -1 4194304 13286 0 0 0 318184 17 0 0 25 0 1 0 5380092 57237504 13264 996147200 134512640 135127466 4294956256 18446744073709551615 134530823 0 0 4096 3 0 0 0 17 1 0 0
/proc/6805/statm: 13974 13264 75 150 0 13821 0
Current children cumulated CPU time (s) 3206.59
Current children cumulated vsize (KiB) 74980

[startup+3282.3 s]
/proc/loadavg: 1.78 1.95 1.98 2/67 6837
/proc/meminfo: memFree=1266912/2055920 swapFree=4192956/4192956
[pid=6769] ppid=6767 vsize=13728 CPUtime=24.58
/proc/6769/stat : 6769 (sugar) S 6767 6769 3739 0 -1 4194304 1182 20396 0 3 3 1 2437 17 16 0 1 0 5377604 14057472 811 996147200 4194304 4206940 548682068592 18446744073709551615 271647289442 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/6769/statm: 3432 811 374 3 0 532 0
[pid=6804] ppid=6769 vsize=5356 CPUtime=0
/proc/6804/stat : 6804 (sh) S 6769 6769 3739 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 5380092 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 271638389572 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/6804/statm: 1339 232 193 169 0 50 0
[pid=6805] ppid=6804 vsize=56448 CPUtime=3241.77
/proc/6805/stat : 6805 (minisat) R 6804 6769 3739 0 -1 4194304 13416 0 0 0 324159 18 0 0 25 0 1 0 5380092 57802752 13394 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/6805/statm: 14112 13394 75 150 0 13959 0
Current children cumulated CPU time (s) 3266.35
Current children cumulated vsize (KiB) 75532

[startup+3342.3 s]
/proc/loadavg: 1.28 1.77 1.92 2/67 6837
/proc/meminfo: memFree=1265952/2055920 swapFree=4192956/4192956
[pid=6769] ppid=6767 vsize=13728 CPUtime=24.58
/proc/6769/stat : 6769 (sugar) S 6767 6769 3739 0 -1 4194304 1182 20396 0 3 3 1 2437 17 16 0 1 0 5377604 14057472 811 996147200 4194304 4206940 548682068592 18446744073709551615 271647289442 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/6769/statm: 3432 811 374 3 0 532 0
[pid=6804] ppid=6769 vsize=5356 CPUtime=0
/proc/6804/stat : 6804 (sh) S 6769 6769 3739 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 5380092 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 271638389572 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/6804/statm: 1339 232 193 169 0 50 0
[pid=6805] ppid=6804 vsize=57372 CPUtime=3301.74
/proc/6805/stat : 6805 (minisat) R 6804 6769 3739 0 -1 4194304 13698 0 0 0 330156 18 0 0 25 0 1 0 5380092 58748928 13676 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/6805/statm: 14343 13676 75 150 0 14190 0
Current children cumulated CPU time (s) 3326.32
Current children cumulated vsize (KiB) 76456

[startup+3402.31 s]
/proc/loadavg: 1.10 1.63 1.86 2/67 6837
/proc/meminfo: memFree=1265952/2055920 swapFree=4192956/4192956
[pid=6769] ppid=6767 vsize=13728 CPUtime=24.58
/proc/6769/stat : 6769 (sugar) S 6767 6769 3739 0 -1 4194304 1182 20396 0 3 3 1 2437 17 16 0 1 0 5377604 14057472 811 996147200 4194304 4206940 548682068592 18446744073709551615 271647289442 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/6769/statm: 3432 811 374 3 0 532 0
[pid=6804] ppid=6769 vsize=5356 CPUtime=0
/proc/6804/stat : 6804 (sh) S 6769 6769 3739 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 5380092 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 271638389572 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/6804/statm: 1339 232 193 169 0 50 0
[pid=6805] ppid=6804 vsize=57372 CPUtime=3361.74
/proc/6805/stat : 6805 (minisat) R 6804 6769 3739 0 -1 4194304 13701 0 0 0 336155 19 0 0 25 0 1 0 5380092 58748928 13679 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/6805/statm: 14343 13679 75 150 0 14190 0
Current children cumulated CPU time (s) 3386.32
Current children cumulated vsize (KiB) 76456

[startup+3462.3 s]
/proc/loadavg: 1.04 1.51 1.80 2/67 6837
/proc/meminfo: memFree=1265760/2055920 swapFree=4192956/4192956
[pid=6769] ppid=6767 vsize=13728 CPUtime=24.58
/proc/6769/stat : 6769 (sugar) S 6767 6769 3739 0 -1 4194304 1182 20396 0 3 3 1 2437 17 16 0 1 0 5377604 14057472 811 996147200 4194304 4206940 548682068592 18446744073709551615 271647289442 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/6769/statm: 3432 811 374 3 0 532 0
[pid=6804] ppid=6769 vsize=5356 CPUtime=0
/proc/6804/stat : 6804 (sh) S 6769 6769 3739 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 5380092 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 271638389572 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/6804/statm: 1339 232 193 169 0 50 0
[pid=6805] ppid=6804 vsize=57616 CPUtime=3421.72
/proc/6805/stat : 6805 (minisat) R 6804 6769 3739 0 -1 4194304 13746 0 0 0 342153 19 0 0 25 0 1 0 5380092 58998784 13724 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/6805/statm: 14404 13724 75 150 0 14251 0
Current children cumulated CPU time (s) 3446.3
Current children cumulated vsize (KiB) 76700

[startup+3522.3 s]
/proc/loadavg: 1.01 1.42 1.75 2/67 6837
/proc/meminfo: memFree=1265568/2055920 swapFree=4192956/4192956
[pid=6769] ppid=6767 vsize=13728 CPUtime=24.58
/proc/6769/stat : 6769 (sugar) S 6767 6769 3739 0 -1 4194304 1182 20396 0 3 3 1 2437 17 16 0 1 0 5377604 14057472 811 996147200 4194304 4206940 548682068592 18446744073709551615 271647289442 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/6769/statm: 3432 811 374 3 0 532 0
[pid=6804] ppid=6769 vsize=5356 CPUtime=0
/proc/6804/stat : 6804 (sh) S 6769 6769 3739 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 5380092 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 271638389572 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/6804/statm: 1339 232 193 169 0 50 0
[pid=6805] ppid=6804 vsize=57956 CPUtime=3481.7
/proc/6805/stat : 6805 (minisat) R 6804 6769 3739 0 -1 4194304 13795 0 0 0 348151 19 0 0 25 0 1 0 5380092 59346944 13773 996147200 134512640 135127466 4294956256 18446744073709551615 134530840 0 0 4096 3 0 0 0 17 1 0 0
/proc/6805/statm: 14489 13773 75 150 0 14336 0
Current children cumulated CPU time (s) 3506.28
Current children cumulated vsize (KiB) 77040

[startup+3582.3 s]
/proc/loadavg: 1.00 1.34 1.70 2/67 6837
/proc/meminfo: memFree=1265376/2055920 swapFree=4192956/4192956
[pid=6769] ppid=6767 vsize=13728 CPUtime=24.58
/proc/6769/stat : 6769 (sugar) S 6767 6769 3739 0 -1 4194304 1182 20396 0 3 3 1 2437 17 16 0 1 0 5377604 14057472 811 996147200 4194304 4206940 548682068592 18446744073709551615 271647289442 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/6769/statm: 3432 811 374 3 0 532 0
[pid=6804] ppid=6769 vsize=5356 CPUtime=0
/proc/6804/stat : 6804 (sh) S 6769 6769 3739 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 5380092 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 271638389572 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/6804/statm: 1339 232 193 169 0 50 0
[pid=6805] ppid=6804 vsize=58168 CPUtime=3541.69
/proc/6805/stat : 6805 (minisat) R 6804 6769 3739 0 -1 4194304 13838 0 0 0 354150 19 0 0 25 0 1 0 5380092 59564032 13816 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/6805/statm: 14542 13816 75 150 0 14389 0
Current children cumulated CPU time (s) 3566.27
Current children cumulated vsize (KiB) 77252



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3616.1 s]
/proc/loadavg: 1.00 1.30 1.67 2/67 6837
/proc/meminfo: memFree=1265312/2055920 swapFree=4192956/4192956
[pid=6769] ppid=6767 vsize=13728 CPUtime=24.58
/proc/6769/stat : 6769 (sugar) S 6767 6769 3739 0 -1 4194304 1182 20396 0 3 3 1 2437 17 16 0 1 0 5377604 14057472 811 996147200 4194304 4206940 548682068592 18446744073709551615 271647289442 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/6769/statm: 3432 811 374 3 0 532 0
[pid=6804] ppid=6769 vsize=5356 CPUtime=0
/proc/6804/stat : 6804 (sh) S 6769 6769 3739 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 5380092 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 271638389572 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/6804/statm: 1339 232 193 169 0 50 0
[pid=6805] ppid=6804 vsize=58168 CPUtime=3575.48
/proc/6805/stat : 6805 (minisat) R 6804 6769 3739 0 -1 4194304 13845 0 0 0 357529 19 0 0 25 0 1 0 5380092 59564032 13823 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/6805/statm: 14542 13823 75 150 0 14389 0
Current children cumulated CPU time (s) 3600.06
Current children cumulated vsize (KiB) 77252

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

[startup+3616.1 s]
/proc/loadavg: 1.00 1.30 1.67 2/67 6837
/proc/meminfo: memFree=1265312/2055920 swapFree=4192956/4192956
[pid=6769] ppid=6767 vsize=13728 CPUtime=24.58
/proc/6769/stat : 6769 (sugar) S 6767 6769 3739 0 -1 4194304 1182 20396 0 3 3 1 2437 17 16 0 1 0 5377604 14057472 811 996147200 4194304 4206940 548682068592 18446744073709551615 271647289442 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/6769/statm: 3432 811 374 3 0 532 0
[pid=6804] ppid=6769 vsize=5356 CPUtime=0
/proc/6804/stat : 6804 (sh) S 6769 6769 3739 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 5380092 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 271638389572 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/6804/statm: 1339 232 193 169 0 50 0
[pid=6805] ppid=6804 vsize=58168 CPUtime=3575.48
/proc/6805/stat : 6805 (minisat) R 6804 6769 3739 0 -1 4194304 13845 0 0 0 357529 19 0 0 25 0 1 0 5380092 59564032 13823 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/6805/statm: 14542 13823 75 150 0 14389 0
Current children cumulated CPU time (s) 3600.06
Current children cumulated vsize (KiB) 77252

Child status: 0

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 6769 and gives
#  childrusage.ru_utime.tv_sec=24
#  childrusage.ru_utime.tv_usec=413288
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=193970
# CPU time returned by wait4() is 24.6073
# while last known CPU time is 3600.06
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 3616.12
CPU time (s): 3600.06
CPU user time (s): 3599.69
CPU system time (s): 0.37
CPU usage (%): 99.556
Max. virtual memory (cumulated for all children) (KiB): 887456

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 24.4133
system time used= 0.19397
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 21922
page faults= 3
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 2604
involuntary context switches= 3176

runsolver used 3.2845 second user time and 9.8895 second system time

The end

Launcher Data (download as text)

Begin job on node67 at 2008-07-23 05:15:08
IDJOB=1128340
IDBENCH=65221
IDSOLVER=368
FILE ID=node67/1128340-1216782908
PBS_JOBID= 7974081
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-70/normalized-kbtree-9-2-3-5-70-04_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-1128340-1216782908/watcher-1128340-1216782908 -o /tmp/evaluation-result-1128340-1216782908/solver-1128340-1216782908 -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-1128340-1216782908.xml

TIME LIMIT= 3600 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= d32cd4364b239301909c698c9e857b17
RANDOM SEED=2142911625

node67.alineos.net Linux 2.6.9-22.EL.rootsmp #1 SMP Mon Oct 3 08:59:52 CEST 2005

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.232
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5914.62
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.232
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5586.94
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1313072 kB
Buffers:         46552 kB
Cached:         600672 kB
SwapCached:          0 kB
Active:         286540 kB
Inactive:       385992 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1313072 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:            1480 kB
Writeback:           0 kB
Mapped:          45460 kB
Slab:            55276 kB
Committed_AS:   132260 kB
PageTables:       2028 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 node67 at 2008-07-23 06:15:24