Trace number 1128164

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.1 3633.91

General information on the benchmark

Namemaxcsp/kbtree/kbtree-9-7-3-5/kbtree-9-7-3-5-60/
normalized-kbtree-9-7-3-5-60-01_ext.xml
MD5SUMa30cb5f1c9897ba39e7290412dde5dcb
Bench Category2-ARY-EXT (binary constraints in extension)
Best result obtained on this benchmarkMOPT
Best Number of falsified constraints54
Best CPU time to get the best result obtained on this benchmark0.334948
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:33:17 2008
0.00/0.04	c 0	PID 8985
0.00/0.04	c 0	HOST node47.alineos.net
0.00/0.04	c 0	CONVERTING HOME/instance-1128164-1216780397.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-1128164-1216780397.xml' 'HOME/temp.csp'
0.03/0.39	c 0	1 domains, 28 variables, 0 predicates, 189 relations, 189 constraints
0.03/0.42	c 0	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.03/0.42	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.37/0.50	c 1	Parsing HOME/temp.csp
0.37/0.63	c 1	parsed 407 expressions
0.37/0.64	c 1	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.37/0.64	c 1	MAX CSP: 189 constraints
0.37/0.64	c 1	Converting to clausal form CSP
0.37/0.66	c 1	converted 60 (10%) expressions
0.37/0.67	c 1	converted 120 (20%) expressions
0.37/0.67	c 1	converted 180 (30%) expressions
0.37/0.68	c 1	converted 240 (40%) expressions
0.37/0.69	c 1	converted 300 (50%) expressions
0.37/0.70	c 1	converted 360 (60%) expressions
0.37/0.71	c 1	converted 420 (70%) expressions
0.37/0.71	c 1	converted 480 (80%) expressions
0.37/0.71	c 1	converted 540 (90%) expressions
0.37/0.86	c 1	converted 599 (100%) expressions
0.37/0.86	c 1	CSP : 406 integers, 0 booleans, 566 clauses, largest domain size 284
0.37/0.86	c 1	Heap : 1 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.37/0.86	c 1	Propagation in CSP
0.37/0.88	c 1	183 values, 0 unsatisfiable literals, and 0 valid clauses are removed
0.37/0.88	c 1	CSP : 406 integers, 0 booleans, 566 clauses, largest domain size 190
0.37/0.88	c 1	Heap : 1 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.37/0.88	c 1	Simplifing CSP by introducing new Boolean variables
0.37/0.88	c 1	CSP : 406 integers, 0 booleans, 566 clauses, largest domain size 190
0.37/0.88	c 1	Heap : 1 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.37/0.91	c 1	Encoding CSP to SAT : HOME/temp.cnf
0.37/0.92	c 1	41 (10%) CSP integer variables are encoded (84 clauses, 826 bytes)
0.37/0.92	c 1	82 (20%) CSP integer variables are encoded (84 clauses, 826 bytes)
0.37/0.92	c 1	122 (30%) CSP integer variables are encoded (84 clauses, 826 bytes)
0.37/0.92	c 1	163 (40%) CSP integer variables are encoded (84 clauses, 826 bytes)
0.37/0.92	c 1	203 (50%) CSP integer variables are encoded (84 clauses, 826 bytes)
0.37/0.93	c 1	244 (60%) CSP integer variables are encoded (365 clauses, 3917 bytes)
0.37/0.93	c 1	285 (70%) CSP integer variables are encoded (547 clauses, 5919 bytes)
0.37/0.93	c 1	325 (80%) CSP integer variables are encoded (846 clauses, 9523 bytes)
0.37/0.93	c 1	366 (90%) CSP integer variables are encoded (2088 clauses, 25669 bytes)
0.37/0.94	c 1	406 (100%) CSP integer variables are encoded (2481 clauses, 30778 bytes)
0.37/0.97	c 1	57 (10%) CSP clauses are encoded (2870 clauses, 36768 bytes)
0.37/0.98	c 1	114 (20%) CSP clauses are encoded (3266 clauses, 43235 bytes)
0.37/0.99	c 1	170 (30%) CSP clauses are encoded (3649 clauses, 49564 bytes)
0.37/1.00	c 1	227 (40%) CSP clauses are encoded (4081 clauses, 55878 bytes)
0.37/1.02	c 1	283 (50%) CSP clauses are encoded (6577 clauses, 92721 bytes)
0.37/1.02	c 1	340 (60%) CSP clauses are encoded (7418 clauses, 104596 bytes)
0.37/1.03	c 1	397 (70%) CSP clauses are encoded (14095 clauses, 214219 bytes)
0.37/1.04	c 1	453 (80%) CSP clauses are encoded (14999 clauses, 229329 bytes)
0.37/1.08	c 1	510 (90%) CSP clauses are encoded (34668 clauses, 577941 bytes)
1.02/1.12	c 1	566 (100%) CSP clauses are encoded (53128 clauses, 914201 bytes)
1.02/1.12	c 1	566 CSP clauses encoded
1.02/1.12	c 1	Writing map file : HOME/temp.map
1.02/1.13	c 1	Heap : 1 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.02/1.13	c 1	SAT : 2887 SAT variables, 53128 SAT clauses, 914201 bytes
1.02/1.13	c 1	Heap : 1 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.02/1.16	c 1	OBJECTIVE minimize _COST
1.02/1.16	c 1	OBJECTIVE BOUND: 0 <= _COST <= 
1.02/1.16	c 1	SEARCHING: _COST <= 95
1.02/1.16	c 1	SOLVING HOME/temp.cnf
1.02/1.16	c 1	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
1.02/1.16	c 1	This is MiniSat 2.0 beta
1.02/1.16	c 1	WARNING: for repeatability, setting FPU to use double precision
1.02/1.16	c 1	============================[ Problem Statistics ]=============================
1.02/1.16	c 1	|                                                                             |
1.02/1.17	c 1	|  Number of variables:  2887                                                 |
1.02/1.17	c 1	|  Number of clauses:    53129                                                |
1.02/1.19	c 1	|  Parsing time:         0.02         s                                       |
1.02/1.20	c 1	============================[ Search Statistics ]==============================
1.02/1.20	c 1	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
1.02/1.20	c 1	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
1.02/1.20	c 1	===============================================================================
1.02/1.20	c 1	|         0 |    2135    34829   100028 |    11609        0    nan |  0.000 % |
1.07/1.22	c 1	|       101 |    2133    34829   100028 |    12770      100     20 | 26.360 % |
1.07/1.23	c 1	|       252 |    2133    34829   100028 |    14047      251     20 | 26.360 % |
1.07/1.23	c 1	===============================================================================
1.07/1.23	c 1	restarts              : 3
1.07/1.23	c 1	conflicts             : 286            (4614 /sec)
1.07/1.23	c 1	decisions             : 942            (1.06 % random) (15196 /sec)
1.07/1.23	c 1	propagations          : 61745          (996048 /sec)
1.07/1.23	c 1	conflict literals     : 5698           (20.34 % deleted)
1.07/1.23	c 1	Memory used           : 3.95 MB
1.07/1.23	c 1	CPU time              : 0.06199 s
1.07/1.23	c 1	
1.07/1.23	c 1	SATISFIABLE
1.07/1.23	c 1	FOUND: _COST <= 95
1.07/1.23	s SATISFIABLE
1.07/1.23	c 1	DECODING HOME/temp.out WITH HOME/temp.map
1.07/1.23	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.14/1.31	c 1	Decoding HOME/temp.out
1.14/1.37	c 1	OBJECTIVE _COST 95
1.14/1.37	o 95
1.14/1.37	v 4 4 4 1 4 4 4 2 4 3 2 4 0 2 3 4 3 4 3 3 4 0 4 1 2 0 3 3
1.14/1.38	c 1	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
1.14/1.40	c 1	OBJECTIVE BOUND: 0 <= _COST <= 95
1.14/1.40	c 1	SEARCHING: _COST <= 47
1.14/1.40	c 1	SOLVING HOME/temp.cnf
1.14/1.40	c 1	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
1.27/1.40	c 1	This is MiniSat 2.0 beta
1.27/1.40	c 1	WARNING: for repeatability, setting FPU to use double precision
1.27/1.40	c 1	============================[ Problem Statistics ]=============================
1.27/1.40	c 1	|                                                                             |
1.27/1.40	c 1	|  Number of variables:  2887                                                 |
1.27/1.40	c 1	|  Number of clauses:    53129                                                |
1.27/1.43	c 1	|  Parsing time:         0.03         s                                       |
1.27/1.44	c 2	============================[ Search Statistics ]==============================
1.27/1.44	c 2	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
1.27/1.44	c 2	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
1.27/1.44	c 2	===============================================================================
1.27/1.44	c 2	|         0 |    1702    23379    66929 |     7793        0    nan |  0.000 % |
1.27/1.45	c 2	|       100 |    1701    23379    66929 |     8572       99     18 | 41.392 % |
1.27/1.47	c 2	|       250 |    1701    23379    66929 |     9429      249     18 | 41.393 % |
1.27/1.49	c 2	|       475 |    1701    23379    66929 |    10372      474     17 | 41.393 % |
1.27/1.52	c 2	|       813 |    1692    23202    66434 |    11409      812     15 | 41.392 % |
1.27/1.56	c 2	|      1319 |    1692    23202    66434 |    12550     1318     15 | 41.393 % |
1.27/1.62	c 2	|      2078 |    1692    23202    66434 |    13805     2077     15 | 41.394 % |
1.27/1.71	c 2	|      3218 |    1692    23202    66434 |    15186     3217     15 | 41.392 % |
1.27/1.89	c 2	|      4926 |    1692    23202    66434 |    16704     4925     16 | 41.393 % |
2.06/2.21	c 2	|      7489 |    1692    23202    66434 |    18375     7488     16 | 41.392 % |
2.54/2.74	c 3	|     11333 |    1692    23202    66434 |    20213    11332     16 | 41.393 % |
3.34/3.56	c 4	|     17099 |    1692    23202    66434 |    22234    17098     16 | 41.393 % |
4.92/5.13	c 5	|     25750 |    1692    23202    66434 |    24457    13686     17 | 41.393 % |
7.60/7.89	c 8	|     38724 |    1692    23202    66434 |    26903    12967     17 | 41.393 % |
11.76/12.01	c 12	|     58185 |    1692    23202    66434 |    29593    16664     17 | 41.392 % |
18.60/18.92	c 19	|     87379 |    1692    23202    66434 |    32553    27523     18 | 41.393 % |
29.39/29.88	c 30	|    131168 |    1692    23202    66434 |    35808    29287     17 | 41.393 % |
45.93/46.51	c 47	|    196852 |    1692    23202    66434 |    39389    21103     20 | 41.392 % |
72.28/73.16	c 73	|    295378 |    1692    23202    66434 |    43328    37976     20 | 41.392 % |
118.85/120.16	c 120	|    443168 |    1692    23202    66434 |    47661    32521     17 | 41.393 % |
187.40/189.33	c 189	|    664852 |    1692    23202    66434 |    52427    42926     21 | 41.393 % |
294.68/297.65	c 298	|    997380 |    1692    23202    66434 |    57670    18510     19 | 41.393 % |
473.09/477.74	c 478	|   1496171 |    1692    23202    66434 |    63437    27961     20 | 41.393 % |
749.78/757.09	c 757	|   2244356 |    1692    23202    66434 |    69780    22567     19 | 41.392 % |
1227.68/1239.50	c 1240	|   3366633 |    1692    23202    66434 |    76758    13858     23 | 41.392 % |
1999.46/2018.54	c 2019	|   5050045 |    1692    23202    66434 |    84434    68478     22 | 41.392 % |
3173.47/3203.61	c 3204	|   7575163 |    1692    23202    66434 |    92878    35277     24 | 41.392 % |
3600.05/3633.91	sh: line 1:  9021 Terminated              HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out' 2>&1
3600.05/3633.91	c ERROR unknown output  in HOME/temp.out
3600.05/3633.91	c 3634	CPU 3599.81 (0.04 0.01 3599.77 0.26)
3600.05/3633.91	c 3634	END Wed Jul 23 05:33:51 2008

