Trace number 2064086

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.14.6+minisat? (TO) 1800.21 1809.21

General information on the benchmark

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

Solver Data

0.00/0.08	c 0	Sugar v1-14-6 + HOME/minisat
0.00/0.08	c 0	BEGIN Sat Jul 11 19:38:59 2009
0.00/0.08	c 0	PID 15882
0.00/0.08	c 0	HOST node15.alineos.net
0.00/0.08	c 0	CONVERTING HOME/instance-2064086-1247333938.xml TO HOME/temp.csp
0.00/0.08	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.XML2CSP -v -v 'HOME/instance-2064086-1247333938.xml' 'HOME/temp.csp'
2.53/2.62	c 2	30 domains, 700 variables, 1 predicates, 0 relations, 45572 constraints
2.53/2.66	c 2	ENCODING HOME/temp.csp TO HOME/temp.cnf
2.53/2.66	c 2	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.SugarMain -v -v -competition -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
2.58/2.74	c 2	Parsing HOME/temp.csp
2.58/2.91	c 3	parsed 10000 expressions
2.58/3.07	c 3	parsed 20000 expressions
3.10/3.24	c 3	parsed 30000 expressions
3.29/3.44	c 3	parsed 40000 expressions
3.39/3.51	c 3	parsed 46303 expressions
3.39/3.52	c 3	Heap : 18 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
3.39/3.52	c 3	Converting to clausal form CSP
4.09/4.25	c 4	converted 4631 (10%) expressions
4.49/4.63	c 4	converted 9261 (20%) expressions
4.88/5.01	c 5	converted 13891 (30%) expressions
5.47/5.67	c 5	converted 18522 (40%) expressions
5.87/6.05	c 6	converted 23152 (50%) expressions
6.27/6.44	c 6	converted 27782 (60%) expressions
6.67/6.80	c 6	converted 32413 (70%) expressions
7.47/7.63	c 7	converted 37043 (80%) expressions
7.76/8.00	c 8	converted 41673 (90%) expressions
10.55/10.73	c 10	converted 46303 (100%) expressions
10.55/10.73	c 10	CSP : 700 integers, 0 booleans, 90772 clauses, largest domain size 45
10.55/10.73	c 10	Heap : 119 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
10.55/10.73	c 10	Propagation in CSP
10.85/11.06	c 11	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
10.85/11.06	c 11	CSP : 700 integers, 0 booleans, 90772 clauses, largest domain size 45
10.85/11.06	c 11	Heap : 113 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
10.94/11.10	c 11	Simplifing CSP by introducing new Boolean variables
13.64/13.87	c 14	CSP : 700 integers, 268256 booleans, 359028 clauses, largest domain size 45
13.64/13.87	c 14	Heap : 189 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
14.92/15.17	c 15	Encoding CSP to SAT : HOME/temp.cnf
15.02/15.23	c 15	70 (10%) CSP integer variables are encoded (3010 clauses, 37031 bytes)
15.02/15.23	c 15	140 (20%) CSP integer variables are encoded (6020 clauses, 76161 bytes)
15.02/15.24	c 15	210 (30%) CSP integer variables are encoded (9030 clauses, 115291 bytes)
15.02/15.24	c 15	280 (40%) CSP integer variables are encoded (12040 clauses, 158958 bytes)
15.02/15.24	c 15	350 (50%) CSP integer variables are encoded (15050 clauses, 204108 bytes)
15.02/15.25	c 15	420 (60%) CSP integer variables are encoded (15164 clauses, 205818 bytes)
15.02/15.26	c 15	490 (70%) CSP integer variables are encoded (15279 clauses, 207543 bytes)
15.02/15.26	c 15	560 (80%) CSP integer variables are encoded (15397 clauses, 209313 bytes)
15.02/15.26	c 15	630 (90%) CSP integer variables are encoded (15496 clauses, 210798 bytes)
15.02/15.27	c 15	700 (100%) CSP integer variables are encoded (15624 clauses, 212718 bytes)
16.61/16.88	c 17	35903 (10%) CSP clauses are encoded (711937 clauses, 13636436 bytes)
18.20/18.41	c 18	71806 (20%) CSP clauses are encoded (1411850 clauses, 27733996 bytes)
19.69/19.94	c 20	107709 (30%) CSP clauses are encoded (2109552 clauses, 41867261 bytes)
21.27/21.55	c 21	143612 (40%) CSP clauses are encoded (2806676 clauses, 56707952 bytes)
22.82/23.30	c 23	179514 (50%) CSP clauses are encoded (3504498 clauses, 71648049 bytes)
24.52/24.91	c 25	215417 (60%) CSP clauses are encoded (4204309 clauses, 87131549 bytes)
26.49/26.99	c 27	251320 (70%) CSP clauses are encoded (5199632 clauses, 108444321 bytes)
28.67/29.15	c 29	287223 (80%) CSP clauses are encoded (6283835 clauses, 131439951 bytes)
30.84/31.33	c 31	323126 (90%) CSP clauses are encoded (7368346 clauses, 154588182 bytes)
33.02/33.51	c 33	359028 (100%) CSP clauses are encoded (8453384 clauses, 177624678 bytes)
33.02/33.51	c 33	359028 CSP clauses encoded
33.02/33.51	c 33	Writing map file : HOME/temp.map
33.02/33.55	c 33	Heap : 151 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
33.02/33.55	c 33	SAT : 284561 SAT variables, 8453384 SAT clauses, 177624678 bytes
33.02/33.55	c 33	Heap : 151 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
33.09/33.61	c 33	SOLVING HOME/temp.cnf
33.09/33.62	c 33	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
33.09/33.62	c 33	This is MiniSat 2.0 beta
33.09/33.62	c 33	WARNING: for repeatability, setting FPU to use double precision
33.09/33.62	c 33	============================[ Problem Statistics ]=============================
33.09/33.62	c 33	|                                                                             |
33.09/33.62	c 33	|  Number of variables:  284561                                               |
33.09/33.62	c 33	|  Number of clauses:    8453384                                              |
37.75/38.38	c 38	|  Parsing time:         4.04         s                                       |
37.96/38.59	c 38	============================[ Search Statistics ]==============================
37.96/38.59	c 38	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
37.96/38.59	c 38	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
37.96/38.59	c 38	===============================================================================
37.96/38.59	c 38	|         0 |  284561  8453384 24879422 |  2817794        0    nan |  0.000 % |
40.83/41.49	c 41	|       100 |  284561  8453384 24879422 |  3099574      100      9 |  0.000 % |
42.63/43.29	c 43	|       252 |  284561  8453384 24879422 |  3409531      252     11 |  0.000 % |
44.02/44.70	c 44	|       478 |  284561  8453384 24879422 |  3750484      478     13 |  0.000 % |
47.21/47.82	c 48	|       815 |  284561  8453384 24879422 |  4125533      815     13 |  0.000 % |
49.50/50.19	c 50	|      1321 |  284561  8453384 24879422 |  4538086     1321     15 |  0.000 % |
50.39/51.01	c 51	|      2080 |  284561  8453384 24879422 |  4991895     2080     16 |  0.000 % |
52.58/53.25	c 53	|      3219 |  284561  8453384 24879422 |  5491084     3219     17 |  0.000 % |
57.85/58.50	c 58	|      4928 |  284561  8453384 24879422 |  6040193     4928     20 |  0.000 % |
61.23/61.92	c 62	|      7490 |  284561  8453384 24879422 |  6644212     7490     23 |  0.000 % |
64.92/65.66	c 65	|     11334 |  284561  8453384 24879422 |  7308633    11334     23 |  0.000 % |
68.30/69.07	c 69	|     17100 |  284561  8453384 24879422 |  8039497    17100     25 |  0.000 % |
74.46/75.24	c 75	|     25749 |  284561  8453384 24879422 |  8843446    25749     32 |  0.000 % |
82.03/82.80	c 82	|     38723 |  284561  8453384 24879422 |  9727791    38723     31 |  0.000 % |
94.67/95.56	c 95	|     58184 |  284561  8453384 24879422 | 10700570    58184     31 |  0.000 % |
108.10/109.07	c 109	|     87378 |  284561  8453384 24879422 | 11770627    87378     34 |  0.000 % |
140.04/141.11	c 141	|    131167 |  284561  8453384 24879422 | 12947690   131167     45 |  0.000 % |
187.51/188.89	c 189	|    196851 |  284561  8453384 24879422 | 14242459   196851     47 |  0.000 % |
254.39/256.02	c 256	|    295377 |  284561  8453384 24879422 | 15666705   295377     46 |  0.000 % |
355.99/358.15	c 358	|    443166 |  284561  8453384 24879422 | 17233375   443166     44 |  0.000 % |
583.87/587.18	c 587	|    664850 |  284561  8453384 24879422 | 18956713   664850     48 |  0.000 % |
971.06/976.22	c 976	|    997375 |  284561  8453384 24879422 | 20852384   997375     49 |  0.000 % |
1593.88/1602.03	c 1602	|   1496163 |  284561  8453384 24879422 | 22937623  1496163     48 |  0.000 % |
1800.05/1809.01	c ERROR INTERRUPTED
1800.17/1809.12	s UNKNOWN
1800.17/1809.12	c 1809	CPU 33.12 (0.06 0.02 31.24 1.8)
1800.17/1809.12	c 1809	END Sat Jul 11 20:09:08 2009

