Trace number 1115404

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.12 3614.81

General information on the benchmark

Namemaxcsp/randomMaxCSP/denseTight/
normalized-vcsp-25-10-25-87-49_ext.xml
MD5SUM5e4342cfe04164929a89212c0ea22b8e
Bench Category2-ARY-EXT (binary constraints in extension)
Best result obtained on this benchmarkMOPT
Best Number of falsified constraints31
Best CPU time to get the best result obtained on this benchmark4.08938
Satisfiable
(Un)Satisfiability was proved
Number of variables25
Number of constraints75
Maximum constraint arity2
Maximum domain size10
Number of constraints which are defined in extension75
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.04	c 0	Sugar v1-13 + HOME/minisat
0.00/0.04	c 0	BEGIN Mon Jul 14 11:23:49 2008
0.00/0.04	c 0	PID 21655
0.00/0.04	c 0	HOST node6.alineos.net
0.00/0.04	c 0	CONVERTING HOME/instance-1115404-1216027428.xml TO HOME/temp.csp
0.00/0.04	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1115404-1216027428.xml' 'HOME/temp.csp'
0.04/0.23	c 0	1 domains, 25 variables, 0 predicates, 75 relations, 75 constraints
0.04/0.25	c 0	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.04/0.25	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.25/0.33	c 0	Parsing HOME/temp.csp
0.25/0.38	c 0	parsed 176 expressions
0.25/0.39	c 0	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.25/0.39	c 0	MAX CSP: 75 constraints
0.25/0.39	c 0	Converting to clausal form CSP
0.25/0.41	c 0	converted 26 (10%) expressions
0.25/0.41	c 0	converted 51 (20%) expressions
0.25/0.41	c 0	converted 77 (30%) expressions
0.25/0.41	c 0	converted 102 (40%) expressions
0.25/0.42	c 0	converted 127 (50%) expressions
0.25/0.43	c 0	converted 153 (60%) expressions
0.25/0.43	c 0	converted 178 (70%) expressions
0.25/0.43	c 0	converted 204 (80%) expressions
0.25/0.43	c 0	converted 229 (90%) expressions
0.25/0.47	c 0	converted 254 (100%) expressions
0.25/0.47	c 0	CSP : 175 integers, 0 booleans, 224 clauses, largest domain size 113
0.25/0.47	c 0	Heap : 1 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.25/0.47	c 0	Propagation in CSP
0.25/0.48	c 0	71 values, 0 unsatisfiable literals, and 0 valid clauses are removed
0.25/0.48	c 0	CSP : 175 integers, 0 booleans, 224 clauses, largest domain size 76
0.25/0.48	c 0	Heap : 1 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.25/0.48	c 0	Simplifing CSP by introducing new Boolean variables
0.25/0.48	c 0	CSP : 175 integers, 0 booleans, 224 clauses, largest domain size 76
0.25/0.48	c 0	Heap : 1 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.25/0.50	c 0	Encoding CSP to SAT : HOME/temp.cnf
0.25/0.51	c 0	18 (10%) CSP integer variables are encoded (144 clauses, 1456 bytes)
0.25/0.51	c 0	35 (20%) CSP integer variables are encoded (200 clauses, 2072 bytes)
0.25/0.51	c 0	53 (30%) CSP integer variables are encoded (200 clauses, 2072 bytes)
0.25/0.51	c 0	70 (40%) CSP integer variables are encoded (200 clauses, 2072 bytes)
0.25/0.51	c 0	88 (50%) CSP integer variables are encoded (200 clauses, 2072 bytes)
0.25/0.51	c 0	105 (60%) CSP integer variables are encoded (282 clauses, 2974 bytes)
0.25/0.51	c 0	123 (70%) CSP integer variables are encoded (346 clauses, 3678 bytes)
0.25/0.52	c 0	140 (80%) CSP integer variables are encoded (442 clauses, 4734 bytes)
0.25/0.52	c 0	158 (90%) CSP integer variables are encoded (506 clauses, 5438 bytes)
0.25/0.52	c 0	175 (100%) CSP integer variables are encoded (977 clauses, 10920 bytes)
0.25/0.54	c 0	23 (10%) CSP clauses are encoded (1373 clauses, 17489 bytes)
0.25/0.54	c 0	45 (20%) CSP clauses are encoded (1755 clauses, 24196 bytes)
0.25/0.55	c 0	68 (30%) CSP clauses are encoded (2153 clauses, 31722 bytes)
0.25/0.55	c 0	90 (40%) CSP clauses are encoded (2350 clauses, 35052 bytes)
0.25/0.55	c 0	112 (50%) CSP clauses are encoded (2782 clauses, 41192 bytes)
0.25/0.56	c 0	135 (60%) CSP clauses are encoded (2959 clauses, 43575 bytes)
0.25/0.56	c 0	157 (70%) CSP clauses are encoded (4127 clauses, 60860 bytes)
0.25/0.56	c 0	180 (80%) CSP clauses are encoded (4305 clauses, 63261 bytes)
0.25/0.57	c 0	202 (90%) CSP clauses are encoded (6122 clauses, 88850 bytes)
0.25/0.58	c 0	224 (100%) CSP clauses are encoded (10821 clauses, 166318 bytes)
0.25/0.58	c 0	224 CSP clauses encoded
0.25/0.58	c 0	Writing map file : HOME/temp.map
0.25/0.58	c 0	Heap : 0 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.25/0.58	c 0	SAT : 1152 SAT variables, 10821 SAT clauses, 166318 bytes
0.25/0.58	c 0	Heap : 0 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.25/0.63	c 0	OBJECTIVE minimize _COST
0.25/0.63	c 0	OBJECTIVE BOUND: 0 <= _COST <= 
0.25/0.63	c 0	SEARCHING: _COST <= 38
0.25/0.63	c 0	SOLVING HOME/temp.cnf
0.25/0.63	c 0	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
0.25/0.63	c 0	This is MiniSat 2.0 beta
0.25/0.63	c 0	WARNING: for repeatability, setting FPU to use double precision
0.25/0.63	c 0	============================[ Problem Statistics ]=============================
0.25/0.63	c 0	|                                                                             |
0.25/0.63	c 0	|  Number of variables:  1152                                                 |
0.25/0.63	c 0	|  Number of clauses:    10822                                                |
0.25/0.64	c 0	|  Parsing time:         0.00         s                                       |
0.25/0.64	c 0	============================[ Search Statistics ]==============================
0.25/0.64	c 0	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
0.25/0.64	c 0	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
0.25/0.64	c 0	===============================================================================
0.25/0.64	c 0	|         0 |     893     7598    21924 |     2532        0    nan |  0.000 % |
0.25/0.65	c 0	|       100 |     893     7598    21924 |     2785      100     15 | 22.483 % |
0.25/0.65	c 0	|       251 |     893     7598    21924 |     3064      251     14 | 22.483 % |
0.25/0.66	c 0	|       476 |     893     7598    21924 |     3370      476     14 | 22.487 % |
0.25/0.68	c 0	|       814 |     893     7598    21924 |     3708      814     14 | 22.485 % |
0.66/0.70	c 0	|      1320 |     893     7598    21924 |     4078     1320     14 | 22.485 % |
0.66/0.74	c 0	|      2080 |     893     7598    21924 |     4486     2080     15 | 22.486 % |
0.66/0.80	c 0	|      3219 |     893     7598    21924 |     4935     3219     16 | 22.490 % |
0.66/0.90	c 0	|      4928 |     893     7598    21924 |     5428     4928     17 | 22.485 % |
0.66/0.93	c 0	===============================================================================
0.66/0.93	c 0	restarts              : 9
0.66/0.93	c 0	conflicts             : 5436           (18556 /sec)
0.66/0.93	c 0	decisions             : 7282           (0.84 % random) (24857 /sec)
0.66/0.93	c 0	propagations          : 500650         (1708966 /sec)
0.66/0.93	c 0	conflict literals     : 92212          (29.63 % deleted)
0.66/0.93	c 0	Memory used           : 2.69 MB
0.66/0.93	c 0	CPU time              : 0.292955 s
0.66/0.93	c 0	
0.66/0.93	c 0	SATISFIABLE
0.66/0.93	c 0	FOUND: _COST <= 38
0.66/0.93	s SATISFIABLE
0.66/0.93	c 0	DECODING HOME/temp.out WITH HOME/temp.map
0.66/0.93	c 0	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.02/1.01	c 1	Decoding HOME/temp.out
1.02/1.05	c 1	OBJECTIVE _COST 38
1.02/1.05	o 38
1.02/1.06	v 9 8 7 0 3 2 4 2 4 9 9 9 1 7 6 5 8 0 9 2 0 4 1 1 2
1.02/1.06	c 1	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
1.02/1.09	c 1	OBJECTIVE BOUND: 0 <= _COST <= 38
1.02/1.09	c 1	SEARCHING: _COST <= 19
1.02/1.09	c 1	SOLVING HOME/temp.cnf
1.02/1.09	c 1	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
1.02/1.10	c 1	This is MiniSat 2.0 beta
1.02/1.10	c 1	WARNING: for repeatability, setting FPU to use double precision
1.02/1.10	c 1	============================[ Problem Statistics ]=============================
1.02/1.10	c 1	|                                                                             |
1.02/1.10	c 1	|  Number of variables:  1152                                                 |
1.02/1.10	c 1	|  Number of clauses:    10822                                                |
1.09/1.10	c 1	|  Parsing time:         0.00         s                                       |
1.09/1.11	c 1	============================[ Search Statistics ]==============================
1.09/1.11	c 1	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
1.09/1.11	c 1	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
1.09/1.11	c 1	===============================================================================
1.09/1.11	c 1	|         0 |     741     5584    16319 |     1861        0    nan |  0.000 % |
1.09/1.11	c 1	|       101 |     741     5584    16319 |     2047      101     14 | 35.678 % |
1.09/1.12	c 1	|       251 |     741     5584    16319 |     2252      251     12 | 35.678 % |
1.09/1.13	c 1	|       476 |     741     5584    16319 |     2477      476     11 | 35.683 % |
1.09/1.14	c 1	|       814 |     741     5584    16319 |     2725      814     10 | 35.680 % |
1.09/1.17	c 1	|      1320 |     741     5584    16319 |     2997     1320     11 | 35.685 % |
1.09/1.21	c 1	|      2079 |     741     5584    16319 |     3297     2079     11 | 35.685 % |
1.09/1.27	c 1	|      3219 |     741     5584    16319 |     3627     3219     11 | 35.685 % |
1.09/1.39	c 1	|      4927 |     741     5584    16319 |     3989     2778     12 | 35.685 % |
1.09/1.57	c 1	|      7489 |     741     5584    16319 |     4388     3039     10 | 35.685 % |
1.09/1.80	c 1	|     11334 |     740     5567    16267 |     4827     3050     13 | 35.765 % |
2.08/2.20	c 2	|     17101 |     740     5567    16267 |     5310     3326     13 | 35.765 % |
2.77/2.83	c 2	|     25750 |     740     5567    16267 |     5841     3037     12 | 35.765 % |
3.67/3.79	c 3	|     38725 |     740     5567    16267 |     6425     6398     10 | 35.770 % |
5.15/5.29	c 5	|     58187 |     738     5542    16178 |     7068     4845     14 | 35.940 % |
7.35/7.46	c 7	|     87379 |     715     5037    14746 |     7775     4376     12 | 37.935 % |
9.93/10.08	c 10	===============================================================================
9.93/10.08	c 10	restarts              : 16
9.93/10.08	c 10	conflicts             : 120101         (13447 /sec)
9.93/10.08	c 10	decisions             : 146627         (1.17 % random) (16417 /sec)
9.93/10.08	c 10	propagations          : 12430516       (1391739 /sec)
9.93/10.08	c 10	conflict literals     : 1567745        (35.09 % deleted)
9.93/10.08	c 10	Memory used           : 3.47 MB
9.93/10.08	c 10	CPU time              : 8.93164 s
9.93/10.08	c 10	
9.93/10.08	c 10	UNSATISFIABLE
9.93/10.08	c 10	NOT FOUND: _COST <= 19
9.93/10.08	c 10	OBJECTIVE BOUND: 20 <= _COST <= 38
9.93/10.08	c 10	SEARCHING: _COST <= 29
9.93/10.08	c 10	SOLVING HOME/temp.cnf
9.93/10.08	c 10	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
9.93/10.09	c 10	This is MiniSat 2.0 beta
9.93/10.09	c 10	WARNING: for repeatability, setting FPU to use double precision
9.93/10.09	c 10	============================[ Problem Statistics ]=============================
9.93/10.09	c 10	|                                                                             |
9.93/10.09	c 10	|  Number of variables:  1152                                                 |
9.93/10.09	c 10	|  Number of clauses:    10822                                                |
9.93/10.09	c 10	|  Parsing time:         0.00         s                                       |
9.93/10.09	c 10	============================[ Search Statistics ]==============================
9.93/10.09	c 10	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
9.93/10.09	c 10	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
9.93/10.09	c 10	===============================================================================
9.93/10.09	c 10	|         0 |     821     6689    19404 |     2229        0    nan |  0.000 % |
10.03/10.10	c 10	|       100 |     821     6689    19404 |     2452      100     15 | 28.733 % |
10.03/10.10	c 10	|       251 |     821     6689    19404 |     2697      251     13 | 28.735 % |
10.03/10.11	c 10	|       477 |     821     6689    19404 |     2967      477     13 | 28.738 % |
10.03/10.13	c 10	|       814 |     821     6689    19404 |     3264      814     14 | 28.738 % |
10.03/10.15	c 10	|      1320 |     821     6689    19404 |     3590     1320     14 | 28.735 % |
10.03/10.19	c 10	|      2079 |     821     6689    19404 |     3949     2079     14 | 28.734 % |
10.03/10.24	c 10	|      3220 |     821     6689    19404 |     4344     3220     14 | 28.735 % |
10.03/10.35	c 10	|      4928 |     821     6689    19404 |     4779     4928     14 | 28.733 % |
10.03/10.52	c 10	|      7490 |     821     6689    19404 |     5257     4783     14 | 28.735 % |
10.03/10.78	c 10	|     11335 |     821     6689    19404 |     5783     5659     15 | 28.734 % |
11.13/11.22	c 11	|     17104 |     821     6689    19404 |     6361     4976     16 | 28.733 % |
11.73/11.84	c 11	|     25753 |     821     6689    19404 |     6997     6619     18 | 28.734 % |
12.82/12.91	c 12	|     38728 |     821     6689    19404 |     7697     4295     15 | 28.733 % |
14.31/14.48	c 14	|     58189 |     821     6689    19404 |     8467     6984     15 | 28.734 % |
16.80/16.94	c 16	|     87382 |     821     6689    19404 |     9313     8773     20 | 28.734 % |
20.69/20.84	c 20	|    131172 |     821     6689    19404 |    10245     7757     16 | 28.735 % |
26.86/27.02	c 27	|    196857 |     821     6689    19404 |    11269     7978     15 | 28.735 % |
36.52/36.72	c 36	|    295384 |     821     6689    19404 |    12396    11033     13 | 28.735 % |
51.16/51.43	c 51	|    443173 |     821     6689    19404 |    13636     8692     15 | 28.734 % |
74.76/75.13	c 75	|    664858 |     821     6689    19404 |    15000     9041     15 | 28.735 % |
111.62/112.16	c 112	|    997383 |     821     6689    19404 |    16500    12456     20 | 28.734 % |
172.17/172.98	c 173	|   1496171 |     821     6689    19404 |    18150    13222     22 | 28.734 % |
271.26/272.48	c 272	|   2244353 |     821     6689    19404 |    19965     9649     16 | 28.734 % |
425.33/427.17	c 427	|   3366629 |     821     6689    19404 |    21961    18208     23 | 28.735 % |
676.01/678.87	c 678	|   5050040 |     821     6689    19404 |    24157    15682     21 | 28.735 % |
1107.45/1112.04	c 1112	|   7575156 |     821     6689    19404 |    26573    19079     21 | 28.733 % |
1781.70/1789.05	c 1789	|  11362833 |     820     6672    19352 |    29230    16524     21 | 28.822 % |
2889.07/2900.91	c 2900	|  17044345 |     820     6672    19352 |    32154    26077     19 | 28.822 % |
3600.08/3614.81	sh: line 1: 21738 Terminated              HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out' 2>&1
3600.08/3614.81	c ERROR unknown output  in HOME/temp.out
3600.08/3614.81	c 3614	CPU 3599.92 (0.04 0.01 3599.88 0.17)
3600.08/3614.81	c 3614	END Mon Jul 14 12:24:03 2008

