Trace number 1128276

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? (TO) 3600.1 3610.61

General information on the benchmark

Namemaxcsp/kbtree/kbtree-9-7-3-5/kbtree-9-7-3-5-80/
normalized-kbtree-9-7-3-5-80-50_ext.xml
MD5SUMed381baa5032b0d37807cd271bf2d82b
Bench Category2-ARY-EXT (binary constraints in extension)
Best result obtained on this benchmarkMOPT
Best Number of falsified constraints97
Best CPU time to get the best result obtained on this benchmark0.845871
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.04	c 0	Sugar v1-13 + HOME/minisat
0.00/0.04	c 0	BEGIN Wed Jul 23 04:53:38 2008
0.00/0.04	c 0	PID 6223
0.00/0.05	c 0	HOST node85.alineos.net
0.00/0.05	c 0	CONVERTING HOME/instance-1128276-1216781618.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-1128276-1216781618.xml' 'HOME/temp.csp'
0.03/0.37	c 0	1 domains, 28 variables, 0 predicates, 189 relations, 189 constraints
0.03/0.41	c 0	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.03/0.41	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.03/0.48	c 0	Parsing HOME/temp.csp
0.35/0.60	c 1	parsed 407 expressions
0.35/0.61	c 1	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.35/0.61	c 1	MAX CSP: 189 constraints
0.35/0.61	c 1	Converting to clausal form CSP
0.35/0.63	c 1	converted 60 (10%) expressions
0.35/0.63	c 1	converted 120 (20%) expressions
0.35/0.64	c 1	converted 180 (30%) expressions
0.35/0.65	c 1	converted 240 (40%) expressions
0.35/0.65	c 1	converted 300 (50%) expressions
0.35/0.66	c 1	converted 360 (60%) expressions
0.35/0.66	c 1	converted 420 (70%) expressions
0.35/0.67	c 1	converted 480 (80%) expressions
0.35/0.68	c 1	converted 540 (90%) expressions
0.35/0.80	c 1	converted 599 (100%) expressions
0.35/0.80	c 1	CSP : 406 integers, 0 booleans, 566 clauses, largest domain size 284
0.35/0.81	c 1	Heap : 1 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.35/0.81	c 1	Propagation in CSP
0.35/0.82	c 1	183 values, 0 unsatisfiable literals, and 0 valid clauses are removed
0.35/0.82	c 1	CSP : 406 integers, 0 booleans, 566 clauses, largest domain size 190
0.35/0.83	c 1	Heap : 1 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.35/0.83	c 1	Simplifing CSP by introducing new Boolean variables
0.35/0.83	c 1	CSP : 406 integers, 0 booleans, 566 clauses, largest domain size 190
0.35/0.83	c 1	Heap : 1 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.35/0.85	c 1	Encoding CSP to SAT : HOME/temp.cnf
0.35/0.86	c 1	41 (10%) CSP integer variables are encoded (84 clauses, 826 bytes)
0.35/0.86	c 1	82 (20%) CSP integer variables are encoded (84 clauses, 826 bytes)
0.35/0.86	c 1	122 (30%) CSP integer variables are encoded (84 clauses, 826 bytes)
0.35/0.86	c 1	163 (40%) CSP integer variables are encoded (84 clauses, 826 bytes)
0.35/0.86	c 1	203 (50%) CSP integer variables are encoded (84 clauses, 826 bytes)
0.35/0.87	c 1	244 (60%) CSP integer variables are encoded (365 clauses, 3917 bytes)
0.35/0.87	c 1	285 (70%) CSP integer variables are encoded (547 clauses, 5919 bytes)
0.35/0.87	c 1	325 (80%) CSP integer variables are encoded (846 clauses, 9523 bytes)
0.35/0.88	c 1	366 (90%) CSP integer variables are encoded (2088 clauses, 25669 bytes)
0.35/0.88	c 1	406 (100%) CSP integer variables are encoded (2481 clauses, 30778 bytes)
0.35/0.90	c 1	57 (10%) CSP clauses are encoded (2863 clauses, 36128 bytes)
0.35/0.92	c 1	114 (20%) CSP clauses are encoded (3238 clauses, 41708 bytes)
0.35/0.92	c 1	170 (30%) CSP clauses are encoded (3605 clauses, 47109 bytes)
0.35/0.94	c 1	227 (40%) CSP clauses are encoded (4034 clauses, 53132 bytes)
0.35/0.95	c 1	283 (50%) CSP clauses are encoded (6530 clauses, 89975 bytes)
0.35/0.95	c 1	340 (60%) CSP clauses are encoded (7371 clauses, 101850 bytes)
0.35/0.97	c 1	397 (70%) CSP clauses are encoded (14048 clauses, 211473 bytes)
0.35/0.97	c 1	453 (80%) CSP clauses are encoded (14952 clauses, 226583 bytes)
0.93/1.01	c 1	510 (90%) CSP clauses are encoded (34621 clauses, 575195 bytes)
0.93/1.04	c 1	566 (100%) CSP clauses are encoded (53081 clauses, 911455 bytes)
0.93/1.04	c 1	566 CSP clauses encoded
0.93/1.04	c 1	Writing map file : HOME/temp.map
0.93/1.05	c 1	Heap : 1 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.93/1.05	c 1	SAT : 2887 SAT variables, 53081 SAT clauses, 911455 bytes
0.93/1.05	c 1	Heap : 1 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.93/1.09	c 1	OBJECTIVE minimize _COST
0.93/1.09	c 1	OBJECTIVE BOUND: 0 <= _COST <= 
0.93/1.09	c 1	SEARCHING: _COST <= 95
0.93/1.09	c 1	SOLVING HOME/temp.cnf
0.93/1.09	c 1	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
0.93/1.10	c 1	This is MiniSat 2.0 beta
0.93/1.10	c 1	WARNING: for repeatability, setting FPU to use double precision
0.93/1.10	c 1	============================[ Problem Statistics ]=============================
0.93/1.10	c 1	|                                                                             |
0.93/1.10	c 1	|  Number of variables:  2887                                                 |
0.93/1.10	c 1	|  Number of clauses:    53082                                                |
1.00/1.12	c 1	|  Parsing time:         0.02         s                                       |
1.00/1.13	c 1	============================[ Search Statistics ]==============================
1.00/1.13	c 1	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
1.00/1.13	c 1	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
1.00/1.13	c 1	===============================================================================
1.00/1.13	c 1	|         0 |    2135    34782    99320 |    11594        0    nan |  0.000 % |
1.00/1.14	c 1	|       102 |    2133    34782    99320 |    12753      101     17 | 26.360 % |
1.00/1.16	c 1	|       253 |    2133    34782    99320 |    14028      252     17 | 26.360 % |
1.00/1.17	c 1	|       479 |    2133    34782    99320 |    15431      478     17 | 26.360 % |
1.00/1.20	c 1	|       818 |    2133    34782    99320 |    16974      817     18 | 26.360 % |
1.00/1.24	c 1	|      1327 |    2126    34655    98972 |    18672     1326     19 | 26.361 % |
1.00/1.30	c 1	|      2088 |    2126    34655    98972 |    20539     2087     21 | 26.360 % |
1.00/1.39	c 1	|      3228 |    2126    34655    98972 |    22593     3227     22 | 26.361 % |
1.00/1.53	c 1	|      4937 |    2126    34655    98972 |    24852     4936     23 | 26.361 % |
1.00/1.83	c 2	|      7499 |    2126    34655    98972 |    27338     7498     26 | 26.360 % |
2.19/2.35	c 2	|     11344 |    2126    34655    98972 |    30071    11343     25 | 26.360 % |
3.10/3.25	c 3	|     17110 |    2126    34655    98972 |    33079    17109     24 | 26.361 % |
4.99/5.19	c 5	|     25759 |    2126    34655    98972 |    36386    25758     24 | 26.360 % |
9.79/9.95	c 10	|     38733 |    2126    34655    98972 |    40025    13790     23 | 26.361 % |
15.29/15.48	c 15	|     58194 |    2126    34655    98972 |    44028    33251     23 | 26.360 % |
23.19/23.32	c 23	|     87388 |    2126    34655    98972 |    48431    29907     23 | 26.360 % |
36.78/36.94	c 37	|    131177 |    2126    34655    98972 |    53274    36558     29 | 26.361 % |
61.38/61.56	c 62	|    196863 |    2126    34655    98972 |    58601    20209     22 | 26.360 % |
98.56/98.74	c 99	|    295389 |    2126    34655    98972 |    64461    26586     24 | 26.360 % |
164.04/164.29	c 164	|    443180 |    2126    34655    98972 |    70907    19044     25 | 26.360 % |
267.22/267.47	c 267	|    664863 |    2126    34655    98972 |    77998    69617     23 | 26.360 % |
426.37/426.69	c 427	|    997390 |    2126    34655    98972 |    85798    77994     24 | 26.360 % |
706.09/706.46	c 706	|   1496179 |    2126    34655    98972 |    94378    81451     25 | 26.360 % |
1158.17/1158.61	c 1159	|   2244361 |    2126    34655    98972 |   103816    31590     25 | 26.360 % |
1868.31/1869.21	c 1869	|   3366636 |    2126    34655    98972 |   114197    78431     28 | 26.360 % |
3108.42/3115.32	c 3115	|   5050049 |    2126    34655    98972 |   125617    73107     28 | 26.360 % |
3600.07/3610.61	sh: line 1:  6247 Terminated              HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out' 2>&1
3600.07/3610.61	c ERROR unknown output  in HOME/temp.out
3600.07/3610.61	s UNKNOWN
3600.07/3610.61	c 3611	CPU 3599.88 (0.03 0.01 3599.85 0.18)
3600.07/3610.61	c 3611	END Wed Jul 23 05:53:49 2008

