Trace number 1128155

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+minisat-incMSAT (TO) 3600.06 3632.71

General information on the benchmark

Namemaxcsp/kbtree/kbtree-9-7-3-5/kbtree-9-7-3-5-60/
normalized-kbtree-9-7-3-5-60-19_ext.xml
MD5SUMbfb69c18c0d9a9ddb79a359f58d8acaf
Bench Category2-ARY-EXT (binary constraints in extension)
Best result obtained on this benchmarkMOPT
Best Number of falsified constraints59
Best CPU time to get the best result obtained on this benchmark2.41863
Satisfiable
(Un)Satisfiability was proved
Number of variables28
Number of constraints189
Maximum constraint arity2
Maximum domain size5
Number of constraints which are defined in extension189
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.07	c 0	Sugar++ v1-13 + HOME/minisat-inc
0.00/0.07	c 0	BEGIN Wed Jul 23 04:27:44 2008
0.00/0.07	c 0	PID 10979
0.00/0.07	c 0	HOST node59.alineos.net
0.00/0.07	c 0	CONVERTING HOME/instance-1128155-1216780063.xml TO HOME/temp.csp
0.00/0.07	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1128155-1216780063.xml' 'HOME/temp.csp'
0.05/0.43	c 0	1 domains, 28 variables, 0 predicates, 189 relations, 189 constraints
0.05/0.49	c 0	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.05/0.49	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -max -incremental -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
0.44/1.81	c 2	Parsing HOME/temp.csp
0.54/1.94	c 2	parsed 407 expressions
0.54/1.94	c 2	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.54/1.95	c 2	MAX CSP: 189 constraints
0.54/1.95	c 2	Converting to clausal form CSP
0.54/1.97	c 2	converted 60 (10%) expressions
0.54/1.97	c 2	converted 120 (20%) expressions
0.54/1.97	c 2	converted 180 (30%) expressions
0.54/1.98	c 2	converted 240 (40%) expressions
0.54/1.99	c 2	converted 300 (50%) expressions
0.63/2.00	c 2	converted 360 (60%) expressions
0.63/2.01	c 2	converted 420 (70%) expressions
0.63/2.01	c 2	converted 480 (80%) expressions
0.63/2.01	c 2	converted 540 (90%) expressions
0.73/2.15	c 2	converted 599 (100%) expressions
0.73/2.15	c 2	CSP : 406 integers, 0 booleans, 566 clauses, largest domain size 284
0.73/2.15	c 2	Heap : 1 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.73/2.15	c 2	Propagation in CSP
0.73/2.17	c 2	183 values, 0 unsatisfiable literals, and 0 valid clauses are removed
0.73/2.17	c 2	CSP : 406 integers, 0 booleans, 566 clauses, largest domain size 190
0.73/2.17	c 2	Heap : 1 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.73/2.17	c 2	Simplifing CSP by introducing new Boolean variables
0.73/2.17	c 2	CSP : 406 integers, 0 booleans, 566 clauses, largest domain size 190
0.73/2.17	c 2	Heap : 1 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.73/2.19	c 2	Encoding CSP to SAT : HOME/temp.cnf
0.73/2.20	c 2	41 (10%) CSP integer variables are encoded (84 clauses, 826 bytes)
0.73/2.20	c 2	82 (20%) CSP integer variables are encoded (84 clauses, 826 bytes)
0.73/2.20	c 2	122 (30%) CSP integer variables are encoded (84 clauses, 826 bytes)
0.73/2.20	c 2	163 (40%) CSP integer variables are encoded (84 clauses, 826 bytes)
0.85/2.20	c 2	203 (50%) CSP integer variables are encoded (84 clauses, 826 bytes)
0.85/2.21	c 2	244 (60%) CSP integer variables are encoded (365 clauses, 3917 bytes)
0.85/2.21	c 2	285 (70%) CSP integer variables are encoded (547 clauses, 5919 bytes)
0.85/2.21	c 2	325 (80%) CSP integer variables are encoded (846 clauses, 9523 bytes)
0.85/2.22	c 2	366 (90%) CSP integer variables are encoded (2088 clauses, 25669 bytes)
0.85/2.22	c 2	406 (100%) CSP integer variables are encoded (2481 clauses, 30778 bytes)
0.85/2.25	c 2	57 (10%) CSP clauses are encoded (2890 clauses, 37110 bytes)
0.85/2.26	c 2	114 (20%) CSP clauses are encoded (3307 clauses, 44036 bytes)
0.85/2.27	c 2	170 (30%) CSP clauses are encoded (3699 clauses, 50482 bytes)
0.85/2.28	c 2	227 (40%) CSP clauses are encoded (4133 clauses, 56819 bytes)
0.85/2.29	c 2	283 (50%) CSP clauses are encoded (6629 clauses, 93662 bytes)
0.85/2.29	c 2	340 (60%) CSP clauses are encoded (7470 clauses, 105537 bytes)
0.94/2.31	c 2	397 (70%) CSP clauses are encoded (14147 clauses, 215160 bytes)
0.94/2.31	c 2	453 (80%) CSP clauses are encoded (15051 clauses, 230270 bytes)
0.94/2.35	c 2	510 (90%) CSP clauses are encoded (34720 clauses, 578882 bytes)
0.94/2.38	c 2	566 (100%) CSP clauses are encoded (53180 clauses, 915142 bytes)
0.94/2.38	c 2	566 CSP clauses encoded
0.94/2.38	c 2	Writing map file : HOME/temp.map
0.94/2.39	c 2	Heap : 1 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.94/2.39	c 2	SAT : 2887 SAT variables, 53180 SAT clauses, 915142 bytes
0.94/2.39	c 2	Heap : 1 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.02/2.42	c 2	OBJECTIVE minimize _COST
1.02/2.42	c 2	SOLVING HOME/temp.cnf
1.02/2.42	c 2	CMD HOME/minisat-inc -incremental HOME/temp.cnf HOME/temp.out
1.02/2.42	c 2	This is MiniSat 2.0 beta incremental
1.02/2.42	c 2	WARNING: for repeatability, setting FPU to use double precision
1.02/2.42	c 2	============================[ Problem Statistics ]=============================
1.02/2.42	c 2	|                                                                             |
1.02/2.42	c 2	|  Number of variables:  2887                                                 |
1.02/2.42	c 2	|  Number of clauses:    53180                                                |
1.02/2.44	c 2	|  Parsing time:         0.02         s                                       |
1.02/2.45	c 2	OK
1.02/2.45	c 2	OBJECTIVE BOUND: 0 <= _COST <= 
1.02/2.45	c 2	SEARCHING: _COST <= 95
1.02/2.45	c 2	============================[ Search Statistics ]==============================
1.02/2.45	c 2	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
1.02/2.45	c 2	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
1.02/2.45	c 2	===============================================================================
1.02/2.45	c 2	|         0 |    2887    53180   152993 |    17726        0    nan |  0.000 % |
1.02/2.46	c 2	|       100 |    2887    53180   152993 |    19499      100     21 |  0.009 % |
1.02/2.48	c 2	|       250 |    2887    53180   152993 |    21449      250     19 |  0.009 % |
1.05/2.50	c 2	|       477 |    2887    53180   152993 |    23594      477     18 |  0.009 % |
1.05/2.53	c 2	|       814 |    2887    53180   152993 |    25953      814     17 |  0.009 % |
1.05/2.57	c 2	|      1321 |    2887    53180   152993 |    28548     1321     16 |  0.009 % |
1.05/2.64	c 2	|      2080 |    2887    53180   152993 |    31403     2080     18 |  0.009 % |
1.05/2.77	c 3	|      3221 |    2887    53180   152993 |    34544     3221     18 |  0.009 % |
1.05/2.98	c 3	|      4930 |    2887    53180   152993 |    37998     4930     20 |  0.009 % |
1.05/3.19	c 3	===============================================================================
1.05/3.19	c 3	restarts              : 9
1.05/3.19	c 3	conflicts             : 6566          (8540 /sec)
1.05/3.19	c 3	decisions             : 8596          (0.55 % random) (11180 /sec)
1.05/3.19	c 3	propagations          : 1163911        (1513769 /sec)
1.05/3.19	c 3	conflict literals     : 154210         (25.83 % deleted)
1.05/3.19	c 3	Memory used           : 4.99 MB
1.05/3.19	c 3	CPU time              : 0.768883 s
1.05/3.19	c 3	
1.05/3.19	c 3	SATISFIABLE
1.05/3.19	c 3	OK
1.05/3.19	c 3	FOUND: _COST <= 95
1.05/3.19	s SATISFIABLE
1.05/3.19	c 3	DECODING HOME/temp.out WITH HOME/temp.map
1.05/3.19	c 3	CMD java -Xmx50M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
1.05/3.28	c 3	Decoding HOME/temp.out
1.89/3.34	c 3	OBJECTIVE _COST 95
1.89/3.34	o 95
1.89/3.34	v 4 4 4 2 4 4 4 0 4 4 4 3 2 4 3 0 4 0 3 2 4 4 4 4 2 1 4 4
1.89/3.35	c 3	Heap : 0 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
1.89/3.36	c 3	OK
1.89/3.36	c 3	OBJECTIVE BOUND: 0 <= _COST <= 95
1.89/3.36	c 3	SEARCHING: _COST <= 47
1.89/3.37	c 3	============================[ Search Statistics ]==============================
1.89/3.38	c 3	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
1.89/3.38	c 3	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
1.89/3.38	c 3	===============================================================================
1.89/3.38	c 3	|      6566 |    2135    34881   100258 |    11627     6566     23 |  0.009 % |
1.89/3.39	c 3	|      6666 |    2135    34881   100258 |    12789     6666     23 | 26.053 % |
1.99/3.41	c 3	|      6818 |    2135    34881   100258 |    14068     6818     23 | 26.053 % |
1.99/3.44	c 3	|      7043 |    2135    34881   100258 |    15475     7043     23 | 26.053 % |
1.99/3.49	c 3	|      7380 |    2135    34881   100258 |    17023     7380     22 | 26.053 % |
2.09/3.56	c 3	|      7887 |    2135    34881   100258 |    18725     7887     22 | 26.053 % |
2.19/3.69	c 3	|      8649 |    2135    34881   100258 |    20597     8649     22 | 26.053 % |
2.39/3.87	c 4	|      9788 |    2135    34881   100258 |    22657     9788     21 | 26.053 % |
2.69/4.14	c 4	|     11500 |    2135    34881   100258 |    24923    11500     20 | 26.053 % |
3.08/4.54	c 4	|     14064 |    2135    34881   100258 |    27415    14064     20 | 26.053 % |
3.88/5.30	c 5	|     17908 |    2135    34881   100258 |    30157    17908     20 | 26.053 % |
5.16/6.67	c 6	|     23678 |    2135    34881   100258 |    33173    23678     20 | 26.053 % |
7.34/8.80	c 9	|     32327 |    2135    34881   100258 |    36490    32327     20 | 26.053 % |
10.81/12.35	c 12	|     45303 |    2135    34881   100258 |    40139    19649     20 | 26.053 % |
16.86/18.40	c 18	|     64764 |    2135    34881   100258 |    44153    39110     21 | 26.053 % |
26.07/27.80	c 28	|     93956 |    2135    34881   100258 |    48568    36439     21 | 26.053 % |
42.14/43.99	c 44	|    137746 |    2135    34881   100258 |    53425    43704     19 | 26.053 % |
65.43/67.43	c 67	|    203431 |    2135    34881   100258 |    58768    26588     21 | 26.053 % |
103.69/106.07	c 106	|    301962 |    2135    34881   100258 |    64645    33846     22 | 26.053 % |
165.17/168.02	c 168	|    449753 |    2135    34881   100258 |    71109    29726     22 | 26.053 % |
270.65/274.46	c 274	|    671436 |    2135    34881   100258 |    78220    23657     21 | 26.053 % |
426.30/431.48	c 431	|   1003962 |    2135    34881   100258 |    86042    37012     21 | 26.053 % |
683.18/690.53	c 690	|   1502750 |    2135    34881   100258 |    94646    28838     22 | 26.053 % |
1082.71/1093.59	c 1093	|   2250933 |    2135    34881   100258 |   104111    55437     28 | 26.053 % |
1756.06/1772.75	c 1773	|   3373207 |    2135    34881   100258 |   114522   105270     24 | 26.053 % |
2803.05/2828.86	c 2829	|   5056618 |    2135    34881   100258 |   125975    84536     26 | 26.053 % |
3600.02/3632.71	c 3633	CPU 3599.81 (0.05 0.02 3599.76 0.21)
3600.02/3632.71	c ERROR INTERRUPTED

