Trace number 1058440

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 1340.7 1345.99

General information on the benchmark

Namecsp/compet02/
normalized-patat-02-comp-20.xml
MD5SUMbe35789960256c589543366605c747b5
Bench CategoryGLOBAL (global constraints)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark115.765
Satisfiable
(Un)Satisfiability was proved
Number of variables700
Number of constraints46582
Maximum constraint arity20
Maximum domain size45
Number of constraints which are defined in extension0
Number of constraints which are defined in intension46282
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:57:14 2008
0.00/0.04	c 0	PID 20228
0.00/0.05	c 0	HOST node32.alineos.net
0.00/0.05	c 0	CONVERTING HOME/instance-1058440-1215115034.xml TO HOME/temp.csp
0.00/0.05	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1058440-1215115034.xml' 'HOME/temp.csp'
2.73/2.80	c 3	25 domains, 700 variables, 1 predicates, 0 relations, 46582 constraints
2.73/2.83	c 3	ENCODING HOME/temp.csp TO HOME/temp.cnf
2.73/2.83	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.76/2.92	c 3	Parsing HOME/temp.csp
3.29/3.42	c 4	parsed 10000 expressions
3.60/3.75	c 4	parsed 20000 expressions
3.89/4.01	c 4	parsed 30000 expressions
4.20/4.33	c 5	parsed 40000 expressions
4.39/4.54	c 5	parsed 47308 expressions
4.39/4.54	c 5	Heap : 19 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
4.39/4.54	c 5	Converting to clausal form CSP
5.08/5.25	c 6	converted 4731 (10%) expressions
5.47/5.67	c 6	converted 9462 (20%) expressions
6.17/6.32	c 7	converted 14193 (30%) expressions
6.56/6.75	c 7	converted 18924 (40%) expressions
6.96/7.16	c 7	converted 23654 (50%) expressions
7.95/8.14	c 8	converted 28385 (60%) expressions
8.35/8.54	c 9	converted 33116 (70%) expressions
8.74/8.95	c 9	converted 37847 (80%) expressions
9.13/9.37	c 10	converted 42578 (90%) expressions
11.71/11.91	c 12	converted 47308 (100%) expressions
11.71/11.91	c 12	CSP : 700 integers, 0 booleans, 90293 clauses, largest domain size 45
11.71/11.91	c 12	Heap : 117 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
11.71/11.91	c 12	Propagation in CSP
12.31/12.55	c 13	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
12.31/12.55	c 13	CSP : 700 integers, 0 booleans, 90293 clauses, largest domain size 45
12.31/12.55	c 13	Heap : 124 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
12.31/12.58	c 13	Simplifing CSP by introducing new Boolean variables
14.88/15.19	c 15	CSP : 700 integers, 266441 booleans, 356734 clauses, largest domain size 45
14.88/15.19	c 15	Heap : 204 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
16.07/16.37	c 17	Encoding CSP to SAT : HOME/temp.cnf
16.17/16.43	c 17	70 (10%) CSP integer variables are encoded (3010 clauses, 37031 bytes)
16.17/16.44	c 17	140 (20%) CSP integer variables are encoded (6020 clauses, 76161 bytes)
16.17/16.44	c 17	210 (30%) CSP integer variables are encoded (9030 clauses, 115291 bytes)
16.17/16.45	c 17	280 (40%) CSP integer variables are encoded (12040 clauses, 158958 bytes)
16.17/16.45	c 17	350 (50%) CSP integer variables are encoded (15050 clauses, 204108 bytes)
16.17/16.46	c 17	420 (60%) CSP integer variables are encoded (15152 clauses, 205638 bytes)
16.17/16.46	c 17	490 (70%) CSP integer variables are encoded (15270 clauses, 207408 bytes)
16.17/16.46	c 17	560 (80%) CSP integer variables are encoded (15352 clauses, 208638 bytes)
16.17/16.47	c 17	630 (90%) CSP integer variables are encoded (15474 clauses, 210468 bytes)
16.17/16.47	c 17	700 (100%) CSP integer variables are encoded (15579 clauses, 212043 bytes)
17.74/18.09	c 18	35674 (10%) CSP clauses are encoded (723080 clauses, 13853564 bytes)
19.33/19.63	c 20	71347 (20%) CSP clauses are encoded (1424955 clauses, 27987268 bytes)
20.91/21.20	c 21	107021 (30%) CSP clauses are encoded (2130599 clauses, 42264159 bytes)
22.48/22.86	c 23	142694 (40%) CSP clauses are encoded (2837780 clauses, 57318619 bytes)
24.16/24.50	c 25	178367 (50%) CSP clauses are encoded (3539955 clauses, 72344880 bytes)
25.74/26.18	c 26	214041 (60%) CSP clauses are encoded (4250270 clauses, 88017288 bytes)
27.86/28.61	c 29	249714 (70%) CSP clauses are encoded (5201343 clauses, 108487417 bytes)
30.03/30.84	c 31	285388 (80%) CSP clauses are encoded (6278365 clauses, 131307972 bytes)
32.19/33.08	c 33	321061 (90%) CSP clauses are encoded (7355870 clauses, 154172456 bytes)
34.46/35.31	c 36	356734 (100%) CSP clauses are encoded (8433771 clauses, 177179468 bytes)
34.46/35.31	c 36	356734 CSP clauses encoded
34.46/35.31	c 36	Writing map file : HOME/temp.map
34.46/35.35	c 36	Heap : 175 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
34.46/35.35	c 36	SAT : 282692 SAT variables, 8433771 SAT clauses, 177179468 bytes
34.46/35.35	c 36	Heap : 175 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
34.52/35.44	c 36	SOLVING HOME/temp.cnf
34.52/35.44	c 36	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
34.52/35.44	c 36	This is MiniSat 2.0 beta
34.52/35.44	c 36	WARNING: for repeatability, setting FPU to use double precision
34.52/35.44	c 36	============================[ Problem Statistics ]=============================
34.52/35.44	c 36	|                                                                             |
34.52/35.45	c 36	|  Number of variables:  282692                                               |
34.52/35.45	c 36	|  Number of clauses:    8433771                                              |
38.87/39.85	c 40	|  Parsing time:         3.71         s                                       |
39.06/40.05	c 40	============================[ Search Statistics ]==============================
39.06/40.05	c 40	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
39.06/40.05	c 40	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
39.06/40.05	c 40	===============================================================================
39.06/40.05	c 40	|         0 |  282692  8433771 24812160 |  2811257        0    nan |  0.000 % |
41.54/42.52	c 43	|       100 |  282692  8433771 24812160 |  3092382      100     12 |  0.000 % |
42.53/43.55	c 44	|       251 |  282692  8433771 24812160 |  3401620      251     11 |  0.000 % |
45.70/46.74	c 47	|       476 |  282692  8433771 24812160 |  3741783      476     10 |  0.000 % |
49.76/50.82	c 51	|       813 |  282692  8433771 24812160 |  4115961      813     10 |  0.000 % |
56.29/57.43	c 58	|      1319 |  282692  8433771 24812160 |  4527557     1319     10 |  0.000 % |
64.62/65.81	c 66	|      2078 |  282692  8433771 24812160 |  4980313     2078     10 |  0.000 % |
73.33/74.68	c 75	|      3218 |  282692  8433771 24812160 |  5478344     3218     12 |  0.000 % |
86.11/87.52	c 88	|      4926 |  282692  8433771 24812160 |  6026179     4926     16 |  0.000 % |
108.69/110.38	c 111	|      7488 |  282692  8433771 24812160 |  6628796     7488     16 |  0.000 % |
131.87/133.76	c 134	|     11333 |  282692  8433771 24812160 |  7291676    11333     18 |  0.000 % |
171.67/174.08	c 174	|     17099 |  282692  8433771 24812160 |  8020844    17099     17 |  0.000 % |
196.53/199.12	c 199	|     25748 |  282692  8433771 24812160 |  8822928    25748     19 |  0.000 % |
267.34/270.61	c 271	|     38722 |  282692  8433771 24812160 |  9705221    38722     20 |  0.000 % |
375.33/379.62	c 380	|     58183 |  282692  8433771 24812160 | 10675743    58183     21 |  0.000 % |
454.38/458.89	c 459	|     87376 |  282692  8433771 24812160 | 11743318    87376     31 |  0.000 % |
534.50/539.02	c 539	|    131165 |  282692  8433771 24812160 | 12917649   131165     36 |  0.000 % |
676.37/681.02	c 681	|    196850 |  282692  8433771 24812160 | 14209414   196850     37 |  0.000 % |
902.44/907.34	c 908	|    295378 |  282692  8433771 24812160 | 15630356   295378     42 |  0.000 % |
1120.73/1125.82	c 1126	|    443168 |  282692  8433771 24812160 | 17193392   443168     40 |  0.000 % |
1339.80/1345.19	c 1345	===============================================================================
1339.91/1345.22	c 1346	restarts              : 20
1339.91/1345.22	c 1346	conflicts             : 600590         (460 /sec)
1339.91/1345.22	c 1346	decisions             : 7163761        (1.49 % random) (5493 /sec)
1339.91/1345.22	c 1346	propagations          : 623359971      (477950 /sec)
1339.91/1345.22	c 1346	conflict literals     : 26123332       (2.75 % deleted)
1339.91/1345.22	c 1346	Memory used           : 512.74 MB
1339.91/1345.22	c 1346	CPU time              : 1304.24 s
1339.91/1345.22	c 1346	
1340.00/1345.34	c 1346	SATISFIABLE
1340.10/1345.42	c 1346	DECODING HOME/temp.out WITH HOME/temp.map
1340.10/1345.42	c 1346	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
1340.15/1345.51	c 1346	Decoding HOME/temp.out
1340.15/1345.85	s SATISFIABLE
1340.15/1345.88	v 35 25 2 5 10 13 14 44 42 37 38 3 23 14 9 32 41 12 8 17 20 13 2 10 39 42 22 21 11 29 5 17 23 18 41 43 21 5 40 17 7 33 10 34 44 27 38 41 28 10 40 37 19 39 21 32 10 11 3 7 34 25 3 21 27 16 22 40 6 28 41 26 44 34 18 25 20 8 37 39 6 31 18 1 9 9 18 20 40 12 4 36 43 3 39 5 19 38 0 19 31 44 18 29 11 24 11 34 20 27 20 15 33 7 22 30 37 2 16 0 39 42 36 42 43 31 39 6 26 4 40 37 2 16 39 34 25 2 32 34 15 35 26 44 36 22 22 27 26 21 17 30 25 18 4 15 20 33 32 18 1 10 12 9 40 35 4 28 28 7 41 31 35 27 35 12 41 14 16 15 44 36 38 13 4 39 26 43 24 23 16 6 0 17 5 13 26 33 8 37 15 24 14 40 32 28 35 12 17 6 29 19 31 36 26 36 8 23 23 22 24 11 29 43 42 44 38 38 43 18 12 15 13 38 17 13 12 34 33 26 3 24 2 30 23 26 6 43 35 20 28 9 11 1 8 37 27 25 28 31 31 30 1 27 30 20 8 8 44 19 29 3 17 32 30 36 34 30 3 35 42 42 17 21 42 21 13 25 18 11 14 10 35 0 33 42 14 10 39 16 25 41 8 18 37 22 40 38 28 27 11 23 30 32 43 21 19 44 4 29 28 13 5 21 24 41 33 36 30 11 23 0 19 11 10 14 9 31 16 9 43 19 37 0 30 24 41 7 40 32 4 8 2 6 8 2 6 2 6 7 8 8 5 0 5 5 5 4 0 9 7 7 6 7 3 2 5 1 4 4 8 0 9 2 4 5 5 4 4 7 6 5 6 7 6 8 6 6 0 0 1 2 8 1 8 3 3 0 6 9 5 5 9 2 0 6 2 8 9 6 7 9 0 0 1 4 8 8 6 8 6 9 8 4 2 6 3 9 3 0 2 8 6 2 5 7 7 9 2 4 0 9 7 9 9 5 6 8 5 9 1 5 8 2 8 3 4 8 5 7 9 7 9 5 4 2 6 5 0 3 2 5 9 8 7 6 6 4 0 3 6 2 7 5 3 6 9 4 5 4 8 6 9 4 8 9 2 3 2 6 2 5 8 4 5 6 9 9 5 3 8 6 9 2 5 6 1 4 4 4 4 2 2 6 4 2 3 0 3 2 2 2 4 4 2 3 4 0 5 9 8 0 2 6 9 1 3 5 1 4 3 2 3 4 8 1 6 0 3 4 8 7 5 3 4 1 0 1 2 5 9 2 9 3 2 4 2 9 9 2 7 2 7 7 7 6 8 8 7 4 3 7 8 6 2 3 6 0 2 7 5 2 9 5 8 3 9 4 8 3 2 4 5 8 4 7 2 0 3 0 3 9 6 7 8 3 5 3 0 3 8 4 8 1 2 0 3 2 4 3 2 3 3 9 8 3 7 5 8 3 1 8 9 4 9 9 5 3 7 8 4 8 9 0 4 2 6 5 1 2 4 6 9 5 9 9 8 8 9 3 1 1 1 5 5 9 9 4 9 1
1340.15/1345.88	c 1346	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
1340.58/1345.91	c 1346	CPU 1337.55 (0.04 0.01 1337.51 3.02)
1340.58/1345.91	c 1346	END Thu Jul  3 22:19:40 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-1058440-1215115034/watcher-1058440-1215115034 -o /tmp/evaluation-result-1058440-1215115034/solver-1058440-1215115034 -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-1058440-1215115034.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: 2.04 2.01 2.00 4/81 20228
/proc/meminfo: memFree=1150352/2055920 swapFree=4097856/4192956
[pid=20228] ppid=20226 vsize=18572 CPUtime=0
/proc/20228/stat : 20228 (runsolver) R 20226 20228 19205 0 -1 4194368 15 0 0 0 0 0 0 0 21 0 1 0 1541175611 19017728 292 996147200 4194304 4296836 548682068272 18446744073709551615 268213742887 0 0 4096 24578 0 0 0 17 1 0 0
/proc/20228/statm: 4643 292 257 25 0 2626 0

