Trace number 1128596

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Sugar v1.13+minisatMSAT (TO) 3600.1 3606.31

General information on the benchmark

Namemaxcsp/kbtree/kbtree-9-5-3-5/kbtree-9-5-3-5-40/
normalized-kbtree-9-5-3-5-40-09_ext.xml
MD5SUM0bbc95245e908b589e5eb824799fb1b4
Bench Category2-ARY-EXT (binary constraints in extension)
Best result obtained on this benchmarkMOPT
Best Number of falsified constraints32
Best CPU time to get the best result obtained on this benchmark20.5679
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)

Quality of the solution as a function of time


Download the above graph as a PDF file / as an EPS file

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:17:28 2008
0.00/0.04	c 0	PID 8183
0.00/0.05	c 0	HOST node60.alineos.net
0.00/0.05	c 0	CONVERTING HOME/instance-1128596-1216786648.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-1128596-1216786648.xml' 'HOME/temp.csp'
0.03/0.57	c 0	1 domains, 40 variables, 0 predicates, 255 relations, 255 constraints
0.03/0.59	c 0	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.03/0.59	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.56/0.68	c 1	Parsing HOME/temp.csp
0.56/0.84	c 1	parsed 551 expressions
0.56/0.85	c 1	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.56/0.85	c 1	MAX CSP: 255 constraints
0.56/0.85	c 1	Converting to clausal form CSP
0.56/0.87	c 1	converted 81 (10%) expressions
0.56/0.88	c 1	converted 162 (20%) expressions
0.56/0.88	c 1	converted 243 (30%) expressions
0.56/0.89	c 1	converted 324 (40%) expressions
0.56/0.90	c 1	converted 405 (50%) expressions
0.56/0.92	c 1	converted 486 (60%) expressions
0.56/0.92	c 1	converted 567 (70%) expressions
0.56/0.93	c 1	converted 648 (80%) expressions
0.56/0.94	c 1	converted 729 (90%) expressions
0.94/1.10	c 1	converted 809 (100%) expressions
0.94/1.10	c 1	CSP : 550 integers, 0 booleans, 764 clauses, largest domain size 383
0.94/1.10	c 1	Heap : 1 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.94/1.10	c 1	Propagation in CSP
1.04/1.13	c 1	247 values, 0 unsatisfiable literals, and 0 valid clauses are removed
1.04/1.13	c 1	CSP : 550 integers, 0 booleans, 764 clauses, largest domain size 256
1.04/1.13	c 1	Heap : 1 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.04/1.13	c 1	Simplifing CSP by introducing new Boolean variables
1.04/1.13	c 1	CSP : 550 integers, 0 booleans, 764 clauses, largest domain size 256
1.04/1.13	c 1	Heap : 1 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.04/1.16	c 1	Encoding CSP to SAT : HOME/temp.cnf
1.04/1.17	c 1	55 (10%) CSP integer variables are encoded (120 clauses, 1222 bytes)
1.04/1.17	c 1	110 (20%) CSP integer variables are encoded (120 clauses, 1222 bytes)
1.04/1.17	c 1	165 (30%) CSP integer variables are encoded (120 clauses, 1222 bytes)
1.04/1.17	c 1	220 (40%) CSP integer variables are encoded (120 clauses, 1222 bytes)
1.04/1.18	c 1	275 (50%) CSP integer variables are encoded (120 clauses, 1222 bytes)
1.04/1.18	c 1	330 (60%) CSP integer variables are encoded (508 clauses, 5490 bytes)
1.04/1.18	c 1	385 (70%) CSP integer variables are encoded (767 clauses, 8592 bytes)
1.04/1.19	c 1	440 (80%) CSP integer variables are encoded (1194 clauses, 14143 bytes)
1.04/1.19	c 1	495 (90%) CSP integer variables are encoded (1483 clauses, 17900 bytes)
1.04/1.19	c 1	550 (100%) CSP integer variables are encoded (3443 clauses, 43380 bytes)
1.13/1.23	c 1	77 (10%) CSP clauses are encoded (3912 clauses, 51374 bytes)
1.13/1.24	c 1	153 (20%) CSP clauses are encoded (4376 clauses, 59601 bytes)
1.13/1.25	c 1	230 (30%) CSP clauses are encoded (4845 clauses, 68148 bytes)
1.13/1.27	c 1	306 (40%) CSP clauses are encoded (5511 clauses, 78341 bytes)
1.13/1.28	c 1	382 (50%) CSP clauses are encoded (9811 clauses, 144479 bytes)
1.13/1.28	c 1	459 (60%) CSP clauses are encoded (11230 clauses, 168531 bytes)
1.23/1.31	c 1	535 (70%) CSP clauses are encoded (23216 clauses, 384924 bytes)
1.23/1.31	c 1	612 (80%) CSP clauses are encoded (24784 clauses, 411596 bytes)
1.23/1.33	c 1	688 (90%) CSP clauses are encoded (28365 clauses, 474992 bytes)
1.33/1.44	c 1	764 (100%) CSP clauses are encoded (92808 clauses, 1642556 bytes)
1.33/1.44	c 1	764 CSP clauses encoded
1.33/1.44	c 1	Writing map file : HOME/temp.map
1.33/1.45	c 1	Heap : 1 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.33/1.45	c 1	SAT : 3993 SAT variables, 92808 SAT clauses, 1642556 bytes
1.33/1.45	c 1	Heap : 1 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.33/1.50	c 1	OBJECTIVE minimize _COST
1.33/1.50	c 1	OBJECTIVE BOUND: 0 <= _COST <= 
1.33/1.50	c 1	SEARCHING: _COST <= 128
1.33/1.50	c 1	SOLVING HOME/temp.cnf
1.33/1.50	c 1	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
1.39/1.50	c 1	This is MiniSat 2.0 beta
1.39/1.50	c 1	WARNING: for repeatability, setting FPU to use double precision
1.39/1.50	c 1	============================[ Problem Statistics ]=============================
1.39/1.50	c 1	|                                                                             |
1.39/1.50	c 1	|  Number of variables:  3993                                                 |
1.39/1.50	c 1	|  Number of clauses:    92809                                                |
1.39/1.55	c 1	|  Parsing time:         0.04         s                                       |
1.39/1.57	c 1	============================[ Search Statistics ]==============================
1.39/1.57	c 1	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
1.39/1.57	c 1	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
1.39/1.57	c 1	===============================================================================
1.39/1.57	c 1	|         0 |    2977    60423   175264 |    20141        0    nan |  0.000 % |
1.39/1.59	c 1	|       104 |    2977    60423   175264 |    22155      104     30 | 25.445 % |
1.39/1.59	c 1	===============================================================================
1.39/1.59	c 1	restarts              : 2
1.39/1.59	c 1	conflicts             : 104            (1224 /sec)
1.39/1.59	c 1	decisions             : 582            (0.52 % random) (6848 /sec)
1.39/1.59	c 1	propagations          : 38890          (457599 /sec)
1.39/1.59	c 1	conflict literals     : 3090           (17.93 % deleted)
1.39/1.59	c 1	Memory used           : 5.73 MB
1.39/1.59	c 1	CPU time              : 0.084987 s
1.39/1.59	c 1	
1.39/1.60	c 1	SATISFIABLE
1.39/1.60	c 1	FOUND: _COST <= 128
1.39/1.60	s SATISFIABLE
1.39/1.60	c 1	DECODING HOME/temp.out WITH HOME/temp.map
1.39/1.60	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.49/1.68	c 2	Decoding HOME/temp.out
1.49/1.75	c 2	OBJECTIVE _COST 128
1.49/1.75	o 128
1.49/1.75	v 1 4 4 4 4 3 4 0 4 2 0 4 3 4 4 4 4 4 4 1 2 3 2 4 3 4 1 4 3 4 4 2 1 4 4 3 4 3 4 4
1.49/1.75	c 2	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
1.49/1.76	c 2	OBJECTIVE BOUND: 0 <= _COST <= 128
1.49/1.76	c 2	SEARCHING: _COST <= 64
1.49/1.76	c 2	SOLVING HOME/temp.cnf
1.49/1.76	c 2	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
1.49/1.76	c 2	This is MiniSat 2.0 beta
1.49/1.76	c 2	WARNING: for repeatability, setting FPU to use double precision
1.49/1.77	c 2	============================[ Problem Statistics ]=============================
1.49/1.77	c 2	|                                                                             |
1.49/1.77	c 2	|  Number of variables:  3993                                                 |
1.49/1.77	c 2	|  Number of clauses:    92809                                                |
1.65/1.82	c 2	|  Parsing time:         0.04         s                                       |
1.65/1.84	c 2	============================[ Search Statistics ]==============================
1.65/1.84	c 2	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
1.65/1.84	c 2	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
1.65/1.84	c 2	===============================================================================
1.65/1.84	c 2	|         0 |    2401    40487   117120 |    13495        0    nan |  0.000 % |
1.65/1.86	c 2	|       100 |    2401    40487   117120 |    14845      100     26 | 39.870 % |
1.65/1.88	c 2	|       250 |    2401    40487   117120 |    16329      250     30 | 39.870 % |
1.65/1.90	c 2	|       475 |    2401    40487   117120 |    17962      475     25 | 39.870 % |
1.65/1.93	c 2	|       812 |    2401    40487   117120 |    19759      812     25 | 39.870 % |
1.65/1.99	c 2	|      1318 |    2401    40487   117120 |    21734     1318     30 | 39.870 % |
1.65/2.06	c 2	|      2077 |    2401    40487   117120 |    23908     2077     32 | 39.870 % |
2.06/2.21	c 2	|      3217 |    2401    40487   117120 |    26299     3217     33 | 39.870 % |
2.26/2.45	c 2	|      4925 |    2401    40487   117120 |    28929     4925     33 | 39.870 % |
2.67/2.80	c 3	|      7488 |    2401    40487   117120 |    31822     7488     31 | 39.870 % |
3.16/3.33	c 3	|     11332 |    2401    40487   117120 |    35004    11332     32 | 39.870 % |
4.15/4.39	c 4	|     17099 |    2401    40487   117120 |    38504    17099     33 | 39.870 % |
5.93/6.20	c 6	|     25749 |    2401    40487   117120 |    42355    25749     32 | 39.870 % |
6.82/7.02	c 7	===============================================================================
6.82/7.02	c 7	restarts              : 13
6.82/7.02	c 7	conflicts             : 28739          (5545 /sec)
6.82/7.02	c 7	decisions             : 35367          (0.74 % random) (6823 /sec)
6.82/7.02	c 7	propagations          : 6609420        (1275159 /sec)
6.82/7.02	c 7	conflict literals     : 933191         (27.73 % deleted)
6.82/7.02	c 7	Memory used           : 9.44 MB
6.82/7.02	c 7	CPU time              : 5.18321 s
6.82/7.02	c 7	
6.82/7.02	c 7	SATISFIABLE
6.82/7.03	c 7	FOUND: _COST <= 64
6.82/7.03	c 7	DECODING HOME/temp.out WITH HOME/temp.map
6.82/7.03	c 7	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
6.87/7.11	c 7	Decoding HOME/temp.out
6.87/7.19	c 7	OBJECTIVE _COST 64
6.87/7.19	o 64
6.87/7.19	v 1 3 1 4 4 4 4 3 3 1 4 4 4 2 0 4 1 1 2 2 1 1 4 1 2 4 1 4 3 4 1 2 2 1 3 3 4 3 3 4
6.87/7.19	c 7	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
6.87/7.24	c 7	OBJECTIVE BOUND: 0 <= _COST <= 64
6.87/7.24	c 7	SEARCHING: _COST <= 32
6.87/7.24	c 7	SOLVING HOME/temp.cnf
6.87/7.24	c 7	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
6.87/7.24	c 7	This is MiniSat 2.0 beta
6.87/7.24	c 7	WARNING: for repeatability, setting FPU to use double precision
6.87/7.24	c 7	============================[ Problem Statistics ]=============================
6.87/7.24	c 7	|                                                                             |
6.87/7.24	c 7	|  Number of variables:  3993                                                 |
6.87/7.24	c 7	|  Number of clauses:    92809                                                |
6.87/7.30	c 7	|  Parsing time:         0.05         s                                       |
7.06/7.32	c 7	============================[ Search Statistics ]==============================
7.06/7.32	c 7	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
7.06/7.32	c 7	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
7.06/7.32	c 7	===============================================================================
7.06/7.32	c 7	|         0 |    2017    24599    70576 |     8199        0    nan |  0.000 % |
7.06/7.33	c 7	|       100 |    2017    24599    70576 |     9019      100     16 | 49.487 % |
7.06/7.35	c 7	|       250 |    2017    24599    70576 |     9921      250     18 | 49.487 % |
7.06/7.37	c 7	|       475 |    2017    24599    70576 |    10913      475     18 | 49.487 % |
7.06/7.41	c 7	|       813 |    2017    24599    70576 |    12005      813     18 | 49.487 % |
7.06/7.46	c 7	|      1320 |    2017    24599    70576 |    13205     1320     19 | 49.487 % |
7.06/7.54	c 7	|      2079 |    2017    24599    70576 |    14526     2079     18 | 49.487 % |
7.40/7.67	c 8	|      3218 |    2017    24599    70576 |    15978     3218     19 | 49.487 % |
7.59/7.89	c 8	|      4926 |    2017    24599    70576 |    17576     4926     19 | 49.487 % |
7.89/8.17	c 8	|      7489 |    2017    24599    70576 |    19334     7489     17 | 49.487 % |
8.39/8.68	c 9	|     11334 |    2017    24599    70576 |    21267    11334     20 | 49.487 % |
9.28/9.57	c 9	|     17104 |    2017    24599    70576 |    23394    17104     21 | 49.487 % |
10.96/11.21	c 11	|     25756 |    2017    24599    70576 |    25734    25756     21 | 49.487 % |
13.54/13.87	c 14	|     38731 |    2017    24599    70576 |    28307    22052     19 | 49.487 % |
17.90/18.26	c 18	|     58192 |    2017    24599    70576 |    31138    22489     21 | 49.487 % |
25.92/26.33	c 26	|     87384 |    2017    24599    70576 |    34252    31012     18 | 49.487 % |
37.61/38.10	c 38	|    131173 |    2017    24599    70576 |    37677    26926     20 | 49.487 % |
57.02/57.75	c 58	|    196858 |    2017    24599    70576 |    41444    38690     21 | 49.487 % |
88.92/89.95	c 90	|    295386 |    2017    24599    70576 |    45589    15618     24 | 49.487 % |
139.63/141.19	c 141	|    443175 |    2017    24599    70576 |    50148    31190     28 | 49.487 % |
225.52/227.88	c 228	|    664858 |    2017    24599    70576 |    55163    22255     24 | 49.487 % |
358.86/362.49	c 362	|    997385 |    2017    24599    70576 |    60679    56819     24 | 49.487 % |
561.45/566.63	c 567	|   1496173 |    2017    24599    70576 |    66747    27920     21 | 49.487 % |
870.34/875.62	c 875	|   2244355 |    2017    24599    70576 |    73422    25969     22 | 49.487 % |
1343.57/1349.09	c 1349	|   3366632 |    2017    24599    70576 |    80764    63177     20 | 49.487 % |
2102.80/2108.51	c 2108	|   5050043 |    2017    24599    70576 |    88840    42873     24 | 49.487 % |
3416.23/3422.47	c 3422	|   7575160 |    2017    24599    70576 |    97725    86029     26 | 49.487 % |
3600.06/3606.31	sh: line 1:  8231 Terminated              HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out' 2>&1
3600.06/3606.31	c ERROR unknown output  in HOME/temp.out
3600.06/3606.31	c 3606	CPU 3599.73 (0.03 0.02 3599.7 0.32)
3600.06/3606.31	c 3606	END Wed Jul 23 07:17:34 2008