Verifier Data (download as text)

OK	89	100
89 unsatisfied constraints, 100 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-1128164-1216780397/watcher-1128164-1216780397 -o /tmp/evaluation-result-1128164-1216780397/solver-1128164-1216780397 -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-1128164-1216780397.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: 1.92 1.98 1.90 4/73 8985
/proc/meminfo: memFree=1268192/2055920 swapFree=4192956/4192956
[pid=8985] ppid=8983 vsize=12272 CPUtime=0
/proc/8985/stat : 8985 (sugar) R 8983 8985 8172 0 -1 4194304 396 0 0 0 0 0 0 0 20 0 1 0 5128414 12566528 364 996147200 4194304 4206940 548682068592 18446744073709551615 208717707877 0 0 4224 0 0 0 0 17 1 0 0
/proc/8985/statm: 3068 364 274 3 0 168 0

[startup+0.110668 s]
/proc/loadavg: 1.92 1.98 1.90 4/73 8985
/proc/meminfo: memFree=1268192/2055920 swapFree=4192956/4192956
[pid=8985] ppid=8983 vsize=13600 CPUtime=0.03
/proc/8985/stat : 8985 (sugar) S 8983 8985 8172 0 -1 4194304 898 127 0 0 3 0 0 0 21 0 1 0 5128414 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 208726437986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/8985/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.202678 s]
/proc/loadavg: 1.92 1.98 1.90 4/73 8985
/proc/meminfo: memFree=1268192/2055920 swapFree=4192956/4192956
[pid=8985] ppid=8983 vsize=13600 CPUtime=0.03
/proc/8985/stat : 8985 (sugar) S 8983 8985 8172 0 -1 4194304 898 127 0 0 3 0 0 0 21 0 1 0 5128414 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 208726437986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/8985/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.302686 s]
/proc/loadavg: 1.92 1.98 1.90 4/73 8985
/proc/meminfo: memFree=1268192/2055920 swapFree=4192956/4192956
[pid=8985] ppid=8983 vsize=13600 CPUtime=0.03
/proc/8985/stat : 8985 (sugar) S 8983 8985 8172 0 -1 4194304 898 127 0 0 3 0 0 0 21 0 1 0 5128414 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 208726437986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/8985/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.701728 s]
/proc/loadavg: 1.92 1.98 1.90 4/73 8985
/proc/meminfo: memFree=1268192/2055920 swapFree=4192956/4192956
[pid=8985] ppid=8983 vsize=13600 CPUtime=0.37
/proc/8985/stat : 8985 (sugar) S 8983 8985 8172 0 -1 4194304 974 4425 0 1 3 1 29 4 15 0 1 0 5128414 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 208726437986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/8985/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 0.37
Current children cumulated vsize (KiB) 13600