[startup+0.0900169 s]
/proc/loadavg: 2.04 2.01 2.00 4/81 20228
/proc/meminfo: memFree=1150352/2055920 swapFree=4097856/4192956
[pid=20228] ppid=20226 vsize=13600 CPUtime=0.03
/proc/20228/stat : 20228 (sugar) S 20226 20228 19205 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 1541175611 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 268222640226 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20228/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.101017 s]
/proc/loadavg: 2.04 2.01 2.00 4/81 20228
/proc/meminfo: memFree=1150352/2055920 swapFree=4097856/4192956
[pid=20228] ppid=20226 vsize=13600 CPUtime=0.03
/proc/20228/stat : 20228 (sugar) S 20226 20228 19205 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 1541175611 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 268222640226 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20228/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.301038 s]
/proc/loadavg: 2.04 2.01 2.00 4/81 20228
/proc/meminfo: memFree=1150352/2055920 swapFree=4097856/4192956
[pid=20228] ppid=20226 vsize=13600 CPUtime=0.03
/proc/20228/stat : 20228 (sugar) S 20226 20228 19205 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 1541175611 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 268222640226 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20228/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.701087 s]
/proc/loadavg: 2.04 2.01 2.00 4/81 20228
/proc/meminfo: memFree=1150352/2055920 swapFree=4097856/4192956
[pid=20228] ppid=20226 vsize=13600 CPUtime=0.03
/proc/20228/stat : 20228 (sugar) S 20226 20228 19205 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 1541175611 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 268222640226 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20228/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+1.50218 s]
/proc/loadavg: 2.04 2.01 2.00 3/92 20240
/proc/meminfo: memFree=1123128/2055920 swapFree=4097856/4192956
[pid=20228] ppid=20226 vsize=13600 CPUtime=0.03
/proc/20228/stat : 20228 (sugar) S 20226 20228 19205 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 1541175611 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 268222640226 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20228/statm: 3400 796 370 3 0 500 0
[pid=20231] ppid=20228 vsize=5356 CPUtime=0
/proc/20231/stat : 20231 (sh) S 20228 20228 19205 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1541175616 5484544 233 996147200 4194304 4889804 548682068768 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20231/statm: 1339 233 193 169 0 50 0
[pid=20232] ppid=20231 vsize=864672 CPUtime=1.41
/proc/20232/stat : 20232 (java) S 20231 20228 19205 0 -1 0 15557 0 1 0 132 9 0 0 18 0 9 0 1541175616 885424128 13606 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/20232/statm: 216168 13606 2529 9 0 210750 0
[pid=20232/tid=20233] ppid=20231 vsize=864672 CPUtime=0.84
/proc/20232/task/20233/stat : 20233 (java) R 20231 20228 19205 0 -1 64 3002 0 1 0 81 3 0 0 23 0 9 0 1541175618 885424128 13606 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20232/tid=20234] ppid=20231 vsize=864672 CPUtime=0.45
/proc/20232/task/20234/stat : 20234 (java) R 20231 20228 19205 0 -1 64 11361 0 0 0 41 4 0 0 16 0 9 0 1541175619 885424128 13606 996147200 134512640 134550740 4294956016 18446744073709551615 102723003 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=20232/tid=20235] ppid=20231 vsize=864672 CPUtime=0
/proc/20232/task/20235/stat : 20235 (java) S 20231 20228 19205 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 1541175619 885424128 13606 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20232/tid=20236] ppid=20231 vsize=864672 CPUtime=0
/proc/20232/task/20236/stat : 20236 (java) S 20231 20228 19205 0 -1 64 10 0 0 0 0 0 0 0 15 0 9 0 1541175619 885424128 13606 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20232/tid=20237] ppid=20231 vsize=864672 CPUtime=0
/proc/20232/task/20237/stat : 20237 (java) S 20231 20228 19205 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1541175621 885424128 13606 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20232/tid=20238] ppid=20231 vsize=864672 CPUtime=0.09
/proc/20232/task/20238/stat : 20238 (java) S 20231 20228 19205 0 -1 64 493 0 0 0 9 0 0 0 16 0 9 0 1541175621 885424128 13606 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20232/tid=20239] ppid=20231 vsize=864672 CPUtime=0
/proc/20232/task/20239/stat : 20239 (java) S 20231 20228 19205 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1541175621 885424128 13606 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20232/tid=20240] ppid=20231 vsize=864672 CPUtime=0
/proc/20232/task/20240/stat : 20240 (java) S 20231 20228 19205 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1541175621 885424128 13606 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.44
Current children cumulated vsize (KiB) 883628

