Trace number 2064163

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+minisatSAT 1074.25 1087.16

General information on the benchmark

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

Solver Data

0.04/1.57	c 0	Sugar v1-14-6 + HOME/minisat
0.04/1.59	c 0	BEGIN Sat Jul 11 19:47:53 2009
0.04/1.59	c 0	PID 14816
0.06/1.63	c 0	HOST node91.alineos.net
0.06/1.63	c 0	CONVERTING HOME/instance-2064163-1247334470.xml TO HOME/temp.csp
0.06/1.63	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.XML2CSP -v -v 'HOME/instance-2064163-1247334470.xml' 'HOME/temp.csp'
2.59/4.30	c 2	25 domains, 700 variables, 1 predicates, 0 relations, 46582 constraints
2.59/4.35	c 2	ENCODING HOME/temp.csp TO HOME/temp.cnf
2.59/4.35	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.61/4.43	c 2	Parsing HOME/temp.csp
2.61/4.63	c 3	parsed 10000 expressions
2.61/4.77	c 3	parsed 20000 expressions
2.61/4.92	c 3	parsed 30000 expressions
2.61/5.09	c 3	parsed 40000 expressions
2.61/5.17	c 3	parsed 47308 expressions
2.61/5.18	c 3	Heap : 18 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
2.61/5.18	c 3	Converting to clausal form CSP
4.04/5.84	c 4	converted 4731 (10%) expressions
4.44/6.22	c 4	converted 9462 (20%) expressions
5.04/6.86	c 5	converted 14193 (30%) expressions
5.44/7.22	c 5	converted 18924 (40%) expressions
5.74/7.59	c 6	converted 23654 (50%) expressions
6.14/7.96	c 6	converted 28385 (60%) expressions
6.95/8.75	c 7	converted 33116 (70%) expressions
7.33/9.10	c 7	converted 37847 (80%) expressions
7.64/9.48	c 7	converted 42578 (90%) expressions
10.24/12.07	c 10	converted 47308 (100%) expressions
10.24/12.07	c 10	CSP : 700 integers, 0 booleans, 90293 clauses, largest domain size 45
10.24/12.07	c 10	Heap : 120 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
10.24/12.07	c 10	Propagation in CSP
10.53/12.37	c 10	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
10.53/12.37	c 10	CSP : 700 integers, 0 booleans, 90293 clauses, largest domain size 45
10.53/12.37	c 10	Heap : 125 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
10.63/12.41	c 10	Simplifing CSP by introducing new Boolean variables
13.33/15.19	c 13	CSP : 700 integers, 266441 booleans, 356734 clauses, largest domain size 45
13.33/15.19	c 13	Heap : 194 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
14.83/16.61	c 15	Encoding CSP to SAT : HOME/temp.cnf
14.83/16.66	c 15	70 (10%) CSP integer variables are encoded (3010 clauses, 37031 bytes)
14.83/16.67	c 15	140 (20%) CSP integer variables are encoded (6020 clauses, 76161 bytes)
14.83/16.67	c 15	210 (30%) CSP integer variables are encoded (9030 clauses, 115291 bytes)
14.83/16.67	c 15	280 (40%) CSP integer variables are encoded (12040 clauses, 158958 bytes)
14.83/16.68	c 15	350 (50%) CSP integer variables are encoded (15050 clauses, 204108 bytes)
14.83/16.68	c 15	420 (60%) CSP integer variables are encoded (15152 clauses, 205638 bytes)
14.83/16.69	c 15	490 (70%) CSP integer variables are encoded (15270 clauses, 207408 bytes)
14.83/16.69	c 15	560 (80%) CSP integer variables are encoded (15352 clauses, 208638 bytes)
14.83/16.69	c 15	630 (90%) CSP integer variables are encoded (15474 clauses, 210468 bytes)
14.83/16.70	c 15	700 (100%) CSP integer variables are encoded (15579 clauses, 212043 bytes)
16.32/18.12	c 16	35674 (10%) CSP clauses are encoded (718277 clauses, 13747898 bytes)
17.63/19.48	c 17	71347 (20%) CSP clauses are encoded (1415446 clauses, 27778070 bytes)
19.03/20.86	c 19	107021 (30%) CSP clauses are encoded (2115485 clauses, 41931394 bytes)
20.43/22.29	c 20	142694 (40%) CSP clauses are encoded (2815673 clauses, 56825015 bytes)
21.93/23.71	c 22	178367 (50%) CSP clauses are encoded (3514024 clauses, 71763324 bytes)
23.34/25.18	c 23	214041 (60%) CSP clauses are encoded (4218112 clauses, 87292511 bytes)
25.15/29.87	c 28	249714 (70%) CSP clauses are encoded (5166439 clauses, 107699482 bytes)
27.14/31.84	c 30	285388 (80%) CSP clauses are encoded (6243461 clauses, 130520037 bytes)
29.13/33.81	c 32	321061 (90%) CSP clauses are encoded (7320966 clauses, 153384521 bytes)
31.02/35.75	c 34	356734 (100%) CSP clauses are encoded (8398867 clauses, 176391533 bytes)
31.02/35.75	c 34	356734 CSP clauses encoded
31.02/35.75	c 34	Writing map file : HOME/temp.map
31.02/35.78	c 34	Heap : 153 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
31.02/35.78	c 34	SAT : 282692 SAT variables, 8398867 SAT clauses, 176391533 bytes
31.02/35.78	c 34	Heap : 153 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
31.11/35.82	c 34	SOLVING HOME/temp.cnf
31.11/35.82	c 34	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
31.11/35.83	c 34	This is MiniSat 2.0 beta
31.11/35.83	c 34	WARNING: for repeatability, setting FPU to use double precision
31.11/35.83	c 34	============================[ Problem Statistics ]=============================
31.11/35.83	c 34	|                                                                             |
31.11/35.83	c 34	|  Number of variables:  282692                                               |
31.11/35.83	c 34	|  Number of clauses:    8398867                                              |
35.29/40.05	c 38	|  Parsing time:         3.71         s                                       |
35.49/40.24	c 38	============================[ Search Statistics ]==============================
35.49/40.24	c 38	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
35.49/40.24	c 38	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
35.49/40.24	c 38	===============================================================================
35.49/40.24	c 38	|         0 |  282692  8398867 24707448 |  2799622        0    nan |  0.000 % |
37.78/42.51	c 40	|       100 |  282692  8398867 24707448 |  3079584      100     12 |  0.000 % |
38.67/43.48	c 41	|       251 |  282692  8398867 24707448 |  3387543      251     11 |  0.000 % |
41.46/46.26	c 44	|       476 |  282692  8398867 24707448 |  3726297      476     10 |  0.000 % |
45.34/50.12	c 48	|       813 |  282692  8398867 24707448 |  4098927      813     10 |  0.000 % |
51.21/56.09	c 54	|      1319 |  282692  8398867 24707448 |  4508819     1319     10 |  0.000 % |
59.07/63.98	c 62	|      2078 |  282692  8398867 24707448 |  4959701     2078     10 |  0.000 % |
70.61/75.52	c 73	|      3217 |  282692  8398867 24707448 |  5455671     3217     12 |  0.000 % |
72.90/77.87	c 76	|      4925 |  282692  8398867 24707448 |  6001239     4925     17 |  0.000 % |
86.64/91.77	c 90	|      7487 |  282692  8398867 24707448 |  6601363     7487     17 |  0.000 % |
104.86/110.03	c 108	|     11331 |  282692  8398867 24707448 |  7261499    11331     17 |  0.000 % |
140.85/146.24	c 144	|     17097 |  282692  8398867 24707448 |  7987649    17097     18 |  0.000 % |
159.45/164.99	c 163	|     25746 |  282692  8398867 24707448 |  8786414    25746     21 |  0.000 % |
233.64/239.52	c 237	|     38720 |  282692  8398867 24707448 |  9665055    38720     21 |  0.000 % |
273.15/279.28	c 277	|     58181 |  282692  8398867 24707448 | 10631561    58181     23 |  0.000 % |
292.33/298.50	c 296	|     87373 |  282692  8398867 24707448 | 11694717    87373     27 |  0.000 % |
402.38/409.11	c 407	|    131162 |  282692  8398867 24707448 | 12864188   131162     29 |  0.000 % |
489.47/496.60	c 495	|    196846 |  282692  8398867 24707448 | 14150607   196846     31 |  0.000 % |
670.15/678.11	c 676	|    295372 |  282692  8398867 24707448 | 15565668   295372     40 |  0.000 % |
862.79/871.77	c 870	|    443161 |  282692  8398867 24707448 | 17122235   443161     39 |  0.000 % |
1073.33/1086.22	c 1084	===============================================================================
1073.33/1086.27	c 1084	restarts              : 20
1073.33/1086.27	c 1084	conflicts             : 495246         (476 /sec)
1073.33/1086.27	c 1084	decisions             : 7136988        (1.51 % random) (6854 /sec)
1073.33/1086.27	c 1084	propagations          : 525732671      (504880 /sec)
1073.33/1086.27	c 1084	conflict literals     : 19000171       (2.14 % deleted)
1073.33/1086.27	c 1084	Memory used           : 479.78 MB
1073.33/1086.27	c 1084	CPU time              : 1041.3 s
1073.33/1086.27	c 1084	
1073.44/1086.40	c 1084	SATISFIABLE
1073.53/1086.48	c 1084	DECODING HOME/temp.out WITH HOME/temp.map
1073.53/1086.48	c 1084	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.SugarMain -v -v -competition -decode 'HOME/temp.out' 'HOME/temp.map'
1073.62/1086.57	c 1085	Decoding HOME/temp.out
1074.01/1086.97	s SATISFIABLE
1074.10/1087.00	v 33 38 9 44 11 35 16 32 43 27 26 41 13 15 25 32 29 40 20 23 38 3 8 2 22 24 38 34 34 3 39 25 33 2 29 30 42 44 20 3 1 27 42 33 36 10 19 0 41 35 25 41 36 29 14 16 15 9 26 17 37 24 15 5 31 15 43 37 20 14 6 35 21 20 22 25 40 21 4 30 30 29 43 37 7 38 7 18 44 24 23 36 37 34 33 14 31 25 2 23 11 21 1 30 22 41 41 42 43 41 6 19 8 0 21 5 22 11 39 1 28 0 19 33 40 26 6 36 9 18 25 28 29 8 0 4 33 7 25 39 27 33 24 26 1 18 21 8 8 17 6 35 24 32 29 27 8 14 35 25 13 16 39 36 30 42 29 44 30 3 38 7 42 30 3 5 18 16 2 10 13 17 23 24 18 19 24 6 33 44 10 0 6 27 11 35 13 40 4 16 34 30 31 21 19 32 1 38 3 19 28 29 15 15 16 39 37 26 39 14 23 21 43 27 26 12 5 40 26 2 12 32 11 19 14 22 40 20 39 36 6 12 23 44 13 38 18 12 20 28 31 39 9 29 37 40 10 4 6 28 7 22 37 31 44 30 37 36 34 22 42 31 9 42 12 42 43 13 3 32 13 35 34 10 33 38 2 43 28 28 27 31 43 16 38 0 30 11 16 26 36 22 4 18 21 14 35 10 15 12 10 23 39 41 35 27 11 40 43 11 13 32 32 41 34 40 17 21 6 35 4 4 34 22 34 20 7 33 17 9 23 7 17 44 13 31 37 11 28 5 4 3 2 6 3 2 4 9 6 3 8 8 2 9 5 3 5 4 8 9 7 8 4 8 8 2 1 1 6 4 4 8 9 5 4 8 5 4 6 3 6 5 6 7 6 8 6 6 3 0 1 2 3 1 8 8 2 3 6 8 5 5 7 2 3 5 9 3 1 6 8 8 0 9 1 4 8 7 2 4 6 9 4 6 2 6 9 9 8 3 5 8 4 2 1 7 7 9 6 4 9 2 4 9 9 5 6 3 5 9 9 8 9 2 3 8 6 7 5 9 9 3 5 5 6 2 6 5 0 0 2 5 8 8 8 7 6 4 3 8 6 2 7 5 8 6 9 6 5 4 1 6 9 4 3 9 2 0 5 6 4 5 3 4 5 4 0 2 1 2 9 6 9 2 5 6 5 6 4 6 6 2 2 6 8 2 8 3 0 9 2 4 4 4 6 3 3 0 5 2 3 0 2 6 9 1 2 5 9 4 8 2 8 4 3 1 0 0 0 4 8 4 1 8 4 5 3 1 9 2 9 2 0 3 2 7 2 2 2 2 7 2 7 7 7 4 3 3 7 4 8 7 8 6 2 5 4 0 2 7 5 2 1 5 3 7 8 7 8 4 2 6 5 8 4 7 2 0 7 0 8 1 7 7 8 8 9 8 0 3 0 4 3 9 2 9 3 2 7 3 9 3 8 2 8 3 7 5 3 8 9 3 9 4 9 2 5 3 7 8 5 8 5 0 4 9 6 5 5 4 4 6 5 5 9 5 8 3 9 9 1 1 5 5 9 9 9 4 2 9
1074.10/1087.01	c 1085	Heap : 0 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1074.10/1087.07	c 1085	CPU 1074.14 (0.07 0.01 1071.32 2.74)
1074.10/1087.07	c 1085	END Sat Jul 11 20:05:58 2009