Verifier Data

ERROR: Unexpected answer ! ('s SATISFIABLE'/'s UNSATISFIABLE' expected)
Got answer: UNKNOWN

Watcher Data

runsolver version 3.2.9 (svn:492) (c) roussel@cril.univ-artois.fr

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2064086-1247333938/watcher-2064086-1247333938 -o /tmp/evaluation-result-2064086-1247333938/solver-2064086-1247333938 -C 1800 -W 2000 -M 900 HOME/sugar -c -vv -memlimit=900 -jar=HOME/sugar-v1-14-6.jar -solver=HOME/minisat -tmp=HOME/temp HOME/instance-2064086-1247333938.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): 2000 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
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.02 2.01 1.91 4/73 15882
/proc/meminfo: memFree=1848472/2055920 swapFree=4191900/4192956
[pid=15882] ppid=15880 vsize=18576 CPUtime=0
/proc/15882/stat : 15882 (runsolver) R 15880 15882 15785 0 -1 4194368 15 0 0 0 0 0 0 0 22 0 1 0 20460717 19021824 284 996147200 4194304 4302564 548682068304 18446744073709551615 240472616231 0 0 4096 24578 0 0 0 17 1 0 0
/proc/15882/statm: 4644 284 249 26 0 2626 0

[startup+0.094933 s]
/proc/loadavg: 2.02 2.01 1.91 4/73 15882
/proc/meminfo: memFree=1848472/2055920 swapFree=4191900/4192956
[pid=15882] ppid=15880 vsize=16868 CPUtime=0.06
/proc/15882/stat : 15882 (sugar) S 15880 15882 15785 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 20460717 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 240481513570 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15882/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.102941 s]
/proc/loadavg: 2.02 2.01 1.91 4/73 15882
/proc/meminfo: memFree=1848472/2055920 swapFree=4191900/4192956
[pid=15882] ppid=15880 vsize=16868 CPUtime=0.06
/proc/15882/stat : 15882 (sugar) S 15880 15882 15785 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 20460717 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 240481513570 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15882/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.30295 s]
/proc/loadavg: 2.02 2.01 1.91 4/73 15882
/proc/meminfo: memFree=1848472/2055920 swapFree=4191900/4192956
[pid=15882] ppid=15880 vsize=16868 CPUtime=0.06
/proc/15882/stat : 15882 (sugar) S 15880 15882 15785 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 20460717 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 240481513570 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15882/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.702982 s]
/proc/loadavg: 2.02 2.01 1.91 4/73 15882
/proc/meminfo: memFree=1848472/2055920 swapFree=4191900/4192956
[pid=15882] ppid=15880 vsize=16868 CPUtime=0.06
/proc/15882/stat : 15882 (sugar) S 15880 15882 15785 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 20460717 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 240481513570 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15882/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+1.50106 s]
/proc/loadavg: 2.02 2.01 1.91 4/84 15894
/proc/meminfo: memFree=1812800/2055920 swapFree=4191900/4192956
[pid=15882] ppid=15880 vsize=16868 CPUtime=0.06
/proc/15882/stat : 15882 (sugar) S 15880 15882 15785 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 20460717 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 240481513570 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15882/statm: 4217 1111 409 3 0 796 0
[pid=15885] ppid=15882 vsize=5356 CPUtime=0
/proc/15885/stat : 15885 (sh) S 15882 15882 15785 0 -1 4194304 277 0 0 0 0 0 0 0 21 0 1 0 20460726 5484544 233 996147200 4194304 4889804 548682068752 18446744073709551615 240472613700 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15885/statm: 1339 233 193 169 0 50 0
[pid=15886] ppid=15885 vsize=866784 CPUtime=1.39
/proc/15886/stat : 15886 (java) S 15885 15882 15785 0 -1 0 17492 0 1 0 130 9 0 0 22 0 9 0 20460726 887586816 15064 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15886/statm: 216696 15064 2556 9 0 211208 0
[pid=15886/tid=15887] ppid=15885 vsize=866784 CPUtime=0.69
/proc/15886/task/15887/stat : 15887 (java) R 15885 15882 15785 0 -1 64 3070 0 1 0 67 2 0 0 23 0 9 0 20460727 887586816 15064 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15886/tid=15888] ppid=15885 vsize=866784 CPUtime=0.55
/proc/15886/task/15888/stat : 15888 (java) R 15885 15882 15785 0 -1 64 13204 0 0 0 50 5 0 0 16 0 9 0 20460728 887586816 15064 996147200 134512640 134550932 4294955984 18446744073709551615 102758168 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15886/tid=15889] ppid=15885 vsize=866784 CPUtime=0
/proc/15886/task/15889/stat : 15889 (java) S 15885 15882 15785 0 -1 64 16 0 0 0 0 0 0 0 16 0 9 0 20460728 887586816 15064 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15886/tid=15890] ppid=15885 vsize=866784 CPUtime=0
/proc/15886/task/15890/stat : 15890 (java) S 15885 15882 15785 0 -1 64 10 0 0 0 0 0 0 0 15 0 9 0 20460728 887586816 15064 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15886/tid=15891] ppid=15885 vsize=866784 CPUtime=0
/proc/15886/task/15891/stat : 15891 (java) S 15885 15882 15785 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 20460730 887586816 15064 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15886/tid=15892] ppid=15885 vsize=866784 CPUtime=0.12
/proc/15886/task/15892/stat : 15892 (java) S 15885 15882 15785 0 -1 64 514 0 0 0 12 0 0 0 16 0 9 0 20460730 887586816 15064 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15886/tid=15893] ppid=15885 vsize=866784 CPUtime=0
/proc/15886/task/15893/stat : 15893 (java) S 15885 15882 15785 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 20460731 887586816 15064 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15886/tid=15894] ppid=15885 vsize=866784 CPUtime=0
/proc/15886/task/15894/stat : 15894 (java) R 15885 15882 15785 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 20460731 887586816 15064 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.45
Current children cumulated vsize (KiB) 889008

