Trace number 1127323

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Sugar++ v1.13+minisat-incMSAT (TO) 3600.14 3619.45

General information on the benchmark

Namemaxcsp/cnf/2-80-1100-2000/
normalized-cnf-2-80-1100-992546_ext.xml
MD5SUMb538b9e1dce582a9f0604a804701a5df
Bench Category2-ARY-EXT (binary constraints in extension)
Best result obtained on this benchmarkMOPT
Best Number of falsified constraints160
Best CPU time to get the best result obtained on this benchmark2121.51
Satisfiable
(Un)Satisfiability was proved
Number of variables80
Number of constraints946
Maximum constraint arity2
Maximum domain size2
Number of constraints which are defined in extension946
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Quality of the solution as a function of time


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

Solver Data (download as text)

0.03/0.07	c 0	Sugar++ v1-13 + HOME/minisat-inc
0.03/0.07	c 0	BEGIN Tue Jul 22 23:12:49 2008
0.03/0.07	c 0	PID 5106
0.03/0.07	c 0	HOST node84.alineos.net
0.03/0.07	c 0	CONVERTING HOME/instance-1127323-1216761169.xml TO HOME/temp.csp
0.03/0.07	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1127323-1216761169.xml' 'HOME/temp.csp'
0.07/0.58	c 1	1 domains, 80 variables, 0 predicates, 12 relations, 946 constraints
0.07/0.59	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.07/0.59	c 1	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -max -incremental -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
0.58/0.70	c 1	Parsing HOME/temp.csp
0.58/0.85	c 1	parsed 1039 expressions
0.58/0.86	c 1	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.58/0.87	c 1	MAX CSP: 946 constraints
0.58/0.87	c 1	Converting to clausal form CSP
0.58/0.92	c 1	converted 199 (10%) expressions
0.58/0.94	c 1	converted 398 (20%) expressions
0.58/0.95	c 1	converted 597 (30%) expressions
0.58/0.96	c 1	converted 796 (40%) expressions
0.58/0.98	c 1	converted 994 (50%) expressions
0.95/1.06	c 1	converted 1193 (60%) expressions
0.95/1.07	c 1	converted 1392 (70%) expressions
0.95/1.07	c 1	converted 1591 (80%) expressions
0.95/1.09	c 1	converted 1790 (90%) expressions
1.14/1.22	c 2	converted 1988 (100%) expressions
1.14/1.22	c 2	CSP : 1972 integers, 0 booleans, 2837 clauses, largest domain size 1420
1.14/1.22	c 2	Heap : 3 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.14/1.22	c 2	Propagation in CSP
1.14/1.27	c 2	940 values, 0 unsatisfiable literals, and 0 valid clauses are removed
1.14/1.28	c 2	CSP : 1972 integers, 0 booleans, 2837 clauses, largest domain size 947
1.14/1.28	c 2	Heap : 2 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.14/1.28	c 2	Simplifing CSP by introducing new Boolean variables
1.14/1.28	c 2	CSP : 1972 integers, 0 booleans, 2837 clauses, largest domain size 947
1.14/1.28	c 2	Heap : 3 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.23/1.32	c 2	Encoding CSP to SAT : HOME/temp.cnf
1.23/1.33	c 2	198 (10%) CSP integer variables are encoded (0 clauses, 64 bytes)
1.23/1.33	c 2	395 (20%) CSP integer variables are encoded (0 clauses, 64 bytes)
1.23/1.34	c 2	592 (30%) CSP integer variables are encoded (0 clauses, 64 bytes)
1.23/1.34	c 2	789 (40%) CSP integer variables are encoded (0 clauses, 64 bytes)
1.23/1.34	c 2	986 (50%) CSP integer variables are encoded (0 clauses, 64 bytes)
1.23/1.35	c 2	1184 (60%) CSP integer variables are encoded (1792 clauses, 23360 bytes)
1.23/1.36	c 2	1381 (70%) CSP integer variables are encoded (9676 clauses, 127956 bytes)
1.23/1.37	c 2	1578 (80%) CSP integer variables are encoded (12614 clauses, 172026 bytes)
1.23/1.37	c 2	1775 (90%) CSP integer variables are encoded (14047 clauses, 193521 bytes)
1.23/1.37	c 2	1972 (100%) CSP integer variables are encoded (16011 clauses, 222981 bytes)
1.34/1.40	c 2	284 (10%) CSP clauses are encoded (16305 clauses, 226800 bytes)
1.34/1.43	c 2	568 (20%) CSP clauses are encoded (16600 clauses, 230802 bytes)
1.34/1.45	c 2	852 (30%) CSP clauses are encoded (16897 clauses, 234868 bytes)
1.34/1.47	c 2	1135 (40%) CSP clauses are encoded (22492 clauses, 331776 bytes)
1.43/1.58	c 2	1419 (50%) CSP clauses are encoded (76683 clauses, 1318828 bytes)
1.93/2.02	c 2	1703 (60%) CSP clauses are encoded (314815 clauses, 5865084 bytes)
3.03/3.17	c 4	1986 (70%) CSP clauses are encoded (937024 clauses, 18809382 bytes)
3.12/3.21	c 4	2270 (80%) CSP clauses are encoded (955492 clauses, 19192264 bytes)
3.12/3.30	c 4	2554 (90%) CSP clauses are encoded (1000578 clauses, 20145048 bytes)
3.42/3.60	c 4	2837 (100%) CSP clauses are encoded (1167661 clauses, 23709011 bytes)
3.42/3.60	c 4	2837 CSP clauses encoded
3.52/3.60	c 4	Writing map file : HOME/temp.map
3.52/3.62	c 4	Heap : 2 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
3.52/3.62	c 4	SAT : 17983 SAT variables, 1167661 SAT clauses, 23709011 bytes
3.52/3.62	c 4	Heap : 2 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
3.52/3.65	c 4	OBJECTIVE minimize _COST
3.52/3.65	c 4	SOLVING HOME/temp.cnf
3.52/3.65	c 4	CMD HOME/minisat-inc -incremental HOME/temp.cnf HOME/temp.out
3.52/3.65	c 4	This is MiniSat 2.0 beta incremental
3.52/3.65	c 4	WARNING: for repeatability, setting FPU to use double precision
3.52/3.65	c 4	============================[ Problem Statistics ]=============================
3.52/3.65	c 4	|                                                                             |
3.52/3.65	c 4	|  Number of variables:  17983                                                |
3.52/3.65	c 4	|  Number of clauses:    1167661                                              |
3.56/4.18	c 5	|  Parsing time:         0.44         s                                       |
3.56/4.20	c 5	OK
3.56/4.20	c 5	OBJECTIVE BOUND: 0 <= _COST <= 
3.56/4.20	c 5	SEARCHING: _COST <= 473
3.56/4.20	c 5	============================[ Search Statistics ]==============================
3.56/4.20	c 5	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
3.56/4.20	c 5	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
3.56/4.20	c 5	===============================================================================
3.56/4.20	c 5	|         0 |   17983  1167661  3453917 |   389220        0    nan |  0.000 % |
4.79/4.92	c 5	===============================================================================
4.79/4.92	c 5	restarts              : 1
4.79/4.92	c 5	conflicts             : 99            (84 /sec)
4.79/4.92	c 5	decisions             : 1301          (0.61 % random) (1105 /sec)
4.79/4.92	c 5	propagations          : 269015         (228401 /sec)
4.79/4.92	c 5	conflict literals     : 2285           (16.15 % deleted)
4.79/4.92	c 5	Memory used           : 50.80 MB
4.79/4.92	c 5	CPU time              : 1.17782 s
4.79/4.92	c 5	
4.79/4.93	c 5	SATISFIABLE
4.79/4.93	c 5	OK
4.79/4.93	c 5	FOUND: _COST <= 473
4.79/4.93	s SATISFIABLE
4.79/4.93	c 5	DECODING HOME/temp.out WITH HOME/temp.map
4.79/4.93	c 5	CMD java -Xmx50M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
4.83/5.34	c 6	Decoding HOME/temp.out
4.95/5.47	c 6	OBJECTIVE _COST 473
4.95/5.47	o 473
4.95/5.48	v 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 0 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1
4.95/5.48	c 6	Heap : 0 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
5.02/5.53	c 6	OK
5.02/5.53	c 6	OBJECTIVE BOUND: 0 <= _COST <= 473
5.02/5.53	c 6	SEARCHING: _COST <= 236
5.02/5.53	c 6	============================[ Search Statistics ]==============================
5.02/5.53	c 6	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
5.02/5.53	c 6	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
5.02/5.53	c 6	===============================================================================
5.02/5.53	c 6	|        99 |   17956  1167661  3453917 |   389220       97     24 |  0.000 % |
5.22/5.73	c 6	|       200 |   17956  1167661  3453917 |   428142      198     27 | 26.465 % |
5.32/5.84	c 6	|       350 |   17956  1167661  3453917 |   470956      348     25 | 26.465 % |
5.72/6.24	c 7	|       575 |   17956  1167661  3453917 |   518052      573     27 | 26.465 % |
5.92/6.48	c 7	|       914 |   17956  1167661  3453917 |   569857      912     26 | 26.465 % |
6.32/6.88	c 7	|      1420 |   17956  1167661  3453917 |   626843     1418     26 | 26.465 % |
7.02/7.51	c 8	|      2179 |   17956  1167661  3453917 |   689527     2177     25 | 26.465 % |
8.22/8.75	c 9	|      3318 |   17956  1167661  3453917 |   758480     3316     28 | 26.465 % |
10.10/10.65	c 11	|      5026 |   17956  1167661  3453917 |   834328     5024     29 | 26.465 % |
13.88/14.41	c 15	|      7590 |   17956  1167661  3453917 |   917761     7588     37 | 26.465 % |
18.26/18.88	c 19	|     11434 |   13224   741436  2189064 |  1009537    11431     39 | 26.465 % |
24.14/24.74	c 25	|     17200 |   13224   741436  2189064 |  1110491    17197     40 | 26.465 % |
31.20/31.81	c 32	|     25849 |   13224   741436  2189064 |  1221540    25846     39 | 26.465 % |
44.57/45.23	c 46	|     38825 |   13224   741436  2189064 |  1343694    38822     41 | 26.465 % |
68.06/68.74	c 69	|     58287 |   13224   741436  2189064 |  1478063    58284     44 | 26.465 % |
107.45/108.10	c 108	|     87479 |   13224   741436  2189064 |  1625869    87476     45 | 26.465 % |
108.85/109.59	c 110	===============================================================================
108.85/109.59	c 110	restarts              : 17
108.85/109.59	c 110	conflicts             : 88503         (843 /sec)
108.85/109.59	c 110	decisions             : 117127        (0.63 % random) (1115 /sec)
108.85/109.59	c 110	propagations          : 55134715       (524907 /sec)
108.85/109.59	c 110	conflict literals     : 3980178        (21.46 % deleted)
108.85/109.59	c 110	Memory used           : 60.22 MB
108.85/109.59	c 110	CPU time              : 105.037 s
108.85/109.59	c 110	
108.85/109.59	c 110	SATISFIABLE
108.85/109.59	c 110	OK
108.85/109.59	c 110	FOUND: _COST <= 236
108.85/109.59	c 110	DECODING HOME/temp.out WITH HOME/temp.map
108.85/109.59	c 110	CMD java -Xmx50M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
108.95/109.68	c 110	Decoding HOME/temp.out
108.95/109.82	c 110	OBJECTIVE _COST 236
108.95/109.82	o 236
108.95/109.82	v 0 1 0 1 1 1 0 1 1 0 0 1 1 0 1 1 0 1 1 0 1 1 1 0 1 1 0 1 1 1 0 0 0 0 1 1 0 1 1 1 0 0 0 0 0 1 1 1 1 1 0 1 1 1 1 0 1 0 0 0 1 1 0 0 0 0 0 1 1 1 0 1 0 1 0 0 0 1 1 1
108.95/109.83	c 110	Heap : 0 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
109.30/110.06	c 110	OK
109.30/110.06	c 110	OBJECTIVE BOUND: 0 <= _COST <= 236
109.30/110.06	c 110	SEARCHING: _COST <= 118
109.30/110.06	c 110	============================[ Search Statistics ]==============================
109.30/110.06	c 110	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
109.30/110.06	c 110	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
109.30/110.06	c 110	===============================================================================
109.30/110.06	c 110	|     88503 |   10609   479782  1411710 |   159927    88440     45 | 26.465 % |
109.59/110.31	c 111	|     88603 |   10609   479782  1411710 |   175920    88540     45 | 41.006 % |
109.69/110.48	c 111	|     88754 |   10609   479782  1411710 |   193512    88691     45 | 41.006 % |
109.99/110.73	c 111	|     88980 |   10609   479782  1411710 |   212863    88917     45 | 41.006 % |
110.49/111.23	c 112	|     89317 |   10609   479782  1411710 |   234149    89253     45 | 41.100 % |
111.29/112.01	c 112	|     89824 |   10609   479782  1411710 |   257564    89760     45 | 41.100 % |
112.19/112.91	c 113	|     90583 |   10609   479782  1411710 |   283321    90519     44 | 41.100 % |
113.49/114.27	c 115	|     91722 |   10609   479782  1411710 |   311653    91658     44 | 41.100 % |
115.29/116.09	c 116	|     93430 |   10609   479782  1411710 |   342818    93366     44 | 41.100 % |
118.09/118.89	c 119	|     95992 |   10609   479782  1411710 |   377100    95928     43 | 41.100 % |
122.59/123.35	c 124	|     99838 |   10609   479782  1411710 |   414810    99774     42 | 41.100 % |
129.18/129.97	c 130	|    105604 |   10592   478092  1406700 |   456291   105540     42 | 41.100 % |
138.58/139.34	c 140	|    114253 |   10592   478092  1406700 |   501920   114189     41 | 41.100 % |
153.18/153.93	c 154	|    127227 |   10592   478092  1406700 |   552112   127163     39 | 41.100 % |
177.06/177.88	c 178	|    146689 |   10576   476663  1402470 |   607323   146624     37 | 41.189 % |
220.85/221.61	c 222	|    175882 |   10576   476663  1402470 |   668056   175817     35 | 41.189 % |
302.52/303.30	c 304	|    219673 |   10576   476663  1402470 |   734861   219608     33 | 41.189 % |
440.67/441.52	c 442	|    285357 |   10576   476663  1402470 |   808347   285292     32 | 41.189 % |
730.86/731.84	c 732	|    383883 |   10576   476663  1402470 |   889182   383818     31 | 41.189 % |
1267.27/1268.41	c 1269	|    531673 |   10576   476663  1402470 |   978101   531608     32 | 41.189 % |
2228.32/2236.96	c 2237	|    753357 |   10576   476663  1402470 |  1075911   753292     33 | 41.189 % |
3600.06/3619.41	c ERROR INTERRUPTED
3600.06/3619.45	c 3620	CPU 3599.06 (0.06 0.03 3599 1.02)
3600.06/3619.45	c 3620	END Wed Jul 23 00:13:09 2008