Verifier Data (download as text)

OK	57	198
57 unsatisfied constraints, 198 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-1128596-1216786648/watcher-1128596-1216786648 -o /tmp/evaluation-result-1128596-1216786648/solver-1128596-1216786648 -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-1128596-1216786648.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.06 2.01 2.00 4/73 8183
/proc/meminfo: memFree=1302456/2055920 swapFree=4192956/4192956
[pid=8183] ppid=8181 vsize=12268 CPUtime=0
/proc/8183/stat : 8183 (sugar) R 8181 8183 6890 0 -1 4194304 348 0 0 0 0 0 0 0 20 0 1 0 5752117 12562432 316 996147200 4194304 4206940 548682068592 18446744073709551615 271894411877 0 2147483391 4224 0 0 0 0 17 1 0 0
/proc/8183/statm: 3067 316 241 3 0 167 0

[startup+0.0803461 s]
/proc/loadavg: 2.06 2.01 2.00 4/73 8183
/proc/meminfo: memFree=1302456/2055920 swapFree=4192956/4192956
[pid=8183] ppid=8181 vsize=13600 CPUtime=0.03
/proc/8183/stat : 8183 (sugar) S 8181 8183 6890 0 -1 4194304 898 127 0 0 2 1 0 0 19 0 1 0 5752117 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 271903141986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/8183/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.108349 s]
/proc/loadavg: 2.06 2.01 2.00 4/73 8183
/proc/meminfo: memFree=1302456/2055920 swapFree=4192956/4192956
[pid=8183] ppid=8181 vsize=13600 CPUtime=0.03
/proc/8183/stat : 8183 (sugar) S 8181 8183 6890 0 -1 4194304 898 127 0 0 2 1 0 0 19 0 1 0 5752117 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 271903141986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/8183/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.301362 s]
/proc/loadavg: 2.06 2.01 2.00 4/73 8183
/proc/meminfo: memFree=1302456/2055920 swapFree=4192956/4192956
[pid=8183] ppid=8181 vsize=13600 CPUtime=0.03
/proc/8183/stat : 8183 (sugar) S 8181 8183 6890 0 -1 4194304 898 127 0 0 2 1 0 0 19 0 1 0 5752117 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 271903141986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/8183/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.701407 s]
/proc/loadavg: 2.06 2.01 2.00 4/73 8183
/proc/meminfo: memFree=1302456/2055920 swapFree=4192956/4192956
[pid=8183] ppid=8181 vsize=13600 CPUtime=0.56
/proc/8183/stat : 8183 (sugar) S 8181 8183 6890 0 -1 4194304 974 4589 0 1 3 1 48 4 16 0 1 0 5752117 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 271903141986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/8183/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 0.56
Current children cumulated vsize (KiB) 13600

