Trace number 1128348

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.04 3606.12

General information on the benchmark

Namemaxcsp/kbtree/kbtree-9-2-3-5/kbtree-9-2-3-5-50/
normalized-kbtree-9-2-3-5-50-24_ext.xml
MD5SUM179e1dcaef7fa6fc50e24fe7cb912a32
Bench Category2-ARY-EXT (binary constraints in extension)
Best result obtained on this benchmarkMOPT
Best Number of falsified constraints48
Best CPU time to get the best result obtained on this benchmark1505.22
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:17:20 2008
0.00/0.04	c 0	PID 8050
0.00/0.05	c 0	HOST node60.alineos.net
0.00/0.05	c 0	CONVERTING HOME/instance-1128348-1216783039.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-1128348-1216783039.xml' 'HOME/temp.csp'
0.03/0.58	c 0	1 domains, 58 variables, 0 predicates, 309 relations, 309 constraints
0.03/0.63	c 0	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.03/0.63	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.57/0.71	c 0	Parsing HOME/temp.csp
0.57/0.88	c 0	parsed 677 expressions
0.57/0.88	c 0	Heap : 1 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.57/0.89	c 0	MAX CSP: 309 constraints
0.57/0.89	c 0	Converting to clausal form CSP
0.57/0.91	c 0	converted 99 (10%) expressions
0.57/0.92	c 0	converted 198 (20%) expressions
0.57/0.92	c 0	converted 297 (30%) expressions
0.57/0.93	c 0	converted 396 (40%) expressions
0.57/0.95	c 0	converted 495 (50%) expressions
0.57/0.95	c 0	converted 594 (60%) expressions
0.57/0.97	c 0	converted 693 (70%) expressions
0.57/0.97	c 0	converted 792 (80%) expressions
0.57/0.98	c 0	converted 891 (90%) expressions
1.01/1.15	c 1	converted 989 (100%) expressions
1.01/1.15	c 1	CSP : 676 integers, 0 booleans, 926 clauses, largest domain size 464
1.01/1.15	c 1	Heap : 1 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.01/1.15	c 1	Propagation in CSP
1.01/1.18	c 1	304 values, 0 unsatisfiable literals, and 0 valid clauses are removed
1.01/1.18	c 1	CSP : 676 integers, 0 booleans, 926 clauses, largest domain size 310
1.01/1.18	c 1	Heap : 2 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.01/1.18	c 1	Simplifing CSP by introducing new Boolean variables
1.01/1.18	c 1	CSP : 676 integers, 0 booleans, 926 clauses, largest domain size 310
1.01/1.19	c 1	Heap : 2 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.12/1.22	c 1	Encoding CSP to SAT : HOME/temp.cnf
1.12/1.23	c 1	68 (10%) CSP integer variables are encoded (174 clauses, 1816 bytes)
1.12/1.23	c 1	136 (20%) CSP integer variables are encoded (174 clauses, 1816 bytes)
1.12/1.23	c 1	203 (30%) CSP integer variables are encoded (174 clauses, 1816 bytes)
1.12/1.23	c 1	271 (40%) CSP integer variables are encoded (174 clauses, 1816 bytes)
1.12/1.23	c 1	338 (50%) CSP integer variables are encoded (174 clauses, 1816 bytes)
1.12/1.24	c 1	406 (60%) CSP integer variables are encoded (653 clauses, 7200 bytes)
1.12/1.24	c 1	474 (70%) CSP integer variables are encoded (996 clauses, 11659 bytes)
1.12/1.24	c 1	541 (80%) CSP integer variables are encoded (1536 clauses, 18679 bytes)
1.12/1.25	c 1	609 (90%) CSP integer variables are encoded (3918 clauses, 49645 bytes)
1.12/1.25	c 1	676 (100%) CSP integer variables are encoded (4612 clauses, 58667 bytes)
1.12/1.29	c 1	93 (10%) CSP clauses are encoded (5240 clauses, 69145 bytes)
1.12/1.30	c 1	186 (20%) CSP clauses are encoded (5849 clauses, 79834 bytes)
1.20/1.31	c 1	278 (30%) CSP clauses are encoded (6471 clauses, 92036 bytes)
1.20/1.33	c 1	371 (40%) CSP clauses are encoded (7407 clauses, 106220 bytes)
1.20/1.34	c 1	463 (50%) CSP clauses are encoded (13669 clauses, 216434 bytes)
1.20/1.35	c 1	556 (60%) CSP clauses are encoded (15692 clauses, 251040 bytes)
1.20/1.39	c 1	649 (70%) CSP clauses are encoded (33043 clauses, 566775 bytes)
1.31/1.44	c 1	741 (80%) CSP clauses are encoded (49697 clauses, 852709 bytes)
1.41/1.50	c 1	834 (90%) CSP clauses are encoded (86156 clauses, 1517657 bytes)
1.41/1.59	c 1	926 (100%) CSP clauses are encoded (134744 clauses, 2407562 bytes)
1.41/1.59	c 1	926 CSP clauses encoded
1.41/1.59	c 1	Writing map file : HOME/temp.map
1.50/1.60	c 1	Heap : 1 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.50/1.60	c 1	SAT : 5288 SAT variables, 134744 SAT clauses, 2407562 bytes
1.50/1.60	c 1	Heap : 1 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.50/1.63	c 1	OBJECTIVE minimize _COST
1.50/1.63	c 1	OBJECTIVE BOUND: 0 <= _COST <= 
1.50/1.63	c 1	SEARCHING: _COST <= 155
1.50/1.63	c 1	SOLVING HOME/temp.cnf
1.50/1.63	c 1	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
1.50/1.63	c 1	This is MiniSat 2.0 beta
1.50/1.63	c 1	WARNING: for repeatability, setting FPU to use double precision
1.50/1.63	c 1	============================[ Problem Statistics ]=============================
1.50/1.63	c 1	|                                                                             |
1.50/1.63	c 1	|  Number of variables:  5288                                                 |
1.50/1.63	c 1	|  Number of clauses:    134745                                               |
1.53/1.70	c 1	|  Parsing time:         0.06         s                                       |
1.53/1.72	c 1	============================[ Search Statistics ]==============================
1.53/1.72	c 1	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
1.53/1.72	c 1	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
1.53/1.72	c 1	===============================================================================
1.53/1.72	c 1	|         0 |    3902    87356   253940 |    29118        0    nan |  0.000 % |
1.53/1.75	c 1	|       102 |    3902    87356   253940 |    32030      102     22 | 26.210 % |
1.53/1.76	c 1	|       252 |    3902    87356   253940 |    35233      252     22 | 26.210 % |
1.53/1.78	c 1	|       477 |    3902    87356   253940 |    38756      477     23 | 26.210 % |
1.53/1.80	c 1	===============================================================================
1.53/1.80	c 1	restarts              : 4
1.53/1.80	c 1	conflicts             : 569            (3557 /sec)
1.53/1.80	c 1	decisions             : 1460           (0.89 % random) (9126 /sec)
1.53/1.80	c 1	propagations          : 147835         (924113 /sec)
1.53/1.80	c 1	conflict literals     : 14487          (19.17 % deleted)
1.53/1.80	c 1	Memory used           : 7.11 MB
1.53/1.80	c 1	CPU time              : 0.159975 s
1.53/1.80	c 1	
1.53/1.80	c 1	SATISFIABLE
1.53/1.81	c 1	FOUND: _COST <= 155
1.53/1.81	s SATISFIABLE
1.53/1.81	c 1	DECODING HOME/temp.out WITH HOME/temp.map
1.53/1.81	c 1	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
1.53/1.89	c 1	Decoding HOME/temp.out
1.73/1.96	c 1	OBJECTIVE _COST 155
1.73/1.96	o 155
1.73/1.97	v 4 0 3 3 1 4 4 3 4 3 4 4 4 4 4 4 4 3 4 4 1 4 4 2 4 4 0 4 3 4 4 2 1 1 2 4 4 4 4 3 4 3 3 2 1 4 2 3 3 4 3 4 4 4 2 0 4 0
1.73/1.97	c 1	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
1.73/2.02	c 2	OBJECTIVE BOUND: 0 <= _COST <= 155
1.73/2.02	c 2	SEARCHING: _COST <= 77
1.73/2.02	c 2	SOLVING HOME/temp.cnf
1.73/2.02	c 2	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
1.73/2.02	c 2	This is MiniSat 2.0 beta
1.73/2.02	c 2	WARNING: for repeatability, setting FPU to use double precision
1.73/2.02	c 2	============================[ Problem Statistics ]=============================
1.73/2.02	c 2	|                                                                             |
1.73/2.02	c 2	|  Number of variables:  5288                                                 |
1.73/2.02	c 2	|  Number of clauses:    134745                                               |
1.73/2.09	c 2	|  Parsing time:         0.06         s                                       |
1.88/2.13	c 2	============================[ Search Statistics ]==============================
1.88/2.13	c 2	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
1.88/2.13	c 2	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
1.88/2.13	c 2	===============================================================================
1.88/2.13	c 2	|         0 |    3121    57987   168098 |    19329        0    nan |  0.000 % |
1.88/2.15	c 2	|       100 |    3121    57987   168098 |    21261      100     29 | 40.980 % |
1.88/2.17	c 2	|       250 |    3121    57987   168098 |    23388      250     27 | 40.980 % |
1.88/2.20	c 2	|       476 |    3121    57987   168098 |    25726      476     27 | 40.980 % |
2.04/2.23	c 2	|       813 |    3121    57987   168098 |    28299      813     30 | 40.980 % |
2.04/2.29	c 2	|      1319 |    3121    57987   168098 |    31129     1319     29 | 40.980 % |
2.14/2.38	c 2	|      2079 |    3121    57987   168098 |    34242     2079     33 | 40.980 % |
2.34/2.53	c 2	|      3218 |    3121    57987   168098 |    37666     3218     34 | 40.980 % |
2.54/2.73	c 2	|      4926 |    3121    57987   168098 |    41433     4926     30 | 40.980 % |
2.84/3.02	c 3	|      7488 |    3121    57987   168098 |    45576     7488     30 | 40.980 % |
3.43/3.60	c 3	|     11332 |    3121    57987   168098 |    50134    11332     34 | 40.980 % |
4.12/4.40	c 4	|     17098 |    3121    57987   168098 |    55147    17098     34 | 40.980 % |
6.10/6.37	c 6	|     25748 |    3121    57987   168098 |    60662    25748     37 | 40.980 % |
9.37/9.66	c 9	|     38725 |    3121    57987   168098 |    66728    38725     38 | 40.980 % |
17.88/18.28	c 18	|     58187 |    3121    57987   168098 |    73401    58187     40 | 40.980 % |
31.65/32.16	c 32	|     87379 |    3121    57987   168098 |    80742    23421     39 | 40.980 % |
56.22/56.96	c 56	|    131169 |    3121    57987   168098 |    88816    67211     41 | 40.980 % |
91.79/92.81	c 92	|    196853 |    3121    57987   168098 |    97697    54539     50 | 40.980 % |
137.95/139.41	c 139	|    295380 |    3121    57987   168098 |   107467    66998     28 | 40.980 % |
255.33/257.90	c 257	|    443169 |    3121    57987   168098 |   118214    26108     45 | 40.980 % |
456.14/460.62	c 460	|    664855 |    3121    57987   168098 |   130035    41635     53 | 40.980 % |
749.18/754.20	c 754	|    997381 |    3121    57987   168098 |   143039    24358     55 | 40.980 % |
1249.79/1255.07	c 1255	|   1496169 |    3121    57987   168098 |   157343   136532     39 | 40.980 % |
2146.37/2151.94	c 2151	|   2244351 |    3121    57987   168098 |   173077    22498     50 | 40.980 % |
3600.04/3606.12	c ERROR INTERRUPTED
3600.04/3606.12	c 3606	CPU 1.74 (0.04 0.01 1.7 0.13)
3600.04/3606.12	c 3606	END Wed Jul 23 06:17:26 2008

