Trace number 1128548

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.13 3601.12

General information on the benchmark

Namemaxcsp/kbtree/kbtree-9-5-3-5/kbtree-9-5-3-5-60/
normalized-kbtree-9-5-3-5-60-23_ext.xml
MD5SUMe9e7e9116e061f78788b22a651ff5c00
Bench Category2-ARY-EXT (binary constraints in extension)
Best result obtained on this benchmarkMOPT
Best Number of falsified constraints76
Best CPU time to get the best result obtained on this benchmark3.59345
Satisfiable
(Un)Satisfiability was proved
Number of variables40
Number of constraints255
Maximum constraint arity2
Maximum domain size5
Number of constraints which are defined in extension255
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:56:27 2008
0.00/0.04	c 0	PID 6534
0.00/0.04	c 0	HOST node87.alineos.net
0.00/0.04	c 0	CONVERTING HOME/instance-1128548-1216785387.xml TO HOME/temp.csp
0.00/0.04	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1128548-1216785387.xml' 'HOME/temp.csp'
0.04/0.29	c 0	1 domains, 40 variables, 0 predicates, 255 relations, 255 constraints
0.04/0.32	c 0	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.04/0.32	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.04/0.39	c 1	Parsing HOME/temp.csp
0.40/0.48	c 1	parsed 551 expressions
0.40/0.49	c 1	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.40/0.49	c 1	MAX CSP: 255 constraints
0.40/0.49	c 1	Converting to clausal form CSP
0.40/0.51	c 1	converted 81 (10%) expressions
0.40/0.51	c 1	converted 162 (20%) expressions
0.40/0.51	c 1	converted 243 (30%) expressions
0.40/0.53	c 1	converted 324 (40%) expressions
0.40/0.53	c 1	converted 405 (50%) expressions
0.40/0.54	c 1	converted 486 (60%) expressions
0.40/0.55	c 1	converted 567 (70%) expressions
0.40/0.55	c 1	converted 648 (80%) expressions
0.40/0.56	c 1	converted 729 (90%) expressions
0.40/0.62	c 1	converted 809 (100%) expressions
0.40/0.62	c 1	CSP : 550 integers, 0 booleans, 764 clauses, largest domain size 383
0.40/0.62	c 1	Heap : 1 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.40/0.62	c 1	Propagation in CSP
0.40/0.65	c 1	247 values, 0 unsatisfiable literals, and 0 valid clauses are removed
0.40/0.65	c 1	CSP : 550 integers, 0 booleans, 764 clauses, largest domain size 256
0.40/0.65	c 1	Heap : 1 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.40/0.66	c 1	Simplifing CSP by introducing new Boolean variables
0.40/0.66	c 1	CSP : 550 integers, 0 booleans, 764 clauses, largest domain size 256
0.40/0.66	c 1	Heap : 1 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.40/0.68	c 1	Encoding CSP to SAT : HOME/temp.cnf
0.40/0.69	c 1	55 (10%) CSP integer variables are encoded (120 clauses, 1222 bytes)
0.40/0.69	c 1	110 (20%) CSP integer variables are encoded (120 clauses, 1222 bytes)
0.40/0.69	c 1	165 (30%) CSP integer variables are encoded (120 clauses, 1222 bytes)
0.40/0.69	c 1	220 (40%) CSP integer variables are encoded (120 clauses, 1222 bytes)
0.40/0.69	c 1	275 (50%) CSP integer variables are encoded (120 clauses, 1222 bytes)
0.40/0.70	c 1	330 (60%) CSP integer variables are encoded (508 clauses, 5490 bytes)
0.40/0.70	c 1	385 (70%) CSP integer variables are encoded (767 clauses, 8592 bytes)
0.40/0.70	c 1	440 (80%) CSP integer variables are encoded (1194 clauses, 14143 bytes)
0.40/0.71	c 1	495 (90%) CSP integer variables are encoded (1483 clauses, 17900 bytes)
0.40/0.71	c 1	550 (100%) CSP integer variables are encoded (3443 clauses, 43380 bytes)
0.40/0.73	c 1	77 (10%) CSP clauses are encoded (3998 clauses, 52188 bytes)
0.40/0.74	c 1	153 (20%) CSP clauses are encoded (4542 clauses, 61347 bytes)
0.40/0.75	c 1	230 (30%) CSP clauses are encoded (5095 clauses, 70832 bytes)
0.40/0.75	c 1	306 (40%) CSP clauses are encoded (5766 clauses, 80951 bytes)
0.40/0.77	c 1	382 (50%) CSP clauses are encoded (10066 clauses, 147089 bytes)
0.40/0.77	c 1	459 (60%) CSP clauses are encoded (11485 clauses, 171141 bytes)
0.40/0.79	c 1	535 (70%) CSP clauses are encoded (23471 clauses, 387534 bytes)
0.40/0.80	c 1	612 (80%) CSP clauses are encoded (25039 clauses, 414206 bytes)
0.40/0.81	c 1	688 (90%) CSP clauses are encoded (28620 clauses, 477602 bytes)
0.40/0.91	c 1	764 (100%) CSP clauses are encoded (93063 clauses, 1645166 bytes)
0.40/0.91	c 1	764 CSP clauses encoded
0.40/0.91	c 1	Writing map file : HOME/temp.map
0.40/0.92	c 1	Heap : 1 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.40/0.92	c 1	SAT : 3993 SAT variables, 93063 SAT clauses, 1645166 bytes
0.40/0.92	c 1	Heap : 1 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.40/0.94	c 1	OBJECTIVE minimize _COST
0.40/0.94	c 1	OBJECTIVE BOUND: 0 <= _COST <= 
0.40/0.94	c 1	SEARCHING: _COST <= 128
0.40/0.94	c 1	SOLVING HOME/temp.cnf
0.40/0.94	c 1	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
0.40/0.95	c 1	This is MiniSat 2.0 beta
0.40/0.95	c 1	WARNING: for repeatability, setting FPU to use double precision
0.40/0.95	c 1	============================[ Problem Statistics ]=============================
0.40/0.95	c 1	|                                                                             |
0.40/0.95	c 1	|  Number of variables:  3993                                                 |
0.40/0.95	c 1	|  Number of clauses:    93064                                                |
0.40/0.99	c 1	|  Parsing time:         0.04         s                                       |
1.23/1.01	c 1	============================[ Search Statistics ]==============================
1.23/1.01	c 1	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
1.23/1.01	c 1	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
1.23/1.01	c 1	===============================================================================
1.23/1.01	c 1	|         0 |    2977    60678   175792 |    20226        0    nan |  0.000 % |
1.23/1.03	c 1	|       102 |    2971    60678   175792 |    22248      101     20 | 25.670 % |
1.23/1.04	c 1	===============================================================================
1.23/1.04	c 1	restarts              : 2
1.23/1.04	c 1	conflicts             : 150            (1786 /sec)
1.23/1.04	c 1	decisions             : 681            (0.88 % random) (8108 /sec)
1.23/1.04	c 1	propagations          : 54888          (653530 /sec)
1.23/1.04	c 1	conflict literals     : 2819           (20.32 % deleted)
1.23/1.04	c 1	Memory used           : 5.73 MB
1.23/1.04	c 1	CPU time              : 0.083987 s
1.23/1.04	c 1	
1.23/1.04	c 1	SATISFIABLE
1.23/1.04	c 1	FOUND: _COST <= 128
1.23/1.04	s SATISFIABLE
1.23/1.04	c 1	DECODING HOME/temp.out WITH HOME/temp.map
1.23/1.04	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.28/1.11	c 1	Decoding HOME/temp.out
1.28/1.16	c 1	OBJECTIVE _COST 128
1.28/1.16	o 128
1.28/1.16	v 3 4 3 4 4 4 4 4 0 4 1 4 4 4 4 3 4 3 1 2 0 2 2 3 4 3 2 4 3 3 2 3 4 2 2 4 1 1 1 0
1.28/1.16	c 1	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
1.28/1.19	c 1	OBJECTIVE BOUND: 0 <= _COST <= 128
1.28/1.19	c 1	SEARCHING: _COST <= 64
1.28/1.19	c 1	SOLVING HOME/temp.cnf
1.28/1.19	c 1	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
1.28/1.20	c 1	This is MiniSat 2.0 beta
1.28/1.20	c 1	WARNING: for repeatability, setting FPU to use double precision
1.28/1.20	c 1	============================[ Problem Statistics ]=============================
1.28/1.20	c 1	|                                                                             |
1.44/1.20	c 1	|  Number of variables:  3993                                                 |
1.44/1.20	c 1	|  Number of clauses:    93064                                                |
1.44/1.24	c 1	|  Parsing time:         0.04         s                                       |
1.44/1.26	c 1	============================[ Search Statistics ]==============================
1.44/1.26	c 1	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
1.44/1.26	c 1	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
1.44/1.26	c 1	===============================================================================
1.44/1.26	c 1	|         0 |    2401    40742   117648 |    13580        0    nan |  0.000 % |
1.44/1.28	c 1	|       100 |    2399    40742   117648 |    14938       99     19 | 40.120 % |
1.44/1.29	c 1	|       251 |    2399    40742   117648 |    16432      250     18 | 40.121 % |
1.44/1.32	c 1	|       476 |    2399    40742   117648 |    18075      475     17 | 40.120 % |
1.44/1.35	c 2	|       813 |    2391    40515   117003 |    19883      812     16 | 40.120 % |
1.44/1.39	c 2	|      1320 |    2391    40515   117003 |    21871     1319     16 | 40.120 % |
1.44/1.47	c 2	|      2080 |    2391    40515   117003 |    24058     2079     15 | 40.120 % |
1.44/1.58	c 2	|      3219 |    2391    40515   117003 |    26464     3218     17 | 40.121 % |
1.44/1.76	c 2	|      4927 |    2391    40515   117003 |    29111     4926     19 | 40.120 % |
1.44/2.06	c 2	|      7489 |    2391    40515   117003 |    32022     7488     19 | 40.121 % |
2.72/2.60	c 3	|     11333 |    2391    40515   117003 |    35224    11332     20 | 40.121 % |
3.72/3.53	c 4	|     17101 |    2391    40515   117003 |    38747    17100     21 | 40.121 % |
5.63/5.43	c 6	|     25751 |    2391    40515   117003 |    42621    25750     21 | 40.121 % |
10.32/10.18	c 10	|     38725 |    2391    40515   117003 |    46884    38724     23 | 40.121 % |
18.42/18.25	c 18	|     58187 |    2391    40515   117003 |    51572    22285     21 | 40.120 % |
29.11/28.92	c 29	|     87379 |    2391    40515   117003 |    56729    51477     21 | 40.121 % |
46.41/46.29	c 46	|    131168 |    2391    40515   117003 |    62402    49734     21 | 40.120 % |
76.80/76.64	c 77	|    196852 |    2391    40515   117003 |    68643    64607     24 | 40.120 % |
120.68/120.54	c 121	|    295378 |    2391    40515   117003 |    75507    51356     23 | 40.120 % |
202.66/202.51	c 203	|    443167 |    2391    40515   117003 |    83058    75277     23 | 40.120 % |
321.91/321.82	c 322	|    664851 |    2391    40515   117003 |    91363    17439     23 | 40.121 % |
488.15/488.16	c 488	|    997377 |    2391    40515   117003 |   100500    40284     22 | 40.121 % |
766.26/766.35	c 767	|   1496166 |    2391    40515   117003 |   110550    99176     25 | 40.121 % |
1212.90/1213.17	c 1213	|   2244348 |    2391    40515   117003 |   121605    72837     23 | 40.120 % |
1955.84/1956.34	c 1956	|   3366624 |    2391    40515   117003 |   133765   123118     24 | 40.120 % |
3145.44/3146.34	c 3146	|   5050036 |    2391    40515   117003 |   147142   127044     22 | 40.121 % |
3600.09/3601.11	sh: line 1:  6570 Terminated              HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out' 2>&1
3600.09/3601.11	c ERROR unknown output  in HOME/temp.out
3600.09/3601.11	c 3601	CPU 3599.82 (0.03 0.01 3599.79 0.27)
3600.09/3601.11	c 3601	END Wed Jul 23 06:56:28 2008