Verifier Data (download as text)

OK	206	740
206 unsatisfied constraints, 740 satisfied constraints

Watcher Data (download as text)

runsolver version 3.2.5 (c) roussel@cril.univ-artois.fr

command line: /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1127323-1216761169/watcher-1127323-1216761169 -o /tmp/evaluation-result-1127323-1216761169/solver-1127323-1216761169 -C 3600 -W 4000 -M 900 --output-limit 1,15 HOME/sugar++ -max -incremental -c -vv -java=java -Xmx700M -decjava=java -Xmx50M -jar=HOME/sugar-v1-13.jar -solver=HOME/minisat-inc -tmp=HOME/temp HOME/instance-1127323-1216761169.xml 

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


[startup+0 s]
/proc/loadavg: 2.00 2.00 1.98 4/75 5106
/proc/meminfo: memFree=1467656/2055920 swapFree=4192956/4192956
[pid=5106] ppid=5104 vsize=12272 CPUtime=0
/proc/5106/stat : 5106 (sugar++) R 5104 5106 4949 0 -1 4194304 356 0 0 0 0 0 0 0 18 0 1 0 3201828 12566528 324 996147200 4194304 4206940 548682068528 18446744073709551615 243678969840 0 0 4224 0 0 0 0 17 0 0 0
/proc/5106/statm: 3068 326 245 3 0 168 0