Verifier Data (download as text)

ERROR: no interpretation found !

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-1128276-1216781618/watcher-1128276-1216781618 -o /tmp/evaluation-result-1128276-1216781618/solver-1128276-1216781618 -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-1128276-1216781618.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.69 2.66 2.58 4/75 6223
/proc/meminfo: memFree=1081096/2055920 swapFree=4192956/4192956
[pid=6223] ppid=6221 vsize=12268 CPUtime=0
/proc/6223/stat : 6223 (sugar) R 6221 6223 5350 0 -1 4194304 322 0 0 0 0 0 0 0 20 0 1 0 5246617 12562432 290 996147200 4194304 4206940 548682068592 18446744073709551615 214962654920 0 0 4224 0 0 0 0 17 1 0 0
/proc/6223/statm: 3067 290 216 3 0 167 0

[startup+0.0521099 s]
/proc/loadavg: 2.69 2.66 2.58 4/75 6223
/proc/meminfo: memFree=1081096/2055920 swapFree=4192956/4192956
[pid=6223] ppid=6221 vsize=13600 CPUtime=0.03
/proc/6223/stat : 6223 (sugar) S 6221 6223 5350 0 -1 4194304 898 127 0 0 2 1 0 0 16 0 1 0 5246617 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 214953930850 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/6223/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.101105 s]
/proc/loadavg: 2.69 2.66 2.58 4/75 6223
/proc/meminfo: memFree=1081096/2055920 swapFree=4192956/4192956
[pid=6223] ppid=6221 vsize=13600 CPUtime=0.03
/proc/6223/stat : 6223 (sugar) S 6221 6223 5350 0 -1 4194304 898 127 0 0 2 1 0 0 16 0 1 0 5246617 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 214953930850 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/6223/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.301497 s]
/proc/loadavg: 2.69 2.66 2.58 4/75 6223
/proc/meminfo: memFree=1081096/2055920 swapFree=4192956/4192956
[pid=6223] ppid=6221 vsize=13600 CPUtime=0.03
/proc/6223/stat : 6223 (sugar) S 6221 6223 5350 0 -1 4194304 898 127 0 0 2 1 0 0 16 0 1 0 5246617 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 214953930850 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/6223/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.701508 s]
/proc/loadavg: 2.69 2.66 2.58 4/75 6223
/proc/meminfo: memFree=1081096/2055920 swapFree=4192956/4192956
[pid=6223] ppid=6221 vsize=13600 CPUtime=0.35
/proc/6223/stat : 6223 (sugar) S 6221 6223 5350 0 -1 4194304 974 4425 0 1 2 1 29 3 15 0 1 0 5246617 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 214953930850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/6223/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 0.35
Current children cumulated vsize (KiB) 13600