[startup+3.10135 s]
/proc/loadavg: 2.04 2.01 2.00 3/92 20240
/proc/meminfo: memFree=1081592/2055920 swapFree=4097856/4192956
[pid=20228] ppid=20226 vsize=13600 CPUtime=2.76
/proc/20228/stat : 20228 (sugar) S 20226 20228 19205 0 -1 4194304 973 23631 0 1 3 0 257 16 16 0 1 0 1541175611 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 268222640226 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20228/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 2.76
Current children cumulated vsize (KiB) 13600

[startup+6.30572 s]
/proc/loadavg: 2.04 2.01 2.00 3/92 20250
/proc/meminfo: memFree=1107384/2055920 swapFree=4097856/4192956
[pid=20228] ppid=20226 vsize=13600 CPUtime=2.76
/proc/20228/stat : 20228 (sugar) S 20226 20228 19205 0 -1 4194304 974 23631 0 1 3 0 257 16 15 0 1 0 1541175611 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 268222640226 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20228/statm: 3400 797 370 3 0 500 0
[pid=20241] ppid=20228 vsize=5356 CPUtime=0
/proc/20241/stat : 20241 (sh) S 20228 20228 19205 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1541175895 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20241/statm: 1339 233 193 169 0 50 0
[pid=20242] ppid=20241 vsize=868420 CPUtime=3.41
/proc/20242/stat : 20242 (java) S 20241 20228 19205 0 -1 0 17051 0 1 0 330 11 0 0 18 0 9 0 1541175895 889262080 15411 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/20242/statm: 217105 15411 2540 9 0 211680 0
[pid=20242/tid=20243] ppid=20241 vsize=868420 CPUtime=2.12
/proc/20242/task/20243/stat : 20243 (java) R 20241 20228 19205 0 -1 64 3318 0 1 0 210 2 0 0 25 0 9 0 1541175896 889262080 15411 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20242/tid=20244] ppid=20241 vsize=868420 CPUtime=1.08
/proc/20242/task/20244/stat : 20244 (java) R 20241 20228 19205 0 -1 64 11567 0 0 0 101 7 0 0 15 0 9 0 1541175897 889262080 15411 996147200 134512640 134550740 4294955952 18446744073709551615 102723001 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=20242/tid=20245] ppid=20241 vsize=868420 CPUtime=0
/proc/20242/task/20245/stat : 20245 (java) S 20241 20228 19205 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1541175897 889262080 15411 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20242/tid=20246] ppid=20241 vsize=868420 CPUtime=0
/proc/20242/task/20246/stat : 20246 (java) S 20241 20228 19205 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1541175897 889262080 15411 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20242/tid=20247] ppid=20241 vsize=868420 CPUtime=0
/proc/20242/task/20247/stat : 20247 (java) S 20241 20228 19205 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 1541175899 889262080 15411 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20242/tid=20248] ppid=20241 vsize=868420 CPUtime=0.19
/proc/20242/task/20248/stat : 20248 (java) S 20241 20228 19205 0 -1 64 1469 0 0 0 18 1 0 0 16 0 9 0 1541175899 889262080 15411 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20242/tid=20249] ppid=20241 vsize=868420 CPUtime=0
/proc/20242/task/20249/stat : 20249 (java) S 20241 20228 19205 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1541175900 889262080 15411 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20242/tid=20250] ppid=20241 vsize=868420 CPUtime=0
/proc/20242/task/20250/stat : 20250 (java) R 20241 20228 19205 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1541175900 889262080 15411 996147200 134512640 134550740 4294955952 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) 887376

