Trace number 1128332

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.02 3615.82

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-39_ext.xml
MD5SUM97e371099a114b8fb0619ccfaa6c1f23
Bench Category2-ARY-EXT (binary constraints in extension)
Best result obtained on this benchmarkMOPT
Best Number of falsified constraints108
Best CPU time to get the best result obtained on this benchmark897.07
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:12:18 2008
0.00/0.04	c 0	PID 4501
0.00/0.05	c 0	HOST node22.alineos.net
0.00/0.05	c 0	CONVERTING HOME/instance-1128332-1216782738.xml TO HOME/temp.csp
0.00/0.05	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1128332-1216782738.xml' 'HOME/temp.csp'
0.03/0.57	c 1	1 domains, 58 variables, 0 predicates, 309 relations, 309 constraints
0.03/0.60	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.54/0.60	c 1	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -max -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
0.54/0.67	c 1	Parsing HOME/temp.csp
0.54/0.92	c 1	parsed 677 expressions
0.54/0.98	c 1	Heap : 1 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.54/0.98	c 1	MAX CSP: 309 constraints
0.54/0.98	c 1	Converting to clausal form CSP
0.93/1.01	c 1	converted 99 (10%) expressions
0.93/1.02	c 1	converted 198 (20%) expressions
0.93/1.02	c 1	converted 297 (30%) expressions
0.93/1.03	c 1	converted 396 (40%) expressions
0.93/1.05	c 1	converted 495 (50%) expressions
0.93/1.06	c 1	converted 594 (60%) expressions
0.93/1.06	c 1	converted 693 (70%) expressions
0.93/1.07	c 1	converted 792 (80%) expressions
0.93/1.08	c 1	converted 891 (90%) expressions
1.12/1.24	c 2	converted 989 (100%) expressions
1.12/1.24	c 2	CSP : 676 integers, 0 booleans, 926 clauses, largest domain size 464
1.12/1.24	c 2	Heap : 2 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.12/1.24	c 2	Propagation in CSP
1.12/1.27	c 2	304 values, 0 unsatisfiable literals, and 0 valid clauses are removed
1.12/1.27	c 2	CSP : 676 integers, 0 booleans, 926 clauses, largest domain size 310
1.12/1.27	c 2	Heap : 2 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.12/1.27	c 2	Simplifing CSP by introducing new Boolean variables
1.12/1.27	c 2	CSP : 676 integers, 0 booleans, 926 clauses, largest domain size 310
1.12/1.28	c 2	Heap : 2 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.22/1.30	c 2	Encoding CSP to SAT : HOME/temp.cnf
1.22/1.32	c 2	68 (10%) CSP integer variables are encoded (174 clauses, 1816 bytes)
1.22/1.32	c 2	136 (20%) CSP integer variables are encoded (174 clauses, 1816 bytes)
1.22/1.32	c 2	203 (30%) CSP integer variables are encoded (174 clauses, 1816 bytes)
1.22/1.32	c 2	271 (40%) CSP integer variables are encoded (174 clauses, 1816 bytes)
1.22/1.32	c 2	338 (50%) CSP integer variables are encoded (174 clauses, 1816 bytes)
1.22/1.33	c 2	406 (60%) CSP integer variables are encoded (653 clauses, 7200 bytes)
1.22/1.33	c 2	474 (70%) CSP integer variables are encoded (996 clauses, 11659 bytes)
1.22/1.33	c 2	541 (80%) CSP integer variables are encoded (1536 clauses, 18679 bytes)
1.22/1.33	c 2	609 (90%) CSP integer variables are encoded (3918 clauses, 49645 bytes)
1.22/1.34	c 2	676 (100%) CSP integer variables are encoded (4612 clauses, 58667 bytes)
1.22/1.37	c 2	93 (10%) CSP clauses are encoded (5245 clauses, 68555 bytes)
1.22/1.38	c 2	186 (20%) CSP clauses are encoded (5917 clauses, 79639 bytes)
1.32/1.40	c 2	278 (30%) CSP clauses are encoded (6566 clauses, 91593 bytes)
1.32/1.41	c 2	371 (40%) CSP clauses are encoded (7514 clauses, 105711 bytes)
1.32/1.43	c 2	463 (50%) CSP clauses are encoded (13776 clauses, 215925 bytes)
1.32/1.43	c 2	556 (60%) CSP clauses are encoded (15799 clauses, 250531 bytes)
1.32/1.47	c 2	649 (70%) CSP clauses are encoded (33150 clauses, 566266 bytes)
1.41/1.52	c 2	741 (80%) CSP clauses are encoded (49804 clauses, 852200 bytes)
1.41/1.58	c 2	834 (90%) CSP clauses are encoded (86263 clauses, 1517148 bytes)
1.52/1.67	c 2	926 (100%) CSP clauses are encoded (134851 clauses, 2407053 bytes)
1.52/1.67	c 2	926 CSP clauses encoded
1.52/1.67	c 2	Writing map file : HOME/temp.map
1.52/1.68	c 2	Heap : 1 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.52/1.68	c 2	SAT : 5288 SAT variables, 134851 SAT clauses, 2407053 bytes
1.52/1.68	c 2	Heap : 1 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.52/1.70	c 2	OBJECTIVE minimize _COST
1.52/1.70	c 2	OBJECTIVE BOUND: 0 <= _COST <= 
1.52/1.70	c 2	SEARCHING: _COST <= 155
1.52/1.70	c 2	SOLVING HOME/temp.cnf
1.52/1.70	c 2	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
1.62/1.70	c 2	This is MiniSat 2.0 beta
1.62/1.70	c 2	WARNING: for repeatability, setting FPU to use double precision
1.62/1.70	c 2	============================[ Problem Statistics ]=============================
1.62/1.70	c 2	|                                                                             |
1.62/1.70	c 2	|  Number of variables:  5288                                                 |
1.62/1.70	c 2	|  Number of clauses:    134852                                               |
1.62/1.77	c 2	|  Parsing time:         0.06         s                                       |
1.62/1.79	c 2	============================[ Search Statistics ]==============================
1.62/1.79	c 2	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
1.62/1.79	c 2	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
1.62/1.79	c 2	===============================================================================
1.62/1.79	c 2	|         0 |    3902    87463   253719 |    29154        0    nan |  0.000 % |
1.63/1.84	c 2	|       100 |    3899    87463   253719 |    32069       99     16 | 26.399 % |
1.63/1.86	c 2	|       250 |    3899    87463   253719 |    35276      249     24 | 26.400 % |
1.63/1.87	c 2	|       475 |    3899    87463   253719 |    38804      474     22 | 26.400 % |
1.63/1.92	c 2	|       813 |    3899    87463   253719 |    42684      812     28 | 26.400 % |
1.63/1.97	c 2	|      1319 |    3899    87463   253719 |    46953     1318     30 | 26.399 % |
1.63/2.06	c 2	|      2078 |    3892    87272   253183 |    51648     2077     32 | 26.400 % |
2.01/2.13	c 2	===============================================================================
2.01/2.13	c 2	restarts              : 7
2.01/2.13	c 2	conflicts             : 2585           (6275 /sec)
2.01/2.13	c 2	decisions             : 5224           (0.77 % random) (12682 /sec)
2.01/2.13	c 2	propagations          : 588554         (1428748 /sec)
2.01/2.13	c 2	conflict literals     : 83569          (21.16 % deleted)
2.01/2.13	c 2	Memory used           : 7.11 MB
2.01/2.13	c 2	CPU time              : 0.411937 s
2.01/2.13	c 2	
2.01/2.13	c 2	SATISFIABLE
2.01/2.13	c 2	FOUND: _COST <= 155
2.01/2.13	s SATISFIABLE
2.01/2.13	c 2	DECODING HOME/temp.out WITH HOME/temp.map
2.01/2.13	c 2	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
2.06/2.21	c 2	Decoding HOME/temp.out
2.06/2.29	c 3	OBJECTIVE _COST 155
2.06/2.29	o 155
2.06/2.29	v 3 3 2 4 2 4 3 4 4 3 2 2 0 2 0 3 0 4 0 4 1 3 4 2 2 0 3 0 4 2 0 0 1 4 4 3 1 4 2 4 4 4 1 3 2 1 2 1 4 0 0 1 4 2 1 3 0 4
2.06/2.30	c 3	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
2.06/2.34	c 3	OBJECTIVE BOUND: 0 <= _COST <= 155
2.06/2.34	c 3	SEARCHING: _COST <= 77
2.06/2.34	c 3	SOLVING HOME/temp.cnf
2.06/2.34	c 3	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
2.06/2.35	c 3	This is MiniSat 2.0 beta
2.06/2.35	c 3	WARNING: for repeatability, setting FPU to use double precision
2.06/2.35	c 3	============================[ Problem Statistics ]=============================
2.06/2.35	c 3	|                                                                             |
2.06/2.35	c 3	|  Number of variables:  5288                                                 |
2.06/2.35	c 3	|  Number of clauses:    134852                                               |
2.21/2.42	c 3	|  Parsing time:         0.06         s                                       |
2.21/2.45	c 3	============================[ Search Statistics ]==============================
2.21/2.45	c 3	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
2.21/2.45	c 3	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
2.21/2.45	c 3	===============================================================================
2.21/2.45	c 3	|         0 |    3121    58094   167877 |    19364        0    nan |  0.000 % |
2.21/2.48	c 3	|       101 |    3119    58094   167877 |    21301      100     21 | 41.188 % |
2.21/2.49	c 3	|       251 |    3119    58094   167877 |    23431      250     19 | 41.188 % |
2.21/2.52	c 3	|       476 |    3119    58094   167877 |    25774      475     19 | 41.188 % |
2.21/2.55	c 3	|       813 |    3119    58094   167877 |    28351      812     19 | 41.188 % |
2.21/2.60	c 3	|      1319 |    3110    57823   167104 |    31186     1318     21 | 41.188 % |
2.21/2.70	c 3	|      2078 |    3110    57823   167104 |    34305     2077     22 | 41.188 % |
2.21/2.84	c 3	|      3218 |    3110    57823   167104 |    37736     3217     22 | 41.188 % |
2.21/3.02	c 3	|      4926 |    3110    57823   167104 |    41509     4925     21 | 41.188 % |
3.15/3.33	c 4	|      7488 |    3110    57823   167104 |    45660     7487     21 | 41.188 % |
3.64/3.88	c 4	|     11334 |    3110    57823   167104 |    50226    11333     21 | 41.188 % |
4.83/5.01	c 5	|     17101 |    3110    57823   167104 |    55249    17100     22 | 41.188 % |
7.23/7.44	c 8	|     25751 |    3110    57823   167104 |    60774    25750     22 | 41.188 % |
11.80/12.00	c 12	|     38726 |    3110    57823   167104 |    66852    38725     22 | 41.188 % |
20.46/20.75	c 21	|     58189 |    3110    57823   167104 |    73537    58188     24 | 41.188 % |
34.28/34.66	c 35	|     87383 |    3110    57823   167104 |    80891    24371     24 | 41.188 % |
54.88/55.40	c 56	|    131172 |    3110    57823   167104 |    88980    68160     26 | 41.188 % |
91.21/91.86	c 92	|    196857 |    3110    57823   167104 |    97878    55860     25 | 41.188 % |
149.63/150.57	c 151	|    295385 |    3110    57823   167104 |   107665    69232     25 | 41.188 % |
260.90/262.36	c 263	|    443174 |    3110    57823   167104 |   118432    28770     23 | 41.188 % |
422.23/424.45	c 425	|    664858 |    3110    57823   167104 |   130275    42896     29 | 41.188 % |
656.99/660.39	c 661	|    997384 |    3110    57823   167104 |   143303    24908     25 | 41.188 % |
1086.43/1091.84	c 1092	|   1496174 |    3110    57823   167104 |   157633   136214     29 | 41.188 % |
1776.01/1784.70	c 1785	|   2244356 |    3110    57823   167104 |   173397    25401     24 | 41.188 % |
3010.04/3024.73	c 3025	|   3366631 |    3110    57823   167104 |   190736    33829     20 | 41.188 % |
3600.02/3615.81	c ERROR unknown output  in HOME/temp.out
3600.02/3615.81	c 3616	CPU 2.08 (0.04 0 2.04 0.14)
3600.02/3615.81	c 3616	END Wed Jul 23 06:12:34 2008

