Trace number 1058328

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+minisatSAT 1389.13 1407.98

General information on the benchmark

Namecsp/compet02/
normalized-patat-02-comp-6.xml
MD5SUM4557782171b25598d03a057775c7d656
Bench CategoryGLOBAL (global constraints)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark118.276
Satisfiable
(Un)Satisfiability was proved
Number of variables700
Number of constraints45572
Maximum constraint arity20
Maximum domain size45
Number of constraints which are defined in extension0
Number of constraints which are defined in intension45272
Global constraints used (with number of constraints)alldifferent(300)

Solver Data (download as text)

0.00/0.04	c 0	Sugar v1-13 + HOME/minisat
0.00/0.04	c 0	BEGIN Thu Jul  3 21:45:51 2008
0.00/0.04	c 0	PID 6172
0.00/0.04	c 0	HOST node89.alineos.net
0.00/0.04	c 0	CONVERTING HOME/instance-1058328-1215114351.xml TO HOME/temp.csp
0.00/0.04	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1058328-1215114351.xml' 'HOME/temp.csp'
2.25/2.32	c 3	30 domains, 700 variables, 1 predicates, 0 relations, 45572 constraints
2.25/2.34	c 3	ENCODING HOME/temp.csp TO HOME/temp.cnf
2.25/2.34	c 3	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
2.31/2.41	c 3	Parsing HOME/temp.csp
2.31/2.77	c 3	parsed 10000 expressions
2.31/3.07	c 3	parsed 20000 expressions
3.15/3.30	c 4	parsed 30000 expressions
3.44/3.58	c 4	parsed 40000 expressions
3.64/3.74	c 4	parsed 46303 expressions
3.64/3.75	c 4	Heap : 19 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
3.64/3.75	c 4	Converting to clausal form CSP
4.24/4.36	c 5	converted 4631 (10%) expressions
4.64/4.70	c 5	converted 9261 (20%) expressions
5.14/5.24	c 6	converted 13891 (30%) expressions
5.43/5.58	c 6	converted 18522 (40%) expressions
5.83/5.92	c 6	converted 23152 (50%) expressions
6.13/6.26	c 7	converted 27782 (60%) expressions
6.83/6.93	c 7	converted 32413 (70%) expressions
7.12/7.27	c 8	converted 37043 (80%) expressions
7.52/7.63	c 8	converted 41673 (90%) expressions
9.52/9.65	c 10	converted 46303 (100%) expressions
9.52/9.65	c 10	CSP : 700 integers, 0 booleans, 90772 clauses, largest domain size 45
9.52/9.65	c 10	Heap : 114 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
9.52/9.65	c 10	Propagation in CSP
10.11/10.23	c 11	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
10.11/10.23	c 11	CSP : 700 integers, 0 booleans, 90772 clauses, largest domain size 45
10.11/10.23	c 11	Heap : 122 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
10.11/10.26	c 11	Simplifing CSP by introducing new Boolean variables
12.30/12.50	c 13	CSP : 700 integers, 268256 booleans, 359028 clauses, largest domain size 45
12.30/12.50	c 13	Heap : 202 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
13.40/13.56	c 14	Encoding CSP to SAT : HOME/temp.cnf
13.49/13.61	c 14	70 (10%) CSP integer variables are encoded (3010 clauses, 37031 bytes)
13.49/13.62	c 14	140 (20%) CSP integer variables are encoded (6020 clauses, 76161 bytes)
13.49/13.62	c 14	210 (30%) CSP integer variables are encoded (9030 clauses, 115291 bytes)
13.49/13.62	c 14	280 (40%) CSP integer variables are encoded (12040 clauses, 158958 bytes)
13.49/13.63	c 14	350 (50%) CSP integer variables are encoded (15050 clauses, 204108 bytes)
13.49/13.63	c 14	420 (60%) CSP integer variables are encoded (15164 clauses, 205818 bytes)
13.49/13.64	c 14	490 (70%) CSP integer variables are encoded (15279 clauses, 207543 bytes)
13.49/13.64	c 14	560 (80%) CSP integer variables are encoded (15397 clauses, 209313 bytes)
13.49/13.65	c 14	630 (90%) CSP integer variables are encoded (15496 clauses, 210798 bytes)
13.49/13.65	c 14	700 (100%) CSP integer variables are encoded (15624 clauses, 212718 bytes)
14.99/15.12	c 16	35903 (10%) CSP clauses are encoded (714145 clauses, 13685012 bytes)
16.37/16.54	c 17	71806 (20%) CSP clauses are encoded (1414677 clauses, 27796190 bytes)
17.82/18.98	c 19	107709 (30%) CSP clauses are encoded (2114159 clauses, 41968641 bytes)
19.24/20.49	c 21	143612 (40%) CSP clauses are encoded (2813199 clauses, 56853400 bytes)
20.73/22.00	c 22	179514 (50%) CSP clauses are encoded (3512703 clauses, 71832183 bytes)
22.35/24.21	c 25	215417 (60%) CSP clauses are encoded (4214210 clauses, 87354691 bytes)
24.24/26.14	c 27	251320 (70%) CSP clauses are encoded (5209916 clauses, 108676272 bytes)
26.23/28.18	c 29	287223 (80%) CSP clauses are encoded (6294119 clauses, 131671902 bytes)
28.32/30.21	c 31	323126 (90%) CSP clauses are encoded (7378630 clauses, 154820133 bytes)
30.31/32.61	c 33	359028 (100%) CSP clauses are encoded (8463668 clauses, 177856629 bytes)
30.31/32.61	c 33	359028 CSP clauses encoded
30.31/32.61	c 33	Writing map file : HOME/temp.map
30.31/32.65	c 33	Heap : 166 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
30.31/32.65	c 33	SAT : 284561 SAT variables, 8463668 SAT clauses, 177856629 bytes
30.31/32.65	c 33	Heap : 166 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
30.37/32.74	c 33	SOLVING HOME/temp.cnf
30.37/32.74	c 33	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
30.37/32.74	c 33	This is MiniSat 2.0 beta
30.37/32.74	c 33	WARNING: for repeatability, setting FPU to use double precision
30.37/32.74	c 33	============================[ Problem Statistics ]=============================
30.37/32.74	c 33	|                                                                             |
30.37/32.74	c 33	|  Number of variables:  284561                                               |
30.37/32.74	c 33	|  Number of clauses:    8463668                                              |
34.34/36.73	c 37	|  Parsing time:         3.45         s                                       |
34.54/36.92	c 37	============================[ Search Statistics ]==============================
34.54/36.92	c 37	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
34.54/36.92	c 37	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
34.54/36.92	c 37	===============================================================================
34.54/36.92	c 37	|         0 |  284561  8463668 24910274 |  2821222        0    nan |  0.000 % |
37.03/39.41	c 40	|       100 |  284561  8463668 24910274 |  3103344      100      9 |  0.000 % |
38.52/40.96	c 41	|       252 |  284561  8463668 24910274 |  3413679      252     11 |  0.000 % |
39.71/42.17	c 43	|       478 |  284561  8463668 24910274 |  3755047      478     13 |  0.000 % |
42.41/44.89	c 45	|       815 |  284561  8463668 24910274 |  4130552      815     13 |  0.000 % |
44.50/46.95	c 47	|      1321 |  284561  8463668 24910274 |  4543607     1321     15 |  0.000 % |
45.20/47.67	c 48	|      2080 |  284561  8463668 24910274 |  4997968     2080     16 |  0.000 % |
47.19/49.61	c 50	|      3219 |  284561  8463668 24910274 |  5497764     3219     17 |  0.000 % |
51.65/54.13	c 55	|      4927 |  284561  8463668 24910274 |  6047541     4927     19 |  0.000 % |
55.54/58.00	c 58	|      7489 |  284561  8463668 24910274 |  6652295     7489     21 |  0.000 % |
58.63/61.11	c 62	|     11333 |  284561  8463668 24910274 |  7317525    11333     26 |  0.000 % |
61.82/64.39	c 65	|     17099 |  284561  8463668 24910274 |  8049277    17099     25 |  0.000 % |
68.29/70.81	c 71	|     25750 |  284561  8463668 24910274 |  8854205    25750     27 |  0.000 % |
73.66/76.20	c 77	|     38724 |  284561  8463668 24910274 |  9739625    38724     31 |  0.000 % |
92.09/94.70	c 95	|     58185 |  284561  8463668 24910274 | 10713588    58185     31 |  0.000 % |
105.15/107.86	c 108	|     87379 |  284561  8463668 24910274 | 11784947    87379     36 |  0.000 % |
126.25/129.09	c 130	|    131169 |  284561  8463668 24910274 | 12963441   131169     38 |  0.000 % |
157.54/160.41	c 161	|    196853 |  284561  8463668 24910274 | 14259786   196853     38 |  0.000 % |
221.68/224.89	c 225	|    295379 |  284561  8463668 24910274 | 15685764   295379     46 |  0.000 % |
311.74/315.28	c 316	|    443168 |  284561  8463668 24910274 | 17254341   443168     45 |  0.000 % |
484.46/490.46	c 491	|    664851 |  284561  8463668 24910274 | 18979775   664851     45 |  0.000 % |
824.45/837.17	c 838	|    997377 |  284561  8463668 24910274 | 20877752   997377     45 |  0.000 % |
1388.18/1407.09	c 1408	===============================================================================
1388.28/1407.13	c 1408	restarts              : 22
1388.28/1407.13	c 1408	conflicts             : 1413458        (1042 /sec)
1388.28/1407.13	c 1408	decisions             : 5427798        (1.57 % random) (4001 /sec)
1388.28/1407.13	c 1408	propagations          : 396934267      (292602 /sec)
1388.28/1407.13	c 1408	conflict literals     : 61854030       (1.82 % deleted)
1388.28/1407.13	c 1408	Memory used           : 675.58 MB
1388.28/1407.13	c 1408	CPU time              : 1356.57 s
1388.28/1407.13	c 1408	
1388.38/1407.25	c 1408	SATISFIABLE
1388.48/1407.36	c 1408	DECODING HOME/temp.out WITH HOME/temp.map
1388.48/1407.36	c 1408	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
1388.55/1407.44	c 1408	Decoding HOME/temp.out
1388.55/1407.80	s SATISFIABLE
1388.55/1407.83	v 12 21 38 22 29 21 8 37 7 30 31 9 12 3 19 24 26 33 10 31 34 23 15 25 13 37 14 17 22 36 38 17 35 10 20 37 31 16 43 38 34 34 43 28 13 5 2 41 27 35 28 3 38 42 33 33 30 32 4 11 32 6 12 38 21 29 18 12 31 32 14 41 28 43 35 40 27 9 14 1 42 32 29 6 5 44 24 29 44 14 32 27 28 40 41 44 37 39 32 12 38 20 41 44 13 39 36 23 35 42 13 30 44 30 20 0 2 20 19 41 23 43 41 29 10 36 1 19 42 37 39 1 14 19 44 38 37 22 40 23 21 23 16 30 16 29 40 8 6 24 24 10 10 21 23 39 8 7 26 18 7 28 33 20 26 15 0 31 41 10 43 2 8 4 19 6 32 16 25 33 35 44 7 42 28 33 28 0 25 34 35 3 13 15 25 37 26 36 12 11 17 23 10 33 18 8 20 11 5 31 33 20 25 2 22 0 4 34 43 25 9 14 29 12 31 6 4 44 8 29 36 19 44 19 32 40 24 0 3 21 41 16 43 11 17 22 35 34 10 30 42 36 22 7 12 29 24 21 15 9 39 36 7 28 25 44 27 4 38 6 0 3 3 36 31 18 17 26 39 24 16 37 39 34 18 17 23 0 42 26 18 6 11 18 9 8 4 27 15 24 33 5 5 30 24 36 40 31 7 5 10 3 43 32 17 27 39 26 9 20 38 9 23 16 26 25 31 19 18 34 15 30 43 38 11 22 15 1 5 27 14 40 21 13 2 40 23 35 37 16 6 0 4 5 4 5 8 2 0 2 1 8 2 8 1 1 4 4 0 2 3 3 9 2 5 9 3 9 1 2 5 8 3 7 5 6 8 0 4 2 2 5 0 3 3 1 9 6 6 0 1 6 8 3 5 0 5 9 9 9 7 4 3 1 9 2 6 0 0 2 8 0 6 8 9 6 3 7 4 3 9 5 5 6 9 2 6 9 1 6 8 8 4 2 9 6 1 8 3 1 6 2 8 9 0 2 8 2 5 8 7 0 5 9 8 1 2 0 9 4 4 5 5 7 5 7 6 3 2 0 5 8 5 5 3 9 8 0 3 6 8 5 3 1 2 1 5 1 5 7 3 1 3 2 8 0 6 9 5 2 2 5 3 3 1 8 2 7 2 8 6 6 7 8 2 9 4 1 0 2 8 8 8 6 0 7 8 7 7 8 6 2 6 3 9 4 6 1 9 0 3 0 6 8 9 3 6 8 8 6 1 7 6 7 2 8 6 4 1 5 3 2 6 7 9 7 1 4 2 8 6 4 0 0 0 0 2 6 5 3 3 5 2 3 5 3 4 1 9 3 4 4 7 6 8 3 0 1 6 6 4 5 5 2 3 7 2 5 0 8 9 7 3 3 5 5 2 7 3 5 7 5 6 6 1 1 7 0 5 0 8 2 5 3 1 5 2 4 2 8 6 2 0 7 9 0 7 3 7 6 2 9 9 6 6 5 9 3 2 9 3 9 9 8 2 1 4 6 7 9 5 6 3 7 6 6 1 0 7 0 0 4 6 9 8 8 1 2 3 6
1388.55/1407.83	c 1408	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
1388.55/1407.89	c 1408	CPU 1385.95 (0.04 0.01 1385.91 3.06)
1388.55/1407.89	c 1408	END Thu Jul  3 22:09:19 2008

