Trace number 1113574

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerNumber of falsified constraintsCPU timeWall clock time
Sugar v1.13+minisatMSAT (TO)62 3600.09 3609.64

General information on the benchmark

Namecsp/graphColoring/sgb/
miles/normalized-miles750-15.xml
MD5SUM5e4ce9506949e8914025344dff802882
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkMSAT TO
Best Number of falsified constraints28
Best CPU time to get the best result obtained on this benchmark3600.02
Satisfiable
(Un)Satisfiability was proved
Number of variables128
Number of constraints2113
Maximum constraint arity2
Maximum domain size15
Number of constraints which are defined in extension0
Number of constraints which are defined in intension2113
Global constraints used (with number of constraints)

Quality of the solution as a function of time


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

Solver Data (download as text)

0.00/0.34	c 0	Sugar v1-13 + HOME/minisat
0.00/0.34	c 0	BEGIN Sat Jul 12 20:25:17 2008
0.00/0.34	c 0	PID 18504
0.00/0.34	c 0	HOST node55.alineos.net
0.00/0.34	c 0	CONVERTING HOME/instance-1113574-1215887116.xml TO HOME/temp.csp
0.00/0.34	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1113574-1215887116.xml' 'HOME/temp.csp'
0.04/0.78	c 0	1 domains, 128 variables, 1 predicates, 0 relations, 2113 constraints
0.04/0.81	c 0	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.04/0.81	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.47/0.97	c 0	Parsing HOME/temp.csp
0.65/1.16	c 1	parsed 2243 expressions
0.65/1.17	c 1	Heap : 1 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.65/1.19	c 1	MAX CSP: 2113 constraints
0.65/1.20	c 1	Converting to clausal form CSP
0.75/1.28	c 1	converted 436 (10%) expressions
0.85/1.37	c 1	converted 872 (20%) expressions
0.95/1.40	c 1	converted 1308 (30%) expressions
0.95/1.41	c 1	converted 1744 (40%) expressions
0.95/1.43	c 1	converted 2180 (50%) expressions
0.95/1.44	c 1	converted 2616 (60%) expressions
0.95/1.46	c 1	converted 3052 (70%) expressions
0.95/1.47	c 1	converted 3488 (80%) expressions
0.95/1.48	c 1	converted 3924 (90%) expressions
1.15/1.69	c 1	converted 4359 (100%) expressions
1.15/1.69	c 1	CSP : 4354 integers, 0 booleans, 6338 clauses, largest domain size 3170
1.15/1.70	c 1	Heap : 6 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.15/1.70	c 1	Propagation in CSP
1.25/1.79	c 1	2110 values, 0 unsatisfiable literals, and 0 valid clauses are removed
1.25/1.79	c 1	CSP : 4354 integers, 0 booleans, 6338 clauses, largest domain size 2114
1.25/1.79	c 1	Heap : 6 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.25/1.79	c 1	Simplifing CSP by introducing new Boolean variables
1.34/1.82	c 1	CSP : 4354 integers, 4226 booleans, 10564 clauses, largest domain size 2114
1.34/1.82	c 1	Heap : 7 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.34/1.88	c 1	Encoding CSP to SAT : HOME/temp.cnf
1.45/1.90	c 1	436 (10%) CSP integer variables are encoded (1664 clauses, 19641 bytes)
1.45/1.90	c 1	871 (20%) CSP integer variables are encoded (1664 clauses, 19641 bytes)
1.45/1.90	c 1	1307 (30%) CSP integer variables are encoded (1664 clauses, 19641 bytes)
1.45/1.91	c 1	1742 (40%) CSP integer variables are encoded (1664 clauses, 19641 bytes)
1.45/1.91	c 1	2177 (50%) CSP integer variables are encoded (1664 clauses, 19641 bytes)
1.45/1.91	c 1	2613 (60%) CSP integer variables are encoded (6143 clauses, 77868 bytes)
1.45/1.92	c 1	3048 (70%) CSP integer variables are encoded (9946 clauses, 132736 bytes)
1.45/1.94	c 1	3484 (80%) CSP integer variables are encoded (30998 clauses, 448516 bytes)
1.45/1.95	c 1	3919 (90%) CSP integer variables are encoded (38102 clauses, 555076 bytes)
1.45/1.96	c 1	4354 (100%) CSP integer variables are encoded (44058 clauses, 644416 bytes)
1.54/2.02	c 1	1057 (10%) CSP clauses are encoded (54985 clauses, 833793 bytes)
1.54/2.06	c 1	2113 (20%) CSP clauses are encoded (65897 clauses, 1030163 bytes)
1.54/2.09	c 2	3170 (30%) CSP clauses are encoded (76824 clauses, 1227712 bytes)
1.64/2.12	c 2	4226 (40%) CSP clauses are encoded (87736 clauses, 1426212 bytes)
1.64/2.15	c 2	5282 (50%) CSP clauses are encoded (98648 clauses, 1631242 bytes)
1.64/2.18	c 2	6339 (60%) CSP clauses are encoded (109561 clauses, 1841758 bytes)
2.13/2.68	c 2	7395 (70%) CSP clauses are encoded (398463 clauses, 7456571 bytes)
3.73/4.20	c 4	8452 (80%) CSP clauses are encoded (1247028 clauses, 25622625 bytes)
8.29/8.82	c 8	9508 (90%) CSP clauses are encoded (3528078 clauses, 74319271 bytes)
12.40/13.07	c 13	10564 (100%) CSP clauses are encoded (5774254 clauses, 122508643 bytes)
12.40/13.07	c 13	10564 CSP clauses encoded
12.40/13.07	c 13	Writing map file : HOME/temp.map
12.51/13.12	c 13	Heap : 5 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
12.51/13.12	c 13	SAT : 52638 SAT variables, 5774254 SAT clauses, 122508643 bytes
12.51/13.12	c 13	Heap : 5 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
12.51/13.14	c 13	OBJECTIVE minimize _COST
12.51/13.16	c 13	OBJECTIVE BOUND: 0 <= _COST <= 
12.51/13.16	c 13	SEARCHING: _COST <= 1057
12.51/13.16	c 13	SOLVING HOME/temp.cnf
12.51/13.16	c 13	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
12.51/13.16	c 13	This is MiniSat 2.0 beta
12.51/13.16	c 13	WARNING: for repeatability, setting FPU to use double precision
12.51/13.16	c 13	============================[ Problem Statistics ]=============================
12.51/13.16	c 13	|                                                                             |
12.51/13.16	c 13	|  Number of variables:  52638                                                |
12.51/13.16	c 13	|  Number of clauses:    5774255                                              |
15.25/15.99	c 15	|  Parsing time:         2.42         s                                       |
23.31/24.01	c 23	============================[ Search Statistics ]==============================
23.31/24.01	c 23	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
23.31/24.01	c 23	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
23.31/24.01	c 23	===============================================================================
23.31/24.01	c 23	|         0 |   39966  3693412 10977785 |  1231137        0    nan |  0.000 % |
23.61/24.37	c 24	===============================================================================
23.61/24.37	c 24	restarts              : 1
23.61/24.37	c 24	conflicts             : 6              (1 /sec)
23.61/24.37	c 24	decisions             : 1634           (0.55 % random) (152 /sec)
23.61/24.37	c 24	propagations          : 54649          (5080 /sec)
23.61/24.37	c 24	conflict literals     : 305            (6.73 % deleted)
23.61/24.37	c 24	Memory used           : 232.18 MB
23.61/24.37	c 24	CPU time              : 10.7574 s
23.61/24.37	c 24	
23.61/24.39	c 24	SATISFIABLE
23.70/24.44	c 24	FOUND: _COST <= 1057
23.70/24.44	s SATISFIABLE
23.70/24.44	c 24	DECODING HOME/temp.out WITH HOME/temp.map
23.70/24.44	c 24	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
23.76/24.51	c 24	Decoding HOME/temp.out
23.76/24.73	c 24	OBJECTIVE _COST 438
23.76/24.73	o 438
23.76/24.73	v 13 8 2 1 5 10 3 11 3 8 6 4 4 6 4 0 7 5 13 9 13 13 11 6 10 6 2 10 7 3 5 1 2 3 3 11 6 2 0 8 7 8 1 7 0 8 8 11 9 10 12 5 0 12 0 0 1 1 11 1 2 1 12 2 4 3 3 4 4 5 5 9 5 6 6 7 12 8 9 10 12 7 9 12 13 12 14 11 13 12 12 13 14 14 14 14 14 14 14 14 14 14 14 14 14 14 14 14 14 14 14 14 14 14 14 14 14 14 14 14 14 14 14 14 14 14 14 14
23.76/24.74	c 24	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
23.76/24.75	c 24	OBJECTIVE BOUND: 0 <= _COST <= 438
23.76/24.75	c 24	SEARCHING: _COST <= 219
23.76/24.75	c 24	SOLVING HOME/temp.cnf
23.76/24.75	c 24	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
23.76/24.79	c 24	This is MiniSat 2.0 beta
23.76/24.79	c 24	WARNING: for repeatability, setting FPU to use double precision
23.76/24.79	c 24	============================[ Problem Statistics ]=============================
23.76/24.79	c 24	|                                                                             |
23.76/24.79	c 24	|  Number of variables:  52638                                                |
23.76/24.79	c 24	|  Number of clauses:    5774255                                              |
26.86/27.60	c 27	|  Parsing time:         2.44         s                                       |
37.32/38.18	c 38	============================[ Search Statistics ]==============================
37.32/38.18	c 38	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
37.32/38.18	c 38	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
37.32/38.18	c 38	===============================================================================
37.32/38.18	c 38	|         0 |   27828  1162931  3421918 |   387643        0    nan |  0.000 % |
37.62/38.48	c 38	|       100 |   27828  1162931  3421918 |   426408      100    109 | 47.133 % |
37.72/38.56	c 38	|       251 |   27828  1162931  3421918 |   469048      251     65 | 47.133 % |
37.82/38.64	c 38	|       477 |   27828  1162931  3421918 |   515953      477     43 | 47.133 % |
37.92/38.70	c 38	|       815 |   27828  1162931  3421918 |   567549      815     32 | 47.133 % |
37.92/38.79	c 38	|      1321 |   27828  1162931  3421918 |   624304     1321     27 | 47.133 % |
38.11/38.90	c 38	|      2080 |   27828  1162931  3421918 |   686734     2080     32 | 47.133 % |
38.21/39.06	c 39	|      3219 |   27828  1162931  3421918 |   755407     3219     35 | 47.133 % |
38.91/39.77	c 39	|      4931 |   27828  1162931  3421918 |   830948     4931     47 | 47.133 % |
39.01/39.89	c 39	===============================================================================
39.01/39.90	c 39	restarts              : 9
39.01/39.90	c 39	conflicts             : 5761           (393 /sec)
39.01/39.90	c 39	decisions             : 11553          (0.36 % random) (787 /sec)
39.01/39.90	c 39	propagations          : 2012053        (137128 /sec)
39.01/39.90	c 39	conflict literals     : 258859         (5.57 % deleted)
39.01/39.90	c 39	Memory used           : 236.91 MB
39.01/39.90	c 39	CPU time              : 14.6728 s
39.01/39.90	c 39	
39.11/39.92	c 39	SATISFIABLE
39.11/39.95	c 39	FOUND: _COST <= 219
39.11/39.95	c 39	DECODING HOME/temp.out WITH HOME/temp.map
39.11/39.95	c 39	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
39.17/40.24	c 40	Decoding HOME/temp.out
39.59/40.65	c 40	OBJECTIVE _COST 219
39.59/40.66	o 219
39.59/40.66	v 1 6 8 10 2 1 5 13 6 4 12 8 9 7 8 9 13 13 13 12 5 9 10 3 8 14 14 9 9 14 6 5 10 0 6 5 4 6 4 12 10 4 10 9 3 12 11 7 14 2 1 11 13 11 3 13 5 1 11 5 2 5 10 12 8 10 11 7 8 2 14 8 4 0 4 8 4 3 12 13 3 0 13 11 5 5 14 6 7 9 11 5 2 1 6 1 5 7 12 1 11 11 0 7 7 8 0 10 14 4 6 14 4 2 14 13 7 7 10 12 14 12 7 12 12 9 3 8
39.59/40.67	c 40	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
39.59/40.69	c 40	OBJECTIVE BOUND: 0 <= _COST <= 219
39.59/40.69	c 40	SEARCHING: _COST <= 109
39.59/40.69	c 40	SOLVING HOME/temp.cnf
39.59/40.69	c 40	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
39.68/40.71	c 40	This is MiniSat 2.0 beta
39.68/40.71	c 40	WARNING: for repeatability, setting FPU to use double precision
39.68/40.71	c 40	============================[ Problem Statistics ]=============================
39.68/40.71	c 40	|                                                                             |
39.68/40.71	c 40	|  Number of variables:  52638                                                |
39.68/40.71	c 40	|  Number of clauses:    5774255                                              |
42.64/43.78	c 43	|  Parsing time:         2.68         s                                       |
52.99/54.17	c 54	============================[ Search Statistics ]==============================
52.99/54.17	c 54	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
52.99/54.17	c 54	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
52.99/54.17	c 54	===============================================================================
52.99/54.17	c 54	|         0 |   24952   653118  1900997 |   217706        0    nan |  0.000 % |
53.28/54.46	c 54	|       101 |   24952   653118  1900997 |   239476      101     37 | 52.597 % |
53.38/54.59	c 54	|       251 |   24952   653118  1900997 |   263424      251     29 | 52.597 % |
53.48/54.63	c 54	|       476 |   24952   653118  1900997 |   289766      476     31 | 52.597 % |
53.48/54.70	c 54	|       813 |   24952   653118  1900997 |   318743      813     29 | 52.597 % |
53.68/54.82	c 54	|      1321 |   24952   653118  1900997 |   350617     1321     40 | 52.597 % |
53.79/54.97	c 54	|      2080 |   24952   653118  1900997 |   385679     2080     36 | 52.597 % |
53.89/55.07	c 55	|      3219 |   24952   653118  1900997 |   424247     3219     31 | 52.597 % |
54.18/55.37	c 55	|      4930 |   24952   653118  1900997 |   466672     4930     40 | 52.597 % |
55.47/56.68	c 56	|      7492 |   24952   653118  1900997 |   513339     7492     40 | 52.597 % |
55.87/57.04	c 56	|     11337 |   24952   653118  1900997 |   564673    11337     34 | 52.597 % |
56.57/57.76	c 57	|     17104 |   24952   653118  1900997 |   621140    17104     37 | 52.597 % |
57.56/58.79	c 58	|     25754 |   24952   653118  1900997 |   683254    25754     34 | 52.597 % |
59.45/60.66	c 60	|     38728 |   24952   653118  1900997 |   751580    38728     35 | 52.597 % |
64.03/65.25	c 65	|     58190 |   24952   653118  1900997 |   826738    58190     34 | 52.597 % |
70.90/72.18	c 72	|     87384 |   24952   653118  1900997 |   909411    87384     35 | 52.597 % |
111.20/112.64	c 112	|    131173 |   24952   653118  1900997 |  1000353   131173     53 | 52.597 % |
181.06/182.87	c 182	|    196857 |   24952   653118  1900997 |  1100388   196857     60 | 52.597 % |
260.70/262.83	c 262	|    295383 |   24952   653118  1900997 |  1210427   295383     60 | 52.597 % |
552.38/555.93	c 555	|    443173 |   24952   653118  1900997 |  1331470   443173     68 | 52.597 % |
1138.36/1144.79	c 1144	|    664856 |   24952   653118  1900997 |  1464617   664856     68 | 52.597 % |
2100.94/2109.73	c 2109	|    997382 |   24952   653118  1900997 |  1611078   997382     66 | 52.597 % |
3600.06/3609.41	c ERROR INTERRUPTED
3600.06/3609.48	c 3609	CPU 37.74 (0.05 0.02 37.69 1.93)
3600.06/3609.48	c 3609	END Sat Jul 12 21:25:26 2008

