Trace number 1128268

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.13 3614.31

General information on the benchmark

Namemaxcsp/kbtree/kbtree-9-7-3-5/kbtree-9-7-3-5-70/
normalized-kbtree-9-7-3-5-70-33_ext.xml
MD5SUM5e956de45304603afcfbeac00d3559ed
Bench Category2-ARY-EXT (binary constraints in extension)
Best result obtained on this benchmarkMOPT
Best Number of falsified constraints74
Best CPU time to get the best result obtained on this benchmark1.3288
Satisfiable
(Un)Satisfiability was proved
Number of variables28
Number of constraints189
Maximum constraint arity2
Maximum domain size5
Number of constraints which are defined in extension189
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.04	c 0	Sugar v1-13 + HOME/minisat
0.00/0.04	c 0	BEGIN Wed Jul 23 04:52:35 2008
0.00/0.04	c 0	PID 6804
0.00/0.04	c 0	HOST node63.alineos.net
0.00/0.04	c 0	CONVERTING HOME/instance-1128268-1216781555.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-1128268-1216781555.xml' 'HOME/temp.csp'
0.03/0.38	c 1	1 domains, 28 variables, 0 predicates, 189 relations, 189 constraints
0.03/0.41	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.03/0.42	c 1	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -max -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
0.03/0.49	c 1	Parsing HOME/temp.csp
0.35/0.61	c 1	parsed 407 expressions
0.35/0.61	c 1	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.35/0.62	c 1	MAX CSP: 189 constraints
0.35/0.62	c 1	Converting to clausal form CSP
0.35/0.64	c 1	converted 60 (10%) expressions
0.35/0.64	c 1	converted 120 (20%) expressions
0.35/0.64	c 1	converted 180 (30%) expressions
0.35/0.65	c 1	converted 240 (40%) expressions
0.35/0.66	c 1	converted 300 (50%) expressions
0.35/0.67	c 1	converted 360 (60%) expressions
0.35/0.68	c 1	converted 420 (70%) expressions
0.35/0.68	c 1	converted 480 (80%) expressions
0.35/0.69	c 1	converted 540 (90%) expressions
0.35/0.82	c 1	converted 599 (100%) expressions
0.35/0.82	c 1	CSP : 406 integers, 0 booleans, 566 clauses, largest domain size 284
0.35/0.82	c 1	Heap : 1 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.35/0.82	c 1	Propagation in CSP
0.35/0.84	c 1	183 values, 0 unsatisfiable literals, and 0 valid clauses are removed
0.35/0.84	c 1	CSP : 406 integers, 0 booleans, 566 clauses, largest domain size 190
0.35/0.84	c 1	Heap : 1 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.35/0.84	c 1	Simplifing CSP by introducing new Boolean variables
0.35/0.84	c 1	CSP : 406 integers, 0 booleans, 566 clauses, largest domain size 190
0.35/0.84	c 1	Heap : 1 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.35/0.86	c 1	Encoding CSP to SAT : HOME/temp.cnf
0.35/0.87	c 1	41 (10%) CSP integer variables are encoded (84 clauses, 826 bytes)
0.35/0.87	c 1	82 (20%) CSP integer variables are encoded (84 clauses, 826 bytes)
0.35/0.87	c 1	122 (30%) CSP integer variables are encoded (84 clauses, 826 bytes)
0.35/0.87	c 1	163 (40%) CSP integer variables are encoded (84 clauses, 826 bytes)
0.35/0.87	c 1	203 (50%) CSP integer variables are encoded (84 clauses, 826 bytes)
0.35/0.88	c 1	244 (60%) CSP integer variables are encoded (365 clauses, 3917 bytes)
0.35/0.88	c 1	285 (70%) CSP integer variables are encoded (547 clauses, 5919 bytes)
0.35/0.88	c 1	325 (80%) CSP integer variables are encoded (846 clauses, 9523 bytes)
0.35/0.89	c 1	366 (90%) CSP integer variables are encoded (2088 clauses, 25669 bytes)
0.35/0.89	c 1	406 (100%) CSP integer variables are encoded (2481 clauses, 30778 bytes)
0.35/0.92	c 1	57 (10%) CSP clauses are encoded (2882 clauses, 36851 bytes)
0.35/0.93	c 1	114 (20%) CSP clauses are encoded (3285 clauses, 43229 bytes)
0.35/0.94	c 1	170 (30%) CSP clauses are encoded (3672 clauses, 49419 bytes)
0.35/0.95	c 1	227 (40%) CSP clauses are encoded (4113 clauses, 55803 bytes)
0.35/0.96	c 1	283 (50%) CSP clauses are encoded (6609 clauses, 92646 bytes)
0.35/0.96	c 1	340 (60%) CSP clauses are encoded (7450 clauses, 104521 bytes)
0.35/0.98	c 1	397 (70%) CSP clauses are encoded (14127 clauses, 214144 bytes)
0.35/0.98	c 1	453 (80%) CSP clauses are encoded (15031 clauses, 229254 bytes)
0.91/1.02	c 1	510 (90%) CSP clauses are encoded (34700 clauses, 577866 bytes)
0.91/1.05	c 1	566 (100%) CSP clauses are encoded (53160 clauses, 914126 bytes)
0.91/1.05	c 1	566 CSP clauses encoded
0.91/1.06	c 1	Writing map file : HOME/temp.map
0.91/1.06	c 1	Heap : 1 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.91/1.06	c 1	SAT : 2887 SAT variables, 53160 SAT clauses, 914126 bytes
0.91/1.06	c 1	Heap : 1 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.98/1.12	c 1	OBJECTIVE minimize _COST
0.98/1.12	c 1	OBJECTIVE BOUND: 0 <= _COST <= 
0.98/1.12	c 1	SEARCHING: _COST <= 95
0.98/1.12	c 1	SOLVING HOME/temp.cnf
0.98/1.12	c 1	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
0.98/1.13	c 1	This is MiniSat 2.0 beta
0.98/1.13	c 1	WARNING: for repeatability, setting FPU to use double precision
0.98/1.13	c 1	============================[ Problem Statistics ]=============================
0.98/1.13	c 1	|                                                                             |
0.98/1.13	c 1	|  Number of variables:  2887                                                 |
0.98/1.13	c 1	|  Number of clauses:    53161                                                |
0.98/1.15	c 1	|  Parsing time:         0.02         s                                       |
0.98/1.16	c 1	============================[ Search Statistics ]==============================
0.98/1.16	c 1	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
0.98/1.16	c 1	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
0.98/1.16	c 1	===============================================================================
0.98/1.16	c 1	|         0 |    2135    34861    99971 |    11620        0    nan |  0.000 % |
0.98/1.17	c 1	|       100 |    2133    34861    99971 |    12782       99     20 | 26.360 % |
0.98/1.19	c 1	|       250 |    2133    34861    99971 |    14060      249     21 | 26.360 % |
1.00/1.20	c 1	|       475 |    2133    34861    99971 |    15466      474     22 | 26.360 % |
1.00/1.23	c 1	|       813 |    2133    34861    99971 |    17013      812     25 | 26.360 % |
1.00/1.28	c 1	|      1319 |    2126    34734    99623 |    18714     1318     26 | 26.360 % |
1.00/1.35	c 1	|      2078 |    2126    34734    99623 |    20586     2077     29 | 26.360 % |
1.00/1.36	c 2	===============================================================================
1.00/1.36	c 2	restarts              : 7
1.00/1.36	c 2	conflicts             : 2252           (9836 /sec)
1.00/1.36	c 2	decisions             : 3339           (0.93 % random) (14583 /sec)
1.00/1.36	c 2	propagations          : 418243         (1826668 /sec)
1.00/1.36	c 2	conflict literals     : 64239          (29.69 % deleted)
1.00/1.36	c 2	Memory used           : 4.07 MB
1.00/1.36	c 2	CPU time              : 0.228965 s
1.00/1.36	c 2	
1.00/1.37	c 2	SATISFIABLE
1.00/1.37	c 2	FOUND: _COST <= 95
1.00/1.37	s SATISFIABLE
1.00/1.37	c 2	DECODING HOME/temp.out WITH HOME/temp.map
1.00/1.37	c 2	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
1.24/1.44	c 2	Decoding HOME/temp.out
1.24/1.50	c 2	OBJECTIVE _COST 95
1.24/1.50	o 95
1.24/1.50	v 3 0 1 4 4 4 4 4 4 4 4 3 2 2 4 3 4 1 4 0 1 4 3 4 4 0 4 3
1.24/1.50	c 2	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
1.24/1.53	c 2	OBJECTIVE BOUND: 0 <= _COST <= 95
1.24/1.53	c 2	SEARCHING: _COST <= 47
1.24/1.53	c 2	SOLVING HOME/temp.cnf
1.24/1.53	c 2	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
1.24/1.53	c 2	This is MiniSat 2.0 beta
1.24/1.53	c 2	WARNING: for repeatability, setting FPU to use double precision
1.24/1.53	c 2	============================[ Problem Statistics ]=============================
1.24/1.53	c 2	|                                                                             |
1.24/1.53	c 2	|  Number of variables:  2887                                                 |
1.24/1.53	c 2	|  Number of clauses:    53161                                                |
1.24/1.56	c 2	|  Parsing time:         0.02         s                                       |
1.24/1.57	c 2	============================[ Search Statistics ]==============================
1.24/1.57	c 2	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
1.24/1.57	c 2	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
1.24/1.57	c 2	===============================================================================
1.24/1.57	c 2	|         0 |    1702    23411    66872 |     7803        0    nan |  0.000 % |
1.24/1.58	c 2	|       101 |    1701    23411    66872 |     8584      100     17 | 41.392 % |
1.24/1.59	c 2	|       251 |    1701    23411    66872 |     9442      250     15 | 41.393 % |
1.37/1.60	c 2	|       477 |    1701    23411    66872 |    10386      476     15 | 41.393 % |
1.37/1.63	c 2	|       815 |    1692    23234    66377 |    11425      814     15 | 41.393 % |
1.37/1.67	c 2	|      1324 |    1692    23234    66377 |    12567     1323     16 | 41.392 % |
1.37/1.73	c 2	|      2086 |    1692    23234    66377 |    13824     2085     17 | 41.393 % |
1.37/1.83	c 2	|      3225 |    1692    23234    66377 |    15207     3224     16 | 41.393 % |
1.37/1.98	c 2	|      4934 |    1692    23234    66377 |    16727     4933     16 | 41.393 % |
2.03/2.25	c 2	|      7496 |    1692    23234    66377 |    18400     7495     16 | 41.392 % |
2.52/2.72	c 3	|     11340 |    1692    23234    66377 |    20240    11339     17 | 41.393 % |
3.41/3.64	c 4	|     17107 |    1692    23234    66377 |    22264    17106     17 | 41.393 % |
5.00/5.20	c 5	|     25757 |    1692    23234    66377 |    24491    13695     16 | 41.393 % |
7.67/7.93	c 8	|     38732 |    1692    23234    66377 |    26940    13541     15 | 41.393 % |
11.75/12.05	c 12	|     58195 |    1692    23234    66377 |    29634    17095     15 | 41.393 % |
17.98/18.31	c 18	|     87387 |    1692    23234    66377 |    32597    28104     19 | 41.393 % |
28.89/29.35	c 30	|    131176 |    1692    23234    66377 |    35857    32105     18 | 41.393 % |
46.24/46.87	c 47	|    196860 |    1692    23234    66377 |    39443    30574     17 | 41.393 % |
72.61/73.42	c 74	|    295386 |    1692    23234    66377 |    43387    18943     21 | 41.393 % |
111.26/112.49	c 113	|    443175 |    1692    23234    66377 |    47726    43035     18 | 41.392 % |
177.01/178.79	c 179	|    664858 |    1692    23234    66377 |    52499    24866     20 | 41.392 % |
281.01/283.68	c 284	|    997383 |    1692    23234    66377 |    57749    42265     21 | 41.392 % |
450.44/454.60	c 455	|   1496172 |    1692    23234    66377 |    63523    51550     17 | 41.392 % |
721.69/728.16	c 728	|   2244354 |    1692    23234    66377 |    69876    53020     17 | 41.393 % |
1151.48/1161.60	c 1162	|   3366628 |    1692    23234    66377 |    76864    54788     20 | 41.392 % |
1823.32/1837.01	c 1837	|   5050040 |    1675    22790    65054 |    84550    14968     18 | 41.981 % |
2362.46/2376.31	c 2376	===============================================================================
2362.46/2376.31	c 2376	restarts              : 26
2362.46/2376.31	c 2376	conflicts             : 6300458        (2669 /sec)
2362.46/2376.31	c 2376	decisions             : 8202144        (0.96 % random) (3474 /sec)
2362.46/2376.31	c 2376	propagations          : 1358758845     (575496 /sec)
2362.46/2376.31	c 2376	conflict literals     : 125197563      (38.95 % deleted)
2362.46/2376.31	c 2376	Memory used           : 23.40 MB
2362.46/2376.31	c 2376	CPU time              : 2361.02 s
2362.46/2376.31	c 2376	
2362.46/2376.31	c 2376	UNSATISFIABLE
2362.46/2376.32	c 2376	NOT FOUND: _COST <= 47
2362.46/2376.32	c 2376	OBJECTIVE BOUND: 48 <= _COST <= 95
2362.46/2376.32	c 2376	SEARCHING: _COST <= 71
2362.46/2376.32	c 2376	SOLVING HOME/temp.cnf
2362.46/2376.32	c 2376	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
2362.46/2376.32	c 2376	This is MiniSat 2.0 beta
2362.46/2376.32	c 2376	WARNING: for repeatability, setting FPU to use double precision
2362.46/2376.32	c 2376	============================[ Problem Statistics ]=============================
2362.46/2376.32	c 2376	|                                                                             |
2362.46/2376.33	c 2376	|  Number of variables:  2887                                                 |
2362.46/2376.33	c 2376	|  Number of clauses:    53161                                                |
2362.46/2376.35	c 2377	|  Parsing time:         0.02         s                                       |
2362.46/2376.36	c 2377	============================[ Search Statistics ]==============================
2362.46/2376.36	c 2377	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
2362.46/2376.36	c 2377	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
2362.46/2376.36	c 2377	===============================================================================
2362.46/2376.36	c 2377	|         0 |    1919    29449    84359 |     9816        0    nan |  0.000 % |
2362.46/2376.37	c 2377	|       100 |    1917    29449    84359 |    10797       99     17 | 33.841 % |
2362.46/2376.38	c 2377	|       251 |    1917    29449    84359 |    11877      250     15 | 33.841 % |
2362.49/2376.40	c 2377	|       478 |    1917    29449    84359 |    13065      477     16 | 33.841 % |
2362.49/2376.43	c 2377	|       815 |    1910    29322    84011 |    14372      814     18 | 33.841 % |
2362.49/2376.47	c 2377	|      1321 |    1910    29322    84011 |    15809     1320     19 | 33.841 % |
2362.49/2376.54	c 2377	|      2081 |    1910    29322    84011 |    17390     2080     21 | 33.842 % |
2362.49/2376.63	c 2377	|      3220 |    1910    29322    84011 |    19129     3219     21 | 33.841 % |
2362.49/2376.80	c 2377	|      4928 |    1910    29322    84011 |    21042     4927     21 | 33.842 % |
2363.16/2377.07	c 2377	|      7491 |    1910    29322    84011 |    23146     7490     21 | 33.842 % |
2363.65/2377.52	c 2378	|     11336 |    1910    29322    84011 |    25461    11335     22 | 33.842 % |
2364.55/2378.40	c 2379	|     17103 |    1910    29322    84011 |    28007    17102     23 | 33.841 % |
2366.25/2380.15	c 2380	|     25753 |    1910    29322    84011 |    30807    25752     22 | 33.842 % |
2369.25/2383.17	c 2383	|     38728 |    1910    29322    84011 |    33888    18850     22 | 33.842 % |
2373.74/2387.65	c 2388	|     58189 |    1910    29322    84011 |    37277    15507     24 | 33.842 % |
2380.44/2394.36	c 2395	|     87383 |    1910    29322    84011 |    41005    18759     24 | 33.841 % |
2392.04/2405.93	c 2406	|    131172 |    1910    29322    84011 |    45105    33018     22 | 33.841 % |
2413.64/2427.51	c 2428	|    196856 |    1910    29322    84011 |    49616    33254     22 | 33.842 % |
2445.52/2459.47	c 2460	|    295383 |    1910    29322    84011 |    54578    20769     23 | 33.842 % |
2494.91/2508.86	c 2509	|    443172 |    1910    29322    84011 |    60035    40950     26 | 33.842 % |
2575.39/2589.37	c 2590	|    664855 |    1910    29322    84011 |    66039    25778     22 | 33.841 % |
2704.05/2718.05	c 2718	|    997382 |    1910    29322    84011 |    72643    42588     24 | 33.841 % |
2908.59/2922.60	c 2923	|   1496175 |    1910    29322    84011 |    79907    65148     28 | 33.841 % |
3247.57/3261.72	c 3262	|   2244357 |    1910    29322    84011 |    87898    26393     24 | 33.841 % |
3600.07/3614.31	sh: line 1:  6915 Terminated              HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out' 2>&1
3600.07/3614.31	c ERROR unknown output  in HOME/temp.out
3600.07/3614.31	c 3614	CPU 3599.84 (0.04 0 3599.8 0.26)
3600.07/3614.31	c 3614	END Wed Jul 23 05:52:49 2008