[startup+0.043666 s]
/proc/loadavg: 2.00 2.00 1.98 4/75 5106
/proc/meminfo: memFree=1467656/2055920 swapFree=4192956/4192956
[pid=5106] ppid=5104 vsize=13600 CPUtime=0.03
/proc/5106/stat : 5106 (sugar++) R 5104 5106 4949 0 -1 4194304 784 0 0 0 2 1 0 0 18 0 1 0 3201828 13926400 752 996147200 4194304 4206940 548682068528 18446744073709551615 243674427634 0 0 4224 0 0 0 0 17 0 0 0
/proc/5106/statm: 3400 752 338 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.105677 s]
/proc/loadavg: 2.00 2.00 1.98 4/75 5106
/proc/meminfo: memFree=1467656/2055920 swapFree=4192956/4192956
[pid=5106] ppid=5104 vsize=16740 CPUtime=0.07
/proc/5106/stat : 5106 (sugar++) S 5104 5106 4949 0 -1 4194304 1219 128 0 0 5 2 0 0 18 0 1 0 3201828 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 243674427490 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/5106/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16740

[startup+0.301685 s]
/proc/loadavg: 2.00 2.00 1.98 4/75 5106
/proc/meminfo: memFree=1467656/2055920 swapFree=4192956/4192956
[pid=5106] ppid=5104 vsize=16740 CPUtime=0.07
/proc/5106/stat : 5106 (sugar++) S 5104 5106 4949 0 -1 4194304 1219 128 0 0 5 2 0 0 18 0 1 0 3201828 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 243674427490 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/5106/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16740