Verifier Data (download as text)

OK	83	106
83 unsatisfied constraints, 106 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-1128155-1216780063/watcher-1128155-1216780063 -o /tmp/evaluation-result-1128155-1216780063/solver-1128155-1216780063 -C 3600 -W 4000 -M 900 --output-limit 1,15 HOME/sugar++ -max -incremental -c -vv -java=java -Xmx700M -decjava=java -Xmx50M -jar=HOME/sugar-v1-13.jar -solver=HOME/minisat-inc -tmp=HOME/temp HOME/instance-1128155-1216780063.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.08 2.02 1.94 5/80 10979
/proc/meminfo: memFree=1129256/2055920 swapFree=4192956/4192956
[pid=10979] ppid=10977 vsize=12268 CPUtime=0
/proc/10979/stat : 10979 (sugar++) R 10977 10979 10102 0 -1 4194304 348 0 0 0 0 0 0 0 20 0 1 0 5093842 12562432 316 996147200 4194304 4206940 548682068528 18446744073709551615 217051789925 0 2147483391 4224 0 0 0 0 17 0 0 0
/proc/10979/statm: 3067 316 241 3 0 167 0

[startup+0.10452 s]
/proc/loadavg: 2.08 2.02 1.94 5/80 10979
/proc/meminfo: memFree=1129256/2055920 swapFree=4192956/4192956
[pid=10979] ppid=10977 vsize=16740 CPUtime=0.05
/proc/10979/stat : 10979 (sugar++) S 10977 10979 10102 0 -1 4194304 1219 128 0 0 4 1 0 0 20 0 1 0 5093842 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 217060520034 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/10979/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 16740

