Trace number 2063822

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 421.811 424.92

General information on the benchmark

Namecsp/compet08/
normalized-patat-08-comp-5.xml
MD5SUMf5998e2cea9b4eec8b3b7aad8f0dac4c
Bench CategoryAlldiff (alldiff)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark328.151
Satisfiable
(Un)Satisfiability was proved
Number of variables800
Number of constraints41851
Maximum constraint arity24
Maximum domain size34
Number of constraints which are defined in extension0
Number of constraints which are defined in intension41551
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:22:39 2009
0.00/0.08	c 0	PID 16039
0.07/0.08	c 0	HOST node33.alineos.net
0.07/0.08	c 0	CONVERTING HOME/instance-2063822-1247332958.xml TO HOME/temp.csp
0.07/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-2063822-1247332958.xml' 'HOME/temp.csp'
2.54/2.66	c 2	437 domains, 800 variables, 1 predicates, 0 relations, 41851 constraints
2.61/2.71	c 2	ENCODING HOME/temp.csp TO HOME/temp.cnf
2.61/2.71	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/2.79	c 2	Parsing HOME/temp.csp
2.62/3.10	c 3	parsed 10000 expressions
3.19/3.31	c 3	parsed 20000 expressions
3.28/3.41	c 3	parsed 30000 expressions
3.38/3.59	c 3	parsed 40000 expressions
3.48/3.63	c 3	parsed 43089 expressions
3.48/3.64	c 3	Heap : 17 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
3.48/3.64	c 3	Converting to clausal form CSP
5.46/5.68	c 5	converted 4309 (10%) expressions
8.03/8.28	c 8	converted 8618 (20%) expressions
10.91/11.16	c 11	converted 12927 (30%) expressions
13.18/13.44	c 13	converted 17236 (40%) expressions
16.25/16.59	c 16	converted 21545 (50%) expressions
18.73/19.04	c 19	converted 25854 (60%) expressions
21.01/21.36	c 21	converted 30163 (70%) expressions
24.78/25.14	c 25	converted 34472 (80%) expressions
26.96/27.39	c 27	converted 38781 (90%) expressions
69.35/69.99	c 69	converted 43089 (100%) expressions
69.35/69.99	c 70	CSP : 800 integers, 0 booleans, 106473 clauses, largest domain size 34
69.35/69.99	c 70	Heap : 537 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
69.35/69.99	c 70	Propagation in CSP
75.72/76.30	c 76	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
75.72/76.30	c 76	CSP : 800 integers, 0 booleans, 106473 clauses, largest domain size 34
75.72/76.30	c 76	Heap : 551 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
75.82/76.41	c 76	Simplifing CSP by introducing new Boolean variables
76.92/77.51	c 77	CSP : 800 integers, 291905 booleans, 398378 clauses, largest domain size 34
76.92/77.51	c 77	Heap : 604 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
80.19/80.87	c 80	Encoding CSP to SAT : HOME/temp.cnf
80.30/80.97	c 80	80 (10%) CSP integer variables are encoded (1878 clauses, 22355 bytes)
80.30/80.98	c 80	160 (20%) CSP integer variables are encoded (3788 clauses, 47185 bytes)
80.30/80.99	c 81	240 (30%) CSP integer variables are encoded (5650 clauses, 71391 bytes)
80.40/81.00	c 81	320 (40%) CSP integer variables are encoded (7596 clauses, 96689 bytes)
80.40/81.01	c 81	400 (50%) CSP integer variables are encoded (9501 clauses, 121454 bytes)
80.40/81.01	c 81	480 (60%) CSP integer variables are encoded (9975 clauses, 128393 bytes)
80.40/81.01	c 81	560 (70%) CSP integer variables are encoded (10518 clauses, 136538 bytes)
80.40/81.01	c 81	640 (80%) CSP integer variables are encoded (11087 clauses, 145073 bytes)
80.40/81.02	c 81	720 (90%) CSP integer variables are encoded (11623 clauses, 153113 bytes)
80.40/81.02	c 81	800 (100%) CSP integer variables are encoded (12266 clauses, 162758 bytes)
82.37/83.08	c 83	39838 (10%) CSP clauses are encoded (495367 clauses, 9288964 bytes)
84.36/85.01	c 85	79676 (20%) CSP clauses are encoded (960627 clauses, 18500497 bytes)
86.35/87.07	c 87	119514 (30%) CSP clauses are encoded (1454741 clauses, 28464502 bytes)
88.44/89.11	c 89	159352 (40%) CSP clauses are encoded (1935656 clauses, 38527337 bytes)
90.42/91.16	c 91	199189 (50%) CSP clauses are encoded (2425401 clauses, 48773594 bytes)
92.90/93.69	c 93	239027 (60%) CSP clauses are encoded (3044676 clauses, 61416880 bytes)
95.48/96.24	c 96	278865 (70%) CSP clauses are encoded (3681459 clauses, 74288545 bytes)
98.05/98.84	c 98	318703 (80%) CSP clauses are encoded (4325093 clauses, 87390781 bytes)
100.62/101.43	c 101	358541 (90%) CSP clauses are encoded (4968484 clauses, 100450190 bytes)
103.21/104.06	c 104	398378 (100%) CSP clauses are encoded (5616444 clauses, 113654324 bytes)
103.21/104.06	c 104	398378 CSP clauses encoded
103.21/104.06	c 104	Writing map file : HOME/temp.map
103.32/104.11	c 104	Heap : 579 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
103.32/104.11	c 104	SAT : 304879 SAT variables, 5616444 SAT clauses, 113654324 bytes
103.32/104.11	c 104	Heap : 579 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
103.37/104.26	c 104	SOLVING HOME/temp.cnf
103.37/104.26	c 104	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
103.37/104.26	c 104	This is MiniSat 2.0 beta
103.37/104.26	c 104	WARNING: for repeatability, setting FPU to use double precision
103.37/104.26	c 104	============================[ Problem Statistics ]=============================
103.37/104.26	c 104	|                                                                             |
103.37/104.27	c 104	|  Number of variables:  304879                                               |
103.37/104.27	c 104	|  Number of clauses:    5616444                                              |
106.34/107.23	c 107	|  Parsing time:         2.56         s                                       |
106.54/107.40	c 107	============================[ Search Statistics ]==============================
106.54/107.40	c 107	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
106.54/107.40	c 107	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
106.54/107.40	c 107	===============================================================================
106.54/107.40	c 107	|         0 |  304879  5616444 16358895 |  1872148        0    nan |  0.000 % |
109.23/110.18	c 110	|       101 |  304879  5616444 16358895 |  2059362      101    159 |  0.000 % |
110.42/111.39	c 111	|       251 |  304879  5616444 16358895 |  2265299      251     77 |  0.000 % |
112.02/112.95	c 112	|       476 |  304879  5616444 16358895 |  2491828      476     62 |  0.000 % |
115.51/116.46	c 116	|       813 |  304879  5616444 16358895 |  2741011      813     84 |  0.000 % |
117.99/118.94	c 118	|      1319 |  304879  5616444 16358895 |  3015113     1319     69 |  0.000 % |
121.08/122.07	c 122	|      2078 |  304879  5616444 16358895 |  3316624     2078     57 |  0.000 % |
125.06/126.05	c 126	|      3217 |  304879  5616444 16358895 |  3648286     3217     47 |  0.000 % |
130.14/131.19	c 131	|      4925 |  304879  5616444 16358895 |  4013115     4925     44 |  0.000 % |
157.75/158.95	c 158	|      7487 |  304879  5616444 16358895 |  4414427     7487     82 |  0.000 % |
186.42/187.77	c 187	|     11331 |  304879  5616444 16358895 |  4855869    11331     86 |  0.000 % |
219.73/221.40	c 221	|     17098 |  304879  5616444 16358895 |  5341456    17098     74 |  0.000 % |
256.29/258.21	c 258	|     25747 |  304879  5616444 16358895 |  5875602    25747     65 |  0.000 % |
317.81/320.32	c 320	|     38722 |  304879  5616444 16358895 |  6463162    38722     64 |  0.000 % |
365.84/368.62	c 368	|     58183 |  304879  5616444 16358895 |  7109478    58183     55 |  0.000 % |
420.93/424.02	c 424	===============================================================================
420.93/424.06	c 424	restarts              : 15
420.93/424.06	c 424	conflicts             : 63155          (199 /sec)
420.93/424.06	c 424	decisions             : 126978         (1.17 % random) (401 /sec)
420.93/424.06	c 424	propagations          : 216301889      (682265 /sec)
420.93/424.06	c 424	conflict literals     : 3802783        (4.52 % deleted)
420.93/424.06	c 424	Memory used           : 278.33 MB
420.93/424.06	c 424	CPU time              : 317.035 s
420.93/424.06	c 424	
421.03/424.18	c 424	SATISFIABLE
421.12/424.22	c 424	DECODING HOME/temp.out WITH HOME/temp.map
421.12/424.22	c 424	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'
421.16/424.31	c 424	Decoding HOME/temp.out
421.61/424.76	s SATISFIABLE
421.61/424.79	v 6 10 2 35 44 8 10 17 36 22 23 27 33 6 3 32 8 20 9 11 39 6 18 2 1 11 32 2 44 37 34 32 41 38 39 38 14 25 5 27 9 11 36 38 25 23 38 31 40 13 31 36 1 36 5 4 24 32 36 15 3 5 21 7 26 38 25 37 42 32 12 29 16 20 11 25 8 12 19 1 38 28 39 5 37 31 30 10 21 24 25 16 14 34 25 30 44 28 5 22 25 32 13 44 26 27 14 8 13 16 0 4 2 15 14 16 31 35 8 1 26 19 42 30 8 2 9 2 8 1 7 35 34 36 18 4 22 11 18 7 5 7 40 42 40 15 18 44 15 1 14 2 37 30 42 3 6 29 19 3 30 34 40 24 37 8 30 24 42 11 7 6 44 32 14 24 44 38 10 31 6 16 28 21 14 3 35 12 12 9 36 22 23 37 9 41 4 2 5 19 33 27 38 23 7 44 44 30 14 38 18 41 25 4 43 29 20 23 35 3 1 0 0 26 7 24 20 36 9 30 4 31 28 30 42 21 26 40 6 40 28 20 13 22 39 23 24 20 4 2 40 4 2 29 19 17 18 13 23 11 37 13 35 44 39 43 17 41 14 1 40 17 4 43 6 19 27 37 8 18 21 20 43 40 17 3 3 18 3 23 27 21 38 7 8 15 28 40 34 16 15 17 17 22 1 5 1 43 35 21 22 41 5 36 10 21 35 27 33 34 11 33 41 7 26 33 21 34 43 13 26 42 41 11 19 32 10 3 28 17 20 12 7 42 29 0 24 44 35 19 30 42 10 21 18 43 28 26 8 22 39 39 12 35 4 26 43 34 43 0 16 39 17 35 29 17 13 12 1 42 44 41 33 24 0 18 33 24 37 25 35 39 9 16 39 5 36 27 19 43 16 14 5 6 5 0 19 0 15 19 9 15 9 4 0 11 3 9 15 18 0 18 17 17 2 12 9 19 19 15 17 6 1 4 1 1 3 18 11 18 0 19 8 11 15 2 19 12 11 9 11 14 17 2 3 18 8 15 12 12 15 12 9 15 5 0 12 3 19 16 3 16 18 12 14 0 18 2 12 19 12 15 4 7 12 0 16 16 15 13 3 3 13 15 19 15 11 11 16 1 14 7 8 0 18 14 18 17 16 19 9 19 13 11 1 12 17 14 11 11 1 0 17 18 9 12 2 9 7 16 11 11 11 16 19 17 2 16 4 9 17 1 5 3 9 7 1 18 10 1 11 7 18 5 11 12 9 15 19 19 19 14 17 11 7 2 17 16 16 17 5 12 1 19 4 18 16 17 12 6 1 17 18 19 19 1 1 5 17 13 17 13 15 16 18 13 11 15 2 16 14 17 16 13 3 17 9 13 17 14 16 14 5 7 7 5 16 17 4 9 18 0 3 3 16 6 19 1 19 2 15 3 9 3 9 2 13 8 17 16 2 13 11 8 18 16 1 18 12 8 7 0 1 2 7 12 15 19 18 3 0 3 5 7 16 17 15 9 2 13 15 13 2 11 8 11 7 8 16 8 1 15 16 3 16 11 3 9 17 1 2 13 13 6 8 15 5 6 0 0 9 9 19 9 7 15 12 15 3 12 15 0 8 9 0 17 12 8 8 19 15 15 11 2 15 0 14 18 0 0 0 8 17 9 10 2 3 18 19 18 17 9 13 15 11 6 3 15 13 2 6 18 9 3 13 18 16 19 15 3 14 3 15 19 16 17 6 3 19 11 1 2 4 17 3 11 14 4 15 6 2 16 11 4 17 12 17 2 11 4 15 15 11 13 11 0 19 0 13 12
421.70/424.80	c 424	Heap : 1 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
421.70/424.87	c 424	CPU 421.73 (0.07 0.01 419.41 2.24)
421.70/424.87	c 424	END Sat Jul 11 19:29:43 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-2063822-1247332958/watcher-2063822-1247332958 -o /tmp/evaluation-result-2063822-1247332958/solver-2063822-1247332958 -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-2063822-1247332958.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.16 2.13 1.82 4/81 16039
/proc/meminfo: memFree=1352392/2055920 swapFree=4192812/4192956
[pid=16039] ppid=16037 vsize=12268 CPUtime=0
/proc/16039/stat : 16039 (sugar) R 16037 16039 13965 0 -1 4194304 348 0 0 0 0 0 0 0 20 0 1 0 20361846 12562432 316 996147200 4194304 4206940 548682068608 18446744073709551615 210824297061 0 2147483391 4224 0 0 0 0 17 1 0 0
/proc/16039/statm: 3067 316 241 3 0 167 0

