Trace number 1127908

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.11 3605.82

General information on the benchmark

Namemaxcsp/kbtree/kbtree-5-2-4-5/kbtree-5-2-4-5-70/
normalized-kbtree-5-2-4-5-70-37_ext.xml
MD5SUMae02f323b1a8928f6033a09990e7affb
Bench Category2-ARY-EXT (binary constraints in extension)
Best result obtained on this benchmarkMOPT
Best Number of falsified constraints59
Best CPU time to get the best result obtained on this benchmark10.8404
Satisfiable
(Un)Satisfiability was proved
Number of variables62
Number of constraints211
Maximum constraint arity2
Maximum domain size5
Number of constraints which are defined in extension211
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.05	c 0	BEGIN Wed Jul 23 03:47:14 2008
0.00/0.05	c 0	PID 8238
0.00/0.05	c 0	HOST node48.alineos.net
0.00/0.05	c 0	CONVERTING HOME/instance-1127908-1216777634.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-1127908-1216777634.xml' 'HOME/temp.csp'
0.03/0.43	c 1	1 domains, 62 variables, 0 predicates, 211 relations, 211 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.40/0.56	c 1	Parsing HOME/temp.csp
0.40/0.79	c 1	parsed 485 expressions
0.40/0.80	c 1	Heap : 1 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.40/0.80	c 1	MAX CSP: 211 constraints
0.40/0.80	c 1	Converting to clausal form CSP
0.40/0.83	c 1	converted 70 (10%) expressions
0.40/0.83	c 1	converted 140 (20%) expressions
0.40/0.83	c 1	converted 210 (30%) expressions
0.40/0.84	c 1	converted 280 (40%) expressions
0.40/0.85	c 1	converted 350 (50%) expressions
0.40/0.86	c 1	converted 420 (60%) expressions
0.40/0.87	c 1	converted 490 (70%) expressions
0.40/0.87	c 1	converted 560 (80%) expressions
0.40/0.88	c 1	converted 630 (90%) expressions
0.91/1.03	c 1	converted 699 (100%) expressions
0.91/1.03	c 1	CSP : 484 integers, 0 booleans, 632 clauses, largest domain size 317
0.91/1.03	c 1	Heap : 1 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.91/1.03	c 1	Propagation in CSP
0.91/1.06	c 1	206 values, 0 unsatisfiable literals, and 0 valid clauses are removed
0.91/1.06	c 1	CSP : 484 integers, 0 booleans, 632 clauses, largest domain size 212
0.91/1.06	c 1	Heap : 1 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.91/1.06	c 1	Simplifing CSP by introducing new Boolean variables
0.91/1.06	c 1	CSP : 484 integers, 0 booleans, 632 clauses, largest domain size 212
0.91/1.06	c 1	Heap : 1 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.91/1.09	c 1	Encoding CSP to SAT : HOME/temp.cnf
0.91/1.10	c 1	49 (10%) CSP integer variables are encoded (147 clauses, 1519 bytes)
0.91/1.10	c 1	97 (20%) CSP integer variables are encoded (186 clauses, 1948 bytes)
0.91/1.10	c 1	146 (30%) CSP integer variables are encoded (186 clauses, 1948 bytes)
0.91/1.10	c 1	194 (40%) CSP integer variables are encoded (186 clauses, 1948 bytes)
0.91/1.10	c 1	242 (50%) CSP integer variables are encoded (186 clauses, 1948 bytes)
1.02/1.11	c 1	291 (60%) CSP integer variables are encoded (443 clauses, 4775 bytes)
1.02/1.11	c 1	339 (70%) CSP integer variables are encoded (692 clauses, 7566 bytes)
1.02/1.11	c 1	388 (80%) CSP integer variables are encoded (1030 clauses, 11960 bytes)
1.02/1.11	c 1	436 (90%) CSP integer variables are encoded (1274 clauses, 15132 bytes)
1.02/1.12	c 1	484 (100%) CSP integer variables are encoded (2890 clauses, 36140 bytes)
1.02/1.15	c 2	64 (10%) CSP clauses are encoded (3344 clauses, 43299 bytes)
1.02/1.16	c 2	127 (20%) CSP clauses are encoded (3806 clauses, 50828 bytes)
1.02/1.17	c 2	190 (30%) CSP clauses are encoded (4255 clauses, 59110 bytes)
1.02/1.19	c 2	253 (40%) CSP clauses are encoded (4798 clauses, 67250 bytes)
1.10/1.20	c 2	316 (50%) CSP clauses are encoded (7783 clauses, 111457 bytes)
1.10/1.20	c 2	380 (60%) CSP clauses are encoded (8827 clauses, 128670 bytes)
1.10/1.22	c 2	443 (70%) CSP clauses are encoded (17106 clauses, 272720 bytes)
1.10/1.22	c 2	506 (80%) CSP clauses are encoded (18235 clauses, 291732 bytes)
1.10/1.24	c 2	569 (90%) CSP clauses are encoded (27682 clauses, 453863 bytes)
1.20/1.31	c 2	632 (100%) CSP clauses are encoded (65364 clauses, 1141048 bytes)
1.20/1.31	c 2	632 CSP clauses encoded
1.20/1.31	c 2	Writing map file : HOME/temp.map
1.20/1.32	c 2	Heap : 1 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.20/1.32	c 2	SAT : 3374 SAT variables, 65364 SAT clauses, 1141048 bytes
1.20/1.32	c 2	Heap : 1 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.20/1.37	c 2	OBJECTIVE minimize _COST
1.20/1.37	c 2	OBJECTIVE BOUND: 0 <= _COST <= 
1.20/1.37	c 2	SEARCHING: _COST <= 106
1.20/1.37	c 2	SOLVING HOME/temp.cnf
1.20/1.37	c 2	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
1.20/1.38	c 2	This is MiniSat 2.0 beta
1.20/1.38	c 2	WARNING: for repeatability, setting FPU to use double precision
1.20/1.38	c 2	============================[ Problem Statistics ]=============================
1.20/1.38	c 2	|                                                                             |
1.20/1.38	c 2	|  Number of variables:  3374                                                 |
1.20/1.38	c 2	|  Number of clauses:    65365                                                |
1.25/1.41	c 2	|  Parsing time:         0.03         s                                       |
1.25/1.43	c 2	============================[ Search Statistics ]==============================
1.25/1.43	c 2	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
1.25/1.43	c 2	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
1.25/1.43	c 2	===============================================================================
1.25/1.43	c 2	|         0 |    2534    42810   123148 |    14270        0    nan |  0.000 % |
1.25/1.45	c 2	|       100 |    2534    42810   123148 |    15697      100     23 | 24.896 % |
1.25/1.45	c 2	===============================================================================
1.25/1.45	c 2	restarts              : 2
1.25/1.45	c 2	conflicts             : 162            (2613 /sec)
1.25/1.45	c 2	decisions             : 718            (0.56 % random) (11583 /sec)
1.25/1.45	c 2	propagations          : 49225          (794080 /sec)
1.25/1.45	c 2	conflict literals     : 2919           (16.34 % deleted)
1.25/1.45	c 2	Memory used           : 4.60 MB
1.25/1.45	c 2	CPU time              : 0.06199 s
1.25/1.45	c 2	
1.25/1.46	c 2	SATISFIABLE
1.25/1.46	c 2	FOUND: _COST <= 106
1.25/1.46	s SATISFIABLE
1.25/1.46	c 2	DECODING HOME/temp.out WITH HOME/temp.map
1.25/1.46	c 2	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.33/1.54	c 2	Decoding HOME/temp.out
1.33/1.60	c 2	OBJECTIVE _COST 106
1.33/1.60	o 106
1.33/1.61	v 0 1 4 2 2 3 4 0 4 4 3 2 2 3 4 4 2 4 1 3 1 3 4 2 4 3 1 2 2 3 3 0 1 2 4 4 2 4 2 3 4 4 3 4 3 4 1 1 2 2 2 3 0 4 3 0 0 0 0 2 3 1
1.33/1.61	c 2	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
1.33/1.62	c 2	OBJECTIVE BOUND: 0 <= _COST <= 106
1.33/1.62	c 2	SEARCHING: _COST <= 53
1.33/1.62	c 2	SOLVING HOME/temp.cnf
1.33/1.62	c 2	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
1.33/1.62	c 2	This is MiniSat 2.0 beta
1.33/1.62	c 2	WARNING: for repeatability, setting FPU to use double precision
1.33/1.63	c 2	============================[ Problem Statistics ]=============================
1.33/1.63	c 2	|                                                                             |
1.33/1.63	c 2	|  Number of variables:  3374                                                 |
1.33/1.63	c 2	|  Number of clauses:    65365                                                |
1.33/1.66	c 2	|  Parsing time:         0.03         s                                       |
1.33/1.67	c 2	============================[ Search Statistics ]==============================
1.33/1.67	c 2	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
1.33/1.67	c 2	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
1.33/1.67	c 2	===============================================================================
1.33/1.67	c 2	|         0 |    2057    28924    82868 |     9641        0    nan |  0.000 % |
1.33/1.69	c 2	|       101 |    2057    28924    82868 |    10605      101     14 | 39.034 % |
1.48/1.70	c 2	|       251 |    2057    28924    82868 |    11666      251     16 | 39.034 % |
1.48/1.72	c 2	|       476 |    2057    28924    82868 |    12832      476     14 | 39.034 % |
1.48/1.74	c 2	|       813 |    2057    28924    82868 |    14115      813     14 | 39.035 % |
1.48/1.77	c 2	|      1319 |    2057    28924    82868 |    15527     1319     13 | 39.034 % |
1.48/1.84	c 2	|      2080 |    2057    28924    82868 |    17080     2080     14 | 39.034 % |
1.48/1.94	c 2	|      3219 |    2057    28924    82868 |    18788     3219     15 | 39.034 % |
1.48/2.09	c 2	|      4927 |    2057    28924    82868 |    20667     4927     17 | 39.034 % |
2.14/2.35	c 3	|      7490 |    2057    28924    82868 |    22733     7490     20 | 39.034 % |
2.63/2.83	c 3	|     11334 |    2057    28924    82868 |    25007    11334     22 | 39.034 % |
3.52/3.76	c 4	|     17100 |    2057    28924    82868 |    27507    17100     23 | 39.034 % |
5.41/5.66	c 6	|     25749 |    2057    28924    82868 |    30258    25749     24 | 39.034 % |
8.68/8.97	c 9	|     38723 |    2057    28924    82868 |    33284    18552     25 | 39.034 % |
13.43/13.74	c 14	|     58184 |    2057    28924    82868 |    36612    14713     31 | 39.034 % |
21.35/21.78	c 22	|     87377 |    2057    28924    82868 |    40274    18353     26 | 39.034 % |
34.33/34.82	c 35	|    131166 |    2057    28924    82868 |    44301    33112     25 | 39.034 % |
57.01/57.79	c 58	|    196850 |    2057    28924    82868 |    48731    32893     25 | 39.034 % |
95.94/97.04	c 97	|    295378 |    2057    28924    82868 |    53605    22322     26 | 39.034 % |
148.14/149.79	c 150	|    443167 |    2057    28924    82868 |    58965    46800     19 | 39.034 % |
249.30/251.80	c 252	|    664853 |    2057    28924    82868 |    64862    36886     31 | 39.034 % |
400.53/403.03	c 403	|    997378 |    2057    28924    82868 |    71348    58941     27 | 39.034 % |
650.82/653.44	c 654	|   1496169 |    2057    28924    82868 |    78483    36727     26 | 39.034 % |
1043.05/1047.66	c 1048	|   2244351 |    2057    28924    82868 |    86331    70302     27 | 39.034 % |
1684.75/1689.61	c 1690	|   3366625 |    2057    28924    82868 |    94964    37639     28 | 39.034 % |
2796.83/2802.26	c 2803	|   5050036 |    2057    28924    82868 |   104461    43296     27 | 39.034 % |
3600.08/3605.81	sh: line 1:  8274 Terminated              HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out' 2>&1
3600.08/3605.82	c ERROR unknown output  in HOME/temp.out
3600.08/3605.82	c 3606	CPU 3599.73 (0.04 0.01 3599.69 0.35)
3600.08/3605.82	c 3606	END Wed Jul 23 04:47:20 2008