Verifier Data

OK

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2064163-1247334470/watcher-2064163-1247334470 -o /tmp/evaluation-result-2064163-1247334470/solver-2064163-1247334470 -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-2064163-1247334470.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: 4.45 4.79 4.83 3/75 14816
/proc/meminfo: memFree=1932336/2055920 swapFree=4192812/4192956
[pid=14816] ppid=14814 vsize=124 CPUtime=0
/proc/14816/stat : 14816 (sugar) D 14814 14816 12710 0 -1 4194304 38 0 0 0 0 0 0 0 18 0 1 0 20511714 126976 23 996147200 4194304 4206940 548682068608 18446744073709551615 251598534121 0 0 4096 0 18446744071563608240 0 0 17 0 0 0
/proc/14816/statm: 31 23 17 3 0 3 0

[startup+0.0702311 s]
/proc/loadavg: 4.45 4.79 4.83 3/75 14816
/proc/meminfo: memFree=1932336/2055920 swapFree=4192812/4192956
[pid=14816] ppid=14814 vsize=124 CPUtime=0
/proc/14816/stat : 14816 (sugar) D 14814 14816 12710 0 -1 4194304 38 0 0 0 0 0 0 0 18 0 1 0 20511714 126976 23 996147200 4194304 4206940 548682068608 18446744073709551615 251598534121 0 0 4096 0 18446744071563608240 0 0 17 0 0 0
/proc/14816/statm: 31 23 17 3 0 3 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 124

