Trace number 1125187

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+minisat-incMSAT (TO) 3600.09 3633.95

General information on the benchmark

Namemaxcsp/celar/scens/
normalized-scenw-06-20_ext.xml
MD5SUM1848e8c4f958463a15e753adfd1f3dad
Bench Category2-ARY-EXT (binary constraints in extension)
Best result obtained on this benchmarkMOPT
Best Number of falsified constraints24
Best CPU time to get the best result obtained on this benchmark8.71467
Satisfiable
(Un)Satisfiability was proved
Number of variables100
Number of constraints1215
Maximum constraint arity2
Maximum domain size24
Number of constraints which are defined in extension1215
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Quality of the solution as a function of time


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

Solver Data (download as text)

0.00/0.07	c 0	Sugar++ v1-13 + HOME/minisat-inc
0.00/0.08	c 0	BEGIN Wed Jul 16 02:14:44 2008
0.00/0.08	c 0	PID 30786
0.00/0.08	c 0	HOST node59.alineos.net
0.00/0.08	c 0	CONVERTING HOME/instance-1125187-1216167284.xml TO HOME/temp.csp
0.00/0.08	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1125187-1216167284.xml' 'HOME/temp.csp'
0.06/0.85	c 1	3 domains, 100 variables, 0 predicates, 1106 relations, 1215 constraints
0.06/0.86	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.06/0.86	c 1	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -max -incremental -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
0.82/0.94	c 1	Parsing HOME/temp.csp
1.73/1.90	c 2	parsed 2424 expressions
1.83/1.90	c 2	Heap : 15 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
1.83/1.92	c 2	MAX CSP: 1215 constraints
1.83/1.92	c 2	Converting to clausal form CSP
1.83/1.96	c 2	converted 365 (10%) expressions
1.83/1.98	c 2	converted 729 (20%) expressions
1.83/1.99	c 2	converted 1093 (30%) expressions
1.93/2.06	c 2	converted 1457 (40%) expressions
2.21/2.32	c 2	converted 1821 (50%) expressions
2.32/2.41	c 2	converted 2186 (60%) expressions
2.42/2.53	c 3	converted 2550 (70%) expressions
2.42/2.58	c 3	converted 2914 (80%) expressions
2.52/2.65	c 3	converted 3278 (90%) expressions
2.71/2.85	c 3	converted 3642 (100%) expressions
2.71/2.85	c 3	CSP : 2530 integers, 0 booleans, 3644 clauses, largest domain size 1823
2.71/2.85	c 3	Heap : 34 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.71/2.85	c 3	Propagation in CSP
2.82/2.91	c 3	1207 values, 0 unsatisfiable literals, and 0 valid clauses are removed
2.82/2.91	c 3	CSP : 2530 integers, 0 booleans, 3644 clauses, largest domain size 1216
2.82/2.91	c 3	Heap : 36 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.82/2.92	c 3	Simplifing CSP by introducing new Boolean variables
2.82/2.92	c 3	CSP : 2530 integers, 0 booleans, 3644 clauses, largest domain size 1216
2.82/2.92	c 3	Heap : 36 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.91/3.04	c 3	Encoding CSP to SAT : HOME/temp.cnf
2.91/3.06	c 3	253 (10%) CSP integer variables are encoded (1810 clauses, 21491 bytes)
2.91/3.07	c 3	506 (20%) CSP integer variables are encoded (1810 clauses, 21491 bytes)
2.91/3.07	c 3	759 (30%) CSP integer variables are encoded (1810 clauses, 21491 bytes)
2.91/3.07	c 3	1012 (40%) CSP integer variables are encoded (1810 clauses, 21491 bytes)
2.91/3.07	c 3	1265 (50%) CSP integer variables are encoded (1810 clauses, 21491 bytes)
2.91/3.07	c 3	1518 (60%) CSP integer variables are encoded (4184 clauses, 52353 bytes)
2.91/3.08	c 3	1771 (70%) CSP integer variables are encoded (6211 clauses, 78704 bytes)
2.91/3.08	c 3	2024 (80%) CSP integer variables are encoded (8566 clauses, 110298 bytes)
2.91/3.09	c 3	2277 (90%) CSP integer variables are encoded (10505 clauses, 139383 bytes)
3.01/3.10	c 3	2530 (100%) CSP integer variables are encoded (24071 clauses, 342873 bytes)
3.11/3.27	c 3	365 (10%) CSP clauses are encoded (30942 clauses, 493875 bytes)
3.20/3.38	c 3	729 (20%) CSP clauses are encoded (37340 clauses, 644635 bytes)
3.29/3.48	c 3	1094 (30%) CSP clauses are encoded (43620 clauses, 797134 bytes)
3.40/3.54	c 4	1458 (40%) CSP clauses are encoded (54278 clauses, 1001392 bytes)
3.60/3.71	c 4	1822 (50%) CSP clauses are encoded (142818 clauses, 2619450 bytes)
3.60/3.76	c 4	2187 (60%) CSP clauses are encoded (168705 clauses, 3084708 bytes)
4.09/4.21	c 4	2551 (70%) CSP clauses are encoded (428407 clauses, 7871329 bytes)
4.09/4.27	c 4	2916 (80%) CSP clauses are encoded (458264 clauses, 8494790 bytes)
4.29/4.42	c 4	3280 (90%) CSP clauses are encoded (531838 clauses, 10055215 bytes)
7.25/7.44	c 7	3644 (100%) CSP clauses are encoded (1934843 clauses, 40026395 bytes)
7.25/7.44	c 7	3644 CSP clauses encoded
7.25/7.44	c 7	Writing map file : HOME/temp.map
7.25/7.47	c 7	Heap : 16 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
7.25/7.47	c 7	SAT : 26601 SAT variables, 1934843 SAT clauses, 40026395 bytes
7.25/7.47	c 7	Heap : 16 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
7.36/7.50	c 7	OBJECTIVE minimize _COST
7.36/7.50	c 7	SOLVING HOME/temp.cnf
7.36/7.50	c 7	CMD HOME/minisat-inc -incremental HOME/temp.cnf HOME/temp.out
7.36/7.50	c 7	This is MiniSat 2.0 beta incremental
7.36/7.50	c 7	WARNING: for repeatability, setting FPU to use double precision
7.36/7.50	c 7	============================[ Problem Statistics ]=============================
7.36/7.50	c 7	|                                                                             |
7.36/7.50	c 7	|  Number of variables:  26601                                                |
7.36/7.50	c 7	|  Number of clauses:    1934843                                              |
8.14/8.39	c 8	|  Parsing time:         0.77         s                                       |
8.24/8.43	c 8	OK
8.24/8.43	c 8	OBJECTIVE BOUND: 0 <= _COST <= 
8.24/8.43	c 8	SEARCHING: _COST <= 608
8.24/8.43	c 8	============================[ Search Statistics ]==============================
8.24/8.43	c 8	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
8.24/8.43	c 8	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
8.24/8.43	c 8	===============================================================================
8.24/8.43	c 8	|         0 |   26601  1934843  5764602 |   644947        0    nan |  0.000 % |
8.73/8.94	c 9	|       100 |   26599  1934843  5764602 |   709442       99     42 |  0.046 % |
8.83/9.01	c 9	===============================================================================
8.83/9.01	c 9	restarts              : 2
8.83/9.01	c 9	conflicts             : 157           (114 /sec)
8.83/9.01	c 9	decisions             : 1927          (0.47 % random) (1403 /sec)
8.83/9.01	c 9	propagations          : 234954         (171026 /sec)
8.83/9.01	c 9	conflict literals     : 4615           (16.01 % deleted)
8.83/9.01	c 9	Memory used           : 81.72 MB
8.83/9.01	c 9	CPU time              : 1.37379 s
8.83/9.01	c 9	
8.83/9.01	c 9	SATISFIABLE
8.83/9.02	c 9	OK
8.83/9.02	c 9	FOUND: _COST <= 608
8.83/9.02	s SATISFIABLE
8.83/9.02	c 9	DECODING HOME/temp.out WITH HOME/temp.map
8.83/9.02	c 9	CMD java -Xmx50M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
8.87/9.10	c 9	Decoding HOME/temp.out
8.87/9.26	c 9	OBJECTIVE _COST 381
8.87/9.26	o 381
8.87/9.26	v 23 23 23 23 0 22 18 23 23 18 23 4 7 15 15 17 12 3 3 8 7 20 23 2 4 10 8 20 4 15 2 3 8 15 3 13 5 11 12 15 13 12 13 3 13 6 6 0 7 10 9 10 16 1 6 5 15 3 17 23 11 8 19 11 0 8 3 6 5 7 11 11 7 6 6 3 15 0 5 12 10 12 10 7 13 4 15 4 14 16 18 23 10 15 15 23 23 16 23 15
8.87/9.27	c 9	Heap : 0 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
8.87/9.29	c 9	OK
8.87/9.29	c 9	OBJECTIVE BOUND: 0 <= _COST <= 381
8.87/9.29	c 9	SEARCHING: _COST <= 190
9.12/9.30	c 9	============================[ Search Statistics ]==============================
9.12/9.30	c 9	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
9.12/9.30	c 9	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
9.12/9.30	c 9	===============================================================================
9.12/9.30	c 9	|       157 |   26589  1934843  5764602 |   644947      156     30 |  0.046 % |
9.42/9.63	c 10	|       257 |   26589  1934843  5764602 |   709442      256     26 | 35.386 % |
9.52/9.78	c 10	|       407 |   26589  1934843  5764602 |   780386      406     29 | 35.386 % |
10.01/10.28	c 10	|       632 |   26589  1934843  5764602 |   858425      631     29 | 35.386 % |
10.10/10.37	c 10	===============================================================================
10.10/10.38	c 10	restarts              : 6
10.10/10.38	c 10	conflicts             : 741           (302 /sec)
10.10/10.38	c 10	decisions             : 4471          (0.47 % random) (1819 /sec)
10.10/10.38	c 10	propagations          : 840326         (341926 /sec)
10.10/10.38	c 10	conflict literals     : 20461          (20.32 % deleted)
10.10/10.38	c 10	Memory used           : 81.72 MB
10.10/10.38	c 10	CPU time              : 2.45763 s
10.10/10.38	c 10	
10.10/10.38	c 10	SATISFIABLE
10.10/10.39	c 10	OK
10.10/10.39	c 10	FOUND: _COST <= 190
10.10/10.39	c 10	DECODING HOME/temp.out WITH HOME/temp.map
10.10/10.39	c 10	CMD java -Xmx50M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
10.19/10.47	c 10	Decoding HOME/temp.out
10.19/10.62	c 11	OBJECTIVE _COST 190
10.19/10.62	o 190
10.19/10.63	v 14 22 0 23 1 23 23 23 21 17 1 2 3 11 15 23 6 3 13 5 3 11 23 15 12 4 12 0 7 0 4 23 12 0 12 15 5 14 9 2 3 9 6 3 13 6 6 8 17 13 15 15 16 2 9 1 15 0 17 23 7 6 19 4 19 6 23 7 6 5 15 1 10 12 10 3 15 0 15 6 7 6 18 5 10 15 3 15 11 16 12 23 10 15 1 23 7 23 16 6
10.19/10.63	c 11	Heap : 0 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
10.19/10.66	c 11	OK
10.19/10.66	c 11	OBJECTIVE BOUND: 0 <= _COST <= 190
10.19/10.66	c 11	SEARCHING: _COST <= 95
10.19/10.66	c 11	============================[ Search Statistics ]==============================
10.19/10.66	c 11	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
10.19/10.66	c 11	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
10.19/10.66	c 11	===============================================================================
10.19/10.66	c 11	|       741 |   17188  1934843  5764602 |   644947      740     28 | 35.386 % |
10.68/10.91	c 11	|       843 |   17188  1934843  5764602 |   709442      842     27 | 45.292 % |
10.77/11.09	c 11	|       993 |   17188  1934843  5764602 |   780386      992     25 | 45.292 % |
11.07/11.35	c 11	|      1220 |   17188  1934843  5764602 |   858425     1219     24 | 45.292 % |
11.27/11.50	c 11	===============================================================================
11.27/11.50	c 11	restarts              : 10
11.27/11.50	c 11	conflicts             : 1415          (427 /sec)
11.27/11.50	c 11	decisions             : 5796          (0.53 % random) (1751 /sec)
11.27/11.50	c 11	propagations          : 1418076        (428358 /sec)
11.27/11.50	c 11	conflict literals     : 32398          (23.26 % deleted)
11.27/11.50	c 11	Memory used           : 81.72 MB
11.27/11.50	c 11	CPU time              : 3.3105 s
11.27/11.51	c 11	
11.27/11.51	c 11	SATISFIABLE
11.27/11.51	c 12	OK
11.27/11.51	c 12	FOUND: _COST <= 95
11.27/11.51	c 12	DECODING HOME/temp.out WITH HOME/temp.map
11.27/11.51	c 12	CMD java -Xmx50M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
11.27/11.59	c 12	Decoding HOME/temp.out
11.28/11.75	c 12	OBJECTIVE _COST 95
11.28/11.75	o 95
11.28/11.76	v 18 23 19 19 22 21 22 1 1 18 1 5 21 4 3 20 7 6 3 6 7 10 11 15 8 4 15 23 10 2 12 17 16 1 12 14 8 13 8 2 3 8 8 3 13 6 6 14 17 13 15 15 16 2 9 0 15 1 17 23 6 7 8 5 18 6 23 11 5 5 4 15 11 12 10 3 15 0 3 13 7 6 10 22 10 15 3 15 11 16 18 23 10 15 1 23 23 23 23 15
11.28/11.76	c 12	Heap : 0 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
11.28/11.79	c 12	OK
11.28/11.79	c 12	OBJECTIVE BOUND: 0 <= _COST <= 95
11.28/11.79	c 12	SEARCHING: _COST <= 47
11.28/11.79	c 12	============================[ Search Statistics ]==============================
11.28/11.79	c 12	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
11.28/11.79	c 12	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
11.28/11.79	c 12	===============================================================================
11.28/11.79	c 12	|      1415 |   14553  1934843  5764602 |   644947     1414     23 | 45.292 % |
11.84/12.11	c 12	|      1515 |   14553  1934843  5764602 |   709442     1514     23 | 52.160 % |
12.04/12.40	c 12	|      1667 |   14553  1934843  5764602 |   780386     1666     22 | 52.160 % |
12.44/12.72	c 13	|      1893 |   14553  1934843  5764602 |   858425     1892     22 | 52.160 % |
12.84/13.12	c 13	|      2230 |   14553  1934843  5764602 |   944267     2229     23 | 52.160 % |
13.73/14.01	c 14	|      2736 |   14553  1934843  5764602 |  1038694     2735     22 | 52.160 % |
14.72/15.01	c 15	|      3495 |   14553  1934843  5764602 |  1142564     3494     22 | 52.160 % |
16.29/16.66	c 17	|      4635 |   14553  1934843  5764602 |  1256820     4634     23 | 52.160 % |
18.67/19.07	c 19	|      6347 |   14553  1934843  5764602 |  1382502     6346     23 | 52.160 % |
22.93/23.35	c 23	|      8910 |   12726   313347   940628 |  1520752     8849     24 | 52.160 % |
26.50/26.98	c 27	|     12754 |   12726   313347   940628 |  1672828    12693     24 | 52.160 % |
30.75/31.28	c 31	|     18520 |   12726   313347   940628 |  1840110    18459     24 | 52.160 % |
40.46/41.05	c 41	|     27171 |   12726   313347   940628 |  2024122    27110     23 | 52.160 % |
59.86/60.60	c 61	|     40146 |   12726   313347   940628 |  2226534    40085     22 | 52.160 % |
85.42/86.46	c 86	|     59608 |   12726   313347   940628 |  2449187    59547     22 | 52.160 % |
136.13/137.60	c 138	|     88801 |   12726   313347   940628 |  2694106    88740     22 | 52.160 % |
224.78/227.16	c 227	|    132590 |   12726   313347   940628 |  2963517   132529     22 | 52.160 % |
364.34/368.06	c 368	|    198274 |   12726   313347   940628 |  3259868   198213     22 | 52.160 % |
616.94/623.01	c 623	|    296800 |   12726   313347   940628 |  3585855   296739     23 | 52.160 % |
1027.93/1037.90	c 1038	|    444589 |   12726   313347   940628 |  3944441   444528     26 | 52.160 % |
2012.54/2031.93	c 2032	|    666273 |   12726   313347   940628 |  4338885   666212     26 | 52.160 % |
3600.01/3633.91	c ERROR INTERRUPTED
3600.01/3633.95	c 3634	CPU 3599.11 (0.06 0.02 3599.05 0.92)
3600.01/3633.95	c 3634	END Wed Jul 16 03:15:18 2008

