Trace number 1128732

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.03 3602.02

General information on the benchmark

Namemaxcsp/kbtree/kbtree-9-5-3-5/kbtree-9-5-3-5-50/
normalized-kbtree-9-5-3-5-50-08_ext.xml
MD5SUMd2cacccb157a015090ebd1b31096b7ac
Bench Category2-ARY-EXT (binary constraints in extension)
Best result obtained on this benchmarkMOPT
Best Number of falsified constraints47
Best CPU time to get the best result obtained on this benchmark20.035
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 06:45:42 2008
0.00/0.04	c 0	PID 9156
0.00/0.05	c 0	HOST node49.alineos.net
0.00/0.05	c 0	CONVERTING HOME/instance-1128732-1216788341.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-1128732-1216788341.xml' 'HOME/temp.csp'
0.03/0.92	c 0	1 domains, 40 variables, 0 predicates, 255 relations, 255 constraints
0.03/0.97	c 0	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.03/0.97	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.58/1.13	c 1	Parsing HOME/temp.csp
0.67/1.30	c 1	parsed 551 expressions
0.77/1.30	c 1	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.77/1.30	c 1	MAX CSP: 255 constraints
0.77/1.30	c 1	Converting to clausal form CSP
0.77/1.33	c 1	converted 81 (10%) expressions
0.77/1.33	c 1	converted 162 (20%) expressions
0.77/1.33	c 1	converted 243 (30%) expressions
0.77/1.34	c 1	converted 324 (40%) expressions
0.77/1.36	c 1	converted 405 (50%) expressions
0.77/1.37	c 1	converted 486 (60%) expressions
0.77/1.37	c 1	converted 567 (70%) expressions
0.77/1.38	c 1	converted 648 (80%) expressions
0.77/1.38	c 1	converted 729 (90%) expressions
0.97/1.52	c 1	converted 809 (100%) expressions
0.97/1.53	c 1	CSP : 550 integers, 0 booleans, 764 clauses, largest domain size 383
0.97/1.53	c 1	Heap : 2 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.97/1.53	c 1	Propagation in CSP
0.97/1.55	c 1	247 values, 0 unsatisfiable literals, and 0 valid clauses are removed
0.97/1.55	c 1	CSP : 550 integers, 0 booleans, 764 clauses, largest domain size 256
0.97/1.55	c 1	Heap : 2 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.97/1.56	c 1	Simplifing CSP by introducing new Boolean variables
0.97/1.56	c 1	CSP : 550 integers, 0 booleans, 764 clauses, largest domain size 256
0.97/1.56	c 1	Heap : 2 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.97/1.58	c 1	Encoding CSP to SAT : HOME/temp.cnf
0.97/1.59	c 1	55 (10%) CSP integer variables are encoded (120 clauses, 1222 bytes)
0.97/1.59	c 1	110 (20%) CSP integer variables are encoded (120 clauses, 1222 bytes)
0.97/1.59	c 1	165 (30%) CSP integer variables are encoded (120 clauses, 1222 bytes)
0.97/1.60	c 1	220 (40%) CSP integer variables are encoded (120 clauses, 1222 bytes)
0.97/1.60	c 1	275 (50%) CSP integer variables are encoded (120 clauses, 1222 bytes)
1.06/1.60	c 1	330 (60%) CSP integer variables are encoded (508 clauses, 5490 bytes)
1.06/1.60	c 1	385 (70%) CSP integer variables are encoded (767 clauses, 8592 bytes)
1.06/1.61	c 1	440 (80%) CSP integer variables are encoded (1194 clauses, 14143 bytes)
1.06/1.61	c 1	495 (90%) CSP integer variables are encoded (1483 clauses, 17900 bytes)
1.06/1.61	c 1	550 (100%) CSP integer variables are encoded (3443 clauses, 43380 bytes)
1.06/1.64	c 1	77 (10%) CSP clauses are encoded (3941 clauses, 51529 bytes)
1.06/1.65	c 1	153 (20%) CSP clauses are encoded (4445 clauses, 60493 bytes)
1.06/1.67	c 1	230 (30%) CSP clauses are encoded (4957 clauses, 69596 bytes)
1.06/1.68	c 1	306 (40%) CSP clauses are encoded (5633 clauses, 79926 bytes)
1.06/1.69	c 1	382 (50%) CSP clauses are encoded (9933 clauses, 146064 bytes)
1.06/1.69	c 1	459 (60%) CSP clauses are encoded (11352 clauses, 170116 bytes)
1.17/1.72	c 1	535 (70%) CSP clauses are encoded (23338 clauses, 386509 bytes)
1.17/1.72	c 1	612 (80%) CSP clauses are encoded (24906 clauses, 413181 bytes)
1.17/1.73	c 1	688 (90%) CSP clauses are encoded (28487 clauses, 476577 bytes)
1.27/1.84	c 1	764 (100%) CSP clauses are encoded (92930 clauses, 1644141 bytes)
1.27/1.84	c 1	764 CSP clauses encoded
1.27/1.84	c 1	Writing map file : HOME/temp.map
1.27/1.85	c 1	Heap : 1 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.27/1.85	c 1	SAT : 3993 SAT variables, 92930 SAT clauses, 1644141 bytes
1.27/1.85	c 1	Heap : 1 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.27/1.89	c 1	OBJECTIVE minimize _COST
1.27/1.89	c 1	OBJECTIVE BOUND: 0 <= _COST <= 
1.27/1.89	c 1	SEARCHING: _COST <= 128
1.27/1.89	c 1	SOLVING HOME/temp.cnf
1.27/1.89	c 1	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
1.27/1.89	c 1	This is MiniSat 2.0 beta
1.27/1.89	c 1	WARNING: for repeatability, setting FPU to use double precision
1.27/1.89	c 1	============================[ Problem Statistics ]=============================
1.27/1.89	c 1	|                                                                             |
1.27/1.89	c 1	|  Number of variables:  3993                                                 |
1.27/1.89	c 1	|  Number of clauses:    92931                                                |
1.34/1.93	c 1	|  Parsing time:         0.04         s                                       |
1.34/1.95	c 1	============================[ Search Statistics ]==============================
1.34/1.95	c 1	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
1.34/1.95	c 1	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
1.34/1.95	c 1	===============================================================================
1.34/1.95	c 1	|         0 |    2977    60545   175611 |    20181        0    nan |  0.000 % |
1.34/1.97	c 1	|       102 |    2977    60545   175611 |    22199      102     21 | 25.445 % |
1.34/1.98	c 1	|       252 |    2977    60545   175611 |    24419      252     21 | 25.445 % |
1.34/1.99	c 1	===============================================================================
1.34/1.99	c 1	restarts              : 3
1.34/1.99	c 1	conflicts             : 334            (3341 /sec)
1.34/1.99	c 1	decisions             : 919            (0.76 % random) (9191 /sec)
1.34/1.99	c 1	propagations          : 89035          (890492 /sec)
1.34/1.99	c 1	conflict literals     : 7866           (19.96 % deleted)
1.34/1.99	c 1	Memory used           : 5.73 MB
1.34/1.99	c 1	CPU time              : 0.099984 s
1.34/1.99	c 1	
1.34/1.99	c 1	SATISFIABLE
1.34/2.00	c 1	FOUND: _COST <= 128
1.34/2.00	s SATISFIABLE
1.34/2.00	c 1	DECODING HOME/temp.out WITH HOME/temp.map
1.34/2.00	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.44/2.07	c 2	Decoding HOME/temp.out
1.53/2.14	c 2	OBJECTIVE _COST 128
1.53/2.14	o 128
1.53/2.14	v 4 4 4 4 4 4 4 3 4 4 3 1 4 4 4 4 0 3 2 2 4 4 3 3 2 4 4 4 3 4 3 1 2 4 0 3 4 1 1 0
1.53/2.15	c 2	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
1.53/2.18	c 2	OBJECTIVE BOUND: 0 <= _COST <= 128
1.53/2.18	c 2	SEARCHING: _COST <= 64
1.53/2.18	c 2	SOLVING HOME/temp.cnf
1.53/2.18	c 2	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
1.53/2.18	c 2	This is MiniSat 2.0 beta
1.53/2.18	c 2	WARNING: for repeatability, setting FPU to use double precision
1.53/2.18	c 2	============================[ Problem Statistics ]=============================
1.53/2.18	c 2	|                                                                             |
1.53/2.18	c 2	|  Number of variables:  3993                                                 |
1.53/2.18	c 2	|  Number of clauses:    92931                                                |
1.59/2.23	c 2	|  Parsing time:         0.04         s                                       |
1.59/2.25	c 2	============================[ Search Statistics ]==============================
1.59/2.25	c 2	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
1.59/2.25	c 2	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
1.59/2.25	c 2	===============================================================================
1.59/2.25	c 2	|         0 |    2401    40609   117467 |    13536        0    nan |  0.000 % |
1.59/2.26	c 2	|       101 |    2401    40609   117467 |    14889      101     13 | 39.870 % |
1.59/2.28	c 2	|       251 |    2401    40609   117467 |    16378      251     13 | 39.870 % |
1.59/2.29	c 2	|       477 |    2401    40609   117467 |    18016      477     14 | 39.870 % |
1.59/2.32	c 2	|       814 |    2401    40609   117467 |    19818      814     15 | 39.870 % |
1.59/2.37	c 2	|      1320 |    2401    40609   117467 |    21800     1320     14 | 39.870 % |
1.59/2.45	c 2	|      2080 |    2401    40609   117467 |    23980     2080     15 | 39.870 % |
1.59/2.56	c 2	|      3220 |    2401    40609   117467 |    26378     3220     15 | 39.870 % |
1.59/2.73	c 2	|      4929 |    2401    40609   117467 |    29016     4929     16 | 39.870 % |
1.59/3.02	c 3	|      7491 |    2401    40609   117467 |    31917     7491     17 | 39.870 % |
2.80/3.49	c 3	|     11335 |    2401    40609   117467 |    35109    11335     21 | 39.870 % |
3.80/4.42	c 4	|     17102 |    2401    40609   117467 |    38620    17102     24 | 39.870 % |
5.69/6.32	c 6	|     25753 |    2401    40609   117467 |    42482    25753     27 | 39.870 % |
9.39/10.09	c 10	|     38728 |    2401    40609   117467 |    46731    38728     26 | 39.871 % |
15.68/16.39	c 16	|     58189 |    2401    40609   117467 |    51404    21504     27 | 39.870 % |
25.68/26.35	c 26	|     87383 |    2401    40609   117467 |    56544    50698     32 | 39.870 % |
44.27/44.99	c 44	|    131172 |    2401    40609   117467 |    62199    48948     35 | 39.870 % |
71.56/72.28	c 72	|    196858 |    2401    40609   117467 |    68418    62684     31 | 39.870 % |
116.84/117.58	c 117	|    295384 |    2401    40609   117467 |    75260    48283     38 | 39.870 % |
194.52/195.25	c 195	|    443173 |    2401    40609   117467 |    82786    68585     32 | 39.870 % |
335.96/336.76	c 336	|    664857 |    2401    40609   117467 |    91065    79548     32 | 39.870 % |
525.70/526.55	c 526	|    997385 |    2401    40609   117467 |   100172    23632     34 | 39.870 % |
829.49/830.43	c 830	|   1496173 |    2401    40609   117467 |   110189    86347     35 | 39.870 % |
1305.39/1306.59	c 1306	|   2244356 |    2401    40609   117467 |   121208    59665     35 | 39.870 % |
2135.37/2136.89	c 2136	|   3366630 |    2401    40609   117467 |   133329   106064     33 | 39.870 % |
3453.19/3455.13	c 3455	|   5050042 |    2401    40609   117467 |   146662   117663     35 | 39.870 % |
3600.03/3602.01	c ERROR unknown output  in HOME/temp.out
3600.03/3602.01	c 3601	CPU 1.46 (0.04 0.01 1.42 0.13)
3600.03/3602.01	c 3601	END Wed Jul 23 07:45:43 2008

