Trace number 1128132

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.09 3634.11

General information on the benchmark

Namemaxcsp/kbtree/kbtree-9-7-3-5/kbtree-9-7-3-5-50/
normalized-kbtree-9-7-3-5-50-42_ext.xml
MD5SUM1cc6e94dc2f2d7ceec370a2ea001b2cb
Bench Category2-ARY-EXT (binary constraints in extension)
Best result obtained on this benchmarkMOPT
Best Number of falsified constraints30
Best CPU time to get the best result obtained on this benchmark0.315951
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:22:54 2008
0.00/0.04	c 0	PID 9250
0.00/0.05	c 0	HOST node36.alineos.net
0.00/0.05	c 0	CONVERTING HOME/instance-1128132-1216779774.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-1128132-1216779774.xml' 'HOME/temp.csp'
0.03/0.43	c 1	1 domains, 28 variables, 0 predicates, 189 relations, 189 constraints
0.03/0.47	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.03/0.47	c 1	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -max -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
0.44/0.55	c 1	Parsing HOME/temp.csp
0.44/0.68	c 1	parsed 407 expressions
0.44/0.69	c 1	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.44/0.69	c 1	MAX CSP: 189 constraints
0.44/0.69	c 1	Converting to clausal form CSP
0.44/0.71	c 1	converted 60 (10%) expressions
0.44/0.72	c 1	converted 120 (20%) expressions
0.44/0.72	c 1	converted 180 (30%) expressions
0.44/0.73	c 1	converted 240 (40%) expressions
0.44/0.74	c 1	converted 300 (50%) expressions
0.44/0.75	c 1	converted 360 (60%) expressions
0.44/0.76	c 1	converted 420 (70%) expressions
0.44/0.76	c 1	converted 480 (80%) expressions
0.44/0.76	c 1	converted 540 (90%) expressions
0.44/0.91	c 1	converted 599 (100%) expressions
0.44/0.91	c 1	CSP : 406 integers, 0 booleans, 566 clauses, largest domain size 284
0.44/0.91	c 1	Heap : 1 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.44/0.91	c 1	Propagation in CSP
0.44/0.93	c 1	183 values, 0 unsatisfiable literals, and 0 valid clauses are removed
0.44/0.93	c 1	CSP : 406 integers, 0 booleans, 566 clauses, largest domain size 190
0.44/0.93	c 1	Heap : 1 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.44/0.93	c 1	Simplifing CSP by introducing new Boolean variables
0.44/0.93	c 1	CSP : 406 integers, 0 booleans, 566 clauses, largest domain size 190
0.44/0.93	c 1	Heap : 2 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.44/0.96	c 1	Encoding CSP to SAT : HOME/temp.cnf
0.44/0.96	c 1	41 (10%) CSP integer variables are encoded (84 clauses, 826 bytes)
0.44/0.96	c 1	82 (20%) CSP integer variables are encoded (84 clauses, 826 bytes)
0.44/0.97	c 1	122 (30%) CSP integer variables are encoded (84 clauses, 826 bytes)
0.44/0.97	c 1	163 (40%) CSP integer variables are encoded (84 clauses, 826 bytes)
0.44/0.97	c 1	203 (50%) CSP integer variables are encoded (84 clauses, 826 bytes)
0.44/0.97	c 1	244 (60%) CSP integer variables are encoded (365 clauses, 3917 bytes)
0.44/0.98	c 1	285 (70%) CSP integer variables are encoded (547 clauses, 5919 bytes)
0.44/0.98	c 1	325 (80%) CSP integer variables are encoded (846 clauses, 9523 bytes)
0.44/0.98	c 1	366 (90%) CSP integer variables are encoded (2088 clauses, 25669 bytes)
0.44/0.98	c 1	406 (100%) CSP integer variables are encoded (2481 clauses, 30778 bytes)
0.95/1.02	c 1	57 (10%) CSP clauses are encoded (2866 clauses, 36981 bytes)
0.95/1.03	c 1	114 (20%) CSP clauses are encoded (3252 clauses, 43575 bytes)
0.95/1.04	c 1	170 (30%) CSP clauses are encoded (3638 clauses, 50139 bytes)
0.95/1.05	c 1	227 (40%) CSP clauses are encoded (4065 clauses, 56474 bytes)
0.95/1.07	c 1	283 (50%) CSP clauses are encoded (6561 clauses, 93317 bytes)
0.95/1.07	c 1	340 (60%) CSP clauses are encoded (7402 clauses, 105192 bytes)
0.95/1.08	c 1	397 (70%) CSP clauses are encoded (14079 clauses, 214815 bytes)
0.95/1.09	c 1	453 (80%) CSP clauses are encoded (14983 clauses, 229925 bytes)
1.04/1.13	c 1	510 (90%) CSP clauses are encoded (34652 clauses, 578537 bytes)
1.04/1.17	c 1	566 (100%) CSP clauses are encoded (53112 clauses, 914797 bytes)
1.04/1.17	c 1	566 CSP clauses encoded
1.04/1.17	c 1	Writing map file : HOME/temp.map
1.04/1.17	c 1	Heap : 0 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.04/1.17	c 1	SAT : 2887 SAT variables, 53112 SAT clauses, 914797 bytes
1.04/1.17	c 1	Heap : 0 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.12/1.21	c 1	OBJECTIVE minimize _COST
1.12/1.21	c 1	OBJECTIVE BOUND: 0 <= _COST <= 
1.12/1.21	c 1	SEARCHING: _COST <= 95
1.12/1.21	c 1	SOLVING HOME/temp.cnf
1.12/1.21	c 1	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
1.12/1.21	c 1	This is MiniSat 2.0 beta
1.12/1.21	c 1	WARNING: for repeatability, setting FPU to use double precision
1.12/1.21	c 1	============================[ Problem Statistics ]=============================
1.12/1.21	c 1	|                                                                             |
1.12/1.21	c 1	|  Number of variables:  2887                                                 |
1.12/1.21	c 1	|  Number of clauses:    53113                                                |
1.12/1.24	c 1	|  Parsing time:         0.02         s                                       |
1.12/1.25	c 1	============================[ Search Statistics ]==============================
1.12/1.25	c 1	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
1.12/1.25	c 1	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
1.12/1.25	c 1	===============================================================================
1.12/1.25	c 1	|         0 |    2135    34813   100192 |    11604        0    nan |  0.000 % |
1.12/1.26	c 1	|       100 |    2131    34813   100192 |    12764       99     26 | 26.360 % |
1.12/1.27	c 1	===============================================================================
1.12/1.27	c 1	restarts              : 2
1.12/1.27	c 1	conflicts             : 124            (2639 /sec)
1.12/1.27	c 1	decisions             : 556            (1.26 % random) (11832 /sec)
1.12/1.27	c 1	propagations          : 32930          (700758 /sec)
1.12/1.27	c 1	conflict literals     : 3023           (20.17 % deleted)
1.12/1.27	c 1	Memory used           : 4.08 MB
1.12/1.27	c 1	CPU time              : 0.046992 s
1.12/1.27	c 1	
1.12/1.27	c 1	SATISFIABLE
1.12/1.27	c 1	FOUND: _COST <= 95
1.12/1.27	s SATISFIABLE
1.12/1.27	c 1	DECODING HOME/temp.out WITH HOME/temp.map
1.12/1.27	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.20/1.35	c 2	Decoding HOME/temp.out
1.20/1.41	c 2	OBJECTIVE _COST 93
1.20/1.41	o 93
1.20/1.41	v 4 4 4 4 2 4 4 4 2 4 1 2 4 2 3 4 4 4 1 4 4 1 2 0 3 4 3 3
1.20/1.41	c 2	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
1.20/1.43	c 2	OBJECTIVE BOUND: 0 <= _COST <= 93
1.20/1.43	c 2	SEARCHING: _COST <= 46
1.20/1.43	c 2	SOLVING HOME/temp.cnf
1.20/1.43	c 2	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
1.20/1.43	c 2	This is MiniSat 2.0 beta
1.20/1.43	c 2	WARNING: for repeatability, setting FPU to use double precision
1.20/1.43	c 2	============================[ Problem Statistics ]=============================
1.20/1.43	c 2	|                                                                             |
1.20/1.43	c 2	|  Number of variables:  2887                                                 |
1.20/1.43	c 2	|  Number of clauses:    53113                                                |
1.20/1.46	c 2	|  Parsing time:         0.03         s                                       |
1.20/1.47	c 2	============================[ Search Statistics ]==============================
1.20/1.47	c 2	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
1.20/1.47	c 2	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
1.20/1.47	c 2	===============================================================================
1.20/1.47	c 2	|         0 |    1690    22953    65898 |     7651        0    nan |  0.000 % |
1.20/1.48	c 2	|       101 |    1689    22953    65898 |     8416      100     18 | 41.808 % |
1.20/1.49	c 2	|       251 |    1689    22953    65898 |     9257      250     18 | 41.809 % |
1.34/1.51	c 2	|       476 |    1689    22953    65898 |    10183      475     17 | 41.809 % |
1.34/1.54	c 2	|       814 |    1680    22777    65406 |    11201      813     18 | 41.809 % |
1.34/1.58	c 2	|      1320 |    1680    22777    65406 |    12322     1319     18 | 41.808 % |
1.34/1.65	c 2	|      2080 |    1680    22777    65406 |    13554     2079     19 | 41.808 % |
1.34/1.76	c 2	|      3219 |    1680    22777    65406 |    14909     3218     21 | 41.808 % |
1.34/1.93	c 2	|      4927 |    1680    22777    65406 |    16400     4926     22 | 41.808 % |
2.09/2.23	c 2	|      7489 |    1680    22777    65406 |    18040     7488     21 | 41.808 % |
2.58/2.76	c 3	|     11334 |    1680    22777    65406 |    19844    11333     21 | 41.808 % |
3.67/3.81	c 4	|     17100 |    1680    22777    65406 |    21829    17099     21 | 41.808 % |
5.26/5.49	c 6	|     25749 |    1680    22777    65406 |    24012    13860     19 | 41.808 % |
7.83/8.01	c 8	|     38723 |    1680    22777    65406 |    26413    12908     19 | 41.809 % |
11.90/12.15	c 12	|     58186 |    1680    22777    65406 |    29054    16375     20 | 41.808 % |
18.33/18.61	c 19	|     87380 |    1680    22777    65406 |    31960    27297     22 | 41.808 % |
28.73/29.16	c 29	|    131169 |    1680    22777    65406 |    35156    30202     20 | 41.808 % |
45.96/46.52	c 47	|    196853 |    1680    22777    65406 |    38671    23788     20 | 41.809 % |
72.42/73.21	c 73	|    295380 |    1680    22777    65406 |    42538    40171     25 | 41.808 % |
114.86/116.05	c 116	|    443170 |    1680    22777    65406 |    46792    34767     22 | 41.808 % |
184.80/186.62	c 187	|    664853 |    1680    22777    65406 |    51472    18570     22 | 41.808 % |
291.09/293.96	c 294	|    997378 |    1680    22777    65406 |    56619    36946     24 | 41.808 % |
467.63/472.19	c 472	|   1496169 |    1680    22777    65406 |    62281    55548     23 | 41.808 % |
754.72/761.94	c 762	|   2244351 |    1680    22777    65406 |    68509    63813     24 | 41.808 % |
1204.37/1215.88	c 1216	|   3366629 |    1680    22777    65406 |    75360    19419     26 | 41.808 % |
1946.47/1964.92	c 1965	|   5050041 |    1680    22777    65406 |    82896    36484     21 | 41.808 % |
3122.56/3152.16	c 3152	|   7575157 |    1680    22777    65406 |    91185    69787     29 | 41.808 % |
3600.05/3634.11	sh: line 1:  9286 Terminated              HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out' 2>&1
3600.05/3634.11	c ERROR unknown output  in HOME/temp.out
3600.05/3634.11	c 3634	CPU 3599.76 (0.04 0 3599.72 0.31)
3600.05/3634.11	c 3634	END Wed Jul 23 05:23:28 2008

