Trace number 1108957

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 NameAnswerNumber of falsified constraintsCPU timeWall clock time
Sugar++ v1.13+minisat-incMSAT (TO)17 3600.13 3601.41

General information on the benchmark

Namecsp/QG5/
normalized-quasigroup5-6.xml
MD5SUM798b1003d8454b633caeaadb96c55f98
Bench CategoryGLOBAL (global constraints)
Best result obtained on this benchmarkMSAT TO
Best Number of falsified constraints17
Best CPU time to get the best result obtained on this benchmark3600.05
Satisfiable
(Un)Satisfiability was proved
Number of variables96
Number of constraints72
Maximum constraint arity8
Maximum domain size6
Number of constraints which are defined in extension0
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)alldifferent(12),element(60)

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.06	c 0	Sugar++ v1-13 + HOME/minisat-inc
0.00/0.06	c 0	BEGIN Fri Jul 11 19:44:04 2008
0.00/0.06	c 0	PID 13331
0.00/0.07	c 0	HOST node15.alineos.net
0.00/0.07	c 0	CONVERTING HOME/instance-1108957-1215798244.xml TO HOME/temp.csp
0.00/0.07	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1108957-1215798244.xml' 'HOME/temp.csp'
0.05/0.24	c 0	22 domains, 96 variables, 0 predicates, 0 relations, 72 constraints
0.05/0.27	c 0	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.05/0.27	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -max -incremental -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
0.26/0.34	c 0	Parsing HOME/temp.csp
0.26/0.39	c 0	parsed 190 expressions
0.26/0.39	c 0	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.26/0.40	c 0	MAX CSP: 72 constraints
0.26/0.40	c 0	Converting to clausal form CSP
0.26/0.42	c 0	converted 27 (10%) expressions
0.26/0.42	c 0	converted 53 (20%) expressions
0.26/0.42	c 0	converted 80 (30%) expressions
0.26/0.42	c 0	converted 106 (40%) expressions
0.26/0.46	c 0	converted 133 (50%) expressions
0.26/0.49	c 0	converted 159 (60%) expressions
0.26/0.50	c 0	converted 186 (70%) expressions
0.26/0.52	c 0	converted 212 (80%) expressions
0.26/0.56	c 0	converted 239 (90%) expressions
0.26/0.56	c 0	converted 265 (100%) expressions
0.26/0.56	c 0	CSP : 240 integers, 306 booleans, 1163 clauses, largest domain size 109
0.26/0.56	c 0	Heap : 1 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.26/0.56	c 0	Propagation in CSP
0.26/0.58	c 0	70 values, 0 unsatisfiable literals, and 0 valid clauses are removed
0.26/0.58	c 0	CSP : 240 integers, 306 booleans, 1163 clauses, largest domain size 73
0.26/0.58	c 0	Heap : 1 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.26/0.58	c 0	Simplifing CSP by introducing new Boolean variables
0.26/0.59	c 0	CSP : 240 integers, 546 booleans, 1403 clauses, largest domain size 73
0.26/0.59	c 0	Heap : 1 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.26/0.61	c 0	Encoding CSP to SAT : HOME/temp.cnf
0.26/0.62	c 0	24 (10%) CSP integer variables are encoded (40 clauses, 412 bytes)
0.26/0.62	c 0	48 (20%) CSP integer variables are encoded (84 clauses, 841 bytes)
0.26/0.62	c 0	72 (30%) CSP integer variables are encoded (132 clauses, 1369 bytes)
0.26/0.62	c 0	96 (40%) CSP integer variables are encoded (180 clauses, 1897 bytes)
0.26/0.62	c 0	120 (50%) CSP integer variables are encoded (180 clauses, 1897 bytes)
0.26/0.62	c 0	144 (60%) CSP integer variables are encoded (180 clauses, 1897 bytes)
0.26/0.62	c 0	168 (70%) CSP integer variables are encoded (180 clauses, 1897 bytes)
0.26/0.63	c 0	192 (80%) CSP integer variables are encoded (645 clauses, 7012 bytes)
0.26/0.63	c 0	216 (90%) CSP integer variables are encoded (791 clauses, 8618 bytes)
0.26/0.63	c 0	240 (100%) CSP integer variables are encoded (919 clauses, 10237 bytes)
0.26/0.64	c 0	141 (10%) CSP clauses are encoded (1285 clauses, 15285 bytes)
0.26/0.65	c 0	281 (20%) CSP clauses are encoded (1642 clauses, 20344 bytes)
0.26/0.66	c 0	421 (30%) CSP clauses are encoded (2004 clauses, 25868 bytes)
0.26/0.67	c 0	562 (40%) CSP clauses are encoded (2269 clauses, 31089 bytes)
0.26/0.67	c 0	702 (50%) CSP clauses are encoded (2578 clauses, 37499 bytes)
0.26/0.67	c 0	842 (60%) CSP clauses are encoded (2841 clauses, 42883 bytes)
0.26/0.68	c 0	983 (70%) CSP clauses are encoded (3082 clauses, 47723 bytes)
0.26/0.69	c 0	1123 (80%) CSP clauses are encoded (3322 clauses, 52555 bytes)
0.26/0.69	c 0	1263 (90%) CSP clauses are encoded (3495 clauses, 55691 bytes)
0.28/0.71	c 0	1403 (100%) CSP clauses are encoded (11442 clauses, 175064 bytes)
0.28/0.71	c 0	1403 CSP clauses encoded
0.28/0.71	c 0	Writing map file : HOME/temp.map
0.28/0.71	c 0	Heap : 1 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.28/0.71	c 0	SAT : 1669 SAT variables, 11442 SAT clauses, 175064 bytes
0.28/0.71	c 0	Heap : 1 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.28/0.74	c 0	OBJECTIVE minimize _COST
0.28/0.74	c 0	SOLVING HOME/temp.cnf
0.28/0.74	c 0	CMD HOME/minisat-inc -incremental HOME/temp.cnf HOME/temp.out
0.28/0.74	c 0	This is MiniSat 2.0 beta incremental
0.28/0.74	c 0	WARNING: for repeatability, setting FPU to use double precision
0.28/0.74	c 0	============================[ Problem Statistics ]=============================
0.28/0.74	c 0	|                                                                             |
0.28/0.74	c 0	|  Number of variables:  1669                                                 |
0.28/0.74	c 0	|  Number of clauses:    11442                                                |
0.28/0.75	c 0	|  Parsing time:         0.01         s                                       |
0.28/0.75	c 0	OK
0.28/0.75	c 0	OBJECTIVE BOUND: 0 <= _COST <= 
0.28/0.75	c 0	SEARCHING: _COST <= 36
0.28/0.75	c 0	============================[ Search Statistics ]==============================
0.28/0.75	c 0	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
0.28/0.75	c 0	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
0.28/0.75	c 0	===============================================================================
0.28/0.75	c 0	|         0 |    1669    11406    32363 |     3802        0    nan |  0.000 % |
0.28/0.75	c 0	===============================================================================
0.28/0.75	c 0	restarts              : 1
0.28/0.75	c 0	conflicts             : 10            (1250 /sec)
0.28/0.75	c 0	decisions             : 567           (0.53 % random) (70893 /sec)
0.28/0.75	c 0	propagations          : 2647           (330958 /sec)
0.28/0.75	c 0	conflict literals     : 56             (5.08 % deleted)
0.28/0.75	c 0	Memory used           : 2.31 MB
0.28/0.75	c 0	CPU time              : 0.007998 s
0.28/0.75	c 0	
0.28/0.75	c 0	SATISFIABLE
0.28/0.75	c 0	OK
0.28/0.75	c 0	FOUND: _COST <= 36
0.28/0.75	s SATISFIABLE
0.28/0.75	c 0	DECODING HOME/temp.out WITH HOME/temp.map
0.28/0.75	c 0	CMD java -Xmx50M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
0.91/0.82	c 1	Decoding HOME/temp.out
0.91/0.86	c 1	OBJECTIVE _COST 36
0.91/0.86	o 36
0.91/0.86	v 1 4 5 5 6 2 5 2 6 6 4 1 6 5 3 5 2 4 6 1 1 4 6 5 2 6 6 6 5 4 3 5 1 2 4 6 6 2 2 3 2 4 4 5 5 6 6 1 4 3 5 4 1 5 4 6 2 1 5 2 6 4 4 5 6 6 6 1 5 2 6 3 5 5 1 6 4 1 6 2 6 3 6 4 6 6 5 1 3 2 2 3 6 4 6 5
0.91/0.86	c 1	Heap : 0 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
0.91/0.90	c 1	OK
0.91/0.90	c 1	OBJECTIVE BOUND: 0 <= _COST <= 36
0.91/0.90	c 1	SEARCHING: _COST <= 18
0.91/0.90	c 1	============================[ Search Statistics ]==============================
0.91/0.90	c 1	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
0.91/0.90	c 1	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
0.91/0.90	c 1	===============================================================================
0.91/0.90	c 1	|        10 |    1669    11406    32363 |     3802       10      6 |  0.000 % |
0.91/0.91	c 1	|       110 |    1669    11406    32363 |     4182      110     18 | 15.104 % |
0.91/0.92	c 1	|       260 |    1669    11406    32363 |     4600      260     21 | 15.104 % |
0.91/0.93	c 1	|       487 |    1417     8330    23855 |     5060      487     21 | 15.104 % |
0.91/0.95	c 1	|       824 |    1417     8330    23855 |     5566      824     20 | 15.104 % |
0.91/0.99	c 1	|      1331 |    1417     8330    23855 |     6123     1331     20 | 15.104 % |
0.91/1.00	c 1	===============================================================================
0.91/1.00	c 1	restarts              : 7
0.91/1.00	c 1	conflicts             : 1496          (14250 /sec)
0.91/1.00	c 1	decisions             : 3098          (0.94 % random) (29509 /sec)
0.91/1.00	c 1	propagations          : 282957         (2695239 /sec)
0.91/1.00	c 1	conflict literals     : 29804          (25.41 % deleted)
0.91/1.00	c 1	Memory used           : 2.44 MB
0.91/1.00	c 1	CPU time              : 0.104984 s
0.91/1.00	c 1	
0.91/1.00	c 1	SATISFIABLE
0.91/1.00	c 1	OK
0.91/1.00	c 1	FOUND: _COST <= 18
0.91/1.00	c 1	DECODING HOME/temp.out WITH HOME/temp.map
0.91/1.00	c 1	CMD java -Xmx50M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
1.15/1.07	c 1	Decoding HOME/temp.out
1.15/1.11	c 1	OBJECTIVE _COST 18
1.15/1.11	o 18
1.15/1.11	v 1 5 2 6 4 3 4 2 5 6 1 3 5 4 3 1 6 2 2 3 6 4 2 5 6 6 1 3 5 4 5 1 4 2 3 6 6 2 6 3 5 4 3 5 4 6 5 1 6 3 1 4 3 5 4 6 4 1 6 2 2 4 5 5 5 6 5 1 5 2 2 3 6 5 3 6 3 1 6 2 4 3 6 4 1 6 4 1 4 2 1 3 3 4 1 5
1.15/1.12	c 1	Heap : 0 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
1.15/1.16	c 1	OK
1.15/1.16	c 1	OBJECTIVE BOUND: 0 <= _COST <= 18
1.15/1.16	c 1	SEARCHING: _COST <= 9
1.15/1.17	c 1	============================[ Search Statistics ]==============================
1.15/1.17	c 1	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
1.15/1.17	c 1	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
1.15/1.17	c 1	===============================================================================
1.15/1.17	c 1	|      1496 |    1273     6467    18680 |     2155     1496     20 | 15.104 % |
1.15/1.17	c 1	|      1597 |    1273     6467    18680 |     2371     1597     20 | 23.730 % |
1.15/1.18	c 1	|      1747 |    1273     6467    18680 |     2608     1747     19 | 23.730 % |
1.31/1.20	c 1	|      1973 |    1273     6467    18680 |     2869     1973     18 | 23.730 % |
1.31/1.22	c 1	|      2310 |    1273     6467    18680 |     3156     2310     18 | 23.730 % |
1.31/1.26	c 1	|      2816 |    1273     6467    18680 |     3471     2816     17 | 23.730 % |
1.41/1.32	c 1	|      3576 |    1273     6467    18680 |     3818     3576     17 | 23.730 % |
1.51/1.42	c 1	|      4716 |    1273     6467    18680 |     4200     2452     16 | 23.730 % |
1.61/1.57	c 1	|      6424 |    1273     6467    18680 |     4620     4160     18 | 23.730 % |
1.91/1.82	c 2	|      8987 |    1273     6467    18680 |     5082     4052     17 | 23.730 % |
2.22/2.20	c 2	|     12833 |    1273     6467    18680 |     5591     5033     19 | 23.730 % |
2.82/2.77	c 2	|     18601 |    1273     6467    18680 |     6150     4538     18 | 23.730 % |
3.71/3.63	c 3	|     27250 |    1273     6467    18680 |     6765     6397     19 | 23.730 % |
5.11/5.02	c 5	|     40224 |    1273     6467    18680 |     7441     4542     18 | 23.730 % |
7.11/7.03	c 7	|     59685 |    1273     6467    18680 |     8186     7733     19 | 23.730 % |
10.41/10.30	c 10	|     88877 |    1273     6467    18680 |     9004     5848     19 | 23.730 % |
15.51/15.42	c 15	|    132666 |    1273     6467    18680 |     9905     5992     18 | 23.730 % |
23.11/23.03	c 23	|    198351 |    1273     6467    18680 |    10895     8057     19 | 23.730 % |
35.31/35.22	c 35	|    296877 |    1273     6467    18680 |    11985     8327     19 | 23.730 % |
53.90/53.82	c 54	|    444666 |    1273     6467    18680 |    13183    10382     18 | 23.730 % |
84.59/84.58	c 84	|    666349 |    1273     6467    18680 |    14502     9557     22 | 23.730 % |
132.66/132.69	c 132	|    998874 |    1273     6467    18680 |    15952     7717     19 | 23.730 % |
208.03/208.04	c 208	|   1497664 |    1273     6467    18680 |    17547    15457     23 | 23.730 % |
323.00/323.04	c 323	|   2245846 |    1273     6467    18680 |    19302    15287     22 | 23.730 % |
512.53/512.63	c 512	|   3368121 |    1273     6467    18680 |    21232    17406     19 | 23.730 % |
797.02/797.26	c 797	|   5051532 |    1273     6467    18680 |    23356    11963     21 | 23.730 % |
1285.35/1285.74	c 1285	|   7576648 |    1273     6467    18680 |    25691    23955     21 | 23.730 % |
2051.07/2051.72	c 2051	|  11364323 |    1273     6467    18680 |    28260    15879     22 | 23.730 % |
3279.47/3280.64	c 3280	|  17045836 |    1273     6467    18680 |    31086    14524     20 | 23.730 % |
3600.09/3601.41	c 3601	CPU 3599.9 (0.05 0.02 3599.85 0.18)
3600.09/3601.41	c 3601	END Fri Jul 11 20:44:05 2008