Verifier Data (download as text)

OK	62	2051
62 unsatisfied constraints, 2051 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-1113574-1215887116/watcher-1113574-1215887116 -o /tmp/evaluation-result-1113574-1215887116/solver-1113574-1215887116 -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-1113574-1215887116.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: 3.18 3.25 3.16 5/80 18504
/proc/meminfo: memFree=1846000/2055920 swapFree=4191900/4192956
[pid=18504] ppid=18502 vsize=18572 CPUtime=0
/proc/18504/stat : 18504 (runsolver) D 18502 18504 18271 0 -1 4194368 15 0 0 0 0 0 0 0 20 0 1 0 45410281 19017728 292 996147200 4194304 4296836 548682068256 18446744073709551615 248761609511 0 0 4096 24578 18446744071563608240 0 0 17 1 0 0
/proc/18504/statm: 4643 292 257 25 0 2626 0

[startup+0.0427999 s]
/proc/loadavg: 3.18 3.25 3.16 5/80 18504
/proc/meminfo: memFree=1846000/2055920 swapFree=4191900/4192956
[pid=18504] ppid=18502 vsize=12272 CPUtime=0
/proc/18504/stat : 18504 (sugar) D 18502 18504 18271 0 -1 4194304 353 0 0 0 0 0 0 0 19 0 1 0 45410281 12566528 321 996147200 4194304 4206940 548682068592 18446744073709551615 248770506850 0 0 4224 0 18446744071563608240 0 0 17 0 0 0
/proc/18504/statm: 3068 321 242 3 0 168 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 12272