Verifier Data (download as text)

OK	117	138
117 unsatisfied constraints, 138 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-1128548-1216785387/watcher-1128548-1216785387 -o /tmp/evaluation-result-1128548-1216785387/solver-1128548-1216785387 -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-1128548-1216785387.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.00 1.00 1.00 3/65 6534
/proc/meminfo: memFree=1606168/2055920 swapFree=4192956/4192956
[pid=6534] ppid=6532 vsize=12268 CPUtime=0
/proc/6534/stat : 6534 (sugar) R 6532 6534 5743 0 -1 4194304 348 0 0 0 0 0 0 0 19 0 1 0 5623397 12562432 316 996147200 4194304 4206940 548682068592 18446744073709551615 254613879397 0 2147483391 4224 0 0 0 0 17 0 0 0
/proc/6534/statm: 3067 316 241 3 0 167 0

[startup+0.0574509 s]
/proc/loadavg: 1.00 1.00 1.00 3/65 6534
/proc/meminfo: memFree=1606168/2055920 swapFree=4192956/4192956
[pid=6534] ppid=6532 vsize=13600 CPUtime=0.04
/proc/6534/stat : 6534 (sugar) S 6532 6534 5743 0 -1 4194304 898 127 0 0 3 1 0 0 18 0 1 0 5623397 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 254622609506 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/6534/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.101458 s]
/proc/loadavg: 1.00 1.00 1.00 3/65 6534
/proc/meminfo: memFree=1606168/2055920 swapFree=4192956/4192956
[pid=6534] ppid=6532 vsize=13600 CPUtime=0.04
/proc/6534/stat : 6534 (sugar) S 6532 6534 5743 0 -1 4194304 898 127 0 0 3 1 0 0 18 0 1 0 5623397 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 254622609506 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/6534/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.301497 s]
/proc/loadavg: 1.00 1.00 1.00 3/65 6534
/proc/meminfo: memFree=1606168/2055920 swapFree=4192956/4192956
[pid=6534] ppid=6532 vsize=13600 CPUtime=0.04
/proc/6534/stat : 6534 (sugar) S 6532 6534 5743 0 -1 4194304 916 127 0 0 3 1 0 0 15 0 1 0 5623397 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 254622609506 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/6534/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.701572 s]
/proc/loadavg: 1.00 1.00 1.00 3/65 6534
/proc/meminfo: memFree=1606168/2055920 swapFree=4192956/4192956
[pid=6534] ppid=6532 vsize=13600 CPUtime=0.4
/proc/6534/stat : 6534 (sugar) S 6532 6534 5743 0 -1 4194304 974 4587 0 1 3 1 33 3 15 0 1 0 5623397 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 254622609506 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/6534/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 0.4
Current children cumulated vsize (KiB) 13600