Verifier Data (download as text)

OK	78	111
78 unsatisfied constraints, 111 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-1128132-1216779774/watcher-1128132-1216779774 -o /tmp/evaluation-result-1128132-1216779774/solver-1128132-1216779774 -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-1128132-1216779774.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 2.06 2.19 4/81 9250
/proc/meminfo: memFree=895920/2055920 swapFree=4192956/4192956
[pid=9250] ppid=9248 vsize=12268 CPUtime=0
/proc/9250/stat : 9250 (sugar) R 9248 9250 6501 0 -1 4194304 348 0 0 0 0 0 0 0 20 0 1 0 5066614 12562432 316 996147200 4194304 4206940 548682068592 18446744073709551615 240907942501 0 2147483391 4224 0 0 0 0 17 1 0 0
/proc/9250/statm: 3067 316 241 3 0 167 0

[startup+0.07025 s]
/proc/loadavg: 1.92 2.06 2.19 4/81 9250
/proc/meminfo: memFree=895920/2055920 swapFree=4192956/4192956
[pid=9250] ppid=9248 vsize=13600 CPUtime=0.03
/proc/9250/stat : 9250 (sugar) S 9248 9250 6501 0 -1 4194304 898 127 0 0 3 0 0 0 19 0 1 0 5066614 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 240916672610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/9250/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.10125 s]
/proc/loadavg: 1.92 2.06 2.19 4/81 9250
/proc/meminfo: memFree=895920/2055920 swapFree=4192956/4192956
[pid=9250] ppid=9248 vsize=13600 CPUtime=0.03
/proc/9250/stat : 9250 (sugar) S 9248 9250 6501 0 -1 4194304 898 127 0 0 3 0 0 0 19 0 1 0 5066614 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 240916672610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/9250/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.301271 s]
/proc/loadavg: 1.92 2.06 2.19 4/81 9250
/proc/meminfo: memFree=895920/2055920 swapFree=4192956/4192956
[pid=9250] ppid=9248 vsize=13600 CPUtime=0.03
/proc/9250/stat : 9250 (sugar) S 9248 9250 6501 0 -1 4194304 898 127 0 0 3 0 0 0 19 0 1 0 5066614 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 240916672610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/9250/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.70131 s]
/proc/loadavg: 1.92 2.06 2.19 4/81 9250
/proc/meminfo: memFree=895920/2055920 swapFree=4192956/4192956
[pid=9250] ppid=9248 vsize=13600 CPUtime=0.44
/proc/9250/stat : 9250 (sugar) S 9248 9250 6501 0 -1 4194304 974 4415 0 1 3 0 38 3 15 0 1 0 5066614 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 240916672610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/9250/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 0.44
Current children cumulated vsize (KiB) 13600