[startup+1.50248 s]
/proc/loadavg: 2.06 2.01 2.00 3/84 8205
/proc/meminfo: memFree=1293216/2055920 swapFree=4192956/4192956
[pid=8183] ppid=8181 vsize=13600 CPUtime=1.39
/proc/8183/stat : 8183 (sugar) S 8181 8183 6890 0 -1 4194304 1051 11373 0 2 3 1 125 10 16 0 1 0 5752117 13926400 810 996147200 4194304 4206940 548682068592 18446744073709551615 271903141986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/8183/statm: 3400 810 374 3 0 500 0
Current children cumulated CPU time (s) 1.39
Current children cumulated vsize (KiB) 13600

[startup+3.10164 s]
/proc/loadavg: 2.06 2.01 2.00 3/76 8219
/proc/meminfo: memFree=1293280/2055920 swapFree=4192956/4192956
[pid=8183] ppid=8181 vsize=13600 CPUtime=1.65
/proc/8183/stat : 8183 (sugar) S 8181 8183 6890 0 -1 4194304 1184 16779 0 3 3 1 147 14 15 0 1 0 5752117 13926400 810 996147200 4194304 4206940 548682068592 18446744073709551615 271903141986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/8183/statm: 3400 810 374 3 0 500 0
[pid=8218] ppid=8183 vsize=5356 CPUtime=0
/proc/8218/stat : 8218 (sh) S 8183 8183 6890 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 5752294 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 271894242116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/8218/statm: 1339 232 193 169 0 50 0
[pid=8219] ppid=8218 vsize=6396 CPUtime=1.31
/proc/8219/stat : 8219 (minisat) R 8218 8183 6890 0 -1 4194304 1467 0 0 0 130 1 0 0 25 0 1 0 5752294 6549504 1453 996147200 134512640 135127466 4294956256 18446744073709551615 134527154 0 0 4096 3 0 0 0 17 1 0 0
/proc/8219/statm: 1599 1453 75 150 0 1446 0
Current children cumulated CPU time (s) 2.96
Current children cumulated vsize (KiB) 25352