[startup+1.50173 s]
/proc/loadavg: 1.08 1.02 1.01 2/68 6558
/proc/meminfo: memFree=1597376/2055920 swapFree=4192956/4192956
[pid=6534] ppid=6532 vsize=13600 CPUtime=1.44
/proc/6534/stat : 6534 (sugar) S 6532 6534 5743 0 -1 4194304 1184 16828 0 3 3 1 128 12 15 0 1 0 5623397 13926400 810 996147200 4194304 4206940 548682068592 18446744073709551615 254622609506 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/6534/statm: 3400 810 374 3 0 500 0
Current children cumulated CPU time (s) 1.44
Current children cumulated vsize (KiB) 13600

[startup+3.10203 s]
/proc/loadavg: 1.08 1.02 1.01 2/68 6570
/proc/meminfo: memFree=1597112/2055920 swapFree=4192956/4192956
[pid=6534] ppid=6532 vsize=13600 CPUtime=1.44
/proc/6534/stat : 6534 (sugar) S 6532 6534 5743 0 -1 4194304 1184 16828 0 3 3 1 128 12 15 0 1 0 5623397 13926400 810 996147200 4194304 4206940 548682068592 18446744073709551615 254622609506 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/6534/statm: 3400 810 374 3 0 500 0
[pid=6569] ppid=6534 vsize=5356 CPUtime=0
/proc/6569/stat : 6569 (sh) S 6534 6534 5743 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 5623516 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 254613709636 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/6569/statm: 1339 232 193 169 0 50 0
[pid=6570] ppid=6569 vsize=6452 CPUtime=1.88
/proc/6570/stat : 6570 (minisat) R 6569 6534 5743 0 -1 4194304 1493 0 0 0 188 0 0 0 25 0 1 0 5623517 6606848 1479 996147200 134512640 135127466 4294956256 18446744073709551615 134530766 0 0 4096 3 0 0 0 17 0 0 0
/proc/6570/statm: 1613 1479 75 150 0 1460 0
Current children cumulated CPU time (s) 3.32
Current children cumulated vsize (KiB) 25408