Verifier Data (download as text)

OK	92	119
92 unsatisfied constraints, 119 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-1127908-1216777634/watcher-1127908-1216777634 -o /tmp/evaluation-result-1127908-1216777634/solver-1127908-1216777634 -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-1127908-1216777634.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.00 2.00 1.93 4/73 8238
/proc/meminfo: memFree=788344/2055920 swapFree=4192956/4192956
[pid=8238] ppid=8236 vsize=12268 CPUtime=0
/proc/8238/stat : 8238 (sugar) R 8236 8238 8003 0 -1 4194304 348 0 0 0 0 0 0 0 20 0 1 0 4852103 12562432 316 996147200 4194304 4206940 548682068592 18446744073709551615 255539772005 0 2147483391 4224 0 0 0 0 17 1 0 0
/proc/8238/statm: 3067 316 241 3 0 167 0

[startup+0.0714581 s]
/proc/loadavg: 2.00 2.00 1.93 4/73 8238
/proc/meminfo: memFree=788344/2055920 swapFree=4192956/4192956
[pid=8238] ppid=8236 vsize=13600 CPUtime=0.03
/proc/8238/stat : 8238 (sugar) S 8236 8238 8003 0 -1 4194304 898 127 0 0 3 0 0 0 19 0 1 0 4852103 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 255548502114 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/8238/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.102462 s]
/proc/loadavg: 2.00 2.00 1.93 4/73 8238
/proc/meminfo: memFree=788344/2055920 swapFree=4192956/4192956
[pid=8238] ppid=8236 vsize=13600 CPUtime=0.03
/proc/8238/stat : 8238 (sugar) S 8236 8238 8003 0 -1 4194304 898 127 0 0 3 0 0 0 19 0 1 0 4852103 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 255548502114 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/8238/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.302502 s]
/proc/loadavg: 2.00 2.00 1.93 4/73 8238
/proc/meminfo: memFree=788344/2055920 swapFree=4192956/4192956
[pid=8238] ppid=8236 vsize=13600 CPUtime=0.03
/proc/8238/stat : 8238 (sugar) S 8236 8238 8003 0 -1 4194304 898 127 0 0 3 0 0 0 19 0 1 0 4852103 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 255548502114 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/8238/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.702565 s]
/proc/loadavg: 2.00 2.00 1.93 4/73 8238
/proc/meminfo: memFree=788344/2055920 swapFree=4192956/4192956
[pid=8238] ppid=8236 vsize=13600 CPUtime=0.4
/proc/8238/stat : 8238 (sugar) S 8236 8238 8003 0 -1 4194304 974 4565 0 1 3 0 33 4 16 0 1 0 4852103 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 255548502114 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/8238/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 0.4
Current children cumulated vsize (KiB) 13600