[startup+0.201537 s]
/proc/loadavg: 2.08 2.02 1.94 5/80 10979
/proc/meminfo: memFree=1129256/2055920 swapFree=4192956/4192956
[pid=10979] ppid=10977 vsize=16740 CPUtime=0.05
/proc/10979/stat : 10979 (sugar++) S 10977 10979 10102 0 -1 4194304 1219 128 0 0 4 1 0 0 20 0 1 0 5093842 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 217060520034 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/10979/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 16740

[startup+0.301555 s]
/proc/loadavg: 2.08 2.02 1.94 5/80 10979
/proc/meminfo: memFree=1129256/2055920 swapFree=4192956/4192956
[pid=10979] ppid=10977 vsize=16740 CPUtime=0.05
/proc/10979/stat : 10979 (sugar++) S 10977 10979 10102 0 -1 4194304 1219 128 0 0 4 1 0 0 20 0 1 0 5093842 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 217060520034 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/10979/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 16740

[startup+0.701636 s]
/proc/loadavg: 2.08 2.02 1.94 5/80 10979
/proc/meminfo: memFree=1129256/2055920 swapFree=4192956/4192956
[pid=10979] ppid=10977 vsize=16740 CPUtime=0.38
/proc/10979/stat : 10979 (sugar++) S 10977 10979 10102 0 -1 4194304 1279 4429 0 1 4 2 30 2 16 0 1 0 5093842 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 217060520034 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/10979/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.38
Current children cumulated vsize (KiB) 16740