[startup+12.7024 s]
/proc/loadavg: 2.04 2.01 2.00 3/92 20250
/proc/meminfo: memFree=1013496/2055920 swapFree=4097856/4192956
[pid=20228] ppid=20226 vsize=13600 CPUtime=2.76
/proc/20228/stat : 20228 (sugar) S 20226 20228 19205 0 -1 4194304 974 23631 0 1 3 0 257 16 15 0 1 0 1541175611 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 268222640226 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20228/statm: 3400 797 370 3 0 500 0
[pid=20241] ppid=20228 vsize=5356 CPUtime=0
/proc/20241/stat : 20241 (sh) S 20228 20228 19205 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1541175895 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20241/statm: 1339 233 193 169 0 50 0
[pid=20242] ppid=20241 vsize=868420 CPUtime=9.74
/proc/20242/stat : 20242 (java) S 20241 20228 19205 0 -1 0 60688 0 1 0 942 32 0 0 18 0 9 0 1541175895 889262080 39318 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/20242/statm: 217105 39318 2540 9 0 211680 0
[pid=20242/tid=20243] ppid=20241 vsize=868420 CPUtime=5.68
/proc/20242/task/20243/stat : 20243 (java) R 20241 20228 19205 0 -1 64 4455 0 1 0 565 3 0 0 25 0 9 0 1541175896 889262080 39318 996147200 134512640 134550740 4294955952 18446744073709551615 102064284 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20242/tid=20244] ppid=20241 vsize=868420 CPUtime=3.82
/proc/20242/task/20244/stat : 20244 (java) S 20241 20228 19205 0 -1 64 54045 0 0 0 355 27 0 0 16 0 9 0 1541175897 889262080 39318 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=20242/tid=20245] ppid=20241 vsize=868420 CPUtime=0
/proc/20242/task/20245/stat : 20245 (java) S 20241 20228 19205 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1541175897 889262080 39318 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20242/tid=20246] ppid=20241 vsize=868420 CPUtime=0
/proc/20242/task/20246/stat : 20246 (java) S 20241 20228 19205 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1541175897 889262080 39318 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20242/tid=20247] ppid=20241 vsize=868420 CPUtime=0
/proc/20242/task/20247/stat : 20247 (java) S 20241 20228 19205 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 1541175899 889262080 39318 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20242/tid=20248] ppid=20241 vsize=868420 CPUtime=0.22
/proc/20242/task/20248/stat : 20248 (java) S 20241 20228 19205 0 -1 64 1491 0 0 0 21 1 0 0 16 0 9 0 1541175899 889262080 39318 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20242/tid=20249] ppid=20241 vsize=868420 CPUtime=0
/proc/20242/task/20249/stat : 20249 (java) S 20241 20228 19205 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1541175900 889262080 39318 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20242/tid=20250] ppid=20241 vsize=868420 CPUtime=0
/proc/20242/task/20250/stat : 20250 (java) S 20241 20228 19205 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1541175900 889262080 39318 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.5
Current children cumulated vsize (KiB) 887376