[startup+1.50159 s]
/proc/loadavg: 2.69 2.66 2.58 4/86 6245
/proc/meminfo: memFree=1066416/2055920 swapFree=4192956/4192956
[pid=6223] ppid=6221 vsize=13600 CPUtime=1
/proc/6223/stat : 6223 (sugar) S 6221 6223 5350 0 -1 4194304 1059 11017 0 2 3 1 88 8 15 0 1 0 5246617 13926400 807 996147200 4194304 4206940 548682068592 18446744073709551615 214953930850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/6223/statm: 3400 807 374 3 0 500 0
Current children cumulated CPU time (s) 1
Current children cumulated vsize (KiB) 13600

[startup+3.10145 s]
/proc/loadavg: 2.69 2.66 2.58 4/78 6247
/proc/meminfo: memFree=1073648/2055920 swapFree=4192956/4192956
[pid=6223] ppid=6221 vsize=13600 CPUtime=1
/proc/6223/stat : 6223 (sugar) S 6221 6223 5350 0 -1 4194304 1059 11017 0 2 3 1 88 8 15 0 1 0 5246617 13926400 807 996147200 4194304 4206940 548682068592 18446744073709551615 214953930850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/6223/statm: 3400 807 374 3 0 500 0
[pid=6246] ppid=6223 vsize=5356 CPUtime=0
/proc/6246/stat : 6246 (sh) S 6223 6223 5350 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 5246727 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 214945030980 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/6246/statm: 1339 232 193 169 0 50 0
[pid=6247] ppid=6246 vsize=5944 CPUtime=1.99
/proc/6247/stat : 6247 (minisat) R 6246 6223 5350 0 -1 4194304 1367 0 0 0 199 0 0 0 25 0 1 0 5246727 6086656 1353 996147200 134512640 135127466 4294956256 18446744073709551615 134530621 0 0 4096 3 0 0 0 17 1 0 0
/proc/6247/statm: 1486 1353 75 150 0 1333 0
Current children cumulated CPU time (s) 2.99
Current children cumulated vsize (KiB) 24900