Verifier Data (download as text)

OK	38	37
38 unsatisfied constraints, 37 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-1115404-1216027428/watcher-1115404-1216027428 -o /tmp/evaluation-result-1115404-1216027428/solver-1115404-1216027428 -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-1115404-1216027428.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: 0.00 0.00 0.00 3/67 21655
/proc/meminfo: memFree=1834028/2055924 swapFree=4181092/4192956
[pid=21655] ppid=21653 vsize=12268 CPUtime=0
/proc/21655/stat : 21655 (sugar) D 21653 21655 21589 0 -1 4194304 348 0 0 0 0 0 0 0 18 0 1 0 59446076 12562432 316 996147200 4194304 4206940 548682068592 18446744073709551615 268583008869 0 2147483391 4224 0 18446744072099781622 0 0 17 1 0 0
/proc/21655/statm: 3067 316 241 3 0 167 0

[startup+0.0578691 s]
/proc/loadavg: 0.00 0.00 0.00 3/67 21655
/proc/meminfo: memFree=1834028/2055924 swapFree=4181092/4192956
[pid=21655] ppid=21653 vsize=13600 CPUtime=0.04
/proc/21655/stat : 21655 (sugar) S 21653 21655 21589 0 -1 4194304 898 127 0 0 3 1 0 0 19 0 1 0 59446076 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/21655/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.101874 s]
/proc/loadavg: 0.00 0.00 0.00 3/67 21655
/proc/meminfo: memFree=1834028/2055924 swapFree=4181092/4192956
[pid=21655] ppid=21653 vsize=13600 CPUtime=0.04
/proc/21655/stat : 21655 (sugar) S 21653 21655 21589 0 -1 4194304 898 127 0 0 3 1 0 0 19 0 1 0 59446076 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/21655/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.301896 s]
/proc/loadavg: 0.00 0.00 0.00 3/67 21655
/proc/meminfo: memFree=1834028/2055924 swapFree=4181092/4192956
[pid=21655] ppid=21653 vsize=13600 CPUtime=0.25
/proc/21655/stat : 21655 (sugar) S 21653 21655 21589 0 -1 4194304 957 4297 0 1 3 1 19 2 17 0 1 0 59446076 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/21655/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 0.25
Current children cumulated vsize (KiB) 13600