[startup+1.50139 s]
/proc/loadavg: 1.92 2.06 2.19 3/92 9272
/proc/meminfo: memFree=881560/2055920 swapFree=4192956/4192956
[pid=9250] ppid=9248 vsize=13600 CPUtime=1.34
/proc/9250/stat : 9250 (sugar) S 9248 9250 6501 0 -1 4194304 1181 16013 0 3 4 0 118 12 16 0 1 0 5066614 13926400 808 996147200 4194304 4206940 548682068592 18446744073709551615 240916672610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/9250/statm: 3400 808 374 3 0 500 0
Current children cumulated CPU time (s) 1.34
Current children cumulated vsize (KiB) 13600

[startup+3.10255 s]
/proc/loadavg: 1.92 2.06 2.19 3/84 9286
/proc/meminfo: memFree=889176/2055920 swapFree=4192956/4192956
[pid=9250] ppid=9248 vsize=13600 CPUtime=1.34
/proc/9250/stat : 9250 (sugar) S 9248 9250 6501 0 -1 4194304 1181 16013 0 3 4 0 118 12 15 0 1 0 5066614 13926400 808 996147200 4194304 4206940 548682068592 18446744073709551615 240916672610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/9250/statm: 3400 808 374 3 0 500 0
[pid=9285] ppid=9250 vsize=5356 CPUtime=0
/proc/9285/stat : 9285 (sh) S 9250 9250 6501 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 5066757 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 240907772740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/9285/statm: 1339 232 193 169 0 50 0
[pid=9286] ppid=9285 vsize=5096 CPUtime=1.64
/proc/9286/stat : 9286 (minisat) R 9285 9250 6501 0 -1 4194304 1144 0 0 0 164 0 0 0 25 0 1 0 5066757 5218304 1130 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/9286/statm: 1274 1130 75 150 0 1121 0
Current children cumulated CPU time (s) 2.98
Current children cumulated vsize (KiB) 24052

