Trace number 1058264

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 117.464 118.057

General information on the benchmark

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

Solver Data (download as text)

0.00/0.05	c 0	Sugar v1-13 + HOME/minisat
0.00/0.05	c 0	BEGIN Thu Jul  3 21:36:58 2008
0.00/0.05	c 0	PID 16629
0.00/0.05	c 0	HOST node36.alineos.net
0.00/0.05	c 0	CONVERTING HOME/instance-1058264-1215113817.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-1058264-1215113817.xml' 'HOME/temp.csp'
1.47/1.55	c 1	25 domains, 700 variables, 1 predicates, 0 relations, 21437 constraints
1.47/1.58	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
1.47/1.58	c 1	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'
1.53/1.66	c 1	Parsing HOME/temp.csp
1.53/2.04	c 2	parsed 10000 expressions
2.22/2.38	c 2	parsed 20000 expressions
2.33/2.45	c 2	parsed 22163 expressions
2.33/2.45	c 2	Heap : 9 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
2.33/2.45	c 2	Converting to clausal form CSP
2.63/2.79	c 2	converted 2217 (10%) expressions
2.93/3.02	c 2	converted 4433 (20%) expressions
3.03/3.17	c 3	converted 6649 (30%) expressions
3.23/3.34	c 3	converted 8866 (40%) expressions
3.52/3.64	c 3	converted 11082 (50%) expressions
3.72/3.80	c 3	converted 13298 (60%) expressions
3.82/3.95	c 3	converted 15515 (70%) expressions
4.02/4.11	c 4	converted 17731 (80%) expressions
4.12/4.28	c 4	converted 19947 (90%) expressions
6.01/6.14	c 6	converted 22163 (100%) expressions
6.01/6.15	c 6	CSP : 700 integers, 0 booleans, 65633 clauses, largest domain size 45
6.01/6.15	c 6	Heap : 65 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
6.01/6.15	c 6	Propagation in CSP
6.50/6.63	c 6	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
6.50/6.63	c 6	CSP : 700 integers, 0 booleans, 65633 clauses, largest domain size 45
6.50/6.63	c 6	Heap : 72 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
6.50/6.66	c 6	Simplifing CSP by introducing new Boolean variables
8.10/8.28	c 8	CSP : 700 integers, 162557 booleans, 228190 clauses, largest domain size 45
8.10/8.28	c 8	Heap : 123 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
8.99/9.11	c 9	Encoding CSP to SAT : HOME/temp.cnf
8.99/9.15	c 9	70 (10%) CSP integer variables are encoded (3010 clauses, 37031 bytes)
8.99/9.16	c 9	140 (20%) CSP integer variables are encoded (6020 clauses, 76161 bytes)
8.99/9.16	c 9	210 (30%) CSP integer variables are encoded (9030 clauses, 115291 bytes)
8.99/9.17	c 9	280 (40%) CSP integer variables are encoded (12040 clauses, 158958 bytes)
8.99/9.17	c 9	350 (50%) CSP integer variables are encoded (15050 clauses, 204108 bytes)
8.99/9.17	c 9	420 (60%) CSP integer variables are encoded (15076 clauses, 204498 bytes)
8.99/9.18	c 9	490 (70%) CSP integer variables are encoded (15110 clauses, 205008 bytes)
8.99/9.18	c 9	560 (80%) CSP integer variables are encoded (15159 clauses, 205743 bytes)
8.99/9.18	c 9	630 (90%) CSP integer variables are encoded (15209 clauses, 206493 bytes)
8.99/9.18	c 9	700 (100%) CSP integer variables are encoded (15272 clauses, 207438 bytes)
10.08/10.29	c 10	22819 (10%) CSP clauses are encoded (494383 clauses, 9568471 bytes)
11.07/11.28	c 11	45638 (20%) CSP clauses are encoded (966224 clauses, 19061119 bytes)
12.08/12.28	c 12	68457 (30%) CSP clauses are encoded (1444030 clauses, 28730660 bytes)
13.15/13.31	c 13	91276 (40%) CSP clauses are encoded (1918767 clauses, 38587261 bytes)
14.35/14.59	c 14	114095 (50%) CSP clauses are encoded (2562149 clauses, 51846310 bytes)
15.73/15.97	c 15	136914 (60%) CSP clauses are encoded (3251040 clauses, 66478238 bytes)
17.12/17.34	c 17	159733 (70%) CSP clauses are encoded (3940107 clauses, 81101433 bytes)
18.50/18.75	c 18	182552 (80%) CSP clauses are encoded (4629438 clauses, 95758113 bytes)
19.84/20.39	c 20	205371 (90%) CSP clauses are encoded (5318769 clauses, 110469931 bytes)
21.23/21.78	c 21	228190 (100%) CSP clauses are encoded (6008364 clauses, 125237813 bytes)
21.23/21.78	c 21	228190 CSP clauses encoded
21.23/21.78	c 21	Writing map file : HOME/temp.map
21.34/21.82	c 21	Heap : 94 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
21.34/21.82	c 21	SAT : 178374 SAT variables, 6008364 SAT clauses, 125237813 bytes
21.34/21.82	c 21	Heap : 94 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
21.34/21.88	c 21	SOLVING HOME/temp.cnf
21.34/21.88	c 21	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
21.34/21.89	c 21	This is MiniSat 2.0 beta
21.34/21.89	c 21	WARNING: for repeatability, setting FPU to use double precision
21.34/21.89	c 21	============================[ Problem Statistics ]=============================
21.34/21.89	c 21	|                                                                             |
21.34/21.89	c 21	|  Number of variables:  178374                                               |
21.34/21.89	c 21	|  Number of clauses:    6008364                                              |
24.19/24.77	c 24	|  Parsing time:         2.44         s                                       |
24.38/24.92	c 24	============================[ Search Statistics ]==============================
24.38/24.92	c 24	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
24.38/24.92	c 24	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
24.38/24.92	c 24	===============================================================================
24.38/24.92	c 24	|         0 |  178374  6008364 17681872 |  2002788        0    nan |  0.000 % |
26.28/26.83	c 26	|       101 |  178374  6008364 17681872 |  2203066      101     13 |  0.000 % |
27.88/28.42	c 28	|       252 |  178374  6008364 17681872 |  2423373      252     22 |  0.000 % |
27.99/28.56	c 28	|       478 |  178374  6008364 17681872 |  2665710      478     15 |  0.000 % |
30.58/31.16	c 31	|       815 |  178374  6008364 17681872 |  2932281      815     14 |  0.000 % |
31.48/32.09	c 32	|      1321 |  178374  6008364 17681872 |  3225510     1321     14 |  0.000 % |
32.58/33.13	c 33	|      2080 |  178374  6008364 17681872 |  3548061     2080     17 |  0.000 % |
33.28/33.81	c 33	|      3220 |  178374  6008364 17681872 |  3902867     3220     15 |  0.000 % |
41.67/42.29	c 42	|      4928 |  178374  6008364 17681872 |  4293153     4928     18 |  0.000 % |
45.16/45.74	c 45	|      7490 |  178374  6008364 17681872 |  4722469     7490     19 |  0.000 % |
46.77/47.35	c 47	|     11334 |  178374  6008364 17681872 |  5194716    11334     18 |  0.000 % |
68.06/68.63	c 68	|     17101 |  178374  6008364 17681872 |  5714187    17101     47 |  0.000 % |
77.25/77.87	c 77	|     25751 |  178374  6008364 17681872 |  6285606    25751     49 |  0.000 % |
116.83/117.42	c 117	===============================================================================
116.83/117.44	c 117	restarts              : 13
116.83/117.44	c 117	conflicts             : 36085          (380 /sec)
116.83/117.44	c 117	decisions             : 485187         (1.19 % random) (5107 /sec)
116.83/117.44	c 117	propagations          : 43760302       (460627 /sec)
116.83/117.44	c 117	conflict literals     : 1519162        (1.96 % deleted)
116.83/117.44	c 117	Memory used           : 280.71 MB
116.83/117.44	c 117	CPU time              : 95.0016 s
116.83/117.44	c 117	
116.94/117.52	c 117	SATISFIABLE
116.94/117.56	c 117	DECODING HOME/temp.out WITH HOME/temp.map
116.94/117.56	c 117	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
117.04/117.65	c 117	Decoding HOME/temp.out
117.33/117.90	s SATISFIABLE
117.33/117.93	v 7 7 1 31 44 18 38 6 31 42 42 9 30 10 11 35 25 40 11 30 6 44 17 20 43 20 4 21 39 15 27 8 40 19 31 20 34 29 13 44 6 37 29 22 39 17 38 3 23 16 26 22 15 8 26 0 36 11 10 8 43 19 29 17 27 23 23 4 42 15 33 2 29 25 36 12 17 36 21 41 40 2 38 12 5 44 22 27 9 6 29 2 35 9 13 12 42 8 0 37 37 34 26 30 28 35 26 1 38 7 15 34 26 40 15 42 35 0 20 27 32 44 39 32 23 6 7 18 18 31 1 39 43 0 39 24 2 7 18 28 21 8 24 30 29 14 15 31 1 3 43 36 0 31 27 18 26 35 22 44 41 33 35 12 32 3 28 3 40 37 41 25 17 42 20 12 3 16 3 32 4 28 15 23 41 4 19 32 24 33 24 3 33 27 36 16 25 33 10 16 4 19 5 23 34 10 24 39 36 9 11 25 38 26 5 20 42 9 16 39 40 6 18 44 43 35 27 41 21 19 21 13 16 25 10 20 41 25 33 33 42 43 19 17 14 5 5 13 21 20 40 37 16 28 38 36 39 34 29 33 11 17 20 14 3 40 2 30 36 43 14 14 36 12 5 34 38 31 34 0 27 44 27 4 14 13 31 21 6 18 21 29 12 35 18 39 44 18 13 1 12 41 9 35 9 8 4 11 37 24 25 25 38 23 42 42 41 26 5 32 28 8 15 23 13 41 24 39 37 7 31 44 2 16 30 6 5 10 20 12 17 22 30 22 7 14 2 22 10 40 9 1 8 2 0 1 6 4 9 5 8 0 1 5 9 1 0 9 1 5 6 6 2 8 2 0 9 9 0 6 3 7 8 4 5 5 4 8 0 1 0 8 2 1 5 5 1 2 9 2 7 0 7 0 1 8 9 8 0 5 5 1 0 6 9 5 3 6 1 1 9 5 4 1 8 7 1 5 0 8 5 1 2 9 0 7 9 5 2 7 7 7 9 3 4 5 7 9 4 9 1 7 9 9 0 8 5 5 4 8 0 1 0 0 5 6 7 9 3 1 2 8 7 0 7 2 0 5 6 4 1 4 7 0 1 8 8 6 9 8 1 1 6 6 5 8 3 0 9 4 0 4 1 7 0 8 6 6 4 2 5 4 5 0 7 8 2 6 7 0 6 5 0 9 4 1 7 5 0 9 2 1 9 8 2 0 2 1 2 0 4 9 8 8 6 6 4 5 9 9 7 0 8 0 9 2 0 6 0 8 7 3 8 8 3 9 2 9 7 3 1 9 0 5 1 4 4 1 2 6 5 9 8 6 8 2 0 9 3 1 0 9 9 8 9 7 9 8 7 7 2 6 1 9 0 1 9 8 1 6 4 9 1 6 1 4 6 0 2 4 1 5 7 3 1 0 9 8 2 7 7 3 6 4 0 1 3 4 8 7 8 9 4 0 4 8 4 2 3 0 6 7 4 3 1 8 1 0 2 3 8 7 5 4 3 4 4 4 5 5 5 2 2 6 7 9 9 2 7 4 1 9 0 0 8 1 2 6 6 2 7 6 3 8 7 4 9 7 1 6
117.33/117.93	c 117	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
117.33/118.00	c 117	CPU 115.56 (0.03 0.01 115.53 1.8)
117.33/118.00	c 117	END Thu Jul  3 21:38:55 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-1058264-1215113817/watcher-1058264-1215113817 -o /tmp/evaluation-result-1058264-1215113817/solver-1058264-1215113817 -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-1058264-1215113817.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.02 2.00 4/80 16629
/proc/meminfo: memFree=1401804/2055920 swapFree=4179028/4192956
[pid=16629] ppid=16627 vsize=18572 CPUtime=0
/proc/16629/stat : 16629 (runsolver) R 16627 16629 16028 0 -1 4194368 15 0 0 0 0 0 0 0 22 0 1 0 1990354634 19017728 292 996147200 4194304 4296836 548682068272 18446744073709551615 240907775271 0 0 4096 24578 0 0 0 17 1 0 0
/proc/16629/statm: 4643 292 257 25 0 2626 0