[startup+0.701735 s]
/proc/loadavg: 2.00 2.00 1.98 4/75 5106
/proc/meminfo: memFree=1467656/2055920 swapFree=4192956/4192956
[pid=5106] ppid=5104 vsize=16740 CPUtime=0.58
/proc/5106/stat : 5106 (sugar++) S 5104 5106 4949 0 -1 4194304 1279 4537 0 1 5 2 47 4 16 0 1 0 3201828 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 243674427490 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5106/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.58
Current children cumulated vsize (KiB) 16740

[startup+1.50182 s]
/proc/loadavg: 2.00 2.00 1.98 4/86 5128
/proc/meminfo: memFree=1457136/2055920 swapFree=4192956/4192956
[pid=5106] ppid=5104 vsize=16740 CPUtime=0.58
/proc/5106/stat : 5106 (sugar++) S 5104 5106 4949 0 -1 4194304 1297 4537 0 1 5 2 47 4 15 0 1 0 3201828 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 243674427490 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/5106/statm: 4185 1104 409 3 0 764 0
[pid=5119] ppid=5106 vsize=5356 CPUtime=0
/proc/5119/stat : 5119 (sh) S 5106 5106 4949 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 3201888 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 243665527620 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/5119/statm: 1339 233 193 169 0 50 0
[pid=5120] ppid=5119 vsize=868484 CPUtime=0.85
/proc/5120/stat : 5120 (java) S 5119 5106 4949 0 -1 0 6776 0 1 0 81 4 0 0 20 0 9 0 3201888 889327616 5986 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/5120/statm: 217121 5986 2563 9 0 211668 0
[pid=5120/tid=5121] ppid=5119 vsize=868484 CPUtime=0.5
/proc/5120/task/5121/stat : 5121 (java) R 5119 5106 4949 0 -1 64 2739 0 1 0 48 2 0 0 25 0 9 0 3201889 889327616 5986 996147200 134512640 134550740 4294955920 18446744073709551615 102064687 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5120/tid=5122] ppid=5119 vsize=868484 CPUtime=0.08
/proc/5120/task/5122/stat : 5122 (java) S 5119 5106 4949 0 -1 64 1850 0 0 0 8 0 0 0 16 0 9 0 3201890 889327616 5986 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=5120/tid=5123] ppid=5119 vsize=868484 CPUtime=0
/proc/5120/task/5123/stat : 5123 (java) S 5119 5106 4949 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 3201890 889327616 5986 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5120/tid=5124] ppid=5119 vsize=868484 CPUtime=0
/proc/5120/task/5124/stat : 5124 (java) S 5119 5106 4949 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 3201890 889327616 5986 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5120/tid=5125] ppid=5119 vsize=868484 CPUtime=0
/proc/5120/task/5125/stat : 5125 (java) S 5119 5106 4949 0 -1 64 1 0 0 0 0 0 0 0 23 0 9 0 3201895 889327616 5986 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5120/tid=5126] ppid=5119 vsize=868484 CPUtime=0.25
/proc/5120/task/5126/stat : 5126 (java) S 5119 5106 4949 0 -1 64 1493 0 0 0 25 0 0 0 16 0 9 0 3201895 889327616 5986 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5120/tid=5127] ppid=5119 vsize=868484 CPUtime=0
/proc/5120/task/5127/stat : 5127 (java) S 5119 5106 4949 0 -1 64 2 0 0 0 0 0 0 0 24 0 9 0 3201895 889327616 5986 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5120/tid=5128] ppid=5119 vsize=868484 CPUtime=0
/proc/5120/task/5128/stat : 5128 (java) S 5119 5106 4949 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 3201895 889327616 5986 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.43
Current children cumulated vsize (KiB) 890580

[startup+3.10198 s]
/proc/loadavg: 2.00 2.00 1.98 4/86 5128
/proc/meminfo: memFree=1443512/2055920 swapFree=4192956/4192956
[pid=5106] ppid=5104 vsize=16740 CPUtime=0.58
/proc/5106/stat : 5106 (sugar++) S 5104 5106 4949 0 -1 4194304 1297 4537 0 1 5 2 47 4 15 0 1 0 3201828 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 243674427490 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/5106/statm: 4185 1104 409 3 0 764 0
[pid=5119] ppid=5106 vsize=5356 CPUtime=0
/proc/5119/stat : 5119 (sh) S 5106 5106 4949 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 3201888 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 243665527620 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/5119/statm: 1339 233 193 169 0 50 0
[pid=5120] ppid=5119 vsize=868484 CPUtime=2.45
/proc/5120/stat : 5120 (java) S 5119 5106 4949 0 -1 0 7272 0 1 0 228 17 0 0 20 0 9 0 3201888 889327616 5994 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/5120/statm: 217121 5994 2563 9 0 211668 0
[pid=5120/tid=5121] ppid=5119 vsize=868484 CPUtime=1.9
/proc/5120/task/5121/stat : 5121 (java) R 5119 5106 4949 0 -1 64 3227 0 1 0 179 11 0 0 25 0 9 0 3201889 889327616 5994 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5120/tid=5122] ppid=5119 vsize=868484 CPUtime=0.25
/proc/5120/task/5122/stat : 5122 (java) S 5119 5106 4949 0 -1 64 1850 0 0 0 22 3 0 0 16 0 9 0 3201890 889327616 5994 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=5120/tid=5123] ppid=5119 vsize=868484 CPUtime=0
/proc/5120/task/5123/stat : 5123 (java) S 5119 5106 4949 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 3201890 889327616 5994 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5120/tid=5124] ppid=5119 vsize=868484 CPUtime=0
/proc/5120/task/5124/stat : 5124 (java) S 5119 5106 4949 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 3201890 889327616 5994 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5120/tid=5125] ppid=5119 vsize=868484 CPUtime=0
/proc/5120/task/5125/stat : 5125 (java) S 5119 5106 4949 0 -1 64 1 0 0 0 0 0 0 0 23 0 9 0 3201895 889327616 5994 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5120/tid=5126] ppid=5119 vsize=868484 CPUtime=0.26
/proc/5120/task/5126/stat : 5126 (java) S 5119 5106 4949 0 -1 64 1501 0 0 0 26 0 0 0 16 0 9 0 3201895 889327616 5994 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5120/tid=5127] ppid=5119 vsize=868484 CPUtime=0
/proc/5120/task/5127/stat : 5127 (java) S 5119 5106 4949 0 -1 64 2 0 0 0 0 0 0 0 24 0 9 0 3201895 889327616 5994 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5120/tid=5128] ppid=5119 vsize=868484 CPUtime=0
/proc/5120/task/5128/stat : 5128 (java) S 5119 5106 4949 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 3201895 889327616 5994 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.03
Current children cumulated vsize (KiB) 890580