[startup+6.30164 s]
/proc/loadavg: 1.08 1.02 1.01 2/68 6570
/proc/meminfo: memFree=1595128/2055920 swapFree=4192956/4192956
[pid=6534] ppid=6532 vsize=13600 CPUtime=1.44
/proc/6534/stat : 6534 (sugar) S 6532 6534 5743 0 -1 4194304 1184 16828 0 3 3 1 128 12 16 0 1 0 5623397 13926400 810 996147200 4194304 4206940 548682068592 18446744073709551615 254622609506 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/6534/statm: 3400 810 374 3 0 500 0
[pid=6569] ppid=6534 vsize=5356 CPUtime=0
/proc/6569/stat : 6569 (sh) S 6534 6534 5743 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 5623516 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 254613709636 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/6569/statm: 1339 232 193 169 0 50 0
[pid=6570] ppid=6569 vsize=8344 CPUtime=5.08
/proc/6570/stat : 6570 (minisat) R 6569 6534 5743 0 -1 4194304 1959 0 0 0 507 1 0 0 25 0 1 0 5623517 8544256 1945 996147200 134512640 135127466 4294956256 18446744073709551615 134704131 0 0 4096 3 0 0 0 17 0 0 0
/proc/6570/statm: 2086 1945 75 150 0 1933 0
Current children cumulated CPU time (s) 6.52
Current children cumulated vsize (KiB) 27300

[startup+12.7019 s]
/proc/loadavg: 1.07 1.02 1.00 2/68 6570
/proc/meminfo: memFree=1592512/2055920 swapFree=4192956/4192956
[pid=6534] ppid=6532 vsize=13600 CPUtime=1.44
/proc/6534/stat : 6534 (sugar) S 6532 6534 5743 0 -1 4194304 1184 16828 0 3 3 1 128 12 16 0 1 0 5623397 13926400 810 996147200 4194304 4206940 548682068592 18446744073709551615 254622609506 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/6534/statm: 3400 810 374 3 0 500 0
[pid=6569] ppid=6534 vsize=5356 CPUtime=0
/proc/6569/stat : 6569 (sh) S 6534 6534 5743 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 5623516 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 254613709636 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/6569/statm: 1339 232 193 169 0 50 0
[pid=6570] ppid=6569 vsize=10564 CPUtime=11.48
/proc/6570/stat : 6570 (minisat) R 6569 6534 5743 0 -1 4194304 2498 0 0 0 1146 2 0 0 25 0 1 0 5623517 10817536 2484 996147200 134512640 135127466 4294956256 18446744073709551615 134530613 0 0 4096 3 0 0 0 17 0 0 0
/proc/6570/statm: 2641 2484 75 150 0 2488 0
Current children cumulated CPU time (s) 12.92
Current children cumulated vsize (KiB) 29520

[startup+25.5013 s]
/proc/loadavg: 1.06 1.01 1.00 2/68 6570
/proc/meminfo: memFree=1591680/2055920 swapFree=4192956/4192956
[pid=6534] ppid=6532 vsize=13600 CPUtime=1.44
/proc/6534/stat : 6534 (sugar) S 6532 6534 5743 0 -1 4194304 1184 16828 0 3 3 1 128 12 16 0 1 0 5623397 13926400 810 996147200 4194304 4206940 548682068592 18446744073709551615 254622609506 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/6534/statm: 3400 810 374 3 0 500 0
[pid=6569] ppid=6534 vsize=5356 CPUtime=0
/proc/6569/stat : 6569 (sh) S 6534 6534 5743 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 5623516 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 254613709636 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/6569/statm: 1339 232 193 169 0 50 0
[pid=6570] ppid=6569 vsize=11520 CPUtime=24.27
/proc/6570/stat : 6570 (minisat) R 6569 6534 5743 0 -1 4194304 2714 0 0 0 2425 2 0 0 25 0 1 0 5623517 11796480 2700 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/6570/statm: 2880 2700 75 150 0 2727 0
Current children cumulated CPU time (s) 25.71
Current children cumulated vsize (KiB) 30476