Verifier Data (download as text)

OK	86	169
86 unsatisfied constraints, 169 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-1128732-1216788341/watcher-1128732-1216788341 -o /tmp/evaluation-result-1128732-1216788341/solver-1128732-1216788341 -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-1128732-1216788341.xml 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 3600 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 3630 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 4000 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 921600 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 972800 KiB
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.67 2.49 2.21 4/80 9156
/proc/meminfo: memFree=1150976/2055920 swapFree=4192956/4192956
[pid=9156] ppid=9154 vsize=12268 CPUtime=0
/proc/9156/stat : 9156 (sugar) R 9154 9156 8261 0 -1 4194304 348 0 0 0 0 0 0 0 20 0 1 0 5919454 12562432 316 996147200 4194304 4206940 548682068592 18446744073709551615 224627751525 0 2147483391 4224 0 0 0 0 17 1 0 0
/proc/9156/statm: 3067 316 241 3 0 167 0

[startup+0.0885109 s]
/proc/loadavg: 2.67 2.49 2.21 4/80 9156
/proc/meminfo: memFree=1150976/2055920 swapFree=4192956/4192956
[pid=9156] ppid=9154 vsize=13600 CPUtime=0.03
/proc/9156/stat : 9156 (sugar) S 9154 9156 8261 0 -1 4194304 898 127 0 0 3 0 0 0 19 0 1 0 5919454 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 224636481634 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/9156/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.103313 s]
/proc/loadavg: 2.67 2.49 2.21 4/80 9156
/proc/meminfo: memFree=1150976/2055920 swapFree=4192956/4192956
[pid=9156] ppid=9154 vsize=13600 CPUtime=0.03
/proc/9156/stat : 9156 (sugar) S 9154 9156 8261 0 -1 4194304 898 127 0 0 3 0 0 0 19 0 1 0 5919454 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 224636481634 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/9156/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.301366 s]
/proc/loadavg: 2.67 2.49 2.21 4/80 9156
/proc/meminfo: memFree=1150976/2055920 swapFree=4192956/4192956
[pid=9156] ppid=9154 vsize=13600 CPUtime=0.03
/proc/9156/stat : 9156 (sugar) S 9154 9156 8261 0 -1 4194304 898 127 0 0 3 0 0 0 19 0 1 0 5919454 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 224636481634 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/9156/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.701455 s]
/proc/loadavg: 2.67 2.49 2.21 4/80 9156
/proc/meminfo: memFree=1150976/2055920 swapFree=4192956/4192956
[pid=9156] ppid=9154 vsize=13600 CPUtime=0.03
/proc/9156/stat : 9156 (sugar) S 9154 9156 8261 0 -1 4194304 898 127 0 0 3 0 0 0 19 0 1 0 5919454 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 224636481634 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/9156/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+1.50265 s]
/proc/loadavg: 2.67 2.49 2.21 3/83 9170
/proc/meminfo: memFree=1148968/2055920 swapFree=4192956/4192956
[pid=9156] ppid=9154 vsize=13600 CPUtime=0.54
/proc/9156/stat : 9156 (sugar) S 9154 9156 8261 0 -1 4194304 974 4591 0 1 3 1 47 3 15 0 1 0 5919454 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 224636481634 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/9156/statm: 3400 797 370 3 0 500 0
[pid=9169] ppid=9156 vsize=5356 CPUtime=0
/proc/9169/stat : 9169 (sh) S 9156 9156 8261 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 5919551 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 224627581764 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/9169/statm: 1339 233 193 169 0 50 0
[pid=9170] ppid=9169 vsize=868364 CPUtime=0.43
/proc/9170/stat : 9170 (java) S 9169 9156 8261 0 -1 0 5108 0 1 0 40 3 0 0 20 0 9 0 5919551 889204736 4541 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/9170/statm: 217091 4541 1731 9 0 211666 0
Current children cumulated CPU time (s) 0.97
Current children cumulated vsize (KiB) 887320