[startup+0.118814 s]
/proc/loadavg: 3.18 3.25 3.16 5/80 18504
/proc/meminfo: memFree=1846000/2055920 swapFree=4191900/4192956
[pid=18504] ppid=18502 vsize=12272 CPUtime=0
/proc/18504/stat : 18504 (sugar) R 18502 18504 18271 0 -1 4194304 359 0 0 0 0 0 0 0 18 0 1 0 45410281 12566528 327 996147200 4194304 4206940 548682068592 18446744073709551615 248761776741 0 0 4224 0 0 0 0 17 1 0 0
/proc/18504/statm: 3068 327 246 3 0 168 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 12272

[startup+0.302064 s]
/proc/loadavg: 3.18 3.25 3.16 5/80 18504
/proc/meminfo: memFree=1846000/2055920 swapFree=4191900/4192956
[pid=18504] ppid=18502 vsize=12412 CPUtime=0
/proc/18504/stat : 18504 (sugar) R 18502 18504 18271 0 -1 4194304 415 0 0 0 0 0 0 0 18 0 1 0 45410281 12709888 383 996147200 4194304 4206940 548682068592 18446744073709551615 248779122532 0 0 4224 0 0 0 0 17 0 0 0
/proc/18504/statm: 3103 383 275 3 0 203 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 12412