[startup+0.70194 s]
/proc/loadavg: 0.00 0.00 0.00 3/67 21655
/proc/meminfo: memFree=1834028/2055924 swapFree=4181092/4192956
[pid=21655] ppid=21653 vsize=13600 CPUtime=0.66
/proc/21655/stat : 21655 (sugar) S 21653 21655 21589 0 -1 4194304 1055 9697 0 2 3 1 57 5 16 0 1 0 59446076 13926400 804 996147200 4194304 4206940 548682068592 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21655/statm: 3400 804 374 3 0 500 0
Current children cumulated CPU time (s) 0.66
Current children cumulated vsize (KiB) 13600

[startup+1.50103 s]
/proc/loadavg: 0.00 0.00 0.00 3/93 21710
/proc/meminfo: memFree=1818076/2055924 swapFree=4181092/4192956
[pid=21655] ppid=21653 vsize=13600 CPUtime=1.09
/proc/21655/stat : 21655 (sugar) S 21653 21655 21589 0 -1 4194304 1175 14105 0 3 4 1 97 7 15 0 1 0 59446076 13926400 805 996147200 4194304 4206940 548682068592 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21655/statm: 3400 805 374 3 0 500 0
Current children cumulated CPU time (s) 1.09
Current children cumulated vsize (KiB) 13600