[startup+1.50171 s]
/proc/loadavg: 2.00 2.00 1.93 4/84 8260
/proc/meminfo: memFree=775776/2055920 swapFree=4192956/4192956
[pid=8238] ppid=8236 vsize=13600 CPUtime=1.33
/proc/8238/stat : 8238 (sugar) S 8236 8238 8003 0 -1 4194304 1108 12571 0 2 4 1 116 12 16 0 1 0 4852103 13926400 808 996147200 4194304 4206940 548682068592 18446744073709551615 255548502114 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/8238/statm: 3400 808 374 3 0 500 0
Current children cumulated CPU time (s) 1.33
Current children cumulated vsize (KiB) 13600

[startup+3.10198 s]
/proc/loadavg: 2.00 2.00 1.93 3/76 8274
/proc/meminfo: memFree=780832/2055920 swapFree=4192956/4192956
[pid=8238] ppid=8236 vsize=13600 CPUtime=1.48
/proc/8238/stat : 8238 (sugar) S 8236 8238 8003 0 -1 4194304 1179 16336 0 3 4 1 128 15 15 0 1 0 4852103 13926400 808 996147200 4194304 4206940 548682068592 18446744073709551615 255548502114 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/8238/statm: 3400 808 374 3 0 500 0
[pid=8273] ppid=8238 vsize=5356 CPUtime=0
/proc/8273/stat : 8273 (sh) S 8238 8238 8003 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 4852266 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 255539602244 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/8273/statm: 1339 232 193 169 0 50 0
[pid=8274] ppid=8273 vsize=5512 CPUtime=1.45
/proc/8274/stat : 8274 (minisat) R 8273 8238 8003 0 -1 4194304 1275 0 0 0 145 0 0 0 25 0 1 0 4852266 5644288 1261 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/8274/statm: 1378 1261 75 150 0 1225 0
Current children cumulated CPU time (s) 2.93
Current children cumulated vsize (KiB) 24468