[startup+1.50282 s]
/proc/loadavg: 1.93 1.98 1.90 4/84 9007
/proc/meminfo: memFree=1252368/2055920 swapFree=4192956/4192956
[pid=8985] ppid=8983 vsize=13600 CPUtime=1.27
/proc/8985/stat : 8985 (sugar) S 8983 8985 8172 0 -1 4194304 1181 16016 0 3 3 1 110 13 16 0 1 0 5128414 13926400 808 996147200 4194304 4206940 548682068592 18446744073709551615 208726437986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/8985/statm: 3400 808 374 3 0 500 0
Current children cumulated CPU time (s) 1.27
Current children cumulated vsize (KiB) 13600

[startup+3.10199 s]
/proc/loadavg: 1.93 1.98 1.90 3/76 9021
/proc/meminfo: memFree=1260176/2055920 swapFree=4192956/4192956
[pid=8985] ppid=8983 vsize=13600 CPUtime=1.27
/proc/8985/stat : 8985 (sugar) S 8983 8985 8172 0 -1 4194304 1181 16016 0 3 3 1 110 13 15 0 1 0 5128414 13926400 808 996147200 4194304 4206940 548682068592 18446744073709551615 208726437986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/8985/statm: 3400 808 374 3 0 500 0
[pid=9020] ppid=8985 vsize=5356 CPUtime=0
/proc/9020/stat : 9020 (sh) S 8985 8985 8172 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 5128554 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 208717538116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/9020/statm: 1339 232 193 169 0 50 0
[pid=9021] ppid=9020 vsize=4828 CPUtime=1.67
/proc/9021/stat : 9021 (minisat) R 9020 8985 8172 0 -1 4194304 1088 0 0 0 167 0 0 0 25 0 1 0 5128555 4943872 1074 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/9021/statm: 1207 1074 75 150 0 1054 0
Current children cumulated CPU time (s) 2.94
Current children cumulated vsize (KiB) 23784