[startup+0.102235 s]
/proc/loadavg: 4.45 4.79 4.83 3/75 14816
/proc/meminfo: memFree=1932336/2055920 swapFree=4192812/4192956
[pid=14816] ppid=14814 vsize=12268 CPUtime=0
/proc/14816/stat : 14816 (sugar) D 14814 14816 12710 0 -1 4194304 352 0 0 0 0 0 0 0 18 0 1 0 20511714 12562432 320 996147200 4194304 4206940 548682068608 18446744073709551615 251610050658 0 0 4224 0 18446744071563608240 0 0 17 0 0 0
/proc/14816/statm: 3067 320 242 3 0 167 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 12268

[startup+0.301263 s]
/proc/loadavg: 4.45 4.79 4.83 3/75 14816
/proc/meminfo: memFree=1932336/2055920 swapFree=4192812/4192956
[pid=14816] ppid=14814 vsize=12272 CPUtime=0
/proc/14816/stat : 14816 (sugar) D 14814 14816 12710 0 -1 4194304 396 0 0 0 0 0 0 0 18 0 1 0 20511714 12566528 364 996147200 4194304 4206940 548682068608 18446744073709551615 251610050658 0 0 4224 0 18446744071563479169 0 0 17 0 0 0
/proc/14816/statm: 3068 364 274 3 0 168 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 12272

[startup+0.701302 s]
/proc/loadavg: 4.45 4.79 4.83 3/75 14816
/proc/meminfo: memFree=1932336/2055920 swapFree=4192812/4192956
[pid=14816] ppid=14814 vsize=13336 CPUtime=0.02
/proc/14816/stat : 14816 (sugar) D 14814 14816 12710 0 -1 4194304 733 0 0 0 2 0 0 0 18 0 1 0 20511714 13656064 701 996147200 4194304 4206940 548682068608 18446744073709551615 251610050658 0 0 4224 0 18446744071563479169 0 0 17 0 0 0
/proc/14816/statm: 3334 701 338 3 0 434 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 13336

[startup+1.50139 s]
/proc/loadavg: 4.45 4.79 4.83 1/76 14817
/proc/meminfo: memFree=1928488/2055920 swapFree=4192812/4192956
[pid=14816] ppid=14814 vsize=16212 CPUtime=0.04
/proc/14816/stat : 14816 (sugar) R 14814 14816 12710 0 -1 4194304 955 0 0 0 4 0 0 0 18 0 1 0 20511714 16601088 923 996147200 4194304 4206940 548682068608 18446744073709551615 251618648045 0 0 4224 0 0 0 0 17 1 0 0
/proc/14816/statm: 4053 923 380 3 0 632 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 16212