[startup+0.701865 s]
/proc/loadavg: 3.18 3.25 3.16 5/80 18504
/proc/meminfo: memFree=1846000/2055920 swapFree=4191900/4192956
[pid=18504] ppid=18502 vsize=13600 CPUtime=0.04
/proc/18504/stat : 18504 (sugar) S 18502 18504 18271 0 -1 4194304 898 127 0 0 3 1 0 0 18 0 1 0 45410281 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 248770506850 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/18504/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+1.50294 s]
/proc/loadavg: 3.08 3.23 3.16 3/91 18526
/proc/meminfo: memFree=1838936/2055920 swapFree=4191900/4192956
[pid=18504] ppid=18502 vsize=13600 CPUtime=0.47
/proc/18504/stat : 18504 (sugar) S 18502 18504 18271 0 -1 4194304 974 5145 0 1 3 1 39 4 15 0 1 0 45410281 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 248770506850 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/18504/statm: 3400 797 370 3 0 500 0
[pid=18517] ppid=18504 vsize=5356 CPUtime=0
/proc/18517/stat : 18517 (sh) S 18504 18504 18271 0 -1 4194304 278 0 0 0 0 0 0 0 17 0 1 0 45410363 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 248761606980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18517/statm: 1339 233 193 169 0 50 0
[pid=18518] ppid=18517 vsize=868284 CPUtime=0.58
/proc/18518/stat : 18518 (java) S 18517 18504 18271 0 -1 0 5637 0 1 0 56 2 0 0 18 0 9 0 45410364 889122816 5062 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18518/statm: 217071 5062 1732 9 0 211646 0
[pid=18518/tid=18519] ppid=18517 vsize=868284 CPUtime=0.34
/proc/18518/task/18519/stat : 18519 (java) R 18517 18504 18271 0 -1 64 2649 0 1 0 33 1 0 0 25 0 9 0 45410365 889122816 5062 996147200 134512640 134550740 4294955936 18446744073709551615 4125960270 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18518/tid=18520] ppid=18517 vsize=868284 CPUtime=0.03
/proc/18518/task/18520/stat : 18520 (java) S 18517 18504 18271 0 -1 64 841 0 0 0 3 0 0 0 16 0 9 0 45410373 889122816 5062 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=18518/tid=18521] ppid=18517 vsize=868284 CPUtime=0
/proc/18518/task/18521/stat : 18521 (java) S 18517 18504 18271 0 -1 64 10 0 0 0 0 0 0 0 21 0 9 0 45410374 889122816 5062 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18518/tid=18522] ppid=18517 vsize=868284 CPUtime=0
/proc/18518/task/18522/stat : 18522 (java) S 18517 18504 18271 0 -1 64 4 0 0 0 0 0 0 0 22 0 9 0 45410374 889122816 5062 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18518/tid=18523] ppid=18517 vsize=868284 CPUtime=0
/proc/18518/task/18523/stat : 18523 (java) S 18517 18504 18271 0 -1 64 1 0 0 0 0 0 0 0 23 0 9 0 45410376 889122816 5062 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18518/tid=18524] ppid=18517 vsize=868284 CPUtime=0.18
/proc/18518/task/18524/stat : 18524 (java) S 18517 18504 18271 0 -1 64 1456 0 0 0 18 0 0 0 16 0 9 0 45410376 889122816 5062 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18518/tid=18525] ppid=18517 vsize=868284 CPUtime=0
/proc/18518/task/18525/stat : 18525 (java) S 18517 18504 18271 0 -1 64 1 0 0 0 0 0 0 0 24 0 9 0 45410376 889122816 5062 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18518/tid=18526] ppid=18517 vsize=868284 CPUtime=0
/proc/18518/task/18526/stat : 18526 (java) S 18517 18504 18271 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 45410376 889122816 5062 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.05
Current children cumulated vsize (KiB) 887240