[startup+6.30134 s]
/proc/loadavg: 1.93 1.98 1.90 3/76 9021
/proc/meminfo: memFree=1257296/2055920 swapFree=4192956/4192956
[pid=8985] ppid=8983 vsize=13600 CPUtime=1.27
/proc/8985/stat : 8985 (sugar) S 8983 8985 8172 0 -1 4194304 1181 16016 0 3 3 1 110 13 16 0 1 0 5128414 13926400 808 996147200 4194304 4206940 548682068592 18446744073709551615 208726437986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/8985/statm: 3400 808 374 3 0 500 0
[pid=9020] ppid=8985 vsize=5356 CPUtime=0
/proc/9020/stat : 9020 (sh) S 8985 8985 8172 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 5128554 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 208717538116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/9020/statm: 1339 232 193 169 0 50 0
[pid=9021] ppid=9020 vsize=6016 CPUtime=4.84
/proc/9021/stat : 9021 (minisat) R 9020 8985 8172 0 -1 4194304 1381 0 0 0 484 0 0 0 25 0 1 0 5128555 6160384 1367 996147200 134512640 135127466 4294956256 18446744073709551615 134530828 0 0 4096 3 0 0 0 17 1 0 0
/proc/9021/statm: 1504 1367 75 150 0 1351 0
Current children cumulated CPU time (s) 6.11
Current children cumulated vsize (KiB) 24972

[startup+12.701 s]
/proc/loadavg: 1.94 1.98 1.91 3/76 9021
/proc/meminfo: memFree=1254288/2055920 swapFree=4192956/4192956
[pid=8985] ppid=8983 vsize=13600 CPUtime=1.27
/proc/8985/stat : 8985 (sugar) S 8983 8985 8172 0 -1 4194304 1181 16016 0 3 3 1 110 13 16 0 1 0 5128414 13926400 808 996147200 4194304 4206940 548682068592 18446744073709551615 208726437986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/8985/statm: 3400 808 374 3 0 500 0
[pid=9020] ppid=8985 vsize=5356 CPUtime=0
/proc/9020/stat : 9020 (sh) S 8985 8985 8172 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 5128554 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 208717538116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/9020/statm: 1339 232 193 169 0 50 0
[pid=9021] ppid=9020 vsize=6840 CPUtime=11.17
/proc/9021/stat : 9021 (minisat) R 9020 8985 8172 0 -1 4194304 1556 0 0 0 1117 0 0 0 25 0 1 0 5128555 7004160 1542 996147200 134512640 135127466 4294956256 18446744073709551615 134530783 0 0 4096 3 0 0 0 17 1 0 0
/proc/9021/statm: 1710 1542 75 150 0 1557 0
Current children cumulated CPU time (s) 12.44
Current children cumulated vsize (KiB) 25796

[startup+25.5024 s]
/proc/loadavg: 1.95 1.98 1.91 3/76 9021
/proc/meminfo: memFree=1251856/2055920 swapFree=4192956/4192956
[pid=8985] ppid=8983 vsize=13600 CPUtime=1.27
/proc/8985/stat : 8985 (sugar) S 8983 8985 8172 0 -1 4194304 1181 16016 0 3 3 1 110 13 16 0 1 0 5128414 13926400 808 996147200 4194304 4206940 548682068592 18446744073709551615 208726437986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/8985/statm: 3400 808 374 3 0 500 0
[pid=9020] ppid=8985 vsize=5356 CPUtime=0
/proc/9020/stat : 9020 (sh) S 8985 8985 8172 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 5128554 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 208717538116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/9020/statm: 1339 232 193 169 0 50 0
[pid=9021] ppid=9020 vsize=7644 CPUtime=23.86
/proc/9021/stat : 9021 (minisat) R 9020 8985 8172 0 -1 4194304 1785 0 0 0 2385 1 0 0 25 0 1 0 5128555 7827456 1771 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/9021/statm: 1911 1771 75 150 0 1758 0
Current children cumulated CPU time (s) 25.13
Current children cumulated vsize (KiB) 26600