[startup+6.30187 s]
/proc/loadavg: 1.93 2.06 2.19 3/84 9286
/proc/meminfo: memFree=887064/2055920 swapFree=4192956/4192956
[pid=9250] ppid=9248 vsize=13600 CPUtime=1.34
/proc/9250/stat : 9250 (sugar) S 9248 9250 6501 0 -1 4194304 1181 16013 0 3 4 0 118 12 16 0 1 0 5066614 13926400 808 996147200 4194304 4206940 548682068592 18446744073709551615 240916672610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/9250/statm: 3400 808 374 3 0 500 0
[pid=9285] ppid=9250 vsize=5356 CPUtime=0
/proc/9285/stat : 9285 (sh) S 9250 9250 6501 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 5066757 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 240907772740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/9285/statm: 1339 232 193 169 0 50 0
[pid=9286] ppid=9285 vsize=6364 CPUtime=4.81
/proc/9286/stat : 9286 (minisat) R 9285 9250 6501 0 -1 4194304 1457 0 0 0 480 1 0 0 25 0 1 0 5066757 6516736 1443 996147200 134512640 135127466 4294956256 18446744073709551615 134527086 0 0 4096 3 0 0 0 17 1 0 0
/proc/9286/statm: 1591 1443 75 150 0 1438 0
Current children cumulated CPU time (s) 6.15
Current children cumulated vsize (KiB) 25320

[startup+12.7025 s]
/proc/loadavg: 1.93 2.05 2.19 3/84 9286
/proc/meminfo: memFree=886168/2055920 swapFree=4192956/4192956
[pid=9250] ppid=9248 vsize=13600 CPUtime=1.34
/proc/9250/stat : 9250 (sugar) S 9248 9250 6501 0 -1 4194304 1181 16013 0 3 4 0 118 12 16 0 1 0 5066614 13926400 808 996147200 4194304 4206940 548682068592 18446744073709551615 240916672610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/9250/statm: 3400 808 374 3 0 500 0
[pid=9285] ppid=9250 vsize=5356 CPUtime=0
/proc/9285/stat : 9285 (sh) S 9250 9250 6501 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 5066757 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 240907772740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/9285/statm: 1339 232 193 169 0 50 0
[pid=9286] ppid=9285 vsize=7208 CPUtime=11.15
/proc/9286/stat : 9286 (minisat) R 9285 9250 6501 0 -1 4194304 1661 0 0 0 1114 1 0 0 25 0 1 0 5066757 7380992 1647 996147200 134512640 135127466 4294956256 18446744073709551615 134527694 0 0 4096 3 0 0 0 17 1 0 0
/proc/9286/statm: 1802 1647 75 150 0 1649 0
Current children cumulated CPU time (s) 12.49
Current children cumulated vsize (KiB) 26164

[startup+25.5018 s]
/proc/loadavg: 1.95 2.05 2.18 3/84 9286
/proc/meminfo: memFree=885208/2055920 swapFree=4192956/4192956
[pid=9250] ppid=9248 vsize=13600 CPUtime=1.34
/proc/9250/stat : 9250 (sugar) S 9248 9250 6501 0 -1 4194304 1181 16013 0 3 4 0 118 12 16 0 1 0 5066614 13926400 808 996147200 4194304 4206940 548682068592 18446744073709551615 240916672610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/9250/statm: 3400 808 374 3 0 500 0
[pid=9285] ppid=9250 vsize=5356 CPUtime=0
/proc/9285/stat : 9285 (sh) S 9250 9250 6501 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 5066757 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 240907772740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/9285/statm: 1339 232 193 169 0 50 0
[pid=9286] ppid=9285 vsize=8296 CPUtime=23.82
/proc/9286/stat : 9286 (minisat) R 9285 9250 6501 0 -1 4194304 1937 0 0 0 2381 1 0 0 25 0 1 0 5066757 8495104 1923 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/9286/statm: 2074 1923 75 150 0 1921 0
Current children cumulated CPU time (s) 25.16
Current children cumulated vsize (KiB) 27252