[startup+6.30196 s]
/proc/loadavg: 2.05 2.01 2.00 3/76 8219
/proc/meminfo: memFree=1290656/2055920 swapFree=4192956/4192956
[pid=8183] ppid=8181 vsize=13600 CPUtime=1.65
/proc/8183/stat : 8183 (sugar) S 8181 8183 6890 0 -1 4194304 1184 16779 0 3 3 1 147 14 16 0 1 0 5752117 13926400 810 996147200 4194304 4206940 548682068592 18446744073709551615 271903141986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/8183/statm: 3400 810 374 3 0 500 0
[pid=8218] ppid=8183 vsize=5356 CPUtime=0
/proc/8218/stat : 8218 (sh) S 8183 8183 6890 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 5752294 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 271894242116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/8218/statm: 1339 232 193 169 0 50 0
[pid=8219] ppid=8218 vsize=9100 CPUtime=4.47
/proc/8219/stat : 8219 (minisat) R 8218 8183 6890 0 -1 4194304 2138 0 0 0 446 1 0 0 25 0 1 0 5752294 9318400 2124 996147200 134512640 135127466 4294956256 18446744073709551615 134530700 0 0 4096 3 0 0 0 17 1 0 0
/proc/8219/statm: 2275 2124 75 150 0 2122 0
Current children cumulated CPU time (s) 6.12
Current children cumulated vsize (KiB) 28056

[startup+12.7016 s]
/proc/loadavg: 2.05 2.01 2.00 3/76 8231
/proc/meminfo: memFree=1291296/2055920 swapFree=4192956/4192956
[pid=8183] ppid=8181 vsize=13600 CPUtime=7.06
/proc/8183/stat : 8183 (sugar) S 8181 8183 6890 0 -1 4194304 1302 23107 0 4 3 2 682 19 16 0 1 0 5752117 13926400 810 996147200 4194304 4206940 548682068592 18446744073709551615 271903141986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/8183/statm: 3400 810 374 3 0 500 0
[pid=8230] ppid=8183 vsize=5356 CPUtime=0
/proc/8230/stat : 8230 (sh) S 8183 8183 6890 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 5752842 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 271894242116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/8230/statm: 1339 232 193 169 0 50 0
[pid=8231] ppid=8230 vsize=7796 CPUtime=5.38
/proc/8231/stat : 8231 (minisat) R 8230 8183 6890 0 -1 4194304 1811 0 0 0 538 0 0 0 25 0 1 0 5752842 7983104 1797 996147200 134512640 135127466 4294956256 18446744073709551615 134530679 0 0 4096 3 0 0 0 17 1 0 0
/proc/8231/statm: 1949 1797 75 150 0 1796 0
Current children cumulated CPU time (s) 12.44
Current children cumulated vsize (KiB) 26752