[startup+25.5029 s]
/proc/loadavg: 2.03 2.01 2.00 3/92 20250
/proc/meminfo: memFree=839544/2055920 swapFree=4097856/4192956
[pid=20228] ppid=20226 vsize=13600 CPUtime=2.76
/proc/20228/stat : 20228 (sugar) S 20226 20228 19205 0 -1 4194304 974 23631 0 1 3 0 257 16 16 0 1 0 1541175611 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 268222640226 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20228/statm: 3400 797 370 3 0 500 0
[pid=20241] ppid=20228 vsize=5356 CPUtime=0
/proc/20241/stat : 20241 (sh) S 20228 20228 19205 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1541175895 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20241/statm: 1339 233 193 169 0 50 0
[pid=20242] ppid=20241 vsize=868532 CPUtime=22.39
/proc/20242/stat : 20242 (java) S 20241 20228 19205 0 -1 0 95648 0 1 0 2142 97 0 0 18 0 9 0 1541175895 889376768 59533 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/20242/statm: 217133 59533 2566 9 0 211680 0
[pid=20242/tid=20243] ppid=20241 vsize=868532 CPUtime=14.88
/proc/20242/task/20243/stat : 20243 (java) R 20241 20228 19205 0 -1 64 5836 0 1 0 1437 51 0 0 25 0 9 0 1541175896 889376768 59533 996147200 134512640 134550740 4294955952 18446744073709551615 4126994239 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20242/tid=20244] ppid=20241 vsize=868532 CPUtime=7.19
/proc/20242/task/20244/stat : 20244 (java) S 20241 20228 19205 0 -1 64 87587 0 0 0 676 43 0 0 16 0 9 0 1541175897 889376768 59533 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=20242/tid=20245] ppid=20241 vsize=868532 CPUtime=0
/proc/20242/task/20245/stat : 20245 (java) S 20241 20228 19205 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1541175897 889376768 59533 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20242/tid=20246] ppid=20241 vsize=868532 CPUtime=0
/proc/20242/task/20246/stat : 20246 (java) S 20241 20228 19205 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1541175897 889376768 59533 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20242/tid=20247] ppid=20241 vsize=868532 CPUtime=0
/proc/20242/task/20247/stat : 20247 (java) S 20241 20228 19205 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 1541175899 889376768 59533 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20242/tid=20248] ppid=20241 vsize=868532 CPUtime=0.29
/proc/20242/task/20248/stat : 20248 (java) S 20241 20228 19205 0 -1 64 1528 0 0 0 28 1 0 0 16 0 9 0 1541175899 889376768 59533 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20242/tid=20249] ppid=20241 vsize=868532 CPUtime=0
/proc/20242/task/20249/stat : 20249 (java) S 20241 20228 19205 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1541175900 889376768 59533 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20242/tid=20250] ppid=20241 vsize=868532 CPUtime=0
/proc/20242/task/20250/stat : 20250 (java) S 20241 20228 19205 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1541175900 889376768 59533 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.15
Current children cumulated vsize (KiB) 887488