[startup+3.10199 s]
/proc/loadavg: 2.77 2.51 2.22 6/91 9190
/proc/meminfo: memFree=1142568/2055920 swapFree=4192956/4192956
[pid=9156] ppid=9154 vsize=13600 CPUtime=1.59
/proc/9156/stat : 9156 (sugar) S 9154 9156 8261 0 -1 4194304 1184 16798 0 3 3 1 142 13 15 0 1 0 5919454 13926400 810 996147200 4194304 4206940 548682068592 18446744073709551615 224636481634 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/9156/statm: 3400 810 374 3 0 500 0
Current children cumulated CPU time (s) 1.59
Current children cumulated vsize (KiB) 13600

[startup+6.3027 s]
/proc/loadavg: 2.77 2.51 2.22 3/83 9192
/proc/meminfo: memFree=1140072/2055920 swapFree=4192956/4192956
[pid=9156] ppid=9154 vsize=13600 CPUtime=1.59
/proc/9156/stat : 9156 (sugar) S 9154 9156 8261 0 -1 4194304 1184 16798 0 3 3 1 142 13 16 0 1 0 5919454 13926400 810 996147200 4194304 4206940 548682068592 18446744073709551615 224636481634 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/9156/statm: 3400 810 374 3 0 500 0
[pid=9191] ppid=9156 vsize=5356 CPUtime=0
/proc/9191/stat : 9191 (sh) S 9156 9156 8261 0 -1 4194304 277 0 0 0 0 0 0 0 19 0 1 0 5919672 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 224627581764 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/9191/statm: 1339 232 193 169 0 50 0
[pid=9192] ppid=9191 vsize=8464 CPUtime=4.1
/proc/9192/stat : 9192 (minisat) R 9191 9156 8261 0 -1 4194304 1983 0 0 0 408 2 0 0 25 0 1 0 5919672 8667136 1969 996147200 134512640 135127466 4294956256 18446744073709551615 134530686 0 0 4096 3 0 0 0 17 1 0 0
/proc/9192/statm: 2116 1969 75 150 0 1963 0
Current children cumulated CPU time (s) 5.69
Current children cumulated vsize (KiB) 27420