[startup+6.30154 s]
/proc/loadavg: 2.00 2.00 1.93 3/76 8274
/proc/meminfo: memFree=778400/2055920 swapFree=4192956/4192956
[pid=8238] ppid=8236 vsize=13600 CPUtime=1.48
/proc/8238/stat : 8238 (sugar) S 8236 8238 8003 0 -1 4194304 1179 16336 0 3 4 1 128 15 16 0 1 0 4852103 13926400 808 996147200 4194304 4206940 548682068592 18446744073709551615 255548502114 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/8238/statm: 3400 808 374 3 0 500 0
[pid=8273] ppid=8238 vsize=5356 CPUtime=0
/proc/8273/stat : 8273 (sh) S 8238 8238 8003 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 4852266 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 255539602244 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/8273/statm: 1339 232 193 169 0 50 0
[pid=8274] ppid=8273 vsize=7588 CPUtime=4.62
/proc/8274/stat : 8274 (minisat) R 8273 8238 8003 0 -1 4194304 1784 0 0 0 461 1 0 0 25 0 1 0 4852266 7770112 1770 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/8274/statm: 1897 1770 75 150 0 1744 0
Current children cumulated CPU time (s) 6.1
Current children cumulated vsize (KiB) 26544

[startup+12.7017 s]
/proc/loadavg: 2.08 2.02 1.94 3/76 8274
/proc/meminfo: memFree=776672/2055920 swapFree=4192956/4192956
[pid=8238] ppid=8236 vsize=13600 CPUtime=1.48
/proc/8238/stat : 8238 (sugar) S 8236 8238 8003 0 -1 4194304 1179 16336 0 3 4 1 128 15 16 0 1 0 4852103 13926400 808 996147200 4194304 4206940 548682068592 18446744073709551615 255548502114 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/8238/statm: 3400 808 374 3 0 500 0
[pid=8273] ppid=8238 vsize=5356 CPUtime=0
/proc/8273/stat : 8273 (sh) S 8238 8238 8003 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 4852266 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 255539602244 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/8273/statm: 1339 232 193 169 0 50 0
[pid=8274] ppid=8273 vsize=9200 CPUtime=10.96
/proc/8274/stat : 8274 (minisat) R 8273 8238 8003 0 -1 4194304 2183 0 0 0 1095 1 0 0 25 0 1 0 4852266 9420800 2169 996147200 134512640 135127466 4294956256 18446744073709551615 134530772 0 0 4096 3 0 0 0 17 1 0 0
/proc/8274/statm: 2300 2169 75 150 0 2147 0
Current children cumulated CPU time (s) 12.44
Current children cumulated vsize (KiB) 28156

[startup+25.5029 s]
/proc/loadavg: 2.06 2.02 1.94 3/76 8274
/proc/meminfo: memFree=775008/2055920 swapFree=4192956/4192956
[pid=8238] ppid=8236 vsize=13600 CPUtime=1.48
/proc/8238/stat : 8238 (sugar) S 8236 8238 8003 0 -1 4194304 1179 16336 0 3 4 1 128 15 16 0 1 0 4852103 13926400 808 996147200 4194304 4206940 548682068592 18446744073709551615 255548502114 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/8238/statm: 3400 808 374 3 0 500 0
[pid=8273] ppid=8238 vsize=5356 CPUtime=0
/proc/8273/stat : 8273 (sh) S 8238 8238 8003 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 4852266 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 255539602244 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/8273/statm: 1339 232 193 169 0 50 0
[pid=8274] ppid=8273 vsize=10548 CPUtime=23.64
/proc/8274/stat : 8274 (minisat) R 8273 8238 8003 0 -1 4194304 2526 0 0 0 2362 2 0 0 25 0 1 0 4852266 10801152 2512 996147200 134512640 135127466 4294956256 18446744073709551615 134530772 0 0 4096 3 0 0 0 17 1 0 0
/proc/8274/statm: 2637 2512 75 150 0 2484 0
Current children cumulated CPU time (s) 25.12
Current children cumulated vsize (KiB) 29504

[startup+51.1023 s]
/proc/loadavg: 2.04 2.01 1.94 3/76 8274
/proc/meminfo: memFree=773984/2055920 swapFree=4192956/4192956
[pid=8238] ppid=8236 vsize=13600 CPUtime=1.48
/proc/8238/stat : 8238 (sugar) S 8236 8238 8003 0 -1 4194304 1179 16336 0 3 4 1 128 15 16 0 1 0 4852103 13926400 808 996147200 4194304 4206940 548682068592 18446744073709551615 255548502114 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/8238/statm: 3400 808 374 3 0 500 0
[pid=8273] ppid=8238 vsize=5356 CPUtime=0
/proc/8273/stat : 8273 (sh) S 8238 8238 8003 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 4852266 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 255539602244 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/8273/statm: 1339 232 193 169 0 50 0
[pid=8274] ppid=8273 vsize=11840 CPUtime=48.99
/proc/8274/stat : 8274 (minisat) R 8273 8238 8003 0 -1 4194304 2821 0 0 0 4897 2 0 0 25 0 1 0 4852266 12124160 2807 996147200 134512640 135127466 4294956256 18446744073709551615 134530686 0 0 4096 3 0 0 0 17 1 0 0
/proc/8274/statm: 2960 2807 75 150 0 2807 0
Current children cumulated CPU time (s) 50.47
Current children cumulated vsize (KiB) 30796