[startup+3.10258 s]
/proc/loadavg: 4.33 4.76 4.82 5/96 14839
/proc/meminfo: memFree=1906504/2055920 swapFree=4192812/4192956
[pid=14816] ppid=14814 vsize=16868 CPUtime=0.06
/proc/14816/stat : 14816 (sugar) S 14814 14816 12710 0 -1 4194304 1227 128 0 0 5 1 0 0 16 0 1 0 20511714 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 251610050658 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14816/statm: 4217 1111 409 3 0 796 0
[pid=14821] ppid=14816 vsize=5356 CPUtime=0
/proc/14821/stat : 14821 (sh) S 14816 14816 12710 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20511878 5484544 233 996147200 4194304 4889804 548682068752 18446744073709551615 251601150788 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14821/statm: 1339 233 193 169 0 50 0
[pid=14823] ppid=14821 vsize=864752 CPUtime=1.35
/proc/14823/stat : 14823 (java) S 14821 14816 12710 0 -1 0 15455 0 1 0 126 9 0 0 18 0 9 0 20511878 885506048 13472 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/14823/statm: 216188 13472 2556 9 0 210700 0
[pid=14823/tid=14825] ppid=14821 vsize=864752 CPUtime=0.8
/proc/14823/task/14825/stat : 14825 (java) R 14821 14816 12710 0 -1 64 3078 0 1 0 78 2 0 0 24 0 9 0 20511880 885506048 13472 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14823/tid=14826] ppid=14821 vsize=864752 CPUtime=0.42
/proc/14823/task/14826/stat : 14826 (java) R 14821 14816 12710 0 -1 64 11177 0 0 0 37 5 0 0 16 0 9 0 20511889 885506048 13472 996147200 134512640 134550932 4294955984 18446744073709551615 102549449 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14823/tid=14827] ppid=14821 vsize=864752 CPUtime=0
/proc/14823/task/14827/stat : 14827 (java) S 14821 14816 12710 0 -1 64 16 0 0 0 0 0 0 0 16 0 9 0 20511890 885506048 13472 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14823/tid=14828] ppid=14821 vsize=864752 CPUtime=0
/proc/14823/task/14828/stat : 14828 (java) S 14821 14816 12710 0 -1 64 10 0 0 0 0 0 0 0 15 0 9 0 20511890 885506048 13472 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14823/tid=14832] ppid=14821 vsize=864752 CPUtime=0
/proc/14823/task/14832/stat : 14832 (java) S 14821 14816 12710 0 -1 64 1 0 0 0 0 0 0 0 22 0 9 0 20511892 885506048 13472 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14823/tid=14833] ppid=14821 vsize=864752 CPUtime=0.1
/proc/14823/task/14833/stat : 14833 (java) S 14821 14816 12710 0 -1 64 496 0 0 0 10 0 0 0 16 0 9 0 20511892 885506048 13472 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14823/tid=14834] ppid=14821 vsize=864752 CPUtime=0
/proc/14823/task/14834/stat : 14834 (java) S 14821 14816 12710 0 -1 64 0 0 0 0 0 0 0 0 23 0 9 0 20511892 885506048 13472 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14823/tid=14835] ppid=14821 vsize=864752 CPUtime=0
/proc/14823/task/14835/stat : 14835 (java) S 14821 14816 12710 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 20511892 885506048 13472 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.41
Current children cumulated vsize (KiB) 886976
heavy processes:

[startup+6.30293 s]
/proc/loadavg: 4.33 4.76 4.82 4/94 14859
/proc/meminfo: memFree=1853512/2055920 swapFree=4192812/4192956
[pid=14816] ppid=14814 vsize=16868 CPUtime=2.61
/proc/14816/stat : 14816 (sugar) S 14814 14816 12710 0 -1 4194304 1309 23644 0 1 5 1 240 15 16 0 1 0 20511714 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 251610050658 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14816/statm: 4217 1111 409 3 0 796 0
[pid=14850] ppid=14816 vsize=5356 CPUtime=0
/proc/14850/stat : 14850 (sh) S 14816 14816 12710 0 -1 4194304 278 0 0 0 0 0 0 0 16 0 1 0 20512150 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 251601150788 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14850/statm: 1339 233 193 169 0 50 0
[pid=14851] ppid=14850 vsize=868612 CPUtime=1.92
/proc/14851/stat : 14851 (java) S 14850 14816 12710 0 -1 0 15406 0 1 0 185 7 0 0 18 0 9 0 20512150 889458688 14071 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/14851/statm: 217153 14071 2566 9 0 211658 0
[pid=14851/tid=14852] ppid=14850 vsize=868612 CPUtime=1.13
/proc/14851/task/14852/stat : 14852 (java) R 14850 14816 12710 0 -1 64 2887 0 1 0 111 2 0 0 25 0 9 0 20512151 889458688 14071 996147200 134512640 134550932 4294955936 18446744073709551615 4126826151 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14851/tid=14853] ppid=14850 vsize=868612 CPUtime=0.62
/proc/14851/task/14853/stat : 14853 (java) S 14850 14816 12710 0 -1 64 10370 0 0 0 59 3 0 0 16 0 9 0 20512152 889458688 14071 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=14851/tid=14854] ppid=14850 vsize=868612 CPUtime=0
/proc/14851/task/14854/stat : 14854 (java) S 14850 14816 12710 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 20512152 889458688 14071 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14851/tid=14855] ppid=14850 vsize=868612 CPUtime=0
/proc/14851/task/14855/stat : 14855 (java) S 14850 14816 12710 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 20512152 889458688 14071 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14851/tid=14856] ppid=14850 vsize=868612 CPUtime=0
/proc/14851/task/14856/stat : 14856 (java) S 14850 14816 12710 0 -1 64 0 0 0 0 0 0 0 0 24 0 9 0 20512154 889458688 14071 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14851/tid=14857] ppid=14850 vsize=868612 CPUtime=0.15
/proc/14851/task/14857/stat : 14857 (java) S 14850 14816 12710 0 -1 64 1446 0 0 0 14 1 0 0 16 0 9 0 20512154 889458688 14071 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14851/tid=14858] ppid=14850 vsize=868612 CPUtime=0
/proc/14851/task/14858/stat : 14858 (java) S 14850 14816 12710 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 20512154 889458688 14071 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14851/tid=14859] ppid=14850 vsize=868612 CPUtime=0
/proc/14851/task/14859/stat : 14859 (java) S 14850 14816 12710 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 20512154 889458688 14071 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 4.53
Current children cumulated vsize (KiB) 890836
heavy processes:

[startup+12.7067 s]
/proc/loadavg: 4.44 4.76 4.82 3/94 14859
/proc/meminfo: memFree=1632336/2055920 swapFree=4192812/4192956
[pid=14816] ppid=14814 vsize=16868 CPUtime=2.61
/proc/14816/stat : 14816 (sugar) S 14814 14816 12710 0 -1 4194304 1310 23644 0 1 5 1 240 15 16 0 1 0 20511714 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 251610050658 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14816/statm: 4217 1111 409 3 0 796 0
[pid=14850] ppid=14816 vsize=5356 CPUtime=0
/proc/14850/stat : 14850 (sh) S 14816 14816 12710 0 -1 4194304 278 0 0 0 0 0 0 0 16 0 1 0 20512150 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 251601150788 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14850/statm: 1339 233 193 169 0 50 0
[pid=14851] ppid=14850 vsize=868612 CPUtime=8.33
/proc/14851/stat : 14851 (java) S 14850 14816 12710 0 -1 0 53624 0 1 0 804 29 0 0 18 0 9 0 20512150 889458688 42530 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/14851/statm: 217153 42531 2567 9 0 211658 0
[pid=14851/tid=14852] ppid=14850 vsize=868612 CPUtime=4.52
/proc/14851/task/14852/stat : 14852 (java) R 14850 14816 12710 0 -1 64 4508 0 1 0 448 4 0 0 25 0 9 0 20512151 889458688 42532 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14851/tid=14853] ppid=14850 vsize=868612 CPUtime=3.6
/proc/14851/task/14853/stat : 14853 (java) R 14850 14816 12710 0 -1 64 46949 0 0 0 337 23 0 0 16 0 9 0 20512152 889458688 42533 996147200 134512640 134550932 4294955936 18446744073709551615 102709360 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=14851/tid=14854] ppid=14850 vsize=868612 CPUtime=0
/proc/14851/task/14854/stat : 14854 (java) S 14850 14816 12710 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 20512152 889458688 42533 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14851/tid=14855] ppid=14850 vsize=868612 CPUtime=0
/proc/14851/task/14855/stat : 14855 (java) S 14850 14816 12710 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 20512152 889458688 42534 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14851/tid=14856] ppid=14850 vsize=868612 CPUtime=0
/proc/14851/task/14856/stat : 14856 (java) S 14850 14816 12710 0 -1 64 0 0 0 0 0 0 0 0 24 0 9 0 20512154 889458688 42535 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14851/tid=14857] ppid=14850 vsize=868612 CPUtime=0.19
/proc/14851/task/14857/stat : 14857 (java) S 14850 14816 12710 0 -1 64 1467 0 0 0 18 1 0 0 16 0 9 0 20512154 889458688 42536 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14851/tid=14858] ppid=14850 vsize=868612 CPUtime=0
/proc/14851/task/14858/stat : 14858 (java) S 14850 14816 12710 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 20512154 889458688 42537 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14851/tid=14859] ppid=14850 vsize=868612 CPUtime=0
/proc/14851/task/14859/stat : 14859 (java) S 14850 14816 12710 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 20512154 889458688 42537 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 10.94
Current children cumulated vsize (KiB) 890836

[startup+25.5021 s]
/proc/loadavg: 4.28 4.72 4.81 3/94 14859
/proc/meminfo: memFree=1293392/2055920 swapFree=4192812/4192956
[pid=14816] ppid=14814 vsize=16868 CPUtime=2.62
/proc/14816/stat : 14816 (sugar) S 14814 14816 12710 0 -1 4194304 1310 23644 0 1 6 1 240 15 16 0 1 0 20511714 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 251610050658 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14816/statm: 4217 1111 409 3 0 796 0
[pid=14850] ppid=14816 vsize=5356 CPUtime=0
/proc/14850/stat : 14850 (sh) S 14816 14816 12710 0 -1 4194304 278 0 0 0 0 0 0 0 16 0 1 0 20512150 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 251601150788 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14850/statm: 1339 233 193 169 0 50 0
[pid=14851] ppid=14850 vsize=868724 CPUtime=21.11
/proc/14851/stat : 14851 (java) S 14850 14816 12710 0 -1 0 83409 0 1 0 2013 98 0 0 18 0 9 0 20512150 889573376 58697 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/14851/statm: 217181 58697 2593 9 0 211658 0
[pid=14851/tid=14852] ppid=14850 vsize=868724 CPUtime=13.51
/proc/14851/task/14852/stat : 14852 (java) R 14850 14816 12710 0 -1 64 5867 0 1 0 1295 56 0 0 25 0 9 0 20512151 889573376 58697 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14851/tid=14853] ppid=14850 vsize=868724 CPUtime=7.32
/proc/14851/task/14853/stat : 14853 (java) S 14850 14816 12710 0 -1 64 75333 0 0 0 693 39 0 0 16 0 9 0 20512152 889573376 58697 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=14851/tid=14854] ppid=14850 vsize=868724 CPUtime=0
/proc/14851/task/14854/stat : 14854 (java) S 14850 14816 12710 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 20512152 889573376 58697 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14851/tid=14855] ppid=14850 vsize=868724 CPUtime=0
/proc/14851/task/14855/stat : 14855 (java) S 14850 14816 12710 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 20512152 889573376 58697 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14851/tid=14856] ppid=14850 vsize=868724 CPUtime=0
/proc/14851/task/14856/stat : 14856 (java) S 14850 14816 12710 0 -1 64 0 0 0 0 0 0 0 0 24 0 9 0 20512154 889573376 58697 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14851/tid=14857] ppid=14850 vsize=868724 CPUtime=0.25
/proc/14851/task/14857/stat : 14857 (java) S 14850 14816 12710 0 -1 64 1506 0 0 0 24 1 0 0 16 0 9 0 20512154 889573376 58697 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14851/tid=14858] ppid=14850 vsize=868724 CPUtime=0
/proc/14851/task/14858/stat : 14858 (java) S 14850 14816 12710 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 20512154 889573376 58697 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14851/tid=14859] ppid=14850 vsize=868724 CPUtime=0
/proc/14851/task/14859/stat : 14859 (java) S 14850 14816 12710 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 20512154 889573376 58697 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 23.73
Current children cumulated vsize (KiB) 890948