[startup+3.1012 s]
/proc/loadavg: 2.02 2.01 1.91 3/84 15894
/proc/meminfo: memFree=1777664/2055920 swapFree=4191900/4192956
[pid=15882] ppid=15880 vsize=16868 CPUtime=2.58
/proc/15882/stat : 15882 (sugar) S 15880 15882 15785 0 -1 4194304 1309 23314 0 1 5 1 238 14 16 0 1 0 20460717 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 240481513570 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15882/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 2.58
Current children cumulated vsize (KiB) 16868

[startup+6.30228 s]
/proc/loadavg: 2.01 2.01 1.91 4/84 15904
/proc/meminfo: memFree=1789760/2055920 swapFree=4191900/4192956
[pid=15882] ppid=15880 vsize=16868 CPUtime=2.59
/proc/15882/stat : 15882 (sugar) S 15880 15882 15785 0 -1 4194304 1309 23314 0 1 6 1 238 14 16 0 1 0 20460717 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 240481513570 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15882/statm: 4217 1111 409 3 0 796 0
[pid=15895] ppid=15882 vsize=5356 CPUtime=0
/proc/15895/stat : 15895 (sh) S 15882 15882 15785 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 20460983 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 240472613700 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15895/statm: 1339 233 193 169 0 50 0
[pid=15896] ppid=15895 vsize=868616 CPUtime=3.58
/proc/15896/stat : 15896 (java) S 15895 15882 15785 0 -1 0 21506 0 1 0 346 12 0 0 18 0 9 0 20460983 889462784 19939 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15896/statm: 217154 19939 2566 9 0 211659 0
[pid=15896/tid=15897] ppid=15895 vsize=868616 CPUtime=2.12
/proc/15896/task/15897/stat : 15897 (java) R 15895 15882 15785 0 -1 64 3198 0 1 0 210 2 0 0 25 0 9 0 20460984 889462784 19939 996147200 134512640 134550932 4294955936 18446744073709551615 4126587051 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15896/tid=15898] ppid=15895 vsize=868616 CPUtime=1.26
/proc/15896/task/15898/stat : 15898 (java) S 15895 15882 15785 0 -1 64 16137 0 0 0 119 7 0 0 16 0 9 0 20460986 889462784 19939 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15896/tid=15899] ppid=15895 vsize=868616 CPUtime=0
/proc/15896/task/15899/stat : 15899 (java) S 15895 15882 15785 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 20460986 889462784 19939 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15896/tid=15900] ppid=15895 vsize=868616 CPUtime=0
/proc/15896/task/15900/stat : 15900 (java) S 15895 15882 15785 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 20460986 889462784 19939 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15896/tid=15901] ppid=15895 vsize=868616 CPUtime=0
/proc/15896/task/15901/stat : 15901 (java) S 15895 15882 15785 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 20460988 889462784 19939 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15896/tid=15902] ppid=15895 vsize=868616 CPUtime=0.17
/proc/15896/task/15902/stat : 15902 (java) S 15895 15882 15785 0 -1 64 1467 0 0 0 16 1 0 0 16 0 9 0 20460988 889462784 19939 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15896/tid=15903] ppid=15895 vsize=868616 CPUtime=0
/proc/15896/task/15903/stat : 15903 (java) S 15895 15882 15785 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 20460988 889462784 19939 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15896/tid=15904] ppid=15895 vsize=868616 CPUtime=0
/proc/15896/task/15904/stat : 15904 (java) S 15895 15882 15785 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 20460988 889462784 19939 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.17
Current children cumulated vsize (KiB) 890840