[startup+25.5029 s]
/proc/loadavg: 2.04 2.01 2.00 3/76 8231
/proc/meminfo: memFree=1290208/2055920 swapFree=4192956/4192956
[pid=8183] ppid=8181 vsize=13600 CPUtime=7.06
/proc/8183/stat : 8183 (sugar) S 8181 8183 6890 0 -1 4194304 1302 23107 0 4 3 2 682 19 16 0 1 0 5752117 13926400 810 996147200 4194304 4206940 548682068592 18446744073709551615 271903141986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/8183/statm: 3400 810 374 3 0 500 0
[pid=8230] ppid=8183 vsize=5356 CPUtime=0
/proc/8230/stat : 8230 (sh) S 8183 8183 6890 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 5752842 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 271894242116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/8230/statm: 1339 232 193 169 0 50 0
[pid=8231] ppid=8230 vsize=8992 CPUtime=18.07
/proc/8231/stat : 8231 (minisat) R 8230 8183 6890 0 -1 4194304 2107 0 0 0 1806 1 0 0 25 0 1 0 5752842 9207808 2093 996147200 134512640 135127466 4294956256 18446744073709551615 134530736 0 0 4096 3 0 0 0 17 1 0 0
/proc/8231/statm: 2248 2093 75 150 0 2095 0
Current children cumulated CPU time (s) 25.13
Current children cumulated vsize (KiB) 27948

[startup+51.1024 s]
/proc/loadavg: 2.08 2.03 2.00 3/76 8231
/proc/meminfo: memFree=1288928/2055920 swapFree=4192956/4192956
[pid=8183] ppid=8181 vsize=13600 CPUtime=7.06
/proc/8183/stat : 8183 (sugar) S 8181 8183 6890 0 -1 4194304 1302 23107 0 4 3 2 682 19 16 0 1 0 5752117 13926400 810 996147200 4194304 4206940 548682068592 18446744073709551615 271903141986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/8183/statm: 3400 810 374 3 0 500 0
[pid=8230] ppid=8183 vsize=5356 CPUtime=0
/proc/8230/stat : 8230 (sh) S 8183 8183 6890 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 5752842 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 271894242116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/8230/statm: 1339 232 193 169 0 50 0
[pid=8231] ppid=8230 vsize=10300 CPUtime=43.42
/proc/8231/stat : 8231 (minisat) R 8230 8183 6890 0 -1 4194304 2426 0 0 0 4341 1 0 0 25 0 1 0 5752842 10547200 2412 996147200 134512640 135127466 4294956256 18446744073709551615 134530581 0 0 4096 3 0 0 0 17 1 0 0
/proc/8231/statm: 2575 2412 75 150 0 2422 0
Current children cumulated CPU time (s) 50.48
Current children cumulated vsize (KiB) 29256

[startup+102.306 s]
/proc/loadavg: 2.10 2.04 2.00 3/76 8231
/proc/meminfo: memFree=1285984/2055920 swapFree=4192956/4192956
[pid=8183] ppid=8181 vsize=13600 CPUtime=7.06
/proc/8183/stat : 8183 (sugar) S 8181 8183 6890 0 -1 4194304 1302 23107 0 4 3 2 682 19 16 0 1 0 5752117 13926400 810 996147200 4194304 4206940 548682068592 18446744073709551615 271903141986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/8183/statm: 3400 810 374 3 0 500 0
[pid=8230] ppid=8183 vsize=5356 CPUtime=0
/proc/8230/stat : 8230 (sh) S 8183 8183 6890 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 5752842 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 271894242116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/8230/statm: 1339 232 193 169 0 50 0
[pid=8231] ppid=8230 vsize=13532 CPUtime=94.14
/proc/8231/stat : 8231 (minisat) R 8230 8183 6890 0 -1 4194304 3191 0 0 0 9411 3 0 0 25 0 1 0 5752842 13856768 3177 996147200 134512640 135127466 4294956256 18446744073709551615 134530783 0 0 4096 3 0 0 0 17 1 0 0
/proc/8231/statm: 3383 3177 75 150 0 3230 0
Current children cumulated CPU time (s) 101.2
Current children cumulated vsize (KiB) 32488

[startup+162.302 s]
/proc/loadavg: 2.10 2.04 2.00 3/76 8233
/proc/meminfo: memFree=1284384/2055920 swapFree=4192956/4192956
[pid=8183] ppid=8181 vsize=13600 CPUtime=7.06
/proc/8183/stat : 8183 (sugar) S 8181 8183 6890 0 -1 4194304 1302 23107 0 4 3 2 682 19 16 0 1 0 5752117 13926400 810 996147200 4194304 4206940 548682068592 18446744073709551615 271903141986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/8183/statm: 3400 810 374 3 0 500 0
[pid=8230] ppid=8183 vsize=5356 CPUtime=0
/proc/8230/stat : 8230 (sh) S 8183 8183 6890 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 5752842 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 271894242116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/8230/statm: 1339 232 193 169 0 50 0
[pid=8231] ppid=8230 vsize=14812 CPUtime=153.58
/proc/8231/stat : 8231 (minisat) R 8230 8183 6890 0 -1 4194304 3501 0 0 0 15355 3 0 0 25 0 1 0 5752842 15167488 3487 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/8231/statm: 3703 3487 75 150 0 3550 0
Current children cumulated CPU time (s) 160.64
Current children cumulated vsize (KiB) 33768