[startup+51.1028 s]
/proc/loadavg: 4.45 4.73 4.81 3/79 14864
/proc/meminfo: memFree=1100360/2055920 swapFree=4192812/4192956
[pid=14816] ppid=14814 vsize=16868 CPUtime=31.15
/proc/14816/stat : 14816 (sugar) S 14814 14816 12710 0 -1 4194304 1376 107474 0 2 6 1 2944 164 16 0 1 0 20511714 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 251610050658 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14816/statm: 4217 1113 409 3 0 796 0
[pid=14862] ppid=14816 vsize=5356 CPUtime=0
/proc/14862/stat : 14862 (sh) S 14816 14816 12710 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20515297 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 251601150788 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14862/statm: 1339 232 193 169 0 50 0
[pid=14863] ppid=14862 vsize=398536 CPUtime=15.18

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

[pid=14862] ppid=14816 vsize=5356 CPUtime=0
/proc/14862/stat : 14862 (sh) S 14816 14816 12710 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20515297 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 251601150788 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14862/statm: 1339 232 193 169 0 50 0
[pid=14863] ppid=14862 vsize=472460 CPUtime=782.48
/proc/14863/stat : 14863 (minisat) R 14862 14816 12710 0 -1 4194304 113877 0 0 0 78158 90 0 0 25 0 1 0 20515297 483799040 113863 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/14863/statm: 118115 113863 76 150 0 117962 0
Current children cumulated CPU time (s) 813.63
Current children cumulated vsize (KiB) 494684

[startup+882.302 s]
/proc/loadavg: 2.00 2.27 3.31 3/85 15122
/proc/meminfo: memFree=1093640/2055920 swapFree=4192812/4192956
[pid=14816] ppid=14814 vsize=16868 CPUtime=31.15
/proc/14816/stat : 14816 (sugar) S 14814 14816 12710 0 -1 4194304 1376 107474 0 2 6 1 2944 164 16 0 1 0 20511714 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 251610050658 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14816/statm: 4217 1113 409 3 0 796 0
[pid=14862] ppid=14816 vsize=5356 CPUtime=0
/proc/14862/stat : 14862 (sh) S 14816 14816 12710 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20515297 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 251601150788 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14862/statm: 1339 232 193 169 0 50 0
[pid=14863] ppid=14862 vsize=481468 CPUtime=842.18
/proc/14863/stat : 14863 (minisat) R 14862 14816 12710 0 -1 4194304 116190 0 0 0 84126 92 0 0 25 0 1 0 20515297 493023232 116176 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/14863/statm: 120367 116176 76 150 0 120214 0
Current children cumulated CPU time (s) 873.33
Current children cumulated vsize (KiB) 503692

[startup+942.303 s]
/proc/loadavg: 2.18 2.28 3.24 3/86 15171
/proc/meminfo: memFree=544384/2055920 swapFree=4192812/4192956
[pid=14816] ppid=14814 vsize=16868 CPUtime=31.15
/proc/14816/stat : 14816 (sugar) S 14814 14816 12710 0 -1 4194304 1376 107474 0 2 6 1 2944 164 16 0 1 0 20511714 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 251610050658 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14816/statm: 4217 1113 409 3 0 796 0
[pid=14862] ppid=14816 vsize=5356 CPUtime=0
/proc/14862/stat : 14862 (sh) S 14816 14816 12710 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20515297 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 251601150788 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14862/statm: 1339 232 193 169 0 50 0
[pid=14863] ppid=14862 vsize=483448 CPUtime=901.64
/proc/14863/stat : 14863 (minisat) R 14862 14816 12710 0 -1 4194304 116684 0 0 0 90071 93 0 0 25 0 1 0 20515297 495050752 116670 996147200 134512640 135127466 4294956256 18446744073709551615 134530752 0 0 4096 3 0 0 0 17 0 0 0
/proc/14863/statm: 120862 116670 76 150 0 120709 0
Current children cumulated CPU time (s) 932.79
Current children cumulated vsize (KiB) 505672

[startup+1002.3 s]
/proc/loadavg: 2.07 2.22 3.16 3/86 15171
/proc/meminfo: memFree=530880/2055920 swapFree=4192812/4192956
[pid=14816] ppid=14814 vsize=16868 CPUtime=31.15
/proc/14816/stat : 14816 (sugar) S 14814 14816 12710 0 -1 4194304 1376 107474 0 2 6 1 2944 164 16 0 1 0 20511714 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 251610050658 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14816/statm: 4217 1113 409 3 0 796 0
[pid=14862] ppid=14816 vsize=5356 CPUtime=0
/proc/14862/stat : 14862 (sh) S 14816 14816 12710 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20515297 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 251601150788 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14862/statm: 1339 232 193 169 0 50 0
[pid=14863] ppid=14862 vsize=487132 CPUtime=961.07
/proc/14863/stat : 14863 (minisat) R 14862 14816 12710 0 -1 4194304 117406 0 0 0 96012 95 0 0 25 0 1 0 20515297 498823168 117392 996147200 134512640 135127466 4294956256 18446744073709551615 134530621 0 0 4096 3 0 0 0 17 0 0 0
/proc/14863/statm: 121783 117392 76 150 0 121630 0
Current children cumulated CPU time (s) 992.22
Current children cumulated vsize (KiB) 509356