[startup+6.3013 s]
/proc/loadavg: 2.00 2.00 1.98 3/87 5139
/proc/meminfo: memFree=1384496/2055920 swapFree=4192956/4192956
[pid=5106] ppid=5104 vsize=16872 CPUtime=3.78
/proc/5106/stat : 5106 (sugar++) S 5104 5106 4949 0 -1 4194304 1573 16150 0 3 5 2 343 28 15 0 1 0 3201828 17276928 1139 996147200 4194304 4206940 548682068528 18446744073709551615 243674427490 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5106/statm: 4218 1139 414 3 0 797 0
[pid=5129] ppid=5106 vsize=52676 CPUtime=2.04
/proc/5129/stat : 5129 (minisat-inc) R 5106 5106 4949 0 -1 4194304 12730 0 0 0 195 9 0 0 22 0 1 0 3202193 53940224 12676 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/5129/statm: 13169 12676 80 151 0 13015 0
Current children cumulated CPU time (s) 5.82
Current children cumulated vsize (KiB) 69548

[startup+12.702 s]
/proc/loadavg: 2.00 2.00 1.98 3/77 5139
/proc/meminfo: memFree=1388672/2055920 swapFree=4192956/4192956
[pid=5106] ppid=5104 vsize=16872 CPUtime=3.79
/proc/5106/stat : 5106 (sugar++) S 5104 5106 4949 0 -1 4194304 1573 16150 0 3 6 2 343 28 16 0 1 0 3201828 17276928 1139 996147200 4194304 4206940 548682068528 18446744073709551615 243674427490 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5106/statm: 4218 1139 414 3 0 797 0
[pid=5129] ppid=5106 vsize=53476 CPUtime=8.4
/proc/5129/stat : 5129 (minisat-inc) R 5106 5106 4949 0 -1 4194304 12923 0 0 0 831 9 0 0 25 0 1 0 3202193 54759424 12869 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/5129/statm: 13369 12869 80 151 0 13215 0
Current children cumulated CPU time (s) 12.19
Current children cumulated vsize (KiB) 70348

[startup+25.5022 s]
/proc/loadavg: 2.00 2.00 1.98 2/73 5140
/proc/meminfo: memFree=1541536/2055920 swapFree=4192956/4192956
[pid=5106] ppid=5104 vsize=16872 CPUtime=3.79
/proc/5106/stat : 5106 (sugar++) S 5104 5106 4949 0 -1 4194304 1573 16150 0 3 6 2 343 28 16 0 1 0 3201828 17276928 1139 996147200 4194304 4206940 548682068528 18446744073709551615 243674427490 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5106/statm: 4218 1139 414 3 0 797 0
[pid=5129] ppid=5106 vsize=53912 CPUtime=21.15
/proc/5129/stat : 5129 (minisat-inc) R 5106 5106 4949 0 -1 4194304 13019 0 0 0 2106 9 0 0 25 0 1 0 3202193 55205888 12965 996147200 134512640 135134323 4294956192 18446744073709551615 134531932 0 0 4096 3 0 0 0 17 0 0 0
/proc/5129/statm: 13478 12965 80 151 0 13324 0
Current children cumulated CPU time (s) 24.94
Current children cumulated vsize (KiB) 70784

[startup+51.1029 s]
/proc/loadavg: 2.07 2.02 1.99 3/77 5202
/proc/meminfo: memFree=1466952/2055920 swapFree=4192956/4192956
[pid=5106] ppid=5104 vsize=16872 CPUtime=3.79
/proc/5106/stat : 5106 (sugar++) S 5104 5106 4949 0 -1 4194304 1573 16150 0 3 6 2 343 28 16 0 1 0 3201828 17276928 1139 996147200 4194304 4206940 548682068528 18446744073709551615 243674427490 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/5106/statm: 4218 1139 414 3 0 797 0
[pid=5129] ppid=5106 vsize=54108 CPUtime=46.68
/proc/5129/stat : 5129 (minisat-inc) R 5106 5106 4949 0 -1 4194304 13084 0 0 0 4658 10 0 0 25 0 1 0 3202193 55406592 13022 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/5129/statm: 13527 13022 80 151 0 13373 0
Current children cumulated CPU time (s) 50.47
Current children cumulated vsize (KiB) 70980

[startup+102.307 s]
/proc/loadavg: 2.03 2.01 1.99 3/77 5202
/proc/meminfo: memFree=1460552/2055920 swapFree=4192956/4192956
[pid=5106] ppid=5104 vsize=16872 CPUtime=3.79
/proc/5106/stat : 5106 (sugar++) S 5104 5106 4949 0 -1 4194304 1573 16150 0 3 6 2 343 28 16 0 1 0 3201828 17276928 1139 996147200 4194304 4206940 548682068528 18446744073709551615 243674427490 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/5106/statm: 4218 1139 414 3 0 797 0
[pid=5129] ppid=5106 vsize=60444 CPUtime=97.87
/proc/5129/stat : 5129 (minisat-inc) R 5106 5106 4949 0 -1 4194304 14672 0 0 0 9775 12 0 0 25 0 1 0 3202193 61894656 14610 996147200 134512640 135134323 4294956192 18446744073709551615 134528238 0 0 4096 3 0 0 0 17 0 0 0
/proc/5129/statm: 15111 14610 80 151 0 14957 0
Current children cumulated CPU time (s) 101.66
Current children cumulated vsize (KiB) 77316