[startup+0.0824271 s]
/proc/loadavg: 2.16 2.13 1.82 4/81 16039
/proc/meminfo: memFree=1352392/2055920 swapFree=4192812/4192956
[pid=16039] ppid=16037 vsize=16740 CPUtime=0.07
/proc/16039/stat : 16039 (sugar) S 16037 16039 13965 0 -1 4194304 1152 0 0 0 6 1 0 0 18 0 1 0 20361846 17141760 1107 996147200 4194304 4206940 548682068608 18446744073709551615 210833027170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16039/statm: 4185 1107 406 3 0 764 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16740

[startup+0.101554 s]
/proc/loadavg: 2.16 2.13 1.82 4/81 16039
/proc/meminfo: memFree=1352392/2055920 swapFree=4192812/4192956
[pid=16039] ppid=16037 vsize=16868 CPUtime=0.07
/proc/16039/stat : 16039 (sugar) S 16037 16039 13965 0 -1 4194304 1227 128 0 0 6 1 0 0 19 0 1 0 20361846 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 210833027170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16039/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.301574 s]
/proc/loadavg: 2.16 2.13 1.82 4/81 16039
/proc/meminfo: memFree=1352392/2055920 swapFree=4192812/4192956
[pid=16039] ppid=16037 vsize=16868 CPUtime=0.07
/proc/16039/stat : 16039 (sugar) S 16037 16039 13965 0 -1 4194304 1227 128 0 0 6 1 0 0 19 0 1 0 20361846 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 210833027170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16039/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.701625 s]
/proc/loadavg: 2.16 2.13 1.82 4/81 16039
/proc/meminfo: memFree=1352392/2055920 swapFree=4192812/4192956
[pid=16039] ppid=16037 vsize=16868 CPUtime=0.07
/proc/16039/stat : 16039 (sugar) S 16037 16039 13965 0 -1 4194304 1227 128 0 0 6 1 0 0 19 0 1 0 20361846 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 210833027170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16039/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+1.50272 s]
/proc/loadavg: 2.16 2.13 1.82 3/92 16051
/proc/meminfo: memFree=1325680/2055920 swapFree=4192812/4192956
[pid=16039] ppid=16037 vsize=16868 CPUtime=0.07
/proc/16039/stat : 16039 (sugar) S 16037 16039 13965 0 -1 4194304 1227 128 0 0 6 1 0 0 19 0 1 0 20361846 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 210833027170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16039/statm: 4217 1111 409 3 0 796 0
[pid=16042] ppid=16039 vsize=5356 CPUtime=0
/proc/16042/stat : 16042 (sh) S 16039 16039 13965 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20361854 5484544 233 996147200 4194304 4889804 548682068752 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16042/statm: 1339 233 193 169 0 50 0
[pid=16043] ppid=16042 vsize=864772 CPUtime=1.39
/proc/16043/stat : 16043 (java) S 16042 16039 13965 0 -1 0 15177 0 1 0 131 8 0 0 18 0 9 0 20361854 885526528 13206 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16043/statm: 216193 13206 2556 9 0 210705 0
[pid=16043/tid=16044] ppid=16042 vsize=864772 CPUtime=0.83
/proc/16043/task/16044/stat : 16044 (java) R 16042 16039 13965 0 -1 64 3054 0 1 0 81 2 0 0 25 0 9 0 20361855 885526528 13206 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16043/tid=16045] ppid=16042 vsize=864772 CPUtime=0.41
/proc/16043/task/16045/stat : 16045 (java) R 16042 16039 13965 0 -1 64 10904 0 0 0 37 4 0 0 16 0 9 0 20361857 885526528 13206 996147200 134512640 134550932 4294955984 18446744073709551615 102759490 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16043/tid=16046] ppid=16042 vsize=864772 CPUtime=0
/proc/16043/task/16046/stat : 16046 (java) S 16042 16039 13965 0 -1 64 16 0 0 0 0 0 0 0 16 0 9 0 20361857 885526528 13206 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16043/tid=16047] ppid=16042 vsize=864772 CPUtime=0
/proc/16043/task/16047/stat : 16047 (java) S 16042 16039 13965 0 -1 64 10 0 0 0 0 0 0 0 15 0 9 0 20361857 885526528 13206 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16043/tid=16048] ppid=16042 vsize=864772 CPUtime=0
/proc/16043/task/16048/stat : 16048 (java) S 16042 16039 13965 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 20361859 885526528 13206 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16043/tid=16049] ppid=16042 vsize=864772 CPUtime=0.11
/proc/16043/task/16049/stat : 16049 (java) S 16042 16039 13965 0 -1 64 514 0 0 0 11 0 0 0 16 0 9 0 20361859 885526528 13206 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16043/tid=16050] ppid=16042 vsize=864772 CPUtime=0
/proc/16043/task/16050/stat : 16050 (java) S 16042 16039 13965 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 20361859 885526528 13206 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16043/tid=16051] ppid=16042 vsize=864772 CPUtime=0
/proc/16043/task/16051/stat : 16051 (java) S 16042 16039 13965 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 20361859 885526528 13206 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.46
Current children cumulated vsize (KiB) 886996