Verifier Data (download as text)

OK	17	55
17 unsatisfied constraints, 55 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-1108957-1215798244/watcher-1108957-1215798244 -o /tmp/evaluation-result-1108957-1215798244/solver-1108957-1215798244 -C 3600 -W 4000 -M 900 --output-limit 1,15 HOME/sugar++ -max -incremental -c -vv -java=java -Xmx700M -decjava=java -Xmx50M -jar=HOME/sugar-v1-13.jar -solver=HOME/minisat-inc -tmp=HOME/temp HOME/instance-1108957-1215798244.xml 

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


[startup+0 s]
/proc/loadavg: 1.12 1.13 1.05 3/64 13331
/proc/meminfo: memFree=1968312/2055920 swapFree=4180544/4192956
[pid=13331] ppid=13329 vsize=12268 CPUtime=0
/proc/13331/stat : 13331 (sugar++) R 13329 13331 12960 0 -1 4194304 348 0 0 0 0 0 0 0 18 0 1 0 36526966 12562432 316 996147200 4194304 4206940 548682068528 18446744073709551615 240472783461 0 0 4224 0 0 0 0 17 0 0 0
/proc/13331/statm: 3067 316 241 3 0 167 0

[startup+0.094436 s]
/proc/loadavg: 1.12 1.13 1.05 3/64 13331
/proc/meminfo: memFree=1968312/2055920 swapFree=4180544/4192956
[pid=13331] ppid=13329 vsize=16740 CPUtime=0.05
/proc/13331/stat : 13331 (sugar++) S 13329 13331 12960 0 -1 4194304 1219 128 0 0 4 1 0 0 17 0 1 0 36526966 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 240481513570 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/13331/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 16740