[startup+3.10122 s]
/proc/loadavg: 0.00 0.00 0.00 3/77 21724
/proc/meminfo: memFree=1824284/2055924 swapFree=4181092/4192956
[pid=21655] ppid=21653 vsize=13600 CPUtime=1.09
/proc/21655/stat : 21655 (sugar) S 21653 21655 21589 0 -1 4194304 1175 14105 0 3 4 1 97 7 15 0 1 0 59446076 13926400 805 996147200 4194304 4206940 548682068592 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21655/statm: 3400 805 374 3 0 500 0
[pid=21711] ppid=21655 vsize=5356 CPUtime=0
/proc/21711/stat : 21711 (sh) S 21655 21655 21589 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 59446186 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21711/statm: 1339 232 193 169 0 50 0
[pid=21712] ppid=21711 vsize=2884 CPUtime=1.98
/proc/21712/stat : 21712 (minisat) R 21711 21655 21589 0 -1 4194304 429 0 0 0 198 0 0 0 25 0 1 0 59446186 2953216 415 996147200 134512640 135127466 4294956256 18446744073709551615 134527970 0 0 4096 3 0 0 0 17 1 0 0
/proc/21712/statm: 721 415 75 150 0 568 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 21840

[startup+6.30259 s]
/proc/loadavg: 0.16 0.03 0.01 3/77 21724
/proc/meminfo: memFree=1822876/2055924 swapFree=4181092/4192956
[pid=21655] ppid=21653 vsize=13600 CPUtime=1.09
/proc/21655/stat : 21655 (sugar) S 21653 21655 21589 0 -1 4194304 1175 14105 0 3 4 1 97 7 16 0 1 0 59446076 13926400 805 996147200 4194304 4206940 548682068592 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21655/statm: 3400 805 374 3 0 500 0
[pid=21711] ppid=21655 vsize=5356 CPUtime=0
/proc/21711/stat : 21711 (sh) S 21655 21655 21589 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 59446186 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21711/statm: 1339 232 193 169 0 50 0
[pid=21712] ppid=21711 vsize=3280 CPUtime=5.16
/proc/21712/stat : 21712 (minisat) R 21711 21655 21589 0 -1 4194304 531 0 0 0 516 0 0 0 25 0 1 0 59446186 3358720 517 996147200 134512640 135127466 4294956256 18446744073709551615 134530783 0 0 4096 3 0 0 0 17 0 0 0
/proc/21712/statm: 820 517 75 150 0 667 0
Current children cumulated CPU time (s) 6.25
Current children cumulated vsize (KiB) 22236

[startup+12.7013 s]
/proc/loadavg: 0.31 0.07 0.02 3/77 21738
/proc/meminfo: memFree=1823068/2055924 swapFree=4181092/4192956
[pid=21655] ppid=21653 vsize=13600 CPUtime=10.03
/proc/21655/stat : 21655 (sugar) S 21653 21655 21589 0 -1 4194304 1228 14981 0 3 4 1 990 8 15 0 1 0 59446076 13926400 805 996147200 4194304 4206940 548682068592 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/21655/statm: 3400 805 374 3 0 500 0
[pid=21737] ppid=21655 vsize=5356 CPUtime=0
/proc/21737/stat : 21737 (sh) S 21655 21655 21589 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 59447085 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21737/statm: 1339 232 193 169 0 50 0
[pid=21738] ppid=21737 vsize=3284 CPUtime=2.59
/proc/21738/stat : 21738 (minisat) R 21737 21655 21589 0 -1 4194304 540 0 0 0 259 0 0 0 25 0 1 0 59447085 3362816 526 996147200 134512640 135127466 4294956256 18446744073709551615 134530772 0 0 4096 3 0 0 0 17 0 0 0
/proc/21738/statm: 821 526 75 150 0 668 0
Current children cumulated CPU time (s) 12.62
Current children cumulated vsize (KiB) 22240