[startup+51.1022 s]
/proc/loadavg: 2.04 2.00 1.91 3/76 9021
/proc/meminfo: memFree=1249040/2055920 swapFree=4192956/4192956
[pid=8985] ppid=8983 vsize=13600 CPUtime=1.27
/proc/8985/stat : 8985 (sugar) S 8983 8985 8172 0 -1 4194304 1181 16016 0 3 3 1 110 13 16 0 1 0 5128414 13926400 808 996147200 4194304 4206940 548682068592 18446744073709551615 208726437986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/8985/statm: 3400 808 374 3 0 500 0
[pid=9020] ppid=8985 vsize=5356 CPUtime=0
/proc/9020/stat : 9020 (sh) S 8985 8985 8172 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 5128554 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 208717538116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/9020/statm: 1339 232 193 169 0 50 0
[pid=9021] ppid=9020 vsize=9088 CPUtime=49.21
/proc/9021/stat : 9021 (minisat) R 9020 8985 8172 0 -1 4194304 2118 0 0 0 4920 1 0 0 25 0 1 0 5128555 9306112 2104 996147200 134512640 135127466 4294956256 18446744073709551615 134530679 0 0 4096 3 0 0 0 17 1 0 0
/proc/9021/statm: 2272 2104 75 150 0 2119 0
Current children cumulated CPU time (s) 50.48
Current children cumulated vsize (KiB) 28044

[startup+102.303 s]
/proc/loadavg: 2.02 2.00 1.91 3/76 9021
/proc/meminfo: memFree=1245840/2055920 swapFree=4192956/4192956
[pid=8985] ppid=8983 vsize=13600 CPUtime=1.27
/proc/8985/stat : 8985 (sugar) S 8983 8985 8172 0 -1 4194304 1181 16016 0 3 3 1 110 13 16 0 1 0 5128414 13926400 808 996147200 4194304 4206940 548682068592 18446744073709551615 208726437986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/8985/statm: 3400 808 374 3 0 500 0
[pid=9020] ppid=8985 vsize=5356 CPUtime=0
/proc/9020/stat : 9020 (sh) S 8985 8985 8172 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 5128554 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 208717538116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/9020/statm: 1339 232 193 169 0 50 0
[pid=9021] ppid=9020 vsize=10516 CPUtime=99.95
/proc/9021/stat : 9021 (minisat) R 9020 8985 8172 0 -1 4194304 2457 0 0 0 9993 2 0 0 25 0 1 0 5128555 10768384 2443 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/9021/statm: 2629 2443 75 150 0 2476 0
Current children cumulated CPU time (s) 101.22
Current children cumulated vsize (KiB) 29472

[startup+162.302 s]
/proc/loadavg: 2.08 2.02 1.92 3/76 9021
/proc/meminfo: memFree=1242320/2055920 swapFree=4192956/4192956
[pid=8985] ppid=8983 vsize=13600 CPUtime=1.27
/proc/8985/stat : 8985 (sugar) S 8983 8985 8172 0 -1 4194304 1181 16016 0 3 3 1 110 13 16 0 1 0 5128414 13926400 808 996147200 4194304 4206940 548682068592 18446744073709551615 208726437986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/8985/statm: 3400 808 374 3 0 500 0
[pid=9020] ppid=8985 vsize=5356 CPUtime=0
/proc/9020/stat : 9020 (sh) S 8985 8985 8172 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 5128554 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 208717538116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/9020/statm: 1339 232 193 169 0 50 0
[pid=9021] ppid=9020 vsize=11776 CPUtime=159.38
/proc/9021/stat : 9021 (minisat) R 9020 8985 8172 0 -1 4194304 2752 0 0 0 15936 2 0 0 25 0 1 0 5128555 12058624 2738 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/9021/statm: 2944 2738 75 150 0 2791 0
Current children cumulated CPU time (s) 160.65
Current children cumulated vsize (KiB) 30732

[startup+222.307 s]
/proc/loadavg: 2.09 2.03 1.92 3/76 9021
/proc/meminfo: memFree=1241040/2055920 swapFree=4192956/4192956
[pid=8985] ppid=8983 vsize=13600 CPUtime=1.27
/proc/8985/stat : 8985 (sugar) S 8983 8985 8172 0 -1 4194304 1181 16016 0 3 3 1 110 13 16 0 1 0 5128414 13926400 808 996147200 4194304 4206940 548682068592 18446744073709551615 208726437986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/8985/statm: 3400 808 374 3 0 500 0
[pid=9020] ppid=8985 vsize=5356 CPUtime=0
/proc/9020/stat : 9020 (sh) S 8985 8985 8172 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 5128554 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 208717538116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/9020/statm: 1339 232 193 169 0 50 0
[pid=9021] ppid=9020 vsize=12576 CPUtime=218.82
/proc/9021/stat : 9021 (minisat) R 9020 8985 8172 0 -1 4194304 2957 0 0 0 21880 2 0 0 25 0 1 0 5128555 12877824 2943 996147200 134512640 135127466 4294956256 18446744073709551615 134531110 0 0 4096 3 0 0 0 17 1 0 0
/proc/9021/statm: 3144 2943 75 150 0 2991 0
Current children cumulated CPU time (s) 220.09
Current children cumulated vsize (KiB) 31532

[startup+282.302 s]
/proc/loadavg: 2.10 2.04 1.93 3/76 9021
/proc/meminfo: memFree=1239312/2055920 swapFree=4192956/4192956
[pid=8985] ppid=8983 vsize=13600 CPUtime=1.27
/proc/8985/stat : 8985 (sugar) S 8983 8985 8172 0 -1 4194304 1181 16016 0 3 3 1 110 13 16 0 1 0 5128414 13926400 808 996147200 4194304 4206940 548682068592 18446744073709551615 208726437986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/8985/statm: 3400 808 374 3 0 500 0
[pid=9020] ppid=8985 vsize=5356 CPUtime=0
/proc/9020/stat : 9020 (sh) S 8985 8985 8172 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 5128554 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 208717538116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/9020/statm: 1339 232 193 169 0 50 0
[pid=9021] ppid=9020 vsize=13288 CPUtime=278.26
/proc/9021/stat : 9021 (minisat) R 9020 8985 8172 0 -1 4194304 3109 0 0 0 27823 3 0 0 25 0 1 0 5128555 13606912 3095 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/9021/statm: 3322 3095 75 150 0 3169 0
Current children cumulated CPU time (s) 279.53
Current children cumulated vsize (KiB) 32244


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