[startup+0.101433 s]
/proc/loadavg: 1.12 1.13 1.05 3/64 13331
/proc/meminfo: memFree=1968312/2055920 swapFree=4180544/4192956
[pid=13331] ppid=13329 vsize=16740 CPUtime=0.05
/proc/13331/stat : 13331 (sugar++) S 13329 13331 12960 0 -1 4194304 1219 128 0 0 4 1 0 0 17 0 1 0 36526966 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 240481513570 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/13331/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 16740

[startup+0.301473 s]
/proc/loadavg: 1.12 1.13 1.05 3/64 13331
/proc/meminfo: memFree=1968312/2055920 swapFree=4180544/4192956
[pid=13331] ppid=13329 vsize=16740 CPUtime=0.26
/proc/13331/stat : 13331 (sugar++) S 13329 13331 12960 0 -1 4194304 1279 4300 0 1 4 1 19 2 17 0 1 0 36526966 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 240481513570 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/13331/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.26
Current children cumulated vsize (KiB) 16740

[startup+0.701537 s]
/proc/loadavg: 1.12 1.13 1.05 3/64 13331
/proc/meminfo: memFree=1968312/2055920 swapFree=4180544/4192956
[pid=13331] ppid=13329 vsize=16740 CPUtime=0.28
/proc/13331/stat : 13331 (sugar++) S 13329 13331 12960 0 -1 4194304 1297 4300 0 1 5 2 19 2 16 0 1 0 36526966 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 240481513570 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13331/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 16740