[startup+1.50279 s]
/proc/loadavg: 2.15 2.03 1.94 3/91 11001
/proc/meminfo: memFree=1120400/2055920 swapFree=4192956/4192956
[pid=10979] ppid=10977 vsize=16740 CPUtime=0.38
/proc/10979/stat : 10979 (sugar++) S 10977 10979 10102 0 -1 4194304 1279 4429 0 1 4 2 30 2 16 0 1 0 5093842 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 217060520034 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/10979/statm: 4185 1104 409 3 0 764 0
[pid=10992] ppid=10979 vsize=5356 CPUtime=0
/proc/10992/stat : 10992 (sh) S 10979 10979 10102 0 -1 4194304 278 0 0 0 0 0 0 0 16 0 1 0 5093892 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 217051620164 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/10992/statm: 1339 233 193 169 0 50 0
[pid=10993] ppid=10992 vsize=863724 CPUtime=0.05
/proc/10993/stat : 10993 (java) S 10992 10979 10102 0 -1 0 2855 0 1 0 4 1 0 0 19 0 9 0 5093892 884453376 2383 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/10993/statm: 215931 2383 1462 9 0 210513 0
[pid=10993/tid=10994] ppid=10992 vsize=863724 CPUtime=0.04
/proc/10993/task/10994/stat : 10994 (java) R 10992 10979 10102 0 -1 64 1946 0 1 0 3 1 0 0 25 0 9 0 5093893 884453376 2383 996147200 134512640 134550740 4294955920 18446744073709551615 4159512499 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10993/tid=10995] ppid=10992 vsize=863724 CPUtime=0
/proc/10993/task/10995/stat : 10995 (java) S 10992 10979 10102 0 -1 64 3 0 0 0 0 0 0 0 22 0 9 0 5093949 884453376 2383 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=10993/tid=10996] ppid=10992 vsize=863724 CPUtime=0
/proc/10993/task/10996/stat : 10996 (java) S 10992 10979 10102 0 -1 64 9 0 0 0 0 0 0 0 23 0 9 0 5093949 884453376 2383 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10993/tid=10997] ppid=10992 vsize=863724 CPUtime=0
/proc/10993/task/10997/stat : 10997 (java) S 10992 10979 10102 0 -1 64 4 0 0 0 0 0 0 0 24 0 9 0 5093949 884453376 2383 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10993/tid=10998] ppid=10992 vsize=863724 CPUtime=0
/proc/10993/task/10998/stat : 10998 (java) S 10992 10979 10102 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 5093951 884453376 2383 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10993/tid=10999] ppid=10992 vsize=863724 CPUtime=0
/proc/10993/task/10999/stat : 10999 (java) S 10992 10979 10102 0 -1 64 214 0 0 0 0 0 0 0 24 0 9 0 5093951 884453376 2383 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10993/tid=11000] ppid=10992 vsize=863724 CPUtime=0
/proc/10993/task/11000/stat : 11000 (java) S 10992 10979 10102 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 5093951 884453376 2383 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10993/tid=11001] ppid=10992 vsize=863724 CPUtime=0
/proc/10993/task/11001/stat : 11001 (java) S 10992 10979 10102 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 5093951 884453376 2383 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.43
Current children cumulated vsize (KiB) 885820

[startup+3.10128 s]
/proc/loadavg: 2.15 2.03 1.94 4/91 11001
/proc/meminfo: memFree=1109328/2055920 swapFree=4192956/4192956
[pid=10979] ppid=10977 vsize=16872 CPUtime=1.05
/proc/10979/stat : 10979 (sugar++) S 10977 10979 10102 0 -1 4194304 1468 11060 0 2 5 2 91 7 15 0 1 0 5093842 17276928 1117 996147200 4194304 4206940 548682068528 18446744073709551615 217060520034 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/10979/statm: 4218 1117 414 3 0 797 0
Current children cumulated CPU time (s) 1.05
Current children cumulated vsize (KiB) 16872

[startup+6.3029 s]
/proc/loadavg: 2.15 2.03 1.94 3/82 11012
/proc/meminfo: memFree=1114704/2055920 swapFree=4192956/4192956
[pid=10979] ppid=10977 vsize=16872 CPUtime=1.18
/proc/10979/stat : 10979 (sugar++) S 10977 10979 10102 0 -1 4194304 1553 14805 0 3 5 2 102 9 15 0 1 0 5093842 17276928 1119 996147200 4194304 4206940 548682068528 18446744073709551615 217060520034 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/10979/statm: 4218 1119 414 3 0 797 0
[pid=11002] ppid=10979 vsize=6364 CPUtime=3.69
/proc/11002/stat : 11002 (minisat-inc) R 10979 10979 10102 0 -1 4194304 1512 0 0 0 369 0 0 0 25 0 1 0 5094084 6516736 1458 996147200 134512640 135134323 4294956192 18446744073709551615 134532097 0 0 4096 3 0 0 0 17 1 0 0
/proc/11002/statm: 1591 1458 79 151 0 1437 0
Current children cumulated CPU time (s) 4.87
Current children cumulated vsize (KiB) 23236

[startup+12.7011 s]
/proc/loadavg: 2.28 2.06 1.95 4/82 11012
/proc/meminfo: memFree=1112344/2055920 swapFree=4192956/4192956
[pid=10979] ppid=10977 vsize=16872 CPUtime=1.18
/proc/10979/stat : 10979 (sugar++) S 10977 10979 10102 0 -1 4194304 1553 14805 0 3 5 2 102 9 16 0 1 0 5093842 17276928 1119 996147200 4194304 4206940 548682068528 18446744073709551615 217060520034 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/10979/statm: 4218 1119 414 3 0 797 0
[pid=11002] ppid=10979 vsize=8440 CPUtime=10.03
/proc/11002/stat : 11002 (minisat-inc) R 10979 10979 10102 0 -1 4194304 2006 0 0 0 1002 1 0 0 25 0 1 0 5094084 8642560 1952 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/11002/statm: 2110 1952 79 151 0 1956 0
Current children cumulated CPU time (s) 11.21
Current children cumulated vsize (KiB) 25312

[startup+25.5016 s]
/proc/loadavg: 2.24 2.06 1.95 3/82 11012
/proc/meminfo: memFree=1110936/2055920 swapFree=4192956/4192956
[pid=10979] ppid=10977 vsize=16872 CPUtime=1.18
/proc/10979/stat : 10979 (sugar++) S 10977 10979 10102 0 -1 4194304 1553 14805 0 3 5 2 102 9 16 0 1 0 5093842 17276928 1119 996147200 4194304 4206940 548682068528 18446744073709551615 217060520034 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/10979/statm: 4218 1119 414 3 0 797 0
[pid=11002] ppid=10979 vsize=9896 CPUtime=22.71
/proc/11002/stat : 11002 (minisat-inc) R 10979 10979 10102 0 -1 4194304 2360 0 0 0 2270 1 0 0 25 0 1 0 5094084 10133504 2306 996147200 134512640 135134323 4294956192 18446744073709551615 134532035 0 0 4096 3 0 0 0 17 1 0 0
/proc/11002/statm: 2474 2306 79 151 0 2320 0
Current children cumulated CPU time (s) 23.89
Current children cumulated vsize (KiB) 26768