Verifier Data (download as text)

OK	103	206
103 unsatisfied constraints, 206 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-1128348-1216783039/watcher-1128348-1216783039 -o /tmp/evaluation-result-1128348-1216783039/solver-1128348-1216783039 -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-1128348-1216783039.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.00 2.03 2.00 4/81 8050
/proc/meminfo: memFree=1387440/2055920 swapFree=4192956/4192956
[pid=8050] ppid=8048 vsize=12268 CPUtime=0
/proc/8050/stat : 8050 (sugar) R 8048 8050 6890 0 -1 4194304 348 0 0 0 0 0 0 0 20 0 1 0 5391280 12562432 316 996147200 4194304 4206940 548682068592 18446744073709551615 271894411877 0 2147483391 4224 0 0 0 0 17 1 0 0
/proc/8050/statm: 3067 316 241 3 0 167 0

[startup+0.104562 s]
/proc/loadavg: 2.00 2.03 2.00 4/81 8050
/proc/meminfo: memFree=1387440/2055920 swapFree=4192956/4192956
[pid=8050] ppid=8048 vsize=13600 CPUtime=0.03
/proc/8050/stat : 8050 (sugar) S 8048 8050 6890 0 -1 4194304 898 127 0 0 3 0 0 0 19 0 1 0 5391280 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 271903141986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/8050/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.201568 s]
/proc/loadavg: 2.00 2.03 2.00 4/81 8050
/proc/meminfo: memFree=1387440/2055920 swapFree=4192956/4192956
[pid=8050] ppid=8048 vsize=13600 CPUtime=0.03
/proc/8050/stat : 8050 (sugar) S 8048 8050 6890 0 -1 4194304 898 127 0 0 3 0 0 0 19 0 1 0 5391280 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 271903141986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/8050/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.301575 s]
/proc/loadavg: 2.00 2.03 2.00 4/81 8050
/proc/meminfo: memFree=1387440/2055920 swapFree=4192956/4192956
[pid=8050] ppid=8048 vsize=13600 CPUtime=0.03
/proc/8050/stat : 8050 (sugar) S 8048 8050 6890 0 -1 4194304 898 127 0 0 3 0 0 0 19 0 1 0 5391280 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 271903141986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/8050/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.701621 s]
/proc/loadavg: 2.00 2.03 2.00 4/81 8050
/proc/meminfo: memFree=1387440/2055920 swapFree=4192956/4192956
[pid=8050] ppid=8048 vsize=13600 CPUtime=0.57
/proc/8050/stat : 8050 (sugar) S 8048 8050 6890 0 -1 4194304 957 4648 0 1 3 0 51 3 16 0 1 0 5391280 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 271903141986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/8050/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 0.57
Current children cumulated vsize (KiB) 13600