[startup+0.067246 s]
/proc/loadavg: 2.04 2.02 2.00 4/80 16629
/proc/meminfo: memFree=1401804/2055920 swapFree=4179028/4192956
[pid=16629] ppid=16627 vsize=13600 CPUtime=0.04
/proc/16629/stat : 16629 (sugar) S 16627 16629 16028 0 -1 4194304 900 127 0 0 3 1 0 0 19 0 1 0 1990354634 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 240916672610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16629/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.102242 s]
/proc/loadavg: 2.04 2.02 2.00 4/80 16629
/proc/meminfo: memFree=1401804/2055920 swapFree=4179028/4192956
[pid=16629] ppid=16627 vsize=13600 CPUtime=0.04
/proc/16629/stat : 16629 (sugar) S 16627 16629 16028 0 -1 4194304 900 127 0 0 3 1 0 0 19 0 1 0 1990354634 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 240916672610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16629/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.302264 s]
/proc/loadavg: 2.04 2.02 2.00 4/80 16629
/proc/meminfo: memFree=1401804/2055920 swapFree=4179028/4192956
[pid=16629] ppid=16627 vsize=13600 CPUtime=0.04
/proc/16629/stat : 16629 (sugar) S 16627 16629 16028 0 -1 4194304 900 127 0 0 3 1 0 0 19 0 1 0 1990354634 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 240916672610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16629/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.702311 s]
/proc/loadavg: 2.04 2.02 2.00 4/80 16629
/proc/meminfo: memFree=1401804/2055920 swapFree=4179028/4192956
[pid=16629] ppid=16627 vsize=13600 CPUtime=0.04
/proc/16629/stat : 16629 (sugar) S 16627 16629 16028 0 -1 4194304 900 127 0 0 3 1 0 0 19 0 1 0 1990354634 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 240916672610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16629/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+1.50238 s]
/proc/loadavg: 2.04 2.02 2.00 4/91 16641
/proc/meminfo: memFree=1367156/2055920 swapFree=4179028/4192956
[pid=16629] ppid=16627 vsize=13600 CPUtime=0.04
/proc/16629/stat : 16629 (sugar) S 16627 16629 16028 0 -1 4194304 900 127 0 0 3 1 0 0 19 0 1 0 1990354634 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 240916672610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16629/statm: 3400 796 370 3 0 500 0
[pid=16632] ppid=16629 vsize=5356 CPUtime=0
/proc/16632/stat : 16632 (sh) S 16629 16629 16028 0 -1 4194304 277 0 0 0 0 0 0 0 20 0 1 0 1990354639 5484544 233 996147200 4194304 4889804 548682068768 18446744073709551615 240907772740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16632/statm: 1339 233 193 169 0 50 0
[pid=16633] ppid=16632 vsize=864676 CPUtime=1.43
/proc/16633/stat : 16633 (java) S 16632 16629 16028 0 -1 0 13573 0 1 0 135 8 0 0 18 0 9 0 1990354639 885428224 11617 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16633/statm: 216169 11617 2529 9 0 210751 0
[pid=16633/tid=16634] ppid=16632 vsize=864676 CPUtime=0.79
/proc/16633/task/16634/stat : 16634 (java) R 16632 16629 16028 0 -1 64 3018 0 1 0 76 3 0 0 25 0 9 0 1990354640 885428224 11617 996147200 134512640 134550740 4294956016 18446744073709551615 4125951336 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16633/tid=16635] ppid=16632 vsize=864676 CPUtime=0.47
/proc/16633/task/16635/stat : 16635 (java) S 16632 16629 16028 0 -1 64 9334 0 0 0 44 3 0 0 16 0 9 0 1990354641 885428224 11617 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16633/tid=16636] ppid=16632 vsize=864676 CPUtime=0
/proc/16633/task/16636/stat : 16636 (java) S 16632 16629 16028 0 -1 64 12 0 0 0 0 0 0 0 16 0 9 0 1990354642 885428224 11617 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16633/tid=16637] ppid=16632 vsize=864676 CPUtime=0
/proc/16633/task/16637/stat : 16637 (java) S 16632 16629 16028 0 -1 64 10 0 0 0 0 0 0 0 15 0 9 0 1990354642 885428224 11617 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16633/tid=16638] ppid=16632 vsize=864676 CPUtime=0
/proc/16633/task/16638/stat : 16638 (java) S 16632 16629 16028 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1990354644 885428224 11617 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16633/tid=16639] ppid=16632 vsize=864676 CPUtime=0.14
/proc/16633/task/16639/stat : 16639 (java) S 16632 16629 16028 0 -1 64 521 0 0 0 14 0 0 0 16 0 9 0 1990354644 885428224 11617 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16633/tid=16640] ppid=16632 vsize=864676 CPUtime=0
/proc/16633/task/16640/stat : 16640 (java) S 16632 16629 16028 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1990354644 885428224 11617 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16633/tid=16641] ppid=16632 vsize=864676 CPUtime=0
/proc/16633/task/16641/stat : 16641 (java) S 16632 16629 16028 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1990354644 885428224 11617 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 883632