[startup+1062.3 s]
/proc/loadavg: 2.22 2.23 3.11 3/87 15209
/proc/meminfo: memFree=542856/2055920 swapFree=4192812/4192956
[pid=14816] ppid=14814 vsize=16868 CPUtime=31.15
/proc/14816/stat : 14816 (sugar) S 14814 14816 12710 0 -1 4194304 1376 107474 0 2 6 1 2944 164 16 0 1 0 20511714 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 251610050658 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14816/statm: 4217 1113 409 3 0 796 0
[pid=14862] ppid=14816 vsize=5356 CPUtime=0
/proc/14862/stat : 14862 (sh) S 14816 14816 12710 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20515297 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 251601150788 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14862/statm: 1339 232 193 169 0 50 0
[pid=14863] ppid=14862 vsize=489776 CPUtime=1018.52
/proc/14863/stat : 14863 (minisat) R 14862 14816 12710 0 -1 4194304 118074 0 0 0 101756 96 0 0 25 0 1 0 20515297 501530624 118060 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/14863/statm: 122444 118060 76 150 0 122291 0
Current children cumulated CPU time (s) 1049.67
Current children cumulated vsize (KiB) 512000

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

[startup+1075.1 s]
/proc/loadavg: 2.17 2.22 3.09 3/87 15209
/proc/meminfo: memFree=558408/2055920 swapFree=4192812/4192956
[pid=14816] ppid=14814 vsize=16868 CPUtime=31.15
/proc/14816/stat : 14816 (sugar) S 14814 14816 12710 0 -1 4194304 1376 107474 0 2 6 1 2944 164 16 0 1 0 20511714 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 251610050658 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14816/statm: 4217 1113 409 3 0 796 0
[pid=14862] ppid=14816 vsize=5356 CPUtime=0
/proc/14862/stat : 14862 (sh) S 14816 14816 12710 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20515297 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 251601150788 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14862/statm: 1339 232 193 169 0 50 0
[pid=14863] ppid=14862 vsize=490172 CPUtime=1031.19
/proc/14863/stat : 14863 (minisat) R 14862 14816 12710 0 -1 4194304 118167 0 0 0 103023 96 0 0 25 0 1 0 20515297 501936128 118153 996147200 134512640 135127466 4294956256 18446744073709551615 134530613 0 0 4096 3 0 0 0 17 0 0 0
/proc/14863/statm: 122543 118153 76 150 0 122390 0
Current children cumulated CPU time (s) 1062.34
Current children cumulated vsize (KiB) 512396

[startup+1081.5 s]
/proc/loadavg: 2.15 2.22 3.08 3/87 15209
/proc/meminfo: memFree=542280/2055920 swapFree=4192812/4192956
[pid=14816] ppid=14814 vsize=16868 CPUtime=31.15
/proc/14816/stat : 14816 (sugar) S 14814 14816 12710 0 -1 4194304 1376 107474 0 2 6 1 2944 164 16 0 1 0 20511714 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 251610050658 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14816/statm: 4217 1113 409 3 0 796 0
[pid=14862] ppid=14816 vsize=5356 CPUtime=0
/proc/14862/stat : 14862 (sh) S 14816 14816 12710 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20515297 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 251601150788 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14862/statm: 1339 232 193 169 0 50 0
[pid=14863] ppid=14862 vsize=490172 CPUtime=1037.53
/proc/14863/stat : 14863 (minisat) R 14862 14816 12710 0 -1 4194304 118194 0 0 0 103657 96 0 0 25 0 1 0 20515297 501936128 118180 996147200 134512640 135127466 4294956256 18446744073709551615 134530682 0 0 4096 3 0 0 0 17 0 0 0
/proc/14863/statm: 122543 118180 76 150 0 122390 0
Current children cumulated CPU time (s) 1068.68
Current children cumulated vsize (KiB) 512396

[startup+1084.7 s]
/proc/loadavg: 2.14 2.21 3.08 3/87 15209
/proc/meminfo: memFree=558216/2055920 swapFree=4192812/4192956
[pid=14816] ppid=14814 vsize=16868 CPUtime=31.15
/proc/14816/stat : 14816 (sugar) S 14814 14816 12710 0 -1 4194304 1376 107474 0 2 6 1 2944 164 16 0 1 0 20511714 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 251610050658 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14816/statm: 4217 1113 409 3 0 796 0
[pid=14862] ppid=14816 vsize=5356 CPUtime=0
/proc/14862/stat : 14862 (sh) S 14816 14816 12710 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20515297 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 251601150788 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14862/statm: 1339 232 193 169 0 50 0
[pid=14863] ppid=14862 vsize=490304 CPUtime=1040.69
/proc/14863/stat : 14863 (minisat) R 14862 14816 12710 0 -1 4194304 118203 0 0 0 103973 96 0 0 25 0 1 0 20515297 502071296 118189 996147200 134512640 135127466 4294956256 18446744073709551615 134530676 0 0 4096 3 0 0 0 17 0 0 0
/proc/14863/statm: 122576 118189 76 150 0 122423 0
Current children cumulated CPU time (s) 1071.84
Current children cumulated vsize (KiB) 512528