/proc/loadavg: 2.00 2.00 1.98 3/76 9029
/proc/meminfo: memFree=1206992/2055920 swapFree=4192956/4192956
[pid=8985] ppid=8983 vsize=13600 CPUtime=1.27
/proc/8985/stat : 8985 (sugar) S 8983 8985 8172 0 -1 4194304 1181 16016 0 3 3 1 110 13 16 0 1 0 5128414 13926400 808 996147200 4194304 4206940 548682068592 18446744073709551615 208726437986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/8985/statm: 3400 808 374 3 0 500 0
[pid=9020] ppid=8985 vsize=5356 CPUtime=0
/proc/9020/stat : 9020 (sh) S 8985 8985 8172 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 5128554 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 208717538116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/9020/statm: 1339 232 193 169 0 50 0
[pid=9021] ppid=9020 vsize=27752 CPUtime=3012.41
/proc/9021/stat : 9021 (minisat) R 9020 8985 8172 0 -1 4194304 6545 0 0 0 301233 8 0 0 25 0 1 0 5128555 28418048 6523 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/9021/statm: 6938 6523 75 150 0 6785 0
Current children cumulated CPU time (s) 3013.68
Current children cumulated vsize (KiB) 46708

[startup+3102.3 s]
/proc/loadavg: 2.00 2.00 1.98 3/76 9029
/proc/meminfo: memFree=1206672/2055920 swapFree=4192956/4192956
[pid=8985] ppid=8983 vsize=13600 CPUtime=1.27
/proc/8985/stat : 8985 (sugar) S 8983 8985 8172 0 -1 4194304 1181 16016 0 3 3 1 110 13 16 0 1 0 5128414 13926400 808 996147200 4194304 4206940 548682068592 18446744073709551615 208726437986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/8985/statm: 3400 808 374 3 0 500 0
[pid=9020] ppid=8985 vsize=5356 CPUtime=0
/proc/9020/stat : 9020 (sh) S 8985 8985 8172 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 5128554 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 208717538116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/9020/statm: 1339 232 193 169 0 50 0
[pid=9021] ppid=9020 vsize=27952 CPUtime=3071.85
/proc/9021/stat : 9021 (minisat) R 9020 8985 8172 0 -1 4194304 6570 0 0 0 307177 8 0 0 25 0 1 0 5128555 28622848 6548 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/9021/statm: 6988 6548 75 150 0 6835 0
Current children cumulated CPU time (s) 3073.12
Current children cumulated vsize (KiB) 46908

[startup+3162.3 s]
/proc/loadavg: 2.00 2.00 1.98 3/76 9029
/proc/meminfo: memFree=1206352/2055920 swapFree=4192956/4192956
[pid=8985] ppid=8983 vsize=13600 CPUtime=1.27
/proc/8985/stat : 8985 (sugar) S 8983 8985 8172 0 -1 4194304 1181 16016 0 3 3 1 110 13 16 0 1 0 5128414 13926400 808 996147200 4194304 4206940 548682068592 18446744073709551615 208726437986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/8985/statm: 3400 808 374 3 0 500 0
[pid=9020] ppid=8985 vsize=5356 CPUtime=0
/proc/9020/stat : 9020 (sh) S 8985 8985 8172 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 5128554 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 208717538116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/9020/statm: 1339 232 193 169 0 50 0
[pid=9021] ppid=9020 vsize=28116 CPUtime=3131.29
/proc/9021/stat : 9021 (minisat) R 9020 8985 8172 0 -1 4194304 6615 0 0 0 313121 8 0 0 25 0 1 0 5128555 28790784 6593 996147200 134512640 135127466 4294956256 18446744073709551615 134529040 0 0 4096 3 0 0 0 17 1 0 0
/proc/9021/statm: 7029 6593 75 150 0 6876 0
Current children cumulated CPU time (s) 3132.56
Current children cumulated vsize (KiB) 47072

[startup+3222.3 s]
/proc/loadavg: 2.00 2.00 1.98 3/76 9029
/proc/meminfo: memFree=1206224/2055920 swapFree=4192956/4192956
[pid=8985] ppid=8983 vsize=13600 CPUtime=1.28
/proc/8985/stat : 8985 (sugar) S 8983 8985 8172 0 -1 4194304 1181 16016 0 3 4 1 110 13 16 0 1 0 5128414 13926400 808 996147200 4194304 4206940 548682068592 18446744073709551615 208726437986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/8985/statm: 3400 808 374 3 0 500 0
[pid=9020] ppid=8985 vsize=5356 CPUtime=0
/proc/9020/stat : 9020 (sh) S 8985 8985 8172 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 5128554 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 208717538116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/9020/statm: 1339 232 193 169 0 50 0
[pid=9021] ppid=9020 vsize=28116 CPUtime=3190.72
/proc/9021/stat : 9021 (minisat) R 9020 8985 8172 0 -1 4194304 6615 0 0 0 319064 8 0 0 25 0 1 0 5128555 28790784 6593 996147200 134512640 135127466 4294956256 18446744073709551615 134530814 0 0 4096 3 0 0 0 17 1 0 0
/proc/9021/statm: 7029 6593 75 150 0 6876 0
Current children cumulated CPU time (s) 3192
Current children cumulated vsize (KiB) 47072