Verifier Data (download as text)

OK	93	96
93 unsatisfied constraints, 96 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-1128268-1216781555/watcher-1128268-1216781555 -o /tmp/evaluation-result-1128268-1216781555/solver-1128268-1216781555 -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-1128268-1216781555.xml 

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


[startup+0 s]
/proc/loadavg: 2.52 2.55 2.50 5/80 6804
/proc/meminfo: memFree=1506304/2055920 swapFree=4192956/4192956
[pid=6804] ppid=6802 vsize=12132 CPUtime=0
/proc/6804/stat : 6804 (sugar) R 6802 6804 5953 0 -1 4194304 284 0 0 0 0 0 0 0 21 0 1 0 5242192 12423168 252 996147200 4194304 4206940 548682068592 18446744073709551615 244276694580 0 0 4224 0 0 0 0 17 0 0 0
/proc/6804/statm: 3033 252 188 3 0 133 0

[startup+0.0567389 s]
/proc/loadavg: 2.52 2.55 2.50 5/80 6804
/proc/meminfo: memFree=1506304/2055920 swapFree=4192956/4192956
[pid=6804] ppid=6802 vsize=13600 CPUtime=0.03
/proc/6804/stat : 6804 (sugar) S 6802 6804 5953 0 -1 4194304 898 127 0 0 3 0 0 0 21 0 1 0 5242192 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 244285747298 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/6804/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.101736 s]
/proc/loadavg: 2.52 2.55 2.50 5/80 6804
/proc/meminfo: memFree=1506304/2055920 swapFree=4192956/4192956
[pid=6804] ppid=6802 vsize=13600 CPUtime=0.03
/proc/6804/stat : 6804 (sugar) S 6802 6804 5953 0 -1 4194304 898 127 0 0 3 0 0 0 21 0 1 0 5242192 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 244285747298 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/6804/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.301759 s]
/proc/loadavg: 2.52 2.55 2.50 5/80 6804
/proc/meminfo: memFree=1506304/2055920 swapFree=4192956/4192956
[pid=6804] ppid=6802 vsize=13600 CPUtime=0.03
/proc/6804/stat : 6804 (sugar) S 6802 6804 5953 0 -1 4194304 898 127 0 0 3 0 0 0 21 0 1 0 5242192 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 244285747298 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/6804/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.701799 s]
/proc/loadavg: 2.52 2.55 2.50 5/80 6804
/proc/meminfo: memFree=1506304/2055920 swapFree=4192956/4192956
[pid=6804] ppid=6802 vsize=13600 CPUtime=0.35
/proc/6804/stat : 6804 (sugar) S 6802 6804 5953 0 -1 4194304 974 4425 0 1 3 0 30 2 15 0 1 0 5242192 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 244285747298 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/6804/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 0.35
Current children cumulated vsize (KiB) 13600