Verifier Data (download as text)

OK	80	1135
80 unsatisfied constraints, 1135 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-1125187-1216167284/watcher-1125187-1216167284 -o /tmp/evaluation-result-1125187-1216167284/solver-1125187-1216167284 -C 3600 -W 4000 -M 900 --output-limit 1,15 HOME/sugar++ -max -incremental -c -vv -java=java -Xmx700M -decjava=java -Xmx50M -jar=HOME/sugar-v1-13.jar -solver=HOME/minisat-inc -tmp=HOME/temp HOME/instance-1125187-1216167284.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.08 2.04 2.01 4/81 30786
/proc/meminfo: memFree=1687512/2055920 swapFree=4192812/4192956
[pid=30786] ppid=30784 vsize=12268 CPUtime=0
/proc/30786/stat : 30786 (sugar++) R 30784 30786 30240 0 -1 4194304 348 0 0 0 0 0 0 0 20 0 1 0 73426818 12562432 316 996147200 4194304 4206940 548682068528 18446744073709551615 217051789925 0 2147483391 4224 0 0 0 0 17 1 0 0
/proc/30786/statm: 3067 316 241 3 0 167 0

[startup+0.0966731 s]
/proc/loadavg: 2.08 2.04 2.01 4/81 30786
/proc/meminfo: memFree=1687512/2055920 swapFree=4192812/4192956
[pid=30786] ppid=30784 vsize=16740 CPUtime=0.06
/proc/30786/stat : 30786 (sugar++) S 30784 30786 30240 0 -1 4194304 1219 128 0 0 5 1 0 0 19 0 1 0 73426818 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 217060520034 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/30786/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16740