[startup+1.50166 s]
/proc/loadavg: 1.11 1.12 1.05 2/66 13364
/proc/meminfo: memFree=1964136/2055920 swapFree=4180544/4192956
[pid=13331] ppid=13329 vsize=16872 CPUtime=1.18
/proc/13331/stat : 13331 (sugar++) S 13329 13331 12960 0 -1 4194304 1621 18498 0 4 5 2 100 11 16 0 1 0 36526966 17276928 1116 996147200 4194304 4206940 548682068528 18446744073709551615 240481513570 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13331/statm: 4218 1116 414 3 0 797 0
[pid=13354] ppid=13331 vsize=2760 CPUtime=0.43
/proc/13354/stat : 13354 (minisat-inc) R 13331 13331 12960 0 -1 4194304 438 0 0 0 43 0 0 0 18 0 1 0 36527041 2826240 382 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/13354/statm: 690 382 79 151 0 536 0
Current children cumulated CPU time (s) 1.61
Current children cumulated vsize (KiB) 19632

[startup+3.10293 s]
/proc/loadavg: 1.11 1.12 1.05 2/66 13374
/proc/meminfo: memFree=1963496/2055920 swapFree=4180544/4192956
[pid=13331] ppid=13329 vsize=16872 CPUtime=1.18
/proc/13331/stat : 13331 (sugar++) S 13329 13331 12960 0 -1 4194304 1621 18498 0 4 5 2 100 11 16 0 1 0 36526966 17276928 1116 996147200 4194304 4206940 548682068528 18446744073709551615 240481513570 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13331/statm: 4218 1116 414 3 0 797 0
[pid=13354] ppid=13331 vsize=3156 CPUtime=2.04
/proc/13354/stat : 13354 (minisat-inc) R 13331 13331 12960 0 -1 4194304 540 0 0 0 204 0 0 0 25 0 1 0 36527041 3231744 484 996147200 134512640 135134323 4294956192 18446744073709551615 134532161 0 0 4096 3 0 0 0 17 0 0 0
/proc/13354/statm: 789 484 79 151 0 635 0
Current children cumulated CPU time (s) 3.22
Current children cumulated vsize (KiB) 20028

[startup+6.30147 s]
/proc/loadavg: 1.11 1.12 1.05 2/66 13374
/proc/meminfo: memFree=1963240/2055920 swapFree=4180544/4192956
[pid=13331] ppid=13329 vsize=16872 CPUtime=1.18
/proc/13331/stat : 13331 (sugar++) S 13329 13331 12960 0 -1 4194304 1621 18498 0 4 5 2 100 11 16 0 1 0 36526966 17276928 1116 996147200 4194304 4206940 548682068528 18446744073709551615 240481513570 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13331/statm: 4218 1116 414 3 0 797 0
[pid=13354] ppid=13331 vsize=3580 CPUtime=5.23
/proc/13354/stat : 13354 (minisat-inc) R 13331 13331 12960 0 -1 4194304 627 0 0 0 523 0 0 0 25 0 1 0 36527041 3665920 571 996147200 134512640 135134323 4294956192 18446744073709551615 134532050 0 0 4096 3 0 0 0 17 0 0 0
/proc/13354/statm: 895 571 79 151 0 741 0
Current children cumulated CPU time (s) 6.41
Current children cumulated vsize (KiB) 20452

[startup+12.7015 s]
/proc/loadavg: 1.10 1.12 1.05 2/66 13374
/proc/meminfo: memFree=1962864/2055920 swapFree=4180544/4192956
[pid=13331] ppid=13329 vsize=16872 CPUtime=1.18
/proc/13331/stat : 13331 (sugar++) S 13329 13331 12960 0 -1 4194304 1621 18498 0 4 5 2 100 11 16 0 1 0 36526966 17276928 1116 996147200 4194304 4206940 548682068528 18446744073709551615 240481513570 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13331/statm: 4218 1116 414 3 0 797 0
[pid=13354] ppid=13331 vsize=3980 CPUtime=11.63
/proc/13354/stat : 13354 (minisat-inc) R 13331 13331 12960 0 -1 4194304 731 0 0 0 1163 0 0 0 25 0 1 0 36527041 4075520 675 996147200 134512640 135134323 4294956192 18446744073709551615 134712524 0 0 4096 3 0 0 0 17 0 0 0
/proc/13354/statm: 995 675 79 151 0 841 0
Current children cumulated CPU time (s) 12.81
Current children cumulated vsize (KiB) 20852

[startup+25.5017 s]
/proc/loadavg: 1.08 1.11 1.05 2/66 13374
/proc/meminfo: memFree=1962544/2055920 swapFree=4180544/4192956
[pid=13331] ppid=13329 vsize=16872 CPUtime=1.18
/proc/13331/stat : 13331 (sugar++) S 13329 13331 12960 0 -1 4194304 1621 18498 0 4 5 2 100 11 16 0 1 0 36526966 17276928 1116 996147200 4194304 4206940 548682068528 18446744073709551615 240481513570 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13331/statm: 4218 1116 414 3 0 797 0
[pid=13354] ppid=13331 vsize=4376 CPUtime=24.42
/proc/13354/stat : 13354 (minisat-inc) R 13331 13331 12960 0 -1 4194304 833 0 0 0 2442 0 0 0 25 0 1 0 36527041 4481024 777 996147200 134512640 135134323 4294956192 18446744073709551615 134531955 0 0 4096 3 0 0 0 17 0 0 0
/proc/13354/statm: 1094 777 79 151 0 940 0
Current children cumulated CPU time (s) 25.6
Current children cumulated vsize (KiB) 21248