[startup+102.307 s]
/proc/loadavg: 2.02 2.01 1.94 3/76 8274
/proc/meminfo: memFree=771168/2055920 swapFree=4192956/4192956
[pid=8238] ppid=8236 vsize=13600 CPUtime=1.48
/proc/8238/stat : 8238 (sugar) S 8236 8238 8003 0 -1 4194304 1179 16336 0 3 4 1 128 15 16 0 1 0 4852103 13926400 808 996147200 4194304 4206940 548682068592 18446744073709551615 255548502114 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/8238/statm: 3400 808 374 3 0 500 0
[pid=8273] ppid=8238 vsize=5356 CPUtime=0
/proc/8273/stat : 8273 (sh) S 8238 8238 8003 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 4852266 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 255539602244 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/8273/statm: 1339 232 193 169 0 50 0
[pid=8274] ppid=8273 vsize=14412 CPUtime=99.71
/proc/8274/stat : 8274 (minisat) R 8273 8238 8003 0 -1 4194304 3452 0 0 0 9968 3 0 0 25 0 1 0 4852266 14757888 3438 996147200 134512640 135127466 4294956256 18446744073709551615 134530621 0 0 4096 3 0 0 0 17 1 0 0
/proc/8274/statm: 3603 3438 75 150 0 3450 0
Current children cumulated CPU time (s) 101.19
Current children cumulated vsize (KiB) 33368

[startup+162.303 s]
/proc/loadavg: 2.00 2.00 1.94 3/76 8274
/proc/meminfo: memFree=770208/2055920 swapFree=4192956/4192956
[pid=8238] ppid=8236 vsize=13600 CPUtime=1.48
/proc/8238/stat : 8238 (sugar) S 8236 8238 8003 0 -1 4194304 1179 16336 0 3 4 1 128 15 16 0 1 0 4852103 13926400 808 996147200 4194304 4206940 548682068592 18446744073709551615 255548502114 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/8238/statm: 3400 808 374 3 0 500 0
[pid=8273] ppid=8238 vsize=5356 CPUtime=0
/proc/8273/stat : 8273 (sh) S 8238 8238 8003 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 4852266 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 255539602244 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/8273/statm: 1339 232 193 169 0 50 0
[pid=8274] ppid=8273 vsize=15264 CPUtime=159.14
/proc/8274/stat : 8274 (minisat) R 8273 8238 8003 0 -1 4194304 3650 0 0 0 15911 3 0 0 25 0 1 0 4852266 15630336 3636 996147200 134512640 135127466 4294956256 18446744073709551615 134530686 0 0 4096 3 0 0 0 17 1 0 0
/proc/8274/statm: 3816 3636 75 150 0 3663 0
Current children cumulated CPU time (s) 160.62
Current children cumulated vsize (KiB) 34220

[startup+222.302 s]
/proc/loadavg: 2.00 2.00 1.94 3/76 8274
/proc/meminfo: memFree=766688/2055920 swapFree=4192956/4192956
[pid=8238] ppid=8236 vsize=13600 CPUtime=1.48
/proc/8238/stat : 8238 (sugar) S 8236 8238 8003 0 -1 4194304 1179 16336 0 3 4 1 128 15 16 0 1 0 4852103 13926400 808 996147200 4194304 4206940 548682068592 18446744073709551615 255548502114 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/8238/statm: 3400 808 374 3 0 500 0
[pid=8273] ppid=8238 vsize=5356 CPUtime=0
/proc/8273/stat : 8273 (sh) S 8238 8238 8003 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 4852266 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 255539602244 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/8273/statm: 1339 232 193 169 0 50 0
[pid=8274] ppid=8273 vsize=18768 CPUtime=218.58
/proc/8274/stat : 8274 (minisat) R 8273 8238 8003 0 -1 4194304 4519 0 0 0 21853 5 0 0 25 0 1 0 4852266 19218432 4505 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/8274/statm: 4692 4505 75 150 0 4539 0
Current children cumulated CPU time (s) 220.06
Current children cumulated vsize (KiB) 37724

[startup+282.301 s]
/proc/loadavg: 1.96 1.98 1.93 3/77 8337
/proc/meminfo: memFree=1259104/2055920 swapFree=4192956/4192956
[pid=8238] ppid=8236 vsize=13600 CPUtime=1.48
/proc/8238/stat : 8238 (sugar) S 8236 8238 8003 0 -1 4194304 1179 16336 0 3 4 1 128 15 16 0 1 0 4852103 13926400 808 996147200 4194304 4206940 548682068592 18446744073709551615 255548502114 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/8238/statm: 3400 808 374 3 0 500 0
[pid=8273] ppid=8238 vsize=5356 CPUtime=0
/proc/8273/stat : 8273 (sh) S 8238 8238 8003 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 4852266 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 255539602244 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/8273/statm: 1339 232 193 169 0 50 0
[pid=8274] ppid=8273 vsize=19316 CPUtime=278.41
/proc/8274/stat : 8274 (minisat) R 8273 8238 8003 0 -1 4194304 4649 0 0 0 27835 6 0 0 25 0 1 0 4852266 19779584 4635 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/8274/statm: 4829 4635 75 150 0 4676 0
Current children cumulated CPU time (s) 279.89
Current children cumulated vsize (KiB) 38272


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