[startup+0.101674 s]
/proc/loadavg: 2.08 2.04 2.01 4/81 30786
/proc/meminfo: memFree=1687512/2055920 swapFree=4192812/4192956
[pid=30786] ppid=30784 vsize=16740 CPUtime=0.06
/proc/30786/stat : 30786 (sugar++) S 30784 30786 30240 0 -1 4194304 1219 128 0 0 5 1 0 0 19 0 1 0 73426818 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 217060520034 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/30786/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16740

[startup+0.301712 s]
/proc/loadavg: 2.08 2.04 2.01 4/81 30786
/proc/meminfo: memFree=1687512/2055920 swapFree=4192812/4192956
[pid=30786] ppid=30784 vsize=16740 CPUtime=0.06
/proc/30786/stat : 30786 (sugar++) S 30784 30786 30240 0 -1 4194304 1219 128 0 0 5 1 0 0 19 0 1 0 73426818 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 217060520034 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/30786/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16740

[startup+0.701789 s]
/proc/loadavg: 2.08 2.04 2.01 4/81 30786
/proc/meminfo: memFree=1687512/2055920 swapFree=4192812/4192956
[pid=30786] ppid=30784 vsize=16740 CPUtime=0.06
/proc/30786/stat : 30786 (sugar++) S 30784 30786 30240 0 -1 4194304 1219 128 0 0 5 1 0 0 19 0 1 0 73426818 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 217060520034 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/30786/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16740