[startup+25.5018 s]
/proc/loadavg: 0.68 0.16 0.05 3/77 21738
/proc/meminfo: memFree=1821404/2055924 swapFree=4181092/4192956
[pid=21655] ppid=21653 vsize=13600 CPUtime=10.03
/proc/21655/stat : 21655 (sugar) S 21653 21655 21589 0 -1 4194304 1228 14981 0 3 4 1 990 8 16 0 1 0 59446076 13926400 805 996147200 4194304 4206940 548682068592 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/21655/statm: 3400 805 374 3 0 500 0
[pid=21737] ppid=21655 vsize=5356 CPUtime=0
/proc/21737/stat : 21737 (sh) S 21655 21655 21589 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 59447085 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21737/statm: 1339 232 193 169 0 50 0
[pid=21738] ppid=21737 vsize=4368 CPUtime=15.33
/proc/21738/stat : 21738 (minisat) R 21737 21655 21589 0 -1 4194304 779 0 0 0 1533 0 0 0 25 0 1 0 59447085 4472832 765 996147200 134512640 135127466 4294956256 18446744073709551615 134530933 0 0 4096 3 0 0 0 17 0 0 0
/proc/21738/statm: 1092 765 75 150 0 939 0
Current children cumulated CPU time (s) 25.36
Current children cumulated vsize (KiB) 23324

[startup+51.1018 s]
/proc/loadavg: 1.13 0.31 0.10 3/77 21740
/proc/meminfo: memFree=1820124/2055924 swapFree=4181092/4192956
[pid=21655] ppid=21653 vsize=13600 CPUtime=10.03
/proc/21655/stat : 21655 (sugar) S 21653 21655 21589 0 -1 4194304 1228 14981 0 3 4 1 990 8 16 0 1 0 59446076 13926400 805 996147200 4194304 4206940 548682068592 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/21655/statm: 3400 805 374 3 0 500 0
[pid=21737] ppid=21655 vsize=5356 CPUtime=0
/proc/21737/stat : 21737 (sh) S 21655 21655 21589 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 59447085 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21737/statm: 1339 232 193 169 0 50 0
[pid=21738] ppid=21737 vsize=5180 CPUtime=40.83
/proc/21738/stat : 21738 (minisat) R 21737 21655 21589 0 -1 4194304 983 0 0 0 4083 0 0 0 25 0 1 0 59447085 5304320 969 996147200 134512640 135127466 4294956256 18446744073709551615 134530783 0 0 4096 3 0 0 0 17 0 0 0
/proc/21738/statm: 1295 969 75 150 0 1142 0
Current children cumulated CPU time (s) 50.86
Current children cumulated vsize (KiB) 24136

[startup+102.307 s]
/proc/loadavg: 1.62 0.56 0.20 3/77 21740
/proc/meminfo: memFree=1816988/2055924 swapFree=4181092/4192956
[pid=21655] ppid=21653 vsize=13600 CPUtime=10.03
/proc/21655/stat : 21655 (sugar) S 21653 21655 21589 0 -1 4194304 1228 14981 0 3 4 1 990 8 16 0 1 0 59446076 13926400 805 996147200 4194304 4206940 548682068592 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/21655/statm: 3400 805 374 3 0 500 0
[pid=21737] ppid=21655 vsize=5356 CPUtime=0
/proc/21737/stat : 21737 (sh) S 21655 21655 21589 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 59447085 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21737/statm: 1339 232 193 169 0 50 0
[pid=21738] ppid=21737 vsize=6696 CPUtime=91.82
/proc/21738/stat : 21738 (minisat) R 21737 21655 21589 0 -1 4194304 1357 0 0 0 9182 0 0 0 25 0 1 0 59447085 6856704 1343 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/21738/statm: 1674 1343 75 150 0 1521 0
Current children cumulated CPU time (s) 101.85
Current children cumulated vsize (KiB) 25652

[startup+162.302 s]
/proc/loadavg: 1.86 0.82 0.31 3/77 21740
/proc/meminfo: memFree=1814940/2055924 swapFree=4181092/4192956
[pid=21655] ppid=21653 vsize=13600 CPUtime=10.03
/proc/21655/stat : 21655 (sugar) S 21653 21655 21589 0 -1 4194304 1228 14981 0 3 4 1 990 8 16 0 1 0 59446076 13926400 805 996147200 4194304 4206940 548682068592 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/21655/statm: 3400 805 374 3 0 500 0
[pid=21737] ppid=21655 vsize=5356 CPUtime=0
/proc/21737/stat : 21737 (sh) S 21655 21655 21589 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 59447085 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21737/statm: 1339 232 193 169 0 50 0
[pid=21738] ppid=21737 vsize=7392 CPUtime=151.58
/proc/21738/stat : 21738 (minisat) R 21737 21655 21589 0 -1 4194304 1538 0 0 0 15157 1 0 0 25 0 1 0 59447085 7569408 1524 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/21738/statm: 1848 1524 75 150 0 1695 0
Current children cumulated CPU time (s) 161.61
Current children cumulated vsize (KiB) 26348

[startup+222.302 s]
/proc/loadavg: 1.95 1.04 0.41 3/77 21740
/proc/meminfo: memFree=1813020/2055924 swapFree=4181092/4192956
[pid=21655] ppid=21653 vsize=13600 CPUtime=10.03
/proc/21655/stat : 21655 (sugar) S 21653 21655 21589 0 -1 4194304 1228 14981 0 3 4 1 990 8 16 0 1 0 59446076 13926400 805 996147200 4194304 4206940 548682068592 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/21655/statm: 3400 805 374 3 0 500 0
[pid=21737] ppid=21655 vsize=5356 CPUtime=0
/proc/21737/stat : 21737 (sh) S 21655 21655 21589 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 59447085 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21737/statm: 1339 232 193 169 0 50 0
[pid=21738] ppid=21737 vsize=8500 CPUtime=211.33
/proc/21738/stat : 21738 (minisat) R 21737 21655 21589 0 -1 4194304 1803 0 0 0 21132 1 0 0 25 0 1 0 59447085 8704000 1789 996147200 134512640 135127466 4294956256 18446744073709551615 134530654 0 0 4096 3 0 0 0 17 0 0 0
/proc/21738/statm: 2125 1789 75 150 0 1972 0
Current children cumulated CPU time (s) 221.36
Current children cumulated vsize (KiB) 27456