[startup+3.10191 s]
/proc/loadavg: 2.15 2.12 1.82 4/92 16051
/proc/meminfo: memFree=1286512/2055920 swapFree=4192812/4192956
[pid=16039] ppid=16037 vsize=16868 CPUtime=2.62
/proc/16039/stat : 16039 (sugar) S 16037 16039 13965 0 -1 4194304 1309 22379 0 1 6 1 242 13 16 0 1 0 20361846 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 210833027170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16039/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 2.62
Current children cumulated vsize (KiB) 16868

[startup+6.3023 s]
/proc/loadavg: 2.15 2.12 1.82 3/92 16061
/proc/meminfo: memFree=1303344/2055920 swapFree=4192812/4192956
[pid=16039] ppid=16037 vsize=16868 CPUtime=2.62
/proc/16039/stat : 16039 (sugar) S 16037 16039 13965 0 -1 4194304 1309 22379 0 1 6 1 242 13 16 0 1 0 20361846 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 210833027170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16039/statm: 4217 1111 409 3 0 796 0
[pid=16052] ppid=16039 vsize=5356 CPUtime=0
/proc/16052/stat : 16052 (sh) S 16039 16039 13965 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 20362117 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16052/statm: 1339 233 193 169 0 50 0
[pid=16053] ppid=16052 vsize=868644 CPUtime=3.53
/proc/16053/stat : 16053 (java) S 16052 16039 13965 0 -1 0 16473 0 1 0 346 7 0 0 18 0 9 0 20362117 889491456 15138 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16053/statm: 217161 15138 2566 9 0 211666 0
[pid=16053/tid=16054] ppid=16052 vsize=868644 CPUtime=2.66
/proc/16053/task/16054/stat : 16054 (java) R 16052 16039 13965 0 -1 64 2909 0 1 0 265 1 0 0 25 0 9 0 20362118 889491456 15138 996147200 134512640 134550932 4294955936 18446744073709551615 4126553284 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16053/tid=16055] ppid=16052 vsize=868644 CPUtime=0.68
/proc/16053/task/16055/stat : 16055 (java) S 16052 16039 13965 0 -1 64 11398 0 0 0 64 4 0 0 16 0 9 0 20362120 889491456 15138 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16053/tid=16056] ppid=16052 vsize=868644 CPUtime=0
/proc/16053/task/16056/stat : 16056 (java) S 16052 16039 13965 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 20362120 889491456 15138 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16053/tid=16057] ppid=16052 vsize=868644 CPUtime=0
/proc/16053/task/16057/stat : 16057 (java) S 16052 16039 13965 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 20362120 889491456 15138 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16053/tid=16058] ppid=16052 vsize=868644 CPUtime=0
/proc/16053/task/16058/stat : 16058 (java) S 16052 16039 13965 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 20362122 889491456 15138 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16053/tid=16059] ppid=16052 vsize=868644 CPUtime=0.15
/proc/16053/task/16059/stat : 16059 (java) S 16052 16039 13965 0 -1 64 1463 0 0 0 15 0 0 0 15 0 9 0 20362122 889491456 15138 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16053/tid=16060] ppid=16052 vsize=868644 CPUtime=0
/proc/16053/task/16060/stat : 16060 (java) S 16052 16039 13965 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 20362122 889491456 15138 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16053/tid=16061] ppid=16052 vsize=868644 CPUtime=0
/proc/16053/task/16061/stat : 16061 (java) S 16052 16039 13965 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 20362122 889491456 15138 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.15
Current children cumulated vsize (KiB) 890868