[startup+1.50294 s]
/proc/loadavg: 2.08 2.04 2.01 4/92 30808
/proc/meminfo: memFree=1678080/2055920 swapFree=4192812/4192956
[pid=30786] ppid=30784 vsize=16740 CPUtime=0.82
/proc/30786/stat : 30786 (sugar++) S 30784 30786 30240 0 -1 4194304 1297 5428 0 1 5 1 72 4 16 0 1 0 73426818 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 217060520034 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/30786/statm: 4185 1104 409 3 0 764 0
[pid=30799] ppid=30786 vsize=5356 CPUtime=0
/proc/30799/stat : 30799 (sh) S 30786 30786 30240 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 73426905 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 217051620164 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30799/statm: 1339 233 193 169 0 50 0
[pid=30800] ppid=30799 vsize=864012 CPUtime=0.61
/proc/30800/stat : 30800 (java) S 30799 30786 30240 0 -1 0 6600 0 1 0 59 2 0 0 18 0 9 0 73426905 884748288 5888 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/30800/statm: 216003 5888 2532 9 0 210585 0
[pid=30800/tid=30801] ppid=30799 vsize=864012 CPUtime=0.36
/proc/30800/task/30801/stat : 30801 (java) R 30799 30786 30240 0 -1 64 2457 0 1 0 35 1 0 0 22 0 9 0 73426906 884748288 5888 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30800/tid=30802] ppid=30799 vsize=864012 CPUtime=0.16
/proc/30800/task/30802/stat : 30802 (java) R 30799 30786 30240 0 -1 64 3111 0 0 0 16 0 0 0 16 0 9 0 73426907 884748288 5888 996147200 134512640 134550740 4294955920 18446744073709551615 102514547 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=30800/tid=30803] ppid=30799 vsize=864012 CPUtime=0
/proc/30800/task/30803/stat : 30803 (java) S 30799 30786 30240 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 73426907 884748288 5888 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30800/tid=30804] ppid=30799 vsize=864012 CPUtime=0
/proc/30800/task/30804/stat : 30804 (java) S 30799 30786 30240 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 73426907 884748288 5888 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30800/tid=30805] ppid=30799 vsize=864012 CPUtime=0
/proc/30800/task/30805/stat : 30805 (java) S 30799 30786 30240 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 73426909 884748288 5888 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30800/tid=30806] ppid=30799 vsize=864012 CPUtime=0.07
/proc/30800/task/30806/stat : 30806 (java) S 30799 30786 30240 0 -1 64 334 0 0 0 7 0 0 0 16 0 9 0 73426909 884748288 5888 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30800/tid=30807] ppid=30799 vsize=864012 CPUtime=0
/proc/30800/task/30807/stat : 30807 (java) S 30799 30786 30240 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 73426909 884748288 5888 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30800/tid=30808] ppid=30799 vsize=864012 CPUtime=0
/proc/30800/task/30808/stat : 30808 (java) S 30799 30786 30240 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 73426909 884748288 5888 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.43
Current children cumulated vsize (KiB) 886108

[startup+3.10225 s]
/proc/loadavg: 2.15 2.05 2.01 4/92 30808
/proc/meminfo: memFree=1654656/2055920 swapFree=4192812/4192956
[pid=30786] ppid=30784 vsize=16740 CPUtime=0.82
/proc/30786/stat : 30786 (sugar++) S 30784 30786 30240 0 -1 4194304 1297 5428 0 1 5 1 72 4 15 0 1 0 73426818 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 217060520034 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/30786/statm: 4185 1104 409 3 0 764 0
[pid=30799] ppid=30786 vsize=5356 CPUtime=0
/proc/30799/stat : 30799 (sh) S 30786 30786 30240 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 73426905 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 217051620164 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30799/statm: 1339 233 193 169 0 50 0
[pid=30800] ppid=30799 vsize=868512 CPUtime=2.19
/proc/30800/stat : 30800 (java) S 30799 30786 30240 0 -1 0 14955 0 1 0 212 7 0 0 18 0 9 0 73426905 889356288 14155 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/30800/statm: 217128 14155 2564 9 0 211675 0
[pid=30800/tid=30801] ppid=30799 vsize=868512 CPUtime=1.08
/proc/30800/task/30801/stat : 30801 (java) R 30799 30786 30240 0 -1 64 2980 0 1 0 106 2 0 0 24 0 9 0 73426906 889356288 14155 996147200 134512640 134550740 4294955920 18446744073709551615 4126999692 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30800/tid=30802] ppid=30799 vsize=868512 CPUtime=0.84
/proc/30800/task/30802/stat : 30802 (java) S 30799 30786 30240 0 -1 64 9800 0 0 0 81 3 0 0 16 0 9 0 73426907 889356288 14155 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=30800/tid=30803] ppid=30799 vsize=868512 CPUtime=0
/proc/30800/task/30803/stat : 30803 (java) S 30799 30786 30240 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 73426907 889356288 14155 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30800/tid=30804] ppid=30799 vsize=868512 CPUtime=0
/proc/30800/task/30804/stat : 30804 (java) S 30799 30786 30240 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 73426907 889356288 14155 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30800/tid=30805] ppid=30799 vsize=868512 CPUtime=0
/proc/30800/task/30805/stat : 30805 (java) S 30799 30786 30240 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 73426909 889356288 14155 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30800/tid=30806] ppid=30799 vsize=868512 CPUtime=0.23
/proc/30800/task/30806/stat : 30806 (java) S 30799 30786 30240 0 -1 64 1477 0 0 0 23 0 0 0 16 0 9 0 73426909 889356288 14155 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30800/tid=30807] ppid=30799 vsize=868512 CPUtime=0
/proc/30800/task/30807/stat : 30807 (java) S 30799 30786 30240 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 73426909 889356288 14155 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30800/tid=30808] ppid=30799 vsize=868512 CPUtime=0
/proc/30800/task/30808/stat : 30808 (java) S 30799 30786 30240 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 73426909 889356288 14155 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.01
Current children cumulated vsize (KiB) 890608