[startup+1.5017 s]
/proc/loadavg: 2.00 2.03 2.00 4/92 8072
/proc/meminfo: memFree=1373712/2055920 swapFree=4192956/4192956
[pid=8050] ppid=8048 vsize=13600 CPUtime=0.57
/proc/8050/stat : 8050 (sugar) S 8048 8050 6890 0 -1 4194304 974 4648 0 1 3 0 51 3 15 0 1 0 5391280 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 271903141986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/8050/statm: 3400 797 370 3 0 500 0
[pid=8063] ppid=8050 vsize=5356 CPUtime=0
/proc/8063/stat : 8063 (sh) S 8050 8050 6890 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 5391343 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 271894242116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/8063/statm: 1339 233 193 169 0 50 0
[pid=8064] ppid=8063 vsize=868476 CPUtime=0.84
/proc/8064/stat : 8064 (java) S 8063 8050 6890 0 -1 0 6582 0 1 0 79 5 0 0 18 0 9 0 5391344 889319424 5770 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/8064/statm: 217119 5770 2564 9 0 211666 0
[pid=8064/tid=8065] ppid=8063 vsize=868476 CPUtime=0.51
/proc/8064/task/8065/stat : 8065 (java) R 8063 8050 6890 0 -1 64 2755 0 1 0 49 2 0 0 19 0 9 0 5391344 889319424 5770 996147200 134512640 134550740 4294955936 18446744073709551615 4126916400 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8064/tid=8066] ppid=8063 vsize=868476 CPUtime=0.06
/proc/8064/task/8066/stat : 8066 (java) S 8063 8050 6890 0 -1 64 1646 0 0 0 6 0 0 0 16 0 9 0 5391346 889319424 5770 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=8064/tid=8067] ppid=8063 vsize=868476 CPUtime=0
/proc/8064/task/8067/stat : 8067 (java) S 8063 8050 6890 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 5391346 889319424 5770 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8064/tid=8068] ppid=8063 vsize=868476 CPUtime=0
/proc/8064/task/8068/stat : 8068 (java) S 8063 8050 6890 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 5391346 889319424 5770 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8064/tid=8069] ppid=8063 vsize=868476 CPUtime=0
/proc/8064/task/8069/stat : 8069 (java) S 8063 8050 6890 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 5391348 889319424 5770 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8064/tid=8070] ppid=8063 vsize=868476 CPUtime=0.23
/proc/8064/task/8070/stat : 8070 (java) S 8063 8050 6890 0 -1 64 1487 0 0 0 22 1 0 0 16 0 9 0 5391348 889319424 5770 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8064/tid=8071] ppid=8063 vsize=868476 CPUtime=0
/proc/8064/task/8071/stat : 8071 (java) S 8063 8050 6890 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 5391348 889319424 5770 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8064/tid=8072] ppid=8063 vsize=868476 CPUtime=0
/proc/8064/task/8072/stat : 8072 (java) S 8063 8050 6890 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 5391348 889319424 5770 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.41
Current children cumulated vsize (KiB) 887432