[startup+12.7011 s]
/proc/loadavg: 2.13 2.12 1.82 3/92 16061
/proc/meminfo: memFree=1241648/2055920 swapFree=4192812/4192956
[pid=16039] ppid=16037 vsize=16868 CPUtime=2.62
/proc/16039/stat : 16039 (sugar) S 16037 16039 13965 0 -1 4194304 1309 22379 0 1 6 1 242 13 16 0 1 0 20361846 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 210833027170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16039/statm: 4217 1111 409 3 0 796 0
[pid=16052] ppid=16039 vsize=5356 CPUtime=0
/proc/16052/stat : 16052 (sh) S 16039 16039 13965 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 20362117 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16052/statm: 1339 233 193 169 0 50 0
[pid=16053] ppid=16052 vsize=868644 CPUtime=9.87
/proc/16053/stat : 16053 (java) S 16052 16039 13965 0 -1 0 35573 0 1 0 971 16 0 0 18 0 9 0 20362117 889491456 30480 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16053/statm: 217161 30480 2567 9 0 211666 0
[pid=16053/tid=16054] ppid=16052 vsize=868644 CPUtime=7.55
/proc/16053/task/16054/stat : 16054 (java) R 16052 16039 13965 0 -1 64 3690 0 1 0 753 2 0 0 25 0 9 0 20362118 889491456 30480 996147200 134512640 134550932 4294955936 18446744073709551615 4126555444 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16053/tid=16055] ppid=16052 vsize=868644 CPUtime=2.13
/proc/16053/task/16055/stat : 16055 (java) S 16052 16039 13965 0 -1 64 29715 0 0 0 201 12 0 0 16 0 9 0 20362120 889491456 30480 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16053/tid=16056] ppid=16052 vsize=868644 CPUtime=0
/proc/16053/task/16056/stat : 16056 (java) S 16052 16039 13965 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 20362120 889491456 30480 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16053/tid=16057] ppid=16052 vsize=868644 CPUtime=0
/proc/16053/task/16057/stat : 16057 (java) S 16052 16039 13965 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 20362120 889491456 30480 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16053/tid=16058] ppid=16052 vsize=868644 CPUtime=0
/proc/16053/task/16058/stat : 16058 (java) S 16052 16039 13965 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 20362122 889491456 30480 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16053/tid=16059] ppid=16052 vsize=868644 CPUtime=0.16
/proc/16053/task/16059/stat : 16059 (java) S 16052 16039 13965 0 -1 64 1465 0 0 0 16 0 0 0 16 0 9 0 20362122 889491456 30480 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16053/tid=16060] ppid=16052 vsize=868644 CPUtime=0
/proc/16053/task/16060/stat : 16060 (java) S 16052 16039 13965 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 20362122 889491456 30480 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16053/tid=16061] ppid=16052 vsize=868644 CPUtime=0
/proc/16053/task/16061/stat : 16061 (java) S 16052 16039 13965 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 20362122 889491456 30480 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.49
Current children cumulated vsize (KiB) 890868