[startup+3.10209 s]
/proc/loadavg: 3.08 3.23 3.16 3/91 18526
/proc/meminfo: memFree=1823704/2055920 swapFree=4191900/4192956
[pid=18504] ppid=18502 vsize=13600 CPUtime=0.47
/proc/18504/stat : 18504 (sugar) S 18502 18504 18271 0 -1 4194304 974 5145 0 1 3 1 39 4 15 0 1 0 45410281 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 248770506850 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/18504/statm: 3400 797 370 3 0 500 0
[pid=18517] ppid=18504 vsize=5356 CPUtime=0
/proc/18517/stat : 18517 (sh) S 18504 18504 18271 0 -1 4194304 278 0 0 0 0 0 0 0 17 0 1 0 45410363 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 248761606980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18517/statm: 1339 233 193 169 0 50 0
[pid=18518] ppid=18517 vsize=868512 CPUtime=2.16
/proc/18518/stat : 18518 (java) S 18517 18504 18271 0 -1 0 8266 0 1 0 204 12 0 0 18 0 9 0 45410364 889356288 7109 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18518/statm: 217128 7109 2564 9 0 211675 0
[pid=18518/tid=18519] ppid=18517 vsize=868512 CPUtime=1.62
/proc/18518/task/18519/stat : 18519 (java) R 18517 18504 18271 0 -1 64 3090 0 1 0 154 8 0 0 25 0 9 0 45410365 889356288 7109 996147200 134512640 134550740 4294955936 18446744073709551615 4127013644 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18518/tid=18520] ppid=18517 vsize=868512 CPUtime=0.24
/proc/18518/task/18520/stat : 18520 (java) S 18517 18504 18271 0 -1 64 2970 0 0 0 22 2 0 0 16 0 9 0 45410373 889356288 7109 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=18518/tid=18521] ppid=18517 vsize=868512 CPUtime=0
/proc/18518/task/18521/stat : 18521 (java) S 18517 18504 18271 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 45410374 889356288 7109 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18518/tid=18522] ppid=18517 vsize=868512 CPUtime=0
/proc/18518/task/18522/stat : 18522 (java) S 18517 18504 18271 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 45410374 889356288 7109 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18518/tid=18523] ppid=18517 vsize=868512 CPUtime=0
/proc/18518/task/18523/stat : 18523 (java) S 18517 18504 18271 0 -1 64 1 0 0 0 0 0 0 0 23 0 9 0 45410376 889356288 7109 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18518/tid=18524] ppid=18517 vsize=868512 CPUtime=0.27
/proc/18518/task/18524/stat : 18524 (java) S 18517 18504 18271 0 -1 64 1514 0 0 0 27 0 0 0 16 0 9 0 45410376 889356288 7109 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18518/tid=18525] ppid=18517 vsize=868512 CPUtime=0
/proc/18518/task/18525/stat : 18525 (java) S 18517 18504 18271 0 -1 64 1 0 0 0 0 0 0 0 24 0 9 0 45410376 889356288 7109 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18518/tid=18526] ppid=18517 vsize=868512 CPUtime=0
/proc/18518/task/18526/stat : 18526 (java) S 18517 18504 18271 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 45410376 889356288 7109 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.63
Current children cumulated vsize (KiB) 887468

[startup+6.30238 s]
/proc/loadavg: 3.08 3.23 3.16 3/91 18526
/proc/meminfo: memFree=1792792/2055920 swapFree=4191900/4192956
[pid=18504] ppid=18502 vsize=13600 CPUtime=0.47
/proc/18504/stat : 18504 (sugar) S 18502 18504 18271 0 -1 4194304 974 5145 0 1 3 1 39 4 16 0 1 0 45410281 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 248770506850 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/18504/statm: 3400 797 370 3 0 500 0
[pid=18517] ppid=18504 vsize=5356 CPUtime=0
/proc/18517/stat : 18517 (sh) S 18504 18504 18271 0 -1 4194304 278 0 0 0 0 0 0 0 17 0 1 0 45410363 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 248761606980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18517/statm: 1339 233 193 169 0 50 0
[pid=18518] ppid=18517 vsize=868512 CPUtime=5.33
/proc/18518/stat : 18518 (java) S 18517 18504 18271 0 -1 0 9162 0 1 0 498 35 0 0 18 0 9 0 45410364 889356288 7109 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18518/statm: 217128 7109 2564 9 0 211675 0
[pid=18518/tid=18519] ppid=18517 vsize=868512 CPUtime=4.62
/proc/18518/task/18519/stat : 18519 (java) R 18517 18504 18271 0 -1 64 3986 0 1 0 435 27 0 0 25 0 9 0 45410365 889356288 7109 996147200 134512640 134550740 4294955936 18446744073709551615 102064727 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18518/tid=18520] ppid=18517 vsize=868512 CPUtime=0.41
/proc/18518/task/18520/stat : 18520 (java) S 18517 18504 18271 0 -1 64 2970 0 0 0 35 6 0 0 16 0 9 0 45410373 889356288 7109 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=18518/tid=18521] ppid=18517 vsize=868512 CPUtime=0
/proc/18518/task/18521/stat : 18521 (java) S 18517 18504 18271 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 45410374 889356288 7109 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18518/tid=18522] ppid=18517 vsize=868512 CPUtime=0
/proc/18518/task/18522/stat : 18522 (java) S 18517 18504 18271 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 45410374 889356288 7109 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18518/tid=18523] ppid=18517 vsize=868512 CPUtime=0
/proc/18518/task/18523/stat : 18523 (java) S 18517 18504 18271 0 -1 64 1 0 0 0 0 0 0 0 23 0 9 0 45410376 889356288 7109 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18518/tid=18524] ppid=18517 vsize=868512 CPUtime=0.27
/proc/18518/task/18524/stat : 18524 (java) S 18517 18504 18271 0 -1 64 1514 0 0 0 27 0 0 0 16 0 9 0 45410376 889356288 7109 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18518/tid=18525] ppid=18517 vsize=868512 CPUtime=0
/proc/18518/task/18525/stat : 18525 (java) S 18517 18504 18271 0 -1 64 1 0 0 0 0 0 0 0 24 0 9 0 45410376 889356288 7109 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18518/tid=18526] ppid=18517 vsize=868512 CPUtime=0
/proc/18518/task/18526/stat : 18526 (java) S 18517 18504 18271 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 45410376 889356288 7109 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 5.8
Current children cumulated vsize (KiB) 887468