[startup+1.5019 s]
/proc/loadavg: 2.52 2.55 2.50 3/91 6826
/proc/meminfo: memFree=1491872/2055920 swapFree=4192956/4192956
[pid=6804] ppid=6802 vsize=13600 CPUtime=1.24
/proc/6804/stat : 6804 (sugar) S 6802 6804 5953 0 -1 4194304 1129 12258 0 2 4 0 112 8 15 0 1 0 5242192 13926400 808 996147200 4194304 4206940 548682068592 18446744073709551615 244285747298 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/6804/statm: 3400 808 374 3 0 500 0
Current children cumulated CPU time (s) 1.24
Current children cumulated vsize (KiB) 13600

[startup+3.10107 s]
/proc/loadavg: 2.52 2.55 2.50 3/83 6840
/proc/meminfo: memFree=1499808/2055920 swapFree=4192956/4192956
[pid=6804] ppid=6802 vsize=13600 CPUtime=1.37
/proc/6804/stat : 6804 (sugar) S 6802 6804 5953 0 -1 4194304 1181 16003 0 3 4 0 123 10 15 0 1 0 5242192 13926400 808 996147200 4194304 4206940 548682068592 18446744073709551615 244285747298 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/6804/statm: 3400 808 374 3 0 500 0
[pid=6839] ppid=6804 vsize=5356 CPUtime=0
/proc/6839/stat : 6839 (sh) S 6804 6804 5953 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 5242345 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 244276847428 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/6839/statm: 1339 232 193 169 0 50 0
[pid=6840] ppid=6839 vsize=4844 CPUtime=1.54
/proc/6840/stat : 6840 (minisat) R 6839 6804 5953 0 -1 4194304 1092 0 0 0 154 0 0 0 25 0 1 0 5242345 4960256 1078 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/6840/statm: 1211 1078 75 150 0 1058 0
Current children cumulated CPU time (s) 2.91
Current children cumulated vsize (KiB) 23800