Verifier Data (download as text)

OK

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-1058328-1215114351/watcher-1058328-1215114351 -o /tmp/evaluation-result-1058328-1215114351/solver-1058328-1215114351 -C 1800 -W 2200 -M 900 --output-limit 1,15 HOME/sugar -c -vv -java=java -Xmx700M -jar=HOME/sugar-v1-13.jar -solver=HOME/minisat -tmp=HOME/temp HOME/instance-1058328-1215114351.xml 

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


[startup+0 s]
/proc/loadavg: 1.97 2.01 2.00 4/76 6172
/proc/meminfo: memFree=1652608/2055920 swapFree=4174660/4192956
[pid=6172] ppid=6170 vsize=12268 CPUtime=0
/proc/6172/stat : 6172 (sugar) R 6170 6172 5703 0 -1 4194304 348 0 0 0 0 0 0 0 18 0 1 0 667162762 12562432 316 996147200 4194304 4206940 548682068608 18446744073709551615 249078791166 0 0 4224 0 0 0 0 17 0 0 0
/proc/6172/statm: 3067 316 241 3 0 167 0

[startup+0.0148869 s]
/proc/loadavg: 1.97 2.01 2.00 4/76 6172
/proc/meminfo: memFree=1652608/2055920 swapFree=4174660/4192956
[pid=6172] ppid=6170 vsize=12544 CPUtime=0
/proc/6172/stat : 6172 (sugar) R 6170 6172 5703 0 -1 4194304 494 0 0 0 0 0 0 0 18 0 1 0 667162762 12845056 462 996147200 4194304 4206940 548682068608 18446744073709551615 249069736673 0 0 4224 0 0 0 0 17 0 0 0
/proc/6172/statm: 3136 462 291 3 0 236 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 12544