[startup+12.7018 s]
/proc/loadavg: 2.09 2.02 1.91 3/84 15904
/proc/meminfo: memFree=1656256/2055920 swapFree=4191900/4192956
[pid=15882] ppid=15880 vsize=16868 CPUtime=2.59
/proc/15882/stat : 15882 (sugar) S 15880 15882 15785 0 -1 4194304 1310 23314 0 1 6 1 238 14 16 0 1 0 20460717 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 240481513570 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15882/statm: 4217 1111 409 3 0 796 0
[pid=15895] ppid=15882 vsize=5356 CPUtime=0
/proc/15895/stat : 15895 (sh) S 15882 15882 15785 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 20460983 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 240472613700 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15895/statm: 1339 233 193 169 0 50 0
[pid=15896] ppid=15895 vsize=878868 CPUtime=9.95
/proc/15896/stat : 15896 (java) S 15895 15882 15785 0 -1 0 70025 0 1 0 956 39 0 0 18 0 9 0 20460983 899960832 58274 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15896/statm: 219717 58280 2567 9 0 214222 0
[pid=15896/tid=15897] ppid=15895 vsize=878868 CPUtime=4.9
/proc/15896/task/15897/stat : 15897 (java) R 15895 15882 15785 0 -1 64 4503 0 1 0 487 3 0 0 25 0 9 0 20460984 899960832 58286 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15896/tid=15898] ppid=15895 vsize=878868 CPUtime=4.81
/proc/15896/task/15898/stat : 15898 (java) R 15895 15882 15785 0 -1 64 63351 0 0 0 449 32 0 0 16 0 9 0 20460986 899960832 58294 996147200 134512640 134550932 4294955936 18446744073709551615 101593092 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15896/tid=15899] ppid=15895 vsize=878868 CPUtime=0
/proc/15896/task/15899/stat : 15899 (java) S 15895 15882 15785 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 20460986 899960832 58301 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15896/tid=15900] ppid=15895 vsize=878868 CPUtime=0
/proc/15896/task/15900/stat : 15900 (java) S 15895 15882 15785 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 20460986 899960832 58308 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15896/tid=15901] ppid=15895 vsize=878868 CPUtime=0
/proc/15896/task/15901/stat : 15901 (java) S 15895 15882 15785 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 20460988 899960832 58316 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15896/tid=15902] ppid=15895 vsize=878868 CPUtime=0.2
/proc/15896/task/15902/stat : 15902 (java) S 15895 15882 15785 0 -1 64 1486 0 0 0 19 1 0 0 16 0 9 0 20460988 899960832 58321 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15896/tid=15903] ppid=15895 vsize=878868 CPUtime=0
/proc/15896/task/15903/stat : 15903 (java) S 15895 15882 15785 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 20460988 899960832 58321 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15896/tid=15904] ppid=15895 vsize=878868 CPUtime=0
/proc/15896/task/15904/stat : 15904 (java) S 15895 15882 15785 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 20460988 899960832 58321 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.54
Current children cumulated vsize (KiB) 901092