[pid=8238] ppid=8236 vsize=13600 CPUtime=1.48
/proc/8238/stat : 8238 (sugar) S 8236 8238 8003 0 -1 4194304 1179 16336 0 3 4 1 128 15 16 0 1 0 4852103 13926400 808 996147200 4194304 4206940 548682068592 18446744073709551615 255548502114 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/8238/statm: 3400 808 374 3 0 500 0
[pid=8273] ppid=8238 vsize=5356 CPUtime=0
/proc/8273/stat : 8273 (sh) S 8238 8238 8003 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 4852266 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 255539602244 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/8273/statm: 1339 232 193 169 0 50 0
[pid=8274] ppid=8273 vsize=39588 CPUtime=3035.34
/proc/8274/stat : 8274 (minisat) R 8273 8238 8003 0 -1 4194304 9347 0 0 0 303517 17 0 0 25 0 1 0 4852266 40538112 9333 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/8274/statm: 9897 9333 75 150 0 9744 0
Current children cumulated CPU time (s) 3036.82
Current children cumulated vsize (KiB) 58544

[startup+3102.3 s]
/proc/loadavg: 2.00 2.00 1.99 3/77 8841
/proc/meminfo: memFree=1206624/2055920 swapFree=4192956/4192956
[pid=8238] ppid=8236 vsize=13600 CPUtime=1.48
/proc/8238/stat : 8238 (sugar) S 8236 8238 8003 0 -1 4194304 1179 16336 0 3 4 1 128 15 16 0 1 0 4852103 13926400 808 996147200 4194304 4206940 548682068592 18446744073709551615 255548502114 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/8238/statm: 3400 808 374 3 0 500 0
[pid=8273] ppid=8238 vsize=5356 CPUtime=0
/proc/8273/stat : 8273 (sh) S 8238 8238 8003 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 4852266 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 255539602244 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/8273/statm: 1339 232 193 169 0 50 0
[pid=8274] ppid=8273 vsize=40320 CPUtime=3095.32
/proc/8274/stat : 8274 (minisat) R 8273 8238 8003 0 -1 4194304 9485 0 0 0 309514 18 0 0 25 0 1 0 4852266 41287680 9471 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/8274/statm: 10080 9471 75 150 0 9927 0
Current children cumulated CPU time (s) 3096.8
Current children cumulated vsize (KiB) 59276

[startup+3162.3 s]
/proc/loadavg: 2.00 2.00 1.99 3/77 8841
/proc/meminfo: memFree=1206432/2055920 swapFree=4192956/4192956
[pid=8238] ppid=8236 vsize=13600 CPUtime=1.48
/proc/8238/stat : 8238 (sugar) S 8236 8238 8003 0 -1 4194304 1179 16336 0 3 4 1 128 15 16 0 1 0 4852103 13926400 808 996147200 4194304 4206940 548682068592 18446744073709551615 255548502114 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/8238/statm: 3400 808 374 3 0 500 0
[pid=8273] ppid=8238 vsize=5356 CPUtime=0
/proc/8273/stat : 8273 (sh) S 8238 8238 8003 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 4852266 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 255539602244 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/8273/statm: 1339 232 193 169 0 50 0
[pid=8274] ppid=8273 vsize=40320 CPUtime=3155.29
/proc/8274/stat : 8274 (minisat) R 8273 8238 8003 0 -1 4194304 9486 0 0 0 315511 18 0 0 25 0 1 0 4852266 41287680 9472 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/8274/statm: 10080 9472 75 150 0 9927 0
Current children cumulated CPU time (s) 3156.77
Current children cumulated vsize (KiB) 59276

[startup+3222.3 s]
/proc/loadavg: 2.00 2.00 1.99 3/77 8841
/proc/meminfo: memFree=1206240/2055920 swapFree=4192956/4192956
[pid=8238] ppid=8236 vsize=13600 CPUtime=1.48
/proc/8238/stat : 8238 (sugar) S 8236 8238 8003 0 -1 4194304 1179 16336 0 3 4 1 128 15 16 0 1 0 4852103 13926400 808 996147200 4194304 4206940 548682068592 18446744073709551615 255548502114 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/8238/statm: 3400 808 374 3 0 500 0
[pid=8273] ppid=8238 vsize=5356 CPUtime=0
/proc/8273/stat : 8273 (sh) S 8238 8238 8003 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 4852266 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 255539602244 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/8273/statm: 1339 232 193 169 0 50 0
[pid=8274] ppid=8273 vsize=40484 CPUtime=3215.26
/proc/8274/stat : 8274 (minisat) R 8273 8238 8003 0 -1 4194304 9543 0 0 0 321508 18 0 0 25 0 1 0 4852266 41455616 9529 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/8274/statm: 10121 9529 75 150 0 9968 0
Current children cumulated CPU time (s) 3216.74
Current children cumulated vsize (KiB) 59440