[startup+0.101896 s]
/proc/loadavg: 1.97 2.01 2.00 4/76 6172
/proc/meminfo: memFree=1652608/2055920 swapFree=4174660/4192956
[pid=6172] ppid=6170 vsize=13600 CPUtime=0.02
/proc/6172/stat : 6172 (sugar) S 6170 6172 5703 0 -1 4194304 900 127 0 0 2 0 0 0 16 0 1 0 667162762 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 249078788194 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/6172/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 13600

[startup+0.301912 s]
/proc/loadavg: 1.97 2.01 2.00 4/76 6172
/proc/meminfo: memFree=1652608/2055920 swapFree=4174660/4192956
[pid=6172] ppid=6170 vsize=13600 CPUtime=0.02
/proc/6172/stat : 6172 (sugar) S 6170 6172 5703 0 -1 4194304 900 127 0 0 2 0 0 0 16 0 1 0 667162762 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 249078788194 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/6172/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 13600

[startup+0.701953 s]
/proc/loadavg: 1.97 2.01 2.00 4/76 6172
/proc/meminfo: memFree=1652608/2055920 swapFree=4174660/4192956
[pid=6172] ppid=6170 vsize=13600 CPUtime=0.02
/proc/6172/stat : 6172 (sugar) S 6170 6172 5703 0 -1 4194304 900 127 0 0 2 0 0 0 16 0 1 0 667162762 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 249078788194 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/6172/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 13600