[startup+6.30181 s]
/proc/loadavg: 2.64 2.65 2.58 3/78 6247
/proc/meminfo: memFree=1071280/2055920 swapFree=4192956/4192956
[pid=6223] ppid=6221 vsize=13600 CPUtime=1
/proc/6223/stat : 6223 (sugar) S 6221 6223 5350 0 -1 4194304 1059 11017 0 2 3 1 88 8 16 0 1 0 5246617 13926400 807 996147200 4194304 4206940 548682068592 18446744073709551615 214953930850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/6223/statm: 3400 807 374 3 0 500 0
[pid=6246] ppid=6223 vsize=5356 CPUtime=0
/proc/6246/stat : 6246 (sh) S 6223 6223 5350 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 5246727 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 214945030980 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/6246/statm: 1339 232 193 169 0 50 0
[pid=6247] ppid=6246 vsize=7828 CPUtime=5.19
/proc/6247/stat : 6247 (minisat) R 6246 6223 5350 0 -1 4194304 1820 0 0 0 519 0 0 0 25 0 1 0 5246727 8015872 1806 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/6247/statm: 1957 1806 75 150 0 1804 0
Current children cumulated CPU time (s) 6.19
Current children cumulated vsize (KiB) 26784

[startup+12.7015 s]
/proc/loadavg: 2.59 2.64 2.57 3/78 6247
/proc/meminfo: memFree=1069680/2055920 swapFree=4192956/4192956
[pid=6223] ppid=6221 vsize=13600 CPUtime=1
/proc/6223/stat : 6223 (sugar) S 6221 6223 5350 0 -1 4194304 1059 11017 0 2 3 1 88 8 16 0 1 0 5246617 13926400 807 996147200 4194304 4206940 548682068592 18446744073709551615 214953930850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/6223/statm: 3400 807 374 3 0 500 0
[pid=6246] ppid=6223 vsize=5356 CPUtime=0
/proc/6246/stat : 6246 (sh) S 6223 6223 5350 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 5246727 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 214945030980 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/6246/statm: 1339 232 193 169 0 50 0
[pid=6247] ppid=6246 vsize=9028 CPUtime=11.58
/proc/6247/stat : 6247 (minisat) R 6246 6223 5350 0 -1 4194304 2135 0 0 0 1158 0 0 0 25 0 1 0 5246727 9244672 2121 996147200 134512640 135127466 4294956256 18446744073709551615 134530849 0 0 4096 3 0 0 0 17 1 0 0
/proc/6247/statm: 2257 2121 75 150 0 2104 0
Current children cumulated CPU time (s) 12.58
Current children cumulated vsize (KiB) 27984

[startup+25.502 s]
/proc/loadavg: 2.46 2.61 2.56 3/78 6247
/proc/meminfo: memFree=1068464/2055920 swapFree=4192956/4192956
[pid=6223] ppid=6221 vsize=13600 CPUtime=1
/proc/6223/stat : 6223 (sugar) S 6221 6223 5350 0 -1 4194304 1059 11017 0 2 3 1 88 8 16 0 1 0 5246617 13926400 807 996147200 4194304 4206940 548682068592 18446744073709551615 214953930850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/6223/statm: 3400 807 374 3 0 500 0
[pid=6246] ppid=6223 vsize=5356 CPUtime=0
/proc/6246/stat : 6246 (sh) S 6223 6223 5350 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 5246727 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 214945030980 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/6246/statm: 1339 232 193 169 0 50 0
[pid=6247] ppid=6246 vsize=10340 CPUtime=24.39
/proc/6247/stat : 6247 (minisat) R 6246 6223 5350 0 -1 4194304 2426 0 0 0 2438 1 0 0 25 0 1 0 5246727 10588160 2412 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/6247/statm: 2585 2412 75 150 0 2432 0
Current children cumulated CPU time (s) 25.39
Current children cumulated vsize (KiB) 29296

[startup+51.1019 s]
/proc/loadavg: 2.41 2.59 2.56 3/78 6247
/proc/meminfo: memFree=1065392/2055920 swapFree=4192956/4192956
[pid=6223] ppid=6221 vsize=13600 CPUtime=1
/proc/6223/stat : 6223 (sugar) S 6221 6223 5350 0 -1 4194304 1059 11017 0 2 3 1 88 8 16 0 1 0 5246617 13926400 807 996147200 4194304 4206940 548682068592 18446744073709551615 214953930850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/6223/statm: 3400 807 374 3 0 500 0
[pid=6246] ppid=6223 vsize=5356 CPUtime=0
/proc/6246/stat : 6246 (sh) S 6223 6223 5350 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 5246727 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 214945030980 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/6246/statm: 1339 232 193 169 0 50 0
[pid=6247] ppid=6246 vsize=13420 CPUtime=49.98
/proc/6247/stat : 6247 (minisat) R 6246 6223 5350 0 -1 4194304 3183 0 0 0 4996 2 0 0 25 0 1 0 5246727 13742080 3169 996147200 134512640 135127466 4294956256 18446744073709551615 134530786 0 0 4096 3 0 0 0 17 1 0 0
/proc/6247/statm: 3355 3169 75 150 0 3202 0
Current children cumulated CPU time (s) 50.98
Current children cumulated vsize (KiB) 32376