[startup+12.703 s]
/proc/loadavg: 3.07 3.22 3.16 3/91 18526
/proc/meminfo: memFree=1713112/2055920 swapFree=4191900/4192956
[pid=18504] ppid=18502 vsize=13600 CPUtime=0.47
/proc/18504/stat : 18504 (sugar) S 18502 18504 18271 0 -1 4194304 974 5145 0 1 3 1 39 4 16 0 1 0 45410281 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 248770506850 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/18504/statm: 3400 797 370 3 0 500 0
[pid=18517] ppid=18504 vsize=5356 CPUtime=0
/proc/18517/stat : 18517 (sh) S 18504 18504 18271 0 -1 4194304 278 0 0 0 0 0 0 0 17 0 1 0 45410363 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 248761606980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18517/statm: 1339 233 193 169 0 50 0
[pid=18518] ppid=18517 vsize=868512 CPUtime=11.64
/proc/18518/stat : 18518 (java) S 18517 18504 18271 0 -1 0 11170 0 1 0 1069 95 0 0 18 0 9 0 45410364 889356288 7109 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18518/statm: 217128 7109 2564 9 0 211675 0
[pid=18518/tid=18519] ppid=18517 vsize=868512 CPUtime=10.45
/proc/18518/task/18519/stat : 18519 (java) R 18517 18504 18271 0 -1 64 5994 0 1 0 970 75 0 0 25 0 9 0 45410365 889356288 7109 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18518/tid=18520] ppid=18517 vsize=868512 CPUtime=0.88
/proc/18518/task/18520/stat : 18520 (java) S 18517 18504 18271 0 -1 64 2970 0 0 0 70 18 0 0 16 0 9 0 45410373 889356288 7109 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18518/tid=18521] ppid=18517 vsize=868512 CPUtime=0
/proc/18518/task/18521/stat : 18521 (java) S 18517 18504 18271 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 45410374 889356288 7109 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18518/tid=18522] ppid=18517 vsize=868512 CPUtime=0
/proc/18518/task/18522/stat : 18522 (java) S 18517 18504 18271 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 45410374 889356288 7109 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18518/tid=18523] ppid=18517 vsize=868512 CPUtime=0
/proc/18518/task/18523/stat : 18523 (java) S 18517 18504 18271 0 -1 64 1 0 0 0 0 0 0 0 23 0 9 0 45410376 889356288 7109 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18518/tid=18524] ppid=18517 vsize=868512 CPUtime=0.27
/proc/18518/task/18524/stat : 18524 (java) S 18517 18504 18271 0 -1 64 1514 0 0 0 27 0 0 0 16 0 9 0 45410376 889356288 7109 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18518/tid=18525] ppid=18517 vsize=868512 CPUtime=0
/proc/18518/task/18525/stat : 18525 (java) S 18517 18504 18271 0 -1 64 1 0 0 0 0 0 0 0 24 0 9 0 45410376 889356288 7109 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18518/tid=18526] ppid=18517 vsize=868512 CPUtime=0
/proc/18518/task/18526/stat : 18526 (java) S 18517 18504 18271 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 45410376 889356288 7109 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.11
Current children cumulated vsize (KiB) 887468

[startup+25.5012 s]
/proc/loadavg: 2.98 3.20 3.15 3/83 18540
/proc/meminfo: memFree=1683536/2055920 swapFree=4191900/4192956
[pid=18504] ppid=18502 vsize=13864 CPUtime=24.08
/proc/18504/stat : 18504 (sugar) S 18502 18504 18271 0 -1 4194304 1239 78120 1 3 5 2 2252 149 16 0 1 0 45410281 14196736 869 996147200 4194304 4206940 548682068592 18446744073709551615 248770506850 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/18504/statm: 3466 869 374 3 0 566 0
[pid=18539] ppid=18504 vsize=5356 CPUtime=0
/proc/18539/stat : 18539 (sh) S 18504 18504 18271 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 45412757 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 248761606980 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18539/statm: 1339 232 193 169 0 50 0
[pid=18540] ppid=18539 vsize=64520 CPUtime=0.69
/proc/18540/stat : 18540 (minisat) R 18539 18504 18271 0 -1 4194304 15863 0 0 0 60 9 0 0 23 0 1 0 45412760 66068480 15849 996147200 134512640 135127466 4294956256 18446744073709551615 134514165 0 0 4096 3 0 0 0 17 0 0 0
/proc/18540/statm: 16130 15849 62 150 0 15977 0
Current children cumulated CPU time (s) 24.77
Current children cumulated vsize (KiB) 83740

[startup+51.1015 s]
/proc/loadavg: 2.77 3.13 3.13 4/83 18552
/proc/meminfo: memFree=1491600/2055920 swapFree=4191900/4192956
[pid=18504] ppid=18502 vsize=13864 CPUtime=39.68
/proc/18504/stat : 18504 (sugar) S 18502 18504 18271 0 -1 4194304 1354 140679 1 4 5 2 3769 192 16 0 1 0 45410281 14196736 869 996147200 4194304 4206940 548682068592 18446744073709551615 248770506850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0

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

[pid=18551] ppid=18504 vsize=5356 CPUtime=0
/proc/18551/stat : 18551 (sh) S 18504 18504 18271 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 45414351 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 248761606980 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18551/statm: 1339 232 193 169 0 50 0
[pid=18552] ppid=18551 vsize=511532 CPUtime=3173.42
/proc/18552/stat : 18552 (minisat) R 18551 18504 18271 0 -1 4194304 123989 0 0 0 317171 171 0 0 25 0 1 0 45414353 523808768 123975 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/18552/statm: 127883 123975 76 150 0 127730 0
Current children cumulated CPU time (s) 3213.1
Current children cumulated vsize (KiB) 530752

[startup+3282.3 s]
/proc/loadavg: 2.00 2.00 2.08 3/84 18649
/proc/meminfo: memFree=1398712/2055920 swapFree=4191900/4192956
[pid=18504] ppid=18502 vsize=13864 CPUtime=39.68
/proc/18504/stat : 18504 (sugar) S 18502 18504 18271 0 -1 4194304 1354 140679 1 4 5 2 3769 192 16 0 1 0 45410281 14196736 869 996147200 4194304 4206940 548682068592 18446744073709551615 248770506850 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/18504/statm: 3466 869 374 3 0 566 0
[pid=18551] ppid=18504 vsize=5356 CPUtime=0
/proc/18551/stat : 18551 (sh) S 18504 18504 18271 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 45414351 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 248761606980 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18551/statm: 1339 232 193 169 0 50 0
[pid=18552] ppid=18551 vsize=514888 CPUtime=3233.4
/proc/18552/stat : 18552 (minisat) R 18551 18504 18271 0 -1 4194304 124833 0 0 0 323167 173 0 0 25 0 1 0 45414353 527245312 124819 996147200 134512640 135127466 4294956256 18446744073709551615 134530581 0 0 4096 3 0 0 0 17 0 0 0
/proc/18552/statm: 128722 124819 76 150 0 128569 0
Current children cumulated CPU time (s) 3273.08
Current children cumulated vsize (KiB) 534108