[startup+6.30143 s]
/proc/loadavg: 2.48 2.54 2.49 4/83 6840
/proc/meminfo: memFree=1497952/2055920 swapFree=4192956/4192956
[pid=6804] ppid=6802 vsize=13600 CPUtime=1.37
/proc/6804/stat : 6804 (sugar) S 6802 6804 5953 0 -1 4194304 1181 16003 0 3 4 0 123 10 16 0 1 0 5242192 13926400 808 996147200 4194304 4206940 548682068592 18446744073709551615 244285747298 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/6804/statm: 3400 808 374 3 0 500 0
[pid=6839] ppid=6804 vsize=5356 CPUtime=0
/proc/6839/stat : 6839 (sh) S 6804 6804 5953 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 5242345 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 244276847428 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/6839/statm: 1339 232 193 169 0 50 0
[pid=6840] ppid=6839 vsize=6048 CPUtime=4.72
/proc/6840/stat : 6840 (minisat) R 6839 6804 5953 0 -1 4194304 1364 0 0 0 472 0 0 0 25 0 1 0 5242345 6193152 1350 996147200 134512640 135127466 4294956256 18446744073709551615 134530573 0 0 4096 3 0 0 0 17 0 0 0
/proc/6840/statm: 1512 1350 75 150 0 1359 0
Current children cumulated CPU time (s) 6.09
Current children cumulated vsize (KiB) 25004