[startup+51.1012 s]
/proc/loadavg: 1.03 1.01 1.00 2/68 6570
/proc/meminfo: memFree=1589888/2055920 swapFree=4192956/4192956
[pid=6534] ppid=6532 vsize=13600 CPUtime=1.44
/proc/6534/stat : 6534 (sugar) S 6532 6534 5743 0 -1 4194304 1184 16828 0 3 3 1 128 12 16 0 1 0 5623397 13926400 810 996147200 4194304 4206940 548682068592 18446744073709551615 254622609506 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/6534/statm: 3400 810 374 3 0 500 0
[pid=6569] ppid=6534 vsize=5356 CPUtime=0
/proc/6569/stat : 6569 (sh) S 6534 6534 5743 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 5623516 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 254613709636 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/6569/statm: 1339 232 193 169 0 50 0
[pid=6570] ppid=6569 vsize=13408 CPUtime=49.87
/proc/6570/stat : 6570 (minisat) R 6569 6534 5743 0 -1 4194304 3179 0 0 0 4984 3 0 0 25 0 1 0 5623517 13729792 3165 996147200 134512640 135127466 4294956256 18446744073709551615 134528652 0 0 4096 3 0 0 0 17 0 0 0
/proc/6570/statm: 3352 3165 75 150 0 3199 0
Current children cumulated CPU time (s) 51.31
Current children cumulated vsize (KiB) 32364

[startup+102.306 s]
/proc/loadavg: 1.01 1.01 1.00 2/68 6570
/proc/meminfo: memFree=1587200/2055920 swapFree=4192956/4192956
[pid=6534] ppid=6532 vsize=13600 CPUtime=1.44
/proc/6534/stat : 6534 (sugar) S 6532 6534 5743 0 -1 4194304 1184 16828 0 3 3 1 128 12 16 0 1 0 5623397 13926400 810 996147200 4194304 4206940 548682068592 18446744073709551615 254622609506 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/6534/statm: 3400 810 374 3 0 500 0
[pid=6569] ppid=6534 vsize=5356 CPUtime=0
/proc/6569/stat : 6569 (sh) S 6534 6534 5743 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 5623516 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 254613709636 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/6569/statm: 1339 232 193 169 0 50 0
[pid=6570] ppid=6569 vsize=16004 CPUtime=101.05
/proc/6570/stat : 6570 (minisat) R 6569 6534 5743 0 -1 4194304 3820 0 0 0 10102 3 0 0 25 0 1 0 5623517 16388096 3806 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/6570/statm: 4001 3806 75 150 0 3848 0
Current children cumulated CPU time (s) 102.49
Current children cumulated vsize (KiB) 34960

[startup+162.303 s]
/proc/loadavg: 1.00 1.00 1.00 2/68 6570
/proc/meminfo: memFree=1586176/2055920 swapFree=4192956/4192956
[pid=6534] ppid=6532 vsize=13600 CPUtime=1.44
/proc/6534/stat : 6534 (sugar) S 6532 6534 5743 0 -1 4194304 1184 16828 0 3 3 1 128 12 16 0 1 0 5623397 13926400 810 996147200 4194304 4206940 548682068592 18446744073709551615 254622609506 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/6534/statm: 3400 810 374 3 0 500 0
[pid=6569] ppid=6534 vsize=5356 CPUtime=0
/proc/6569/stat : 6569 (sh) S 6534 6534 5743 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 5623516 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 254613709636 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/6569/statm: 1339 232 193 169 0 50 0
[pid=6570] ppid=6569 vsize=17156 CPUtime=161.03
/proc/6570/stat : 6570 (minisat) R 6569 6534 5743 0 -1 4194304 4070 0 0 0 16099 4 0 0 25 0 1 0 5623517 17567744 4056 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/6570/statm: 4289 4056 75 150 0 4136 0
Current children cumulated CPU time (s) 162.47
Current children cumulated vsize (KiB) 36112