[startup+3342.3 s]
/proc/loadavg: 2.00 2.00 2.08 3/84 18649
/proc/meminfo: memFree=1395192/2055920 swapFree=4191900/4192956
[pid=18504] ppid=18502 vsize=13864 CPUtime=39.68
/proc/18504/stat : 18504 (sugar) S 18502 18504 18271 0 -1 4194304 1354 140679 1 4 5 2 3769 192 16 0 1 0 45410281 14196736 869 996147200 4194304 4206940 548682068592 18446744073709551615 248770506850 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/18504/statm: 3466 869 374 3 0 566 0
[pid=18551] ppid=18504 vsize=5356 CPUtime=0
/proc/18551/stat : 18551 (sh) S 18504 18504 18271 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 45414351 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 248761606980 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18551/statm: 1339 232 193 169 0 50 0
[pid=18552] ppid=18551 vsize=518384 CPUtime=3293.38
/proc/18552/stat : 18552 (minisat) R 18551 18504 18271 0 -1 4194304 125702 0 0 0 329164 174 0 0 25 0 1 0 45414353 530825216 125688 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/18552/statm: 129596 125688 76 150 0 129443 0
Current children cumulated CPU time (s) 3333.06
Current children cumulated vsize (KiB) 537604

[startup+3402.3 s]
/proc/loadavg: 2.00 2.00 2.07 3/84 18649
/proc/meminfo: memFree=1390904/2055920 swapFree=4191900/4192956
[pid=18504] ppid=18502 vsize=13864 CPUtime=39.68
/proc/18504/stat : 18504 (sugar) S 18502 18504 18271 0 -1 4194304 1354 140679 1 4 5 2 3769 192 16 0 1 0 45410281 14196736 869 996147200 4194304 4206940 548682068592 18446744073709551615 248770506850 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/18504/statm: 3466 869 374 3 0 566 0
[pid=18551] ppid=18504 vsize=5356 CPUtime=0
/proc/18551/stat : 18551 (sh) S 18504 18504 18271 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 45414351 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 248761606980 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18551/statm: 1339 232 193 169 0 50 0
[pid=18552] ppid=18551 vsize=522608 CPUtime=3353.35
/proc/18552/stat : 18552 (minisat) R 18551 18504 18271 0 -1 4194304 126751 0 0 0 335161 174 0 0 25 0 1 0 45414353 535150592 126737 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/18552/statm: 130652 126737 76 150 0 130499 0
Current children cumulated CPU time (s) 3393.03
Current children cumulated vsize (KiB) 541828

[startup+3462.3 s]
/proc/loadavg: 2.00 2.00 2.07 3/84 18649
/proc/meminfo: memFree=1385784/2055920 swapFree=4191900/4192956
[pid=18504] ppid=18502 vsize=13864 CPUtime=39.68
/proc/18504/stat : 18504 (sugar) S 18502 18504 18271 0 -1 4194304 1354 140679 1 4 5 2 3769 192 16 0 1 0 45410281 14196736 869 996147200 4194304 4206940 548682068592 18446744073709551615 248770506850 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/18504/statm: 3466 869 374 3 0 566 0
[pid=18551] ppid=18504 vsize=5356 CPUtime=0
/proc/18551/stat : 18551 (sh) S 18504 18504 18271 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 45414351 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 248761606980 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18551/statm: 1339 232 193 169 0 50 0
[pid=18552] ppid=18551 vsize=527496 CPUtime=3413.33
/proc/18552/stat : 18552 (minisat) R 18551 18504 18271 0 -1 4194304 127990 0 0 0 341157 176 0 0 25 0 1 0 45414353 540155904 127976 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/18552/statm: 131874 127976 76 150 0 131721 0
Current children cumulated CPU time (s) 3453.01
Current children cumulated vsize (KiB) 546716

[startup+3522.3 s]
/proc/loadavg: 2.00 2.00 2.06 3/84 18649
/proc/meminfo: memFree=1381432/2055920 swapFree=4191900/4192956
[pid=18504] ppid=18502 vsize=13864 CPUtime=39.68
/proc/18504/stat : 18504 (sugar) S 18502 18504 18271 0 -1 4194304 1354 140679 1 4 5 2 3769 192 16 0 1 0 45410281 14196736 869 996147200 4194304 4206940 548682068592 18446744073709551615 248770506850 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/18504/statm: 3466 869 374 3 0 566 0
[pid=18551] ppid=18504 vsize=5356 CPUtime=0
/proc/18551/stat : 18551 (sh) S 18504 18504 18271 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 45414351 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 248761606980 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18551/statm: 1339 232 193 169 0 50 0
[pid=18552] ppid=18551 vsize=531736 CPUtime=3473.3
/proc/18552/stat : 18552 (minisat) R 18551 18504 18271 0 -1 4194304 129061 0 0 0 347153 177 0 0 25 0 1 0 45414353 544497664 129047 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/18552/statm: 132934 129047 76 150 0 132781 0
Current children cumulated CPU time (s) 3512.98
Current children cumulated vsize (KiB) 550956

[startup+3582.3 s]
/proc/loadavg: 2.00 2.00 2.05 3/84 18649
/proc/meminfo: memFree=1377592/2055920 swapFree=4191900/4192956
[pid=18504] ppid=18502 vsize=13864 CPUtime=39.68
/proc/18504/stat : 18504 (sugar) S 18502 18504 18271 0 -1 4194304 1354 140679 1 4 5 2 3769 192 16 0 1 0 45410281 14196736 869 996147200 4194304 4206940 548682068592 18446744073709551615 248770506850 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/18504/statm: 3466 869 374 3 0 566 0
[pid=18551] ppid=18504 vsize=5356 CPUtime=0
/proc/18551/stat : 18551 (sh) S 18504 18504 18271 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 45414351 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 248761606980 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18551/statm: 1339 232 193 169 0 50 0
[pid=18552] ppid=18551 vsize=535568 CPUtime=3533.28
/proc/18552/stat : 18552 (minisat) R 18551 18504 18271 0 -1 4194304 130006 0 0 0 353150 178 0 0 25 0 1 0 45414353 548421632 129992 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/18552/statm: 133892 129992 76 150 0 133739 0
Current children cumulated CPU time (s) 3572.96
Current children cumulated vsize (KiB) 554788



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3609.4 s]
/proc/loadavg: 2.00 2.00 2.05 3/84 18649
/proc/meminfo: memFree=1375928/2055920 swapFree=4191900/4192956
[pid=18504] ppid=18502 vsize=13864 CPUtime=39.68
/proc/18504/stat : 18504 (sugar) S 18502 18504 18271 0 -1 4194304 1354 140679 1 4 5 2 3769 192 16 0 1 0 45410281 14196736 869 996147200 4194304 4206940 548682068592 18446744073709551615 248770506850 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/18504/statm: 3466 869 374 3 0 566 0
[pid=18551] ppid=18504 vsize=5356 CPUtime=0
/proc/18551/stat : 18551 (sh) S 18504 18504 18271 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 45414351 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 248761606980 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18551/statm: 1339 232 193 169 0 50 0
[pid=18552] ppid=18551 vsize=537124 CPUtime=3560.38
/proc/18552/stat : 18552 (minisat) R 18551 18504 18271 0 -1 4194304 130418 0 0 0 355859 179 0 0 25 0 1 0 45414353 550014976 130404 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/18552/statm: 134281 130404 76 150 0 134128 0
Current children cumulated CPU time (s) 3600.06
Current children cumulated vsize (KiB) 556344

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