[startup+3.10186 s]
/proc/loadavg: 2.16 2.06 2.01 3/84 8086
/proc/meminfo: memFree=1375824/2055920 swapFree=4192956/4192956
[pid=8050] ppid=8048 vsize=13728 CPUtime=1.88
/proc/8050/stat : 8050 (sugar) S 8048 8050 6890 0 -1 4194304 1182 17390 0 3 4 1 170 13 15 0 1 0 5391280 14057472 811 996147200 4194304 4206940 548682068592 18446744073709551615 271903141986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/8050/statm: 3432 811 374 3 0 532 0
[pid=8085] ppid=8050 vsize=5356 CPUtime=0
/proc/8085/stat : 8085 (sh) S 8050 8050 6890 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 5391482 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 271894242116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/8085/statm: 1339 232 193 169 0 50 0
[pid=8086] ppid=8085 vsize=7404 CPUtime=1.06
/proc/8086/stat : 8086 (minisat) R 8085 8050 6890 0 -1 4194304 1767 0 0 0 105 1 0 0 25 0 1 0 5391482 7581696 1753 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/8086/statm: 1851 1753 76 150 0 1698 0
Current children cumulated CPU time (s) 2.94
Current children cumulated vsize (KiB) 26488

[startup+6.30218 s]
/proc/loadavg: 2.16 2.06 2.01 3/84 8086
/proc/meminfo: memFree=1373456/2055920 swapFree=4192956/4192956
[pid=8050] ppid=8048 vsize=13728 CPUtime=1.88
/proc/8050/stat : 8050 (sugar) S 8048 8050 6890 0 -1 4194304 1182 17390 0 3 4 1 170 13 15 0 1 0 5391280 14057472 811 996147200 4194304 4206940 548682068592 18446744073709551615 271903141986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/8050/statm: 3432 811 374 3 0 532 0
[pid=8085] ppid=8050 vsize=5356 CPUtime=0
/proc/8085/stat : 8085 (sh) S 8050 8050 6890 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 5391482 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 271894242116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/8085/statm: 1339 232 193 169 0 50 0
[pid=8086] ppid=8085 vsize=10348 CPUtime=4.22
/proc/8086/stat : 8086 (minisat) R 8085 8050 6890 0 -1 4194304 2485 0 0 0 420 2 0 0 25 0 1 0 5391482 10596352 2471 996147200 134512640 135127466 4294956256 18446744073709551615 134522684 0 0 4096 3 0 0 0 17 1 0 0
/proc/8086/statm: 2587 2471 76 150 0 2434 0
Current children cumulated CPU time (s) 6.1
Current children cumulated vsize (KiB) 29432