[startup+282.302 s]
/proc/loadavg: 1.98 1.21 0.51 3/77 21740
/proc/meminfo: memFree=1811740/2055924 swapFree=4181092/4192956
[pid=21655] ppid=21653 vsize=13600 CPUtime=10.03
/proc/21655/stat : 21655 (sugar) S 21653 21655 21589 0 -1 4194304 1228 14981 0 3 4 1 990 8 16 0 1 0 59446076 13926400 805 996147200 4194304 4206940 548682068592 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/21655/statm: 3400 805 374 3 0 500 0
[pid=21737] ppid=21655 vsize=5356 CPUtime=0
/proc/21737/stat : 21737 (sh) S 21655 21655 21589 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 59447085 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21737/statm: 1339 232 193 169 0 50 0
[pid=21738] ppid=21737 vsize=9192 CPUtime=271.09
/proc/21738/stat : 21738 (minisat) R 21737 21655 21589 0 -1 4194304 1939 0 0 0 27108 1 0 0 25 0 1 0 59447085 9412608 1925 996147200 134512640 135127466 4294956256 18446744073709551615 134530654 0 0 4096 3 0 0 0 17 0 0 0
/proc/21738/statm: 2298 1925 75 150 0 2145 0
Current children cumulated CPU time (s) 281.12
Current children cumulated vsize (KiB) 28148


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

[pid=21655] ppid=21653 vsize=13600 CPUtime=10.03
/proc/21655/stat : 21655 (sugar) S 21653 21655 21589 0 -1 4194304 1228 14981 0 3 4 1 990 8 16 0 1 0 59446076 13926400 805 996147200 4194304 4206940 548682068592 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/21655/statm: 3400 805 374 3 0 500 0
[pid=21737] ppid=21655 vsize=5356 CPUtime=0
/proc/21737/stat : 21737 (sh) S 21655 21655 21589 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 59447085 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21737/statm: 1339 232 193 169 0 50 0
[pid=21738] ppid=21737 vsize=21660 CPUtime=3019.87
/proc/21738/stat : 21738 (minisat) R 21737 21655 21589 0 -1 4194304 4860 0 0 0 301981 6 0 0 25 0 1 0 59447085 22179840 4846 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/21738/statm: 5415 4846 75 150 0 5262 0
Current children cumulated CPU time (s) 3029.9
Current children cumulated vsize (KiB) 40616

[startup+3102.3 s]
/proc/loadavg: 1.99 1.97 1.88 3/77 21758
/proc/meminfo: memFree=1801948/2055924 swapFree=4181092/4192956
[pid=21655] ppid=21653 vsize=13600 CPUtime=10.03
/proc/21655/stat : 21655 (sugar) S 21653 21655 21589 0 -1 4194304 1228 14981 0 3 4 1 990 8 16 0 1 0 59446076 13926400 805 996147200 4194304 4206940 548682068592 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/21655/statm: 3400 805 374 3 0 500 0
[pid=21737] ppid=21655 vsize=5356 CPUtime=0
/proc/21737/stat : 21737 (sh) S 21655 21655 21589 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 59447085 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21737/statm: 1339 232 193 169 0 50 0
[pid=21738] ppid=21737 vsize=21804 CPUtime=3079.63
/proc/21738/stat : 21738 (minisat) R 21737 21655 21589 0 -1 4194304 4916 0 0 0 307956 7 0 0 25 0 1 0 59447085 22327296 4902 996147200 134512640 135127466 4294956256 18446744073709551615 134527115 0 0 4096 3 0 0 0 17 0 0 0
/proc/21738/statm: 5451 4902 75 150 0 5298 0
Current children cumulated CPU time (s) 3089.66
Current children cumulated vsize (KiB) 40760

[startup+3162.3 s]
/proc/loadavg: 1.99 1.97 1.89 3/77 21758
/proc/meminfo: memFree=1800412/2055924 swapFree=4181092/4192956
[pid=21655] ppid=21653 vsize=13600 CPUtime=10.03
/proc/21655/stat : 21655 (sugar) S 21653 21655 21589 0 -1 4194304 1228 14981 0 3 4 1 990 8 16 0 1 0 59446076 13926400 805 996147200 4194304 4206940 548682068592 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/21655/statm: 3400 805 374 3 0 500 0
[pid=21737] ppid=21655 vsize=5356 CPUtime=0
/proc/21737/stat : 21737 (sh) S 21655 21655 21589 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 59447085 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21737/statm: 1339 232 193 169 0 50 0
[pid=21738] ppid=21737 vsize=22164 CPUtime=3139.39
/proc/21738/stat : 21738 (minisat) R 21737 21655 21589 0 -1 4194304 4985 0 0 0 313932 7 0 0 25 0 1 0 59447085 22695936 4971 996147200 134512640 135127466 4294956256 18446744073709551615 134530700 0 0 4096 3 0 0 0 17 0 0 0
/proc/21738/statm: 5541 4971 75 150 0 5388 0
Current children cumulated CPU time (s) 3149.42
Current children cumulated vsize (KiB) 41120