[startup+12.7011 s]
/proc/loadavg: 2.81 2.53 2.23 3/83 9192
/proc/meminfo: memFree=1137064/2055920 swapFree=4192956/4192956
[pid=9156] ppid=9154 vsize=13600 CPUtime=1.59
/proc/9156/stat : 9156 (sugar) S 9154 9156 8261 0 -1 4194304 1184 16798 0 3 3 1 142 13 16 0 1 0 5919454 13926400 810 996147200 4194304 4206940 548682068592 18446744073709551615 224636481634 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/9156/statm: 3400 810 374 3 0 500 0
[pid=9191] ppid=9156 vsize=5356 CPUtime=0
/proc/9191/stat : 9191 (sh) S 9156 9156 8261 0 -1 4194304 277 0 0 0 0 0 0 0 19 0 1 0 5919672 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 224627581764 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/9191/statm: 1339 232 193 169 0 50 0
[pid=9192] ppid=9191 vsize=11216 CPUtime=10.49
/proc/9192/stat : 9192 (minisat) R 9191 9156 8261 0 -1 4194304 2647 0 0 0 1046 3 0 0 25 0 1 0 5919672 11485184 2633 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/9192/statm: 2804 2633 75 150 0 2651 0
Current children cumulated CPU time (s) 12.08
Current children cumulated vsize (KiB) 30172

[startup+25.502 s]
/proc/loadavg: 2.84 2.54 2.24 3/83 9192
/proc/meminfo: memFree=1134632/2055920 swapFree=4192956/4192956
[pid=9156] ppid=9154 vsize=13600 CPUtime=1.59
/proc/9156/stat : 9156 (sugar) S 9154 9156 8261 0 -1 4194304 1184 16798 0 3 3 1 142 13 16 0 1 0 5919454 13926400 810 996147200 4194304 4206940 548682068592 18446744073709551615 224636481634 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/9156/statm: 3400 810 374 3 0 500 0
[pid=9191] ppid=9156 vsize=5356 CPUtime=0
/proc/9191/stat : 9191 (sh) S 9156 9156 8261 0 -1 4194304 277 0 0 0 0 0 0 0 19 0 1 0 5919672 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 224627581764 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/9191/statm: 1339 232 193 169 0 50 0
[pid=9192] ppid=9191 vsize=13416 CPUtime=23.29
/proc/9192/stat : 9192 (minisat) R 9191 9156 8261 0 -1 4194304 3222 0 0 0 2326 3 0 0 25 0 1 0 5919672 13737984 3208 996147200 134512640 135127466 4294956256 18446744073709551615 134530814 0 0 4096 3 0 0 0 17 1 0 0
/proc/9192/statm: 3354 3208 75 150 0 3201 0
Current children cumulated CPU time (s) 24.88
Current children cumulated vsize (KiB) 32372