[startup+3282.3 s]
/proc/loadavg: 2.00 2.00 1.98 3/76 9029
/proc/meminfo: memFree=1205200/2055920 swapFree=4192956/4192956
[pid=8985] ppid=8983 vsize=13600 CPUtime=1.28
/proc/8985/stat : 8985 (sugar) S 8983 8985 8172 0 -1 4194304 1181 16016 0 3 4 1 110 13 16 0 1 0 5128414 13926400 808 996147200 4194304 4206940 548682068592 18446744073709551615 208726437986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/8985/statm: 3400 808 374 3 0 500 0
[pid=9020] ppid=8985 vsize=5356 CPUtime=0
/proc/9020/stat : 9020 (sh) S 8985 8985 8172 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 5128554 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 208717538116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/9020/statm: 1339 232 193 169 0 50 0
[pid=9021] ppid=9020 vsize=29220 CPUtime=3250.17
/proc/9021/stat : 9021 (minisat) R 9020 8985 8172 0 -1 4194304 6854 0 0 0 325009 8 0 0 25 0 1 0 5128555 29921280 6832 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/9021/statm: 7305 6832 75 150 0 7152 0
Current children cumulated CPU time (s) 3251.45
Current children cumulated vsize (KiB) 48176

[startup+3342.3 s]
/proc/loadavg: 2.00 2.00 1.98 3/76 9029
/proc/meminfo: memFree=1204176/2055920 swapFree=4192956/4192956
[pid=8985] ppid=8983 vsize=13600 CPUtime=1.28
/proc/8985/stat : 8985 (sugar) S 8983 8985 8172 0 -1 4194304 1181 16016 0 3 4 1 110 13 16 0 1 0 5128414 13926400 808 996147200 4194304 4206940 548682068592 18446744073709551615 208726437986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/8985/statm: 3400 808 374 3 0 500 0
[pid=9020] ppid=8985 vsize=5356 CPUtime=0
/proc/9020/stat : 9020 (sh) S 8985 8985 8172 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 5128554 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 208717538116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/9020/statm: 1339 232 193 169 0 50 0
[pid=9021] ppid=9020 vsize=30096 CPUtime=3309.61
/proc/9021/stat : 9021 (minisat) R 9020 8985 8172 0 -1 4194304 7078 0 0 0 330952 9 0 0 25 0 1 0 5128555 30818304 7056 996147200 134512640 135127466 4294956256 18446744073709551615 134530840 0 0 4096 3 0 0 0 17 1 0 0
/proc/9021/statm: 7524 7056 75 150 0 7371 0
Current children cumulated CPU time (s) 3310.89
Current children cumulated vsize (KiB) 49052

[startup+3402.3 s]
/proc/loadavg: 2.00 2.00 1.98 3/76 9029
/proc/meminfo: memFree=1203728/2055920 swapFree=4192956/4192956
[pid=8985] ppid=8983 vsize=13600 CPUtime=1.28
/proc/8985/stat : 8985 (sugar) S 8983 8985 8172 0 -1 4194304 1181 16016 0 3 4 1 110 13 16 0 1 0 5128414 13926400 808 996147200 4194304 4206940 548682068592 18446744073709551615 208726437986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/8985/statm: 3400 808 374 3 0 500 0
[pid=9020] ppid=8985 vsize=5356 CPUtime=0
/proc/9020/stat : 9020 (sh) S 8985 8985 8172 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 5128554 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 208717538116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/9020/statm: 1339 232 193 169 0 50 0
[pid=9021] ppid=9020 vsize=30492 CPUtime=3369.05
/proc/9021/stat : 9021 (minisat) R 9020 8985 8172 0 -1 4194304 7168 0 0 0 336896 9 0 0 25 0 1 0 5128555 31223808 7146 996147200 134512640 135127466 4294956256 18446744073709551615 134523430 0 0 4096 3 0 0 0 17 1 0 0
/proc/9021/statm: 7623 7146 75 150 0 7470 0
Current children cumulated CPU time (s) 3370.33
Current children cumulated vsize (KiB) 49448

[startup+3462.3 s]
/proc/loadavg: 2.00 2.00 1.98 3/76 9029
/proc/meminfo: memFree=1203088/2055920 swapFree=4192956/4192956
[pid=8985] ppid=8983 vsize=13600 CPUtime=1.28
/proc/8985/stat : 8985 (sugar) S 8983 8985 8172 0 -1 4194304 1181 16016 0 3 4 1 110 13 16 0 1 0 5128414 13926400 808 996147200 4194304 4206940 548682068592 18446744073709551615 208726437986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/8985/statm: 3400 808 374 3 0 500 0
[pid=9020] ppid=8985 vsize=5356 CPUtime=0
/proc/9020/stat : 9020 (sh) S 8985 8985 8172 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 5128554 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 208717538116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/9020/statm: 1339 232 193 169 0 50 0
[pid=9021] ppid=9020 vsize=30656 CPUtime=3428.48
/proc/9021/stat : 9021 (minisat) R 9020 8985 8172 0 -1 4194304 7221 0 0 0 342839 9 0 0 25 0 1 0 5128555 31391744 7199 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/9021/statm: 7664 7199 75 150 0 7511 0
Current children cumulated CPU time (s) 3429.76
Current children cumulated vsize (KiB) 49612