[startup+12.7021 s]
/proc/loadavg: 2.44 2.53 2.49 4/83 6840
/proc/meminfo: memFree=1497376/2055920 swapFree=4192956/4192956
[pid=6804] ppid=6802 vsize=13600 CPUtime=1.37
/proc/6804/stat : 6804 (sugar) S 6802 6804 5953 0 -1 4194304 1181 16003 0 3 4 0 123 10 16 0 1 0 5242192 13926400 808 996147200 4194304 4206940 548682068592 18446744073709551615 244285747298 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/6804/statm: 3400 808 374 3 0 500 0
[pid=6839] ppid=6804 vsize=5356 CPUtime=0
/proc/6839/stat : 6839 (sh) S 6804 6804 5953 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 5242345 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 244276847428 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/6839/statm: 1339 232 193 169 0 50 0
[pid=6840] ppid=6839 vsize=6756 CPUtime=11.07
/proc/6840/stat : 6840 (minisat) R 6839 6804 5953 0 -1 4194304 1525 0 0 0 1106 1 0 0 25 0 1 0 5242345 6918144 1511 996147200 134512640 135127466 4294956256 18446744073709551615 134530621 0 0 4096 3 0 0 0 17 0 0 0
/proc/6840/statm: 1689 1511 75 150 0 1536 0
Current children cumulated CPU time (s) 12.44
Current children cumulated vsize (KiB) 25712

[startup+25.5016 s]
/proc/loadavg: 2.50 2.54 2.49 4/83 6840
/proc/meminfo: memFree=1496224/2055920 swapFree=4192956/4192956
[pid=6804] ppid=6802 vsize=13600 CPUtime=1.37
/proc/6804/stat : 6804 (sugar) S 6802 6804 5953 0 -1 4194304 1181 16003 0 3 4 0 123 10 16 0 1 0 5242192 13926400 808 996147200 4194304 4206940 548682068592 18446744073709551615 244285747298 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/6804/statm: 3400 808 374 3 0 500 0
[pid=6839] ppid=6804 vsize=5356 CPUtime=0
/proc/6839/stat : 6839 (sh) S 6804 6804 5953 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 5242345 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 244276847428 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/6839/statm: 1339 232 193 169 0 50 0
[pid=6840] ppid=6839 vsize=7832 CPUtime=23.75
/proc/6840/stat : 6840 (minisat) R 6839 6804 5953 0 -1 4194304 1822 0 0 0 2374 1 0 0 25 0 1 0 5242345 8019968 1808 996147200 134512640 135127466 4294956256 18446744073709551615 134522617 0 0 4096 3 0 0 0 17 0 0 0
/proc/6840/statm: 1958 1808 75 150 0 1805 0
Current children cumulated CPU time (s) 25.12
Current children cumulated vsize (KiB) 26788

[startup+51.1014 s]
/proc/loadavg: 2.61 2.56 2.50 4/83 6840
/proc/meminfo: memFree=1495456/2055920 swapFree=4192956/4192956
[pid=6804] ppid=6802 vsize=13600 CPUtime=1.37
/proc/6804/stat : 6804 (sugar) S 6802 6804 5953 0 -1 4194304 1181 16003 0 3 4 0 123 10 16 0 1 0 5242192 13926400 808 996147200 4194304 4206940 548682068592 18446744073709551615 244285747298 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/6804/statm: 3400 808 374 3 0 500 0
[pid=6839] ppid=6804 vsize=5356 CPUtime=0
/proc/6839/stat : 6839 (sh) S 6804 6804 5953 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 5242345 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 244276847428 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/6839/statm: 1339 232 193 169 0 50 0
[pid=6840] ppid=6839 vsize=8748 CPUtime=49.13
/proc/6840/stat : 6840 (minisat) R 6839 6804 5953 0 -1 4194304 2033 0 0 0 4912 1 0 0 25 0 1 0 5242345 8957952 2019 996147200 134512640 135127466 4294956256 18446744073709551615 134530621 0 0 4096 3 0 0 0 17 0 0 0
/proc/6840/statm: 2187 2019 75 150 0 2034 0
Current children cumulated CPU time (s) 50.5
Current children cumulated vsize (KiB) 27704

[startup+102.306 s]
/proc/loadavg: 2.64 2.58 2.51 3/83 6840
/proc/meminfo: memFree=1493920/2055920 swapFree=4192956/4192956
[pid=6804] ppid=6802 vsize=13600 CPUtime=1.37
/proc/6804/stat : 6804 (sugar) S 6802 6804 5953 0 -1 4194304 1181 16003 0 3 4 0 123 10 16 0 1 0 5242192 13926400 808 996147200 4194304 4206940 548682068592 18446744073709551615 244285747298 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/6804/statm: 3400 808 374 3 0 500 0
[pid=6839] ppid=6804 vsize=5356 CPUtime=0
/proc/6839/stat : 6839 (sh) S 6804 6804 5953 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 5242345 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 244276847428 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/6839/statm: 1339 232 193 169 0 50 0
[pid=6840] ppid=6839 vsize=10248 CPUtime=99.89
/proc/6840/stat : 6840 (minisat) R 6839 6804 5953 0 -1 4194304 2373 0 0 0 9988 1 0 0 25 0 1 0 5242345 10493952 2359 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/6840/statm: 2562 2359 75 150 0 2409 0
Current children cumulated CPU time (s) 101.26
Current children cumulated vsize (KiB) 29204

[startup+162.302 s]
/proc/loadavg: 2.53 2.55 2.50 4/83 6840
/proc/meminfo: memFree=1492576/2055920 swapFree=4192956/4192956
[pid=6804] ppid=6802 vsize=13600 CPUtime=1.37
/proc/6804/stat : 6804 (sugar) S 6802 6804 5953 0 -1 4194304 1181 16003 0 3 4 0 123 10 16 0 1 0 5242192 13926400 808 996147200 4194304 4206940 548682068592 18446744073709551615 244285747298 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/6804/statm: 3400 808 374 3 0 500 0
[pid=6839] ppid=6804 vsize=5356 CPUtime=0
/proc/6839/stat : 6839 (sh) S 6804 6804 5953 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 5242345 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 244276847428 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/6839/statm: 1339 232 193 169 0 50 0
[pid=6840] ppid=6839 vsize=11660 CPUtime=159.38
/proc/6840/stat : 6840 (minisat) R 6839 6804 5953 0 -1 4194304 2707 0 0 0 15936 2 0 0 25 0 1 0 5242345 11939840 2693 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/6840/statm: 2915 2693 75 150 0 2762 0
Current children cumulated CPU time (s) 160.75
Current children cumulated vsize (KiB) 30616