[startup+102.307 s]
/proc/loadavg: 2.30 2.53 2.54 3/78 6247
/proc/meminfo: memFree=1063792/2055920 swapFree=4192956/4192956
[pid=6223] ppid=6221 vsize=13600 CPUtime=1
/proc/6223/stat : 6223 (sugar) S 6221 6223 5350 0 -1 4194304 1059 11017 0 2 3 1 88 8 16 0 1 0 5246617 13926400 807 996147200 4194304 4206940 548682068592 18446744073709551615 214953930850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/6223/statm: 3400 807 374 3 0 500 0
[pid=6246] ppid=6223 vsize=5356 CPUtime=0
/proc/6246/stat : 6246 (sh) S 6223 6223 5350 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 5246727 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 214945030980 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/6246/statm: 1339 232 193 169 0 50 0
[pid=6247] ppid=6246 vsize=14572 CPUtime=101.17
/proc/6247/stat : 6247 (minisat) R 6246 6223 5350 0 -1 4194304 3470 0 0 0 10115 2 0 0 25 0 1 0 5246727 14921728 3456 996147200 134512640 135127466 4294956256 18446744073709551615 134530936 0 0 4096 3 0 0 0 17 1 0 0
/proc/6247/statm: 3643 3456 75 150 0 3490 0
Current children cumulated CPU time (s) 102.17
Current children cumulated vsize (KiB) 33528

[startup+162.302 s]
/proc/loadavg: 2.22 2.46 2.51 3/78 6247
/proc/meminfo: memFree=1061488/2055920 swapFree=4192956/4192956
[pid=6223] ppid=6221 vsize=13600 CPUtime=1
/proc/6223/stat : 6223 (sugar) S 6221 6223 5350 0 -1 4194304 1059 11017 0 2 3 1 88 8 16 0 1 0 5246617 13926400 807 996147200 4194304 4206940 548682068592 18446744073709551615 214953930850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/6223/statm: 3400 807 374 3 0 500 0
[pid=6246] ppid=6223 vsize=5356 CPUtime=0
/proc/6246/stat : 6246 (sh) S 6223 6223 5350 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 5246727 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 214945030980 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/6246/statm: 1339 232 193 169 0 50 0
[pid=6247] ppid=6246 vsize=16892 CPUtime=161.14
/proc/6247/stat : 6247 (minisat) R 6246 6223 5350 0 -1 4194304 4004 0 0 0 16112 2 0 0 25 0 1 0 5246727 17297408 3990 996147200 134512640 135127466 4294956256 18446744073709551615 134530621 0 0 4096 3 0 0 0 17 1 0 0
/proc/6247/statm: 4223 3990 75 150 0 4070 0
Current children cumulated CPU time (s) 162.14
Current children cumulated vsize (KiB) 35848

[startup+222.301 s]
/proc/loadavg: 2.18 2.40 2.49 3/78 6247
/proc/meminfo: memFree=1060016/2055920 swapFree=4192956/4192956
[pid=6223] ppid=6221 vsize=13600 CPUtime=1
/proc/6223/stat : 6223 (sugar) S 6221 6223 5350 0 -1 4194304 1059 11017 0 2 3 1 88 8 16 0 1 0 5246617 13926400 807 996147200 4194304 4206940 548682068592 18446744073709551615 214953930850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/6223/statm: 3400 807 374 3 0 500 0
[pid=6246] ppid=6223 vsize=5356 CPUtime=0
/proc/6246/stat : 6246 (sh) S 6223 6223 5350 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 5246727 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 214945030980 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/6246/statm: 1339 232 193 169 0 50 0
[pid=6247] ppid=6246 vsize=17972 CPUtime=221.13
/proc/6247/stat : 6247 (minisat) R 6246 6223 5350 0 -1 4194304 4285 0 0 0 22110 3 0 0 25 0 1 0 5246727 18403328 4271 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/6247/statm: 4493 4271 75 150 0 4340 0
Current children cumulated CPU time (s) 222.13
Current children cumulated vsize (KiB) 36928

[startup+282.301 s]
/proc/loadavg: 2.16 2.36 2.46 3/78 6247
/proc/meminfo: memFree=1058672/2055920 swapFree=4192956/4192956
[pid=6223] ppid=6221 vsize=13600 CPUtime=1
/proc/6223/stat : 6223 (sugar) S 6221 6223 5350 0 -1 4194304 1059 11017 0 2 3 1 88 8 16 0 1 0 5246617 13926400 807 996147200 4194304 4206940 548682068592 18446744073709551615 214953930850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/6223/statm: 3400 807 374 3 0 500 0
[pid=6246] ppid=6223 vsize=5356 CPUtime=0
/proc/6246/stat : 6246 (sh) S 6223 6223 5350 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 5246727 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 214945030980 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/6246/statm: 1339 232 193 169 0 50 0
[pid=6247] ppid=6246 vsize=19156 CPUtime=281.12
/proc/6247/stat : 6247 (minisat) R 6246 6223 5350 0 -1 4194304 4564 0 0 0 28109 3 0 0 25 0 1 0 5246727 19615744 4550 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/6247/statm: 4789 4550 75 150 0 4636 0
Current children cumulated CPU time (s) 282.12
Current children cumulated vsize (KiB) 38112


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