[startup+1.50103 s]
/proc/loadavg: 1.97 2.01 2.00 3/87 6184
/proc/meminfo: memFree=1615720/2055920 swapFree=4174660/4192956
[pid=6172] ppid=6170 vsize=13600 CPUtime=0.02
/proc/6172/stat : 6172 (sugar) S 6170 6172 5703 0 -1 4194304 900 127 0 0 2 0 0 0 16 0 1 0 667162762 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 249078788194 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/6172/statm: 3400 796 370 3 0 500 0
[pid=6175] ppid=6172 vsize=5356 CPUtime=0
/proc/6175/stat : 6175 (sh) S 6172 6172 5703 0 -1 4194304 277 0 0 0 0 0 0 0 19 0 1 0 667162766 5484544 233 996147200 4194304 4889804 548682068768 18446744073709551615 249069888324 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/6175/statm: 1339 233 193 169 0 50 0
[pid=6176] ppid=6175 vsize=864664 CPUtime=1.43
/proc/6176/stat : 6176 (java) S 6175 6172 5703 0 -1 0 18811 0 1 0 134 9 0 0 20 0 9 0 667162766 885415936 15888 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/6176/statm: 216166 15888 2529 9 0 210748 0
[pid=6176/tid=6177] ppid=6175 vsize=864664 CPUtime=0.68
/proc/6176/task/6177/stat : 6177 (java) R 6175 6172 5703 0 -1 64 3313 0 1 0 66 2 0 0 25 0 9 0 667162767 885415936 15888 996147200 134512640 134550740 4294956016 18446744073709551615 4126676903 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6176/tid=6178] ppid=6175 vsize=864664 CPUtime=0.62
/proc/6176/task/6178/stat : 6178 (java) S 6175 6172 5703 0 -1 64 14294 0 0 0 57 5 0 0 17 0 9 0 667162768 885415936 15888 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=6176/tid=6179] ppid=6175 vsize=864664 CPUtime=0
/proc/6176/task/6179/stat : 6179 (java) S 6175 6172 5703 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 667162769 885415936 15888 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6176/tid=6180] ppid=6175 vsize=864664 CPUtime=0
/proc/6176/task/6180/stat : 6180 (java) S 6175 6172 5703 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 667162769 885415936 15888 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6176/tid=6181] ppid=6175 vsize=864664 CPUtime=0
/proc/6176/task/6181/stat : 6181 (java) S 6175 6172 5703 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 667162770 885415936 15888 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6176/tid=6182] ppid=6175 vsize=864664 CPUtime=0.1
/proc/6176/task/6182/stat : 6182 (java) S 6175 6172 5703 0 -1 64 503 0 0 0 10 0 0 0 16 0 9 0 667162770 885415936 15888 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6176/tid=6183] ppid=6175 vsize=864664 CPUtime=0
/proc/6176/task/6183/stat : 6183 (java) S 6175 6172 5703 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 667162771 885415936 15888 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6176/tid=6184] ppid=6175 vsize=864664 CPUtime=0
/proc/6176/task/6184/stat : 6184 (java) S 6175 6172 5703 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 667162771 885415936 15888 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.45
Current children cumulated vsize (KiB) 883620

[startup+3.10119 s]
/proc/loadavg: 1.97 2.01 2.00 3/87 6184
/proc/meminfo: memFree=1580136/2055920 swapFree=4174660/4192956
[pid=6172] ppid=6170 vsize=13600 CPUtime=2.31
/proc/6172/stat : 6172 (sugar) S 6170 6172 5703 0 -1 4194304 974 23240 0 1 2 1 215 13 15 0 1 0 667162762 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 249078788194 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/6172/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 2.31
Current children cumulated vsize (KiB) 13600

[startup+6.30252 s]
/proc/loadavg: 1.97 2.01 2.00 3/87 6194
/proc/meminfo: memFree=1595176/2055920 swapFree=4174660/4192956
[pid=6172] ppid=6170 vsize=13600 CPUtime=2.31
/proc/6172/stat : 6172 (sugar) S 6170 6172 5703 0 -1 4194304 974 23240 0 1 2 1 215 13 15 0 1 0 667162762 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 249078788194 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/6172/statm: 3400 797 370 3 0 500 0
[pid=6185] ppid=6172 vsize=5356 CPUtime=0
/proc/6185/stat : 6185 (sh) S 6172 6172 5703 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 667162996 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 249069888324 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/6185/statm: 1339 233 193 169 0 50 0
[pid=6186] ppid=6185 vsize=868652 CPUtime=3.92
/proc/6186/stat : 6186 (java) S 6185 6172 5703 0 -1 0 21799 0 1 0 380 12 0 0 18 0 9 0 667162996 889499648 20129 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/6186/statm: 217163 20129 2540 9 0 211738 0
[pid=6186/tid=6187] ppid=6185 vsize=868652 CPUtime=2.47
/proc/6186/task/6187/stat : 6187 (java) R 6185 6172 5703 0 -1 64 3350 0 1 0 245 2 0 0 25 0 9 0 667162997 889499648 20129 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6186/tid=6188] ppid=6185 vsize=868652 CPUtime=1.25
/proc/6186/task/6188/stat : 6188 (java) R 6185 6172 5703 0 -1 64 16286 0 0 0 116 9 0 0 16 0 9 0 667162998 889499648 20129 996147200 134512640 134550740 4294955952 18446744073709551615 103828985 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=6186/tid=6189] ppid=6185 vsize=868652 CPUtime=0
/proc/6186/task/6189/stat : 6189 (java) S 6185 6172 5703 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 667162998 889499648 20129 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6186/tid=6190] ppid=6185 vsize=868652 CPUtime=0
/proc/6186/task/6190/stat : 6190 (java) S 6185 6172 5703 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 667162998 889499648 20129 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6186/tid=6191] ppid=6185 vsize=868652 CPUtime=0
/proc/6186/task/6191/stat : 6191 (java) S 6185 6172 5703 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 667163000 889499648 20129 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6186/tid=6192] ppid=6185 vsize=868652 CPUtime=0.18
/proc/6186/task/6192/stat : 6192 (java) S 6185 6172 5703 0 -1 64 1466 0 0 0 18 0 0 0 16 0 9 0 667163000 889499648 20129 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6186/tid=6193] ppid=6185 vsize=868652 CPUtime=0
/proc/6186/task/6193/stat : 6193 (java) S 6185 6172 5703 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 667163000 889499648 20129 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6186/tid=6194] ppid=6185 vsize=868652 CPUtime=0
/proc/6186/task/6194/stat : 6194 (java) S 6185 6172 5703 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 667163000 889499648 20129 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.23
Current children cumulated vsize (KiB) 887608