[startup+3522.31 s]
/proc/loadavg: 2.00 2.00 1.98 3/76 9029
/proc/meminfo: memFree=1202256/2055920 swapFree=4192956/4192956
[pid=8985] ppid=8983 vsize=13600 CPUtime=1.28
/proc/8985/stat : 8985 (sugar) S 8983 8985 8172 0 -1 4194304 1181 16016 0 3 4 1 110 13 16 0 1 0 5128414 13926400 808 996147200 4194304 4206940 548682068592 18446744073709551615 208726437986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/8985/statm: 3400 808 374 3 0 500 0
[pid=9020] ppid=8985 vsize=5356 CPUtime=0
/proc/9020/stat : 9020 (sh) S 8985 8985 8172 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 5128554 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 208717538116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/9020/statm: 1339 232 193 169 0 50 0
[pid=9021] ppid=9020 vsize=31200 CPUtime=3487.93
/proc/9021/stat : 9021 (minisat) R 9020 8985 8172 0 -1 4194304 7337 0 0 0 348784 9 0 0 25 0 1 0 5128555 31948800 7315 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/9021/statm: 7800 7315 75 150 0 7647 0
Current children cumulated CPU time (s) 3489.21
Current children cumulated vsize (KiB) 50156

[startup+3582.3 s]
/proc/loadavg: 2.00 2.00 1.98 3/76 9029
/proc/meminfo: memFree=1202064/2055920 swapFree=4192956/4192956
[pid=8985] ppid=8983 vsize=13600 CPUtime=1.28
/proc/8985/stat : 8985 (sugar) S 8983 8985 8172 0 -1 4194304 1181 16016 0 3 4 1 110 13 16 0 1 0 5128414 13926400 808 996147200 4194304 4206940 548682068592 18446744073709551615 208726437986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/8985/statm: 3400 808 374 3 0 500 0
[pid=9020] ppid=8985 vsize=5356 CPUtime=0
/proc/9020/stat : 9020 (sh) S 8985 8985 8172 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 5128554 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 208717538116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/9020/statm: 1339 232 193 169 0 50 0
[pid=9021] ppid=9020 vsize=31200 CPUtime=3547.36
/proc/9021/stat : 9021 (minisat) R 9020 8985 8172 0 -1 4194304 7337 0 0 0 354727 9 0 0 25 0 1 0 5128555 31948800 7315 996147200 134512640 135127466 4294956256 18446744073709551615 134530775 0 0 4096 3 0 0 0 17 1 0 0
/proc/9021/statm: 7800 7315 75 150 0 7647 0
Current children cumulated CPU time (s) 3548.64
Current children cumulated vsize (KiB) 50156



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3633.9 s]
/proc/loadavg: 2.00 2.00 1.98 3/83 9065
/proc/meminfo: memFree=1214616/2055920 swapFree=4192956/4192956
[pid=8985] ppid=8983 vsize=13600 CPUtime=1.28
/proc/8985/stat : 8985 (sugar) S 8983 8985 8172 0 -1 4194304 1181 16016 0 3 4 1 110 13 16 0 1 0 5128414 13926400 808 996147200 4194304 4206940 548682068592 18446744073709551615 208726437986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/8985/statm: 3400 808 374 3 0 500 0
[pid=9020] ppid=8985 vsize=5356 CPUtime=0
/proc/9020/stat : 9020 (sh) S 8985 8985 8172 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 5128554 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 208717538116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/9020/statm: 1339 232 193 169 0 50 0
[pid=9021] ppid=9020 vsize=31200 CPUtime=3598.77
/proc/9021/stat : 9021 (minisat) R 9020 8985 8172 0 -1 4194304 7337 0 0 0 359866 11 0 0 25 0 1 0 5128555 31948800 7315 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/9021/statm: 7800 7315 75 150 0 7647 0
Current children cumulated CPU time (s) 3600.05
Current children cumulated vsize (KiB) 50156

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

Child status: 0
Real time (s): 3633.91
CPU time (s): 3600.1
CPU user time (s): 3599.81
CPU system time (s): 0.282956
CPU usage (%): 99.0694
Max. virtual memory (cumulated for all children) (KiB): 887296

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3599.81
system time used= 0.282956
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 24891
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= 2072
involuntary context switches= 80587

runsolver used 4.28935 second user time and 12.2141 second system time

The end

Launcher Data (download as text)

Begin job on node47 at 2008-07-23 04:33:17
IDJOB=1128164
IDBENCH=64852
IDSOLVER=368
FILE ID=node47/1128164-1216780397
PBS_JOBID= 7974214
Free space on /tmp= 66560 MiB

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

TIME LIMIT= 3600 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= a30cb5f1c9897ba39e7290412dde5dcb
RANDOM SEED=265265728

node47.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.231
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.231
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:       1268736 kB
Buffers:         26628 kB
Cached:         685332 kB
SwapCached:          0 kB
Active:         285168 kB
Inactive:       449464 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1268736 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:            3136 kB
Writeback:           0 kB
Mapped:          34036 kB
Slab:            37960 kB
Committed_AS:    96508 kB
PageTables:       1860 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 node47 at 2008-07-23 05:33:51