[startup+51.1015 s]
/proc/loadavg: 2.36 2.10 1.97 3/82 11012
/proc/meminfo: memFree=1109528/2055920 swapFree=4192956/4192956
[pid=10979] ppid=10977 vsize=16872 CPUtime=1.18
/proc/10979/stat : 10979 (sugar++) S 10977 10979 10102 0 -1 4194304 1553 14805 0 3 5 2 102 9 16 0 1 0 5093842 17276928 1119 996147200 4194304 4206940 548682068528 18446744073709551615 217060520034 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/10979/statm: 4218 1119 414 3 0 797 0
[pid=11002] ppid=10979 vsize=11248 CPUtime=48.1
/proc/11002/stat : 11002 (minisat-inc) R 10979 10979 10102 0 -1 4194304 2677 0 0 0 4808 2 0 0 25 0 1 0 5094084 11517952 2623 996147200 134512640 135134323 4294956192 18446744073709551615 134531900 0 0 4096 3 0 0 0 17 1 0 0
/proc/11002/statm: 2812 2623 79 151 0 2658 0
Current children cumulated CPU time (s) 49.28
Current children cumulated vsize (KiB) 28120

[startup+102.302 s]
/proc/loadavg: 2.47 2.17 2.00 4/82 11012
/proc/meminfo: memFree=1107736/2055920 swapFree=4192956/4192956
[pid=10979] ppid=10977 vsize=16872 CPUtime=1.18
/proc/10979/stat : 10979 (sugar++) S 10977 10979 10102 0 -1 4194304 1553 14805 0 3 5 2 102 9 16 0 1 0 5093842 17276928 1119 996147200 4194304 4206940 548682068528 18446744073709551615 217060520034 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/10979/statm: 4218 1119 414 3 0 797 0
[pid=11002] ppid=10979 vsize=13012 CPUtime=98.85
/proc/11002/stat : 11002 (minisat-inc) R 10979 10979 10102 0 -1 4194304 3140 0 0 0 9883 2 0 0 25 0 1 0 5094084 13324288 3086 996147200 134512640 135134323 4294956192 18446744073709551615 134532097 0 0 4096 3 0 0 0 17 1 0 0
/proc/11002/statm: 3253 3086 79 151 0 3099 0
Current children cumulated CPU time (s) 100.03
Current children cumulated vsize (KiB) 29884

[startup+162.302 s]
/proc/loadavg: 2.37 2.20 2.02 4/82 11012
/proc/meminfo: memFree=1106456/2055920 swapFree=4192956/4192956
[pid=10979] ppid=10977 vsize=16872 CPUtime=1.18
/proc/10979/stat : 10979 (sugar++) S 10977 10979 10102 0 -1 4194304 1553 14805 0 3 5 2 102 9 16 0 1 0 5093842 17276928 1119 996147200 4194304 4206940 548682068528 18446744073709551615 217060520034 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/10979/statm: 4218 1119 414 3 0 797 0
[pid=11002] ppid=10979 vsize=14344 CPUtime=158.33
/proc/11002/stat : 11002 (minisat-inc) R 10979 10979 10102 0 -1 4194304 3424 0 0 0 15830 3 0 0 25 0 1 0 5094084 14688256 3370 996147200 134512640 135134323 4294956192 18446744073709551615 134532114 0 0 4096 3 0 0 0 17 1 0 0
/proc/11002/statm: 3586 3370 79 151 0 3432 0
Current children cumulated CPU time (s) 159.51
Current children cumulated vsize (KiB) 31216

[startup+222.306 s]
/proc/loadavg: 2.47 2.27 2.05 3/82 11012
/proc/meminfo: memFree=1105048/2055920 swapFree=4192956/4192956
[pid=10979] ppid=10977 vsize=16872 CPUtime=1.18
/proc/10979/stat : 10979 (sugar++) S 10977 10979 10102 0 -1 4194304 1553 14805 0 3 5 2 102 9 16 0 1 0 5093842 17276928 1119 996147200 4194304 4206940 548682068528 18446744073709551615 217060520034 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/10979/statm: 4218 1119 414 3 0 797 0
[pid=11002] ppid=10979 vsize=15684 CPUtime=217.82
/proc/11002/stat : 11002 (minisat-inc) R 10979 10979 10102 0 -1 4194304 3769 0 0 0 21779 3 0 0 25 0 1 0 5094084 16060416 3715 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/11002/statm: 3921 3715 79 151 0 3767 0
Current children cumulated CPU time (s) 219
Current children cumulated vsize (KiB) 32556

[startup+282.302 s]
/proc/loadavg: 2.60 2.34 2.09 3/82 11012
/proc/meminfo: memFree=1104408/2055920 swapFree=4192956/4192956
[pid=10979] ppid=10977 vsize=16872 CPUtime=1.18
/proc/10979/stat : 10979 (sugar++) S 10977 10979 10102 0 -1 4194304 1553 14805 0 3 5 2 102 9 16 0 1 0 5093842 17276928 1119 996147200 4194304 4206940 548682068528 18446744073709551615 217060520034 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/10979/statm: 4218 1119 414 3 0 797 0
[pid=11002] ppid=10979 vsize=16324 CPUtime=277.3
/proc/11002/stat : 11002 (minisat-inc) R 10979 10979 10102 0 -1 4194304 3910 0 0 0 27727 3 0 0 25 0 1 0 5094084 16715776 3856 996147200 134512640 135134323 4294956192 18446744073709551615 134531952 0 0 4096 3 0 0 0 17 1 0 0
/proc/11002/statm: 4081 3856 79 151 0 3927 0
Current children cumulated CPU time (s) 278.48
Current children cumulated vsize (KiB) 33196