[startup+12.7022 s]
/proc/loadavg: 2.05 2.03 2.01 4/87 6194
/proc/meminfo: memFree=1441320/2055920 swapFree=4174660/4192956
[pid=6172] ppid=6170 vsize=13600 CPUtime=2.32
/proc/6172/stat : 6172 (sugar) S 6170 6172 5703 0 -1 4194304 974 23240 0 1 3 1 215 13 16 0 1 0 667162762 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 249078788194 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/6172/statm: 3400 797 370 3 0 500 0
[pid=6185] ppid=6172 vsize=5356 CPUtime=0
/proc/6185/stat : 6185 (sh) S 6172 6172 5703 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 667162996 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 249069888324 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/6185/statm: 1339 233 193 169 0 50 0
[pid=6186] ppid=6185 vsize=870404 CPUtime=10.28
/proc/6186/stat : 6186 (java) S 6185 6172 5703 0 -1 0 78086 0 1 0 991 37 0 0 18 0 9 0 667162996 891293696 56450 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/6186/statm: 217601 56450 2540 9 0 212176 0
[pid=6186/tid=6187] ppid=6185 vsize=870404 CPUtime=4.77
/proc/6186/task/6187/stat : 6187 (java) R 6185 6172 5703 0 -1 64 5619 0 1 0 474 3 0 0 25 0 9 0 667162997 891293696 56450 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6186/tid=6188] ppid=6185 vsize=870404 CPUtime=5.27
/proc/6186/task/6188/stat : 6188 (java) R 6185 6172 5703 0 -1 64 70281 0 0 0 495 32 0 0 16 0 9 0 667162998 891293696 56450 996147200 134512640 134550740 4294955952 18446744073709551615 103828978 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=6186/tid=6189] ppid=6185 vsize=870404 CPUtime=0
/proc/6186/task/6189/stat : 6189 (java) S 6185 6172 5703 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 667162998 891293696 56450 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6186/tid=6190] ppid=6185 vsize=870404 CPUtime=0
/proc/6186/task/6190/stat : 6190 (java) S 6185 6172 5703 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 667162998 891293696 56450 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6186/tid=6191] ppid=6185 vsize=870404 CPUtime=0
/proc/6186/task/6191/stat : 6191 (java) S 6185 6172 5703 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 667163000 891293696 56450 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6186/tid=6192] ppid=6185 vsize=870404 CPUtime=0.21
/proc/6186/task/6192/stat : 6192 (java) S 6185 6172 5703 0 -1 64 1489 0 0 0 21 0 0 0 16 0 9 0 667163000 891293696 56450 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6186/tid=6193] ppid=6185 vsize=870404 CPUtime=0
/proc/6186/task/6193/stat : 6193 (java) S 6185 6172 5703 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 667163000 891293696 56450 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6186/tid=6194] ppid=6185 vsize=870404 CPUtime=0
/proc/6186/task/6194/stat : 6194 (java) S 6185 6172 5703 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 667163000 891293696 56450 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.6
Current children cumulated vsize (KiB) 889360

[startup+25.5014 s]
/proc/loadavg: 2.19 2.06 2.02 3/87 6194
/proc/meminfo: memFree=1332904/2055920 swapFree=4174660/4192956
[pid=6172] ppid=6170 vsize=13600 CPUtime=2.32
/proc/6172/stat : 6172 (sugar) S 6170 6172 5703 0 -1 4194304 974 23240 0 1 3 1 215 13 16 0 1 0 667162762 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 249078788194 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/6172/statm: 3400 797 370 3 0 500 0
[pid=6185] ppid=6172 vsize=5356 CPUtime=0
/proc/6185/stat : 6185 (sh) S 6172 6172 5703 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 667162996 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 249069888324 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/6185/statm: 1339 233 193 169 0 50 0
[pid=6186] ppid=6185 vsize=868512 CPUtime=21.32
/proc/6186/stat : 6186 (java) S 6185 6172 5703 0 -1 0 82827 0 1 0 2037 95 0 0 18 0 9 0 667162996 889356288 56034 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/6186/statm: 217128 56034 2566 9 0 211675 0
[pid=6186/tid=6187] ppid=6185 vsize=868512 CPUtime=14.83
/proc/6186/task/6187/stat : 6187 (java) R 6185 6172 5703 0 -1 64 5836 0 1 0 1425 58 0 0 25 0 9 0 667162997 889356288 56034 996147200 134512640 134550740 4294955952 18446744073709551615 4126624947 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6186/tid=6188] ppid=6185 vsize=868512 CPUtime=6.19
/proc/6186/task/6188/stat : 6188 (java) S 6185 6172 5703 0 -1 64 74768 0 0 0 584 35 0 0 16 0 9 0 667162998 889356288 56034 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=6186/tid=6189] ppid=6185 vsize=868512 CPUtime=0
/proc/6186/task/6189/stat : 6189 (java) S 6185 6172 5703 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 667162998 889356288 56034 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6186/tid=6190] ppid=6185 vsize=868512 CPUtime=0
/proc/6186/task/6190/stat : 6190 (java) S 6185 6172 5703 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 667162998 889356288 56034 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6186/tid=6191] ppid=6185 vsize=868512 CPUtime=0
/proc/6186/task/6191/stat : 6191 (java) S 6185 6172 5703 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 667163000 889356288 56034 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6186/tid=6192] ppid=6185 vsize=868512 CPUtime=0.27
/proc/6186/task/6192/stat : 6192 (java) S 6185 6172 5703 0 -1 64 1526 0 0 0 27 0 0 0 16 0 9 0 667163000 889356288 56034 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6186/tid=6193] ppid=6185 vsize=868512 CPUtime=0
/proc/6186/task/6193/stat : 6193 (java) S 6185 6172 5703 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 667163000 889356288 56034 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6186/tid=6194] ppid=6185 vsize=868512 CPUtime=0
/proc/6186/task/6194/stat : 6194 (java) S 6185 6172 5703 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 667163000 889356288 56034 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 23.64
Current children cumulated vsize (KiB) 887468