[startup+6.30286 s]
/proc/loadavg: 2.15 2.05 2.01 4/92 30808
/proc/meminfo: memFree=1617608/2055920 swapFree=4192812/4192956
[pid=30786] ppid=30784 vsize=16740 CPUtime=0.82
/proc/30786/stat : 30786 (sugar++) S 30784 30786 30240 0 -1 4194304 1297 5428 0 1 5 1 72 4 15 0 1 0 73426818 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 217060520034 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/30786/statm: 4185 1104 409 3 0 764 0
[pid=30799] ppid=30786 vsize=5356 CPUtime=0
/proc/30799/stat : 30799 (sh) S 30786 30786 30240 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 73426905 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 217051620164 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30799/statm: 1339 233 193 169 0 50 0
[pid=30800] ppid=30799 vsize=868512 CPUtime=5.35
/proc/30800/stat : 30800 (java) S 30799 30786 30240 0 -1 0 15330 0 1 0 508 27 0 0 18 0 9 0 73426905 889356288 14192 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/30800/statm: 217128 14192 2565 9 0 211675 0
[pid=30800/tid=30801] ppid=30799 vsize=868512 CPUtime=4.06
/proc/30800/task/30801/stat : 30801 (java) R 30799 30786 30240 0 -1 64 3328 0 1 0 386 20 0 0 25 0 9 0 73426906 889356288 14192 996147200 134512640 134550740 4294955920 18446744073709551615 4126566383 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30800/tid=30802] ppid=30799 vsize=868512 CPUtime=0.98
/proc/30800/task/30802/stat : 30802 (java) S 30799 30786 30240 0 -1 64 9801 0 0 0 93 5 0 0 16 0 9 0 73426907 889356288 14192 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=30800/tid=30803] ppid=30799 vsize=868512 CPUtime=0
/proc/30800/task/30803/stat : 30803 (java) S 30799 30786 30240 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 73426907 889356288 14192 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30800/tid=30804] ppid=30799 vsize=868512 CPUtime=0
/proc/30800/task/30804/stat : 30804 (java) S 30799 30786 30240 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 73426907 889356288 14192 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30800/tid=30805] ppid=30799 vsize=868512 CPUtime=0
/proc/30800/task/30805/stat : 30805 (java) S 30799 30786 30240 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 73426909 889356288 14192 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30800/tid=30806] ppid=30799 vsize=868512 CPUtime=0.28
/proc/30800/task/30806/stat : 30806 (java) S 30799 30786 30240 0 -1 64 1503 0 0 0 28 0 0 0 16 0 9 0 73426909 889356288 14192 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30800/tid=30807] ppid=30799 vsize=868512 CPUtime=0
/proc/30800/task/30807/stat : 30807 (java) S 30799 30786 30240 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 73426909 889356288 14192 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30800/tid=30808] ppid=30799 vsize=868512 CPUtime=0
/proc/30800/task/30808/stat : 30808 (java) S 30799 30786 30240 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 73426909 889356288 14192 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.17
Current children cumulated vsize (KiB) 890608

[startup+12.7011 s]
/proc/loadavg: 2.28 2.08 2.02 3/83 30839
/proc/meminfo: memFree=1561232/2055920 swapFree=4192812/4192956
[pid=30786] ppid=30784 vsize=17000 CPUtime=8.1
/proc/30786/stat : 30786 (sugar++) S 30784 30786 30240 0 -1 4194304 1724 32990 0 5 6 2 752 50 15 0 1 0 73426818 17408000 1149 996147200 4194304 4206940 548682068528 18446744073709551615 217060520034 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/30786/statm: 4250 1149 414 3 0 829 0
[pid=30809] ppid=30786 vsize=83680 CPUtime=4.34
/proc/30809/stat : 30809 (minisat-inc) R 30786 30786 30240 0 -1 4194304 20454 0 0 0 422 12 0 0 23 0 1 0 73427568 85688320 20397 996147200 134512640 135134323 4294956192 18446744073709551615 134531971 0 0 4096 3 0 0 0 17 1 0 0
/proc/30809/statm: 20920 20397 80 151 0 20766 0
Current children cumulated CPU time (s) 12.44
Current children cumulated vsize (KiB) 100680

[startup+25.5015 s]
/proc/loadavg: 2.24 2.08 2.02 3/83 30839
/proc/meminfo: memFree=1561168/2055920 swapFree=4192812/4192956
[pid=30786] ppid=30784 vsize=17000 CPUtime=8.1
/proc/30786/stat : 30786 (sugar++) S 30784 30786 30240 0 -1 4194304 1724 32990 0 5 6 2 752 50 16 0 1 0 73426818 17408000 1149 996147200 4194304 4206940 548682068528 18446744073709551615 217060520034 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/30786/statm: 4250 1149 414 3 0 829 0
[pid=30809] ppid=30786 vsize=84340 CPUtime=17.01
/proc/30809/stat : 30809 (minisat-inc) R 30786 30786 30240 0 -1 4194304 20598 0 0 0 1689 12 0 0 25 0 1 0 73427568 86364160 20541 996147200 134512640 135134323 4294956192 18446744073709551615 134531900 0 0 4096 3 0 0 0 17 1 0 0
/proc/30809/statm: 21085 20541 80 151 0 20931 0
Current children cumulated CPU time (s) 25.11
Current children cumulated vsize (KiB) 101340