[startup+51.1016 s]
/proc/loadavg: 2.77 2.55 2.25 3/83 9192
/proc/meminfo: memFree=1131240/2055920 swapFree=4192956/4192956
[pid=9156] ppid=9154 vsize=13600 CPUtime=1.59
/proc/9156/stat : 9156 (sugar) S 9154 9156 8261 0 -1 4194304 1184 16798 0 3 3 1 142 13 16 0 1 0 5919454 13926400 810 996147200 4194304 4206940 548682068592 18446744073709551615 224636481634 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/9156/statm: 3400 810 374 3 0 500 0
[pid=9191] ppid=9156 vsize=5356 CPUtime=0
/proc/9191/stat : 9191 (sh) S 9156 9156 8261 0 -1 4194304 277 0 0 0 0 0 0 0 19 0 1 0 5919672 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 224627581764 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/9191/statm: 1339 232 193 169 0 50 0
[pid=9192] ppid=9191 vsize=17188 CPUtime=48.88
/proc/9192/stat : 9192 (minisat) R 9191 9156 8261 0 -1 4194304 4102 0 0 0 4884 4 0 0 25 0 1 0 5919672 17600512 4088 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/9192/statm: 4297 4088 75 150 0 4144 0
Current children cumulated CPU time (s) 50.47
Current children cumulated vsize (KiB) 36144

[startup+102.307 s]
/proc/loadavg: 2.71 2.56 2.27 4/83 9192
/proc/meminfo: memFree=1128232/2055920 swapFree=4192956/4192956
[pid=9156] ppid=9154 vsize=13600 CPUtime=1.59
/proc/9156/stat : 9156 (sugar) S 9154 9156 8261 0 -1 4194304 1184 16798 0 3 3 1 142 13 16 0 1 0 5919454 13926400 810 996147200 4194304 4206940 548682068592 18446744073709551615 224636481634 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/9156/statm: 3400 810 374 3 0 500 0
[pid=9191] ppid=9156 vsize=5356 CPUtime=0
/proc/9191/stat : 9191 (sh) S 9156 9156 8261 0 -1 4194304 277 0 0 0 0 0 0 0 19 0 1 0 5919672 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 224627581764 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/9191/statm: 1339 232 193 169 0 50 0
[pid=9192] ppid=9191 vsize=20052 CPUtime=100.06
/proc/9192/stat : 9192 (minisat) R 9191 9156 8261 0 -1 4194304 4834 0 0 0 10001 5 0 0 25 0 1 0 5919672 20533248 4820 996147200 134512640 135127466 4294956256 18446744073709551615 134530828 0 0 4096 3 0 0 0 17 1 0 0
/proc/9192/statm: 5013 4820 75 150 0 4860 0
Current children cumulated CPU time (s) 101.65
Current children cumulated vsize (KiB) 39008

[startup+162.301 s]
/proc/loadavg: 2.83 2.62 2.30 3/83 9192
/proc/meminfo: memFree=1125928/2055920 swapFree=4192956/4192956
[pid=9156] ppid=9154 vsize=13600 CPUtime=1.6
/proc/9156/stat : 9156 (sugar) S 9154 9156 8261 0 -1 4194304 1184 16798 0 3 4 1 142 13 16 0 1 0 5919454 13926400 810 996147200 4194304 4206940 548682068592 18446744073709551615 224636481634 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/9156/statm: 3400 810 374 3 0 500 0
[pid=9191] ppid=9156 vsize=5356 CPUtime=0
/proc/9191/stat : 9191 (sh) S 9156 9156 8261 0 -1 4194304 277 0 0 0 0 0 0 0 19 0 1 0 5919672 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 224627581764 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/9191/statm: 1339 232 193 169 0 50 0
[pid=9192] ppid=9191 vsize=22308 CPUtime=160.03
/proc/9192/stat : 9192 (minisat) R 9191 9156 8261 0 -1 4194304 5392 0 0 0 15997 6 0 0 25 0 1 0 5919672 22843392 5378 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/9192/statm: 5577 5378 75 150 0 5424 0
Current children cumulated CPU time (s) 161.63
Current children cumulated vsize (KiB) 41264

[startup+222.302 s]
/proc/loadavg: 2.83 2.65 2.33 4/83 9192
/proc/meminfo: memFree=1124456/2055920 swapFree=4192956/4192956
[pid=9156] ppid=9154 vsize=13600 CPUtime=1.6
/proc/9156/stat : 9156 (sugar) S 9154 9156 8261 0 -1 4194304 1184 16798 0 3 4 1 142 13 16 0 1 0 5919454 13926400 810 996147200 4194304 4206940 548682068592 18446744073709551615 224636481634 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/9156/statm: 3400 810 374 3 0 500 0
[pid=9191] ppid=9156 vsize=5356 CPUtime=0
/proc/9191/stat : 9191 (sh) S 9156 9156 8261 0 -1 4194304 277 0 0 0 0 0 0 0 19 0 1 0 5919672 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 224627581764 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/9191/statm: 1339 232 193 169 0 50 0
[pid=9192] ppid=9191 vsize=23740 CPUtime=220.01
/proc/9192/stat : 9192 (minisat) R 9191 9156 8261 0 -1 4194304 5746 0 0 0 21995 6 0 0 25 0 1 0 5919672 24309760 5732 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/9192/statm: 5935 5732 75 150 0 5782 0
Current children cumulated CPU time (s) 221.61
Current children cumulated vsize (KiB) 42696