[startup+51.102 s]
/proc/loadavg: 2.60 2.17 2.05 3/79 6196
/proc/meminfo: memFree=1086440/2055920 swapFree=4174660/4192956
[pid=6172] ppid=6170 vsize=13600 CPUtime=30.41
/proc/6172/stat : 6172 (sugar) S 6170 6172 5703 0 -1 4194304 1033 106488 0 2 3 1 2882 155 16 0 1 0 667162762 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 249078788194 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/6172/statm: 3400 799 370 3 0 500 0
[pid=6195] ppid=6172 vsize=5356 CPUtime=0
/proc/6195/stat : 6195 (sh) S 6172 6172 5703 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 667166036 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 249069888324 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/6195/statm: 1339 232 193 169 0 50 0
[pid=6196] ppid=6195 vsize=399524 CPUtime=18.26
/proc/6196/stat : 6196 (minisat) R 6195 6172 5703 0 -1 4194304 95751 0 0 0 1767 59 0 0 25 0 1 0 667166036 409112576 95737 996147200 134512640 135127466 4294956272 18446744073709551615 134530692 0 0 4096 3 0 0 0 17 1 0 0

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


[startup+1182.3 s]
/proc/loadavg: 1.99 1.99 1.99 3/84 6302
/proc/meminfo: memFree=511808/2055920 swapFree=4174660/4192956
[pid=6172] ppid=6170 vsize=13600 CPUtime=30.41
/proc/6172/stat : 6172 (sugar) S 6170 6172 5703 0 -1 4194304 1033 106488 0 2 3 1 2882 155 16 0 1 0 667162762 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 249078788194 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/6172/statm: 3400 799 370 3 0 500 0
[pid=6195] ppid=6172 vsize=5356 CPUtime=0
/proc/6195/stat : 6195 (sh) S 6172 6172 5703 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 667166036 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 249069888324 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/6195/statm: 1339 232 193 169 0 50 0
[pid=6196] ppid=6195 vsize=674656 CPUtime=1134.98
/proc/6196/stat : 6196 (minisat) R 6195 6172 5703 0 -1 4194304 164236 0 0 0 113369 129 0 0 25 0 1 0 667166036 690847744 164222 996147200 134512640 135127466 4294956272 18446744073709551615 134530698 0 0 4096 3 0 0 0 17 1 0 0
/proc/6196/statm: 168664 164222 76 150 0 168511 0
Current children cumulated CPU time (s) 1165.39
Current children cumulated vsize (KiB) 693612

[startup+1242.3 s]
/proc/loadavg: 1.99 1.99 1.99 3/84 6302
/proc/meminfo: memFree=501248/2055920 swapFree=4174660/4192956
[pid=6172] ppid=6170 vsize=13600 CPUtime=30.41
/proc/6172/stat : 6172 (sugar) S 6170 6172 5703 0 -1 4194304 1033 106488 0 2 3 1 2882 155 16 0 1 0 667162762 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 249078788194 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/6172/statm: 3400 799 370 3 0 500 0
[pid=6195] ppid=6172 vsize=5356 CPUtime=0
/proc/6195/stat : 6195 (sh) S 6172 6172 5703 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 667166036 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 249069888324 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/6195/statm: 1339 232 193 169 0 50 0
[pid=6196] ppid=6195 vsize=684852 CPUtime=1194.47
/proc/6196/stat : 6196 (minisat) R 6195 6172 5703 0 -1 4194304 166835 0 0 0 119315 132 0 0 25 0 1 0 667166036 701288448 166821 996147200 134512640 135127466 4294956272 18446744073709551615 134530581 0 0 4096 3 0 0 0 17 1 0 0
/proc/6196/statm: 171213 166821 76 150 0 171060 0
Current children cumulated CPU time (s) 1224.88
Current children cumulated vsize (KiB) 703808

[startup+1302.3 s]
/proc/loadavg: 1.99 1.99 1.99 3/84 6302
/proc/meminfo: memFree=498048/2055920 swapFree=4174660/4192956
[pid=6172] ppid=6170 vsize=13600 CPUtime=30.41
/proc/6172/stat : 6172 (sugar) S 6170 6172 5703 0 -1 4194304 1033 106488 0 2 3 1 2882 155 16 0 1 0 667162762 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 249078788194 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/6172/statm: 3400 799 370 3 0 500 0
[pid=6195] ppid=6172 vsize=5356 CPUtime=0
/proc/6195/stat : 6195 (sh) S 6172 6172 5703 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 667166036 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 249069888324 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/6195/statm: 1339 232 193 169 0 50 0
[pid=6196] ppid=6195 vsize=687756 CPUtime=1253.96
/proc/6196/stat : 6196 (minisat) R 6195 6172 5703 0 -1 4194304 167600 0 0 0 125263 133 0 0 25 0 1 0 667166036 704262144 167586 996147200 134512640 135127466 4294956272 18446744073709551615 134530581 0 0 4096 3 0 0 0 17 1 0 0
/proc/6196/statm: 171939 167586 76 150 0 171786 0
Current children cumulated CPU time (s) 1284.37
Current children cumulated vsize (KiB) 706712