[startup+51.1019 s]
/proc/loadavg: 1.05 1.10 1.04 2/66 13374
/proc/meminfo: memFree=1962096/2055920 swapFree=4180544/4192956
[pid=13331] ppid=13329 vsize=16872 CPUtime=1.18
/proc/13331/stat : 13331 (sugar++) S 13329 13331 12960 0 -1 4194304 1621 18498 0 4 5 2 100 11 16 0 1 0 36526966 17276928 1116 996147200 4194304 4206940 548682068528 18446744073709551615 240481513570 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13331/statm: 4218 1116 414 3 0 797 0
[pid=13354] ppid=13331 vsize=4916 CPUtime=50.02
/proc/13354/stat : 13354 (minisat-inc) R 13331 13331 12960 0 -1 4194304 964 0 0 0 5001 1 0 0 25 0 1 0 36527041 5033984 908 996147200 134512640 135134323 4294956192 18446744073709551615 134532046 0 0 4096 3 0 0 0 17 0 0 0
/proc/13354/statm: 1229 908 79 151 0 1075 0
Current children cumulated CPU time (s) 51.2
Current children cumulated vsize (KiB) 21788

[startup+102.305 s]
/proc/loadavg: 1.02 1.08 1.04 2/66 13374
/proc/meminfo: memFree=1961136/2055920 swapFree=4180544/4192956
[pid=13331] ppid=13329 vsize=16872 CPUtime=1.18
/proc/13331/stat : 13331 (sugar++) S 13329 13331 12960 0 -1 4194304 1621 18498 0 4 5 2 100 11 16 0 1 0 36526966 17276928 1116 996147200 4194304 4206940 548682068528 18446744073709551615 240481513570 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13331/statm: 4218 1116 414 3 0 797 0
[pid=13354] ppid=13331 vsize=5732 CPUtime=101.2
/proc/13354/stat : 13354 (minisat-inc) R 13331 13331 12960 0 -1 4194304 1174 0 0 0 10119 1 0 0 25 0 1 0 36527041 5869568 1118 996147200 134512640 135134323 4294956192 18446744073709551615 134532161 0 0 4096 3 0 0 0 17 0 0 0
/proc/13354/statm: 1433 1118 79 151 0 1279 0
Current children cumulated CPU time (s) 102.38
Current children cumulated vsize (KiB) 22604

[startup+162.301 s]
/proc/loadavg: 1.00 1.07 1.03 2/66 13374
/proc/meminfo: memFree=1960368/2055920 swapFree=4180544/4192956
[pid=13331] ppid=13329 vsize=16872 CPUtime=1.18
/proc/13331/stat : 13331 (sugar++) S 13329 13331 12960 0 -1 4194304 1621 18498 0 4 5 2 100 11 16 0 1 0 36526966 17276928 1116 996147200 4194304 4206940 548682068528 18446744073709551615 240481513570 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13331/statm: 4218 1116 414 3 0 797 0
[pid=13354] ppid=13331 vsize=6432 CPUtime=161.17
/proc/13354/stat : 13354 (minisat-inc) R 13331 13331 12960 0 -1 4194304 1337 0 0 0 16116 1 0 0 25 0 1 0 36527041 6586368 1281 996147200 134512640 135134323 4294956192 18446744073709551615 134531915 0 0 4096 3 0 0 0 17 0 0 0
/proc/13354/statm: 1608 1281 79 151 0 1454 0
Current children cumulated CPU time (s) 162.35
Current children cumulated vsize (KiB) 23304

[startup+222.301 s]
/proc/loadavg: 1.00 1.05 1.03 2/66 13374
/proc/meminfo: memFree=1959792/2055920 swapFree=4180544/4192956
[pid=13331] ppid=13329 vsize=16872 CPUtime=1.18
/proc/13331/stat : 13331 (sugar++) S 13329 13331 12960 0 -1 4194304 1621 18498 0 4 5 2 100 11 16 0 1 0 36526966 17276928 1116 996147200 4194304 4206940 548682068528 18446744073709551615 240481513570 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13331/statm: 4218 1116 414 3 0 797 0
[pid=13354] ppid=13331 vsize=7056 CPUtime=221.16
/proc/13354/stat : 13354 (minisat-inc) R 13331 13331 12960 0 -1 4194304 1483 0 0 0 22114 2 0 0 25 0 1 0 36527041 7225344 1427 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/13354/statm: 1764 1427 79 151 0 1610 0
Current children cumulated CPU time (s) 222.34
Current children cumulated vsize (KiB) 23928

[startup+282.302 s]
/proc/loadavg: 1.00 1.04 1.02 2/66 13374
/proc/meminfo: memFree=1959344/2055920 swapFree=4180544/4192956
[pid=13331] ppid=13329 vsize=16872 CPUtime=1.18
/proc/13331/stat : 13331 (sugar++) S 13329 13331 12960 0 -1 4194304 1621 18498 0 4 5 2 100 11 16 0 1 0 36526966 17276928 1116 996147200 4194304 4206940 548682068528 18446744073709551615 240481513570 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13331/statm: 4218 1116 414 3 0 797 0
[pid=13354] ppid=13331 vsize=7472 CPUtime=281.13
/proc/13354/stat : 13354 (minisat-inc) R 13331 13331 12960 0 -1 4194304 1604 0 0 0 28111 2 0 0 25 0 1 0 36527041 7651328 1548 996147200 134512640 135134323 4294956192 18446744073709551615 134531915 0 0 4096 3 0 0 0 17 0 0 0
/proc/13354/statm: 1868 1548 79 151 0 1714 0
Current children cumulated CPU time (s) 282.31
Current children cumulated vsize (KiB) 24344

[startup+342.301 s]
/proc/loadavg: 1.00 1.03 1.01 2/66 13374
/proc/meminfo: memFree=1958768/2055920 swapFree=4180544/4192956
[pid=13331] ppid=13329 vsize=16872 CPUtime=1.18
/proc/13331/stat : 13331 (sugar++) S 13329 13331 12960 0 -1 4194304 1621 18498 0 4 5 2 100 11 16 0 1 0 36526966 17276928 1116 996147200 4194304 4206940 548682068528 18446744073709551615 240481513570 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13331/statm: 4218 1116 414 3 0 797 0
[pid=13354] ppid=13331 vsize=8024 CPUtime=341.11
/proc/13354/stat : 13354 (minisat-inc) R 13331 13331 12960 0 -1 4194304 1729 0 0 0 34109 2 0 0 25 0 1 0 36527041 8216576 1673 996147200 134512640 135134323 4294956192 18446744073709551615 134531938 0 0 4096 3 0 0 0 17 0 0 0
/proc/13354/statm: 2006 1673 79 151 0 1852 0
Current children cumulated CPU time (s) 342.29
Current children cumulated vsize (KiB) 24896