[startup+51.1014 s]
/proc/loadavg: 1.96 2.05 2.18 3/84 9286
/proc/meminfo: memFree=883864/2055920 swapFree=4192956/4192956
[pid=9250] ppid=9248 vsize=13600 CPUtime=1.34
/proc/9250/stat : 9250 (sugar) S 9248 9250 6501 0 -1 4194304 1181 16013 0 3 4 0 118 12 16 0 1 0 5066614 13926400 808 996147200 4194304 4206940 548682068592 18446744073709551615 240916672610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/9250/statm: 3400 808 374 3 0 500 0
[pid=9285] ppid=9250 vsize=5356 CPUtime=0
/proc/9285/stat : 9285 (sh) S 9250 9250 6501 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 5066757 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 240907772740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/9285/statm: 1339 232 193 169 0 50 0
[pid=9286] ppid=9285 vsize=9808 CPUtime=49.18
/proc/9286/stat : 9286 (minisat) R 9285 9250 6501 0 -1 4194304 2298 0 0 0 4917 1 0 0 25 0 1 0 5066757 10043392 2284 996147200 134512640 135127466 4294956256 18446744073709551615 134530692 0 0 4096 3 0 0 0 17 1 0 0
/proc/9286/statm: 2452 2284 75 150 0 2299 0
Current children cumulated CPU time (s) 50.52
Current children cumulated vsize (KiB) 28764

[startup+102.306 s]
/proc/loadavg: 1.91 2.02 2.16 3/84 9389
/proc/meminfo: memFree=882840/2055920 swapFree=4192956/4192956
[pid=9250] ppid=9248 vsize=13600 CPUtime=1.34
/proc/9250/stat : 9250 (sugar) S 9248 9250 6501 0 -1 4194304 1181 16013 0 3 4 0 118 12 16 0 1 0 5066614 13926400 808 996147200 4194304 4206940 548682068592 18446744073709551615 240916672610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/9250/statm: 3400 808 374 3 0 500 0
[pid=9285] ppid=9250 vsize=5356 CPUtime=0
/proc/9285/stat : 9285 (sh) S 9250 9250 6501 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 5066757 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 240907772740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/9285/statm: 1339 232 193 169 0 50 0
[pid=9286] ppid=9285 vsize=11984 CPUtime=99.95
/proc/9286/stat : 9286 (minisat) R 9285 9250 6501 0 -1 4194304 2829 0 0 0 9991 4 0 0 25 0 1 0 5066757 12271616 2815 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/9286/statm: 2996 2815 75 150 0 2843 0
Current children cumulated CPU time (s) 101.29
Current children cumulated vsize (KiB) 30940

[startup+162.301 s]
/proc/loadavg: 1.97 2.02 2.15 3/84 9389
/proc/meminfo: memFree=881816/2055920 swapFree=4192956/4192956
[pid=9250] ppid=9248 vsize=13600 CPUtime=1.34
/proc/9250/stat : 9250 (sugar) S 9248 9250 6501 0 -1 4194304 1181 16013 0 3 4 0 118 12 16 0 1 0 5066614 13926400 808 996147200 4194304 4206940 548682068592 18446744073709551615 240916672610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/9250/statm: 3400 808 374 3 0 500 0
[pid=9285] ppid=9250 vsize=5356 CPUtime=0
/proc/9285/stat : 9285 (sh) S 9250 9250 6501 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 5066757 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 240907772740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/9285/statm: 1339 232 193 169 0 50 0
[pid=9286] ppid=9285 vsize=13176 CPUtime=159.38
/proc/9286/stat : 9286 (minisat) R 9285 9250 6501 0 -1 4194304 3103 0 0 0 15934 4 0 0 25 0 1 0 5066757 13492224 3089 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/9286/statm: 3294 3089 75 150 0 3141 0
Current children cumulated CPU time (s) 160.72
Current children cumulated vsize (KiB) 32132

[startup+222.301 s]
/proc/loadavg: 1.99 2.01 2.14 3/84 9389
/proc/meminfo: memFree=880856/2055920 swapFree=4192956/4192956
[pid=9250] ppid=9248 vsize=13600 CPUtime=1.34
/proc/9250/stat : 9250 (sugar) S 9248 9250 6501 0 -1 4194304 1181 16013 0 3 4 0 118 12 16 0 1 0 5066614 13926400 808 996147200 4194304 4206940 548682068592 18446744073709551615 240916672610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/9250/statm: 3400 808 374 3 0 500 0
[pid=9285] ppid=9250 vsize=5356 CPUtime=0
/proc/9285/stat : 9285 (sh) S 9250 9250 6501 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 5066757 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 240907772740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/9285/statm: 1339 232 193 169 0 50 0
[pid=9286] ppid=9285 vsize=14020 CPUtime=218.82
/proc/9286/stat : 9286 (minisat) R 9285 9250 6501 0 -1 4194304 3325 0 0 0 21877 5 0 0 25 0 1 0 5066757 14356480 3311 996147200 134512640 135127466 4294956256 18446744073709551615 134530621 0 0 4096 3 0 0 0 17 1 0 0
/proc/9286/statm: 3505 3311 75 150 0 3352 0
Current children cumulated CPU time (s) 220.16
Current children cumulated vsize (KiB) 32976