[startup+3282.3 s]
/proc/loadavg: 2.00 2.00 1.99 3/77 8841
/proc/meminfo: memFree=1206048/2055920 swapFree=4192956/4192956
[pid=8238] ppid=8236 vsize=13600 CPUtime=1.48
/proc/8238/stat : 8238 (sugar) S 8236 8238 8003 0 -1 4194304 1179 16336 0 3 4 1 128 15 16 0 1 0 4852103 13926400 808 996147200 4194304 4206940 548682068592 18446744073709551615 255548502114 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/8238/statm: 3400 808 374 3 0 500 0
[pid=8273] ppid=8238 vsize=5356 CPUtime=0
/proc/8273/stat : 8273 (sh) S 8238 8238 8003 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 4852266 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 255539602244 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/8273/statm: 1339 232 193 169 0 50 0
[pid=8274] ppid=8273 vsize=40484 CPUtime=3275.24
/proc/8274/stat : 8274 (minisat) R 8273 8238 8003 0 -1 4194304 9546 0 0 0 327506 18 0 0 25 0 1 0 4852266 41455616 9532 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/8274/statm: 10121 9532 75 150 0 9968 0
Current children cumulated CPU time (s) 3276.72
Current children cumulated vsize (KiB) 59440

[startup+3342.3 s]
/proc/loadavg: 2.00 2.00 1.99 3/77 8841
/proc/meminfo: memFree=1205664/2055920 swapFree=4192956/4192956
[pid=8238] ppid=8236 vsize=13600 CPUtime=1.48
/proc/8238/stat : 8238 (sugar) S 8236 8238 8003 0 -1 4194304 1179 16336 0 3 4 1 128 15 16 0 1 0 4852103 13926400 808 996147200 4194304 4206940 548682068592 18446744073709551615 255548502114 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/8238/statm: 3400 808 374 3 0 500 0
[pid=8273] ppid=8238 vsize=5356 CPUtime=0
/proc/8273/stat : 8273 (sh) S 8238 8238 8003 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 4852266 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 255539602244 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/8273/statm: 1339 232 193 169 0 50 0
[pid=8274] ppid=8273 vsize=40484 CPUtime=3335.2
/proc/8274/stat : 8274 (minisat) R 8273 8238 8003 0 -1 4194304 9546 0 0 0 333502 18 0 0 25 0 1 0 4852266 41455616 9532 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/8274/statm: 10121 9532 75 150 0 9968 0
Current children cumulated CPU time (s) 3336.68
Current children cumulated vsize (KiB) 59440

[startup+3402.31 s]
/proc/loadavg: 2.00 2.00 1.99 3/77 8841
/proc/meminfo: memFree=1205536/2055920 swapFree=4192956/4192956
[pid=8238] ppid=8236 vsize=13600 CPUtime=1.48
/proc/8238/stat : 8238 (sugar) S 8236 8238 8003 0 -1 4194304 1179 16336 0 3 4 1 128 15 16 0 1 0 4852103 13926400 808 996147200 4194304 4206940 548682068592 18446744073709551615 255548502114 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/8238/statm: 3400 808 374 3 0 500 0
[pid=8273] ppid=8238 vsize=5356 CPUtime=0
/proc/8273/stat : 8273 (sh) S 8238 8238 8003 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 4852266 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 255539602244 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/8273/statm: 1339 232 193 169 0 50 0
[pid=8274] ppid=8273 vsize=40484 CPUtime=3395.18
/proc/8274/stat : 8274 (minisat) R 8273 8238 8003 0 -1 4194304 9551 0 0 0 339500 18 0 0 25 0 1 0 4852266 41455616 9537 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/8274/statm: 10121 9537 75 150 0 9968 0
Current children cumulated CPU time (s) 3396.66
Current children cumulated vsize (KiB) 59440

[startup+3462.3 s]
/proc/loadavg: 2.00 2.00 1.99 3/77 8841
/proc/meminfo: memFree=1204768/2055920 swapFree=4192956/4192956
[pid=8238] ppid=8236 vsize=13600 CPUtime=1.48
/proc/8238/stat : 8238 (sugar) S 8236 8238 8003 0 -1 4194304 1179 16336 0 3 4 1 128 15 16 0 1 0 4852103 13926400 808 996147200 4194304 4206940 548682068592 18446744073709551615 255548502114 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/8238/statm: 3400 808 374 3 0 500 0
[pid=8273] ppid=8238 vsize=5356 CPUtime=0
/proc/8273/stat : 8273 (sh) S 8238 8238 8003 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 4852266 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 255539602244 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/8273/statm: 1339 232 193 169 0 50 0
[pid=8274] ppid=8273 vsize=40636 CPUtime=3455.15
/proc/8274/stat : 8274 (minisat) R 8273 8238 8003 0 -1 4194304 9566 0 0 0 345497 18 0 0 25 0 1 0 4852266 41611264 9552 996147200 134512640 135127466 4294956256 18446744073709551615 134530682 0 0 4096 3 0 0 0 17 0 0 0
/proc/8274/statm: 10159 9552 75 150 0 10006 0
Current children cumulated CPU time (s) 3456.63
Current children cumulated vsize (KiB) 59592