[startup+402.301 s]
/proc/loadavg: 1.00 1.02 1.01 2/66 13374
/proc/meminfo: memFree=1958128/2055920 swapFree=4180544/4192956
[pid=13331] ppid=13329 vsize=16872 CPUtime=1.18
/proc/13331/stat : 13331 (sugar++) S 13329 13331 12960 0 -1 4194304 1621 18498 0 4 5 2 100 11 16 0 1 0 36526966 17276928 1116 996147200 4194304 4206940 548682068528 18446744073709551615 240481513570 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13331/statm: 4218 1116 414 3 0 797 0
[pid=13354] ppid=13331 vsize=8616 CPUtime=401.09
/proc/13354/stat : 13354 (minisat-inc) R 13331 13331 12960 0 -1 4194304 1866 0 0 0 40107 2 0 0 25 0 1 0 36527041 8822784 1810 996147200 134512640 135134323 4294956192 18446744073709551615 134532046 0 0 4096 3 0 0 0 17 0 0 0
/proc/13354/statm: 2154 1810 79 151 0 2000 0
Current children cumulated CPU time (s) 402.27
Current children cumulated vsize (KiB) 25488


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

[pid=13354] ppid=13331 vsize=15076 CPUtime=2860.2
/proc/13354/stat : 13354 (minisat-inc) R 13331 13331 12960 0 -1 4194304 3402 0 0 0 286015 5 0 0 25 0 1 0 36527041 15437824 3346 996147200 134512640 135134323 4294956192 18446744073709551615 134529278 0 0 4096 3 0 0 0 17 0 0 0
/proc/13354/statm: 3769 3346 79 151 0 3615 0
Current children cumulated CPU time (s) 2861.38
Current children cumulated vsize (KiB) 31948

[startup+2922.3 s]
/proc/loadavg: 1.00 1.01 1.00 2/66 13382
/proc/meminfo: memFree=1950064/2055920 swapFree=4180544/4192956
[pid=13331] ppid=13329 vsize=16872 CPUtime=1.18
/proc/13331/stat : 13331 (sugar++) S 13329 13331 12960 0 -1 4194304 1621 18498 0 4 5 2 100 11 16 0 1 0 36526966 17276928 1116 996147200 4194304 4206940 548682068528 18446744073709551615 240481513570 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13331/statm: 4218 1116 414 3 0 797 0
[pid=13354] ppid=13331 vsize=15076 CPUtime=2920.18
/proc/13354/stat : 13354 (minisat-inc) R 13331 13331 12960 0 -1 4194304 3418 0 0 0 292013 5 0 0 25 0 1 0 36527041 15437824 3362 996147200 134512640 135134323 4294956192 18446744073709551615 134532135 0 0 4096 3 0 0 0 17 0 0 0
/proc/13354/statm: 3769 3362 79 151 0 3615 0
Current children cumulated CPU time (s) 2921.36
Current children cumulated vsize (KiB) 31948