[startup+3.10261 s]
/proc/loadavg: 2.12 2.04 2.01 4/91 16651
/proc/meminfo: memFree=1388020/2055920 swapFree=4179028/4192956
[pid=16629] ppid=16627 vsize=13600 CPUtime=1.53
/proc/16629/stat : 16629 (sugar) S 16627 16629 16028 0 -1 4194304 974 14013 0 1 3 1 140 9 15 0 1 0 1990354634 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 240916672610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16629/statm: 3400 797 370 3 0 500 0
[pid=16642] ppid=16629 vsize=5356 CPUtime=0
/proc/16642/stat : 16642 (sh) S 16629 16629 16028 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1990354792 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 240907772740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16642/statm: 1339 233 193 169 0 50 0
[pid=16643] ppid=16642 vsize=868412 CPUtime=1.5
/proc/16643/stat : 16643 (java) S 16642 16629 16028 0 -1 0 10279 0 1 0 143 7 0 0 19 0 9 0 1990354792 889253888 9166 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16643/statm: 217103 9166 2540 9 0 211678 0
[pid=16643/tid=16644] ppid=16642 vsize=868412 CPUtime=0.92
/proc/16643/task/16644/stat : 16644 (java) R 16642 16629 16028 0 -1 64 2813 0 1 0 90 2 0 0 20 0 9 0 1990354793 889253888 9166 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16643/tid=16645] ppid=16642 vsize=868412 CPUtime=0.37
/proc/16643/task/16645/stat : 16645 (java) S 16642 16629 16028 0 -1 64 5302 0 0 0 33 4 0 0 15 0 9 0 1990354794 889253888 9166 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16643/tid=16646] ppid=16642 vsize=868412 CPUtime=0
/proc/16643/task/16646/stat : 16646 (java) S 16642 16629 16028 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1990354794 889253888 9166 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16643/tid=16647] ppid=16642 vsize=868412 CPUtime=0
/proc/16643/task/16647/stat : 16647 (java) S 16642 16629 16028 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 1990354794 889253888 9166 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16643/tid=16648] ppid=16642 vsize=868412 CPUtime=0
/proc/16643/task/16648/stat : 16648 (java) S 16642 16629 16028 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 1990354796 889253888 9166 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16643/tid=16649] ppid=16642 vsize=868412 CPUtime=0.18
/proc/16643/task/16649/stat : 16649 (java) S 16642 16629 16028 0 -1 64 1467 0 0 0 18 0 0 0 16 0 9 0 1990354796 889253888 9166 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16643/tid=16650] ppid=16642 vsize=868412 CPUtime=0
/proc/16643/task/16650/stat : 16650 (java) S 16642 16629 16028 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1990354796 889253888 9166 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16643/tid=16651] ppid=16642 vsize=868412 CPUtime=0
/proc/16643/task/16651/stat : 16651 (java) S 16642 16629 16028 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1990354797 889253888 9166 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.03
Current children cumulated vsize (KiB) 887368