[startup+3522.3 s]
/proc/loadavg: 2.00 2.00 1.99 3/77 8841
/proc/meminfo: memFree=1204576/2055920 swapFree=4192956/4192956
[pid=8238] ppid=8236 vsize=13600 CPUtime=1.48
/proc/8238/stat : 8238 (sugar) S 8236 8238 8003 0 -1 4194304 1179 16336 0 3 4 1 128 15 16 0 1 0 4852103 13926400 808 996147200 4194304 4206940 548682068592 18446744073709551615 255548502114 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/8238/statm: 3400 808 374 3 0 500 0
[pid=8273] ppid=8238 vsize=5356 CPUtime=0
/proc/8273/stat : 8273 (sh) S 8238 8238 8003 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 4852266 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 255539602244 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/8273/statm: 1339 232 193 169 0 50 0
[pid=8274] ppid=8273 vsize=40792 CPUtime=3515.12
/proc/8274/stat : 8274 (minisat) R 8273 8238 8003 0 -1 4194304 9597 0 0 0 351494 18 0 0 25 0 1 0 4852266 41771008 9583 996147200 134512640 135127466 4294956256 18446744073709551615 134530686 0 0 4096 3 0 0 0 17 0 0 0
/proc/8274/statm: 10198 9583 75 150 0 10045 0
Current children cumulated CPU time (s) 3516.6
Current children cumulated vsize (KiB) 59748

[startup+3582.3 s]
/proc/loadavg: 2.00 2.00 1.99 3/77 8841
/proc/meminfo: memFree=1203872/2055920 swapFree=4192956/4192956
[pid=8238] ppid=8236 vsize=13600 CPUtime=1.48
/proc/8238/stat : 8238 (sugar) S 8236 8238 8003 0 -1 4194304 1179 16336 0 3 4 1 128 15 16 0 1 0 4852103 13926400 808 996147200 4194304 4206940 548682068592 18446744073709551615 255548502114 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/8238/statm: 3400 808 374 3 0 500 0
[pid=8273] ppid=8238 vsize=5356 CPUtime=0
/proc/8273/stat : 8273 (sh) S 8238 8238 8003 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 4852266 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 255539602244 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/8273/statm: 1339 232 193 169 0 50 0
[pid=8274] ppid=8273 vsize=41244 CPUtime=3575.1
/proc/8274/stat : 8274 (minisat) R 8273 8238 8003 0 -1 4194304 9713 0 0 0 357491 19 0 0 25 0 1 0 4852266 42233856 9699 996147200 134512640 135127466 4294956256 18446744073709551615 134530621 0 0 4096 3 0 0 0 17 0 0 0
/proc/8274/statm: 10311 9699 75 150 0 10158 0
Current children cumulated CPU time (s) 3576.58
Current children cumulated vsize (KiB) 60200



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3605.81 s]
/proc/loadavg: 2.00 2.00 1.99 3/77 8841
/proc/meminfo: memFree=1203744/2055920 swapFree=4192956/4192956
[pid=8238] ppid=8236 vsize=13600 CPUtime=1.48
/proc/8238/stat : 8238 (sugar) S 8236 8238 8003 0 -1 4194304 1179 16336 0 3 4 1 128 15 16 0 1 0 4852103 13926400 808 996147200 4194304 4206940 548682068592 18446744073709551615 255548502114 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/8238/statm: 3400 808 374 3 0 500 0
[pid=8273] ppid=8238 vsize=5356 CPUtime=0
/proc/8273/stat : 8273 (sh) S 8238 8238 8003 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 4852266 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 255539602244 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/8273/statm: 1339 232 193 169 0 50 0
[pid=8274] ppid=8273 vsize=41244 CPUtime=3598.6
/proc/8274/stat : 8274 (minisat) R 8273 8238 8003 0 -1 4194304 9727 0 0 0 359841 19 0 0 25 0 1 0 4852266 42233856 9713 996147200 134512640 135127466 4294956256 18446744073709551615 134530581 0 0 4096 3 0 0 0 17 0 0 0
/proc/8274/statm: 10311 9713 75 150 0 10158 0
Current children cumulated CPU time (s) 3600.08
Current children cumulated vsize (KiB) 60200

Sending SIGTERM to process tree (bottom up)


 secondsst ended. Dumping a history of the last processes samples7
0 0 0 35
Child status: 0
Real time (s): 3605.82
CPU time (s): 3600.11
CPU user time (s): 3599.74
CPU system time (s): 0.369943
CPU usage (%): 99.8417
Max. virtual memory (cumulated for all children) (KiB): 887432

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3599.74
system time used= 0.369943
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 27597
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= 2029
involuntary context switches= 18847

runsolver used 4.25835 second user time and 12.1492 second system time

The end

Launcher Data (download as text)

Begin job on node48 at 2008-07-23 03:47:14
IDJOB=1127908
IDBENCH=64321
IDSOLVER=368
FILE ID=node48/1127908-1216777634
PBS_JOBID= 7974185
Free space on /tmp= 66400 MiB

SOLVER NAME= Sugar v1.13+minisat
BENCH NAME= CPAI08/maxcsp/kbtree/kbtree-5-2-4-5/kbtree-5-2-4-5-70/normalized-kbtree-5-2-4-5-70-37_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-1127908-1216777634/watcher-1127908-1216777634 -o /tmp/evaluation-result-1127908-1216777634/solver-1127908-1216777634 -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-1127908-1216777634.xml

TIME LIMIT= 3600 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= ae02f323b1a8928f6033a09990e7affb
RANDOM SEED=952222091

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


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:        788824 kB
Buffers:         25616 kB
Cached:         832136 kB
SwapCached:          0 kB
Active:         782492 kB
Inactive:       427548 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        788824 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:            1336 kB
Writeback:           0 kB
Mapped:         363548 kB
Slab:            41656 kB
Committed_AS:   439216 kB
PageTables:       2456 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 node48 at 2008-07-23 04:47:20