[startup+2982.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 13382
/proc/meminfo: memFree=1950000/2055920 swapFree=4180544/4192956
[pid=13331] ppid=13329 vsize=16872 CPUtime=1.18
/proc/13331/stat : 13331 (sugar++) S 13329 13331 12960 0 -1 4194304 1621 18498 0 4 5 2 100 11 16 0 1 0 36526966 17276928 1116 996147200 4194304 4206940 548682068528 18446744073709551615 240481513570 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13331/statm: 4218 1116 414 3 0 797 0
[pid=13354] ppid=13331 vsize=15076 CPUtime=2980.15
/proc/13354/stat : 13354 (minisat-inc) R 13331 13331 12960 0 -1 4194304 3419 0 0 0 298010 5 0 0 25 0 1 0 36527041 15437824 3363 996147200 134512640 135134323 4294956192 18446744073709551615 134532166 0 0 4096 3 0 0 0 17 0 0 0
/proc/13354/statm: 3769 3363 79 151 0 3615 0
Current children cumulated CPU time (s) 2981.33
Current children cumulated vsize (KiB) 31948

[startup+3042.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 13382
/proc/meminfo: memFree=1950000/2055920 swapFree=4180544/4192956
[pid=13331] ppid=13329 vsize=16872 CPUtime=1.18
/proc/13331/stat : 13331 (sugar++) S 13329 13331 12960 0 -1 4194304 1621 18498 0 4 5 2 100 11 16 0 1 0 36526966 17276928 1116 996147200 4194304 4206940 548682068528 18446744073709551615 240481513570 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13331/statm: 4218 1116 414 3 0 797 0
[pid=13354] ppid=13331 vsize=15076 CPUtime=3040.13
/proc/13354/stat : 13354 (minisat-inc) R 13331 13331 12960 0 -1 4194304 3421 0 0 0 304007 6 0 0 25 0 1 0 36527041 15437824 3365 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/13354/statm: 3769 3365 79 151 0 3615 0
Current children cumulated CPU time (s) 3041.31
Current children cumulated vsize (KiB) 31948

[startup+3102.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 13382
/proc/meminfo: memFree=1949872/2055920 swapFree=4180544/4192956
[pid=13331] ppid=13329 vsize=16872 CPUtime=1.18
/proc/13331/stat : 13331 (sugar++) S 13329 13331 12960 0 -1 4194304 1621 18498 0 4 5 2 100 11 16 0 1 0 36526966 17276928 1116 996147200 4194304 4206940 548682068528 18446744073709551615 240481513570 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13331/statm: 4218 1116 414 3 0 797 0
[pid=13354] ppid=13331 vsize=15380 CPUtime=3100.08
/proc/13354/stat : 13354 (minisat-inc) R 13331 13331 12960 0 -1 4194304 3461 0 0 0 310002 6 0 0 25 0 1 0 36527041 15749120 3405 996147200 134512640 135134323 4294956192 18446744073709551615 134529657 0 0 4096 3 0 0 0 17 0 0 0
/proc/13354/statm: 3845 3405 79 151 0 3691 0
Current children cumulated CPU time (s) 3101.26
Current children cumulated vsize (KiB) 32252

[startup+3162.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 13382
/proc/meminfo: memFree=1949808/2055920 swapFree=4180544/4192956
[pid=13331] ppid=13329 vsize=16872 CPUtime=1.18
/proc/13331/stat : 13331 (sugar++) S 13329 13331 12960 0 -1 4194304 1621 18498 0 4 5 2 100 11 16 0 1 0 36526966 17276928 1116 996147200 4194304 4206940 548682068528 18446744073709551615 240481513570 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13331/statm: 4218 1116 414 3 0 797 0
[pid=13354] ppid=13331 vsize=15380 CPUtime=3160.06
/proc/13354/stat : 13354 (minisat-inc) R 13331 13331 12960 0 -1 4194304 3472 0 0 0 316000 6 0 0 25 0 1 0 36527041 15749120 3416 996147200 134512640 135134323 4294956192 18446744073709551615 134531932 0 0 4096 3 0 0 0 17 0 0 0
/proc/13354/statm: 3845 3416 79 151 0 3691 0
Current children cumulated CPU time (s) 3161.24
Current children cumulated vsize (KiB) 32252

[startup+3222.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 13382
/proc/meminfo: memFree=1949744/2055920 swapFree=4180544/4192956
[pid=13331] ppid=13329 vsize=16872 CPUtime=1.18
/proc/13331/stat : 13331 (sugar++) S 13329 13331 12960 0 -1 4194304 1621 18498 0 4 5 2 100 11 16 0 1 0 36526966 17276928 1116 996147200 4194304 4206940 548682068528 18446744073709551615 240481513570 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13331/statm: 4218 1116 414 3 0 797 0
[pid=13354] ppid=13331 vsize=15516 CPUtime=3220.03
/proc/13354/stat : 13354 (minisat-inc) R 13331 13331 12960 0 -1 4194304 3491 0 0 0 321997 6 0 0 25 0 1 0 36527041 15888384 3435 996147200 134512640 135134323 4294956192 18446744073709551615 134532031 0 0 4096 3 0 0 0 17 0 0 0
/proc/13354/statm: 3879 3435 79 151 0 3725 0
Current children cumulated CPU time (s) 3221.21
Current children cumulated vsize (KiB) 32388

[startup+3282.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 13382
/proc/meminfo: memFree=1949616/2055920 swapFree=4180544/4192956
[pid=13331] ppid=13329 vsize=16872 CPUtime=1.18
/proc/13331/stat : 13331 (sugar++) S 13329 13331 12960 0 -1 4194304 1621 18498 0 4 5 2 100 11 16 0 1 0 36526966 17276928 1116 996147200 4194304 4206940 548682068528 18446744073709551615 240481513570 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13331/statm: 4218 1116 414 3 0 797 0
[pid=13354] ppid=13331 vsize=15516 CPUtime=3279.99
/proc/13354/stat : 13354 (minisat-inc) R 13331 13331 12960 0 -1 4194304 3501 0 0 0 327993 6 0 0 25 0 1 0 36527041 15888384 3445 996147200 134512640 135134323 4294956192 18446744073709551615 134532135 0 0 4096 3 0 0 0 17 0 0 0
/proc/13354/statm: 3879 3445 79 151 0 3725 0
Current children cumulated CPU time (s) 3281.17
Current children cumulated vsize (KiB) 32388

[startup+3342.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 13382
/proc/meminfo: memFree=1949488/2055920 swapFree=4180544/4192956
[pid=13331] ppid=13329 vsize=16872 CPUtime=1.18
/proc/13331/stat : 13331 (sugar++) S 13329 13331 12960 0 -1 4194304 1621 18498 0 4 5 2 100 11 16 0 1 0 36526966 17276928 1116 996147200 4194304 4206940 548682068528 18446744073709551615 240481513570 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13331/statm: 4218 1116 414 3 0 797 0
[pid=13354] ppid=13331 vsize=15648 CPUtime=3339.95
/proc/13354/stat : 13354 (minisat-inc) R 13331 13331 12960 0 -1 4194304 3537 0 0 0 333989 6 0 0 25 0 1 0 36527041 16023552 3481 996147200 134512640 135134323 4294956192 18446744073709551615 134531971 0 0 4096 3 0 0 0 17 0 0 0
/proc/13354/statm: 3912 3481 79 151 0 3758 0
Current children cumulated CPU time (s) 3341.13
Current children cumulated vsize (KiB) 32520

[startup+3402.31 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 13382
/proc/meminfo: memFree=1949424/2055920 swapFree=4180544/4192956
[pid=13331] ppid=13329 vsize=16872 CPUtime=1.18
/proc/13331/stat : 13331 (sugar++) S 13329 13331 12960 0 -1 4194304 1621 18498 0 4 5 2 100 11 16 0 1 0 36526966 17276928 1116 996147200 4194304 4206940 548682068528 18446744073709551615 240481513570 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13331/statm: 4218 1116 414 3 0 797 0
[pid=13354] ppid=13331 vsize=15648 CPUtime=3399.93
/proc/13354/stat : 13354 (minisat-inc) R 13331 13331 12960 0 -1 4194304 3553 0 0 0 339987 6 0 0 25 0 1 0 36527041 16023552 3497 996147200 134512640 135134323 4294956192 18446744073709551615 134531971 0 0 4096 3 0 0 0 17 0 0 0
/proc/13354/statm: 3912 3497 79 151 0 3758 0
Current children cumulated CPU time (s) 3401.11
Current children cumulated vsize (KiB) 32520

[startup+3462.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 13382
/proc/meminfo: memFree=1949040/2055920 swapFree=4180544/4192956
[pid=13331] ppid=13329 vsize=16872 CPUtime=1.18
/proc/13331/stat : 13331 (sugar++) S 13329 13331 12960 0 -1 4194304 1621 18498 0 4 5 2 100 11 16 0 1 0 36526966 17276928 1116 996147200 4194304 4206940 548682068528 18446744073709551615 240481513570 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13331/statm: 4218 1116 414 3 0 797 0
[pid=13354] ppid=13331 vsize=15944 CPUtime=3459.89
/proc/13354/stat : 13354 (minisat-inc) R 13331 13331 12960 0 -1 4194304 3601 0 0 0 345983 6 0 0 25 0 1 0 36527041 16326656 3545 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/13354/statm: 3986 3545 79 151 0 3832 0
Current children cumulated CPU time (s) 3461.07
Current children cumulated vsize (KiB) 32816

[startup+3522.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 13382
/proc/meminfo: memFree=1949040/2055920 swapFree=4180544/4192956
[pid=13331] ppid=13329 vsize=16872 CPUtime=1.18
/proc/13331/stat : 13331 (sugar++) S 13329 13331 12960 0 -1 4194304 1621 18498 0 4 5 2 100 11 16 0 1 0 36526966 17276928 1116 996147200 4194304 4206940 548682068528 18446744073709551615 240481513570 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13331/statm: 4218 1116 414 3 0 797 0
[pid=13354] ppid=13331 vsize=15944 CPUtime=3519.84
/proc/13354/stat : 13354 (minisat-inc) R 13331 13331 12960 0 -1 4194304 3602 0 0 0 351978 6 0 0 25 0 1 0 36527041 16326656 3546 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/13354/statm: 3986 3546 79 151 0 3832 0
Current children cumulated CPU time (s) 3521.02
Current children cumulated vsize (KiB) 32816

[startup+3582.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 13382
/proc/meminfo: memFree=1948912/2055920 swapFree=4180544/4192956
[pid=13331] ppid=13329 vsize=16872 CPUtime=1.18
/proc/13331/stat : 13331 (sugar++) S 13329 13331 12960 0 -1 4194304 1621 18498 0 4 5 2 100 11 16 0 1 0 36526966 17276928 1116 996147200 4194304 4206940 548682068528 18446744073709551615 240481513570 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13331/statm: 4218 1116 414 3 0 797 0
[pid=13354] ppid=13331 vsize=15944 CPUtime=3579.81
/proc/13354/stat : 13354 (minisat-inc) R 13331 13331 12960 0 -1 4194304 3618 0 0 0 357975 6 0 0 25 0 1 0 36527041 16326656 3562 996147200 134512640 135134323 4294956192 18446744073709551615 134531965 0 0 4096 3 0 0 0 17 0 0 0
/proc/13354/statm: 3986 3562 79 151 0 3832 0
Current children cumulated CPU time (s) 3580.99
Current children cumulated vsize (KiB) 32816



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3601.41 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 13382
/proc/meminfo: memFree=1948784/2055920 swapFree=4180544/4192956
[pid=13331] ppid=13329 vsize=16872 CPUtime=1.18
/proc/13331/stat : 13331 (sugar++) S 13329 13331 12960 0 -1 4194304 1621 18498 0 4 5 2 100 11 16 0 1 0 36526966 17276928 1116 996147200 4194304 4206940 548682068528 18446744073709551615 240481513570 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13331/statm: 4218 1116 414 3 0 797 0
[pid=13354] ppid=13331 vsize=16096 CPUtime=3598.91
/proc/13354/stat : 13354 (minisat-inc) R 13331 13331 12960 0 -1 4194304 3648 0 0 0 359885 6 0 0 25 0 1 0 36527041 16482304 3592 996147200 134512640 135134323 4294956192 18446744073709551615 134528684 0 0 4096 3 0 0 0 17 0 0 0
/proc/13354/statm: 4024 3592 79 151 0 3870 0
Current children cumulated CPU time (s) 3600.09
Current children cumulated vsize (KiB) 32968

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

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

Child status: 0
Real time (s): 3601.41
CPU time (s): 3600.13
CPU user time (s): 3599.92
CPU system time (s): 0.210967
CPU usage (%): 99.9643
Max. virtual memory (cumulated for all children) (KiB): 36240

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3599.92
system time used= 0.210967
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 23842
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= 926
involuntary context switches= 12315

runsolver used 3.9764 second user time and 9.13061 second system time

The end

Launcher Data (download as text)

Begin job on node15 at 2008-07-11 19:44:04
IDJOB=1108957
IDBENCH=60841
IDSOLVER=367
FILE ID=node15/1108957-1215798244
PBS_JOBID= 7903201
Free space on /tmp= 66500 MiB

SOLVER NAME= Sugar++ v1.13+minisat-inc
BENCH NAME= CPAI08/csp/QG5/normalized-quasigroup5-6.xml
COMMAND LINE= DIR/sugar++ -max -incremental -c -vv -java="java -Xmx700M" -decjava="java -Xmx50M" -jar="DIR/sugar-v1-13.jar" -solver="DIR/minisat-inc" -tmp="TMPDIR/temp" BENCHNAME
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1108957-1215798244/watcher-1108957-1215798244 -o /tmp/evaluation-result-1108957-1215798244/solver-1108957-1215798244 -C 3600 -W 4000 -M 900 --output-limit 1,15  HOME/sugar++ -max -incremental -c -vv -java="java -Xmx700M" -decjava="java -Xmx50M" -jar="HOME/sugar-v1-13.jar" -solver="HOME/minisat-inc" -tmp="HOME/temp" HOME/instance-1108957-1215798244.xml

TIME LIMIT= 3600 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 798b1003d8454b633caeaadb96c55f98
RANDOM SEED=2097666208

node15.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.279
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.279
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:       1968856 kB
Buffers:          4360 kB
Cached:          33492 kB
SwapCached:       5940 kB
Active:          39412 kB
Inactive:         6572 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1968856 kB
SwapTotal:     4192956 kB
SwapFree:      4180544 kB
Dirty:             948 kB
Writeback:           0 kB
Mapped:          14008 kB
Slab:            27032 kB
Committed_AS:    77232 kB
PageTables:       1524 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= 66496 MiB
End job on node15 at 2008-07-11 20:44:05