[startup+6.30287 s]
/proc/loadavg: 2.12 2.04 2.01 3/91 16651
/proc/meminfo: memFree=1332788/2055920 swapFree=4179028/4192956
[pid=16629] ppid=16627 vsize=13600 CPUtime=1.53
/proc/16629/stat : 16629 (sugar) S 16627 16629 16028 0 -1 4194304 974 14013 0 1 3 1 140 9 16 0 1 0 1990354634 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 240916672610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16629/statm: 3400 797 370 3 0 500 0
[pid=16642] ppid=16629 vsize=5356 CPUtime=0
/proc/16642/stat : 16642 (sh) S 16629 16629 16028 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1990354792 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 240907772740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16642/statm: 1339 233 193 169 0 50 0
[pid=16643] ppid=16642 vsize=868412 CPUtime=4.68
/proc/16643/stat : 16643 (java) S 16642 16629 16028 0 -1 0 23578 0 1 0 453 15 0 0 19 0 9 0 1990354792 889253888 22049 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16643/statm: 217103 22049 2540 9 0 211678 0
[pid=16643/tid=16644] ppid=16642 vsize=868412 CPUtime=2.62
/proc/16643/task/16644/stat : 16644 (java) R 16642 16629 16028 0 -1 64 3698 0 1 0 260 2 0 0 25 0 9 0 1990354793 889253888 22049 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16643/tid=16645] ppid=16642 vsize=868412 CPUtime=1.82
/proc/16643/task/16645/stat : 16645 (java) R 16642 16629 16028 0 -1 64 17700 0 0 0 171 11 0 0 16 0 9 0 1990354794 889253888 22049 996147200 134512640 134550740 4294955952 18446744073709551615 102516792 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16643/tid=16646] ppid=16642 vsize=868412 CPUtime=0
/proc/16643/task/16646/stat : 16646 (java) S 16642 16629 16028 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1990354794 889253888 22049 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16643/tid=16647] ppid=16642 vsize=868412 CPUtime=0
/proc/16643/task/16647/stat : 16647 (java) S 16642 16629 16028 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 1990354794 889253888 22049 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16643/tid=16648] ppid=16642 vsize=868412 CPUtime=0
/proc/16643/task/16648/stat : 16648 (java) S 16642 16629 16028 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 1990354796 889253888 22049 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16643/tid=16649] ppid=16642 vsize=868412 CPUtime=0.21
/proc/16643/task/16649/stat : 16649 (java) S 16642 16629 16028 0 -1 64 1483 0 0 0 21 0 0 0 16 0 9 0 1990354796 889253888 22049 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16643/tid=16650] ppid=16642 vsize=868412 CPUtime=0
/proc/16643/task/16650/stat : 16650 (java) S 16642 16629 16028 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1990354796 889253888 22049 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16643/tid=16651] ppid=16642 vsize=868412 CPUtime=0
/proc/16643/task/16651/stat : 16651 (java) S 16642 16629 16028 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1990354797 889253888 22049 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.21
Current children cumulated vsize (KiB) 887368