[startup+51.1018 s]
/proc/loadavg: 2.02 2.01 2.00 3/84 20252
/proc/meminfo: memFree=587896/2055920 swapFree=4097856/4192956
[pid=20228] ppid=20226 vsize=13600 CPUtime=34.58
/proc/20228/stat : 20228 (sugar) S 20226 20228 19205 0 -1 4194304 1033 119728 0 2 3 1 3276 178 16 0 1 0 1541175611 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 268222640226 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20228/statm: 3400 799 370 3 0 500 0
[pid=20251] ppid=20228 vsize=5356 CPUtime=0
/proc/20251/stat : 20251 (sh) S 20228 20228 19205 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1541179156 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20251/statm: 1339 232 193 169 0 50 0
[pid=20252] ppid=20251 vsize=399068 CPUtime=15.47
/proc/20252/stat : 20252 (minisat) R 20251 20228 19205 0 -1 4194304 95596 0 0 0 1477 70 0 0 25 0 1 0 1541179156 408645632 95582 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0

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


[startup+1122.3 s]
/proc/loadavg: 1.99 1.98 1.99 3/76 20287
/proc/meminfo: memFree=652232/2055920 swapFree=4097856/4192956
[pid=20228] ppid=20226 vsize=13600 CPUtime=34.58
/proc/20228/stat : 20228 (sugar) S 20226 20228 19205 0 -1 4194304 1033 119728 0 2 3 1 3276 178 16 0 1 0 1541175611 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 268222640226 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/20228/statm: 3400 799 370 3 0 500 0
[pid=20251] ppid=20228 vsize=5356 CPUtime=0
/proc/20251/stat : 20251 (sh) S 20228 20228 19205 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1541179156 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20251/statm: 1339 232 193 169 0 50 0
[pid=20252] ppid=20251 vsize=483444 CPUtime=1082.65
/proc/20252/stat : 20252 (minisat) R 20251 20228 19205 0 -1 4194304 116671 0 0 0 108166 99 0 0 25 0 1 0 1541179156 495046656 116657 996147200 134512640 135127466 4294956272 18446744073709551615 134530644 0 0 4096 3 0 0 0 17 0 0 0
/proc/20252/statm: 120861 116657 76 150 0 120708 0
Current children cumulated CPU time (s) 1117.23
Current children cumulated vsize (KiB) 502400

[startup+1182.3 s]
/proc/loadavg: 1.99 1.98 1.99 3/76 20287
/proc/meminfo: memFree=643208/2055920 swapFree=4097856/4192956
[pid=20228] ppid=20226 vsize=13600 CPUtime=34.58
/proc/20228/stat : 20228 (sugar) S 20226 20228 19205 0 -1 4194304 1033 119728 0 2 3 1 3276 178 16 0 1 0 1541175611 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 268222640226 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/20228/statm: 3400 799 370 3 0 500 0
[pid=20251] ppid=20228 vsize=5356 CPUtime=0
/proc/20251/stat : 20251 (sh) S 20228 20228 19205 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1541179156 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20251/statm: 1339 232 193 169 0 50 0
[pid=20252] ppid=20251 vsize=493360 CPUtime=1142.6
/proc/20252/stat : 20252 (minisat) R 20251 20228 19205 0 -1 4194304 118987 0 0 0 114159 101 0 0 25 0 1 0 1541179156 505200640 118973 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/20252/statm: 123340 118973 76 150 0 123187 0
Current children cumulated CPU time (s) 1177.18
Current children cumulated vsize (KiB) 512316

[startup+1242.3 s]
/proc/loadavg: 2.07 2.00 2.00 3/76 20287
/proc/meminfo: memFree=629000/2055920 swapFree=4097856/4192956
[pid=20228] ppid=20226 vsize=13600 CPUtime=34.58
/proc/20228/stat : 20228 (sugar) S 20226 20228 19205 0 -1 4194304 1033 119728 0 2 3 1 3276 178 16 0 1 0 1541175611 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 268222640226 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/20228/statm: 3400 799 370 3 0 500 0
[pid=20251] ppid=20228 vsize=5356 CPUtime=0
/proc/20251/stat : 20251 (sh) S 20228 20228 19205 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1541179156 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20251/statm: 1339 232 193 169 0 50 0
[pid=20252] ppid=20251 vsize=507276 CPUtime=1202.54
/proc/20252/stat : 20252 (minisat) R 20251 20228 19205 0 -1 4194304 122469 0 0 0 120148 106 0 0 25 0 1 0 1541179156 519450624 122455 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/20252/statm: 126819 122455 76 150 0 126666 0
Current children cumulated CPU time (s) 1237.12
Current children cumulated vsize (KiB) 526232

[startup+1302.3 s]
/proc/loadavg: 2.03 2.00 2.00 3/76 20287
/proc/meminfo: memFree=617992/2055920 swapFree=4097856/4192956
[pid=20228] ppid=20226 vsize=13600 CPUtime=34.58
/proc/20228/stat : 20228 (sugar) S 20226 20228 19205 0 -1 4194304 1033 119728 0 2 3 1 3276 178 16 0 1 0 1541175611 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 268222640226 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/20228/statm: 3400 799 370 3 0 500 0
[pid=20251] ppid=20228 vsize=5356 CPUtime=0
/proc/20251/stat : 20251 (sh) S 20228 20228 19205 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1541179156 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20251/statm: 1339 232 193 169 0 50 0
[pid=20252] ppid=20251 vsize=517944 CPUtime=1262.48
/proc/20252/stat : 20252 (minisat) R 20251 20228 19205 0 -1 4194304 125167 0 0 0 126139 109 0 0 25 0 1 0 1541179156 530374656 125153 996147200 134512640 135127466 4294956272 18446744073709551615 134530621 0 0 4096 3 0 0 0 17 0 0 0
/proc/20252/statm: 129486 125153 76 150 0 129333 0
Current children cumulated CPU time (s) 1297.06
Current children cumulated vsize (KiB) 536900

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