[startup+1362.3 s]
/proc/loadavg: 1.99 1.99 1.99 3/84 6302
/proc/meminfo: memFree=496576/2055920 swapFree=4174660/4192956
[pid=6172] ppid=6170 vsize=13600 CPUtime=30.41
/proc/6172/stat : 6172 (sugar) S 6170 6172 5703 0 -1 4194304 1033 106488 0 2 3 1 2882 155 16 0 1 0 667162762 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 249078788194 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/6172/statm: 3400 799 370 3 0 500 0
[pid=6195] ppid=6172 vsize=5356 CPUtime=0
/proc/6195/stat : 6195 (sh) S 6172 6172 5703 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 667166036 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 249069888324 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/6195/statm: 1339 232 193 169 0 50 0
[pid=6196] ppid=6195 vsize=689744 CPUtime=1313.45
/proc/6196/stat : 6196 (minisat) R 6195 6172 5703 0 -1 4194304 168005 0 0 0 131211 134 0 0 25 0 1 0 667166036 706297856 167991 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/6196/statm: 172436 167991 76 150 0 172283 0
Current children cumulated CPU time (s) 1343.86
Current children cumulated vsize (KiB) 708700

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

[startup+1382.3 s]
/proc/loadavg: 1.99 1.99 1.99 3/84 6302
/proc/meminfo: memFree=495552/2055920 swapFree=4174660/4192956
[pid=6172] ppid=6170 vsize=13600 CPUtime=30.41
/proc/6172/stat : 6172 (sugar) S 6170 6172 5703 0 -1 4194304 1033 106488 0 2 3 1 2882 155 16 0 1 0 667162762 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 249078788194 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/6172/statm: 3400 799 370 3 0 500 0
[pid=6195] ppid=6172 vsize=5356 CPUtime=0
/proc/6195/stat : 6195 (sh) S 6172 6172 5703 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 667166036 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 249069888324 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/6195/statm: 1339 232 193 169 0 50 0
[pid=6196] ppid=6195 vsize=690668 CPUtime=1333.29
/proc/6196/stat : 6196 (minisat) R 6195 6172 5703 0 -1 4194304 168261 0 0 0 133195 134 0 0 25 0 1 0 667166036 707244032 168247 996147200 134512640 135127466 4294956272 18446744073709551615 134530814 0 0 4096 3 0 0 0 17 1 0 0
/proc/6196/statm: 172667 168247 76 150 0 172514 0
Current children cumulated CPU time (s) 1363.7
Current children cumulated vsize (KiB) 709624

[startup+1395.1 s]
/proc/loadavg: 1.99 1.99 1.99 3/84 6302
/proc/meminfo: memFree=495296/2055920 swapFree=4174660/4192956
[pid=6172] ppid=6170 vsize=13600 CPUtime=30.41
/proc/6172/stat : 6172 (sugar) S 6170 6172 5703 0 -1 4194304 1033 106488 0 2 3 1 2882 155 16 0 1 0 667162762 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 249078788194 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/6172/statm: 3400 799 370 3 0 500 0
[pid=6195] ppid=6172 vsize=5356 CPUtime=0
/proc/6195/stat : 6195 (sh) S 6172 6172 5703 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 667166036 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 249069888324 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/6195/statm: 1339 232 193 169 0 50 0
[pid=6196] ppid=6195 vsize=690932 CPUtime=1345.97
/proc/6196/stat : 6196 (minisat) R 6195 6172 5703 0 -1 4194304 168323 0 0 0 134463 134 0 0 25 0 1 0 667166036 707514368 168309 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/6196/statm: 172733 168309 76 150 0 172580 0
Current children cumulated CPU time (s) 1376.38
Current children cumulated vsize (KiB) 709888

[startup+1401.5 s]
/proc/loadavg: 1.99 1.99 1.99 3/84 6302
/proc/meminfo: memFree=495168/2055920 swapFree=4174660/4192956
[pid=6172] ppid=6170 vsize=13600 CPUtime=30.41
/proc/6172/stat : 6172 (sugar) S 6170 6172 5703 0 -1 4194304 1033 106488 0 2 3 1 2882 155 16 0 1 0 667162762 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 249078788194 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/6172/statm: 3400 799 370 3 0 500 0
[pid=6195] ppid=6172 vsize=5356 CPUtime=0
/proc/6195/stat : 6195 (sh) S 6172 6172 5703 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 667166036 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 249069888324 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/6195/statm: 1339 232 193 169 0 50 0
[pid=6196] ppid=6195 vsize=691064 CPUtime=1352.32
/proc/6196/stat : 6196 (minisat) R 6195 6172 5703 0 -1 4194304 168349 0 0 0 135098 134 0 0 25 0 1 0 667166036 707649536 168335 996147200 134512640 135127466 4294956272 18446744073709551615 134530686 0 0 4096 3 0 0 0 17 1 0 0
/proc/6196/statm: 172766 168335 76 150 0 172613 0
Current children cumulated CPU time (s) 1382.73
Current children cumulated vsize (KiB) 710020

[startup+1404.71 s]
/proc/loadavg: 1.99 1.99 1.99 3/84 6302
/proc/meminfo: memFree=495104/2055920 swapFree=4174660/4192956
[pid=6172] ppid=6170 vsize=13600 CPUtime=30.41
/proc/6172/stat : 6172 (sugar) S 6170 6172 5703 0 -1 4194304 1033 106488 0 2 3 1 2882 155 16 0 1 0 667162762 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 249078788194 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/6172/statm: 3400 799 370 3 0 500 0
[pid=6195] ppid=6172 vsize=5356 CPUtime=0
/proc/6195/stat : 6195 (sh) S 6172 6172 5703 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 667166036 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 249069888324 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/6195/statm: 1339 232 193 169 0 50 0
[pid=6196] ppid=6195 vsize=691064 CPUtime=1355.5
/proc/6196/stat : 6196 (minisat) R 6195 6172 5703 0 -1 4194304 168364 0 0 0 135416 134 0 0 25 0 1 0 667166036 707649536 168350 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/6196/statm: 172766 168350 76 150 0 172613 0
Current children cumulated CPU time (s) 1385.91
Current children cumulated vsize (KiB) 710020