[startup+3609.4 s]
/proc/loadavg: 2.00 2.00 2.05 3/84 18649
/proc/meminfo: memFree=1375928/2055920 swapFree=4191900/4192956
[pid=18504] ppid=18502 vsize=13864 CPUtime=39.68
/proc/18504/stat : 18504 (sugar) S 18502 18504 18271 0 -1 4194304 1354 140679 1 4 5 2 3769 192 16 0 1 0 45410281 14196736 869 996147200 4194304 4206940 548682068592 18446744073709551615 248770506850 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/18504/statm: 3466 869 374 3 0 566 0
[pid=18551] ppid=18504 vsize=5356 CPUtime=0
/proc/18551/stat : 18551 (sh) S 18504 18504 18271 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 45414351 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 248761606980 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18551/statm: 1339 232 193 169 0 50 0
[pid=18552] ppid=18551 vsize=537124 CPUtime=3560.38
/proc/18552/stat : 18552 (minisat) R 18551 18504 18271 0 -1 4194304 130418 0 0 0 355859 179 0 0 25 0 1 0 45414353 550014976 130404 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/18552/statm: 134281 130404 76 150 0 134128 0
Current children cumulated CPU time (s) 3600.06
Current children cumulated vsize (KiB) 556344

# WARNING:
# current cumulated CPU time (39.69 s) is less than in the last sample (3600.06 s)
# The time of a child was probably not reported to its father.
# (see the samples just above and below)
# Adding the difference (3560.37 s) to the 'lost time'.

[startup+3609.52 s]
/proc/loadavg: 2.00 2.00 2.05 3/84 18649
/proc/meminfo: memFree=1375928/2055920 swapFree=4191900/4192956
[pid=18504] ppid=18502 vsize=13864 CPUtime=39.69
/proc/18504/stat : 18504 (sugar) R 18502 18504 18271 0 -1 4194304 1387 140956 1 4 5 2 3769 193 16 0 1 0 45410281 14196736 871 996147200 4194304 4206940 548682068592 18446744073709551615 248761783337 0 0 4224 16386 1100687362032 0 0 17 0 0 0
/proc/18504/statm: 3466 871 375 3 0 566 0
Current children cumulated CPU time (s) 39.69
Current children cumulated vsize (KiB) 13864

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

[startup+3609.6 s]
/proc/loadavg: 2.00 2.00 2.05 3/84 18649
/proc/meminfo: memFree=1375928/2055920 swapFree=4191900/4192956
[pid=18504] ppid=18502 vsize=13864 CPUtime=39.69
/proc/18504/stat : 18504 (sugar) D 18502 18504 18271 0 -1 4194304 1388 140956 1 4 5 2 3769 193 15 0 1 0 45410281 14196736 871 996147200 4194304 4206940 548682068592 18446744073709551615 248761783337 0 0 4224 16386 18446744071563608240 0 0 17 0 0 0
/proc/18504/statm: 3466 871 375 3 0 566 0
Current children cumulated CPU time (s) 39.69
Current children cumulated vsize (KiB) 13864

Child status: 0

# WARNING:
# The CPU time of some children was not reported to their father
# (probably because of a missing or aborted wait()).
# This 'lost CPU time' is added to the watched process CPU time.
#  lost CPU time (s): 3560.37
#  lost CPU user time (s): 3558.59
#  lost CPU system time (s): 1.78

Real time (s): 3609.64
CPU time (s): 3600.09
CPU user time (s): 3596.34
CPU system time (s): 3.7437
CPU usage (%): 99.7354
Max. virtual memory (cumulated for all children) (KiB): 887468

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 37.7513
system time used= 1.9637
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 142375
page faults= 5
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 27080
involuntary context switches= 29373

runsolver used 4.52631 second user time and 10.6024 second system time

The end

Launcher Data (download as text)

Begin job on node55 at 2008-07-12 20:25:16
IDJOB=1113574
IDBENCH=61605
IDSOLVER=368
FILE ID=node55/1113574-1215887116
PBS_JOBID= 7903645
Free space on /tmp= 66428 MiB

SOLVER NAME= Sugar v1.13+minisat
BENCH NAME= CPAI08/csp/graphColoring/sgb/miles/normalized-miles750-15.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-1113574-1215887116/watcher-1113574-1215887116 -o /tmp/evaluation-result-1113574-1215887116/solver-1113574-1215887116 -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-1113574-1215887116.xml

TIME LIMIT= 3600 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 5e4ce9506949e8914025344dff802882
RANDOM SEED=777646445

node55.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.225
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.225
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5586.94
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1846480 kB
Buffers:          5284 kB
Cached:          43700 kB
SwapCached:        384 kB
Active:         140188 kB
Inactive:        19804 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1846480 kB
SwapTotal:     4192956 kB
SwapFree:      4191900 kB
Dirty:            1672 kB
Writeback:           0 kB
Mapped:         129908 kB
Slab:            34612 kB
Committed_AS:  1044344 kB
PageTables:       2012 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= 66428 MiB
End job on node55 at 2008-07-12 21:25:28