[startup+1305.5 s]
/proc/loadavg: 2.03 2.00 2.00 3/76 20287
/proc/meminfo: memFree=617160/2055920 swapFree=4097856/4192956
[pid=20228] ppid=20226 vsize=13600 CPUtime=34.58
/proc/20228/stat : 20228 (sugar) S 20226 20228 19205 0 -1 4194304 1033 119728 0 2 3 1 3276 178 16 0 1 0 1541175611 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 268222640226 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/20228/statm: 3400 799 370 3 0 500 0
[pid=20251] ppid=20228 vsize=5356 CPUtime=0
/proc/20251/stat : 20251 (sh) S 20228 20228 19205 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1541179156 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20251/statm: 1339 232 193 169 0 50 0
[pid=20252] ppid=20251 vsize=519132 CPUtime=1265.68
/proc/20252/stat : 20252 (minisat) R 20251 20228 19205 0 -1 4194304 125467 0 0 0 126459 109 0 0 25 0 1 0 1541179156 531591168 125453 996147200 134512640 135127466 4294956272 18446744073709551615 134530635 0 0 4096 3 0 0 0 17 0 0 0
/proc/20252/statm: 129783 125453 76 150 0 129630 0
Current children cumulated CPU time (s) 1300.26
Current children cumulated vsize (KiB) 538088

[startup+1331.1 s]
/proc/loadavg: 2.01 2.00 2.00 3/76 20287
/proc/meminfo: memFree=611976/2055920 swapFree=4097856/4192956
[pid=20228] ppid=20226 vsize=13600 CPUtime=34.58
/proc/20228/stat : 20228 (sugar) S 20226 20228 19205 0 -1 4194304 1033 119728 0 2 3 1 3276 178 16 0 1 0 1541175611 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 268222640226 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/20228/statm: 3400 799 370 3 0 500 0
[pid=20251] ppid=20228 vsize=5356 CPUtime=0
/proc/20251/stat : 20251 (sh) S 20228 20228 19205 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1541179156 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20251/statm: 1339 232 193 169 0 50 0
[pid=20252] ppid=20251 vsize=523776 CPUtime=1291.24
/proc/20252/stat : 20252 (minisat) R 20251 20228 19205 0 -1 4194304 126674 0 0 0 129013 111 0 0 25 0 1 0 1541179156 536346624 126660 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/20252/statm: 130944 126660 76 150 0 130791 0
Current children cumulated CPU time (s) 1325.82
Current children cumulated vsize (KiB) 542732

[startup+1337.5 s]
/proc/loadavg: 2.01 2.00 2.00 3/76 20287
/proc/meminfo: memFree=611848/2055920 swapFree=4097856/4192956
[pid=20228] ppid=20226 vsize=13600 CPUtime=34.58
/proc/20228/stat : 20228 (sugar) S 20226 20228 19205 0 -1 4194304 1033 119728 0 2 3 1 3276 178 16 0 1 0 1541175611 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 268222640226 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/20228/statm: 3400 799 370 3 0 500 0
[pid=20251] ppid=20228 vsize=5356 CPUtime=0
/proc/20251/stat : 20251 (sh) S 20228 20228 19205 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1541179156 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20251/statm: 1339 232 193 169 0 50 0
[pid=20252] ppid=20251 vsize=523908 CPUtime=1297.64
/proc/20252/stat : 20252 (minisat) R 20251 20228 19205 0 -1 4194304 126704 0 0 0 129653 111 0 0 25 0 1 0 1541179156 536481792 126690 996147200 134512640 135127466 4294956272 18446744073709551615 134530644 0 0 4096 3 0 0 0 17 0 0 0
/proc/20252/statm: 130977 126690 76 150 0 130824 0
Current children cumulated CPU time (s) 1332.22
Current children cumulated vsize (KiB) 542864

[startup+1340.7 s]
/proc/loadavg: 2.01 2.00 2.00 3/76 20287
/proc/meminfo: memFree=611848/2055920 swapFree=4097856/4192956
[pid=20228] ppid=20226 vsize=13600 CPUtime=34.58
/proc/20228/stat : 20228 (sugar) S 20226 20228 19205 0 -1 4194304 1033 119728 0 2 3 1 3276 178 16 0 1 0 1541175611 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 268222640226 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/20228/statm: 3400 799 370 3 0 500 0
[pid=20251] ppid=20228 vsize=5356 CPUtime=0
/proc/20251/stat : 20251 (sh) S 20228 20228 19205 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1541179156 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20251/statm: 1339 232 193 169 0 50 0
[pid=20252] ppid=20251 vsize=524048 CPUtime=1300.84
/proc/20252/stat : 20252 (minisat) R 20251 20228 19205 0 -1 4194304 126715 0 0 0 129973 111 0 0 25 0 1 0 1541179156 536625152 126701 996147200 134512640 135127466 4294956272 18446744073709551615 134530814 0 0 4096 3 0 0 0 17 0 0 0
/proc/20252/statm: 131012 126701 76 150 0 130859 0
Current children cumulated CPU time (s) 1335.42
Current children cumulated vsize (KiB) 543004