Verifier Data (download as text)

OK	143	166
143 unsatisfied constraints, 166 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-1128332-1216782738/watcher-1128332-1216782738 -o /tmp/evaluation-result-1128332-1216782738/solver-1128332-1216782738 -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-1128332-1216782738.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.48 2.73 2.98 4/81 4501
/proc/meminfo: memFree=1703656/2055920 swapFree=4192956/4192956
[pid=4501] ppid=4499 vsize=12268 CPUtime=0
/proc/4501/stat : 4501 (sugar) R 4499 4501 3472 0 -1 4194304 348 0 0 0 0 0 0 0 20 0 1 0 5363910 12562432 316 996147200 4194304 4206940 548682068592 18446744073709551615 272476716030 0 0 4224 0 0 0 0 17 1 0 0
/proc/4501/statm: 3067 316 241 3 0 167 0

[startup+0.0738011 s]
/proc/loadavg: 2.48 2.73 2.98 4/81 4501
/proc/meminfo: memFree=1703656/2055920 swapFree=4192956/4192956
[pid=4501] ppid=4499 vsize=13600 CPUtime=0.03
/proc/4501/stat : 4501 (sugar) S 4499 4501 3472 0 -1 4194304 898 127 0 0 3 0 0 0 19 0 1 0 5363910 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 272476713058 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/4501/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.101804 s]
/proc/loadavg: 2.48 2.73 2.98 4/81 4501
/proc/meminfo: memFree=1703656/2055920 swapFree=4192956/4192956
[pid=4501] ppid=4499 vsize=13600 CPUtime=0.03
/proc/4501/stat : 4501 (sugar) S 4499 4501 3472 0 -1 4194304 898 127 0 0 3 0 0 0 19 0 1 0 5363910 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 272476713058 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/4501/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.301812 s]
/proc/loadavg: 2.48 2.73 2.98 4/81 4501
/proc/meminfo: memFree=1703656/2055920 swapFree=4192956/4192956
[pid=4501] ppid=4499 vsize=13600 CPUtime=0.03
/proc/4501/stat : 4501 (sugar) S 4499 4501 3472 0 -1 4194304 898 127 0 0 3 0 0 0 19 0 1 0 5363910 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 272476713058 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/4501/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.701843 s]
/proc/loadavg: 2.48 2.73 2.98 4/81 4501
/proc/meminfo: memFree=1703656/2055920 swapFree=4192956/4192956
[pid=4501] ppid=4499 vsize=13600 CPUtime=0.54
/proc/4501/stat : 4501 (sugar) S 4499 4501 3472 0 -1 4194304 974 4614 0 1 3 0 48 3 16 0 1 0 5363910 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 272476713058 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/4501/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 0.54
Current children cumulated vsize (KiB) 13600