[startup+25.503 s]
/proc/loadavg: 2.14 2.04 1.92 3/84 15904
/proc/meminfo: memFree=1532096/2055920 swapFree=4191900/4192956
[pid=15882] ppid=15880 vsize=16868 CPUtime=2.59
/proc/15882/stat : 15882 (sugar) S 15880 15882 15785 0 -1 4194304 1310 23314 0 1 6 1 238 14 16 0 1 0 20460717 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 240481513570 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15882/statm: 4217 1111 409 3 0 796 0
[pid=15895] ppid=15882 vsize=5356 CPUtime=0
/proc/15895/stat : 15895 (sh) S 15882 15882 15785 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 20460983 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 240472613700 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15895/statm: 1339 233 193 169 0 50 0
[pid=15896] ppid=15895 vsize=868728 CPUtime=22.52
/proc/15896/stat : 15896 (java) S 15895 15882 15785 0 -1 0 83060 0 1 0 2148 104 0 0 18 0 9 0 20460983 889577472 57879 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15896/statm: 217182 57879 2593 9 0 211659 0
[pid=15896/tid=15897] ppid=15895 vsize=868728 CPUtime=14.91
/proc/15896/task/15897/stat : 15897 (java) R 15895 15882 15785 0 -1 64 6032 0 1 0 1430 61 0 0 25 0 9 0 20460984 889577472 57879 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15896/tid=15898] ppid=15895 vsize=868728 CPUtime=7.32
/proc/15896/task/15898/stat : 15898 (java) S 15895 15882 15785 0 -1 64 74800 0 0 0 692 40 0 0 16 0 9 0 20460986 889577472 57879 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15896/tid=15899] ppid=15895 vsize=868728 CPUtime=0
/proc/15896/task/15899/stat : 15899 (java) S 15895 15882 15785 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 20460986 889577472 57879 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15896/tid=15900] ppid=15895 vsize=868728 CPUtime=0
/proc/15896/task/15900/stat : 15900 (java) S 15895 15882 15785 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 20460986 889577472 57879 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15896/tid=15901] ppid=15895 vsize=868728 CPUtime=0
/proc/15896/task/15901/stat : 15901 (java) S 15895 15882 15785 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 20460988 889577472 57879 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15896/tid=15902] ppid=15895 vsize=868728 CPUtime=0.26
/proc/15896/task/15902/stat : 15902 (java) S 15895 15882 15785 0 -1 64 1524 0 0 0 25 1 0 0 16 0 9 0 20460988 889577472 57879 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15896/tid=15903] ppid=15895 vsize=868728 CPUtime=0
/proc/15896/task/15903/stat : 15903 (java) S 15895 15882 15785 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 20460988 889577472 57879 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15896/tid=15904] ppid=15895 vsize=868728 CPUtime=0
/proc/15896/task/15904/stat : 15904 (java) S 15895 15882 15785 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 20460988 889577472 57879 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.11
Current children cumulated vsize (KiB) 890952