[startup+282.301 s]
/proc/loadavg: 1.99 2.00 2.13 3/84 9389
/proc/meminfo: memFree=880216/2055920 swapFree=4192956/4192956
[pid=9250] ppid=9248 vsize=13600 CPUtime=1.34
/proc/9250/stat : 9250 (sugar) S 9248 9250 6501 0 -1 4194304 1181 16013 0 3 4 0 118 12 16 0 1 0 5066614 13926400 808 996147200 4194304 4206940 548682068592 18446744073709551615 240916672610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/9250/statm: 3400 808 374 3 0 500 0
[pid=9285] ppid=9250 vsize=5356 CPUtime=0
/proc/9285/stat : 9285 (sh) S 9250 9250 6501 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 5066757 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 240907772740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/9285/statm: 1339 232 193 169 0 50 0
[pid=9286] ppid=9285 vsize=14604 CPUtime=278.26
/proc/9286/stat : 9286 (minisat) R 9285 9250 6501 0 -1 4194304 3444 0 0 0 27821 5 0 0 25 0 1 0 5066757 14954496 3430 996147200 134512640 135127466 4294956256 18446744073709551615 134530772 0 0 4096 3 0 0 0 17 1 0 0
/proc/9286/statm: 3651 3430 75 150 0 3498 0
Current children cumulated CPU time (s) 279.6
Current children cumulated vsize (KiB) 33560


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

[pid=9250] ppid=9248 vsize=13600 CPUtime=1.34
/proc/9250/stat : 9250 (sugar) S 9248 9250 6501 0 -1 4194304 1181 16013 0 3 4 0 118 12 16 0 1 0 5066614 13926400 808 996147200 4194304 4206940 548682068592 18446744073709551615 240916672610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/9250/statm: 3400 808 374 3 0 500 0
[pid=9285] ppid=9250 vsize=5356 CPUtime=0
/proc/9285/stat : 9285 (sh) S 9250 9250 6501 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 5066757 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 240907772740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/9285/statm: 1339 232 193 169 0 50 0
[pid=9286] ppid=9285 vsize=31388 CPUtime=3071.88
/proc/9286/stat : 9286 (minisat) R 9285 9250 6501 0 -1 4194304 7384 0 0 0 307172 16 0 0 25 0 1 0 5066757 32141312 7369 996147200 134512640 135127466 4294956256 18446744073709551615 134530783 0 0 4096 3 0 0 0 17 1 0 0
/proc/9286/statm: 7847 7369 75 150 0 7694 0
Current children cumulated CPU time (s) 3073.22
Current children cumulated vsize (KiB) 50344

[startup+3162.3 s]
/proc/loadavg: 2.07 2.02 2.00 3/84 9395
/proc/meminfo: memFree=862872/2055920 swapFree=4192956/4192956
[pid=9250] ppid=9248 vsize=13600 CPUtime=1.34
/proc/9250/stat : 9250 (sugar) S 9248 9250 6501 0 -1 4194304 1181 16013 0 3 4 0 118 12 16 0 1 0 5066614 13926400 808 996147200 4194304 4206940 548682068592 18446744073709551615 240916672610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/9250/statm: 3400 808 374 3 0 500 0
[pid=9285] ppid=9250 vsize=5356 CPUtime=0
/proc/9285/stat : 9285 (sh) S 9250 9250 6501 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 5066757 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 240907772740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/9285/statm: 1339 232 193 169 0 50 0
[pid=9286] ppid=9285 vsize=31528 CPUtime=3131.32
/proc/9286/stat : 9286 (minisat) R 9285 9250 6501 0 -1 4194304 7420 0 0 0 313116 16 0 0 25 0 1 0 5066757 32284672 7405 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/9286/statm: 7882 7405 75 150 0 7729 0
Current children cumulated CPU time (s) 3132.66
Current children cumulated vsize (KiB) 50484

[startup+3222.3 s]
/proc/loadavg: 2.02 2.01 2.00 3/84 9395
/proc/meminfo: memFree=862296/2055920 swapFree=4192956/4192956
[pid=9250] ppid=9248 vsize=13600 CPUtime=1.34
/proc/9250/stat : 9250 (sugar) S 9248 9250 6501 0 -1 4194304 1181 16013 0 3 4 0 118 12 16 0 1 0 5066614 13926400 808 996147200 4194304 4206940 548682068592 18446744073709551615 240916672610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/9250/statm: 3400 808 374 3 0 500 0
[pid=9285] ppid=9250 vsize=5356 CPUtime=0
/proc/9285/stat : 9285 (sh) S 9250 9250 6501 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 5066757 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 240907772740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/9285/statm: 1339 232 193 169 0 50 0
[pid=9286] ppid=9285 vsize=32168 CPUtime=3190.76
/proc/9286/stat : 9286 (minisat) R 9285 9250 6501 0 -1 4194304 7545 0 0 0 319060 16 0 0 25 0 1 0 5066757 32940032 7530 996147200 134512640 135127466 4294956256 18446744073709551615 134521770 0 0 4096 3 0 0 0 17 1 0 0
/proc/9286/statm: 8042 7530 75 150 0 7889 0
Current children cumulated CPU time (s) 3192.1
Current children cumulated vsize (KiB) 51124

[startup+3282.3 s]
/proc/loadavg: 2.01 2.00 2.00 3/84 9395
/proc/meminfo: memFree=862168/2055920 swapFree=4192956/4192956
[pid=9250] ppid=9248 vsize=13600 CPUtime=1.34
/proc/9250/stat : 9250 (sugar) S 9248 9250 6501 0 -1 4194304 1181 16013 0 3 4 0 118 12 16 0 1 0 5066614 13926400 808 996147200 4194304 4206940 548682068592 18446744073709551615 240916672610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/9250/statm: 3400 808 374 3 0 500 0
[pid=9285] ppid=9250 vsize=5356 CPUtime=0
/proc/9285/stat : 9285 (sh) S 9250 9250 6501 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 5066757 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 240907772740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/9285/statm: 1339 232 193 169 0 50 0
[pid=9286] ppid=9285 vsize=32332 CPUtime=3250.2
/proc/9286/stat : 9286 (minisat) R 9285 9250 6501 0 -1 4194304 7575 0 0 0 325003 17 0 0 25 0 1 0 5066757 33107968 7560 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/9286/statm: 8083 7560 75 150 0 7930 0
Current children cumulated CPU time (s) 3251.54
Current children cumulated vsize (KiB) 51288