[startup+342.302 s]
/proc/loadavg: 2.65 2.41 2.12 3/82 11012
/proc/meminfo: memFree=1102552/2055920 swapFree=4192956/4192956
[pid=10979] ppid=10977 vsize=16872 CPUtime=1.18
/proc/10979/stat : 10979 (sugar++) S 10977 10979 10102 0 -1 4194304 1553 14805 0 3 5 2 102 9 16 0 1 0 5093842 17276928 1119 996147200 4194304 4206940 548682068528 18446744073709551615 217060520034 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/10979/statm: 4218 1119 414 3 0 797 0
[pid=11002] ppid=10979 vsize=18348 CPUtime=336.78
/proc/11002/stat : 11002 (minisat-inc) R 10979 10979 10102 0 -1 4194304 4371 0 0 0 33674 4 0 0 25 0 1 0 5094084 18788352 4317 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0

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

[pid=11002] ppid=10979 vsize=34744 CPUtime=2835.08
/proc/11002/stat : 11002 (minisat-inc) R 10979 10979 10102 0 -1 4194304 8196 0 0 0 283499 9 0 0 25 0 1 0 5094084 35577856 8142 996147200 134512640 135134323 4294956192 18446744073709551615 134524716 0 0 4096 3 0 0 0 17 1 0 0
/proc/11002/statm: 8686 8142 79 151 0 8532 0
Current children cumulated CPU time (s) 2836.26
Current children cumulated vsize (KiB) 51616

[startup+2922.3 s]
/proc/loadavg: 2.56 2.60 2.53 4/82 11018
/proc/meminfo: memFree=1085400/2055920 swapFree=4192956/4192956
[pid=10979] ppid=10977 vsize=16872 CPUtime=1.18
/proc/10979/stat : 10979 (sugar++) S 10977 10979 10102 0 -1 4194304 1553 14805 0 3 5 2 102 9 16 0 1 0 5093842 17276928 1119 996147200 4194304 4206940 548682068528 18446744073709551615 217060520034 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/10979/statm: 4218 1119 414 3 0 797 0
[pid=11002] ppid=10979 vsize=34892 CPUtime=2894.56
/proc/11002/stat : 11002 (minisat-inc) R 10979 10979 10102 0 -1 4194304 8231 0 0 0 289447 9 0 0 25 0 1 0 5094084 35729408 8177 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/11002/statm: 8723 8177 79 151 0 8569 0
Current children cumulated CPU time (s) 2895.74
Current children cumulated vsize (KiB) 51764

[startup+2982.3 s]
/proc/loadavg: 2.61 2.61 2.54 4/82 11018
/proc/meminfo: memFree=1085336/2055920 swapFree=4192956/4192956
[pid=10979] ppid=10977 vsize=16872 CPUtime=1.18
/proc/10979/stat : 10979 (sugar++) S 10977 10979 10102 0 -1 4194304 1553 14805 0 3 5 2 102 9 16 0 1 0 5093842 17276928 1119 996147200 4194304 4206940 548682068528 18446744073709551615 217060520034 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/10979/statm: 4218 1119 414 3 0 797 0
[pid=11002] ppid=10979 vsize=35032 CPUtime=2954.03
/proc/11002/stat : 11002 (minisat-inc) R 10979 10979 10102 0 -1 4194304 8246 0 0 0 295394 9 0 0 25 0 1 0 5094084 35872768 8192 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/11002/statm: 8758 8192 79 151 0 8604 0
Current children cumulated CPU time (s) 2955.21
Current children cumulated vsize (KiB) 51904

[startup+3042.3 s]
/proc/loadavg: 2.55 2.58 2.54 4/82 11018
/proc/meminfo: memFree=1085336/2055920 swapFree=4192956/4192956
[pid=10979] ppid=10977 vsize=16872 CPUtime=1.18
/proc/10979/stat : 10979 (sugar++) S 10977 10979 10102 0 -1 4194304 1553 14805 0 3 5 2 102 9 16 0 1 0 5093842 17276928 1119 996147200 4194304 4206940 548682068528 18446744073709551615 217060520034 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/10979/statm: 4218 1119 414 3 0 797 0
[pid=11002] ppid=10979 vsize=35032 CPUtime=3013.53
/proc/11002/stat : 11002 (minisat-inc) R 10979 10979 10102 0 -1 4194304 8259 0 0 0 301343 10 0 0 25 0 1 0 5094084 35872768 8205 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/11002/statm: 8758 8205 79 151 0 8604 0
Current children cumulated CPU time (s) 3014.71
Current children cumulated vsize (KiB) 51904

[startup+3102.3 s]
/proc/loadavg: 2.69 2.63 2.55 4/82 11018
/proc/meminfo: memFree=1085208/2055920 swapFree=4192956/4192956
[pid=10979] ppid=10977 vsize=16872 CPUtime=1.18
/proc/10979/stat : 10979 (sugar++) S 10977 10979 10102 0 -1 4194304 1553 14805 0 3 5 2 102 9 16 0 1 0 5093842 17276928 1119 996147200 4194304 4206940 548682068528 18446744073709551615 217060520034 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/10979/statm: 4218 1119 414 3 0 797 0
[pid=11002] ppid=10979 vsize=35208 CPUtime=3073.01
/proc/11002/stat : 11002 (minisat-inc) R 10979 10979 10102 0 -1 4194304 8295 0 0 0 307291 10 0 0 25 0 1 0 5094084 36052992 8241 996147200 134512640 135134323 4294956192 18446744073709551615 134531965 0 0 4096 3 0 0 0 17 1 0 0
/proc/11002/statm: 8802 8241 79 151 0 8648 0
Current children cumulated CPU time (s) 3074.19
Current children cumulated vsize (KiB) 52080