[startup+3222.3 s]
/proc/loadavg: 1.99 1.97 1.89 3/77 21758
/proc/meminfo: memFree=1799708/2055924 swapFree=4181092/4192956
[pid=21655] ppid=21653 vsize=13600 CPUtime=10.03
/proc/21655/stat : 21655 (sugar) S 21653 21655 21589 0 -1 4194304 1228 14981 0 3 4 1 990 8 16 0 1 0 59446076 13926400 805 996147200 4194304 4206940 548682068592 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/21655/statm: 3400 805 374 3 0 500 0
[pid=21737] ppid=21655 vsize=5356 CPUtime=0
/proc/21737/stat : 21737 (sh) S 21655 21655 21589 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 59447085 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21737/statm: 1339 232 193 169 0 50 0
[pid=21738] ppid=21737 vsize=22320 CPUtime=3199.14
/proc/21738/stat : 21738 (minisat) R 21737 21655 21589 0 -1 4194304 5029 0 0 0 319907 7 0 0 25 0 1 0 59447085 22855680 5015 996147200 134512640 135127466 4294956256 18446744073709551615 134530650 0 0 4096 3 0 0 0 17 0 0 0
/proc/21738/statm: 5580 5015 75 150 0 5427 0
Current children cumulated CPU time (s) 3209.17
Current children cumulated vsize (KiB) 41276

[startup+3282.3 s]
/proc/loadavg: 1.99 1.97 1.90 3/77 21760
/proc/meminfo: memFree=1798620/2055924 swapFree=4181092/4192956
[pid=21655] ppid=21653 vsize=13600 CPUtime=10.03
/proc/21655/stat : 21655 (sugar) S 21653 21655 21589 0 -1 4194304 1228 14981 0 3 4 1 990 8 16 0 1 0 59446076 13926400 805 996147200 4194304 4206940 548682068592 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/21655/statm: 3400 805 374 3 0 500 0
[pid=21737] ppid=21655 vsize=5356 CPUtime=0
/proc/21737/stat : 21737 (sh) S 21655 21655 21589 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 59447085 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21737/statm: 1339 232 193 169 0 50 0
[pid=21738] ppid=21737 vsize=22320 CPUtime=3258.9
/proc/21738/stat : 21738 (minisat) R 21737 21655 21589 0 -1 4194304 5038 0 0 0 325883 7 0 0 25 0 1 0 59447085 22855680 5024 996147200 134512640 135127466 4294956256 18446744073709551615 134530984 0 0 4096 3 0 0 0 17 0 0 0
/proc/21738/statm: 5580 5024 75 150 0 5427 0
Current children cumulated CPU time (s) 3268.93
Current children cumulated vsize (KiB) 41276

[startup+3342.3 s]
/proc/loadavg: 1.99 1.97 1.90 3/77 21760
/proc/meminfo: memFree=1797916/2055924 swapFree=4181092/4192956
[pid=21655] ppid=21653 vsize=13600 CPUtime=10.03
/proc/21655/stat : 21655 (sugar) S 21653 21655 21589 0 -1 4194304 1228 14981 0 3 4 1 990 8 16 0 1 0 59446076 13926400 805 996147200 4194304 4206940 548682068592 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/21655/statm: 3400 805 374 3 0 500 0
[pid=21737] ppid=21655 vsize=5356 CPUtime=0
/proc/21737/stat : 21737 (sh) S 21655 21655 21589 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 59447085 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21737/statm: 1339 232 193 169 0 50 0
[pid=21738] ppid=21737 vsize=22628 CPUtime=3318.65
/proc/21738/stat : 21738 (minisat) R 21737 21655 21589 0 -1 4194304 5096 0 0 0 331858 7 0 0 25 0 1 0 59447085 23171072 5082 996147200 134512640 135127466 4294956256 18446744073709551615 134530673 0 0 4096 3 0 0 0 17 0 0 0
/proc/21738/statm: 5657 5082 75 150 0 5504 0
Current children cumulated CPU time (s) 3328.68
Current children cumulated vsize (KiB) 41584

[startup+3402.31 s]
/proc/loadavg: 1.99 1.97 1.91 3/77 21760
/proc/meminfo: memFree=1796956/2055924 swapFree=4181092/4192956
[pid=21655] ppid=21653 vsize=13600 CPUtime=10.03
/proc/21655/stat : 21655 (sugar) S 21653 21655 21589 0 -1 4194304 1228 14981 0 3 4 1 990 8 16 0 1 0 59446076 13926400 805 996147200 4194304 4206940 548682068592 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/21655/statm: 3400 805 374 3 0 500 0
[pid=21737] ppid=21655 vsize=5356 CPUtime=0
/proc/21737/stat : 21737 (sh) S 21655 21655 21589 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 59447085 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21737/statm: 1339 232 193 169 0 50 0
[pid=21738] ppid=21737 vsize=22936 CPUtime=3378.42
/proc/21738/stat : 21738 (minisat) R 21737 21655 21589 0 -1 4194304 5152 0 0 0 337834 8 0 0 25 0 1 0 59447085 23486464 5138 996147200 134512640 135127466 4294956256 18446744073709551615 134530692 0 0 4096 3 0 0 0 17 0 0 0
/proc/21738/statm: 5734 5138 75 150 0 5581 0
Current children cumulated CPU time (s) 3388.45
Current children cumulated vsize (KiB) 41892

[startup+3462.3 s]
/proc/loadavg: 1.99 1.97 1.91 3/77 21760
/proc/meminfo: memFree=1796252/2055924 swapFree=4181092/4192956
[pid=21655] ppid=21653 vsize=13600 CPUtime=10.03
/proc/21655/stat : 21655 (sugar) S 21653 21655 21589 0 -1 4194304 1228 14981 0 3 4 1 990 8 16 0 1 0 59446076 13926400 805 996147200 4194304 4206940 548682068592 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/21655/statm: 3400 805 374 3 0 500 0
[pid=21737] ppid=21655 vsize=5356 CPUtime=0
/proc/21737/stat : 21737 (sh) S 21655 21655 21589 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 59447085 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21737/statm: 1339 232 193 169 0 50 0
[pid=21738] ppid=21737 vsize=23116 CPUtime=3438.17
/proc/21738/stat : 21738 (minisat) R 21737 21655 21589 0 -1 4194304 5189 0 0 0 343809 8 0 0 25 0 1 0 59447085 23670784 5175 996147200 134512640 135127466 4294956256 18446744073709551615 134530692 0 0 4096 3 0 0 0 17 0 0 0
/proc/21738/statm: 5779 5175 75 150 0 5626 0
Current children cumulated CPU time (s) 3448.2
Current children cumulated vsize (KiB) 42072