[startup+282.302 s]
/proc/loadavg: 2.64 2.63 2.34 3/83 9192
/proc/meminfo: memFree=1123560/2055920 swapFree=4192956/4192956
[pid=9156] ppid=9154 vsize=13600 CPUtime=1.6
/proc/9156/stat : 9156 (sugar) S 9154 9156 8261 0 -1 4194304 1184 16798 0 3 4 1 142 13 16 0 1 0 5919454 13926400 810 996147200 4194304 4206940 548682068592 18446744073709551615 224636481634 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/9156/statm: 3400 810 374 3 0 500 0
[pid=9191] ppid=9156 vsize=5356 CPUtime=0
/proc/9191/stat : 9191 (sh) S 9156 9156 8261 0 -1 4194304 277 0 0 0 0 0 0 0 19 0 1 0 5919672 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 224627581764 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/9191/statm: 1339 232 193 169 0 50 0
[pid=9192] ppid=9191 vsize=24704 CPUtime=279.98
/proc/9192/stat : 9192 (minisat) R 9191 9156 8261 0 -1 4194304 5953 0 0 0 27992 6 0 0 25 0 1 0 5919672 25296896 5939 996147200 134512640 135127466 4294956256 18446744073709551615 134530828 0 0 4096 3 0 0 0 17 1 0 0
/proc/9192/statm: 6176 5939 75 150 0 6023 0
Current children cumulated CPU time (s) 281.58
Current children cumulated vsize (KiB) 43660


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

/proc/loadavg: 2.59 2.62 2.59 3/83 9200
/proc/meminfo: memFree=1095912/2055920 swapFree=4192956/4192956
[pid=9156] ppid=9154 vsize=13600 CPUtime=1.6
/proc/9156/stat : 9156 (sugar) S 9154 9156 8261 0 -1 4194304 1184 16798 0 3 4 1 142 13 16 0 1 0 5919454 13926400 810 996147200 4194304 4206940 548682068592 18446744073709551615 224636481634 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/9156/statm: 3400 810 374 3 0 500 0
[pid=9191] ppid=9156 vsize=5356 CPUtime=0
/proc/9191/stat : 9191 (sh) S 9156 9156 8261 0 -1 4194304 277 0 0 0 0 0 0 0 19 0 1 0 5919672 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 224627581764 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/9191/statm: 1339 232 193 169 0 50 0
[pid=9192] ppid=9191 vsize=51892 CPUtime=3098.91
/proc/9192/stat : 9192 (minisat) R 9191 9156 8261 0 -1 4194304 12379 0 0 0 309877 14 0 0 25 0 1 0 5919672 53137408 12365 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/9192/statm: 12973 12365 75 150 0 12820 0
Current children cumulated CPU time (s) 3100.51
Current children cumulated vsize (KiB) 70848

[startup+3162.3 s]
/proc/loadavg: 2.62 2.63 2.59 3/83 9200
/proc/meminfo: memFree=1095592/2055920 swapFree=4192956/4192956
[pid=9156] ppid=9154 vsize=13600 CPUtime=1.6
/proc/9156/stat : 9156 (sugar) S 9154 9156 8261 0 -1 4194304 1184 16798 0 3 4 1 142 13 16 0 1 0 5919454 13926400 810 996147200 4194304 4206940 548682068592 18446744073709551615 224636481634 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/9156/statm: 3400 810 374 3 0 500 0
[pid=9191] ppid=9156 vsize=5356 CPUtime=0
/proc/9191/stat : 9191 (sh) S 9156 9156 8261 0 -1 4194304 277 0 0 0 0 0 0 0 19 0 1 0 5919672 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 224627581764 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/9191/statm: 1339 232 193 169 0 50 0
[pid=9192] ppid=9191 vsize=52212 CPUtime=3158.89
/proc/9192/stat : 9192 (minisat) R 9191 9156 8261 0 -1 4194304 12433 0 0 0 315875 14 0 0 25 0 1 0 5919672 53465088 12419 996147200 134512640 135127466 4294956256 18446744073709551615 134530686 0 0 4096 3 0 0 0 17 1 0 0
/proc/9192/statm: 13053 12419 75 150 0 12900 0
Current children cumulated CPU time (s) 3160.49
Current children cumulated vsize (KiB) 71168

[startup+3222.3 s]
/proc/loadavg: 2.77 2.67 2.61 3/83 9200
/proc/meminfo: memFree=1095528/2055920 swapFree=4192956/4192956
[pid=9156] ppid=9154 vsize=13600 CPUtime=1.6
/proc/9156/stat : 9156 (sugar) S 9154 9156 8261 0 -1 4194304 1184 16798 0 3 4 1 142 13 16 0 1 0 5919454 13926400 810 996147200 4194304 4206940 548682068592 18446744073709551615 224636481634 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/9156/statm: 3400 810 374 3 0 500 0
[pid=9191] ppid=9156 vsize=5356 CPUtime=0
/proc/9191/stat : 9191 (sh) S 9156 9156 8261 0 -1 4194304 277 0 0 0 0 0 0 0 19 0 1 0 5919672 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 224627581764 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/9191/statm: 1339 232 193 169 0 50 0
[pid=9192] ppid=9191 vsize=52332 CPUtime=3218.87
/proc/9192/stat : 9192 (minisat) R 9191 9156 8261 0 -1 4194304 12453 0 0 0 321873 14 0 0 25 0 1 0 5919672 53587968 12439 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/9192/statm: 13083 12439 75 150 0 12930 0
Current children cumulated CPU time (s) 3220.47
Current children cumulated vsize (KiB) 71288