[startup+51.1014 s]
/proc/loadavg: 2.16 2.07 2.02 3/83 30839
/proc/meminfo: memFree=1561104/2055920 swapFree=4192812/4192956
[pid=30786] ppid=30784 vsize=17000 CPUtime=8.1
/proc/30786/stat : 30786 (sugar++) S 30784 30786 30240 0 -1 4194304 1724 32990 0 5 6 2 752 50 16 0 1 0 73426818 17408000 1149 996147200 4194304 4206940 548682068528 18446744073709551615 217060520034 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/30786/statm: 4250 1149 414 3 0 829 0
[pid=30809] ppid=30786 vsize=84480 CPUtime=42.36
/proc/30809/stat : 30809 (minisat-inc) R 30786 30786 30240 0 -1 4194304 20633 0 0 0 4224 12 0 0 25 0 1 0 73427568 86507520 20576 996147200 134512640 135134323 4294956192 18446744073709551615 134532056 0 0 4096 3 0 0 0 17 1 0 0
/proc/30809/statm: 21120 20576 80 151 0 20966 0
Current children cumulated CPU time (s) 50.46
Current children cumulated vsize (KiB) 101480

[startup+102.306 s]
/proc/loadavg: 2.06 2.06 2.01 3/83 30839
/proc/meminfo: memFree=1560784/2055920 swapFree=4192812/4192956
[pid=30786] ppid=30784 vsize=17000 CPUtime=8.1
/proc/30786/stat : 30786 (sugar++) S 30784 30786 30240 0 -1 4194304 1724 32990 0 5 6 2 752 50 16 0 1 0 73426818 17408000 1149 996147200 4194304 4206940 548682068528 18446744073709551615 217060520034 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/30786/statm: 4250 1149 414 3 0 829 0
[pid=30809] ppid=30786 vsize=84736 CPUtime=93.07
/proc/30809/stat : 30809 (minisat-inc) R 30786 30786 30240 0 -1 4194304 20706 0 0 0 9295 12 0 0 25 0 1 0 73427568 86769664 20640 996147200 134512640 135134323 4294956192 18446744073709551615 134531938 0 0 4096 3 0 0 0 17 1 0 0
/proc/30809/statm: 21184 20640 80 151 0 21030 0
Current children cumulated CPU time (s) 101.17
Current children cumulated vsize (KiB) 101736

[startup+162.302 s]
/proc/loadavg: 2.02 2.05 2.01 3/83 30839
/proc/meminfo: memFree=1560592/2055920 swapFree=4192812/4192956

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

[pid=30809] ppid=30786 vsize=162260 CPUtime=2886.42
/proc/30809/stat : 30809 (minisat-inc) R 30786 30786 30240 0 -1 4194304 39189 0 0 0 288610 32 0 0 25 0 1 0 73427568 166154240 39123 996147200 134512640 135134323 4294956192 18446744073709551615 134531900 0 0 4096 3 0 0 0 17 1 0 0
/proc/30809/statm: 40565 39123 80 151 0 40411 0
Current children cumulated CPU time (s) 2894.52
Current children cumulated vsize (KiB) 179260