[startup+162.302 s]
/proc/loadavg: 2.01 2.00 1.99 3/77 5212
/proc/meminfo: memFree=1449608/2055920 swapFree=4192956/4192956
[pid=5106] ppid=5104 vsize=16872 CPUtime=4
/proc/5106/stat : 5106 (sugar++) S 5104 5106 4949 0 -1 4194304 1643 20031 0 4 6 2 362 30 16 0 1 0 3201828 17276928 1139 996147200 4194304 4206940 548682068528 18446744073709551615 243674427490 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/5106/statm: 4218 1139 414 3 0 797 0
[pid=5129] ppid=5106 vsize=62528 CPUtime=157.57
/proc/5129/stat : 5129 (minisat-inc) R 5106 5106 4949 0 -1 4194304 15178 0 0 0 15745 12 0 0 25 0 1 0 3202193 64028672 15114 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/5129/statm: 15632 15114 80 151 0 15478 0
Current children cumulated CPU time (s) 161.57
Current children cumulated vsize (KiB) 79400

[startup+222.302 s]
/proc/loadavg: 2.00 2.00 1.99 3/77 5212
/proc/meminfo: memFree=1435912/2055920 swapFree=4192956/4192956
[pid=5106] ppid=5104 vsize=16872 CPUtime=4
/proc/5106/stat : 5106 (sugar++) S 5104 5106 4949 0 -1 4194304 1643 20031 0 4 6 2 362 30 16 0 1 0 3201828 17276928 1139 996147200 4194304 4206940 548682068528 18446744073709551615 243674427490 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/5106/statm: 4218 1139 414 3 0 797 0
[pid=5129] ppid=5106 vsize=67948 CPUtime=217.54
/proc/5129/stat : 5129 (minisat-inc) R 5106 5106 4949 0 -1 4194304 16486 0 0 0 21740 14 0 0 25 0 1 0 3202193 69578752 16422 996147200 134512640 135134323 4294956192 18446744073709551615 134531900 0 0 4096 3 0 0 0 17 0 0 0
/proc/5129/statm: 16987 16422 80 151 0 16833 0
Current children cumulated CPU time (s) 221.54

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

[pid=5129] ppid=5106 vsize=187760 CPUtime=2844.82
/proc/5129/stat : 5129 (minisat-inc) R 5106 5106 4949 0 -1 4194304 45850 0 0 0 284423 59 0 0 25 0 1 0 3202193 192266240 45786 996147200 134512640 135134323 4294956192 18446744073709551615 134531932 0 0 4096 3 0 0 0 17 1 0 0
/proc/5129/statm: 46940 45786 80 151 0 46786 0
Current children cumulated CPU time (s) 2848.83
Current children cumulated vsize (KiB) 204632

[startup+2922.3 s]
/proc/loadavg: 2.11 2.12 2.03 3/77 5232
/proc/meminfo: memFree=1259464/2055920 swapFree=4192956/4192956
[pid=5106] ppid=5104 vsize=16872 CPUtime=4.01
/proc/5106/stat : 5106 (sugar++) S 5104 5106 4949 0 -1 4194304 1643 20031 0 4 6 3 362 30 16 0 1 0 3201828 17276928 1139 996147200 4194304 4206940 548682068528 18446744073709551615 243674427490 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5106/statm: 4218 1139 414 3 0 797 0
[pid=5129] ppid=5106 vsize=189820 CPUtime=2904.36
/proc/5129/stat : 5129 (minisat-inc) R 5106 5106 4949 0 -1 4194304 46388 0 0 0 290376 60 0 0 25 0 1 0 3202193 194375680 46324 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/5129/statm: 47455 46324 80 151 0 47301 0
Current children cumulated CPU time (s) 2908.37
Current children cumulated vsize (KiB) 206692

[startup+2982.3 s]
/proc/loadavg: 2.04 2.10 2.03 3/77 5232
/proc/meminfo: memFree=1257352/2055920 swapFree=4192956/4192956
[pid=5106] ppid=5104 vsize=16872 CPUtime=4.01
/proc/5106/stat : 5106 (sugar++) S 5104 5106 4949 0 -1 4194304 1643 20031 0 4 6 3 362 30 16 0 1 0 3201828 17276928 1139 996147200 4194304 4206940 548682068528 18446744073709551615 243674427490 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5106/statm: 4218 1139 414 3 0 797 0
[pid=5129] ppid=5106 vsize=191952 CPUtime=2963.9
/proc/5129/stat : 5129 (minisat-inc) R 5106 5106 4949 0 -1 4194304 46908 0 0 0 296329 61 0 0 25 0 1 0 3202193 196558848 46844 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/5129/statm: 47988 46844 80 151 0 47834 0
Current children cumulated CPU time (s) 2967.91
Current children cumulated vsize (KiB) 208824

[startup+3042.3 s]
/proc/loadavg: 2.01 2.08 2.02 3/77 5232
/proc/meminfo: memFree=1255048/2055920 swapFree=4192956/4192956
[pid=5106] ppid=5104 vsize=16872 CPUtime=4.01
/proc/5106/stat : 5106 (sugar++) S 5104 5106 4949 0 -1 4194304 1643 20031 0 4 6 3 362 30 16 0 1 0 3201828 17276928 1139 996147200 4194304 4206940 548682068528 18446744073709551615 243674427490 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5106/statm: 4218 1139 414 3 0 797 0
[pid=5129] ppid=5106 vsize=194444 CPUtime=3023.43
/proc/5129/stat : 5129 (minisat-inc) R 5106 5106 4949 0 -1 4194304 47484 0 0 0 302282 61 0 0 25 0 1 0 3202193 199110656 47420 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/5129/statm: 48611 47420 80 151 0 48457 0
Current children cumulated CPU time (s) 3027.44
Current children cumulated vsize (KiB) 211316