[startup+3282.3 s]
/proc/loadavg: 2.58 2.64 2.60 3/83 9200
/proc/meminfo: memFree=1095208/2055920 swapFree=4192956/4192956
[pid=9156] ppid=9154 vsize=13600 CPUtime=1.6
/proc/9156/stat : 9156 (sugar) S 9154 9156 8261 0 -1 4194304 1184 16798 0 3 4 1 142 13 16 0 1 0 5919454 13926400 810 996147200 4194304 4206940 548682068592 18446744073709551615 224636481634 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/9156/statm: 3400 810 374 3 0 500 0
[pid=9191] ppid=9156 vsize=5356 CPUtime=0
/proc/9191/stat : 9191 (sh) S 9156 9156 8261 0 -1 4194304 277 0 0 0 0 0 0 0 19 0 1 0 5919672 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 224627581764 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/9191/statm: 1339 232 193 169 0 50 0
[pid=9192] ppid=9191 vsize=52496 CPUtime=3278.85
/proc/9192/stat : 9192 (minisat) R 9191 9156 8261 0 -1 4194304 12513 0 0 0 327871 14 0 0 25 0 1 0 5919672 53755904 12499 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/9192/statm: 13124 12499 75 150 0 12971 0
Current children cumulated CPU time (s) 3280.45
Current children cumulated vsize (KiB) 71452

[startup+3342.3 s]
/proc/loadavg: 2.61 2.63 2.60 3/83 9200
/proc/meminfo: memFree=1095080/2055920 swapFree=4192956/4192956
[pid=9156] ppid=9154 vsize=13600 CPUtime=1.6
/proc/9156/stat : 9156 (sugar) S 9154 9156 8261 0 -1 4194304 1184 16798 0 3 4 1 142 13 16 0 1 0 5919454 13926400 810 996147200 4194304 4206940 548682068592 18446744073709551615 224636481634 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/9156/statm: 3400 810 374 3 0 500 0
[pid=9191] ppid=9156 vsize=5356 CPUtime=0
/proc/9191/stat : 9191 (sh) S 9156 9156 8261 0 -1 4194304 277 0 0 0 0 0 0 0 19 0 1 0 5919672 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 224627581764 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/9191/statm: 1339 232 193 169 0 50 0
[pid=9192] ppid=9191 vsize=52708 CPUtime=3338.82
/proc/9192/stat : 9192 (minisat) R 9191 9156 8261 0 -1 4194304 12536 0 0 0 333868 14 0 0 25 0 1 0 5919672 53972992 12522 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/9192/statm: 13177 12522 75 150 0 13024 0
Current children cumulated CPU time (s) 3340.42
Current children cumulated vsize (KiB) 71664

[startup+3402.31 s]
/proc/loadavg: 2.74 2.66 2.61 3/83 9200
/proc/meminfo: memFree=1095144/2055920 swapFree=4192956/4192956
[pid=9156] ppid=9154 vsize=13600 CPUtime=1.6
/proc/9156/stat : 9156 (sugar) S 9154 9156 8261 0 -1 4194304 1184 16798 0 3 4 1 142 13 16 0 1 0 5919454 13926400 810 996147200 4194304 4206940 548682068592 18446744073709551615 224636481634 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/9156/statm: 3400 810 374 3 0 500 0
[pid=9191] ppid=9156 vsize=5356 CPUtime=0
/proc/9191/stat : 9191 (sh) S 9156 9156 8261 0 -1 4194304 277 0 0 0 0 0 0 0 19 0 1 0 5919672 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 224627581764 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/9191/statm: 1339 232 193 169 0 50 0
[pid=9192] ppid=9191 vsize=52708 CPUtime=3398.8
/proc/9192/stat : 9192 (minisat) R 9191 9156 8261 0 -1 4194304 12538 0 0 0 339866 14 0 0 25 0 1 0 5919672 53972992 12524 996147200 134512640 135127466 4294956256 18446744073709551615 134530752 0 0 4096 3 0 0 0 17 1 0 0
/proc/9192/statm: 13177 12524 75 150 0 13024 0
Current children cumulated CPU time (s) 3400.4
Current children cumulated vsize (KiB) 71664

[startup+3462.3 s]
/proc/loadavg: 2.77 2.67 2.61 3/83 9200
/proc/meminfo: memFree=1094632/2055920 swapFree=4192956/4192956
[pid=9156] ppid=9154 vsize=13600 CPUtime=1.6
/proc/9156/stat : 9156 (sugar) S 9154 9156 8261 0 -1 4194304 1184 16798 0 3 4 1 142 13 16 0 1 0 5919454 13926400 810 996147200 4194304 4206940 548682068592 18446744073709551615 224636481634 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/9156/statm: 3400 810 374 3 0 500 0
[pid=9191] ppid=9156 vsize=5356 CPUtime=0
/proc/9191/stat : 9191 (sh) S 9156 9156 8261 0 -1 4194304 277 0 0 0 0 0 0 0 19 0 1 0 5919672 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 224627581764 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/9191/statm: 1339 232 193 169 0 50 0
[pid=9192] ppid=9191 vsize=53200 CPUtime=3458.78
/proc/9192/stat : 9192 (minisat) R 9191 9156 8261 0 -1 4194304 12662 0 0 0 345863 15 0 0 25 0 1 0 5919672 54476800 12648 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/9192/statm: 13300 12648 75 150 0 13147 0
Current children cumulated CPU time (s) 3460.38
Current children cumulated vsize (KiB) 72156