[startup+1086.3 s]
/proc/loadavg: 2.14 2.21 3.08 3/87 15209
/proc/meminfo: memFree=558152/2055920 swapFree=4192812/4192956
[pid=14816] ppid=14814 vsize=16868 CPUtime=31.15
/proc/14816/stat : 14816 (sugar) S 14814 14816 12710 0 -1 4194304 1376 107474 0 2 6 1 2944 164 15 0 1 0 20511714 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 251610050658 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14816/statm: 4217 1113 409 3 0 796 0
[pid=14862] ppid=14816 vsize=5356 CPUtime=0
/proc/14862/stat : 14862 (sh) S 14816 14816 12710 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20515297 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 251601150788 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14862/statm: 1339 232 193 169 0 50 0
[pid=14863] ppid=14862 vsize=491300 CPUtime=1042.29
/proc/14863/stat : 14863 (minisat) R 14862 14816 12710 0 -1 4194304 118455 0 0 0 104132 97 0 0 25 0 1 0 20515297 503091200 118431 996147200 134512640 135127466 4294956256 18446744073709551615 134779900 0 0 4096 3 0 0 0 17 0 0 0
/proc/14863/statm: 122825 118431 82 150 0 122672 0
Current children cumulated CPU time (s) 1073.44
Current children cumulated vsize (KiB) 513524

[startup+1086.7 s]
/proc/loadavg: 2.13 2.21 3.07 4/95 15219
/proc/meminfo: memFree=1024264/2055920 swapFree=4192812/4192956
[pid=14816] ppid=14814 vsize=16868 CPUtime=1073.62
/proc/14816/stat : 14816 (sugar) S 14814 14816 12710 0 -1 4194304 1448 226214 0 2 6 1 107085 270 16 0 1 0 20511714 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 251610050658 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14816/statm: 4217 1113 409 3 0 796 0
[pid=15210] ppid=14816 vsize=5356 CPUtime=0
/proc/15210/stat : 15210 (sh) S 14816 14816 12710 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 20620363 5484544 233 996147200 4194304 4889804 548682068752 18446744073709551615 251601150788 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15210/statm: 1339 233 193 169 0 50 0
[pid=15211] ppid=15210 vsize=862284 CPUtime=0.2
/proc/15211/stat : 15211 (java) S 15210 14816 12710 0 -1 0 3128 0 1 0 18 2 0 0 20 0 9 0 20620363 882978816 2593 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/15211/statm: 215571 2593 1285 9 0 210484 0
[pid=15211/tid=15212] ppid=15210 vsize=862284 CPUtime=0.14
/proc/15211/task/15212/stat : 15212 (java) R 15210 14816 12710 0 -1 64 2062 0 1 0 13 1 0 0 25 0 9 0 20620364 882978816 2593 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15211/tid=15213] ppid=15210 vsize=862284 CPUtime=0
/proc/15211/task/15213/stat : 15213 (java) S 15210 14816 12710 0 -1 64 75 0 0 0 0 0 0 0 16 0 9 0 20620366 882978816 2593 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=15211/tid=15214] ppid=15210 vsize=862284 CPUtime=0
/proc/15211/task/15214/stat : 15214 (java) S 15210 14816 12710 0 -1 64 11 0 0 0 0 0 0 0 23 0 9 0 20620366 882978816 2593 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15211/tid=15215] ppid=15210 vsize=862284 CPUtime=0
/proc/15211/task/15215/stat : 15215 (java) S 15210 14816 12710 0 -1 64 4 0 0 0 0 0 0 0 24 0 9 0 20620366 882978816 2593 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15211/tid=15216] ppid=15210 vsize=862284 CPUtime=0
/proc/15211/task/15216/stat : 15216 (java) S 15210 14816 12710 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 20620368 882978816 2593 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15211/tid=15217] ppid=15210 vsize=862284 CPUtime=0.03
/proc/15211/task/15217/stat : 15217 (java) R 15210 14816 12710 0 -1 64 297 0 0 0 3 0 0 0 21 0 9 0 20620368 882978816 2593 996147200 134512640 134550932 4294955984 18446744073709551615 102536160 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15211/tid=15218] ppid=15210 vsize=862284 CPUtime=0
/proc/15211/task/15218/stat : 15218 (java) S 15210 14816 12710 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 20620368 882978816 2593 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15211/tid=15219] ppid=15210 vsize=862284 CPUtime=0
/proc/15211/task/15219/stat : 15219 (java) S 15210 14816 12710 0 -1 64 1 0 0 0 0 0 0 0 16 0 9 0 20620368 882978816 2593 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1073.82
Current children cumulated vsize (KiB) 884508

[startup+1087.1 s]
/proc/loadavg: 2.13 2.21 3.07 4/95 15219
/proc/meminfo: memFree=1024264/2055920 swapFree=4192812/4192956
[pid=14816] ppid=14814 vsize=16868 CPUtime=1074.18
/proc/14816/stat : 14816 (sugar) R 14814 14816 12710 0 -1 4194304 1478 230169 0 3 7 5 107132 274 16 0 1 0 20511714 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 251601327145 0 0 4224 16386 0 0 0 17 0 0 0
/proc/14816/statm: 4217 1114 410 3 0 796 0
Current children cumulated CPU time (s) 1074.18
Current children cumulated vsize (KiB) 16868

Child status: 0
Real time (s): 1087.16
CPU time (s): 1074.25
CPU user time (s): 1071.4
CPU system time (s): 2.85057
CPU usage (%): 98.8127
Max. virtual memory (cumulated for all children) (KiB): 916448

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

runsolver used 1.39279 second user time and 3.41448 second system time

The end

Launcher Data

Begin job on node91 at 2009-07-11 19:47:51
IDJOB=2064163
IDBENCH=54128
IDSOLVER=739
FILE ID=node91/2064163-1247334470
PBS_JOBID= 9506454
Free space on /tmp= 65656 MiB

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

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

MD5SUM BENCH= be35789960256c589543366605c747b5
RANDOM SEED=934637023

node91.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.241
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.241
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:       1932888 kB
Buffers:          3376 kB
Cached:          49324 kB
SwapCached:          0 kB
Active:          66852 kB
Inactive:         2520 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1932888 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:           16660 kB
Writeback:           0 kB
Mapped:          26572 kB
Slab:            38976 kB
Committed_AS:   140732 kB
PageTables:       1696 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66104 MiB
End job on node91 at 2009-07-11 20:05:58