[startup+222.302 s]
/proc/loadavg: 2.58 2.55 2.50 4/83 6840
/proc/meminfo: memFree=1491360/2055920 swapFree=4192956/4192956
[pid=6804] ppid=6802 vsize=13600 CPUtime=1.37
/proc/6804/stat : 6804 (sugar) S 6802 6804 5953 0 -1 4194304 1181 16003 0 3 4 0 123 10 16 0 1 0 5242192 13926400 808 996147200 4194304 4206940 548682068592 18446744073709551615 244285747298 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/6804/statm: 3400 808 374 3 0 500 0
[pid=6839] ppid=6804 vsize=5356 CPUtime=0
/proc/6839/stat : 6839 (sh) S 6804 6804 5953 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 5242345 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 244276847428 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/6839/statm: 1339 232 193 169 0 50 0
[pid=6840] ppid=6839 vsize=12688 CPUtime=218.86
/proc/6840/stat : 6840 (minisat) R 6839 6804 5953 0 -1 4194304 2984 0 0 0 21884 2 0 0 25 0 1 0 5242345 12992512 2970 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/6840/statm: 3172 2970 75 150 0 3019 0
Current children cumulated CPU time (s) 220.23
Current children cumulated vsize (KiB) 31644

[startup+282.301 s]
/proc/loadavg: 2.81 2.62 2.53 4/83 6840
/proc/meminfo: memFree=1490720/2055920 swapFree=4192956/4192956
[pid=6804] ppid=6802 vsize=13600 CPUtime=1.37
/proc/6804/stat : 6804 (sugar) S 6802 6804 5953 0 -1 4194304 1181 16003 0 3 4 0 123 10 16 0 1 0 5242192 13926400 808 996147200 4194304 4206940 548682068592 18446744073709551615 244285747298 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/6804/statm: 3400 808 374 3 0 500 0
[pid=6839] ppid=6804 vsize=5356 CPUtime=0
/proc/6839/stat : 6839 (sh) S 6804 6804 5953 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 5242345 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 244276847428 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/6839/statm: 1339 232 193 169 0 50 0
[pid=6840] ppid=6839 vsize=13480 CPUtime=278.35
/proc/6840/stat : 6840 (minisat) R 6839 6804 5953 0 -1 4194304 3150 0 0 0 27833 2 0 0 25 0 1 0 5242345 13803520 3136 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/6840/statm: 3370 3136 75 150 0 3217 0
Current children cumulated CPU time (s) 279.72
Current children cumulated vsize (KiB) 32436


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

[pid=6804] ppid=6802 vsize=13600 CPUtime=2362.49
/proc/6804/stat : 6804 (sugar) S 6802 6804 5953 0 -1 4194304 1236 21892 0 3 4 0 236225 20 16 0 1 0 5242192 13926400 808 996147200 4194304 4206940 548682068592 18446744073709551615 244285747298 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/6804/statm: 3400 808 374 3 0 500 0
[pid=6914] ppid=6804 vsize=5356 CPUtime=0
/proc/6914/stat : 6914 (sh) S 6804 6804 5953 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 5479824 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 244276847428 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/6914/statm: 1339 232 193 169 0 50 0
[pid=6915] ppid=6914 vsize=22592 CPUtime=725.73
/proc/6915/stat : 6915 (minisat) R 6914 6804 5953 0 -1 4194304 5333 0 0 0 72569 4 0 0 25 0 1 0 5479825 23134208 5319 996147200 134512640 135127466 4294956256 18446744073709551615 134530941 0 0 4096 3 0 0 0 17 1 0 0
/proc/6915/statm: 5648 5319 75 150 0 5495 0
Current children cumulated CPU time (s) 3088.22
Current children cumulated vsize (KiB) 41548

[startup+3162.3 s]
/proc/loadavg: 1.13 1.66 1.96 2/67 6936
/proc/meminfo: memFree=1549344/2055920 swapFree=4192956/4192956
[pid=6804] ppid=6802 vsize=13600 CPUtime=2362.49
/proc/6804/stat : 6804 (sugar) S 6802 6804 5953 0 -1 4194304 1236 21892 0 3 4 0 236225 20 16 0 1 0 5242192 13926400 808 996147200 4194304 4206940 548682068592 18446744073709551615 244285747298 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/6804/statm: 3400 808 374 3 0 500 0
[pid=6914] ppid=6804 vsize=5356 CPUtime=0
/proc/6914/stat : 6914 (sh) S 6804 6804 5953 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 5479824 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 244276847428 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/6914/statm: 1339 232 193 169 0 50 0
[pid=6915] ppid=6914 vsize=23736 CPUtime=785.71
/proc/6915/stat : 6915 (minisat) R 6914 6804 5953 0 -1 4194304 5604 0 0 0 78567 4 0 0 25 0 1 0 5479825 24305664 5590 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/6915/statm: 5934 5590 75 150 0 5781 0
Current children cumulated CPU time (s) 3148.2
Current children cumulated vsize (KiB) 42692

[startup+3222.3 s]
/proc/loadavg: 1.05 1.54 1.90 2/67 6936
/proc/meminfo: memFree=1549152/2055920 swapFree=4192956/4192956
[pid=6804] ppid=6802 vsize=13600 CPUtime=2362.49
/proc/6804/stat : 6804 (sugar) S 6802 6804 5953 0 -1 4194304 1236 21892 0 3 4 0 236225 20 16 0 1 0 5242192 13926400 808 996147200 4194304 4206940 548682068592 18446744073709551615 244285747298 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/6804/statm: 3400 808 374 3 0 500 0
[pid=6914] ppid=6804 vsize=5356 CPUtime=0
/proc/6914/stat : 6914 (sh) S 6804 6804 5953 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 5479824 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 244276847428 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/6914/statm: 1339 232 193 169 0 50 0
[pid=6915] ppid=6914 vsize=23880 CPUtime=845.69
/proc/6915/stat : 6915 (minisat) R 6914 6804 5953 0 -1 4194304 5637 0 0 0 84565 4 0 0 25 0 1 0 5479825 24453120 5623 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/6915/statm: 5970 5623 75 150 0 5817 0
Current children cumulated CPU time (s) 3208.18
Current children cumulated vsize (KiB) 42836