[startup+1.5029 s]
/proc/loadavg: 2.48 2.73 2.98 4/92 4523
/proc/meminfo: memFree=1695056/2055920 swapFree=4192956/4192956
[pid=4501] ppid=4499 vsize=13600 CPUtime=0.54
/proc/4501/stat : 4501 (sugar) S 4499 4501 3472 0 -1 4194304 974 4614 0 1 3 0 48 3 15 0 1 0 5363910 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 272476713058 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/4501/statm: 3400 797 370 3 0 500 0
[pid=4514] ppid=4501 vsize=5356 CPUtime=0
/proc/4514/stat : 4514 (sh) S 4501 4501 3472 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 5363970 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/4514/statm: 1339 233 193 169 0 50 0
[pid=4515] ppid=4514 vsize=868516 CPUtime=0.87
/proc/4515/stat : 4515 (java) S 4514 4501 3472 0 -1 0 6494 0 1 0 83 4 0 0 18 0 9 0 5363970 889360384 5717 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/4515/statm: 217129 5717 2564 9 0 211676 0
[pid=4515/tid=4516] ppid=4514 vsize=868516 CPUtime=0.56
/proc/4515/task/4516/stat : 4516 (java) R 4514 4501 3472 0 -1 64 2731 0 1 0 54 2 0 0 18 0 9 0 5363971 889360384 5717 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4515/tid=4517] ppid=4514 vsize=868516 CPUtime=0.05
/proc/4515/task/4517/stat : 4517 (java) S 4514 4501 3472 0 -1 64 1584 0 0 0 5 0 0 0 16 0 9 0 5363972 889360384 5717 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=4515/tid=4518] ppid=4514 vsize=868516 CPUtime=0
/proc/4515/task/4518/stat : 4518 (java) S 4514 4501 3472 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 5363973 889360384 5717 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4515/tid=4519] ppid=4514 vsize=868516 CPUtime=0
/proc/4515/task/4519/stat : 4519 (java) S 4514 4501 3472 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 5363973 889360384 5717 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4515/tid=4520] ppid=4514 vsize=868516 CPUtime=0
/proc/4515/task/4520/stat : 4520 (java) S 4514 4501 3472 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 5363975 889360384 5717 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4515/tid=4521] ppid=4514 vsize=868516 CPUtime=0.23
/proc/4515/task/4521/stat : 4521 (java) S 4514 4501 3472 0 -1 64 1486 0 0 0 23 0 0 0 16 0 9 0 5363975 889360384 5717 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4515/tid=4522] ppid=4514 vsize=868516 CPUtime=0
/proc/4515/task/4522/stat : 4522 (java) S 4514 4501 3472 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 5363975 889360384 5717 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4515/tid=4523] ppid=4514 vsize=868516 CPUtime=0
/proc/4515/task/4523/stat : 4523 (java) S 4514 4501 3472 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 5363975 889360384 5717 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) 887472