[startup+1406.3 s]
/proc/loadavg: 1.99 1.99 1.99 3/84 6302
/proc/meminfo: memFree=495104/2055920 swapFree=4174660/4192956
[pid=6172] ppid=6170 vsize=13600 CPUtime=30.41
/proc/6172/stat : 6172 (sugar) S 6170 6172 5703 0 -1 4194304 1033 106488 0 2 3 1 2882 155 16 0 1 0 667162762 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 249078788194 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/6172/statm: 3400 799 370 3 0 500 0
[pid=6195] ppid=6172 vsize=5356 CPUtime=0
/proc/6195/stat : 6195 (sh) S 6172 6172 5703 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 667166036 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 249069888324 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/6195/statm: 1339 232 193 169 0 50 0
[pid=6196] ppid=6195 vsize=691064 CPUtime=1357.08
/proc/6196/stat : 6196 (minisat) R 6195 6172 5703 0 -1 4194304 168371 0 0 0 135574 134 0 0 25 0 1 0 667166036 707649536 168357 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/6196/statm: 172766 168357 76 150 0 172613 0
Current children cumulated CPU time (s) 1387.49
Current children cumulated vsize (KiB) 710020

[startup+1407.1 s]
/proc/loadavg: 1.99 1.99 1.99 3/84 6302
/proc/meminfo: memFree=495104/2055920 swapFree=4174660/4192956
[pid=6172] ppid=6170 vsize=13600 CPUtime=30.41
/proc/6172/stat : 6172 (sugar) S 6170 6172 5703 0 -1 4194304 1033 106488 0 2 3 1 2882 155 16 0 1 0 667162762 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 249078788194 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/6172/statm: 3400 799 370 3 0 500 0
[pid=6195] ppid=6172 vsize=5356 CPUtime=0
/proc/6195/stat : 6195 (sh) S 6172 6172 5703 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 667166036 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 249069888324 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/6195/statm: 1339 232 193 169 0 50 0
[pid=6196] ppid=6195 vsize=691788 CPUtime=1357.87
/proc/6196/stat : 6196 (minisat) R 6195 6172 5703 0 -1 4194304 168590 0 0 0 135653 134 0 0 25 0 1 0 667166036 708390912 168576 996147200 134512640 135127466 4294956272 18446744073709551615 134522860 0 0 4096 3 0 0 0 17 1 0 0
/proc/6196/statm: 172947 168576 76 150 0 172794 0
Current children cumulated CPU time (s) 1388.28
Current children cumulated vsize (KiB) 710744

[startup+1407.5 s]
/proc/loadavg: 1.99 1.99 1.99 3/84 6302
/proc/meminfo: memFree=495104/2055920 swapFree=4174660/4192956
[pid=6172] ppid=6170 vsize=13600 CPUtime=1388.55
/proc/6172/stat : 6172 (sugar) S 6170 6172 5703 0 -1 4194304 1090 275373 0 2 3 1 138549 302 15 0 1 0 667162762 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 249078788194 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/6172/statm: 3400 799 370 3 0 500 0
Current children cumulated CPU time (s) 1388.55
Current children cumulated vsize (KiB) 13600

[startup+1407.9 s]
/proc/loadavg: 1.99 1.99 1.99 3/82 6312
/proc/meminfo: memFree=1195216/2055920 swapFree=4174660/4192956
[pid=6172] ppid=6170 vsize=13600 CPUtime=1389.04
/proc/6172/stat : 6172 (sugar) R 6170 6172 5703 0 -1 4194304 1120 279276 0 3 4 3 138591 306 16 0 1 0 667162762 13926400 800 996147200 4194304 4206940 548682068608 18446744073709551615 249070064681 0 0 4224 16386 0 0 0 17 0 0 0
/proc/6172/statm: 3400 800 371 3 0 500 0
Current children cumulated CPU time (s) 1389.04
Current children cumulated vsize (KiB) 13600

Child status: 0
Real time (s): 1407.98
CPU time (s): 1389.13
CPU user time (s): 1385.96
CPU system time (s): 3.17052
CPU usage (%): 98.6611
Max. virtual memory (cumulated for all children) (KiB): 912968

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

runsolver used 1.69674 second user time and 4.15237 second system time

The end

Launcher Data (download as text)

Begin job on node89 at 2008-07-03 21:45:51
IDJOB=1058328
IDBENCH=54121
IDSOLVER=346
FILE ID=node89/1058328-1215114351
PBS_JOBID= 7877030
Free space on /tmp= 66528 MiB

SOLVER NAME= Sugar v1.13+minisat
BENCH NAME= CPAI08/csp/compet02/normalized-patat-02-comp-6.xml
COMMAND LINE= DIR/sugar -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-1058328-1215114351/watcher-1058328-1215114351 -o /tmp/evaluation-result-1058328-1215114351/solver-1058328-1215114351 -C 1800 -W 2200 -M 900 --output-limit 1,15  HOME/sugar -c -vv -java="java -Xmx700M" -jar="HOME/sugar-v1-13.jar" -solver="HOME/minisat" -tmp="HOME/temp" HOME/instance-1058328-1215114351.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 4557782171b25598d03a057775c7d656
RANDOM SEED=193557589

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


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1653088 kB
Buffers:         11408 kB
Cached:         325892 kB
SwapCached:      12832 kB
Active:         134904 kB
Inactive:       225520 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1653088 kB
SwapTotal:     4192956 kB
SwapFree:      4174660 kB
Dirty:            7636 kB
Writeback:           0 kB
Mapped:          24064 kB
Slab:            27756 kB
Committed_AS:  1883584 kB
PageTables:       1736 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= 66524 MiB
End job on node89 at 2008-07-03 22:09:19