[startup+12.7018 s]
/proc/loadavg: 2.13 2.06 2.01 3/84 8086
/proc/meminfo: memFree=1368528/2055920 swapFree=4192956/4192956
[pid=8050] ppid=8048 vsize=13728 CPUtime=1.88
/proc/8050/stat : 8050 (sugar) S 8048 8050 6890 0 -1 4194304 1182 17390 0 3 4 1 170 13 16 0 1 0 5391280 14057472 811 996147200 4194304 4206940 548682068592 18446744073709551615 271903141986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/8050/statm: 3432 811 374 3 0 532 0
[pid=8085] ppid=8050 vsize=5356 CPUtime=0
/proc/8085/stat : 8085 (sh) S 8050 8050 6890 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 5391482 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 271894242116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/8085/statm: 1339 232 193 169 0 50 0
[pid=8086] ppid=8085 vsize=14684 CPUtime=10.56
/proc/8086/stat : 8086 (minisat) R 8085 8050 6890 0 -1 4194304 3580 0 0 0 1053 3 0 0 25 0 1 0 5391482 15036416 3566 996147200 134512640 135127466 4294956256 18446744073709551615 134522655 0 0 4096 3 0 0 0 17 1 0 0
/proc/8086/statm: 3671 3566 76 150 0 3518 0
Current children cumulated CPU time (s) 12.44
Current children cumulated vsize (KiB) 33768

[startup+25.5021 s]
/proc/loadavg: 2.11 2.06 2.01 3/84 8086
/proc/meminfo: memFree=1363536/2055920 swapFree=4192956/4192956
[pid=8050] ppid=8048 vsize=13728 CPUtime=1.88
/proc/8050/stat : 8050 (sugar) S 8048 8050 6890 0 -1 4194304 1182 17390 0 3 4 1 170 13 16 0 1 0 5391280 14057472 811 996147200 4194304 4206940 548682068592 18446744073709551615 271903141986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/8050/statm: 3432 811 374 3 0 532 0
[pid=8085] ppid=8050 vsize=5356 CPUtime=0
/proc/8085/stat : 8085 (sh) S 8050 8050 6890 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 5391482 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 271894242116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/8085/statm: 1339 232 193 169 0 50 0
[pid=8086] ppid=8085 vsize=19692 CPUtime=23.23
/proc/8086/stat : 8086 (minisat) R 8085 8050 6890 0 -1 4194304 4814 0 0 0 2319 4 0 0 25 0 1 0 5391482 20164608 4800 996147200 134512640 135127466 4294956256 18446744073709551615 134530933 0 0 4096 3 0 0 0 17 1 0 0
/proc/8086/statm: 4923 4800 76 150 0 4770 0
Current children cumulated CPU time (s) 25.11
Current children cumulated vsize (KiB) 38776

[startup+51.1026 s]
/proc/loadavg: 2.07 2.05 2.01 3/84 8086
/proc/meminfo: memFree=1362576/2055920 swapFree=4192956/4192956
[pid=8050] ppid=8048 vsize=13728 CPUtime=1.88
/proc/8050/stat : 8050 (sugar) S 8048 8050 6890 0 -1 4194304 1182 17390 0 3 4 1 170 13 16 0 1 0 5391280 14057472 811 996147200 4194304 4206940 548682068592 18446744073709551615 271903141986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/8050/statm: 3432 811 374 3 0 532 0
[pid=8085] ppid=8050 vsize=5356 CPUtime=0
/proc/8085/stat : 8085 (sh) S 8050 8050 6890 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 5391482 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 271894242116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/8085/statm: 1339 232 193 169 0 50 0
[pid=8086] ppid=8085 vsize=20624 CPUtime=48.59
/proc/8086/stat : 8086 (minisat) R 8085 8050 6890 0 -1 4194304 5048 0 0 0 4855 4 0 0 25 0 1 0 5391482 21118976 5034 996147200 134512640 135127466 4294956256 18446744073709551615 134530736 0 0 4096 3 0 0 0 17 1 0 0
/proc/8086/statm: 5156 5034 76 150 0 5003 0
Current children cumulated CPU time (s) 50.47
Current children cumulated vsize (KiB) 39708

[startup+102.303 s]
/proc/loadavg: 2.10 2.07 2.01 3/84 8086
/proc/meminfo: memFree=1356944/2055920 swapFree=4192956/4192956
[pid=8050] ppid=8048 vsize=13728 CPUtime=1.88
/proc/8050/stat : 8050 (sugar) S 8048 8050 6890 0 -1 4194304 1182 17390 0 3 4 1 170 13 16 0 1 0 5391280 14057472 811 996147200 4194304 4206940 548682068592 18446744073709551615 271903141986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/8050/statm: 3432 811 374 3 0 532 0
[pid=8085] ppid=8050 vsize=5356 CPUtime=0
/proc/8085/stat : 8085 (sh) S 8050 8050 6890 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 5391482 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 271894242116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/8085/statm: 1339 232 193 169 0 50 0
[pid=8086] ppid=8085 vsize=26388 CPUtime=99.32
/proc/8086/stat : 8086 (minisat) R 8085 8050 6890 0 -1 4194304 6431 0 0 0 9926 6 0 0 25 0 1 0 5391482 27021312 6417 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/8086/statm: 6597 6417 76 150 0 6444 0
Current children cumulated CPU time (s) 101.2
Current children cumulated vsize (KiB) 45472