[startup+2982.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 30847
/proc/meminfo: memFree=1484688/2055920 swapFree=4192812/4192956
[pid=30786] ppid=30784 vsize=17000 CPUtime=8.1
/proc/30786/stat : 30786 (sugar++) S 30784 30786 30240 0 -1 4194304 1724 32990 0 5 6 2 752 50 16 0 1 0 73426818 17408000 1149 996147200 4194304 4206940 548682068528 18446744073709551615 217060520034 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/30786/statm: 4250 1149 414 3 0 829 0
[pid=30809] ppid=30786 vsize=163748 CPUtime=2945.84
/proc/30809/stat : 30809 (minisat-inc) R 30786 30786 30240 0 -1 4194304 39557 0 0 0 294552 32 0 0 25 0 1 0 73427568 167677952 39491 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/30809/statm: 40937 39491 80 151 0 40783 0
Current children cumulated CPU time (s) 2953.94
Current children cumulated vsize (KiB) 180748

[startup+3042.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 30847
/proc/meminfo: memFree=1483664/2055920 swapFree=4192812/4192956
[pid=30786] ppid=30784 vsize=17000 CPUtime=8.1
/proc/30786/stat : 30786 (sugar++) S 30784 30786 30240 0 -1 4194304 1724 32990 0 5 6 2 752 50 16 0 1 0 73426818 17408000 1149 996147200 4194304 4206940 548682068528 18446744073709551615 217060520034 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/30786/statm: 4250 1149 414 3 0 829 0
[pid=30809] ppid=30786 vsize=164804 CPUtime=3005.29
/proc/30809/stat : 30809 (minisat-inc) R 30786 30786 30240 0 -1 4194304 39856 0 0 0 300496 33 0 0 25 0 1 0 73427568 168759296 39790 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/30809/statm: 41201 39790 80 151 0 41047 0
Current children cumulated CPU time (s) 3013.39
Current children cumulated vsize (KiB) 181804

[startup+3102.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 30847
/proc/meminfo: memFree=1482512/2055920 swapFree=4192812/4192956
[pid=30786] ppid=30784 vsize=17000 CPUtime=8.1
/proc/30786/stat : 30786 (sugar++) S 30784 30786 30240 0 -1 4194304 1724 32990 0 5 6 2 752 50 16 0 1 0 73426818 17408000 1149 996147200 4194304 4206940 548682068528 18446744073709551615 217060520034 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/30786/statm: 4250 1149 414 3 0 829 0
[pid=30809] ppid=30786 vsize=165992 CPUtime=3064.71
/proc/30809/stat : 30809 (minisat-inc) R 30786 30786 30240 0 -1 4194304 40135 0 0 0 306438 33 0 0 25 0 1 0 73427568 169975808 40069 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/30809/statm: 41498 40069 80 151 0 41344 0
Current children cumulated CPU time (s) 3072.81
Current children cumulated vsize (KiB) 182992

[startup+3162.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 30847
/proc/meminfo: memFree=1481296/2055920 swapFree=4192812/4192956
[pid=30786] ppid=30784 vsize=17000 CPUtime=8.1
/proc/30786/stat : 30786 (sugar++) S 30784 30786 30240 0 -1 4194304 1724 32990 0 5 6 2 752 50 16 0 1 0 73426818 17408000 1149 996147200 4194304 4206940 548682068528 18446744073709551615 217060520034 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/30786/statm: 4250 1149 414 3 0 829 0
[pid=30809] ppid=30786 vsize=167048 CPUtime=3124.15
/proc/30809/stat : 30809 (minisat-inc) R 30786 30786 30240 0 -1 4194304 40439 0 0 0 312381 34 0 0 25 0 1 0 73427568 171057152 40373 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/30809/statm: 41762 40373 80 151 0 41608 0
Current children cumulated CPU time (s) 3132.25
Current children cumulated vsize (KiB) 184048

[startup+3222.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 30847
/proc/meminfo: memFree=1480208/2055920 swapFree=4192812/4192956
[pid=30786] ppid=30784 vsize=17000 CPUtime=8.1
/proc/30786/stat : 30786 (sugar++) S 30784 30786 30240 0 -1 4194304 1724 32990 0 5 6 2 752 50 16 0 1 0 73426818 17408000 1149 996147200 4194304 4206940 548682068528 18446744073709551615 217060520034 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/30786/statm: 4250 1149 414 3 0 829 0
[pid=30809] ppid=30786 vsize=168236 CPUtime=3183.58
/proc/30809/stat : 30809 (minisat-inc) R 30786 30786 30240 0 -1 4194304 40727 0 0 0 318324 34 0 0 25 0 1 0 73427568 172273664 40661 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/30809/statm: 42059 40661 80 151 0 41905 0
Current children cumulated CPU time (s) 3191.68
Current children cumulated vsize (KiB) 185236

[startup+3282.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 30847
/proc/meminfo: memFree=1479056/2055920 swapFree=4192812/4192956
[pid=30786] ppid=30784 vsize=17000 CPUtime=8.1
/proc/30786/stat : 30786 (sugar++) S 30784 30786 30240 0 -1 4194304 1724 32990 0 5 6 2 752 50 16 0 1 0 73426818 17408000 1149 996147200 4194304 4206940 548682068528 18446744073709551615 217060520034 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/30786/statm: 4250 1149 414 3 0 829 0
[pid=30809] ppid=30786 vsize=169292 CPUtime=3243.02
/proc/30809/stat : 30809 (minisat-inc) R 30786 30786 30240 0 -1 4194304 41005 0 0 0 324268 34 0 0 25 0 1 0 73427568 173355008 40939 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/30809/statm: 42323 40939 80 151 0 42169 0
Current children cumulated CPU time (s) 3251.12
Current children cumulated vsize (KiB) 186292

[startup+3342.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 30847
/proc/meminfo: memFree=1478096/2055920 swapFree=4192812/4192956
[pid=30786] ppid=30784 vsize=17000 CPUtime=8.1
/proc/30786/stat : 30786 (sugar++) S 30784 30786 30240 0 -1 4194304 1724 32990 0 5 6 2 752 50 16 0 1 0 73426818 17408000 1149 996147200 4194304 4206940 548682068528 18446744073709551615 217060520034 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/30786/statm: 4250 1149 414 3 0 829 0
[pid=30809] ppid=30786 vsize=170216 CPUtime=3302.45
/proc/30809/stat : 30809 (minisat-inc) R 30786 30786 30240 0 -1 4194304 41257 0 0 0 330211 34 0 0 25 0 1 0 73427568 174301184 41191 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/30809/statm: 42554 41191 80 151 0 42400 0
Current children cumulated CPU time (s) 3310.55
Current children cumulated vsize (KiB) 187216

[startup+3402.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 30847
/proc/meminfo: memFree=1476880/2055920 swapFree=4192812/4192956
[pid=30786] ppid=30784 vsize=17000 CPUtime=8.1
/proc/30786/stat : 30786 (sugar++) S 30784 30786 30240 0 -1 4194304 1724 32990 0 5 6 2 752 50 16 0 1 0 73426818 17408000 1149 996147200 4194304 4206940 548682068528 18446744073709551615 217060520034 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/30786/statm: 4250 1149 414 3 0 829 0
[pid=30809] ppid=30786 vsize=171272 CPUtime=3361.88
/proc/30809/stat : 30809 (minisat-inc) R 30786 30786 30240 0 -1 4194304 41528 0 0 0 336153 35 0 0 25 0 1 0 73427568 175382528 41462 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/30809/statm: 42818 41462 80 151 0 42664 0
Current children cumulated CPU time (s) 3369.98
Current children cumulated vsize (KiB) 188272

[startup+3462.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 30847
/proc/meminfo: memFree=1475408/2055920 swapFree=4192812/4192956
[pid=30786] ppid=30784 vsize=17000 CPUtime=8.1
/proc/30786/stat : 30786 (sugar++) S 30784 30786 30240 0 -1 4194304 1724 32990 0 5 6 2 752 50 16 0 1 0 73426818 17408000 1149 996147200 4194304 4206940 548682068528 18446744073709551615 217060520034 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/30786/statm: 4250 1149 414 3 0 829 0
[pid=30809] ppid=30786 vsize=172592 CPUtime=3421.31
/proc/30809/stat : 30809 (minisat-inc) R 30786 30786 30240 0 -1 4194304 41877 0 0 0 342096 35 0 0 25 0 1 0 73427568 176734208 41811 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/30809/statm: 43148 41811 80 151 0 42994 0
Current children cumulated CPU time (s) 3429.41
Current children cumulated vsize (KiB) 189592

[startup+3522.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 30847
/proc/meminfo: memFree=1473488/2055920 swapFree=4192812/4192956
[pid=30786] ppid=30784 vsize=17000 CPUtime=8.1
/proc/30786/stat : 30786 (sugar++) S 30784 30786 30240 0 -1 4194304 1724 32990 0 5 6 2 752 50 16 0 1 0 73426818 17408000 1149 996147200 4194304 4206940 548682068528 18446744073709551615 217060520034 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/30786/statm: 4250 1149 414 3 0 829 0
[pid=30809] ppid=30786 vsize=174308 CPUtime=3480.74
/proc/30809/stat : 30809 (minisat-inc) R 30786 30786 30240 0 -1 4194304 42324 0 0 0 348038 36 0 0 25 0 1 0 73427568 178491392 42258 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/30809/statm: 43577 42258 80 151 0 43423 0
Current children cumulated CPU time (s) 3488.84
Current children cumulated vsize (KiB) 191308

[startup+3582.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 30887
/proc/meminfo: memFree=1469840/2055920 swapFree=4192812/4192956
[pid=30786] ppid=30784 vsize=17000 CPUtime=8.1
/proc/30786/stat : 30786 (sugar++) S 30784 30786 30240 0 -1 4194304 1724 32990 0 5 6 2 752 50 16 0 1 0 73426818 17408000 1149 996147200 4194304 4206940 548682068528 18446744073709551615 217060520034 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/30786/statm: 4250 1149 414 3 0 829 0
[pid=30809] ppid=30786 vsize=176288 CPUtime=3540.33
/proc/30809/stat : 30809 (minisat-inc) R 30786 30786 30240 0 -1 4194304 42809 0 0 0 353995 38 0 0 25 0 1 0 73427568 180518912 42743 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/30809/statm: 44072 42743 80 151 0 43918 0
Current children cumulated CPU time (s) 3548.43
Current children cumulated vsize (KiB) 193288



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3633.9 s]
/proc/loadavg: 2.08 2.03 2.01 3/83 30888
/proc/meminfo: memFree=1425032/2055920 swapFree=4192812/4192956
[pid=30786] ppid=30784 vsize=17000 CPUtime=8.1
/proc/30786/stat : 30786 (sugar++) S 30784 30786 30240 0 -1 4194304 1724 32990 0 5 6 2 752 50 16 0 1 0 73426818 17408000 1149 996147200 4194304 4206940 548682068528 18446744073709551615 217060520034 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/30786/statm: 4250 1149 414 3 0 829 0
[pid=30809] ppid=30786 vsize=178040 CPUtime=3591.91
/proc/30809/stat : 30809 (minisat-inc) R 30786 30786 30240 0 -1 4194304 43286 0 0 0 359153 38 0 0 25 0 1 0 73427568 182312960 43220 996147200 134512640 135134323 4294956192 18446744073709551615 134524241 0 0 4096 3 0 0 0 17 0 0 0
/proc/30809/statm: 44510 43220 80 151 0 44356 0
Current children cumulated CPU time (s) 3600.01
Current children cumulated vsize (KiB) 195040

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

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

[startup+3633.9 s]
/proc/loadavg: 2.08 2.03 2.01 3/83 30888
/proc/meminfo: memFree=1425032/2055920 swapFree=4192812/4192956
[pid=30786] ppid=30784 vsize=17000 CPUtime=8.1
/proc/30786/stat : 30786 (sugar++) S 30784 30786 30240 0 -1 4194304 1724 32990 0 5 6 2 752 50 16 0 1 0 73426818 17408000 1149 996147200 4194304 4206940 548682068528 18446744073709551615 217060520034 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/30786/statm: 4250 1149 414 3 0 829 0
[pid=30809] ppid=30786 vsize=178040 CPUtime=3591.91
/proc/30809/stat : 30809 (minisat-inc) R 30786 30786 30240 0 -1 4194304 43286 0 0 0 359153 38 0 0 25 0 1 0 73427568 182312960 43220 996147200 134512640 135134323 4294956192 18446744073709551615 134524241 0 0 4096 3 0 0 0 17 0 0 0
/proc/30809/statm: 44510 43220 80 151 0 44356 0
Current children cumulated CPU time (s) 3600.01
Current children cumulated vsize (KiB) 195040

Child status: 0
Real time (s): 3633.95
CPU time (s): 3600.09
CPU user time (s): 3599.12
CPU system time (s): 0.967852
CPU usage (%): 99.068
Max. virtual memory (cumulated for all children) (KiB): 890608

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3599.12
system time used= 0.967852
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 78080
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= 7609
involuntary context switches= 151702

runsolver used 5.56215 second user time and 10.9803 second system time

The end

Launcher Data (download as text)

Begin job on node59 at 2008-07-16 02:14:44
IDJOB=1125187
IDBENCH=63088
IDSOLVER=367
FILE ID=node59/1125187-1216167284
PBS_JOBID= 7905792
Free space on /tmp= 66560 MiB

SOLVER NAME= Sugar++ v1.13+minisat-inc
BENCH NAME= CPAI08/maxcsp/celar/scens/normalized-scenw-06-20_ext.xml
COMMAND LINE= DIR/sugar++ -max -incremental -c -vv -java="java -Xmx700M" -decjava="java -Xmx50M" -jar="DIR/sugar-v1-13.jar" -solver="DIR/minisat-inc" -tmp="TMPDIR/temp" BENCHNAME
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1125187-1216167284/watcher-1125187-1216167284 -o /tmp/evaluation-result-1125187-1216167284/solver-1125187-1216167284 -C 3600 -W 4000 -M 900 --output-limit 1,15  HOME/sugar++ -max -incremental -c -vv -java="java -Xmx700M" -decjava="java -Xmx50M" -jar="HOME/sugar-v1-13.jar" -solver="HOME/minisat-inc" -tmp="HOME/temp" HOME/instance-1125187-1216167284.xml

TIME LIMIT= 3600 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 1848e8c4f958463a15e753adfd1f3dad
RANDOM SEED=1392226865

node59.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.268
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.268
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:       1687992 kB
Buffers:         82460 kB
Cached:         180360 kB
SwapCached:          0 kB
Active:         211332 kB
Inactive:        85568 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1687992 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            1684 kB
Writeback:           0 kB
Mapped:          54272 kB
Slab:            55920 kB
Committed_AS:   310520 kB
PageTables:       2096 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= 66556 MiB
End job on node59 at 2008-07-16 03:15:20