[startup+12.7025 s]
/proc/loadavg: 2.17 2.05 2.01 3/91 16651
/proc/meminfo: memFree=1237748/2055920 swapFree=4179028/4192956
[pid=16629] ppid=16627 vsize=13600 CPUtime=1.53
/proc/16629/stat : 16629 (sugar) S 16627 16629 16028 0 -1 4194304 974 14013 0 1 3 1 140 9 16 0 1 0 1990354634 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 240916672610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16629/statm: 3400 797 370 3 0 500 0
[pid=16642] ppid=16629 vsize=5356 CPUtime=0
/proc/16642/stat : 16642 (sh) S 16629 16629 16028 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1990354792 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 240907772740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16642/statm: 1339 233 193 169 0 50 0
[pid=16643] ppid=16642 vsize=868524 CPUtime=11.04
/proc/16643/stat : 16643 (java) S 16642 16629 16028 0 -1 0 51661 0 1 0 1053 51 0 0 19 0 9 0 1990354792 889368576 36084 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16643/statm: 217131 36084 2566 9 0 211678 0
[pid=16643/tid=16644] ppid=16642 vsize=868524 CPUtime=6.58
/proc/16643/task/16644/stat : 16644 (java) R 16642 16629 16028 0 -1 64 4616 0 1 0 633 25 0 0 25 0 9 0 1990354793 889368576 36084 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16643/tid=16645] ppid=16642 vsize=868524 CPUtime=4.16
/proc/16643/task/16645/stat : 16645 (java) S 16642 16629 16028 0 -1 64 44823 0 0 0 392 24 0 0 15 0 9 0 1990354794 889368576 36084 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16643/tid=16646] ppid=16642 vsize=868524 CPUtime=0
/proc/16643/task/16646/stat : 16646 (java) S 16642 16629 16028 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1990354794 889368576 36084 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16643/tid=16647] ppid=16642 vsize=868524 CPUtime=0
/proc/16643/task/16647/stat : 16647 (java) S 16642 16629 16028 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1990354794 889368576 36084 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16643/tid=16648] ppid=16642 vsize=868524 CPUtime=0
/proc/16643/task/16648/stat : 16648 (java) S 16642 16629 16028 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 1990354796 889368576 36084 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16643/tid=16649] ppid=16642 vsize=868524 CPUtime=0.27
/proc/16643/task/16649/stat : 16649 (java) S 16642 16629 16028 0 -1 64 1525 0 0 0 27 0 0 0 16 0 9 0 1990354796 889368576 36084 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16643/tid=16650] ppid=16642 vsize=868524 CPUtime=0
/proc/16643/task/16650/stat : 16650 (java) S 16642 16629 16028 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1990354796 889368576 36084 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16643/tid=16651] ppid=16642 vsize=868524 CPUtime=0
/proc/16643/task/16651/stat : 16651 (java) S 16642 16629 16028 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1990354797 889368576 36084 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.57
Current children cumulated vsize (KiB) 887480