[startup+51.1012 s]
/proc/loadavg: 2.09 2.03 1.92 3/76 15906
/proc/meminfo: memFree=1285184/2055920 swapFree=4191900/4192956
[pid=15882] ppid=15880 vsize=16868 CPUtime=33.12
/proc/15882/stat : 15882 (sugar) S 15880 15882 15785 0 -1 4194304 1376 106790 0 2 6 2 3124 180 15 0 1 0 20460717 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 240481513570 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15882/statm: 4217 1113 409 3 0 796 0
[pid=15905] ppid=15882 vsize=5356 CPUtime=0
/proc/15905/stat : 15905 (sh) S 15882 15882 15785 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20464079 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 240472613700 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15905/statm: 1339 232 193 169 0 50 0
[pid=15906] ppid=15905 vsize=398136 CPUtime=17.37
/proc/15906/stat : 15906 (minisat) R 15905 15882 15785 0 -1 4194304 95417 0 0 0 1661 76 0 0 25 0 1 0 20464079 407691264 95403 996147200 134512640 135127466 4294956256 18446744073709551615 134530682 0 0 4096 3 0 0 0 17 1 0 0
/proc/15906/statm: 99534 95403 76 150 0 99381 0

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

/proc/15906/stat : 15906 (minisat) R 15905 15882 15785 0 -1 4194304 171724 0 0 0 138018 166 0 0 25 0 1 0 20464079 721670144 171710 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/15906/statm: 176189 171710 76 150 0 176036 0
Current children cumulated CPU time (s) 1414.96
Current children cumulated vsize (KiB) 726980

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 1.92 3/79 15917
/proc/meminfo: memFree=963432/2055920 swapFree=4191900/4192956
[pid=15882] ppid=15880 vsize=16868 CPUtime=33.12
/proc/15882/stat : 15882 (sugar) S 15880 15882 15785 0 -1 4194304 1376 106790 0 2 6 2 3124 180 16 0 1 0 20460717 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 240481513570 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15882/statm: 4217 1113 409 3 0 796 0
[pid=15905] ppid=15882 vsize=5356 CPUtime=0
/proc/15905/stat : 15905 (sh) S 15882 15882 15785 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20464079 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 240472613700 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15905/statm: 1339 232 193 169 0 50 0
[pid=15906] ppid=15905 vsize=714828 CPUtime=1441.56
/proc/15906/stat : 15906 (minisat) R 15905 15882 15785 0 -1 4194304 174272 0 0 0 143986 170 0 0 25 0 1 0 20464079 731983872 174258 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/15906/statm: 178707 174258 76 150 0 178554 0
Current children cumulated CPU time (s) 1474.68
Current children cumulated vsize (KiB) 737052

[startup+1542.3 s]
/proc/loadavg: 1.97 1.98 1.91 3/85 15992
/proc/meminfo: memFree=829096/2055920 swapFree=4191900/4192956
[pid=15882] ppid=15880 vsize=16868 CPUtime=33.12
/proc/15882/stat : 15882 (sugar) S 15880 15882 15785 0 -1 4194304 1376 106790 0 2 6 2 3124 180 16 0 1 0 20460717 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 240481513570 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15882/statm: 4217 1113 409 3 0 796 0
[pid=15905] ppid=15882 vsize=5356 CPUtime=0
/proc/15905/stat : 15905 (sh) S 15882 15882 15785 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20464079 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 240472613700 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15905/statm: 1339 232 193 169 0 50 0
[pid=15906] ppid=15905 vsize=724612 CPUtime=1501.3
/proc/15906/stat : 15906 (minisat) R 15905 15882 15785 0 -1 4194304 176748 0 0 0 149956 174 0 0 25 0 1 0 20464079 742002688 176734 996147200 134512640 135127466 4294956256 18446744073709551615 134530673 0 0 4096 3 0 0 0 17 0 0 0
/proc/15906/statm: 181153 176734 76 150 0 181000 0
Current children cumulated CPU time (s) 1534.42
Current children cumulated vsize (KiB) 746836

[startup+1602.3 s]
/proc/loadavg: 1.99 1.98 1.91 3/85 15992
/proc/meminfo: memFree=822056/2055920 swapFree=4191900/4192956
[pid=15882] ppid=15880 vsize=16868 CPUtime=33.12
/proc/15882/stat : 15882 (sugar) S 15880 15882 15785 0 -1 4194304 1376 106790 0 2 6 2 3124 180 16 0 1 0 20460717 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 240481513570 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15882/statm: 4217 1113 409 3 0 796 0
[pid=15905] ppid=15882 vsize=5356 CPUtime=0
/proc/15905/stat : 15905 (sh) S 15882 15882 15785 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20464079 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 240472613700 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15905/statm: 1339 232 193 169 0 50 0
[pid=15906] ppid=15905 vsize=731436 CPUtime=1561.06
/proc/15906/stat : 15906 (minisat) R 15905 15882 15785 0 -1 4194304 178461 0 0 0 155930 176 0 0 25 0 1 0 20464079 748990464 178447 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/15906/statm: 182859 178447 76 150 0 182706 0
Current children cumulated CPU time (s) 1594.18
Current children cumulated vsize (KiB) 753660