[startup+3.102 s]
/proc/loadavg: 2.48 2.73 2.98 3/84 4525
/proc/meminfo: memFree=1692304/2055920 swapFree=4192956/4192956
[pid=4501] ppid=4499 vsize=13728 CPUtime=2.21
/proc/4501/stat : 4501 (sugar) S 4499 4501 3472 0 -1 4194304 1182 17297 0 3 4 0 204 13 15 0 1 0 5363910 14057472 811 996147200 4194304 4206940 548682068592 18446744073709551615 272476713058 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/4501/statm: 3432 811 374 3 0 532 0
Current children cumulated CPU time (s) 2.21
Current children cumulated vsize (KiB) 13728

[startup+6.30222 s]
/proc/loadavg: 2.44 2.72 2.98 3/84 4537
/proc/meminfo: memFree=1691536/2055920 swapFree=4192956/4192956
[pid=4501] ppid=4499 vsize=13728 CPUtime=2.21
/proc/4501/stat : 4501 (sugar) S 4499 4501 3472 0 -1 4194304 1182 17297 0 3 4 0 204 13 16 0 1 0 5363910 14057472 811 996147200 4194304 4206940 548682068592 18446744073709551615 272476713058 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/4501/statm: 3432 811 374 3 0 532 0
[pid=4536] ppid=4501 vsize=5356 CPUtime=0
/proc/4536/stat : 4536 (sh) S 4501 4501 3472 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 5364145 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/4536/statm: 1339 232 193 169 0 50 0
[pid=4537] ppid=4536 vsize=8380 CPUtime=3.92
/proc/4537/stat : 4537 (minisat) R 4536 4501 3472 0 -1 4194304 2012 0 0 0 391 1 0 0 25 0 1 0 5364145 8581120 1998 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/4537/statm: 2095 1998 76 150 0 1942 0
Current children cumulated CPU time (s) 6.13
Current children cumulated vsize (KiB) 27464

[startup+12.7027 s]
/proc/loadavg: 2.40 2.71 2.97 3/84 4537
/proc/meminfo: memFree=1689104/2055920 swapFree=4192956/4192956
[pid=4501] ppid=4499 vsize=13728 CPUtime=2.21
/proc/4501/stat : 4501 (sugar) S 4499 4501 3472 0 -1 4194304 1182 17297 0 3 4 0 204 13 16 0 1 0 5363910 14057472 811 996147200 4194304 4206940 548682068592 18446744073709551615 272476713058 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/4501/statm: 3432 811 374 3 0 532 0
[pid=4536] ppid=4501 vsize=5356 CPUtime=0
/proc/4536/stat : 4536 (sh) S 4501 4501 3472 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 5364145 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/4536/statm: 1339 232 193 169 0 50 0
[pid=4537] ppid=4536 vsize=10856 CPUtime=10.29
/proc/4537/stat : 4537 (minisat) R 4536 4501 3472 0 -1 4194304 2604 0 0 0 1028 1 0 0 25 0 1 0 5364145 11116544 2590 996147200 134512640 135127466 4294956256 18446744073709551615 134527694 0 0 4096 3 0 0 0 17 1 0 0
/proc/4537/statm: 2714 2590 76 150 0 2561 0
Current children cumulated CPU time (s) 12.5
Current children cumulated vsize (KiB) 29940