[startup+222.302 s]
/proc/loadavg: 2.16 2.08 2.01 3/76 8233
/proc/meminfo: memFree=1284000/2055920 swapFree=4192956/4192956
[pid=8183] ppid=8181 vsize=13600 CPUtime=7.06
/proc/8183/stat : 8183 (sugar) S 8181 8183 6890 0 -1 4194304 1302 23107 0 4 3 2 682 19 16 0 1 0 5752117 13926400 810 996147200 4194304 4206940 548682068592 18446744073709551615 271903141986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/8183/statm: 3400 810 374 3 0 500 0
[pid=8230] ppid=8183 vsize=5356 CPUtime=0
/proc/8230/stat : 8230 (sh) S 8183 8183 6890 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 5752842 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 271894242116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/8230/statm: 1339 232 193 169 0 50 0
[pid=8231] ppid=8230 vsize=15112 CPUtime=213.01
/proc/8231/stat : 8231 (minisat) R 8230 8183 6890 0 -1 4194304 3591 0 0 0 21298 3 0 0 25 0 1 0 5752842 15474688 3577 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/8231/statm: 3778 3577 75 150 0 3625 0
Current children cumulated CPU time (s) 220.07
Current children cumulated vsize (KiB) 34068

[startup+282.302 s]
/proc/loadavg: 2.06 2.06 2.01 3/76 8233
/proc/meminfo: memFree=1283552/2055920 swapFree=4192956/4192956
[pid=8183] ppid=8181 vsize=13600 CPUtime=7.06
/proc/8183/stat : 8183 (sugar) S 8181 8183 6890 0 -1 4194304 1302 23107 0 4 3 2 682 19 16 0 1 0 5752117 13926400 810 996147200 4194304 4206940 548682068592 18446744073709551615 271903141986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/8183/statm: 3400 810 374 3 0 500 0
[pid=8230] ppid=8183 vsize=5356 CPUtime=0
/proc/8230/stat : 8230 (sh) S 8183 8183 6890 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 5752842 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 271894242116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/8230/statm: 1339 232 193 169 0 50 0
[pid=8231] ppid=8230 vsize=15652 CPUtime=272.45
/proc/8231/stat : 8231 (minisat) R 8230 8183 6890 0 -1 4194304 3719 0 0 0 27242 3 0 0 25 0 1 0 5752842 16027648 3705 996147200 134512640 135127466 4294956256 18446744073709551615 134530700 0 0 4096 3 0 0 0 17 1 0 0
/proc/8231/statm: 3913 3705 75 150 0 3760 0
Current children cumulated CPU time (s) 279.51
Current children cumulated vsize (KiB) 34608


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

/proc/loadavg: 2.07 2.02 2.00 3/84 8278
/proc/meminfo: memFree=1347104/2055920 swapFree=4192956/4192956
[pid=8183] ppid=8181 vsize=13600 CPUtime=7.06
/proc/8183/stat : 8183 (sugar) S 8181 8183 6890 0 -1 4194304 1302 23107 0 4 3 2 682 19 16 0 1 0 5752117 13926400 810 996147200 4194304 4206940 548682068592 18446744073709551615 271903141986 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/8183/statm: 3400 810 374 3 0 500 0
[pid=8230] ppid=8183 vsize=5356 CPUtime=0
/proc/8230/stat : 8230 (sh) S 8183 8183 6890 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 5752842 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 271894242116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/8230/statm: 1339 232 193 169 0 50 0
[pid=8231] ppid=8230 vsize=33736 CPUtime=3089.18
/proc/8231/stat : 8231 (minisat) R 8230 8183 6890 0 -1 4194304 7924 0 0 0 308907 11 0 0 25 0 1 0 5752842 34545664 7910 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/8231/statm: 8434 7910 75 150 0 8281 0
Current children cumulated CPU time (s) 3096.24
Current children cumulated vsize (KiB) 52692

[startup+3162.3 s]
/proc/loadavg: 2.08 2.03 2.00 3/84 8278
/proc/meminfo: memFree=1347040/2055920 swapFree=4192956/4192956
[pid=8183] ppid=8181 vsize=13600 CPUtime=7.06
/proc/8183/stat : 8183 (sugar) S 8181 8183 6890 0 -1 4194304 1302 23107 0 4 3 2 682 19 16 0 1 0 5752117 13926400 810 996147200 4194304 4206940 548682068592 18446744073709551615 271903141986 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/8183/statm: 3400 810 374 3 0 500 0
[pid=8230] ppid=8183 vsize=5356 CPUtime=0
/proc/8230/stat : 8230 (sh) S 8183 8183 6890 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 5752842 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 271894242116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/8230/statm: 1339 232 193 169 0 50 0
[pid=8231] ppid=8230 vsize=33736 CPUtime=3149.16
/proc/8231/stat : 8231 (minisat) R 8230 8183 6890 0 -1 4194304 7940 0 0 0 314905 11 0 0 25 0 1 0 5752842 34545664 7926 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/8231/statm: 8434 7926 75 150 0 8281 0
Current children cumulated CPU time (s) 3156.22
Current children cumulated vsize (KiB) 52692

[startup+3222.3 s]
/proc/loadavg: 2.09 2.04 2.00 3/84 8278
/proc/meminfo: memFree=1346848/2055920 swapFree=4192956/4192956
[pid=8183] ppid=8181 vsize=13600 CPUtime=7.06
/proc/8183/stat : 8183 (sugar) S 8181 8183 6890 0 -1 4194304 1302 23107 0 4 3 2 682 19 16 0 1 0 5752117 13926400 810 996147200 4194304 4206940 548682068592 18446744073709551615 271903141986 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/8183/statm: 3400 810 374 3 0 500 0
[pid=8230] ppid=8183 vsize=5356 CPUtime=0
/proc/8230/stat : 8230 (sh) S 8183 8183 6890 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 5752842 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 271894242116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/8230/statm: 1339 232 193 169 0 50 0
[pid=8231] ppid=8230 vsize=33900 CPUtime=3209.13
/proc/8231/stat : 8231 (minisat) R 8230 8183 6890 0 -1 4194304 7974 0 0 0 320902 11 0 0 25 0 1 0 5752842 34713600 7960 996147200 134512640 135127466 4294956256 18446744073709551615 134530739 0 0 4096 3 0 0 0 17 0 0 0
/proc/8231/statm: 8475 7960 75 150 0 8322 0
Current children cumulated CPU time (s) 3216.19
Current children cumulated vsize (KiB) 52856