[startup+3342.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 9395
/proc/meminfo: memFree=862104/2055920 swapFree=4192956/4192956
[pid=9250] ppid=9248 vsize=13600 CPUtime=1.34
/proc/9250/stat : 9250 (sugar) S 9248 9250 6501 0 -1 4194304 1181 16013 0 3 4 0 118 12 16 0 1 0 5066614 13926400 808 996147200 4194304 4206940 548682068592 18446744073709551615 240916672610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/9250/statm: 3400 808 374 3 0 500 0
[pid=9285] ppid=9250 vsize=5356 CPUtime=0
/proc/9285/stat : 9285 (sh) S 9250 9250 6501 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 5066757 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 240907772740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/9285/statm: 1339 232 193 169 0 50 0
[pid=9286] ppid=9285 vsize=32332 CPUtime=3309.64
/proc/9286/stat : 9286 (minisat) R 9285 9250 6501 0 -1 4194304 7576 0 0 0 330947 17 0 0 25 0 1 0 5066757 33107968 7561 996147200 134512640 135127466 4294956256 18446744073709551615 134530692 0 0 4096 3 0 0 0 17 1 0 0
/proc/9286/statm: 8083 7561 75 150 0 7930 0
Current children cumulated CPU time (s) 3310.98
Current children cumulated vsize (KiB) 51288

[startup+3402.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 9397
/proc/meminfo: memFree=861656/2055920 swapFree=4192956/4192956
[pid=9250] ppid=9248 vsize=13600 CPUtime=1.34
/proc/9250/stat : 9250 (sugar) S 9248 9250 6501 0 -1 4194304 1181 16013 0 3 4 0 118 12 16 0 1 0 5066614 13926400 808 996147200 4194304 4206940 548682068592 18446744073709551615 240916672610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/9250/statm: 3400 808 374 3 0 500 0
[pid=9285] ppid=9250 vsize=5356 CPUtime=0
/proc/9285/stat : 9285 (sh) S 9250 9250 6501 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 5066757 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 240907772740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/9285/statm: 1339 232 193 169 0 50 0
[pid=9286] ppid=9285 vsize=32688 CPUtime=3369.08
/proc/9286/stat : 9286 (minisat) R 9285 9250 6501 0 -1 4194304 7635 0 0 0 336891 17 0 0 25 0 1 0 5066757 33472512 7620 996147200 134512640 135127466 4294956256 18446744073709551615 134530635 0 0 4096 3 0 0 0 17 1 0 0
/proc/9286/statm: 8172 7620 75 150 0 8019 0
Current children cumulated CPU time (s) 3370.42
Current children cumulated vsize (KiB) 51644

[startup+3462.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 9397
/proc/meminfo: memFree=861592/2055920 swapFree=4192956/4192956
[pid=9250] ppid=9248 vsize=13600 CPUtime=1.34
/proc/9250/stat : 9250 (sugar) S 9248 9250 6501 0 -1 4194304 1181 16013 0 3 4 0 118 12 16 0 1 0 5066614 13926400 808 996147200 4194304 4206940 548682068592 18446744073709551615 240916672610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/9250/statm: 3400 808 374 3 0 500 0
[pid=9285] ppid=9250 vsize=5356 CPUtime=0
/proc/9285/stat : 9285 (sh) S 9250 9250 6501 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 5066757 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 240907772740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/9285/statm: 1339 232 193 169 0 50 0
[pid=9286] ppid=9285 vsize=32852 CPUtime=3428.51
/proc/9286/stat : 9286 (minisat) R 9285 9250 6501 0 -1 4194304 7670 0 0 0 342834 17 0 0 25 0 1 0 5066757 33640448 7655 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/9286/statm: 8213 7655 75 150 0 8060 0
Current children cumulated CPU time (s) 3429.85
Current children cumulated vsize (KiB) 51808

[startup+3522.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 9397
/proc/meminfo: memFree=861528/2055920 swapFree=4192956/4192956
[pid=9250] ppid=9248 vsize=13600 CPUtime=1.34
/proc/9250/stat : 9250 (sugar) S 9248 9250 6501 0 -1 4194304 1181 16013 0 3 4 0 118 12 16 0 1 0 5066614 13926400 808 996147200 4194304 4206940 548682068592 18446744073709551615 240916672610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/9250/statm: 3400 808 374 3 0 500 0
[pid=9285] ppid=9250 vsize=5356 CPUtime=0
/proc/9285/stat : 9285 (sh) S 9250 9250 6501 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 5066757 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 240907772740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/9285/statm: 1339 232 193 169 0 50 0
[pid=9286] ppid=9285 vsize=32852 CPUtime=3487.95
/proc/9286/stat : 9286 (minisat) R 9285 9250 6501 0 -1 4194304 7670 0 0 0 348777 18 0 0 25 0 1 0 5066757 33640448 7655 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/9286/statm: 8213 7655 75 150 0 8060 0
Current children cumulated CPU time (s) 3489.29
Current children cumulated vsize (KiB) 51808

[startup+3582.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 9397
/proc/meminfo: memFree=861208/2055920 swapFree=4192956/4192956
[pid=9250] ppid=9248 vsize=13600 CPUtime=1.34
/proc/9250/stat : 9250 (sugar) S 9248 9250 6501 0 -1 4194304 1181 16013 0 3 4 0 118 12 16 0 1 0 5066614 13926400 808 996147200 4194304 4206940 548682068592 18446744073709551615 240916672610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/9250/statm: 3400 808 374 3 0 500 0
[pid=9285] ppid=9250 vsize=5356 CPUtime=0
/proc/9285/stat : 9285 (sh) S 9250 9250 6501 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 5066757 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 240907772740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/9285/statm: 1339 232 193 169 0 50 0
[pid=9286] ppid=9285 vsize=32996 CPUtime=3547.4
/proc/9286/stat : 9286 (minisat) R 9285 9250 6501 0 -1 4194304 7719 0 0 0 354722 18 0 0 25 0 1 0 5066757 33787904 7704 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/9286/statm: 8249 7704 75 150 0 8096 0
Current children cumulated CPU time (s) 3548.74
Current children cumulated vsize (KiB) 51952



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3634.1 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 9397
/proc/meminfo: memFree=861080/2055920 swapFree=4192956/4192956
[pid=9250] ppid=9248 vsize=13600 CPUtime=1.34
/proc/9250/stat : 9250 (sugar) S 9248 9250 6501 0 -1 4194304 1181 16013 0 3 4 0 118 12 16 0 1 0 5066614 13926400 808 996147200 4194304 4206940 548682068592 18446744073709551615 240916672610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/9250/statm: 3400 808 374 3 0 500 0
[pid=9285] ppid=9250 vsize=5356 CPUtime=0
/proc/9285/stat : 9285 (sh) S 9250 9250 6501 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 5066757 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 240907772740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/9285/statm: 1339 232 193 169 0 50 0
[pid=9286] ppid=9285 vsize=33136 CPUtime=3598.71
/proc/9286/stat : 9286 (minisat) R 9285 9250 6501 0 -1 4194304 7749 0 0 0 359853 18 0 0 25 0 1 0 5066757 33931264 7734 996147200 134512640 135127466 4294956256 18446744073709551615 134530949 0 0 4096 3 0 0 0 17 1 0 0
/proc/9286/statm: 8284 7734 75 150 0 8131 0
Current children cumulated CPU time (s) 3600.05
Current children cumulated vsize (KiB) 52092

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

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

[startup+3634.1 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 9397
/proc/meminfo: memFree=861080/2055920 swapFree=4192956/4192956
[pid=9250] ppid=9248 vsize=13600 CPUtime=1.34
/proc/9250/stat : 9250 (sugar) S 9248 9250 6501 0 -1 4194304 1181 16013 0 3 4 0 118 12 16 0 1 0 5066614 13926400 808 996147200 4194304 4206940 548682068592 18446744073709551615 240916672610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/9250/statm: 3400 808 374 3 0 500 0
[pid=9285] ppid=9250 vsize=5356 CPUtime=0
/proc/9285/stat : 9285 (sh) S 9250 9250 6501 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 5066757 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 240907772740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/9285/statm: 1339 232 193 169 0 50 0
[pid=9286] ppid=9285 vsize=33136 CPUtime=3598.71
/proc/9286/stat : 9286 (minisat) R 9285 9250 6501 0 -1 4194304 7749 0 0 0 359853 18 0 0 25 0 1 0 5066757 33931264 7734 996147200 134512640 135127466 4294956256 18446744073709551615 134530949 0 0 4096 3 0 0 0 17 1 0 0
/proc/9286/statm: 8284 7734 75 150 0 8131 0
Current children cumulated CPU time (s) 3600.05
Current children cumulated vsize (KiB) 52092

Child status: 0
Real time (s): 3634.11
CPU time (s): 3600.09
CPU user time (s): 3599.77
CPU system time (s): 0.32795
CPU usage (%): 99.0639
Max. virtual memory (cumulated for all children) (KiB): 887416

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3599.77
system time used= 0.32795
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 25300
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= 1705
involuntary context switches= 146421

runsolver used 3.44548 second user time and 13.081 second system time

The end

Launcher Data (download as text)

Begin job on node36 at 2008-07-23 04:22:54
IDJOB=1128132
IDBENCH=64775
IDSOLVER=368
FILE ID=node36/1128132-1216779774
PBS_JOBID= 7974121
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-50/normalized-kbtree-9-7-3-5-50-42_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-1128132-1216779774/watcher-1128132-1216779774 -o /tmp/evaluation-result-1128132-1216779774/solver-1128132-1216779774 -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-1128132-1216779774.xml

TIME LIMIT= 3600 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 1cc6e94dc2f2d7ceec370a2ea001b2cb
RANDOM SEED=535266219

node36.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.232
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.232
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:        896400 kB
Buffers:         41352 kB
Cached:        1007956 kB
SwapCached:          0 kB
Active:         387224 kB
Inactive:       688488 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        896400 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:            1324 kB
Writeback:           0 kB
Mapped:          46524 kB
Slab:            69068 kB
Committed_AS:   139284 kB
PageTables:       1792 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 node36 at 2008-07-23 05:23:28