[startup+25.5015 s]
/proc/loadavg: 2.31 2.67 2.95 3/84 4537
/proc/meminfo: memFree=1684944/2055920 swapFree=4192956/4192956
[pid=4501] ppid=4499 vsize=13728 CPUtime=2.21
/proc/4501/stat : 4501 (sugar) S 4499 4501 3472 0 -1 4194304 1182 17297 0 3 4 0 204 13 16 0 1 0 5363910 14057472 811 996147200 4194304 4206940 548682068592 18446744073709551615 272476713058 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/4501/statm: 3432 811 374 3 0 532 0
[pid=4536] ppid=4501 vsize=5356 CPUtime=0
/proc/4536/stat : 4536 (sh) S 4501 4501 3472 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 5364145 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/4536/statm: 1339 232 193 169 0 50 0
[pid=4537] ppid=4536 vsize=14988 CPUtime=23.02
/proc/4537/stat : 4537 (minisat) R 4536 4501 3472 0 -1 4194304 3608 0 0 0 2299 3 0 0 25 0 1 0 5364145 15347712 3594 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/4537/statm: 3747 3594 76 150 0 3594 0
Current children cumulated CPU time (s) 25.23
Current children cumulated vsize (KiB) 34072

[startup+51.1012 s]
/proc/loadavg: 2.20 2.62 2.93 3/84 4537
/proc/meminfo: memFree=1683536/2055920 swapFree=4192956/4192956
[pid=4501] ppid=4499 vsize=13728 CPUtime=2.21
/proc/4501/stat : 4501 (sugar) S 4499 4501 3472 0 -1 4194304 1182 17297 0 3 4 0 204 13 16 0 1 0 5363910 14057472 811 996147200 4194304 4206940 548682068592 18446744073709551615 272476713058 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/4501/statm: 3432 811 374 3 0 532 0
[pid=4536] ppid=4501 vsize=5356 CPUtime=0
/proc/4536/stat : 4536 (sh) S 4501 4501 3472 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 5364145 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/4536/statm: 1339 232 193 169 0 50 0
[pid=4537] ppid=4536 vsize=16420 CPUtime=48.49
/proc/4537/stat : 4537 (minisat) R 4536 4501 3472 0 -1 4194304 3958 0 0 0 4846 3 0 0 25 0 1 0 5364145 16814080 3944 996147200 134512640 135127466 4294956256 18446744073709551615 134530624 0 0 4096 3 0 0 0 17 1 0 0
/proc/4537/statm: 4105 3944 76 150 0 3952 0
Current children cumulated CPU time (s) 50.7
Current children cumulated vsize (KiB) 35504

[startup+102.307 s]
/proc/loadavg: 2.09 2.52 2.88 3/84 4537
/proc/meminfo: memFree=1679632/2055920 swapFree=4192956/4192956
[pid=4501] ppid=4499 vsize=13728 CPUtime=2.21
/proc/4501/stat : 4501 (sugar) S 4499 4501 3472 0 -1 4194304 1182 17297 0 3 4 0 204 13 16 0 1 0 5363910 14057472 811 996147200 4194304 4206940 548682068592 18446744073709551615 272476713058 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/4501/statm: 3432 811 374 3 0 532 0
[pid=4536] ppid=4501 vsize=5356 CPUtime=0
/proc/4536/stat : 4536 (sh) S 4501 4501 3472 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 5364145 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/4536/statm: 1339 232 193 169 0 50 0
[pid=4537] ppid=4536 vsize=20368 CPUtime=99.45
/proc/4537/stat : 4537 (minisat) R 4536 4501 3472 0 -1 4194304 4920 0 0 0 9941 4 0 0 25 0 1 0 5364145 20856832 4906 996147200 134512640 135127466 4294956256 18446744073709551615 134530692 0 0 4096 3 0 0 0 17 1 0 0
/proc/4537/statm: 5092 4906 76 150 0 4939 0
Current children cumulated CPU time (s) 101.66
Current children cumulated vsize (KiB) 39452

[startup+162.302 s]
/proc/loadavg: 2.03 2.42 2.82 3/84 4537
/proc/meminfo: memFree=1677648/2055920 swapFree=4192956/4192956
[pid=4501] ppid=4499 vsize=13728 CPUtime=2.21
/proc/4501/stat : 4501 (sugar) S 4499 4501 3472 0 -1 4194304 1182 17297 0 3 4 0 204 13 16 0 1 0 5363910 14057472 811 996147200 4194304 4206940 548682068592 18446744073709551615 272476713058 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/4501/statm: 3432 811 374 3 0 532 0
[pid=4536] ppid=4501 vsize=5356 CPUtime=0
/proc/4536/stat : 4536 (sh) S 4501 4501 3472 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 5364145 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/4536/statm: 1339 232 193 169 0 50 0
[pid=4537] ppid=4536 vsize=22300 CPUtime=159.16
/proc/4537/stat : 4537 (minisat) R 4536 4501 3472 0 -1 4194304 5377 0 0 0 15912 4 0 0 25 0 1 0 5364145 22835200 5363 996147200 134512640 135127466 4294956256 18446744073709551615 134530604 0 0 4096 3 0 0 0 17 1 0 0
/proc/4537/statm: 5575 5363 76 150 0 5422 0
Current children cumulated CPU time (s) 161.37
Current children cumulated vsize (KiB) 41384