[startup+3162.3 s]
/proc/loadavg: 2.77 2.65 2.56 3/82 11020
/proc/meminfo: memFree=1084952/2055920 swapFree=4192956/4192956
[pid=10979] ppid=10977 vsize=16872 CPUtime=1.18
/proc/10979/stat : 10979 (sugar++) S 10977 10979 10102 0 -1 4194304 1553 14805 0 3 5 2 102 9 16 0 1 0 5093842 17276928 1119 996147200 4194304 4206940 548682068528 18446744073709551615 217060520034 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/10979/statm: 4218 1119 414 3 0 797 0
[pid=11002] ppid=10979 vsize=35208 CPUtime=3132.5
/proc/11002/stat : 11002 (minisat-inc) R 10979 10979 10102 0 -1 4194304 8298 0 0 0 313240 10 0 0 25 0 1 0 5094084 36052992 8244 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/11002/statm: 8802 8244 79 151 0 8648 0
Current children cumulated CPU time (s) 3133.68
Current children cumulated vsize (KiB) 52080

[startup+3222.3 s]
/proc/loadavg: 2.75 2.66 2.57 4/82 11020
/proc/meminfo: memFree=1084952/2055920 swapFree=4192956/4192956
[pid=10979] ppid=10977 vsize=16872 CPUtime=1.18
/proc/10979/stat : 10979 (sugar++) S 10977 10979 10102 0 -1 4194304 1553 14805 0 3 5 2 102 9 16 0 1 0 5093842 17276928 1119 996147200 4194304 4206940 548682068528 18446744073709551615 217060520034 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/10979/statm: 4218 1119 414 3 0 797 0
[pid=11002] ppid=10979 vsize=35208 CPUtime=3191.98
/proc/11002/stat : 11002 (minisat-inc) R 10979 10979 10102 0 -1 4194304 8298 0 0 0 319188 10 0 0 25 0 1 0 5094084 36052992 8244 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/11002/statm: 8802 8244 79 151 0 8648 0
Current children cumulated CPU time (s) 3193.16
Current children cumulated vsize (KiB) 52080

[startup+3282.3 s]
/proc/loadavg: 2.56 2.63 2.56 4/82 11020
/proc/meminfo: memFree=1084760/2055920 swapFree=4192956/4192956
[pid=10979] ppid=10977 vsize=16872 CPUtime=1.18
/proc/10979/stat : 10979 (sugar++) S 10977 10979 10102 0 -1 4194304 1553 14805 0 3 5 2 102 9 16 0 1 0 5093842 17276928 1119 996147200 4194304 4206940 548682068528 18446744073709551615 217060520034 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/10979/statm: 4218 1119 414 3 0 797 0
[pid=11002] ppid=10979 vsize=35372 CPUtime=3251.46
/proc/11002/stat : 11002 (minisat-inc) R 10979 10979 10102 0 -1 4194304 8333 0 0 0 325136 10 0 0 25 0 1 0 5094084 36220928 8279 996147200 134512640 135134323 4294956192 18446744073709551615 134531958 0 0 4096 3 0 0 0 17 1 0 0
/proc/11002/statm: 8843 8279 79 151 0 8689 0
Current children cumulated CPU time (s) 3252.64
Current children cumulated vsize (KiB) 52244

[startup+3342.3 s]
/proc/loadavg: 2.67 2.65 2.57 4/82 11020
/proc/meminfo: memFree=1084760/2055920 swapFree=4192956/4192956
[pid=10979] ppid=10977 vsize=16872 CPUtime=1.18
/proc/10979/stat : 10979 (sugar++) S 10977 10979 10102 0 -1 4194304 1553 14805 0 3 5 2 102 9 16 0 1 0 5093842 17276928 1119 996147200 4194304 4206940 548682068528 18446744073709551615 217060520034 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/10979/statm: 4218 1119 414 3 0 797 0
[pid=11002] ppid=10979 vsize=35372 CPUtime=3310.94
/proc/11002/stat : 11002 (minisat-inc) R 10979 10979 10102 0 -1 4194304 8333 0 0 0 331084 10 0 0 25 0 1 0 5094084 36220928 8279 996147200 134512640 135134323 4294956192 18446744073709551615 134531952 0 0 4096 3 0 0 0 17 1 0 0
/proc/11002/statm: 8843 8279 79 151 0 8689 0
Current children cumulated CPU time (s) 3312.12
Current children cumulated vsize (KiB) 52244

[startup+3402.3 s]
/proc/loadavg: 2.63 2.64 2.56 4/82 11020
/proc/meminfo: memFree=1084632/2055920 swapFree=4192956/4192956
[pid=10979] ppid=10977 vsize=16872 CPUtime=1.18
/proc/10979/stat : 10979 (sugar++) S 10977 10979 10102 0 -1 4194304 1553 14805 0 3 5 2 102 9 16 0 1 0 5093842 17276928 1119 996147200 4194304 4206940 548682068528 18446744073709551615 217060520034 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/10979/statm: 4218 1119 414 3 0 797 0
[pid=11002] ppid=10979 vsize=35536 CPUtime=3370.42
/proc/11002/stat : 11002 (minisat-inc) R 10979 10979 10102 0 -1 4194304 8364 0 0 0 337032 10 0 0 25 0 1 0 5094084 36388864 8310 996147200 134512640 135134323 4294956192 18446744073709551615 134531971 0 0 4096 3 0 0 0 17 1 0 0
/proc/11002/statm: 8884 8310 79 151 0 8730 0
Current children cumulated CPU time (s) 3371.6
Current children cumulated vsize (KiB) 52408

[startup+3462.3 s]
/proc/loadavg: 2.71 2.65 2.57 4/82 11020
/proc/meminfo: memFree=1084184/2055920 swapFree=4192956/4192956
[pid=10979] ppid=10977 vsize=16872 CPUtime=1.18
/proc/10979/stat : 10979 (sugar++) S 10977 10979 10102 0 -1 4194304 1553 14805 0 3 5 2 102 9 16 0 1 0 5093842 17276928 1119 996147200 4194304 4206940 548682068528 18446744073709551615 217060520034 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/10979/statm: 4218 1119 414 3 0 797 0
[pid=11002] ppid=10979 vsize=35940 CPUtime=3429.91
/proc/11002/stat : 11002 (minisat-inc) R 10979 10979 10102 0 -1 4194304 8450 0 0 0 342981 10 0 0 25 0 1 0 5094084 36802560 8396 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/11002/statm: 8985 8396 79 151 0 8831 0
Current children cumulated CPU time (s) 3431.09
Current children cumulated vsize (KiB) 52812