[startup+3522.3 s]
/proc/loadavg: 1.99 1.97 1.91 3/77 21760
/proc/meminfo: memFree=1795548/2055924 swapFree=4181092/4192956
[pid=21655] ppid=21653 vsize=13600 CPUtime=10.03
/proc/21655/stat : 21655 (sugar) S 21653 21655 21589 0 -1 4194304 1228 14981 0 3 4 1 990 8 16 0 1 0 59446076 13926400 805 996147200 4194304 4206940 548682068592 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/21655/statm: 3400 805 374 3 0 500 0
[pid=21737] ppid=21655 vsize=5356 CPUtime=0
/proc/21737/stat : 21737 (sh) S 21655 21655 21589 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 59447085 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21737/statm: 1339 232 193 169 0 50 0
[pid=21738] ppid=21737 vsize=23116 CPUtime=3497.93
/proc/21738/stat : 21738 (minisat) R 21737 21655 21589 0 -1 4194304 5200 0 0 0 349785 8 0 0 25 0 1 0 59447085 23670784 5186 996147200 134512640 135127466 4294956256 18446744073709551615 134530828 0 0 4096 3 0 0 0 17 0 0 0
/proc/21738/statm: 5779 5186 75 150 0 5626 0
Current children cumulated CPU time (s) 3507.96
Current children cumulated vsize (KiB) 42072

[startup+3582.3 s]
/proc/loadavg: 1.99 1.97 1.91 3/77 21760
/proc/meminfo: memFree=1795164/2055924 swapFree=4181092/4192956
[pid=21655] ppid=21653 vsize=13600 CPUtime=10.03
/proc/21655/stat : 21655 (sugar) S 21653 21655 21589 0 -1 4194304 1228 14981 0 3 4 1 990 8 16 0 1 0 59446076 13926400 805 996147200 4194304 4206940 548682068592 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/21655/statm: 3400 805 374 3 0 500 0
[pid=21737] ppid=21655 vsize=5356 CPUtime=0
/proc/21737/stat : 21737 (sh) S 21655 21655 21589 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 59447085 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21737/statm: 1339 232 193 169 0 50 0
[pid=21738] ppid=21737 vsize=23116 CPUtime=3557.68
/proc/21738/stat : 21738 (minisat) R 21737 21655 21589 0 -1 4194304 5200 0 0 0 355760 8 0 0 25 0 1 0 59447085 23670784 5186 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/21738/statm: 5779 5186 75 150 0 5626 0
Current children cumulated CPU time (s) 3567.71
Current children cumulated vsize (KiB) 42072



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3614.8 s]
/proc/loadavg: 1.99 1.97 1.91 3/77 21760
/proc/meminfo: memFree=1795100/2055924 swapFree=4181092/4192956
[pid=21655] ppid=21653 vsize=13600 CPUtime=10.03
/proc/21655/stat : 21655 (sugar) S 21653 21655 21589 0 -1 4194304 1228 14981 0 3 4 1 990 8 16 0 1 0 59446076 13926400 805 996147200 4194304 4206940 548682068592 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/21655/statm: 3400 805 374 3 0 500 0
[pid=21737] ppid=21655 vsize=5356 CPUtime=0
/proc/21737/stat : 21737 (sh) S 21655 21655 21589 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 59447085 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21737/statm: 1339 232 193 169 0 50 0
[pid=21738] ppid=21737 vsize=23116 CPUtime=3590.05
/proc/21738/stat : 21738 (minisat) R 21737 21655 21589 0 -1 4194304 5201 0 0 0 358997 8 0 0 25 0 1 0 59447085 23670784 5187 996147200 134512640 135127466 4294956256 18446744073709551615 134530828 0 0 4096 3 0 0 0 17 0 0 0
/proc/21738/statm: 5779 5187 75 150 0 5626 0
Current children cumulated CPU time (s) 3600.08
Current children cumulated vsize (KiB) 42072

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): 3614.81
CPU time (s): 3600.12
CPU user time (s): 3599.93
CPU system time (s): 0.19597
CPU usage (%): 99.5936
Max. virtual memory (cumulated for all children) (KiB): 882676

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3599.93
system time used= 0.19597
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 21767
page faults= 3
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 899
involuntary context switches= 48267

runsolver used 3.36249 second user time and 9.8445 second system time

The end

Launcher Data (download as text)

Begin job on node6 at 2008-07-14 11:23:49
IDJOB=1115404
IDBENCH=61865
IDSOLVER=368
FILE ID=node6/1115404-1216027428
PBS_JOBID= 7904911
Free space on /tmp= 66500 MiB

SOLVER NAME= Sugar v1.13+minisat
BENCH NAME= CPAI08/maxcsp/randomMaxCSP/denseTight/normalized-vcsp-25-10-25-87-49_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-1115404-1216027428/watcher-1115404-1216027428 -o /tmp/evaluation-result-1115404-1216027428/solver-1115404-1216027428 -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-1115404-1216027428.xml

TIME LIMIT= 3600 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 5e4342cfe04164929a89212c0ea22b8e
RANDOM SEED=815713026

node6.alineos.net Linux 2.6.9-22.EL.rootsmp #1 SMP Mon Oct 3 08:59:52 CEST 2005

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.232
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5914.62
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.232
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5586.94
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055924 kB
MemFree:       1834508 kB
Buffers:         42464 kB
Cached:         125900 kB
SwapCached:       5716 kB
Active:         119508 kB
Inactive:        57620 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055924 kB
LowFree:       1834508 kB
SwapTotal:     4192956 kB
SwapFree:      4181092 kB
Dirty:            1320 kB
Writeback:           0 kB
Mapped:          14316 kB
Slab:            29988 kB
Committed_AS:   189644 kB
PageTables:       1680 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 node6 at 2008-07-14 12:24:03