[startup+222.302 s]
/proc/loadavg: 2.01 2.34 2.77 3/84 4537
/proc/meminfo: memFree=1675664/2055920 swapFree=4192956/4192956
[pid=4501] ppid=4499 vsize=13728 CPUtime=2.21
/proc/4501/stat : 4501 (sugar) S 4499 4501 3472 0 -1 4194304 1182 17297 0 3 4 0 204 13 16 0 1 0 5363910 14057472 811 996147200 4194304 4206940 548682068592 18446744073709551615 272476713058 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/4501/statm: 3432 811 374 3 0 532 0
[pid=4536] ppid=4501 vsize=5356 CPUtime=0
/proc/4536/stat : 4536 (sh) S 4501 4501 3472 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 5364145 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/4536/statm: 1339 232 193 169 0 50 0
[pid=4537] ppid=4536 vsize=24300 CPUtime=218.88
/proc/4537/stat : 4537 (minisat) R 4536 4501 3472 0 -1 4194304 5877 0 0 0 21883 5 0 0 25 0 1 0 5364145 24883200 5863 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/4537/statm: 6075 5863 76 150 0 5922 0
Current children cumulated CPU time (s) 221.09
Current children cumulated vsize (KiB) 43384

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

[startup+3102.3 s]
/proc/loadavg: 2.00 2.03 2.02 3/84 4545
/proc/meminfo: memFree=1645072/2055920 swapFree=4192956/4192956
[pid=4501] ppid=4499 vsize=13728 CPUtime=2.21
/proc/4501/stat : 4501 (sugar) S 4499 4501 3472 0 -1 4194304 1182 17297 0 3 4 0 204 13 16 0 1 0 5363910 14057472 811 996147200 4194304 4206940 548682068592 18446744073709551615 272476713058 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/4501/statm: 3432 811 374 3 0 532 0
[pid=4536] ppid=4501 vsize=5356 CPUtime=0
/proc/4536/stat : 4536 (sh) S 4501 4501 3472 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 5364145 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/4536/statm: 1339 232 193 169 0 50 0
[pid=4537] ppid=4536 vsize=54572 CPUtime=3085.06
/proc/4537/stat : 4537 (minisat) R 4536 4501 3472 0 -1 4194304 12995 0 0 0 308494 12 0 0 25 0 1 0 5364145 55881728 12981 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/4537/statm: 13643 12981 76 150 0 13490 0
Current children cumulated CPU time (s) 3087.27
Current children cumulated vsize (KiB) 73656

[startup+3162.3 s]
/proc/loadavg: 2.00 2.02 2.01 3/84 4545
/proc/meminfo: memFree=1640336/2055920 swapFree=4192956/4192956
[pid=4501] ppid=4499 vsize=13728 CPUtime=2.21
/proc/4501/stat : 4501 (sugar) S 4499 4501 3472 0 -1 4194304 1182 17297 0 3 4 0 204 13 16 0 1 0 5363910 14057472 811 996147200 4194304 4206940 548682068592 18446744073709551615 272476713058 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/4501/statm: 3432 811 374 3 0 532 0
[pid=4536] ppid=4501 vsize=5356 CPUtime=0
/proc/4536/stat : 4536 (sh) S 4501 4501 3472 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 5364145 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/4536/statm: 1339 232 193 169 0 50 0
[pid=4537] ppid=4536 vsize=59124 CPUtime=3144.78
/proc/4537/stat : 4537 (minisat) R 4536 4501 3472 0 -1 4194304 14156 0 0 0 314464 14 0 0 25 0 1 0 5364145 60542976 14142 996147200 134512640 135127466 4294956256 18446744073709551615 134528501 0 0 4096 3 0 0 0 17 1 0 0
/proc/4537/statm: 14781 14142 76 150 0 14628 0
Current children cumulated CPU time (s) 3146.99
Current children cumulated vsize (KiB) 78208

[startup+3222.3 s]
/proc/loadavg: 2.00 2.01 2.01 3/84 4545
/proc/meminfo: memFree=1640016/2055920 swapFree=4192956/4192956
[pid=4501] ppid=4499 vsize=13728 CPUtime=2.21
/proc/4501/stat : 4501 (sugar) S 4499 4501 3472 0 -1 4194304 1182 17297 0 3 4 0 204 13 16 0 1 0 5363910 14057472 811 996147200 4194304 4206940 548682068592 18446744073709551615 272476713058 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/4501/statm: 3432 811 374 3 0 532 0
[pid=4536] ppid=4501 vsize=5356 CPUtime=0
/proc/4536/stat : 4536 (sh) S 4501 4501 3472 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 5364145 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/4536/statm: 1339 232 193 169 0 50 0
[pid=4537] ppid=4536 vsize=59504 CPUtime=3204.49
/proc/4537/stat : 4537 (minisat) R 4536 4501 3472 0 -1 4194304 14246 0 0 0 320435 14 0 0 25 0 1 0 5364145 60932096 14232 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/4537/statm: 14876 14232 76 150 0 14723 0
Current children cumulated CPU time (s) 3206.7
Current children cumulated vsize (KiB) 78588