[startup+25.5024 s]
/proc/loadavg: 2.11 2.12 1.83 3/92 16061
/proc/meminfo: memFree=1124208/2055920 swapFree=4192812/4192956
[pid=16039] ppid=16037 vsize=16868 CPUtime=2.62
/proc/16039/stat : 16039 (sugar) S 16037 16039 13965 0 -1 4194304 1309 22379 0 1 6 1 242 13 16 0 1 0 20361846 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 210833027170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16039/statm: 4217 1111 409 3 0 796 0
[pid=16052] ppid=16039 vsize=5356 CPUtime=0
/proc/16052/stat : 16052 (sh) S 16039 16039 13965 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 20362117 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16052/statm: 1339 233 193 169 0 50 0
[pid=16053] ppid=16052 vsize=868644 CPUtime=22.55
/proc/16053/stat : 16053 (java) S 16052 16039 13965 0 -1 0 70632 0 1 0 2226 29 0 0 18 0 9 0 20362117 889491456 58132 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16053/statm: 217161 58132 2567 9 0 211666 0
[pid=16053/tid=16054] ppid=16052 vsize=868644 CPUtime=16.8
/proc/16053/task/16054/stat : 16054 (java) R 16052 16039 13965 0 -1 64 5793 0 1 0 1677 3 0 0 25 0 9 0 20362118 889491456 58132 996147200 134512640 134550932 4294955936 18446744073709551615 4126512625 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16053/tid=16055] ppid=16052 vsize=868644 CPUtime=5.56
/proc/16053/task/16055/stat : 16055 (java) S 16052 16039 13965 0 -1 64 62670 0 0 0 531 25 0 0 16 0 9 0 20362120 889491456 58132 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16053/tid=16056] ppid=16052 vsize=868644 CPUtime=0
/proc/16053/task/16056/stat : 16056 (java) S 16052 16039 13965 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 20362120 889491456 58132 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16053/tid=16057] ppid=16052 vsize=868644 CPUtime=0
/proc/16053/task/16057/stat : 16057 (java) S 16052 16039 13965 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 20362120 889491456 58132 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16053/tid=16058] ppid=16052 vsize=868644 CPUtime=0
/proc/16053/task/16058/stat : 16058 (java) S 16052 16039 13965 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 20362122 889491456 58132 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16053/tid=16059] ppid=16052 vsize=868644 CPUtime=0.16
/proc/16053/task/16059/stat : 16059 (java) S 16052 16039 13965 0 -1 64 1466 0 0 0 16 0 0 0 16 0 9 0 20362122 889491456 58132 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16053/tid=16060] ppid=16052 vsize=868644 CPUtime=0
/proc/16053/task/16060/stat : 16060 (java) S 16052 16039 13965 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 20362122 889491456 58132 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16053/tid=16061] ppid=16052 vsize=868644 CPUtime=0
/proc/16053/task/16061/stat : 16061 (java) S 16052 16039 13965 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 20362122 889491456 58132 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.17
Current children cumulated vsize (KiB) 890868