[startup+162.303 s]
/proc/loadavg: 2.20 2.10 2.02 3/84 8088
/proc/meminfo: memFree=1355088/2055920 swapFree=4192956/4192956
[pid=8050] ppid=8048 vsize=13728 CPUtime=1.88
/proc/8050/stat : 8050 (sugar) S 8048 8050 6890 0 -1 4194304 1182 17390 0 3 4 1 170 13 16 0 1 0 5391280 14057472 811 996147200 4194304 4206940 548682068592 18446744073709551615 271903141986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/8050/statm: 3432 811 374 3 0 532 0
[pid=8085] ppid=8050 vsize=5356 CPUtime=0
/proc/8085/stat : 8085 (sh) S 8050 8050 6890 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 5391482 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 271894242116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/8085/statm: 1339 232 193 169 0 50 0
[pid=8086] ppid=8085 vsize=28236 CPUtime=158.75
/proc/8086/stat : 8086 (minisat) R 8085 8050 6890 0 -1 4194304 6915 0 0 0 15869 6 0 0 25 0 1 0 5391482 28913664 6901 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/8086/statm: 7059 6901 76 150 0 6906 0
Current children cumulated CPU time (s) 160.63
Current children cumulated vsize (KiB) 47320

[startup+222.308 s]
/proc/loadavg: 2.10 2.10 2.02 3/84 8088
/proc/meminfo: memFree=1351504/2055920 swapFree=4192956/4192956
[pid=8050] ppid=8048 vsize=13728 CPUtime=1.88
/proc/8050/stat : 8050 (sugar) S 8048 8050 6890 0 -1 4194304 1182 17390 0 3 4 1 170 13 16 0 1 0 5391280 14057472 811 996147200 4194304 4206940 548682068592 18446744073709551615 271903141986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/8050/statm: 3432 811 374 3 0 532 0
[pid=8085] ppid=8050 vsize=5356 CPUtime=0
/proc/8085/stat : 8085 (sh) S 8050 8050 6890 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 5391482 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 271894242116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0

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

/proc/meminfo: memFree=1228376/2055920 swapFree=4192956/4192956
[pid=8050] ppid=8048 vsize=13728 CPUtime=1.88
/proc/8050/stat : 8050 (sugar) S 8048 8050 6890 0 -1 4194304 1182 17390 0 3 4 1 170 13 16 0 1 0 5391280 14057472 811 996147200 4194304 4206940 548682068592 18446744073709551615 271903141986 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/8050/statm: 3432 811 374 3 0 532 0
[pid=8085] ppid=8050 vsize=5356 CPUtime=0
/proc/8085/stat : 8085 (sh) S 8050 8050 6890 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 5391482 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 271894242116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/8085/statm: 1339 232 193 169 0 50 0
[pid=8086] ppid=8085 vsize=83912 CPUtime=3094.54
/proc/8086/stat : 8086 (minisat) R 8085 8050 6890 0 -1 4194304 20372 0 0 0 309425 29 0 0 25 0 1 0 5391482 85925888 20349 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/8086/statm: 20978 20349 76 150 0 20825 0
Current children cumulated CPU time (s) 3096.42
Current children cumulated vsize (KiB) 102996