[startup+25.5028 s]
/proc/loadavg: 2.14 2.05 2.01 3/83 16653
/proc/meminfo: memFree=1035060/2055920 swapFree=4179028/4192956
[pid=16629] ppid=16627 vsize=13600 CPUtime=21.39
/proc/16629/stat : 16629 (sugar) S 16627 16629 16028 0 -1 4194304 1033 66204 0 2 3 1 2014 121 15 0 1 0 1990354634 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 240916672610 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/16629/statm: 3400 799 370 3 0 500 0
[pid=16652] ppid=16629 vsize=5356 CPUtime=0
/proc/16652/stat : 16652 (sh) S 16629 16629 16028 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1990356822 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 240907772740 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/16652/statm: 1339 232 193 169 0 50 0
[pid=16653] ppid=16652 vsize=254752 CPUtime=3.6
/proc/16653/stat : 16653 (minisat) R 16652 16629 16028 0 -1 4194304 61171 0 0 0 315 45 0 0 25 0 1 0 1990356823 260866048 61157 996147200 134512640 135127466 4294956272 18446744073709551615 134697292 0 0 4096 3 0 0 0 17 0 0 0
/proc/16653/statm: 63688 61157 72 150 0 63535 0
Current children cumulated CPU time (s) 24.99
Current children cumulated vsize (KiB) 273708

[startup+51.1023 s]
/proc/loadavg: 2.09 2.04 2.01 3/83 16655
/proc/meminfo: memFree=1003508/2055920 swapFree=4179028/4192956
[pid=16629] ppid=16627 vsize=13600 CPUtime=21.39
/proc/16629/stat : 16629 (sugar) S 16627 16629 16028 0 -1 4194304 1033 66204 0 2 3 1 2014 121 16 0 1 0 1990354634 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 240916672610 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/16629/statm: 3400 799 370 3 0 500 0
[pid=16652] ppid=16629 vsize=5356 CPUtime=0
/proc/16652/stat : 16652 (sh) S 16629 16629 16028 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1990356822 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 240907772740 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/16652/statm: 1339 232 193 169 0 50 0
[pid=16653] ppid=16652 vsize=282344 CPUtime=29.17
/proc/16653/stat : 16653 (minisat) R 16652 16629 16028 0 -1 4194304 68046 0 0 0 2869 48 0 0 25 0 1 0 1990356823 289120256 68032 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/16653/statm: 70586 68032 76 150 0 70433 0
Current children cumulated CPU time (s) 50.56
Current children cumulated vsize (KiB) 301300

[startup+102.306 s]
/proc/loadavg: 2.04 2.03 2.00 3/83 16655
/proc/meminfo: memFree=999092/2055920 swapFree=4179028/4192956
[pid=16629] ppid=16627 vsize=13600 CPUtime=21.39
/proc/16629/stat : 16629 (sugar) S 16627 16629 16028 0 -1 4194304 1033 66204 0 2 3 1 2014 121 16 0 1 0 1990354634 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 240916672610 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/16629/statm: 3400 799 370 3 0 500 0
[pid=16652] ppid=16629 vsize=5356 CPUtime=0
/proc/16652/stat : 16652 (sh) S 16629 16629 16028 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1990356822 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 240907772740 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/16652/statm: 1339 232 193 169 0 50 0
[pid=16653] ppid=16652 vsize=286728 CPUtime=80.36
/proc/16653/stat : 16653 (minisat) R 16652 16629 16028 0 -1 4194304 69162 0 0 0 7987 49 0 0 25 0 1 0 1990356823 293609472 69148 996147200 134512640 135127466 4294956272 18446744073709551615 134522940 0 0 4096 3 0 0 0 17 0 0 0
/proc/16653/statm: 71682 69148 76 150 0 71529 0
Current children cumulated CPU time (s) 101.75
Current children cumulated vsize (KiB) 305684

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