[startup+51.1025 s]
/proc/loadavg: 2.07 2.11 1.83 3/92 16061
/proc/meminfo: memFree=913328/2055920 swapFree=4192812/4192956
[pid=16039] ppid=16037 vsize=16868 CPUtime=2.62
/proc/16039/stat : 16039 (sugar) S 16037 16039 13965 0 -1 4194304 1309 22379 0 1 6 1 242 13 16 0 1 0 20361846 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 210833027170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16039/statm: 4217 1111 409 3 0 796 0
[pid=16052] ppid=16039 vsize=5356 CPUtime=0
/proc/16052/stat : 16052 (sh) S 16039 16039 13965 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 20362117 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16052/statm: 1339 233 193 169 0 50 0
[pid=16053] ppid=16052 vsize=868644 CPUtime=48.02
/proc/16053/stat : 16053 (java) S 16052 16039 13965 0 -1 0 128747 0 1 0 4749 53 0 0 18 0 9 0 20362117 889491456 112034 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16053/statm: 217161 112034 2567 9 0 211666 0

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

[pid=16062] ppid=16039 vsize=5356 CPUtime=0
/proc/16062/stat : 16062 (sh) S 16039 16039 13965 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20372272 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/16062/statm: 1339 232 193 169 0 50 0
[pid=16063] ppid=16062 vsize=273052 CPUtime=117.27
/proc/16063/stat : 16063 (minisat) R 16062 16039 13965 0 -1 4194304 65519 0 0 0 11683 44 0 0 25 0 1 0 20372272 279605248 65505 996147200 134512640 135127466 4294956256 18446744073709551615 134531240 0 0 4096 3 0 0 0 17 0 0 0
/proc/16063/statm: 68263 65505 76 150 0 68110 0
Current children cumulated CPU time (s) 220.72
Current children cumulated vsize (KiB) 295276

[startup+282.301 s]
/proc/loadavg: 2.09 2.11 1.89 3/77 16115
/proc/meminfo: memFree=860248/2055920 swapFree=4192812/4192956
[pid=16039] ppid=16037 vsize=16868 CPUtime=103.45
/proc/16039/stat : 16039 (sugar) S 16037 16039 13965 0 -1 4194304 1376 211495 0 2 7 1 10174 163 16 0 1 0 20361846 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 210833027170 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/16039/statm: 4217 1113 409 3 0 796 0
[pid=16062] ppid=16039 vsize=5356 CPUtime=0
/proc/16062/stat : 16062 (sh) S 16039 16039 13965 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20372272 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/16062/statm: 1339 232 193 169 0 50 0
[pid=16063] ppid=16062 vsize=276000 CPUtime=176.71
/proc/16063/stat : 16063 (minisat) R 16062 16039 13965 0 -1 4194304 66245 0 0 0 17625 46 0 0 25 0 1 0 20372272 282624000 66231 996147200 134512640 135127466 4294956256 18446744073709551615 134530621 0 0 4096 3 0 0 0 17 0 0 0
/proc/16063/statm: 69000 66231 76 150 0 68847 0
Current children cumulated CPU time (s) 280.16
Current children cumulated vsize (KiB) 298224

[startup+342.301 s]
/proc/loadavg: 2.10 2.10 1.90 3/86 16163
/proc/meminfo: memFree=919776/2055920 swapFree=4192812/4192956
[pid=16039] ppid=16037 vsize=16868 CPUtime=103.45
/proc/16039/stat : 16039 (sugar) S 16037 16039 13965 0 -1 4194304 1376 211495 0 2 7 1 10174 163 16 0 1 0 20361846 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 210833027170 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/16039/statm: 4217 1113 409 3 0 796 0
[pid=16062] ppid=16039 vsize=5356 CPUtime=0
/proc/16062/stat : 16062 (sh) S 16039 16039 13965 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20372272 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/16062/statm: 1339 232 193 169 0 50 0
[pid=16063] ppid=16062 vsize=279520 CPUtime=236.2
/proc/16063/stat : 16063 (minisat) R 16062 16039 13965 0 -1 4194304 67124 0 0 0 23571 49 0 0 25 0 1 0 20372272 286228480 67110 996147200 134512640 135127466 4294956256 18446744073709551615 134530621 0 0 4096 3 0 0 0 17 0 0 0
/proc/16063/statm: 69880 67110 76 150 0 69727 0
Current children cumulated CPU time (s) 339.65
Current children cumulated vsize (KiB) 301744

[startup+402.302 s]
/proc/loadavg: 2.04 2.08 1.90 3/87 16164
/proc/meminfo: memFree=854616/2055920 swapFree=4192812/4192956
[pid=16039] ppid=16037 vsize=16868 CPUtime=103.45
/proc/16039/stat : 16039 (sugar) S 16037 16039 13965 0 -1 4194304 1376 211495 0 2 7 1 10174 163 16 0 1 0 20361846 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 210833027170 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/16039/statm: 4217 1113 409 3 0 796 0
[pid=16062] ppid=16039 vsize=5356 CPUtime=0
/proc/16062/stat : 16062 (sh) S 16039 16039 13965 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20372272 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/16062/statm: 1339 232 193 169 0 50 0
[pid=16063] ppid=16062 vsize=282688 CPUtime=295.86
/proc/16063/stat : 16063 (minisat) R 16062 16039 13965 0 -1 4194304 67927 0 0 0 29536 50 0 0 25 0 1 0 20372272 289472512 67913 996147200 134512640 135127466 4294956256 18446744073709551615 134530679 0 0 4096 3 0 0 0 17 0 0 0
/proc/16063/statm: 70672 67913 76 150 0 70519 0
Current children cumulated CPU time (s) 399.31
Current children cumulated vsize (KiB) 304912

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