[pid=6223] ppid=6221 vsize=13600 CPUtime=1
/proc/6223/stat : 6223 (sugar) S 6221 6223 5350 0 -1 4194304 1059 11017 0 2 3 1 88 8 16 0 1 0 5246617 13926400 807 996147200 4194304 4206940 548682068592 18446744073709551615 214953930850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/6223/statm: 3400 807 374 3 0 500 0
[pid=6246] ppid=6223 vsize=5356 CPUtime=0
/proc/6246/stat : 6246 (sh) S 6223 6223 5350 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 5246727 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 214945030980 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/6246/statm: 1339 232 193 169 0 50 0
[pid=6247] ppid=6246 vsize=36200 CPUtime=3034.77
/proc/6247/stat : 6247 (minisat) R 6246 6223 5350 0 -1 4194304 8576 0 0 0 303469 8 0 0 25 0 1 0 5246727 37068800 8562 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/6247/statm: 9050 8562 75 150 0 8897 0
Current children cumulated CPU time (s) 3035.77
Current children cumulated vsize (KiB) 55156

[startup+3102.3 s]
/proc/loadavg: 2.00 2.00 2.00 4/78 6255
/proc/meminfo: memFree=1032496/2055920 swapFree=4192956/4192956
[pid=6223] ppid=6221 vsize=13600 CPUtime=1
/proc/6223/stat : 6223 (sugar) S 6221 6223 5350 0 -1 4194304 1059 11017 0 2 3 1 88 8 16 0 1 0 5246617 13926400 807 996147200 4194304 4206940 548682068592 18446744073709551615 214953930850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/6223/statm: 3400 807 374 3 0 500 0
[pid=6246] ppid=6223 vsize=5356 CPUtime=0
/proc/6246/stat : 6246 (sh) S 6223 6223 5350 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 5246727 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 214945030980 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/6246/statm: 1339 232 193 169 0 50 0
[pid=6247] ppid=6246 vsize=36872 CPUtime=3094.48
/proc/6247/stat : 6247 (minisat) R 6246 6223 5350 0 -1 4194304 8726 0 0 0 309440 8 0 0 25 0 1 0 5246727 37756928 8712 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/6247/statm: 9218 8712 75 150 0 9065 0
Current children cumulated CPU time (s) 3095.48
Current children cumulated vsize (KiB) 55828

[startup+3162.3 s]
/proc/loadavg: 2.00 2.00 2.00 4/78 6255
/proc/meminfo: memFree=1032304/2055920 swapFree=4192956/4192956
[pid=6223] ppid=6221 vsize=13600 CPUtime=1
/proc/6223/stat : 6223 (sugar) S 6221 6223 5350 0 -1 4194304 1059 11017 0 2 3 1 88 8 16 0 1 0 5246617 13926400 807 996147200 4194304 4206940 548682068592 18446744073709551615 214953930850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/6223/statm: 3400 807 374 3 0 500 0
[pid=6246] ppid=6223 vsize=5356 CPUtime=0
/proc/6246/stat : 6246 (sh) S 6223 6223 5350 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 5246727 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 214945030980 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/6246/statm: 1339 232 193 169 0 50 0
[pid=6247] ppid=6246 vsize=36872 CPUtime=3154.19
/proc/6247/stat : 6247 (minisat) R 6246 6223 5350 0 -1 4194304 8729 0 0 0 315411 8 0 0 25 0 1 0 5246727 37756928 8715 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/6247/statm: 9218 8715 75 150 0 9065 0
Current children cumulated CPU time (s) 3155.19
Current children cumulated vsize (KiB) 55828