[startup+1662.3 s]
/proc/loadavg: 1.99 1.98 1.91 3/85 15992
/proc/meminfo: memFree=808168/2055920 swapFree=4191900/4192956
[pid=15882] ppid=15880 vsize=16868 CPUtime=33.12
/proc/15882/stat : 15882 (sugar) S 15880 15882 15785 0 -1 4194304 1376 106790 0 2 6 2 3124 180 16 0 1 0 20460717 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 240481513570 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15882/statm: 4217 1113 409 3 0 796 0
[pid=15905] ppid=15882 vsize=5356 CPUtime=0
/proc/15905/stat : 15905 (sh) S 15882 15882 15785 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20464079 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 240472613700 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15905/statm: 1339 232 193 169 0 50 0
[pid=15906] ppid=15905 vsize=744816 CPUtime=1620.82
/proc/15906/stat : 15906 (minisat) R 15905 15882 15785 0 -1 4194304 181894 0 0 0 161902 180 0 0 25 0 1 0 20464079 762691584 181880 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/15906/statm: 186204 181880 76 150 0 186051 0
Current children cumulated CPU time (s) 1653.94
Current children cumulated vsize (KiB) 767040

[startup+1722.3 s]
/proc/loadavg: 1.99 1.98 1.91 3/85 15992
/proc/meminfo: memFree=797800/2055920 swapFree=4191900/4192956
[pid=15882] ppid=15880 vsize=16868 CPUtime=33.12
/proc/15882/stat : 15882 (sugar) S 15880 15882 15785 0 -1 4194304 1376 106790 0 2 6 2 3124 180 16 0 1 0 20460717 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 240481513570 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15882/statm: 4217 1113 409 3 0 796 0
[pid=15905] ppid=15882 vsize=5356 CPUtime=0
/proc/15905/stat : 15905 (sh) S 15882 15882 15785 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20464079 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 240472613700 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15905/statm: 1339 232 193 169 0 50 0
[pid=15906] ppid=15905 vsize=758080 CPUtime=1680.58
/proc/15906/stat : 15906 (minisat) R 15905 15882 15785 0 -1 4194304 184480 0 0 0 167876 182 0 0 25 0 1 0 20464079 776273920 184466 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/15906/statm: 189520 184466 76 150 0 189367 0
Current children cumulated CPU time (s) 1713.7
Current children cumulated vsize (KiB) 780304

[startup+1782.3 s]
/proc/loadavg: 1.99 1.98 1.91 3/85 15992
/proc/meminfo: memFree=788392/2055920 swapFree=4191900/4192956
[pid=15882] ppid=15880 vsize=16868 CPUtime=33.12
/proc/15882/stat : 15882 (sugar) S 15880 15882 15785 0 -1 4194304 1376 106790 0 2 6 2 3124 180 16 0 1 0 20460717 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 240481513570 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15882/statm: 4217 1113 409 3 0 796 0
[pid=15905] ppid=15882 vsize=5356 CPUtime=0
/proc/15905/stat : 15905 (sh) S 15882 15882 15785 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20464079 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 240472613700 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15905/statm: 1339 232 193 169 0 50 0
[pid=15906] ppid=15905 vsize=767292 CPUtime=1740.33
/proc/15906/stat : 15906 (minisat) R 15905 15882 15785 0 -1 4194304 186783 0 0 0 173849 184 0 0 25 0 1 0 20464079 785707008 186769 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/15906/statm: 191823 186769 76 150 0 191670 0
Current children cumulated CPU time (s) 1773.45
Current children cumulated vsize (KiB) 789516



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1809 s]
/proc/loadavg: 2.06 2.00 1.92 3/85 15992
/proc/meminfo: memFree=784232/2055920 swapFree=4191900/4192956
[pid=15882] ppid=15880 vsize=16868 CPUtime=33.12
/proc/15882/stat : 15882 (sugar) S 15880 15882 15785 0 -1 4194304 1376 106790 0 2 6 2 3124 180 16 0 1 0 20460717 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 240481513570 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15882/statm: 4217 1113 409 3 0 796 0
[pid=15905] ppid=15882 vsize=5356 CPUtime=0
/proc/15905/stat : 15905 (sh) S 15882 15882 15785 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20464079 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 240472613700 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15905/statm: 1339 232 193 169 0 50 0
[pid=15906] ppid=15905 vsize=771328 CPUtime=1766.93
/proc/15906/stat : 15906 (minisat) R 15905 15882 15785 0 -1 4194304 187823 0 0 0 176508 185 0 0 25 0 1 0 20464079 789839872 187809 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/15906/statm: 192832 187809 76 150 0 192679 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 793552

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

############
# WARNING:
# current cumulated CPU time (33.2 s) is less than in the last sample (1800.17 s)
# The time of a child was probably not reported to its father.
# (see the two samples below)
# Adding the difference (1766.97 s) to the 'lost time'.