[startup+409.501 s]
/proc/loadavg: 2.03 2.08 1.91 3/87 16164
/proc/meminfo: memFree=854232/2055920 swapFree=4192812/4192956
[pid=16039] ppid=16037 vsize=16868 CPUtime=103.45
/proc/16039/stat : 16039 (sugar) S 16037 16039 13965 0 -1 4194304 1376 211495 0 2 7 1 10174 163 16 0 1 0 20361846 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 210833027170 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/16039/statm: 4217 1113 409 3 0 796 0
[pid=16062] ppid=16039 vsize=5356 CPUtime=0
/proc/16062/stat : 16062 (sh) S 16039 16039 13965 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20372272 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/16062/statm: 1339 232 193 169 0 50 0
[pid=16063] ppid=16062 vsize=283084 CPUtime=303.04
/proc/16063/stat : 16063 (minisat) R 16062 16039 13965 0 -1 4194304 68011 0 0 0 30253 51 0 0 25 0 1 0 20372272 289878016 67997 996147200 134512640 135127466 4294956256 18446744073709551615 134530938 0 0 4096 3 0 0 0 17 0 0 0
/proc/16063/statm: 70771 67997 76 150 0 70618 0
Current children cumulated CPU time (s) 406.49
Current children cumulated vsize (KiB) 305308

[startup+415.901 s]
/proc/loadavg: 2.03 2.08 1.91 3/87 16164
/proc/meminfo: memFree=853784/2055920 swapFree=4192812/4192956
[pid=16039] ppid=16037 vsize=16868 CPUtime=103.45
/proc/16039/stat : 16039 (sugar) S 16037 16039 13965 0 -1 4194304 1376 211495 0 2 7 1 10174 163 16 0 1 0 20361846 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 210833027170 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/16039/statm: 4217 1113 409 3 0 796 0
[pid=16062] ppid=16039 vsize=5356 CPUtime=0
/proc/16062/stat : 16062 (sh) S 16039 16039 13965 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20372272 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/16062/statm: 1339 232 193 169 0 50 0
[pid=16063] ppid=16062 vsize=283348 CPUtime=309.41
/proc/16063/stat : 16063 (minisat) R 16062 16039 13965 0 -1 4194304 68083 0 0 0 30890 51 0 0 25 0 1 0 20372272 290148352 68069 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/16063/statm: 70837 68069 76 150 0 70684 0
Current children cumulated CPU time (s) 412.86
Current children cumulated vsize (KiB) 305572

[startup+419.107 s]
/proc/loadavg: 2.03 2.08 1.91 3/87 16164
/proc/meminfo: memFree=853656/2055920 swapFree=4192812/4192956
[pid=16039] ppid=16037 vsize=16868 CPUtime=103.45
/proc/16039/stat : 16039 (sugar) S 16037 16039 13965 0 -1 4194304 1376 211495 0 2 7 1 10174 163 16 0 1 0 20361846 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 210833027170 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/16039/statm: 4217 1113 409 3 0 796 0
[pid=16062] ppid=16039 vsize=5356 CPUtime=0
/proc/16062/stat : 16062 (sh) S 16039 16039 13965 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20372272 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/16062/statm: 1339 232 193 169 0 50 0
[pid=16063] ppid=16062 vsize=283480 CPUtime=312.6
/proc/16063/stat : 16063 (minisat) R 16062 16039 13965 0 -1 4194304 68114 0 0 0 31209 51 0 0 25 0 1 0 20372272 290283520 68100 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/16063/statm: 70870 68100 76 150 0 70717 0
Current children cumulated CPU time (s) 416.05
Current children cumulated vsize (KiB) 305704

[startup+422.303 s]
/proc/loadavg: 2.02 2.08 1.91 3/87 16164
/proc/meminfo: memFree=853528/2055920 swapFree=4192812/4192956
[pid=16039] ppid=16037 vsize=16868 CPUtime=103.45
/proc/16039/stat : 16039 (sugar) S 16037 16039 13965 0 -1 4194304 1376 211495 0 2 7 1 10174 163 16 0 1 0 20361846 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 210833027170 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/16039/statm: 4217 1113 409 3 0 796 0
[pid=16062] ppid=16039 vsize=5356 CPUtime=0
/proc/16062/stat : 16062 (sh) S 16039 16039 13965 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20372272 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/16062/statm: 1339 232 193 169 0 50 0
[pid=16063] ppid=16062 vsize=283612 CPUtime=315.79
/proc/16063/stat : 16063 (minisat) R 16062 16039 13965 0 -1 4194304 68154 0 0 0 31528 51 0 0 25 0 1 0 20372272 290418688 68140 996147200 134512640 135127466 4294956256 18446744073709551615 134530679 0 0 4096 3 0 0 0 17 0 0 0
/proc/16063/statm: 70903 68140 76 150 0 70750 0
Current children cumulated CPU time (s) 419.24
Current children cumulated vsize (KiB) 305836

[startup+423.901 s]
/proc/loadavg: 2.02 2.08 1.91 3/87 16164
/proc/meminfo: memFree=853464/2055920 swapFree=4192812/4192956
[pid=16039] ppid=16037 vsize=16868 CPUtime=103.45
/proc/16039/stat : 16039 (sugar) S 16037 16039 13965 0 -1 4194304 1376 211495 0 2 7 1 10174 163 16 0 1 0 20361846 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 210833027170 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/16039/statm: 4217 1113 409 3 0 796 0
[pid=16062] ppid=16039 vsize=5356 CPUtime=0
/proc/16062/stat : 16062 (sh) S 16039 16039 13965 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20372272 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/16062/statm: 1339 232 193 169 0 50 0
[pid=16063] ppid=16062 vsize=284412 CPUtime=317.38
/proc/16063/stat : 16063 (minisat) R 16062 16039 13965 0 -1 4194304 68311 0 0 0 31687 51 0 0 25 0 1 0 20372272 291237888 68297 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/16063/statm: 71103 68297 76 150 0 70950 0
Current children cumulated CPU time (s) 420.83
Current children cumulated vsize (KiB) 306636