[startup+3282.3 s]
/proc/loadavg: 2.16 2.06 2.01 3/84 8278
/proc/meminfo: memFree=1346784/2055920 swapFree=4192956/4192956
[pid=8183] ppid=8181 vsize=13600 CPUtime=7.06
/proc/8183/stat : 8183 (sugar) S 8181 8183 6890 0 -1 4194304 1302 23107 0 4 3 2 682 19 16 0 1 0 5752117 13926400 810 996147200 4194304 4206940 548682068592 18446744073709551615 271903141986 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/8183/statm: 3400 810 374 3 0 500 0
[pid=8230] ppid=8183 vsize=5356 CPUtime=0
/proc/8230/stat : 8230 (sh) S 8183 8183 6890 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 5752842 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 271894242116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/8230/statm: 1339 232 193 169 0 50 0
[pid=8231] ppid=8230 vsize=33900 CPUtime=3269.12
/proc/8231/stat : 8231 (minisat) R 8230 8183 6890 0 -1 4194304 7981 0 0 0 326901 11 0 0 25 0 1 0 5752842 34713600 7967 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/8231/statm: 8475 7967 75 150 0 8322 0
Current children cumulated CPU time (s) 3276.18
Current children cumulated vsize (KiB) 52856

[startup+3342.3 s]
/proc/loadavg: 2.14 2.07 2.01 3/84 8278
/proc/meminfo: memFree=1346720/2055920 swapFree=4192956/4192956
[pid=8183] ppid=8181 vsize=13600 CPUtime=7.06
/proc/8183/stat : 8183 (sugar) S 8181 8183 6890 0 -1 4194304 1302 23107 0 4 3 2 682 19 16 0 1 0 5752117 13926400 810 996147200 4194304 4206940 548682068592 18446744073709551615 271903141986 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/8183/statm: 3400 810 374 3 0 500 0
[pid=8230] ppid=8183 vsize=5356 CPUtime=0
/proc/8230/stat : 8230 (sh) S 8183 8183 6890 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 5752842 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 271894242116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/8230/statm: 1339 232 193 169 0 50 0
[pid=8231] ppid=8230 vsize=33900 CPUtime=3329.1
/proc/8231/stat : 8231 (minisat) R 8230 8183 6890 0 -1 4194304 7981 0 0 0 332898 12 0 0 25 0 1 0 5752842 34713600 7967 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/8231/statm: 8475 7967 75 150 0 8322 0
Current children cumulated CPU time (s) 3336.16
Current children cumulated vsize (KiB) 52856

[startup+3402.31 s]
/proc/loadavg: 2.05 2.06 2.01 3/84 8278
/proc/meminfo: memFree=1346336/2055920 swapFree=4192956/4192956
[pid=8183] ppid=8181 vsize=13600 CPUtime=7.06
/proc/8183/stat : 8183 (sugar) S 8181 8183 6890 0 -1 4194304 1302 23107 0 4 3 2 682 19 16 0 1 0 5752117 13926400 810 996147200 4194304 4206940 548682068592 18446744073709551615 271903141986 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/8183/statm: 3400 810 374 3 0 500 0
[pid=8230] ppid=8183 vsize=5356 CPUtime=0
/proc/8230/stat : 8230 (sh) S 8183 8183 6890 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 5752842 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 271894242116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/8230/statm: 1339 232 193 169 0 50 0
[pid=8231] ppid=8230 vsize=34256 CPUtime=3389.08
/proc/8231/stat : 8231 (minisat) R 8230 8183 6890 0 -1 4194304 8053 0 0 0 338896 12 0 0 25 0 1 0 5752842 35078144 8039 996147200 134512640 135127466 4294956256 18446744073709551615 134530837 0 0 4096 3 0 0 0 17 0 0 0
/proc/8231/statm: 8564 8039 75 150 0 8411 0
Current children cumulated CPU time (s) 3396.14
Current children cumulated vsize (KiB) 53212

[startup+3462.3 s]
/proc/loadavg: 2.02 2.04 2.00 3/84 8278
/proc/meminfo: memFree=1345824/2055920 swapFree=4192956/4192956
[pid=8183] ppid=8181 vsize=13600 CPUtime=7.06
/proc/8183/stat : 8183 (sugar) S 8181 8183 6890 0 -1 4194304 1302 23107 0 4 3 2 682 19 16 0 1 0 5752117 13926400 810 996147200 4194304 4206940 548682068592 18446744073709551615 271903141986 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/8183/statm: 3400 810 374 3 0 500 0
[pid=8230] ppid=8183 vsize=5356 CPUtime=0
/proc/8230/stat : 8230 (sh) S 8183 8183 6890 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 5752842 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 271894242116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/8230/statm: 1339 232 193 169 0 50 0
[pid=8231] ppid=8230 vsize=34764 CPUtime=3449.05
/proc/8231/stat : 8231 (minisat) R 8230 8183 6890 0 -1 4194304 8138 0 0 0 344893 12 0 0 25 0 1 0 5752842 35598336 8124 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/8231/statm: 8691 8124 75 150 0 8538 0
Current children cumulated CPU time (s) 3456.11
Current children cumulated vsize (KiB) 53720

[startup+3522.3 s]
/proc/loadavg: 2.00 2.03 2.00 3/84 8278
/proc/meminfo: memFree=1345632/2055920 swapFree=4192956/4192956
[pid=8183] ppid=8181 vsize=13600 CPUtime=7.06
/proc/8183/stat : 8183 (sugar) S 8181 8183 6890 0 -1 4194304 1302 23107 0 4 3 2 682 19 16 0 1 0 5752117 13926400 810 996147200 4194304 4206940 548682068592 18446744073709551615 271903141986 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/8183/statm: 3400 810 374 3 0 500 0
[pid=8230] ppid=8183 vsize=5356 CPUtime=0
/proc/8230/stat : 8230 (sh) S 8183 8183 6890 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 5752842 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 271894242116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/8230/statm: 1339 232 193 169 0 50 0
[pid=8231] ppid=8230 vsize=35048 CPUtime=3509.03
/proc/8231/stat : 8231 (minisat) R 8230 8183 6890 0 -1 4194304 8190 0 0 0 350891 12 0 0 25 0 1 0 5752842 35889152 8176 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/8231/statm: 8762 8176 75 150 0 8609 0
Current children cumulated CPU time (s) 3516.09
Current children cumulated vsize (KiB) 54004