[startup+3162.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 8156
/proc/meminfo: memFree=1224600/2055920 swapFree=4192956/4192956
[pid=8050] ppid=8048 vsize=13728 CPUtime=1.88
/proc/8050/stat : 8050 (sugar) S 8048 8050 6890 0 -1 4194304 1182 17390 0 3 4 1 170 13 16 0 1 0 5391280 14057472 811 996147200 4194304 4206940 548682068592 18446744073709551615 271903141986 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/8050/statm: 3432 811 374 3 0 532 0
[pid=8085] ppid=8050 vsize=5356 CPUtime=0
/proc/8085/stat : 8085 (sh) S 8050 8050 6890 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 5391482 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 271894242116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/8085/statm: 1339 232 193 169 0 50 0
[pid=8086] ppid=8085 vsize=84076 CPUtime=3154.51
/proc/8086/stat : 8086 (minisat) R 8085 8050 6890 0 -1 4194304 20402 0 0 0 315422 29 0 0 25 0 1 0 5391482 86093824 20379 996147200 134512640 135127466 4294956256 18446744073709551615 134530775 0 0 4096 3 0 0 0 17 0 0 0
/proc/8086/statm: 21019 20379 76 150 0 20866 0
Current children cumulated CPU time (s) 3156.39
Current children cumulated vsize (KiB) 103160

[startup+3222.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 8156
/proc/meminfo: memFree=1221016/2055920 swapFree=4192956/4192956
[pid=8050] ppid=8048 vsize=13728 CPUtime=1.88
/proc/8050/stat : 8050 (sugar) S 8048 8050 6890 0 -1 4194304 1182 17390 0 3 4 1 170 13 16 0 1 0 5391280 14057472 811 996147200 4194304 4206940 548682068592 18446744073709551615 271903141986 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/8050/statm: 3432 811 374 3 0 532 0
[pid=8085] ppid=8050 vsize=5356 CPUtime=0
/proc/8085/stat : 8085 (sh) S 8050 8050 6890 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 5391482 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 271894242116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/8085/statm: 1339 232 193 169 0 50 0
[pid=8086] ppid=8085 vsize=84240 CPUtime=3214.49
/proc/8086/stat : 8086 (minisat) R 8085 8050 6890 0 -1 4194304 20444 0 0 0 321420 29 0 0 25 0 1 0 5391482 86261760 20421 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/8086/statm: 21060 20421 76 150 0 20907 0
Current children cumulated CPU time (s) 3216.37
Current children cumulated vsize (KiB) 103324

[startup+3282.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 8156
/proc/meminfo: memFree=1217816/2055920 swapFree=4192956/4192956
[pid=8050] ppid=8048 vsize=13728 CPUtime=1.88
/proc/8050/stat : 8050 (sugar) S 8048 8050 6890 0 -1 4194304 1182 17390 0 3 4 1 170 13 16 0 1 0 5391280 14057472 811 996147200 4194304 4206940 548682068592 18446744073709551615 271903141986 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/8050/statm: 3432 811 374 3 0 532 0
[pid=8085] ppid=8050 vsize=5356 CPUtime=0
/proc/8085/stat : 8085 (sh) S 8050 8050 6890 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 5391482 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 271894242116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/8085/statm: 1339 232 193 169 0 50 0
[pid=8086] ppid=8085 vsize=84240 CPUtime=3274.47
/proc/8086/stat : 8086 (minisat) R 8085 8050 6890 0 -1 4194304 20451 0 0 0 327418 29 0 0 25 0 1 0 5391482 86261760 20428 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/8086/statm: 21060 20428 76 150 0 20907 0
Current children cumulated CPU time (s) 3276.35
Current children cumulated vsize (KiB) 103324

[startup+3342.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 8156
/proc/meminfo: memFree=1216280/2055920 swapFree=4192956/4192956
[pid=8050] ppid=8048 vsize=13728 CPUtime=1.88
/proc/8050/stat : 8050 (sugar) S 8048 8050 6890 0 -1 4194304 1182 17390 0 3 4 1 170 13 16 0 1 0 5391280 14057472 811 996147200 4194304 4206940 548682068592 18446744073709551615 271903141986 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/8050/statm: 3432 811 374 3 0 532 0
[pid=8085] ppid=8050 vsize=5356 CPUtime=0
/proc/8085/stat : 8085 (sh) S 8050 8050 6890 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 5391482 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 271894242116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/8085/statm: 1339 232 193 169 0 50 0
[pid=8086] ppid=8085 vsize=84404 CPUtime=3334.45
/proc/8086/stat : 8086 (minisat) R 8085 8050 6890 0 -1 4194304 20495 0 0 0 333416 29 0 0 25 0 1 0 5391482 86429696 20472 996147200 134512640 135127466 4294956256 18446744073709551615 134530700 0 0 4096 3 0 0 0 17 0 0 0
/proc/8086/statm: 21101 20472 76 150 0 20948 0
Current children cumulated CPU time (s) 3336.33
Current children cumulated vsize (KiB) 103488

[startup+3402.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 8156
/proc/meminfo: memFree=1216152/2055920 swapFree=4192956/4192956
[pid=8050] ppid=8048 vsize=13728 CPUtime=1.88
/proc/8050/stat : 8050 (sugar) S 8048 8050 6890 0 -1 4194304 1182 17390 0 3 4 1 170 13 16 0 1 0 5391280 14057472 811 996147200 4194304 4206940 548682068592 18446744073709551615 271903141986 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/8050/statm: 3432 811 374 3 0 532 0
[pid=8085] ppid=8050 vsize=5356 CPUtime=0
/proc/8085/stat : 8085 (sh) S 8050 8050 6890 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 5391482 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 271894242116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/8085/statm: 1339 232 193 169 0 50 0
[pid=8086] ppid=8085 vsize=84524 CPUtime=3394.43
/proc/8086/stat : 8086 (minisat) R 8085 8050 6890 0 -1 4194304 20512 0 0 0 339414 29 0 0 25 0 1 0 5391482 86552576 20489 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/8086/statm: 21131 20489 76 150 0 20978 0
Current children cumulated CPU time (s) 3396.31
Current children cumulated vsize (KiB) 103608

[startup+3462.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 8156
/proc/meminfo: memFree=1215832/2055920 swapFree=4192956/4192956
[pid=8050] ppid=8048 vsize=13728 CPUtime=1.88
/proc/8050/stat : 8050 (sugar) S 8048 8050 6890 0 -1 4194304 1182 17390 0 3 4 1 170 13 16 0 1 0 5391280 14057472 811 996147200 4194304 4206940 548682068592 18446744073709551615 271903141986 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/8050/statm: 3432 811 374 3 0 532 0
[pid=8085] ppid=8050 vsize=5356 CPUtime=0
/proc/8085/stat : 8085 (sh) S 8050 8050 6890 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 5391482 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 271894242116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/8085/statm: 1339 232 193 169 0 50 0
[pid=8086] ppid=8085 vsize=84524 CPUtime=3454.4
/proc/8086/stat : 8086 (minisat) R 8085 8050 6890 0 -1 4194304 20517 0 0 0 345411 29 0 0 25 0 1 0 5391482 86552576 20494 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/8086/statm: 21131 20494 76 150 0 20978 0
Current children cumulated CPU time (s) 3456.28
Current children cumulated vsize (KiB) 103608

[startup+3522.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 8156
/proc/meminfo: memFree=1215832/2055920 swapFree=4192956/4192956
[pid=8050] ppid=8048 vsize=13728 CPUtime=1.88
/proc/8050/stat : 8050 (sugar) S 8048 8050 6890 0 -1 4194304 1182 17390 0 3 4 1 170 13 16 0 1 0 5391280 14057472 811 996147200 4194304 4206940 548682068592 18446744073709551615 271903141986 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/8050/statm: 3432 811 374 3 0 532 0
[pid=8085] ppid=8050 vsize=5356 CPUtime=0
/proc/8085/stat : 8085 (sh) S 8050 8050 6890 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 5391482 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 271894242116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/8085/statm: 1339 232 193 169 0 50 0
[pid=8086] ppid=8085 vsize=84524 CPUtime=3514.38
/proc/8086/stat : 8086 (minisat) R 8085 8050 6890 0 -1 4194304 20519 0 0 0 351409 29 0 0 25 0 1 0 5391482 86552576 20496 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/8086/statm: 21131 20496 76 150 0 20978 0
Current children cumulated CPU time (s) 3516.26
Current children cumulated vsize (KiB) 103608

[startup+3582.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 8156
/proc/meminfo: memFree=1215768/2055920 swapFree=4192956/4192956
[pid=8050] ppid=8048 vsize=13728 CPUtime=1.88
/proc/8050/stat : 8050 (sugar) S 8048 8050 6890 0 -1 4194304 1182 17390 0 3 4 1 170 13 16 0 1 0 5391280 14057472 811 996147200 4194304 4206940 548682068592 18446744073709551615 271903141986 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/8050/statm: 3432 811 374 3 0 532 0
[pid=8085] ppid=8050 vsize=5356 CPUtime=0
/proc/8085/stat : 8085 (sh) S 8050 8050 6890 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 5391482 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 271894242116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/8085/statm: 1339 232 193 169 0 50 0
[pid=8086] ppid=8085 vsize=84524 CPUtime=3574.36
/proc/8086/stat : 8086 (minisat) R 8085 8050 6890 0 -1 4194304 20519 0 0 0 357407 29 0 0 25 0 1 0 5391482 86552576 20496 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/8086/statm: 21131 20496 76 150 0 20978 0
Current children cumulated CPU time (s) 3576.24
Current children cumulated vsize (KiB) 103608



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3606.1 s]
/proc/loadavg: 2.06 2.01 2.00 3/76 8156
/proc/meminfo: memFree=1215896/2055920 swapFree=4192956/4192956
[pid=8050] ppid=8048 vsize=13728 CPUtime=1.88
/proc/8050/stat : 8050 (sugar) S 8048 8050 6890 0 -1 4194304 1182 17390 0 3 4 1 170 13 16 0 1 0 5391280 14057472 811 996147200 4194304 4206940 548682068592 18446744073709551615 271903141986 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/8050/statm: 3432 811 374 3 0 532 0
[pid=8085] ppid=8050 vsize=5356 CPUtime=0
/proc/8085/stat : 8085 (sh) S 8050 8050 6890 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 5391482 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 271894242116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/8085/statm: 1339 232 193 169 0 50 0
[pid=8086] ppid=8085 vsize=84524 CPUtime=3598.16
/proc/8086/stat : 8086 (minisat) R 8085 8050 6890 0 -1 4194304 20519 0 0 0 359787 29 0 0 25 0 1 0 5391482 86552576 20496 996147200 134512640 135127466 4294956256 18446744073709551615 134530778 0 0 4096 3 0 0 0 17 0 0 0
/proc/8086/statm: 21131 20496 76 150 0 20978 0
Current children cumulated CPU time (s) 3600.04
Current children cumulated vsize (KiB) 103608

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

Solver 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 8050 and gives
#  childrusage.ru_utime.tv_sec=1
#  childrusage.ru_utime.tv_usec=752733
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=151976
# CPU time returned by wait4() is 1.90471
# while last known CPU time is 3600.04
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 3606.12
CPU time (s): 3600.04
CPU user time (s): 3599.61
CPU system time (s): 0.43
CPU usage (%): 99.8313
Max. virtual memory (cumulated for all children) (KiB): 887432

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1.75273
system time used= 0.151976
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 18914
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= 2272
involuntary context switches= 2144

runsolver used 4.29535 second user time and 12.1132 second system time

The end

Launcher Data (download as text)

Begin job on node60 at 2008-07-23 05:17:19
IDJOB=1128348
IDBENCH=65245
IDSOLVER=368
FILE ID=node60/1128348-1216783039
PBS_JOBID= 7974108
Free space on /tmp= 66560 MiB

SOLVER NAME= Sugar v1.13+minisat
BENCH NAME= CPAI08/maxcsp/kbtree/kbtree-9-2-3-5/kbtree-9-2-3-5-50/normalized-kbtree-9-2-3-5-50-24_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-1128348-1216783039/watcher-1128348-1216783039 -o /tmp/evaluation-result-1128348-1216783039/solver-1128348-1216783039 -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-1128348-1216783039.xml

TIME LIMIT= 3600 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 179e1dcaef7fa6fc50e24fe7cb912a32
RANDOM SEED=1036948142

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

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

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


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1387920 kB
Buffers:         33680 kB
Cached:         558396 kB
SwapCached:          0 kB
Active:         331764 kB
Inactive:       285344 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1387920 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:            1368 kB
Writeback:           0 kB
Mapped:          45184 kB
Slab:            36020 kB
Committed_AS:   132716 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= 66556 MiB
End job on node60 at 2008-07-23 06:17:28