[startup+424.701 s]
/proc/loadavg: 2.02 2.08 1.91 4/95 16174
/proc/meminfo: memFree=1117464/2055920 swapFree=4192812/4192956
[pid=16039] ppid=16037 vsize=16868 CPUtime=421.16
/proc/16039/stat : 16039 (sugar) S 16037 16039 13965 0 -1 4194304 1448 280330 0 2 7 1 41888 220 15 0 1 0 20361846 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 210833027170 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/16039/statm: 4217 1113 409 3 0 796 0
[pid=16165] ppid=16039 vsize=5356 CPUtime=0
/proc/16165/stat : 16165 (sh) S 16039 16039 13965 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 20404268 5484544 233 996147200 4194304 4889804 548682068752 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/16165/statm: 1339 233 193 169 0 50 0
[pid=16166] ppid=16165 vsize=862880 CPUtime=0.45
/proc/16166/stat : 16166 (java) S 16165 16039 13965 0 -1 0 3443 0 1 0 43 2 0 0 19 0 9 0 20404269 883589120 2907 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/16166/statm: 215720 2907 1298 9 0 210633 0
[pid=16166/tid=16167] ppid=16165 vsize=862880 CPUtime=0.36
/proc/16166/task/16167/stat : 16167 (java) R 16165 16039 13965 0 -1 64 2057 0 1 0 35 1 0 0 25 0 9 0 20404270 883589120 2907 996147200 134512640 134550932 4294955984 18446744073709551615 4126571731 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16166/tid=16168] ppid=16165 vsize=862880 CPUtime=0
/proc/16166/task/16168/stat : 16168 (java) S 16165 16039 13965 0 -1 64 203 0 0 0 0 0 0 0 16 0 9 0 20404271 883589120 2907 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=16166/tid=16169] ppid=16165 vsize=862880 CPUtime=0
/proc/16166/task/16169/stat : 16169 (java) S 16165 16039 13965 0 -1 64 11 0 0 0 0 0 0 0 22 0 9 0 20404272 883589120 2907 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16166/tid=16170] ppid=16165 vsize=862880 CPUtime=0
/proc/16166/task/16170/stat : 16170 (java) S 16165 16039 13965 0 -1 64 4 0 0 0 0 0 0 0 23 0 9 0 20404272 883589120 2907 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16166/tid=16171] ppid=16165 vsize=862880 CPUtime=0
/proc/16166/task/16171/stat : 16171 (java) S 16165 16039 13965 0 -1 64 1 0 0 0 0 0 0 0 24 0 9 0 20404274 883589120 2907 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16166/tid=16172] ppid=16165 vsize=862880 CPUtime=0.06
/proc/16166/task/16172/stat : 16172 (java) S 16165 16039 13965 0 -1 64 490 0 0 0 6 0 0 0 16 0 9 0 20404274 883589120 2907 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16166/tid=16173] ppid=16165 vsize=862880 CPUtime=0
/proc/16166/task/16173/stat : 16173 (java) S 16165 16039 13965 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 20404274 883589120 2907 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16166/tid=16174] ppid=16165 vsize=862880 CPUtime=0
/proc/16166/task/16174/stat : 16174 (java) S 16165 16039 13965 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 20404274 883589120 2907 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 421.61
Current children cumulated vsize (KiB) 885104

[startup+424.901 s]
/proc/loadavg: 2.02 2.08 1.91 4/95 16174
/proc/meminfo: memFree=1117464/2055920 swapFree=4192812/4192956
[pid=16039] ppid=16037 vsize=16868 CPUtime=421.77
/proc/16039/stat : 16039 (sugar) R 16037 16039 13965 0 -1 4194304 1478 284579 0 3 7 5 41941 224 16 0 1 0 20361846 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 210824303657 0 0 4224 16386 0 0 0 17 0 0 0
/proc/16039/statm: 4217 1114 410 3 0 796 0
Current children cumulated CPU time (s) 421.77
Current children cumulated vsize (KiB) 16868

Child status: 0
Real time (s): 424.92
CPU time (s): 421.811
CPU user time (s): 419.488
CPU system time (s): 2.32265
CPU usage (%): 99.2684
Max. virtual memory (cumulated for all children) (KiB): 901116

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 419.488
system time used= 2.32265
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 286117
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= 8348
involuntary context switches= 18565

runsolver used 0.484926 second user time and 1.2978 second system time

The end

Launcher Data

Begin job on node33 at 2009-07-11 19:22:38
IDJOB=2063822
IDBENCH=54097
IDSOLVER=739
FILE ID=node33/2063822-1247332958
PBS_JOBID= 9506562
Free space on /tmp= 66428 MiB

SOLVER NAME= Sugar v1.14.6+minisat
BENCH NAME= CPAI08/csp/compet08/normalized-patat-08-comp-5.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-2063822-1247332958/watcher-2063822-1247332958 -o /tmp/evaluation-result-2063822-1247332958/solver-2063822-1247332958 -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-2063822-1247332958.xml

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

MD5SUM BENCH= f5998e2cea9b4eec8b3b7aad8f0dac4c
RANDOM SEED=1148437476

node33.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.229
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.229
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:       1352872 kB
Buffers:         59532 kB
Cached:         528320 kB
SwapCached:        144 kB
Active:         140600 kB
Inactive:       499824 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1352872 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            7232 kB
Writeback:           0 kB
Mapped:          72776 kB
Slab:            47936 kB
Committed_AS:   208792 kB
PageTables:       1904 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= 66428 MiB
End job on node33 at 2009-07-11 19:29:44