[startup+108.701 s]
/proc/loadavg: 2.03 2.03 2.00 3/83 16655
/proc/meminfo: memFree=999028/2055920 swapFree=4179028/4192956
[pid=16629] ppid=16627 vsize=13600 CPUtime=21.39
/proc/16629/stat : 16629 (sugar) S 16627 16629 16028 0 -1 4194304 1033 66204 0 2 3 1 2014 121 16 0 1 0 1990354634 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 240916672610 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/16629/statm: 3400 799 370 3 0 500 0
[pid=16652] ppid=16629 vsize=5356 CPUtime=0
/proc/16652/stat : 16652 (sh) S 16629 16629 16028 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1990356822 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 240907772740 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/16652/statm: 1339 232 193 169 0 50 0
[pid=16653] ppid=16652 vsize=287128 CPUtime=86.75
/proc/16653/stat : 16653 (minisat) R 16652 16629 16028 0 -1 4194304 69190 0 0 0 8626 49 0 0 25 0 1 0 1990356823 294019072 69176 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/16653/statm: 71782 69176 76 150 0 71629 0
Current children cumulated CPU time (s) 108.14
Current children cumulated vsize (KiB) 306084

[startup+111.902 s]
/proc/loadavg: 2.03 2.03 2.00 3/83 16655
/proc/meminfo: memFree=999028/2055920 swapFree=4179028/4192956
[pid=16629] ppid=16627 vsize=13600 CPUtime=21.39
/proc/16629/stat : 16629 (sugar) S 16627 16629 16028 0 -1 4194304 1033 66204 0 2 3 1 2014 121 16 0 1 0 1990354634 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 240916672610 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/16629/statm: 3400 799 370 3 0 500 0
[pid=16652] ppid=16629 vsize=5356 CPUtime=0
/proc/16652/stat : 16652 (sh) S 16629 16629 16028 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1990356822 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 240907772740 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/16652/statm: 1339 232 193 169 0 50 0
[pid=16653] ppid=16652 vsize=287128 CPUtime=89.95
/proc/16653/stat : 16653 (minisat) R 16652 16629 16028 0 -1 4194304 69196 0 0 0 8946 49 0 0 25 0 1 0 1990356823 294019072 69182 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/16653/statm: 71782 69182 76 150 0 71629 0
Current children cumulated CPU time (s) 111.34
Current children cumulated vsize (KiB) 306084

[startup+115.102 s]
/proc/loadavg: 2.03 2.03 2.00 3/83 16655
/proc/meminfo: memFree=998964/2055920 swapFree=4179028/4192956
[pid=16629] ppid=16627 vsize=13600 CPUtime=21.39
/proc/16629/stat : 16629 (sugar) S 16627 16629 16028 0 -1 4194304 1033 66204 0 2 3 1 2014 121 16 0 1 0 1990354634 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 240916672610 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/16629/statm: 3400 799 370 3 0 500 0
[pid=16652] ppid=16629 vsize=5356 CPUtime=0
/proc/16652/stat : 16652 (sh) S 16629 16629 16028 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1990356822 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 240907772740 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/16652/statm: 1339 232 193 169 0 50 0
[pid=16653] ppid=16652 vsize=287128 CPUtime=93.14
/proc/16653/stat : 16653 (minisat) R 16652 16629 16028 0 -1 4194304 69208 0 0 0 9265 49 0 0 25 0 1 0 1990356823 294019072 69194 996147200 134512640 135127466 4294956272 18446744073709551615 134530621 0 0 4096 3 0 0 0 17 0 0 0
/proc/16653/statm: 71782 69194 76 150 0 71629 0
Current children cumulated CPU time (s) 114.53
Current children cumulated vsize (KiB) 306084

[startup+116.702 s]
/proc/loadavg: 2.03 2.03 2.00 3/83 16655
/proc/meminfo: memFree=998900/2055920 swapFree=4179028/4192956
[pid=16629] ppid=16627 vsize=13600 CPUtime=21.39
/proc/16629/stat : 16629 (sugar) S 16627 16629 16028 0 -1 4194304 1033 66204 0 2 3 1 2014 121 16 0 1 0 1990354634 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 240916672610 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/16629/statm: 3400 799 370 3 0 500 0
[pid=16652] ppid=16629 vsize=5356 CPUtime=0
/proc/16652/stat : 16652 (sh) S 16629 16629 16028 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1990356822 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 240907772740 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/16652/statm: 1339 232 193 169 0 50 0
[pid=16653] ppid=16652 vsize=287128 CPUtime=94.74
/proc/16653/stat : 16653 (minisat) R 16652 16629 16028 0 -1 4194304 69211 0 0 0 9425 49 0 0 25 0 1 0 1990356823 294019072 69197 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/16653/statm: 71782 69197 76 150 0 71629 0
Current children cumulated CPU time (s) 116.13
Current children cumulated vsize (KiB) 306084