[startup+3522.3 s]
/proc/loadavg: 2.79 2.69 2.62 3/83 9200
/proc/meminfo: memFree=1093288/2055920 swapFree=4192956/4192956
[pid=9156] ppid=9154 vsize=13600 CPUtime=1.6
/proc/9156/stat : 9156 (sugar) S 9154 9156 8261 0 -1 4194304 1184 16798 0 3 4 1 142 13 16 0 1 0 5919454 13926400 810 996147200 4194304 4206940 548682068592 18446744073709551615 224636481634 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/9156/statm: 3400 810 374 3 0 500 0
[pid=9191] ppid=9156 vsize=5356 CPUtime=0
/proc/9191/stat : 9191 (sh) S 9156 9156 8261 0 -1 4194304 277 0 0 0 0 0 0 0 19 0 1 0 5919672 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 224627581764 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/9191/statm: 1339 232 193 169 0 50 0
[pid=9192] ppid=9191 vsize=54788 CPUtime=3518.76
/proc/9192/stat : 9192 (minisat) R 9191 9156 8261 0 -1 4194304 13002 0 0 0 351861 15 0 0 25 0 1 0 5919672 56102912 12988 996147200 134512640 135127466 4294956256 18446744073709551615 134530752 0 0 4096 3 0 0 0 17 1 0 0
/proc/9192/statm: 13697 12988 75 150 0 13544 0
Current children cumulated CPU time (s) 3520.36
Current children cumulated vsize (KiB) 73744

[startup+3582.3 s]
/proc/loadavg: 2.51 2.63 2.61 3/83 9200
/proc/meminfo: memFree=1092904/2055920 swapFree=4192956/4192956
[pid=9156] ppid=9154 vsize=13600 CPUtime=1.6
/proc/9156/stat : 9156 (sugar) S 9154 9156 8261 0 -1 4194304 1184 16798 0 3 4 1 142 13 16 0 1 0 5919454 13926400 810 996147200 4194304 4206940 548682068592 18446744073709551615 224636481634 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/9156/statm: 3400 810 374 3 0 500 0
[pid=9191] ppid=9156 vsize=5356 CPUtime=0
/proc/9191/stat : 9191 (sh) S 9156 9156 8261 0 -1 4194304 277 0 0 0 0 0 0 0 19 0 1 0 5919672 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 224627581764 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/9191/statm: 1339 232 193 169 0 50 0
[pid=9192] ppid=9191 vsize=55104 CPUtime=3578.73
/proc/9192/stat : 9192 (minisat) R 9191 9156 8261 0 -1 4194304 13089 0 0 0 357858 15 0 0 25 0 1 0 5919672 56426496 13067 996147200 134512640 135127466 4294956256 18446744073709551615 134530849 0 0 4096 3 0 0 0 17 1 0 0
/proc/9192/statm: 13776 13067 75 150 0 13623 0
Current children cumulated CPU time (s) 3580.33
Current children cumulated vsize (KiB) 74060



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3602 s]
/proc/loadavg: 2.55 2.63 2.61 3/83 9200
/proc/meminfo: memFree=1092776/2055920 swapFree=4192956/4192956
[pid=9156] ppid=9154 vsize=13600 CPUtime=1.6
/proc/9156/stat : 9156 (sugar) S 9154 9156 8261 0 -1 4194304 1184 16798 0 3 4 1 142 13 16 0 1 0 5919454 13926400 810 996147200 4194304 4206940 548682068592 18446744073709551615 224636481634 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/9156/statm: 3400 810 374 3 0 500 0
[pid=9191] ppid=9156 vsize=5356 CPUtime=0
/proc/9191/stat : 9191 (sh) S 9156 9156 8261 0 -1 4194304 277 0 0 0 0 0 0 0 19 0 1 0 5919672 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 224627581764 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/9191/statm: 1339 232 193 169 0 50 0
[pid=9192] ppid=9191 vsize=55268 CPUtime=3598.43
/proc/9192/stat : 9192 (minisat) R 9191 9156 8261 0 -1 4194304 13128 0 0 0 359828 15 0 0 25 0 1 0 5919672 56594432 13106 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/9192/statm: 13817 13106 75 150 0 13664 0
Current children cumulated CPU time (s) 3600.03
Current children cumulated vsize (KiB) 74224

Sending SIGTERM to process tree (bottom up)

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

Child status: 0

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 9156 and gives
#  childrusage.ru_utime.tv_sec=1
#  childrusage.ru_utime.tv_usec=469776
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=154976
# CPU time returned by wait4() is 1.62475
# while last known CPU time is 3600.03
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 3602.02
CPU time (s): 3600.03
CPU user time (s): 3599.74
CPU system time (s): 0.29
CPU usage (%): 99.9448
Max. virtual memory (cumulated for all children) (KiB): 887432

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1.46978
system time used= 0.154976
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 18327
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= 1910
involuntary context switches= 2845

runsolver used 3.24851 second user time and 9.8685 second system time

The end

Launcher Data (download as text)

Begin job on node49 at 2008-07-23 06:45:41
IDJOB=1128732
IDBENCH=66029
IDSOLVER=368
FILE ID=node49/1128732-1216788341
PBS_JOBID= 7974241
Free space on /tmp= 66540 MiB

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

TIME LIMIT= 3600 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= d2cacccb157a015090ebd1b31096b7ac
RANDOM SEED=699951011

node49.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.278
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.278
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:       1151712 kB
Buffers:         38904 kB
Cached:         700664 kB
SwapCached:          0 kB
Active:         406504 kB
Inactive:       423728 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1151712 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:            1312 kB
Writeback:           0 kB
Mapped:         111012 kB
Slab:            58904 kB
Committed_AS:   910020 kB
PageTables:       1992 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66540 MiB
End job on node49 at 2008-07-23 07:45:43