[startup+222.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/68 6570
/proc/meminfo: memFree=1584448/2055920 swapFree=4192956/4192956
[pid=6534] ppid=6532 vsize=13600 CPUtime=1.44
/proc/6534/stat : 6534 (sugar) S 6532 6534 5743 0 -1 4194304 1184 16828 0 3 3 1 128 12 16 0 1 0 5623397 13926400 810 996147200 4194304 4206940 548682068592 18446744073709551615 254622609506 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/6534/statm: 3400 810 374 3 0 500 0
[pid=6569] ppid=6534 vsize=5356 CPUtime=0
/proc/6569/stat : 6569 (sh) S 6534 6534 5743 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 5623516 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 254613709636 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/6569/statm: 1339 232 193 169 0 50 0
[pid=6570] ppid=6569 vsize=18844 CPUtime=221.01
/proc/6570/stat : 6570 (minisat) R 6569 6534 5743 0 -1 4194304 4484 0 0 0 22097 4 0 0 25 0 1 0 5623517 19296256 4470 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/6570/statm: 4711 4470 75 150 0 4558 0
Current children cumulated CPU time (s) 222.45
Current children cumulated vsize (KiB) 37800

[startup+282.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/68 6576
/proc/meminfo: memFree=1583680/2055920 swapFree=4192956/4192956
[pid=6534] ppid=6532 vsize=13600 CPUtime=1.44
/proc/6534/stat : 6534 (sugar) S 6532 6534 5743 0 -1 4194304 1184 16828 0 3 3 1 128 12 16 0 1 0 5623397 13926400 810 996147200 4194304 4206940 548682068592 18446744073709551615 254622609506 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/6534/statm: 3400 810 374 3 0 500 0
[pid=6569] ppid=6534 vsize=5356 CPUtime=0
/proc/6569/stat : 6569 (sh) S 6534 6534 5743 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 5623516 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 254613709636 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/6569/statm: 1339 232 193 169 0 50 0
[pid=6570] ppid=6569 vsize=19332 CPUtime=280.99
/proc/6570/stat : 6570 (minisat) R 6569 6534 5743 0 -1 4194304 4600 0 0 0 28094 5 0 0 25 0 1 0 5623517 19795968 4586 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/6570/statm: 4833 4586 75 150 0 4680 0
Current children cumulated CPU time (s) 282.43
Current children cumulated vsize (KiB) 38288


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

[pid=6534] ppid=6532 vsize=13600 CPUtime=1.44
/proc/6534/stat : 6534 (sugar) S 6532 6534 5743 0 -1 4194304 1184 16828 0 3 3 1 128 12 16 0 1 0 5623397 13926400 810 996147200 4194304 4206940 548682068592 18446744073709551615 254622609506 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/6534/statm: 3400 810 374 3 0 500 0
[pid=6569] ppid=6534 vsize=5356 CPUtime=0
/proc/6569/stat : 6569 (sh) S 6534 6534 5743 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 5623516 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 254613709636 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/6569/statm: 1339 232 193 169 0 50 0
[pid=6570] ppid=6569 vsize=38816 CPUtime=3100.01
/proc/6570/stat : 6570 (minisat) R 6569 6534 5743 0 -1 4194304 9140 0 0 0 309988 13 0 0 25 0 1 0 5623517 39747584 9118 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/6570/statm: 9704 9118 75 150 0 9551 0
Current children cumulated CPU time (s) 3101.45
Current children cumulated vsize (KiB) 57772

[startup+3162.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/68 6578
/proc/meminfo: memFree=1564864/2055920 swapFree=4192956/4192956
[pid=6534] ppid=6532 vsize=13600 CPUtime=1.44
/proc/6534/stat : 6534 (sugar) S 6532 6534 5743 0 -1 4194304 1184 16828 0 3 3 1 128 12 16 0 1 0 5623397 13926400 810 996147200 4194304 4206940 548682068592 18446744073709551615 254622609506 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/6534/statm: 3400 810 374 3 0 500 0
[pid=6569] ppid=6534 vsize=5356 CPUtime=0
/proc/6569/stat : 6569 (sh) S 6534 6534 5743 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 5623516 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 254613709636 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/6569/statm: 1339 232 193 169 0 50 0
[pid=6570] ppid=6569 vsize=39448 CPUtime=3159.99
/proc/6570/stat : 6570 (minisat) R 6569 6534 5743 0 -1 4194304 9206 0 0 0 315986 13 0 0 25 0 1 0 5623517 40394752 9184 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/6570/statm: 9862 9184 75 150 0 9709 0
Current children cumulated CPU time (s) 3161.43
Current children cumulated vsize (KiB) 58404

[startup+3222.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/68 6578
/proc/meminfo: memFree=1564480/2055920 swapFree=4192956/4192956
[pid=6534] ppid=6532 vsize=13600 CPUtime=1.44
/proc/6534/stat : 6534 (sugar) S 6532 6534 5743 0 -1 4194304 1184 16828 0 3 3 1 128 12 16 0 1 0 5623397 13926400 810 996147200 4194304 4206940 548682068592 18446744073709551615 254622609506 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/6534/statm: 3400 810 374 3 0 500 0
[pid=6569] ppid=6534 vsize=5356 CPUtime=0
/proc/6569/stat : 6569 (sh) S 6534 6534 5743 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 5623516 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 254613709636 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/6569/statm: 1339 232 193 169 0 50 0
[pid=6570] ppid=6569 vsize=39692 CPUtime=3219.97
/proc/6570/stat : 6570 (minisat) R 6569 6534 5743 0 -1 4194304 9291 0 0 0 321984 13 0 0 25 0 1 0 5623517 40644608 9269 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/6570/statm: 9923 9269 75 150 0 9770 0
Current children cumulated CPU time (s) 3221.41
Current children cumulated vsize (KiB) 58648

[startup+3282.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/68 6578
/proc/meminfo: memFree=1564288/2055920 swapFree=4192956/4192956
[pid=6534] ppid=6532 vsize=13600 CPUtime=1.44
/proc/6534/stat : 6534 (sugar) S 6532 6534 5743 0 -1 4194304 1184 16828 0 3 3 1 128 12 16 0 1 0 5623397 13926400 810 996147200 4194304 4206940 548682068592 18446744073709551615 254622609506 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/6534/statm: 3400 810 374 3 0 500 0
[pid=6569] ppid=6534 vsize=5356 CPUtime=0
/proc/6569/stat : 6569 (sh) S 6534 6534 5743 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 5623516 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 254613709636 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/6569/statm: 1339 232 193 169 0 50 0
[pid=6570] ppid=6569 vsize=39812 CPUtime=3279.95
/proc/6570/stat : 6570 (minisat) R 6569 6534 5743 0 -1 4194304 9316 0 0 0 327982 13 0 0 25 0 1 0 5623517 40767488 9294 996147200 134512640 135127466 4294956256 18446744073709551615 134530814 0 0 4096 3 0 0 0 17 0 0 0
/proc/6570/statm: 9953 9294 75 150 0 9800 0
Current children cumulated CPU time (s) 3281.39
Current children cumulated vsize (KiB) 58768

[startup+3342.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/68 6578
/proc/meminfo: memFree=1564160/2055920 swapFree=4192956/4192956
[pid=6534] ppid=6532 vsize=13600 CPUtime=1.44
/proc/6534/stat : 6534 (sugar) S 6532 6534 5743 0 -1 4194304 1184 16828 0 3 3 1 128 12 16 0 1 0 5623397 13926400 810 996147200 4194304 4206940 548682068592 18446744073709551615 254622609506 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/6534/statm: 3400 810 374 3 0 500 0
[pid=6569] ppid=6534 vsize=5356 CPUtime=0
/proc/6569/stat : 6569 (sh) S 6534 6534 5743 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 5623516 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 254613709636 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/6569/statm: 1339 232 193 169 0 50 0
[pid=6570] ppid=6569 vsize=39992 CPUtime=3339.94
/proc/6570/stat : 6570 (minisat) R 6569 6534 5743 0 -1 4194304 9345 0 0 0 333980 14 0 0 25 0 1 0 5623517 40951808 9323 996147200 134512640 135127466 4294956256 18446744073709551615 134530783 0 0 4096 3 0 0 0 17 0 0 0
/proc/6570/statm: 9998 9323 75 150 0 9845 0
Current children cumulated CPU time (s) 3341.38
Current children cumulated vsize (KiB) 58948

[startup+3402.31 s]
/proc/loadavg: 1.00 1.00 1.00 2/68 6578
/proc/meminfo: memFree=1564096/2055920 swapFree=4192956/4192956
[pid=6534] ppid=6532 vsize=13600 CPUtime=1.44
/proc/6534/stat : 6534 (sugar) S 6532 6534 5743 0 -1 4194304 1184 16828 0 3 3 1 128 12 16 0 1 0 5623397 13926400 810 996147200 4194304 4206940 548682068592 18446744073709551615 254622609506 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/6534/statm: 3400 810 374 3 0 500 0
[pid=6569] ppid=6534 vsize=5356 CPUtime=0
/proc/6569/stat : 6569 (sh) S 6534 6534 5743 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 5623516 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 254613709636 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/6569/statm: 1339 232 193 169 0 50 0
[pid=6570] ppid=6569 vsize=40132 CPUtime=3399.92
/proc/6570/stat : 6570 (minisat) R 6569 6534 5743 0 -1 4194304 9358 0 0 0 339978 14 0 0 25 0 1 0 5623517 41095168 9336 996147200 134512640 135127466 4294956256 18446744073709551615 134530635 0 0 4096 3 0 0 0 17 0 0 0
/proc/6570/statm: 10033 9336 75 150 0 9880 0
Current children cumulated CPU time (s) 3401.36
Current children cumulated vsize (KiB) 59088

[startup+3462.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/68 6578
/proc/meminfo: memFree=1563776/2055920 swapFree=4192956/4192956
[pid=6534] ppid=6532 vsize=13600 CPUtime=1.44
/proc/6534/stat : 6534 (sugar) S 6532 6534 5743 0 -1 4194304 1184 16828 0 3 3 1 128 12 16 0 1 0 5623397 13926400 810 996147200 4194304 4206940 548682068592 18446744073709551615 254622609506 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/6534/statm: 3400 810 374 3 0 500 0
[pid=6569] ppid=6534 vsize=5356 CPUtime=0
/proc/6569/stat : 6569 (sh) S 6534 6534 5743 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 5623516 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 254613709636 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/6569/statm: 1339 232 193 169 0 50 0
[pid=6570] ppid=6569 vsize=40296 CPUtime=3459.89
/proc/6570/stat : 6570 (minisat) R 6569 6534 5743 0 -1 4194304 9427 0 0 0 345975 14 0 0 25 0 1 0 5623517 41263104 9405 996147200 134512640 135127466 4294956256 18446744073709551615 134530679 0 0 4096 3 0 0 0 17 0 0 0
/proc/6570/statm: 10074 9405 75 150 0 9921 0
Current children cumulated CPU time (s) 3461.33
Current children cumulated vsize (KiB) 59252

[startup+3522.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/68 6578
/proc/meminfo: memFree=1563584/2055920 swapFree=4192956/4192956
[pid=6534] ppid=6532 vsize=13600 CPUtime=1.44
/proc/6534/stat : 6534 (sugar) S 6532 6534 5743 0 -1 4194304 1184 16828 0 3 3 1 128 12 16 0 1 0 5623397 13926400 810 996147200 4194304 4206940 548682068592 18446744073709551615 254622609506 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/6534/statm: 3400 810 374 3 0 500 0
[pid=6569] ppid=6534 vsize=5356 CPUtime=0
/proc/6569/stat : 6569 (sh) S 6534 6534 5743 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 5623516 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 254613709636 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/6569/statm: 1339 232 193 169 0 50 0
[pid=6570] ppid=6569 vsize=40704 CPUtime=3519.87
/proc/6570/stat : 6570 (minisat) R 6569 6534 5743 0 -1 4194304 9481 0 0 0 351973 14 0 0 25 0 1 0 5623517 41680896 9459 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/6570/statm: 10176 9459 75 150 0 10023 0
Current children cumulated CPU time (s) 3521.31
Current children cumulated vsize (KiB) 59660

[startup+3582.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/68 6578
/proc/meminfo: memFree=1563456/2055920 swapFree=4192956/4192956
[pid=6534] ppid=6532 vsize=13600 CPUtime=1.44
/proc/6534/stat : 6534 (sugar) S 6532 6534 5743 0 -1 4194304 1184 16828 0 3 3 1 128 12 16 0 1 0 5623397 13926400 810 996147200 4194304 4206940 548682068592 18446744073709551615 254622609506 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/6534/statm: 3400 810 374 3 0 500 0
[pid=6569] ppid=6534 vsize=5356 CPUtime=0
/proc/6569/stat : 6569 (sh) S 6534 6534 5743 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 5623516 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 254613709636 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/6569/statm: 1339 232 193 169 0 50 0
[pid=6570] ppid=6569 vsize=40704 CPUtime=3579.85
/proc/6570/stat : 6570 (minisat) R 6569 6534 5743 0 -1 4194304 9501 0 0 0 357971 14 0 0 25 0 1 0 5623517 41680896 9479 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/6570/statm: 10176 9479 75 150 0 10023 0
Current children cumulated CPU time (s) 3581.29
Current children cumulated vsize (KiB) 59660



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3601.1 s]
/proc/loadavg: 1.00 1.00 1.00 2/68 6578
/proc/meminfo: memFree=1563456/2055920 swapFree=4192956/4192956
[pid=6534] ppid=6532 vsize=13600 CPUtime=1.44
/proc/6534/stat : 6534 (sugar) S 6532 6534 5743 0 -1 4194304 1184 16828 0 3 3 1 128 12 16 0 1 0 5623397 13926400 810 996147200 4194304 4206940 548682068592 18446744073709551615 254622609506 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/6534/statm: 3400 810 374 3 0 500 0
[pid=6569] ppid=6534 vsize=5356 CPUtime=0
/proc/6569/stat : 6569 (sh) S 6534 6534 5743 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 5623516 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 254613709636 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/6569/statm: 1339 232 193 169 0 50 0
[pid=6570] ppid=6569 vsize=40704 CPUtime=3598.65
/proc/6570/stat : 6570 (minisat) R 6569 6534 5743 0 -1 4194304 9503 0 0 0 359851 14 0 0 25 0 1 0 5623517 41680896 9481 996147200 134512640 135127466 4294956256 18446744073709551615 134530949 0 0 4096 3 0 0 0 17 0 0 0
/proc/6570/statm: 10176 9481 75 150 0 10023 0
Current children cumulated CPU time (s) 3600.09
Current children cumulated vsize (KiB) 59660

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

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

[startup+3601.1 s]
/proc/loadavg: 1.00 1.00 1.00 2/68 6578
/proc/meminfo: memFree=1563456/2055920 swapFree=4192956/4192956
[pid=6534] ppid=6532 vsize=13600 CPUtime=1.44
/proc/6534/stat : 6534 (sugar) S 6532 6534 5743 0 -1 4194304 1184 16828 0 3 3 1 128 12 16 0 1 0 5623397 13926400 810 996147200 4194304 4206940 548682068592 18446744073709551615 254622609506 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/6534/statm: 3400 810 374 3 0 500 0
[pid=6569] ppid=6534 vsize=5356 CPUtime=0
/proc/6569/stat : 6569 (sh) S 6534 6534 5743 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 5623516 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 254613709636 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/6569/statm: 1339 232 193 169 0 50 0
[pid=6570] ppid=6569 vsize=40704 CPUtime=3598.65
/proc/6570/stat : 6570 (minisat) R 6569 6534 5743 0 -1 4194304 9503 0 0 0 359851 14 0 0 25 0 1 0 5623517 41680896 9481 996147200 134512640 135127466 4294956256 18446744073709551615 134530949 0 0 4096 3 0 0 0 17 0 0 0
/proc/6570/statm: 10176 9481 75 150 0 10023 0
Current children cumulated CPU time (s) 3600.09
Current children cumulated vsize (KiB) 59660

Child status: 0
Real time (s): 3601.12
CPU time (s): 3600.13
CPU user time (s): 3599.84
CPU system time (s): 0.294955
CPU usage (%): 99.9726
Max. virtual memory (cumulated for all children) (KiB): 59660

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3599.84
system time used= 0.294955
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 27872
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= 1092
involuntary context switches= 8950

runsolver used 3.66244 second user time and 9.44356 second system time

The end

Launcher Data (download as text)

Begin job on node87 at 2008-07-23 05:56:27
IDJOB=1128548
IDBENCH=65648
IDSOLVER=368
FILE ID=node87/1128548-1216785387
PBS_JOBID= 7974201
Free space on /tmp= 66564 MiB

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

TIME LIMIT= 3600 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= e9e7e9116e061f78788b22a651ff5c00
RANDOM SEED=1434597241

node87.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.259
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.259
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:       1606712 kB
Buffers:         47976 kB
Cached:         322148 kB
SwapCached:          0 kB
Active:         217016 kB
Inactive:       166420 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1606712 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:            1320 kB
Writeback:           0 kB
Mapped:          23052 kB
Slab:            51684 kB
Committed_AS:    66620 kB
PageTables:       1456 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 node87 at 2008-07-23 06:56:28