[startup+3102.3 s]
/proc/loadavg: 2.00 2.06 2.02 3/77 5232
/proc/meminfo: memFree=1253000/2055920 swapFree=4192956/4192956
[pid=5106] ppid=5104 vsize=16872 CPUtime=4.01
/proc/5106/stat : 5106 (sugar++) S 5104 5106 4949 0 -1 4194304 1643 20031 0 4 6 3 362 30 16 0 1 0 3201828 17276928 1139 996147200 4194304 4206940 548682068528 18446744073709551615 243674427490 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5106/statm: 4218 1139 414 3 0 797 0
[pid=5129] ppid=5106 vsize=196292 CPUtime=3082.98
/proc/5129/stat : 5129 (minisat-inc) R 5106 5106 4949 0 -1 4194304 47968 0 0 0 308236 62 0 0 25 0 1 0 3202193 201003008 47904 996147200 134512640 135134323 4294956192 18446744073709551615 134531958 0 0 4096 3 0 0 0 17 1 0 0
/proc/5129/statm: 49073 47904 80 151 0 48919 0
Current children cumulated CPU time (s) 3086.99
Current children cumulated vsize (KiB) 213164

[startup+3162.3 s]
/proc/loadavg: 2.00 2.05 2.01 3/77 5232
/proc/meminfo: memFree=1250632/2055920 swapFree=4192956/4192956
[pid=5106] ppid=5104 vsize=16872 CPUtime=4.01
/proc/5106/stat : 5106 (sugar++) S 5104 5106 4949 0 -1 4194304 1643 20031 0 4 6 3 362 30 16 0 1 0 3201828 17276928 1139 996147200 4194304 4206940 548682068528 18446744073709551615 243674427490 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5106/statm: 4218 1139 414 3 0 797 0
[pid=5129] ppid=5106 vsize=198496 CPUtime=3142.51
/proc/5129/stat : 5129 (minisat-inc) R 5106 5106 4949 0 -1 4194304 48517 0 0 0 314188 63 0 0 25 0 1 0 3202193 203259904 48453 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/5129/statm: 49624 48453 80 151 0 49470 0
Current children cumulated CPU time (s) 3146.52
Current children cumulated vsize (KiB) 215368

[startup+3222.3 s]
/proc/loadavg: 2.00 2.04 2.00 3/77 5232
/proc/meminfo: memFree=1248776/2055920 swapFree=4192956/4192956
[pid=5106] ppid=5104 vsize=16872 CPUtime=4.01
/proc/5106/stat : 5106 (sugar++) S 5104 5106 4949 0 -1 4194304 1643 20031 0 4 6 3 362 30 16 0 1 0 3201828 17276928 1139 996147200 4194304 4206940 548682068528 18446744073709551615 243674427490 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5106/statm: 4218 1139 414 3 0 797 0
[pid=5129] ppid=5106 vsize=200232 CPUtime=3202.05
/proc/5129/stat : 5129 (minisat-inc) R 5106 5106 4949 0 -1 4194304 48956 0 0 0 320141 64 0 0 25 0 1 0 3202193 205037568 48892 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/5129/statm: 50058 48892 80 151 0 49904 0
Current children cumulated CPU time (s) 3206.06
Current children cumulated vsize (KiB) 217104

[startup+3282.3 s]
/proc/loadavg: 2.00 2.03 2.00 3/77 5232
/proc/meminfo: memFree=1246984/2055920 swapFree=4192956/4192956
[pid=5106] ppid=5104 vsize=16872 CPUtime=4.01
/proc/5106/stat : 5106 (sugar++) S 5104 5106 4949 0 -1 4194304 1643 20031 0 4 6 3 362 30 16 0 1 0 3201828 17276928 1139 996147200 4194304 4206940 548682068528 18446744073709551615 243674427490 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5106/statm: 4218 1139 414 3 0 797 0
[pid=5129] ppid=5106 vsize=201948 CPUtime=3261.59
/proc/5129/stat : 5129 (minisat-inc) R 5106 5106 4949 0 -1 4194304 49381 0 0 0 326094 65 0 0 25 0 1 0 3202193 206794752 49317 996147200 134512640 135134323 4294956192 18446744073709551615 134531900 0 0 4096 3 0 0 0 17 1 0 0
/proc/5129/statm: 50487 49317 80 151 0 50333 0
Current children cumulated CPU time (s) 3265.6
Current children cumulated vsize (KiB) 218820