[startup+1343.9 s]
/proc/loadavg: 2.01 2.00 2.00 3/76 20287
/proc/meminfo: memFree=611784/2055920 swapFree=4097856/4192956
[pid=20228] ppid=20226 vsize=13600 CPUtime=34.58
/proc/20228/stat : 20228 (sugar) S 20226 20228 19205 0 -1 4194304 1033 119728 0 2 3 1 3276 178 16 0 1 0 1541175611 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 268222640226 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/20228/statm: 3400 799 370 3 0 500 0
[pid=20251] ppid=20228 vsize=5356 CPUtime=0
/proc/20251/stat : 20251 (sh) S 20228 20228 19205 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1541179156 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20251/statm: 1339 232 193 169 0 50 0
[pid=20252] ppid=20251 vsize=524048 CPUtime=1304.03
/proc/20252/stat : 20252 (minisat) R 20251 20228 19205 0 -1 4194304 126727 0 0 0 130292 111 0 0 25 0 1 0 1541179156 536625152 126713 996147200 134512640 135127466 4294956272 18446744073709551615 134530621 0 0 4096 3 0 0 0 17 0 0 0
/proc/20252/statm: 131012 126713 76 150 0 130859 0
Current children cumulated CPU time (s) 1338.61
Current children cumulated vsize (KiB) 543004

[startup+1344.7 s]
/proc/loadavg: 2.01 2.00 2.00 3/76 20287
/proc/meminfo: memFree=611720/2055920 swapFree=4097856/4192956
[pid=20228] ppid=20226 vsize=13600 CPUtime=34.58
/proc/20228/stat : 20228 (sugar) S 20226 20228 19205 0 -1 4194304 1033 119728 0 2 3 1 3276 178 16 0 1 0 1541175611 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 268222640226 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/20228/statm: 3400 799 370 3 0 500 0
[pid=20251] ppid=20228 vsize=5356 CPUtime=0
/proc/20251/stat : 20251 (sh) S 20228 20228 19205 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1541179156 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20251/statm: 1339 232 193 169 0 50 0
[pid=20252] ppid=20251 vsize=524048 CPUtime=1304.82
/proc/20252/stat : 20252 (minisat) R 20251 20228 19205 0 -1 4194304 126729 0 0 0 130371 111 0 0 25 0 1 0 1541179156 536625152 126715 996147200 134512640 135127466 4294956272 18446744073709551615 134530679 0 0 4096 3 0 0 0 17 0 0 0
/proc/20252/statm: 131012 126715 76 150 0 130859 0
Current children cumulated CPU time (s) 1339.4
Current children cumulated vsize (KiB) 543004

[startup+1345.5 s]
/proc/loadavg: 2.01 2.00 2.00 3/76 20287
/proc/meminfo: memFree=610888/2055920 swapFree=4097856/4192956
[pid=20228] ppid=20226 vsize=13600 CPUtime=1340.15
/proc/20228/stat : 20228 (sugar) S 20226 20228 19205 0 -1 4194304 1071 246981 0 2 4 1 133710 300 16 0 1 0 1541175611 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 268222640226 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/20228/statm: 3400 799 370 3 0 500 0
Current children cumulated CPU time (s) 1340.15
Current children cumulated vsize (KiB) 13600

[startup+1345.9 s]
/proc/loadavg: 2.01 2.00 2.00 3/76 20287
/proc/meminfo: memFree=610888/2055920 swapFree=4097856/4192956
[pid=20228] ppid=20226 vsize=13600 CPUtime=1340.58
/proc/20228/stat : 20228 (sugar) R 20226 20228 19205 0 -1 4194304 1120 250884 0 3 4 1 133751 302 15 0 1 0 1541175611 13926400 800 996147200 4194304 4206940 548682068608 18446744073709551615 268213916713 0 0 4224 16386 0 0 0 17 0 0 0
/proc/20228/statm: 3400 800 371 3 0 500 0
Current children cumulated CPU time (s) 1340.58
Current children cumulated vsize (KiB) 13600

Child status: 0
Real time (s): 1345.99
CPU time (s): 1340.7
CPU user time (s): 1337.56
CPU system time (s): 3.13652
CPU usage (%): 99.6069
Max. virtual memory (cumulated for all children) (KiB): 913492

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1337.56
system time used= 3.13652
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 252034
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= 8346
involuntary context switches= 26184

runsolver used 1.63475 second user time and 4.50232 second system time

The end

Launcher Data (download as text)

Begin job on node32 at 2008-07-03 21:57:14
IDJOB=1058440
IDBENCH=54128
IDSOLVER=346
FILE ID=node32/1058440-1215115034
PBS_JOBID= 7877140
Free space on /tmp= 66528 MiB

SOLVER NAME= Sugar v1.13+minisat
BENCH NAME= CPAI08/csp/compet02/normalized-patat-02-comp-20.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-1058440-1215115034/watcher-1058440-1215115034 -o /tmp/evaluation-result-1058440-1215115034/solver-1058440-1215115034 -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-1058440-1215115034.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= be35789960256c589543366605c747b5
RANDOM SEED=171321790

node32.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.218
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.218
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:       1150832 kB
Buffers:          7292 kB
Cached:          98524 kB
SwapCached:      88052 kB
Active:         810392 kB
Inactive:        36488 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1150832 kB
SwapTotal:     4192956 kB
SwapFree:      4097856 kB
Dirty:            7872 kB
Writeback:           0 kB
Mapped:         757356 kB
Slab:            41700 kB
Committed_AS:  4019044 kB
PageTables:       3340 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66532 MiB
End job on node32 at 2008-07-03 22:19:40