[startup+3282.3 s]
/proc/loadavg: 1.02 1.44 1.84 2/67 6936
/proc/meminfo: memFree=1548896/2055920 swapFree=4192956/4192956
[pid=6804] ppid=6802 vsize=13600 CPUtime=2362.49
/proc/6804/stat : 6804 (sugar) S 6802 6804 5953 0 -1 4194304 1236 21892 0 3 4 0 236225 20 16 0 1 0 5242192 13926400 808 996147200 4194304 4206940 548682068592 18446744073709551615 244285747298 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/6804/statm: 3400 808 374 3 0 500 0
[pid=6914] ppid=6804 vsize=5356 CPUtime=0
/proc/6914/stat : 6914 (sh) S 6804 6804 5953 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 5479824 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 244276847428 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/6914/statm: 1339 232 193 169 0 50 0
[pid=6915] ppid=6914 vsize=24056 CPUtime=905.68
/proc/6915/stat : 6915 (minisat) R 6914 6804 5953 0 -1 4194304 5687 0 0 0 90564 4 0 0 25 0 1 0 5479825 24633344 5673 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/6915/statm: 6014 5673 75 150 0 5861 0
Current children cumulated CPU time (s) 3268.17
Current children cumulated vsize (KiB) 43012

[startup+3342.3 s]
/proc/loadavg: 1.00 1.36 1.78 2/67 6936
/proc/meminfo: memFree=1548768/2055920 swapFree=4192956/4192956
[pid=6804] ppid=6802 vsize=13600 CPUtime=2362.49
/proc/6804/stat : 6804 (sugar) S 6802 6804 5953 0 -1 4194304 1236 21892 0 3 4 0 236225 20 16 0 1 0 5242192 13926400 808 996147200 4194304 4206940 548682068592 18446744073709551615 244285747298 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/6804/statm: 3400 808 374 3 0 500 0
[pid=6914] ppid=6804 vsize=5356 CPUtime=0
/proc/6914/stat : 6914 (sh) S 6804 6804 5953 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 5479824 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 244276847428 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/6914/statm: 1339 232 193 169 0 50 0
[pid=6915] ppid=6914 vsize=24268 CPUtime=965.66
/proc/6915/stat : 6915 (minisat) R 6914 6804 5953 0 -1 4194304 5729 0 0 0 96562 4 0 0 25 0 1 0 5479825 24850432 5715 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/6915/statm: 6067 5715 75 150 0 5914 0
Current children cumulated CPU time (s) 3328.15
Current children cumulated vsize (KiB) 43224

[startup+3402.31 s]
/proc/loadavg: 1.00 1.29 1.73 2/67 6936
/proc/meminfo: memFree=1548520/2055920 swapFree=4192956/4192956
[pid=6804] ppid=6802 vsize=13600 CPUtime=2362.49
/proc/6804/stat : 6804 (sugar) S 6802 6804 5953 0 -1 4194304 1236 21892 0 3 4 0 236225 20 16 0 1 0 5242192 13926400 808 996147200 4194304 4206940 548682068592 18446744073709551615 244285747298 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/6804/statm: 3400 808 374 3 0 500 0
[pid=6914] ppid=6804 vsize=5356 CPUtime=0
/proc/6914/stat : 6914 (sh) S 6804 6804 5953 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 5479824 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 244276847428 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/6914/statm: 1339 232 193 169 0 50 0
[pid=6915] ppid=6914 vsize=24484 CPUtime=1025.65
/proc/6915/stat : 6915 (minisat) R 6914 6804 5953 0 -1 4194304 5779 0 0 0 102561 4 0 0 25 0 1 0 5479825 25071616 5765 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/6915/statm: 6121 5765 75 150 0 5968 0
Current children cumulated CPU time (s) 3388.14
Current children cumulated vsize (KiB) 43440

[startup+3462.3 s]
/proc/loadavg: 1.00 1.23 1.68 2/67 6936
/proc/meminfo: memFree=1548200/2055920 swapFree=4192956/4192956
[pid=6804] ppid=6802 vsize=13600 CPUtime=2362.49
/proc/6804/stat : 6804 (sugar) S 6802 6804 5953 0 -1 4194304 1236 21892 0 3 4 0 236225 20 16 0 1 0 5242192 13926400 808 996147200 4194304 4206940 548682068592 18446744073709551615 244285747298 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/6804/statm: 3400 808 374 3 0 500 0
[pid=6914] ppid=6804 vsize=5356 CPUtime=0
/proc/6914/stat : 6914 (sh) S 6804 6804 5953 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 5479824 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 244276847428 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/6914/statm: 1339 232 193 169 0 50 0
[pid=6915] ppid=6914 vsize=24812 CPUtime=1085.63
/proc/6915/stat : 6915 (minisat) R 6914 6804 5953 0 -1 4194304 5866 0 0 0 108559 4 0 0 25 0 1 0 5479825 25407488 5852 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/6915/statm: 6203 5852 75 150 0 6050 0
Current children cumulated CPU time (s) 3448.12
Current children cumulated vsize (KiB) 43768