[startup+3222.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/77 6285
/proc/meminfo: memFree=1046784/2055920 swapFree=4192956/4192956
[pid=6223] ppid=6221 vsize=13600 CPUtime=1
/proc/6223/stat : 6223 (sugar) S 6221 6223 5350 0 -1 4194304 1059 11017 0 2 3 1 88 8 16 0 1 0 5246617 13926400 807 996147200 4194304 4206940 548682068592 18446744073709551615 214953930850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/6223/statm: 3400 807 374 3 0 500 0
[pid=6246] ppid=6223 vsize=5356 CPUtime=0
/proc/6246/stat : 6246 (sh) S 6223 6223 5350 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 5246727 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 214945030980 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/6246/statm: 1339 232 193 169 0 50 0
[pid=6247] ppid=6246 vsize=36872 CPUtime=3213.75
/proc/6247/stat : 6247 (minisat) R 6246 6223 5350 0 -1 4194304 8749 0 0 0 321366 9 0 0 25 0 1 0 5246727 37756928 8735 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/6247/statm: 9218 8735 75 150 0 9065 0
Current children cumulated CPU time (s) 3214.75
Current children cumulated vsize (KiB) 55828

[startup+3282.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/77 6285
/proc/meminfo: memFree=1046656/2055920 swapFree=4192956/4192956
[pid=6223] ppid=6221 vsize=13600 CPUtime=1
/proc/6223/stat : 6223 (sugar) S 6221 6223 5350 0 -1 4194304 1059 11017 0 2 3 1 88 8 16 0 1 0 5246617 13926400 807 996147200 4194304 4206940 548682068592 18446744073709551615 214953930850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/6223/statm: 3400 807 374 3 0 500 0
[pid=6246] ppid=6223 vsize=5356 CPUtime=0
/proc/6246/stat : 6246 (sh) S 6223 6223 5350 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 5246727 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 214945030980 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/6246/statm: 1339 232 193 169 0 50 0
[pid=6247] ppid=6246 vsize=37036 CPUtime=3273.29
/proc/6247/stat : 6247 (minisat) R 6246 6223 5350 0 -1 4194304 8789 0 0 0 327320 9 0 0 25 0 1 0 5246727 37924864 8775 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/6247/statm: 9259 8775 75 150 0 9106 0
Current children cumulated CPU time (s) 3274.29
Current children cumulated vsize (KiB) 55992

[startup+3342.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/77 6285
/proc/meminfo: memFree=1046208/2055920 swapFree=4192956/4192956
[pid=6223] ppid=6221 vsize=13600 CPUtime=1
/proc/6223/stat : 6223 (sugar) S 6221 6223 5350 0 -1 4194304 1059 11017 0 2 3 1 88 8 16 0 1 0 5246617 13926400 807 996147200 4194304 4206940 548682068592 18446744073709551615 214953930850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/6223/statm: 3400 807 374 3 0 500 0
[pid=6246] ppid=6223 vsize=5356 CPUtime=0
/proc/6246/stat : 6246 (sh) S 6223 6223 5350 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 5246727 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 214945030980 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/6246/statm: 1339 232 193 169 0 50 0
[pid=6247] ppid=6246 vsize=37564 CPUtime=3332.82
/proc/6247/stat : 6247 (minisat) R 6246 6223 5350 0 -1 4194304 8905 0 0 0 333273 9 0 0 25 0 1 0 5246727 38465536 8891 996147200 134512640 135127466 4294956256 18446744073709551615 134523408 0 0 4096 3 0 0 0 17 0 0 0
/proc/6247/statm: 9391 8891 75 150 0 9238 0
Current children cumulated CPU time (s) 3333.82
Current children cumulated vsize (KiB) 56520

[startup+3402.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/77 6285
/proc/meminfo: memFree=1046272/2055920 swapFree=4192956/4192956
[pid=6223] ppid=6221 vsize=13600 CPUtime=1
/proc/6223/stat : 6223 (sugar) S 6221 6223 5350 0 -1 4194304 1059 11017 0 2 3 1 88 8 16 0 1 0 5246617 13926400 807 996147200 4194304 4206940 548682068592 18446744073709551615 214953930850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/6223/statm: 3400 807 374 3 0 500 0
[pid=6246] ppid=6223 vsize=5356 CPUtime=0
/proc/6246/stat : 6246 (sh) S 6223 6223 5350 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 5246727 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 214945030980 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/6246/statm: 1339 232 193 169 0 50 0
[pid=6247] ppid=6246 vsize=37564 CPUtime=3392.36
/proc/6247/stat : 6247 (minisat) R 6246 6223 5350 0 -1 4194304 8905 0 0 0 339227 9 0 0 25 0 1 0 5246727 38465536 8891 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/6247/statm: 9391 8891 75 150 0 9238 0
Current children cumulated CPU time (s) 3393.36
Current children cumulated vsize (KiB) 56520

[startup+3462.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/77 6285
/proc/meminfo: memFree=1046144/2055920 swapFree=4192956/4192956
[pid=6223] ppid=6221 vsize=13600 CPUtime=1
/proc/6223/stat : 6223 (sugar) S 6221 6223 5350 0 -1 4194304 1059 11017 0 2 3 1 88 8 16 0 1 0 5246617 13926400 807 996147200 4194304 4206940 548682068592 18446744073709551615 214953930850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/6223/statm: 3400 807 374 3 0 500 0
[pid=6246] ppid=6223 vsize=5356 CPUtime=0
/proc/6246/stat : 6246 (sh) S 6223 6223 5350 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 5246727 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 214945030980 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/6246/statm: 1339 232 193 169 0 50 0
[pid=6247] ppid=6246 vsize=37564 CPUtime=3451.91
/proc/6247/stat : 6247 (minisat) R 6246 6223 5350 0 -1 4194304 8905 0 0 0 345181 10 0 0 25 0 1 0 5246727 38465536 8891 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/6247/statm: 9391 8891 75 150 0 9238 0
Current children cumulated CPU time (s) 3452.91
Current children cumulated vsize (KiB) 56520

[startup+3522.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/77 6285
/proc/meminfo: memFree=1045760/2055920 swapFree=4192956/4192956
[pid=6223] ppid=6221 vsize=13600 CPUtime=1
/proc/6223/stat : 6223 (sugar) S 6221 6223 5350 0 -1 4194304 1059 11017 0 2 3 1 88 8 16 0 1 0 5246617 13926400 807 996147200 4194304 4206940 548682068592 18446744073709551615 214953930850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/6223/statm: 3400 807 374 3 0 500 0
[pid=6246] ppid=6223 vsize=5356 CPUtime=0
/proc/6246/stat : 6246 (sh) S 6223 6223 5350 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 5246727 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 214945030980 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/6246/statm: 1339 232 193 169 0 50 0
[pid=6247] ppid=6246 vsize=38148 CPUtime=3511.45
/proc/6247/stat : 6247 (minisat) R 6246 6223 5350 0 -1 4194304 9034 0 0 0 351135 10 0 0 25 0 1 0 5246727 39063552 9020 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/6247/statm: 9537 9020 75 150 0 9384 0
Current children cumulated CPU time (s) 3512.45
Current children cumulated vsize (KiB) 57104

[startup+3582.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/77 6285
/proc/meminfo: memFree=1045376/2055920 swapFree=4192956/4192956
[pid=6223] ppid=6221 vsize=13600 CPUtime=1
/proc/6223/stat : 6223 (sugar) S 6221 6223 5350 0 -1 4194304 1059 11017 0 2 3 1 88 8 16 0 1 0 5246617 13926400 807 996147200 4194304 4206940 548682068592 18446744073709551615 214953930850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/6223/statm: 3400 807 374 3 0 500 0
[pid=6246] ppid=6223 vsize=5356 CPUtime=0
/proc/6246/stat : 6246 (sh) S 6223 6223 5350 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 5246727 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 214945030980 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/6246/statm: 1339 232 193 169 0 50 0
[pid=6247] ppid=6246 vsize=38312 CPUtime=3570.98
/proc/6247/stat : 6247 (minisat) R 6246 6223 5350 0 -1 4194304 9093 0 0 0 357088 10 0 0 25 0 1 0 5246727 39231488 9079 996147200 134512640 135127466 4294956256 18446744073709551615 134530692 0 0 4096 3 0 0 0 17 0 0 0
/proc/6247/statm: 9578 9079 75 150 0 9425 0
Current children cumulated CPU time (s) 3571.98
Current children cumulated vsize (KiB) 57268



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3610.6 s]
/proc/loadavg: 2.00 2.00 2.00 3/77 6285
/proc/meminfo: memFree=1045376/2055920 swapFree=4192956/4192956
[pid=6223] ppid=6221 vsize=13600 CPUtime=1
/proc/6223/stat : 6223 (sugar) S 6221 6223 5350 0 -1 4194304 1059 11017 0 2 3 1 88 8 16 0 1 0 5246617 13926400 807 996147200 4194304 4206940 548682068592 18446744073709551615 214953930850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/6223/statm: 3400 807 374 3 0 500 0
[pid=6246] ppid=6223 vsize=5356 CPUtime=0
/proc/6246/stat : 6246 (sh) S 6223 6223 5350 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 5246727 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 214945030980 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/6246/statm: 1339 232 193 169 0 50 0
[pid=6247] ppid=6246 vsize=38312 CPUtime=3599.07
/proc/6247/stat : 6247 (minisat) R 6246 6223 5350 0 -1 4194304 9096 0 0 0 359897 10 0 0 25 0 1 0 5246727 39231488 9082 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/6247/statm: 9578 9082 75 150 0 9425 0
Current children cumulated CPU time (s) 3600.07
Current children cumulated vsize (KiB) 57268

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): 3610.61
CPU time (s): 3600.1
CPU user time (s): 3599.89
CPU system time (s): 0.204968
CPU usage (%): 99.7087
Max. virtual memory (cumulated for all children) (KiB): 887416

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3599.89
system time used= 0.204968
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 21531
page faults= 2
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 1769
involuntary context switches= 28391

runsolver used 4.38533 second user time and 10.4324 second system time

The end

Launcher Data (download as text)

Begin job on node85 at 2008-07-23 04:53:38
IDJOB=1128276
IDBENCH=65099
IDSOLVER=368
FILE ID=node85/1128276-1216781618
PBS_JOBID= 7974183
Free space on /tmp= 126872 MiB

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

TIME LIMIT= 3600 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= ed381baa5032b0d37807cd271bf2d82b
RANDOM SEED=977742683

node85.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	: 5996.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1081512 kB
Buffers:         28084 kB
Cached:         860268 kB
SwapCached:          0 kB
Active:         231708 kB
Inactive:       685208 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1081512 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:            1372 kB
Writeback:           0 kB
Mapped:          39648 kB
Slab:            42644 kB
Committed_AS:    96148 kB
PageTables:       1868 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= 126864 MiB
End job on node85 at 2008-07-23 05:53:49