[startup+3522.31 s]
/proc/loadavg: 2.68 2.65 2.57 4/82 11020
/proc/meminfo: memFree=1083992/2055920 swapFree=4192956/4192956
[pid=10979] ppid=10977 vsize=16872 CPUtime=1.18
/proc/10979/stat : 10979 (sugar++) S 10977 10979 10102 0 -1 4194304 1553 14805 0 3 5 2 102 9 16 0 1 0 5093842 17276928 1119 996147200 4194304 4206940 548682068528 18446744073709551615 217060520034 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/10979/statm: 4218 1119 414 3 0 797 0
[pid=11002] ppid=10979 vsize=36168 CPUtime=3489.4
/proc/11002/stat : 11002 (minisat-inc) R 10979 10979 10102 0 -1 4194304 8485 0 0 0 348929 11 0 0 25 0 1 0 5094084 37036032 8431 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/11002/statm: 9042 8431 79 151 0 8888 0
Current children cumulated CPU time (s) 3490.58
Current children cumulated vsize (KiB) 53040

[startup+3582.3 s]
/proc/loadavg: 2.71 2.67 2.58 4/82 11020
/proc/meminfo: memFree=1083864/2055920 swapFree=4192956/4192956
[pid=10979] ppid=10977 vsize=16872 CPUtime=1.18
/proc/10979/stat : 10979 (sugar++) S 10977 10979 10102 0 -1 4194304 1553 14805 0 3 5 2 102 9 16 0 1 0 5093842 17276928 1119 996147200 4194304 4206940 548682068528 18446744073709551615 217060520034 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/10979/statm: 4218 1119 414 3 0 797 0
[pid=11002] ppid=10979 vsize=36168 CPUtime=3548.88
/proc/11002/stat : 11002 (minisat-inc) R 10979 10979 10102 0 -1 4194304 8485 0 0 0 354877 11 0 0 25 0 1 0 5094084 37036032 8431 996147200 134512640 135134323 4294956192 18446744073709551615 134531898 0 0 4096 3 0 0 0 17 1 0 0
/proc/11002/statm: 9042 8431 79 151 0 8888 0
Current children cumulated CPU time (s) 3550.06
Current children cumulated vsize (KiB) 53040



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3632.7 s]
/proc/loadavg: 2.80 2.70 2.59 4/82 11020
/proc/meminfo: memFree=1083672/2055920 swapFree=4192956/4192956
[pid=10979] ppid=10977 vsize=16872 CPUtime=1.18
/proc/10979/stat : 10979 (sugar++) S 10977 10979 10102 0 -1 4194304 1553 14805 0 3 5 2 102 9 16 0 1 0 5093842 17276928 1119 996147200 4194304 4206940 548682068528 18446744073709551615 217060520034 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/10979/statm: 4218 1119 414 3 0 797 0
[pid=11002] ppid=10979 vsize=36412 CPUtime=3598.84
/proc/11002/stat : 11002 (minisat-inc) R 10979 10979 10102 0 -1 4194304 8537 0 0 0 359873 11 0 0 25 0 1 0 5094084 37285888 8483 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/11002/statm: 9103 8483 79 151 0 8949 0
Current children cumulated CPU time (s) 3600.02
Current children cumulated vsize (KiB) 53284

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

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

Child status: 0
Real time (s): 3632.71
CPU time (s): 3600.06
CPU user time (s): 3599.82
CPU system time (s): 0.243962
CPU usage (%): 99.1012
Max. virtual memory (cumulated for all children) (KiB): 890580

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3599.82
system time used= 0.243962
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 24975
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= 1977
involuntary context switches= 148931

runsolver used 4.36634 second user time and 9.05262 second system time

The end

Launcher Data (download as text)

Begin job on node59 at 2008-07-23 04:27:44
IDJOB=1128155
IDBENCH=64827
IDSOLVER=367
FILE ID=node59/1128155-1216780063
PBS_JOBID= 7974162
Free space on /tmp= 66560 MiB

SOLVER NAME= Sugar++ v1.13+minisat-inc
BENCH NAME= CPAI08/maxcsp/kbtree/kbtree-9-7-3-5/kbtree-9-7-3-5-60/normalized-kbtree-9-7-3-5-60-19_ext.xml
COMMAND LINE= DIR/sugar++ -max -incremental -c -vv -java="java -Xmx700M" -decjava="java -Xmx50M" -jar="DIR/sugar-v1-13.jar" -solver="DIR/minisat-inc" -tmp="TMPDIR/temp" BENCHNAME
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1128155-1216780063/watcher-1128155-1216780063 -o /tmp/evaluation-result-1128155-1216780063/solver-1128155-1216780063 -C 3600 -W 4000 -M 900 --output-limit 1,15  HOME/sugar++ -max -incremental -c -vv -java="java -Xmx700M" -decjava="java -Xmx50M" -jar="HOME/sugar-v1-13.jar" -solver="HOME/minisat-inc" -tmp="HOME/temp" HOME/instance-1128155-1216780063.xml

TIME LIMIT= 3600 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= bfb69c18c0d9a9ddb79a359f58d8acaf
RANDOM SEED=556014095

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

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

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


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1129928 kB
Buffers:         36172 kB
Cached:         729168 kB
SwapCached:          0 kB
Active:         497948 kB
Inactive:       351796 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1129928 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:            1888 kB
Writeback:           0 kB
Mapped:         104712 kB
Slab:            61388 kB
Committed_AS:   916216 kB
PageTables:       2012 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66556 MiB
End job on node59 at 2008-07-23 05:28:19