[startup+3282.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/84 4619
/proc/meminfo: memFree=1639880/2055920 swapFree=4192956/4192956
[pid=4501] ppid=4499 vsize=13728 CPUtime=2.21
/proc/4501/stat : 4501 (sugar) S 4499 4501 3472 0 -1 4194304 1182 17297 0 3 4 0 204 13 16 0 1 0 5363910 14057472 811 996147200 4194304 4206940 548682068592 18446744073709551615 272476713058 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/4501/statm: 3432 811 374 3 0 532 0
[pid=4536] ppid=4501 vsize=5356 CPUtime=0
/proc/4536/stat : 4536 (sh) S 4501 4501 3472 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 5364145 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/4536/statm: 1339 232 193 169 0 50 0
[pid=4537] ppid=4536 vsize=59912 CPUtime=3264.42
/proc/4537/stat : 4537 (minisat) R 4536 4501 3472 0 -1 4194304 14331 0 0 0 326427 15 0 0 25 0 1 0 5364145 61349888 14317 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/4537/statm: 14978 14317 76 150 0 14825 0
Current children cumulated CPU time (s) 3266.63
Current children cumulated vsize (KiB) 78996

[startup+3342.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 4619
/proc/meminfo: memFree=1637576/2055920 swapFree=4192956/4192956
[pid=4501] ppid=4499 vsize=13728 CPUtime=2.21
/proc/4501/stat : 4501 (sugar) S 4499 4501 3472 0 -1 4194304 1182 17297 0 3 4 0 204 13 16 0 1 0 5363910 14057472 811 996147200 4194304 4206940 548682068592 18446744073709551615 272476713058 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/4501/statm: 3432 811 374 3 0 532 0
[pid=4536] ppid=4501 vsize=5356 CPUtime=0
/proc/4536/stat : 4536 (sh) S 4501 4501 3472 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 5364145 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/4536/statm: 1339 232 193 169 0 50 0
[pid=4537] ppid=4536 vsize=62200 CPUtime=3324.4
/proc/4537/stat : 4537 (minisat) R 4536 4501 3472 0 -1 4194304 14897 0 0 0 332424 16 0 0 25 0 1 0 5364145 63692800 14883 996147200 134512640 135127466 4294956256 18446744073709551615 134530766 0 0 4096 3 0 0 0 17 0 0 0
/proc/4537/statm: 15550 14883 76 150 0 15397 0
Current children cumulated CPU time (s) 3326.61
Current children cumulated vsize (KiB) 81284

[startup+3402.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 4619
/proc/meminfo: memFree=1637448/2055920 swapFree=4192956/4192956
[pid=4501] ppid=4499 vsize=13728 CPUtime=2.21
/proc/4501/stat : 4501 (sugar) S 4499 4501 3472 0 -1 4194304 1182 17297 0 3 4 0 204 13 16 0 1 0 5363910 14057472 811 996147200 4194304 4206940 548682068592 18446744073709551615 272476713058 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/4501/statm: 3432 811 374 3 0 532 0
[pid=4536] ppid=4501 vsize=5356 CPUtime=0
/proc/4536/stat : 4536 (sh) S 4501 4501 3472 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 5364145 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/4536/statm: 1339 232 193 169 0 50 0
[pid=4537] ppid=4536 vsize=62364 CPUtime=3384.38
/proc/4537/stat : 4537 (minisat) R 4536 4501 3472 0 -1 4194304 14926 0 0 0 338422 16 0 0 25 0 1 0 5364145 63860736 14912 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/4537/statm: 15591 14912 76 150 0 15438 0
Current children cumulated CPU time (s) 3386.59
Current children cumulated vsize (KiB) 81448

[startup+3462.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 4619
/proc/meminfo: memFree=1637256/2055920 swapFree=4192956/4192956
[pid=4501] ppid=4499 vsize=13728 CPUtime=2.21
/proc/4501/stat : 4501 (sugar) S 4499 4501 3472 0 -1 4194304 1182 17297 0 3 4 0 204 13 16 0 1 0 5363910 14057472 811 996147200 4194304 4206940 548682068592 18446744073709551615 272476713058 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/4501/statm: 3432 811 374 3 0 532 0
[pid=4536] ppid=4501 vsize=5356 CPUtime=0
/proc/4536/stat : 4536 (sh) S 4501 4501 3472 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 5364145 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/4536/statm: 1339 232 193 169 0 50 0
[pid=4537] ppid=4536 vsize=62364 CPUtime=3444.36
/proc/4537/stat : 4537 (minisat) R 4536 4501 3472 0 -1 4194304 14927 0 0 0 344420 16 0 0 25 0 1 0 5364145 63860736 14913 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/4537/statm: 15591 14913 76 150 0 15438 0
Current children cumulated CPU time (s) 3446.57
Current children cumulated vsize (KiB) 81448

[startup+3522.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 4619
/proc/meminfo: memFree=1636488/2055920 swapFree=4192956/4192956
[pid=4501] ppid=4499 vsize=13728 CPUtime=2.21
/proc/4501/stat : 4501 (sugar) S 4499 4501 3472 0 -1 4194304 1182 17297 0 3 4 0 204 13 16 0 1 0 5363910 14057472 811 996147200 4194304 4206940 548682068592 18446744073709551615 272476713058 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/4501/statm: 3432 811 374 3 0 532 0
[pid=4536] ppid=4501 vsize=5356 CPUtime=0
/proc/4536/stat : 4536 (sh) S 4501 4501 3472 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 5364145 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/4536/statm: 1339 232 193 169 0 50 0
[pid=4537] ppid=4536 vsize=63156 CPUtime=3504.33
/proc/4537/stat : 4537 (minisat) R 4536 4501 3472 0 -1 4194304 15143 0 0 0 350417 16 0 0 25 0 1 0 5364145 64671744 15129 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/4537/statm: 15789 15129 76 150 0 15636 0
Current children cumulated CPU time (s) 3506.54
Current children cumulated vsize (KiB) 82240

[startup+3582.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 4619
/proc/meminfo: memFree=1636424/2055920 swapFree=4192956/4192956
[pid=4501] ppid=4499 vsize=13728 CPUtime=2.21
/proc/4501/stat : 4501 (sugar) S 4499 4501 3472 0 -1 4194304 1182 17297 0 3 4 0 204 13 16 0 1 0 5363910 14057472 811 996147200 4194304 4206940 548682068592 18446744073709551615 272476713058 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/4501/statm: 3432 811 374 3 0 532 0
[pid=4536] ppid=4501 vsize=5356 CPUtime=0
/proc/4536/stat : 4536 (sh) S 4501 4501 3472 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 5364145 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/4536/statm: 1339 232 193 169 0 50 0
[pid=4537] ppid=4536 vsize=63156 CPUtime=3564.31
/proc/4537/stat : 4537 (minisat) R 4536 4501 3472 0 -1 4194304 15143 0 0 0 356415 16 0 0 25 0 1 0 5364145 64671744 15129 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/4537/statm: 15789 15129 76 150 0 15636 0
Current children cumulated CPU time (s) 3566.52
Current children cumulated vsize (KiB) 82240



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3615.8 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 4619
/proc/meminfo: memFree=1636424/2055920 swapFree=4192956/4192956
[pid=4501] ppid=4499 vsize=13728 CPUtime=2.21
/proc/4501/stat : 4501 (sugar) S 4499 4501 3472 0 -1 4194304 1182 17297 0 3 4 0 204 13 16 0 1 0 5363910 14057472 811 996147200 4194304 4206940 548682068592 18446744073709551615 272476713058 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/4501/statm: 3432 811 374 3 0 532 0
[pid=4536] ppid=4501 vsize=5356 CPUtime=0
/proc/4536/stat : 4536 (sh) S 4501 4501 3472 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 5364145 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/4536/statm: 1339 232 193 169 0 50 0
[pid=4537] ppid=4536 vsize=63156 CPUtime=3597.81
/proc/4537/stat : 4537 (minisat) R 4536 4501 3472 0 -1 4194304 15143 0 0 0 359764 17 0 0 25 0 1 0 5364145 64671744 15129 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/4537/statm: 15789 15129 76 150 0 15636 0
Current children cumulated CPU time (s) 3600.02
Current children cumulated vsize (KiB) 82240

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

Child status: 0

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 4501 and gives
#  childrusage.ru_utime.tv_sec=2
#  childrusage.ru_utime.tv_usec=95681
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=152976
# CPU time returned by wait4() is 2.24866
# while last known CPU time is 3600.02
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 3615.82
CPU time (s): 3600.02
CPU user time (s): 3599.72
CPU system time (s): 0.3
CPU usage (%): 99.5631
Max. virtual memory (cumulated for all children) (KiB): 887472

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2.09568
system time used= 0.152976
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 18823
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= 1921
involuntary context switches= 1795

runsolver used 4.53031 second user time and 11.6172 second system time

The end

Launcher Data (download as text)

Begin job on node22 at 2008-07-23 05:12:18
IDJOB=1128332
IDBENCH=65191
IDSOLVER=368
FILE ID=node22/1128332-1216782738
PBS_JOBID= 7974135
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-39_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-1128332-1216782738/watcher-1128332-1216782738 -o /tmp/evaluation-result-1128332-1216782738/solver-1128332-1216782738 -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-1128332-1216782738.xml

TIME LIMIT= 3600 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 97e371099a114b8fb0619ccfaa6c1f23
RANDOM SEED=1492488899

node22.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.236
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.236
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:       1704136 kB
Buffers:         30096 kB
Cached:         251016 kB
SwapCached:          0 kB
Active:         138928 kB
Inactive:       167412 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1704136 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:            1484 kB
Writeback:           0 kB
Mapped:          45304 kB
Slab:            30572 kB
Committed_AS:   122900 kB
PageTables:       1936 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 node22 at 2008-07-23 06:12:34