[startup+117.502 s]
/proc/loadavg: 2.03 2.03 2.00 3/83 16655
/proc/meminfo: memFree=998900/2055920 swapFree=4179028/4192956
[pid=16629] ppid=16627 vsize=13600 CPUtime=21.39
/proc/16629/stat : 16629 (sugar) S 16627 16629 16028 0 -1 4194304 1033 66204 0 2 3 1 2014 121 16 0 1 0 1990354634 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 240916672610 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/16629/statm: 3400 799 370 3 0 500 0
[pid=16652] ppid=16629 vsize=5356 CPUtime=0
/proc/16652/stat : 16652 (sh) S 16629 16629 16028 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1990356822 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 240907772740 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/16652/statm: 1339 232 193 169 0 50 0
[pid=16653] ppid=16652 vsize=287460 CPUtime=95.55
/proc/16653/stat : 16653 (minisat) R 16652 16629 16028 0 -1 4194304 69312 0 0 0 9505 50 0 0 25 0 1 0 1990356823 294359040 69297 996147200 134512640 135127466 4294956272 18446744073709551615 134722990 0 0 4096 3 0 0 0 17 0 0 0
/proc/16653/statm: 71865 69297 82 150 0 71712 0
Current children cumulated CPU time (s) 116.94
Current children cumulated vsize (KiB) 306416

[startup+117.903 s]
/proc/loadavg: 2.03 2.03 2.00 3/87 16661
/proc/meminfo: memFree=1272404/2055920 swapFree=4179028/4192956
[pid=16629] ppid=16627 vsize=13600 CPUtime=117.02
/proc/16629/stat : 16629 (sugar) S 16627 16629 16028 0 -1 4194304 1090 135801 0 2 3 1 11521 177 16 0 1 0 1990354634 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 240916672610 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/16629/statm: 3400 799 370 3 0 500 0
[pid=16656] ppid=16629 vsize=5356 CPUtime=0
/proc/16656/stat : 16656 (sh) S 16629 16629 16028 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1990366390 5484544 233 996147200 4194304 4889804 548682068768 18446744073709551615 240907772740 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/16656/statm: 1339 233 193 169 0 50 0
[pid=16657] ppid=16656 vsize=863980 CPUtime=0.31
/proc/16657/stat : 16657 (java) S 16656 16629 16028 0 -1 0 3545 0 1 0 29 2 0 0 19 0 9 0 1990366391 884715520 3014 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/16657/statm: 215995 3014 1672 9 0 210577 0
[pid=16657/tid=16658] ppid=16656 vsize=863980 CPUtime=0.25
/proc/16657/task/16658/stat : 16658 (java) R 16656 16629 16028 0 -1 64 2477 0 1 0 24 1 0 0 25 0 9 0 1990366392 884715520 3014 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16657/tid=16659] ppid=16656 vsize=863980 CPUtime=0
/proc/16657/task/16659/stat : 16659 (java) S 16656 16629 16028 0 -1 64 76 0 0 0 0 0 0 0 16 0 9 0 1990366393 884715520 3014 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=16657/tid=16660] ppid=16656 vsize=863980 CPUtime=0
/proc/16657/task/16660/stat : 16660 (java) S 16656 16629 16028 0 -1 64 9 0 0 0 0 0 0 0 22 0 9 0 1990366393 884715520 3014 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16657/tid=16661] ppid=16656 vsize=863980 CPUtime=0
/proc/16657/task/16661/stat : 16661 (java) S 16656 16629 16028 0 -1 64 4 0 0 0 0 0 0 0 23 0 9 0 1990366393 884715520 3014 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 117.33
Current children cumulated vsize (KiB) 882936

[startup+118.003 s]
/proc/loadavg: 2.03 2.03 2.00 3/87 16661
/proc/meminfo: memFree=1272404/2055920 swapFree=4179028/4192956
[pid=16629] ppid=16627 vsize=13600 CPUtime=117.38
/proc/16629/stat : 16629 (sugar) R 16627 16629 16028 0 -1 4194304 1120 139703 0 3 3 2 11553 180 16 0 1 0 1990354634 13926400 800 996147200 4194304 4206940 548682068608 18446744073709551615 240907949097 0 0 4224 16386 0 0 0 17 0 0 0
/proc/16629/statm: 3400 800 371 3 0 500 0
Current children cumulated CPU time (s) 117.38
Current children cumulated vsize (KiB) 13600

Child status: 0
Real time (s): 118.057
CPU time (s): 117.464
CPU user time (s): 115.574
CPU system time (s): 1.88971
CPU usage (%): 99.4982
Max. virtual memory (cumulated for all children) (KiB): 912980

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 115.574
system time used= 1.88971
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 140853
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= 8018
involuntary context switches= 8328

runsolver used 0.143978 second user time and 0.418936 second system time

The end

Launcher Data (download as text)

Begin job on node36 at 2008-07-03 21:36:57
IDJOB=1058264
IDBENCH=54117
IDSOLVER=346
FILE ID=node36/1058264-1215113817
PBS_JOBID= 7877132
Free space on /tmp= 66536 MiB

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

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= fa28d59847bbf3c05de00d920280fcee
RANDOM SEED=87987851

node36.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.240
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.240
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:       1402284 kB
Buffers:         43784 kB
Cached:         295424 kB
SwapCached:       7932 kB
Active:         404656 kB
Inactive:       182724 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1402284 kB
SwapTotal:     4192956 kB
SwapFree:      4179028 kB
Dirty:            4324 kB
Writeback:           0 kB
Mapped:         261784 kB
Slab:            51244 kB
Committed_AS:  3989144 kB
PageTables:       2192 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= 66536 MiB
End job on node36 at 2008-07-03 21:38:56