[startup+3342.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/77 5232
/proc/meminfo: memFree=1245192/2055920 swapFree=4192956/4192956
[pid=5106] ppid=5104 vsize=16872 CPUtime=4.01
/proc/5106/stat : 5106 (sugar++) S 5104 5106 4949 0 -1 4194304 1643 20031 0 4 6 3 362 30 16 0 1 0 3201828 17276928 1139 996147200 4194304 4206940 548682068528 18446744073709551615 243674427490 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5106/statm: 4218 1139 414 3 0 797 0
[pid=5129] ppid=5106 vsize=203932 CPUtime=3321.12
/proc/5129/stat : 5129 (minisat-inc) R 5106 5106 4949 0 -1 4194304 49828 0 0 0 332046 66 0 0 25 0 1 0 3202193 208826368 49764 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/5129/statm: 50983 49764 80 151 0 50829 0
Current children cumulated CPU time (s) 3325.13
Current children cumulated vsize (KiB) 220804

[startup+3402.31 s]
/proc/loadavg: 2.00 2.02 2.00 3/77 5232
/proc/meminfo: memFree=1242440/2055920 swapFree=4192956/4192956
[pid=5106] ppid=5104 vsize=16872 CPUtime=4.01
/proc/5106/stat : 5106 (sugar++) S 5104 5106 4949 0 -1 4194304 1643 20031 0 4 6 3 362 30 16 0 1 0 3201828 17276928 1139 996147200 4194304 4206940 548682068528 18446744073709551615 243674427490 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5106/statm: 4218 1139 414 3 0 797 0
[pid=5129] ppid=5106 vsize=206236 CPUtime=3380.65
/proc/5129/stat : 5129 (minisat-inc) R 5106 5106 4949 0 -1 4194304 50380 0 0 0 337999 66 0 0 25 0 1 0 3202193 211185664 50316 996147200 134512640 135134323 4294956192 18446744073709551615 134532059 0 0 4096 3 0 0 0 17 1 0 0
/proc/5129/statm: 51559 50316 80 151 0 51405 0
Current children cumulated CPU time (s) 3384.66
Current children cumulated vsize (KiB) 223108

[startup+3462.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/77 5232
/proc/meminfo: memFree=1240264/2055920 swapFree=4192956/4192956
[pid=5106] ppid=5104 vsize=16872 CPUtime=4.01
/proc/5106/stat : 5106 (sugar++) S 5104 5106 4949 0 -1 4194304 1643 20031 0 4 6 3 362 30 16 0 1 0 3201828 17276928 1139 996147200 4194304 4206940 548682068528 18446744073709551615 243674427490 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5106/statm: 4218 1139 414 3 0 797 0
[pid=5129] ppid=5106 vsize=207972 CPUtime=3440.19
/proc/5129/stat : 5129 (minisat-inc) R 5106 5106 4949 0 -1 4194304 50848 0 0 0 343953 66 0 0 25 0 1 0 3202193 212963328 50784 996147200 134512640 135134323 4294956192 18446744073709551615 134530224 0 0 4096 3 0 0 0 17 1 0 0
/proc/5129/statm: 51993 50784 80 151 0 51839 0
Current children cumulated CPU time (s) 3444.2
Current children cumulated vsize (KiB) 224844

[startup+3522.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/77 5232
/proc/meminfo: memFree=1238472/2055920 swapFree=4192956/4192956
[pid=5106] ppid=5104 vsize=16872 CPUtime=4.01
/proc/5106/stat : 5106 (sugar++) S 5104 5106 4949 0 -1 4194304 1643 20031 0 4 6 3 362 30 16 0 1 0 3201828 17276928 1139 996147200 4194304 4206940 548682068528 18446744073709551615 243674427490 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5106/statm: 4218 1139 414 3 0 797 0
[pid=5129] ppid=5106 vsize=209556 CPUtime=3499.72
/proc/5129/stat : 5129 (minisat-inc) R 5106 5106 4949 0 -1 4194304 51262 0 0 0 349905 67 0 0 25 0 1 0 3202193 214585344 51198 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/5129/statm: 52389 51198 80 151 0 52235 0
Current children cumulated CPU time (s) 3503.73
Current children cumulated vsize (KiB) 226428

[startup+3582.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/77 5232
/proc/meminfo: memFree=1236488/2055920 swapFree=4192956/4192956
[pid=5106] ppid=5104 vsize=16872 CPUtime=4.01
/proc/5106/stat : 5106 (sugar++) S 5104 5106 4949 0 -1 4194304 1643 20031 0 4 6 3 362 30 16 0 1 0 3201828 17276928 1139 996147200 4194304 4206940 548682068528 18446744073709551615 243674427490 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5106/statm: 4218 1139 414 3 0 797 0
[pid=5129] ppid=5106 vsize=211272 CPUtime=3559.25
/proc/5129/stat : 5129 (minisat-inc) R 5106 5106 4949 0 -1 4194304 51693 0 0 0 355857 68 0 0 25 0 1 0 3202193 216342528 51629 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/5129/statm: 52818 51629 80 151 0 52664 0
Current children cumulated CPU time (s) 3563.26
Current children cumulated vsize (KiB) 228144



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3619.4 s]
/proc/loadavg: 2.00 2.00 2.00 3/77 5232
/proc/meminfo: memFree=1235464/2055920 swapFree=4192956/4192956
[pid=5106] ppid=5104 vsize=16872 CPUtime=4.01
/proc/5106/stat : 5106 (sugar++) S 5104 5106 4949 0 -1 4194304 1643 20031 0 4 6 3 362 30 16 0 1 0 3201828 17276928 1139 996147200 4194304 4206940 548682068528 18446744073709551615 243674427490 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5106/statm: 4218 1139 414 3 0 797 0
[pid=5129] ppid=5106 vsize=212328 CPUtime=3596.05
/proc/5129/stat : 5129 (minisat-inc) R 5106 5106 4949 0 -1 4194304 51961 0 0 0 359537 68 0 0 25 0 1 0 3202193 217423872 51897 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/5129/statm: 53082 51897 80 151 0 52928 0
Current children cumulated CPU time (s) 3600.06
Current children cumulated vsize (KiB) 229200

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

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

Child status: 0
Real time (s): 3619.45
CPU time (s): 3600.14
CPU user time (s): 3599.07
CPU system time (s): 1.07184
CPU usage (%): 99.4664
Max. virtual memory (cumulated for all children) (KiB): 890580

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3599.07
system time used= 1.07184
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 73714
page faults= 4
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 6967
involuntary context switches= 61550

runsolver used 3.59045 second user time and 9.95749 second system time

The end

Launcher Data (download as text)

Begin job on node84 at 2008-07-22 23:12:49
IDJOB=1127323
IDBENCH=63242
IDSOLVER=367
FILE ID=node84/1127323-1216761169
PBS_JOBID= 7974084
Free space on /tmp= 66552 MiB

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

TIME LIMIT= 3600 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= b538b9e1dce582a9f0604a804701a5df
RANDOM SEED=1128073156

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


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1468136 kB
Buffers:         28316 kB
Cached:         335960 kB
SwapCached:          0 kB
Active:         354988 kB
Inactive:       166632 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1468136 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:             892 kB
Writeback:           0 kB
Mapped:         168428 kB
Slab:            51240 kB
Committed_AS:   222620 kB
PageTables:       2052 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 node84 at 2008-07-23 00:13:11