[startup+1809.12 s]
/proc/loadavg: 2.06 2.00 1.92 3/85 15992
/proc/meminfo: memFree=784232/2055920 swapFree=4191900/4192956
[pid=15882] ppid=15880 vsize=16868 CPUtime=33.12
/proc/15882/stat : 15882 (sugar) S 15880 15882 15785 0 -1 4194304 1398 106790 0 2 6 2 3124 180 16 0 1 0 20460717 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 240481513570 0 16384 4224 0 18446744071563648864 0 0 17 0 0 0
/proc/15882/statm: 4217 1113 409 3 0 796 0
[pid=15905] ppid=15882 vsize=0 CPUtime=0
/proc/15905/stat : 15905 (sh) Z 15882 15882 15785 0 -1 4195340 277 0 0 0 0 0 0 0 16 0 1 0 20464079 0 0 996147200 0 0 0 0 0 0 65536 4100 65538 18446744071563351923 0 0 17 0 0 0
/proc/15905/statm: 0 0 0 0 0 0 0
[pid=15906] ppid=1 vsize=0 CPUtime=1767.05
/proc/15906/stat : 15906 (minisat) R 1 15882 15785 0 -1 4195332 187823 0 0 0 176508 197 0 0 25 0 1 0 20464079 0 0 996147200 0 0 0 0 0 0 0 4096 3 0 0 0 17 0 0 0
/proc/15906/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.17
Current children cumulated vsize (KiB) 16868

[startup+1809.21 s]
/proc/loadavg: 2.06 2.00 1.92 3/85 15992
/proc/meminfo: memFree=784232/2055920 swapFree=4191900/4192956
[pid=15882] ppid=15880 vsize=16868 CPUtime=33.2
/proc/15882/stat : 15882 (sugar) R 15880 15882 15785 0 -1 4194304 1423 107067 0 2 6 10 3124 180 16 0 1 0 20460717 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 240472790057 0 0 4224 16386 0 0 0 17 0 0 0
/proc/15882/statm: 4217 1114 410 3 0 796 0
Current children cumulated CPU time (s) 33.2
Current children cumulated vsize (KiB) 16868
#
############


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

[startup+1809.21 s]
/proc/loadavg: 2.06 2.00 1.92 3/85 15992
/proc/meminfo: memFree=784232/2055920 swapFree=4191900/4192956
[pid=15882] ppid=15880 vsize=16868 CPUtime=33.2
/proc/15882/stat : 15882 (sugar) R 15880 15882 15785 0 -1 4194304 1423 107067 0 2 6 10 3124 180 16 0 1 0 20460717 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 240472790057 0 0 4224 16386 0 0 0 17 0 0 0
/proc/15882/statm: 4217 1114 410 3 0 796 0
Current children cumulated CPU time (s) 33.2
Current children cumulated vsize (KiB) 16868

Child status: 0

# WARNING:
# The CPU time of some children was not reported to their father
# (probably because of a missing or aborted wait()).
# This 'lost CPU time' is added to the watched process CPU time.
#  lost CPU time (s): 1766.97
#  lost CPU user time (s): 1765.08
#  lost CPU system time (s): 1.89

Real time (s): 1809.21
CPU time (s): 1800.21
CPU user time (s): 1796.4
CPU system time (s): 3.80771
CPU usage (%): 99.5024
Max. virtual memory (cumulated for all children) (KiB): 911332

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 31.3172
system time used= 1.91771
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 108549
page faults= 2
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 6438
involuntary context switches= 6730

runsolver used 1.87971 second user time and 5.12922 second system time

The end

Launcher Data

Begin job on node15 at 2009-07-11 19:38:59
IDJOB=2064086
IDBENCH=54121
IDSOLVER=739
FILE ID=node15/2064086-1247333938
PBS_JOBID= 9506724
Free space on /tmp= 66256 MiB

SOLVER NAME= Sugar v1.14.6+minisat
BENCH NAME= CPAI08/csp/compet02/normalized-patat-02-comp-6.xml
COMMAND LINE= DIR/sugar -c -vv -memlimit=MEMLIMIT -jar="DIR/sugar-v1-14-6.jar" -solver="DIR/minisat" -tmp="TMPDIR/temp" BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2064086-1247333938/watcher-2064086-1247333938 -o /tmp/evaluation-result-2064086-1247333938/solver-2064086-1247333938 -C 1800 -W 2000 -M 900  HOME/sugar -c -vv -memlimit=900 -jar="HOME/sugar-v1-14-6.jar" -solver="HOME/minisat" -tmp="HOME/temp" HOME/instance-2064086-1247333938.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB
MAX NB THREAD= 0

MD5SUM BENCH= 4557782171b25598d03a057775c7d656
RANDOM SEED=594157852

node15.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.220
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.220
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:       1848952 kB
Buffers:         13436 kB
Cached:          77088 kB
SwapCached:        392 kB
Active:         131260 kB
Inactive:        25436 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1848952 kB
SwapTotal:     4192956 kB
SwapFree:      4191900 kB
Dirty:            7832 kB
Writeback:           0 kB
Mapped:          76188 kB
Slab:            35412 kB
Committed_AS:   226872 kB
PageTables:       1940 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= 66264 MiB
End job on node15 at 2009-07-11 20:09:10