[startup+3582.3 s]
/proc/loadavg: 2.00 2.03 2.00 3/84 8278
/proc/meminfo: memFree=1345376/2055920 swapFree=4192956/4192956
[pid=8183] ppid=8181 vsize=13600 CPUtime=7.06
/proc/8183/stat : 8183 (sugar) S 8181 8183 6890 0 -1 4194304 1302 23107 0 4 3 2 682 19 16 0 1 0 5752117 13926400 810 996147200 4194304 4206940 548682068592 18446744073709551615 271903141986 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/8183/statm: 3400 810 374 3 0 500 0
[pid=8230] ppid=8183 vsize=5356 CPUtime=0
/proc/8230/stat : 8230 (sh) S 8183 8183 6890 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 5752842 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 271894242116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/8230/statm: 1339 232 193 169 0 50 0
[pid=8231] ppid=8230 vsize=35192 CPUtime=3569.01
/proc/8231/stat : 8231 (minisat) R 8230 8183 6890 0 -1 4194304 8226 0 0 0 356889 12 0 0 25 0 1 0 5752842 36036608 8212 996147200 134512640 135127466 4294956256 18446744073709551615 134530692 0 0 4096 3 0 0 0 17 0 0 0
/proc/8231/statm: 8798 8212 75 150 0 8645 0
Current children cumulated CPU time (s) 3576.07
Current children cumulated vsize (KiB) 54148



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3606.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/84 8278
/proc/meminfo: memFree=1345312/2055920 swapFree=4192956/4192956
[pid=8183] ppid=8181 vsize=13600 CPUtime=7.06
/proc/8183/stat : 8183 (sugar) S 8181 8183 6890 0 -1 4194304 1302 23107 0 4 3 2 682 19 16 0 1 0 5752117 13926400 810 996147200 4194304 4206940 548682068592 18446744073709551615 271903141986 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/8183/statm: 3400 810 374 3 0 500 0
[pid=8230] ppid=8183 vsize=5356 CPUtime=0
/proc/8230/stat : 8230 (sh) S 8183 8183 6890 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 5752842 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 271894242116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/8230/statm: 1339 232 193 169 0 50 0
[pid=8231] ppid=8230 vsize=35192 CPUtime=3593
/proc/8231/stat : 8231 (minisat) R 8230 8183 6890 0 -1 4194304 8238 0 0 0 359288 12 0 0 25 0 1 0 5752842 36036608 8224 996147200 134512640 135127466 4294956256 18446744073709551615 134523395 0 0 4096 3 0 0 0 17 0 0 0
/proc/8231/statm: 8798 8224 75 150 0 8645 0
Current children cumulated CPU time (s) 3600.06
Current children cumulated vsize (KiB) 54148

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

[startup+3606.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/84 8278
/proc/meminfo: memFree=1345312/2055920 swapFree=4192956/4192956
[pid=8183] ppid=8181 vsize=13600 CPUtime=7.06
/proc/8183/stat : 8183 (sugar) S 8181 8183 6890 0 -1 4194304 1302 23107 0 4 3 2 682 19 16 0 1 0 5752117 13926400 810 996147200 4194304 4206940 548682068592 18446744073709551615 271903141986 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/8183/statm: 3400 810 374 3 0 500 0
[pid=8230] ppid=8183 vsize=5356 CPUtime=0
/proc/8230/stat : 8230 (sh) S 8183 8183 6890 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 5752842 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 271894242116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/8230/statm: 1339 232 193 169 0 50 0
[pid=8231] ppid=8230 vsize=35192 CPUtime=3593
/proc/8231/stat : 8231 (minisat) R 8230 8183 6890 0 -1 4194304 8238 0 0 0 359288 12 0 0 25 0 1 0 5752842 36036608 8224 996147200 134512640 135127466 4294956256 18446744073709551615 134523395 0 0 4096 3 0 0 0 17 0 0 0
/proc/8231/statm: 8798 8224 75 150 0 8645 0
Current children cumulated CPU time (s) 3600.06
Current children cumulated vsize (KiB) 54148

Child status: 0
Real time (s): 3606.31
CPU time (s): 3600.1
CPU user time (s): 3599.75
CPU system time (s): 0.352946
CPU usage (%): 99.8277
Max. virtual memory (cumulated for all children) (KiB): 887304

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3599.75
system time used= 0.352946
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 33003
page faults= 4
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 2201
involuntary context switches= 23806

runsolver used 3.79642 second user time and 9.90449 second system time

The end

Launcher Data (download as text)

Begin job on node60 at 2008-07-23 06:17:28
IDJOB=1128596
IDBENCH=65755
IDSOLVER=368
FILE ID=node60/1128596-1216786648
PBS_JOBID= 7974108
Free space on /tmp= 66560 MiB

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

TIME LIMIT= 3600 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 0bbc95245e908b589e5eb824799fb1b4
RANDOM SEED=899619949

node60.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.218
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.218
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:       1302936 kB
Buffers:         35592 kB
Cached:         560768 kB
SwapCached:          0 kB
Active:         415132 kB
Inactive:       286724 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1302936 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:            1328 kB
Writeback:           0 kB
Mapped:         116740 kB
Slab:            36160 kB
Committed_AS:   183112 kB
PageTables:       2028 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 node60 at 2008-07-23 07:17:34