[startup+3522.3 s]
/proc/loadavg: 1.00 1.19 1.64 2/67 6936
/proc/meminfo: memFree=1548136/2055920 swapFree=4192956/4192956
[pid=6804] ppid=6802 vsize=13600 CPUtime=2362.49
/proc/6804/stat : 6804 (sugar) S 6802 6804 5953 0 -1 4194304 1236 21892 0 3 4 0 236225 20 16 0 1 0 5242192 13926400 808 996147200 4194304 4206940 548682068592 18446744073709551615 244285747298 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/6804/statm: 3400 808 374 3 0 500 0
[pid=6914] ppid=6804 vsize=5356 CPUtime=0
/proc/6914/stat : 6914 (sh) S 6804 6804 5953 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 5479824 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 244276847428 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/6914/statm: 1339 232 193 169 0 50 0
[pid=6915] ppid=6914 vsize=24812 CPUtime=1145.61
/proc/6915/stat : 6915 (minisat) R 6914 6804 5953 0 -1 4194304 5868 0 0 0 114557 4 0 0 25 0 1 0 5479825 25407488 5854 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/6915/statm: 6203 5854 75 150 0 6050 0
Current children cumulated CPU time (s) 3508.1
Current children cumulated vsize (KiB) 43768

[startup+3582.3 s]
/proc/loadavg: 1.00 1.15 1.59 2/67 6936
/proc/meminfo: memFree=1547240/2055920 swapFree=4192956/4192956
[pid=6804] ppid=6802 vsize=13600 CPUtime=2362.49
/proc/6804/stat : 6804 (sugar) S 6802 6804 5953 0 -1 4194304 1236 21892 0 3 4 0 236225 20 16 0 1 0 5242192 13926400 808 996147200 4194304 4206940 548682068592 18446744073709551615 244285747298 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/6804/statm: 3400 808 374 3 0 500 0
[pid=6914] ppid=6804 vsize=5356 CPUtime=0
/proc/6914/stat : 6914 (sh) S 6804 6804 5953 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 5479824 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 244276847428 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/6914/statm: 1339 232 193 169 0 50 0
[pid=6915] ppid=6914 vsize=25736 CPUtime=1205.59
/proc/6915/stat : 6915 (minisat) R 6914 6804 5953 0 -1 4194304 6089 0 0 0 120555 4 0 0 25 0 1 0 5479825 26353664 6075 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/6915/statm: 6434 6075 75 150 0 6281 0
Current children cumulated CPU time (s) 3568.08
Current children cumulated vsize (KiB) 44692



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3614.3 s]
/proc/loadavg: 1.00 1.13 1.57 2/67 6936
/proc/meminfo: memFree=1546920/2055920 swapFree=4192956/4192956
[pid=6804] ppid=6802 vsize=13600 CPUtime=2362.49
/proc/6804/stat : 6804 (sugar) S 6802 6804 5953 0 -1 4194304 1236 21892 0 3 4 0 236225 20 16 0 1 0 5242192 13926400 808 996147200 4194304 4206940 548682068592 18446744073709551615 244285747298 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/6804/statm: 3400 808 374 3 0 500 0
[pid=6914] ppid=6804 vsize=5356 CPUtime=0
/proc/6914/stat : 6914 (sh) S 6804 6804 5953 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 5479824 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 244276847428 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/6914/statm: 1339 232 193 169 0 50 0
[pid=6915] ppid=6914 vsize=26064 CPUtime=1237.58
/proc/6915/stat : 6915 (minisat) R 6914 6804 5953 0 -1 4194304 6163 0 0 0 123754 4 0 0 25 0 1 0 5479825 26689536 6149 996147200 134512640 135127466 4294956256 18446744073709551615 134522666 0 0 4096 3 0 0 0 17 1 0 0
/proc/6915/statm: 6516 6149 75 150 0 6363 0
Current children cumulated CPU time (s) 3600.07
Current children cumulated vsize (KiB) 45020

Sending SIGTERM to process tree (bottom up)

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

[startup+3614.3 s]
/proc/loadavg: 1.00 1.13 1.57 2/67 6936
/proc/meminfo: memFree=1546920/2055920 swapFree=4192956/4192956
[pid=6804] ppid=6802 vsize=13600 CPUtime=2362.49
/proc/6804/stat : 6804 (sugar) S 6802 6804 5953 0 -1 4194304 1236 21892 0 3 4 0 236225 20 16 0 1 0 5242192 13926400 808 996147200 4194304 4206940 548682068592 18446744073709551615 244285747298 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/6804/statm: 3400 808 374 3 0 500 0
[pid=6914] ppid=6804 vsize=5356 CPUtime=0
/proc/6914/stat : 6914 (sh) S 6804 6804 5953 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 5479824 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 244276847428 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/6914/statm: 1339 232 193 169 0 50 0
[pid=6915] ppid=6914 vsize=26064 CPUtime=1237.58
/proc/6915/stat : 6915 (minisat) R 6914 6804 5953 0 -1 4194304 6163 0 0 0 123754 4 0 0 25 0 1 0 5479825 26689536 6149 996147200 134512640 135127466 4294956256 18446744073709551615 134522666 0 0 4096 3 0 0 0 17 1 0 0
/proc/6915/statm: 6516 6149 75 150 0 6363 0
Current children cumulated CPU time (s) 3600.07
Current children cumulated vsize (KiB) 45020

Child status: 0
Real time (s): 3614.31
CPU time (s): 3600.13
CPU user time (s): 3599.85
CPU system time (s): 0.272958
CPU usage (%): 99.6076
Max. virtual memory (cumulated for all children) (KiB): 887412

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3599.85
system time used= 0.272958
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 29648
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= 2101
involuntary context switches= 42277

runsolver used 3.53346 second user time and 9.62154 second system time

The end

Launcher Data (download as text)

Begin job on node63 at 2008-07-23 04:52:35
IDJOB=1128268
IDBENCH=65064
IDSOLVER=368
FILE ID=node63/1128268-1216781555
PBS_JOBID= 7974133
Free space on /tmp= 66560 MiB

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

TIME LIMIT= 3600 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 5e956de45304603afcfbeac00d3559ed
RANDOM SEED=849723425

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


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1506976 kB
Buffers:         29380 kB
Cached:         381204 kB
SwapCached:          0 kB
Active:         366000 kB
Inactive:       135248 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1506976 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:            1296 kB
Writeback:           0 kB
Mapped:         111000 kB
Slab:            32692 kB
Committed_AS:   905424 kB
PageTables:       2076 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66560 MiB
End job on node63 at 2008-07-23 05:52:49