Trace number 1077123

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Sugar v1.13+minisatSAT 322.61 325.86

General information on the benchmark

Namecsp/wordsHerald/
normalized-crossword-m1-words-15-08.xml
MD5SUMb681c587011422235c48aff4aa44314b
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.245962
Satisfiable
(Un)Satisfiability was proved
Number of variables186
Number of constraints978
Maximum constraint arity16
Maximum domain size26
Number of constraints which are defined in extension84
Number of constraints which are defined in intension894
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.04	c 0	Sugar v1-13 + HOME/minisat
0.00/0.04	c 0	BEGIN Fri Jul  4 19:14:50 2008
0.00/0.04	c 0	PID 24196
0.00/0.05	c 0	HOST node49.alineos.net
0.00/0.05	c 0	CONVERTING HOME/instance-1077123-1215191690.xml TO HOME/temp.csp
0.00/0.05	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1077123-1215191690.xml' 'HOME/temp.csp'
0.04/0.67	c 1	1 domains, 186 variables, 7 predicates, 6 relations, 978 constraints
0.04/0.68	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.04/0.68	c 1	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
0.64/0.76	c 1	Parsing HOME/temp.csp
1.23/1.37	c 2	parsed 1178 expressions
1.23/1.38	c 2	Heap : 6 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
1.23/1.38	c 2	Converting to clausal form CSP
1.34/1.40	c 2	converted 118 (10%) expressions
1.52/1.65	c 2	converted 236 (20%) expressions
2.42/2.53	c 3	converted 354 (30%) expressions
2.82/2.92	c 3	converted 472 (40%) expressions
3.11/3.27	c 4	converted 589 (50%) expressions
3.11/3.28	c 4	converted 707 (60%) expressions
3.31/3.43	c 4	converted 825 (70%) expressions
3.51/3.66	c 4	converted 943 (80%) expressions
3.51/3.66	c 4	converted 1061 (90%) expressions
3.51/3.66	c 4	converted 1178 (100%) expressions
3.51/3.66	c 4	CSP : 186 integers, 0 booleans, 978 clauses, largest domain size 26
3.51/3.66	c 4	Heap : 62 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
3.51/3.66	c 4	Propagation in CSP
3.51/3.66	c 4	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
3.51/3.66	c 4	CSP : 186 integers, 0 booleans, 978 clauses, largest domain size 26
3.51/3.66	c 4	Heap : 63 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
3.51/3.66	c 4	Simplifing CSP by introducing new Boolean variables
3.60/3.71	c 4	CSP : 186 integers, 7144 booleans, 8122 clauses, largest domain size 26
3.60/3.71	c 4	Heap : 63 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
3.89/4.05	c 4	Encoding CSP to SAT : HOME/temp.cnf
3.89/4.07	c 4	19 (10%) CSP integer variables are encoded (456 clauses, 4872 bytes)
3.89/4.07	c 4	38 (20%) CSP integer variables are encoded (912 clauses, 9888 bytes)
3.89/4.07	c 4	56 (30%) CSP integer variables are encoded (1344 clauses, 15409 bytes)
3.89/4.07	c 4	75 (40%) CSP integer variables are encoded (1800 clauses, 21337 bytes)
3.89/4.07	c 4	93 (50%) CSP integer variables are encoded (2232 clauses, 26953 bytes)
3.89/4.07	c 4	112 (60%) CSP integer variables are encoded (2688 clauses, 32881 bytes)
3.89/4.07	c 4	131 (70%) CSP integer variables are encoded (3144 clauses, 38809 bytes)
3.89/4.08	c 4	149 (80%) CSP integer variables are encoded (3576 clauses, 44425 bytes)
3.89/4.08	c 4	168 (90%) CSP integer variables are encoded (4032 clauses, 50353 bytes)
3.89/4.08	c 4	186 (100%) CSP integer variables are encoded (4464 clauses, 55969 bytes)
25.58/25.92	c 26	813 (10%) CSP clauses are encoded (474334 clauses, 18232107 bytes)
73.81/74.61	c 75	1625 (20%) CSP clauses are encoded (787745 clauses, 34642721 bytes)
73.81/74.65	c 75	2437 (30%) CSP clauses are encoded (806607 clauses, 34965265 bytes)
73.81/74.69	c 75	3249 (40%) CSP clauses are encoded (825469 clauses, 35299275 bytes)
73.90/74.73	c 75	4061 (50%) CSP clauses are encoded (844306 clauses, 35631815 bytes)
119.75/121.09	c 121	4874 (60%) CSP clauses are encoded (1053157 clauses, 48090177 bytes)
134.60/136.09	c 136	5686 (70%) CSP clauses are encoded (1135340 clauses, 52478599 bytes)
134.70/136.13	c 136	6498 (80%) CSP clauses are encoded (1154452 clauses, 52833014 bytes)
134.70/136.17	c 136	7310 (90%) CSP clauses are encoded (1173714 clauses, 53201026 bytes)
134.80/136.21	c 136	8122 (100%) CSP clauses are encoded (1193126 clauses, 53583422 bytes)
134.80/136.21	c 136	8122 CSP clauses encoded
134.80/136.21	c 136	Writing map file : HOME/temp.map
134.80/136.21	c 136	Heap : 78 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
134.80/136.21	c 136	SAT : 11794 SAT variables, 1193126 SAT clauses, 53583422 bytes
134.80/136.21	c 136	Heap : 78 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
134.80/136.28	c 137	SOLVING HOME/temp.cnf
134.80/136.28	c 137	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
134.80/136.28	c 137	This is MiniSat 2.0 beta
134.80/136.28	c 137	WARNING: for repeatability, setting FPU to use double precision
134.80/136.28	c 137	============================[ Problem Statistics ]=============================
134.80/136.28	c 137	|                                                                             |
134.80/136.29	c 137	|  Number of variables:  11794                                                |
134.80/136.29	c 137	|  Number of clauses:    1193126                                              |
135.94/137.45	c 138	|  Parsing time:         1.04         s                                       |
136.04/137.53	c 138	============================[ Search Statistics ]==============================
136.04/137.53	c 138	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
136.04/137.53	c 138	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
136.04/137.53	c 138	===============================================================================
136.04/137.53	c 138	|         0 |   11794  1193126  9530300 |   397708        0    nan |  0.000 % |
136.04/137.59	c 138	|       101 |   11794  1193126  9530300 |   437479      101     11 |  0.000 % |
136.14/137.64	c 138	|       252 |   11794  1193126  9530300 |   481227      252      9 |  0.000 % |
136.24/137.72	c 138	|       477 |   11794  1193126  9530300 |   529350      477      9 |  0.000 % |
136.34/137.84	c 138	|       814 |   11794  1193126  9530300 |   582285      814     10 |  0.000 % |
136.43/137.96	c 138	|      1320 |   11794  1193126  9530300 |   640513     1320     10 |  0.000 % |
136.63/138.16	c 138	|      2079 |   11793  1193126  9530300 |   704565     2078     10 |  0.008 % |
136.83/138.39	c 139	|      3221 |   11793  1193126  9530300 |   775021     3220     10 |  0.009 % |
137.22/138.73	c 139	|      4931 |   11793  1193126  9530300 |   852523     4930     11 |  0.008 % |
137.82/139.33	c 140	|      7493 |   11793  1193126  9530300 |   937776     7492     11 |  0.008 % |
138.92/140.46	c 141	|     11337 |   11793  1193126  9530300 |  1031553    11336     11 |  0.008 % |
140.70/142.24	c 143	|     17105 |   11793  1193126  9530300 |  1134709    17104     12 |  0.008 % |
143.37/144.92	c 145	|     25756 |   11793  1193126  9530300 |  1248180    25755     13 |  0.008 % |
148.22/149.83	c 150	|     38730 |   11793  1193126  9530300 |  1372998    38729     14 |  0.008 % |
152.97/154.65	c 155	|     58191 |   11793  1193126  9530300 |  1510297    58190     13 |  0.008 % |
159.41/161.10	c 161	|     87383 |   11793  1193126  9530300 |  1661327    87382     13 |  0.008 % |
169.22/171.09	c 171	|    131173 |   11793  1193126  9530300 |  1827460   131172     13 |  0.008 % |
194.58/196.65	c 197	|    196857 |   11793  1193126  9530300 |  2010206   196856     13 |  0.008 % |
235.38/237.85	c 238	|    295383 |   11793  1193126  9530300 |  2211227   295382     14 |  0.008 % |
300.06/303.14	c 303	|    443172 |   11793  1193083  9530208 |  2432350   443171     15 |  0.008 % |
322.25/325.53	c 326	===============================================================================
322.25/325.53	c 326	restarts              : 20
322.25/325.53	c 326	conflicts             : 489237         (2614 /sec)
322.25/325.53	c 326	decisions             : 671359         (1.80 % random) (3587 /sec)
322.25/325.53	c 326	propagations          : 19981024       (106747 /sec)
322.25/325.53	c 326	conflict literals     : 7128786        (22.79 % deleted)
322.25/325.53	c 326	Memory used           : 132.69 MB
322.25/325.53	c 326	CPU time              : 187.182 s
322.25/325.53	c 326	
322.25/325.53	c 326	SATISFIABLE
322.25/325.56	c 326	DECODING HOME/temp.out WITH HOME/temp.map
322.25/325.56	c 326	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
322.32/325.64	c 326	Decoding HOME/temp.out
322.32/325.77	s SATISFIABLE
322.32/325.78	v 5 0 18 19 22 14 21 4 18 8 25 4 18 8 13 2 0 0 11 0 17 14 3 4 11 11 18 19 0 1 18 8 11 14 13 0 1 11 0 10 8 17 14 21 13 8 19 19 24 17 8 15 14 0 10 0 8 17 11 0 18 18 0 13 19 19 17 20 13 2 0 19 4 17 14 14 19 0 17 19 13 0 6 14 24 0 15 20 11 0 18 10 8 4 16 20 0 19 14 17 0 13 3 17 4 0 5 11 20 11 8 10 4 17 4 19 17 14 5 8 19 18 4 0 18 19 0 24 14 20 17 11 0 2 4 4 11 18 0 13 19 0 6 17 14 14 19 22 17 14 19 4 24 20 1 0 8 13 3 24 4 17 13 8 4 14 13 20 18 18 11 14 15 17 0 6 4 18 13 4 19 18 15 24 17 4
322.33/325.81	c 326	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
322.33/325.84	c 326	CPU 321.63 (0.04 0.01 321.59 0.92)
322.33/325.84	c 326	END Fri Jul  4 19:20:16 2008

Verifier Data (download as text)

OK

Watcher Data (download as text)

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

command line: /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1077123-1215191690/watcher-1077123-1215191690 -o /tmp/evaluation-result-1077123-1215191690/solver-1077123-1215191690 -C 1800 -W 2200 -M 900 --output-limit 1,15 HOME/sugar -c -vv -java=java -Xmx700M -jar=HOME/sugar-v1-13.jar -solver=HOME/minisat -tmp=HOME/temp HOME/instance-1077123-1215191690.xml 

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


[startup+0 s]
/proc/loadavg: 2.02 2.04 2.01 4/81 24196
/proc/meminfo: memFree=1830112/2055920 swapFree=4180312/4192956
[pid=24196] ppid=24194 vsize=12268 CPUtime=0
/proc/24196/stat : 24196 (sugar) R 24194 24196 22663 0 -1 4194304 348 0 0 0 0 0 0 0 22 0 1 0 424786389 12562432 316 996147200 4194304 4206940 548682068560 18446744073709551615 224627751525 0 2147483391 4224 0 0 0 0 17 1 0 0
/proc/24196/statm: 3067 316 241 3 0 167 0

[startup+0.0913009 s]
/proc/loadavg: 2.02 2.04 2.01 4/81 24196
/proc/meminfo: memFree=1830112/2055920 swapFree=4180312/4192956
[pid=24196] ppid=24194 vsize=13600 CPUtime=0.04
/proc/24196/stat : 24196 (sugar) S 24194 24196 22663 0 -1 4194304 900 128 0 0 3 1 0 0 19 0 1 0 424786389 13926400 796 996147200 4194304 4206940 548682068560 18446744073709551615 224636481634 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24196/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.101303 s]
/proc/loadavg: 2.02 2.04 2.01 4/81 24196
/proc/meminfo: memFree=1830112/2055920 swapFree=4180312/4192956
[pid=24196] ppid=24194 vsize=13600 CPUtime=0.04
/proc/24196/stat : 24196 (sugar) S 24194 24196 22663 0 -1 4194304 900 128 0 0 3 1 0 0 19 0 1 0 424786389 13926400 796 996147200 4194304 4206940 548682068560 18446744073709551615 224636481634 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24196/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.301333 s]
/proc/loadavg: 2.02 2.04 2.01 4/81 24196
/proc/meminfo: memFree=1830112/2055920 swapFree=4180312/4192956
[pid=24196] ppid=24194 vsize=13600 CPUtime=0.04
/proc/24196/stat : 24196 (sugar) S 24194 24196 22663 0 -1 4194304 900 128 0 0 3 1 0 0 19 0 1 0 424786389 13926400 796 996147200 4194304 4206940 548682068560 18446744073709551615 224636481634 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24196/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.701396 s]
/proc/loadavg: 2.02 2.04 2.01 4/81 24196
/proc/meminfo: memFree=1830112/2055920 swapFree=4180312/4192956
[pid=24196] ppid=24194 vsize=13600 CPUtime=0.64
/proc/24196/stat : 24196 (sugar) S 24194 24196 22663 0 -1 4194304 956 7462 0 1 3 1 56 4 16 0 1 0 424786389 13926400 797 996147200 4194304 4206940 548682068560 18446744073709551615 224636481634 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24196/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 0.64
Current children cumulated vsize (KiB) 13600

[startup+1.50251 s]
/proc/loadavg: 2.02 2.04 2.01 4/92 24218
/proc/meminfo: memFree=1821704/2055920 swapFree=4180312/4192956
[pid=24196] ppid=24194 vsize=13600 CPUtime=0.64
/proc/24196/stat : 24196 (sugar) S 24194 24196 22663 0 -1 4194304 972 7462 0 1 3 1 56 4 15 0 1 0 424786389 13926400 797 996147200 4194304 4206940 548682068560 18446744073709551615 224636481634 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24196/statm: 3400 797 370 3 0 500 0
[pid=24209] ppid=24196 vsize=5356 CPUtime=0
/proc/24209/stat : 24209 (sh) S 24196 24196 22663 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 424786458 5484544 233 996147200 4194304 4889804 548682068672 18446744073709551615 224627581764 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24209/statm: 1339 233 193 169 0 50 0
[pid=24210] ppid=24209 vsize=864248 CPUtime=0.79
/proc/24210/stat : 24210 (java) S 24209 24196 22663 0 -1 0 6717 0 1 0 76 3 0 0 18 0 9 0 424786458 884989952 6001 996147200 134512640 134550740 4294955904 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24210/statm: 216062 6001 2540 9 0 210637 0
[pid=24210/tid=24211] ppid=24209 vsize=864248 CPUtime=0.53
/proc/24210/task/24211/stat : 24211 (java) R 24209 24196 22663 0 -1 64 2556 0 1 0 52 1 0 0 18 0 9 0 424786459 884989952 6001 996147200 134512640 134550740 4294955904 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24210/tid=24212] ppid=24209 vsize=864248 CPUtime=0.15
/proc/24210/task/24212/stat : 24212 (java) R 24209 24196 22663 0 -1 64 3123 0 0 0 15 0 0 0 16 0 9 0 424786460 884989952 6001 996147200 134512640 134550740 4294955904 18446744073709551615 102731838 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=24210/tid=24213] ppid=24209 vsize=864248 CPUtime=0
/proc/24210/task/24213/stat : 24213 (java) S 24209 24196 22663 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 424786460 884989952 6001 996147200 134512640 134550740 4294955904 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24210/tid=24214] ppid=24209 vsize=864248 CPUtime=0
/proc/24210/task/24214/stat : 24214 (java) S 24209 24196 22663 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 424786460 884989952 6001 996147200 134512640 134550740 4294955904 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24210/tid=24215] ppid=24209 vsize=864248 CPUtime=0
/proc/24210/task/24215/stat : 24215 (java) S 24209 24196 22663 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 424786462 884989952 6001 996147200 134512640 134550740 4294955904 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24210/tid=24216] ppid=24209 vsize=864248 CPUtime=0.08
/proc/24210/task/24216/stat : 24216 (java) S 24209 24196 22663 0 -1 64 341 0 0 0 8 0 0 0 16 0 9 0 424786462 884989952 6001 996147200 134512640 134550740 4294955904 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24210/tid=24217] ppid=24209 vsize=864248 CPUtime=0
/proc/24210/task/24217/stat : 24217 (java) S 24209 24196 22663 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 424786462 884989952 6001 996147200 134512640 134550740 4294955904 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24210/tid=24218] ppid=24209 vsize=864248 CPUtime=0
/proc/24210/task/24218/stat : 24218 (java) S 24209 24196 22663 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 424786462 884989952 6001 996147200 134512640 134550740 4294955904 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.43
Current children cumulated vsize (KiB) 883204

[startup+3.10274 s]
/proc/loadavg: 2.02 2.04 2.01 4/92 24218
/proc/meminfo: memFree=1798344/2055920 swapFree=4180312/4192956
[pid=24196] ppid=24194 vsize=13600 CPUtime=0.64
/proc/24196/stat : 24196 (sugar) S 24194 24196 22663 0 -1 4194304 972 7462 0 1 3 1 56 4 15 0 1 0 424786389 13926400 797 996147200 4194304 4206940 548682068560 18446744073709551615 224636481634 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24196/statm: 3400 797 370 3 0 500 0
[pid=24209] ppid=24196 vsize=5356 CPUtime=0
/proc/24209/stat : 24209 (sh) S 24196 24196 22663 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 424786458 5484544 233 996147200 4194304 4889804 548682068672 18446744073709551615 224627581764 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24209/statm: 1339 233 193 169 0 50 0
[pid=24210] ppid=24209 vsize=868404 CPUtime=2.38
/proc/24210/stat : 24210 (java) S 24209 24196 22663 0 -1 0 17297 0 1 0 230 8 0 0 18 0 9 0 424786458 889245696 16497 996147200 134512640 134550740 4294955904 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24210/statm: 217101 16497 2541 9 0 211676 0
[pid=24210/tid=24211] ppid=24209 vsize=868404 CPUtime=1.13
/proc/24210/task/24211/stat : 24211 (java) R 24209 24196 22663 0 -1 64 3169 0 1 0 111 2 0 0 23 0 9 0 424786459 889245696 16497 996147200 134512640 134550740 4294955904 18446744073709551615 4126583768 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24210/tid=24212] ppid=24209 vsize=868404 CPUtime=1.04
/proc/24210/task/24212/stat : 24212 (java) S 24209 24196 22663 0 -1 64 11986 0 0 0 100 4 0 0 17 0 9 0 424786460 889245696 16497 996147200 134512640 134550740 4294955904 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=24210/tid=24213] ppid=24209 vsize=868404 CPUtime=0
/proc/24210/task/24213/stat : 24213 (java) S 24209 24196 22663 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 424786460 889245696 16497 996147200 134512640 134550740 4294955904 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24210/tid=24214] ppid=24209 vsize=868404 CPUtime=0
/proc/24210/task/24214/stat : 24214 (java) S 24209 24196 22663 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 424786460 889245696 16497 996147200 134512640 134550740 4294955904 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24210/tid=24215] ppid=24209 vsize=868404 CPUtime=0
/proc/24210/task/24215/stat : 24215 (java) S 24209 24196 22663 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 424786462 889245696 16497 996147200 134512640 134550740 4294955904 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24210/tid=24216] ppid=24209 vsize=868404 CPUtime=0.18
/proc/24210/task/24216/stat : 24216 (java) S 24209 24196 22663 0 -1 64 1445 0 0 0 18 0 0 0 16 0 9 0 424786462 889245696 16497 996147200 134512640 134550740 4294955904 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24210/tid=24217] ppid=24209 vsize=868404 CPUtime=0
/proc/24210/task/24217/stat : 24217 (java) S 24209 24196 22663 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 424786462 889245696 16497 996147200 134512640 134550740 4294955904 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24210/tid=24218] ppid=24209 vsize=868404 CPUtime=0
/proc/24210/task/24218/stat : 24218 (java) S 24209 24196 22663 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 424786462 889245696 16497 996147200 134512640 134550740 4294955904 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.02
Current children cumulated vsize (KiB) 887360

[startup+6.30119 s]
/proc/loadavg: 2.02 2.04 2.01 3/92 24218
/proc/meminfo: memFree=1746248/2055920 swapFree=4180312/4192956
[pid=24196] ppid=24194 vsize=13600 CPUtime=0.64
/proc/24196/stat : 24196 (sugar) S 24194 24196 22663 0 -1 4194304 973 7462 0 1 3 1 56 4 15 0 1 0 424786389 13926400 797 996147200 4194304 4206940 548682068560 18446744073709551615 224636481634 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24196/statm: 3400 797 370 3 0 500 0
[pid=24209] ppid=24196 vsize=5356 CPUtime=0
/proc/24209/stat : 24209 (sh) S 24196 24196 22663 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 424786458 5484544 233 996147200 4194304 4889804 548682068672 18446744073709551615 224627581764 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24209/statm: 1339 233 193 169 0 50 0
[pid=24210] ppid=24209 vsize=868516 CPUtime=5.53
/proc/24210/stat : 24210 (java) S 24209 24196 22663 0 -1 0 23137 0 1 0 540 13 0 0 18 0 9 0 424786458 889360384 22186 996147200 134512640 134550740 4294955904 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24210/statm: 217129 22186 2565 9 0 211676 0
[pid=24210/tid=24211] ppid=24209 vsize=868516 CPUtime=3.56
/proc/24210/task/24211/stat : 24211 (java) R 24209 24196 22663 0 -1 64 3565 0 1 0 351 5 0 0 25 0 9 0 424786459 889360384 22186 996147200 134512640 134550740 4294955904 18446744073709551615 102064907 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24210/tid=24212] ppid=24209 vsize=868516 CPUtime=1.72
/proc/24210/task/24212/stat : 24212 (java) S 24209 24196 22663 0 -1 64 17397 0 0 0 165 7 0 0 16 0 9 0 424786460 889360384 22186 996147200 134512640 134550740 4294955904 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=24210/tid=24213] ppid=24209 vsize=868516 CPUtime=0
/proc/24210/task/24213/stat : 24213 (java) S 24209 24196 22663 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 424786460 889360384 22186 996147200 134512640 134550740 4294955904 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24210/tid=24214] ppid=24209 vsize=868516 CPUtime=0
/proc/24210/task/24214/stat : 24214 (java) S 24209 24196 22663 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 424786460 889360384 22186 996147200 134512640 134550740 4294955904 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24210/tid=24215] ppid=24209 vsize=868516 CPUtime=0
/proc/24210/task/24215/stat : 24215 (java) S 24209 24196 22663 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 424786462 889360384 22186 996147200 134512640 134550740 4294955904 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24210/tid=24216] ppid=24209 vsize=868516 CPUtime=0.23
/proc/24210/task/24216/stat : 24216 (java) S 24209 24196 22663 0 -1 64 1478 0 0 0 23 0 0 0 17 0 9 0 424786462 889360384 22186 996147200 134512640 134550740 4294955904 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24210/tid=24217] ppid=24209 vsize=868516 CPUtime=0
/proc/24210/task/24217/stat : 24217 (java) S 24209 24196 22663 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 424786462 889360384 22186 996147200 134512640 134550740 4294955904 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24210/tid=24218] ppid=24209 vsize=868516 CPUtime=0
/proc/24210/task/24218/stat : 24218 (java) S 24209 24196 22663 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 424786462 889360384 22186 996147200 134512640 134550740 4294955904 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.17
Current children cumulated vsize (KiB) 887472

[startup+12.7021 s]
/proc/loadavg: 2.02 2.04 2.01 3/92 24218
/proc/meminfo: memFree=1738568/2055920 swapFree=4180312/4192956
[pid=24196] ppid=24194 vsize=13600 CPUtime=0.64
/proc/24196/stat : 24196 (sugar) S 24194 24196 22663 0 -1 4194304 973 7462 0 1 3 1 56 4 15 0 1 0 424786389 13926400 797 996147200 4194304 4206940 548682068560 18446744073709551615 224636481634 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24196/statm: 3400 797 370 3 0 500 0
[pid=24209] ppid=24196 vsize=5356 CPUtime=0
/proc/24209/stat : 24209 (sh) S 24196 24196 22663 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 424786458 5484544 233 996147200 4194304 4889804 548682068672 18446744073709551615 224627581764 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24209/statm: 1339 233 193 169 0 50 0
[pid=24210] ppid=24209 vsize=868516 CPUtime=11.87
/proc/24210/stat : 24210 (java) S 24209 24196 22663 0 -1 0 23796 0 1 0 1169 18 0 0 18 0 9 0 424786458 889360384 22776 996147200 134512640 134550740 4294955904 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24210/statm: 217129 22776 2565 9 0 211676 0
[pid=24210/tid=24211] ppid=24209 vsize=868516 CPUtime=9.68
/proc/24210/task/24211/stat : 24211 (java) R 24209 24196 22663 0 -1 64 3634 0 1 0 960 8 0 0 25 0 9 0 424786459 889360384 22776 996147200 134512640 134550740 4294955904 18446744073709551615 4126967028 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24210/tid=24212] ppid=24209 vsize=868516 CPUtime=1.93
/proc/24210/task/24212/stat : 24212 (java) S 24209 24196 22663 0 -1 64 17983 0 0 0 185 8 0 0 16 0 9 0 424786460 889360384 22776 996147200 134512640 134550740 4294955904 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=24210/tid=24213] ppid=24209 vsize=868516 CPUtime=0
/proc/24210/task/24213/stat : 24213 (java) S 24209 24196 22663 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 424786460 889360384 22776 996147200 134512640 134550740 4294955904 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24210/tid=24214] ppid=24209 vsize=868516 CPUtime=0
/proc/24210/task/24214/stat : 24214 (java) S 24209 24196 22663 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 424786460 889360384 22776 996147200 134512640 134550740 4294955904 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24210/tid=24215] ppid=24209 vsize=868516 CPUtime=0
/proc/24210/task/24215/stat : 24215 (java) S 24209 24196 22663 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 424786462 889360384 22776 996147200 134512640 134550740 4294955904 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24210/tid=24216] ppid=24209 vsize=868516 CPUtime=0.24
/proc/24210/task/24216/stat : 24216 (java) S 24209 24196 22663 0 -1 64 1482 0 0 0 24 0 0 0 17 0 9 0 424786462 889360384 22776 996147200 134512640 134550740 4294955904 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24210/tid=24217] ppid=24209 vsize=868516 CPUtime=0
/proc/24210/task/24217/stat : 24217 (java) S 24209 24196 22663 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 424786462 889360384 22776 996147200 134512640 134550740 4294955904 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24210/tid=24218] ppid=24209 vsize=868516 CPUtime=0
/proc/24210/task/24218/stat : 24218 (java) S 24209 24196 22663 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 424786462 889360384 22776 996147200 134512640 134550740 4294955904 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.51
Current children cumulated vsize (KiB) 887472

[startup+25.5019 s]
/proc/loadavg: 2.01 2.03 2.00 3/92 24218
/proc/meminfo: memFree=1712456/2055920 swapFree=4180312/4192956
[pid=24196] ppid=24194 vsize=13600 CPUtime=0.64
/proc/24196/stat : 24196 (sugar) S 24194 24196 22663 0 -1 4194304 973 7462 0 1 3 1 56 4 15 0 1 0 424786389 13926400 797 996147200 4194304 4206940 548682068560 18446744073709551615 224636481634 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24196/statm: 3400 797 370 3 0 500 0
[pid=24209] ppid=24196 vsize=5356 CPUtime=0
/proc/24209/stat : 24209 (sh) S 24196 24196 22663 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 424786458 5484544 233 996147200 4194304 4889804 548682068672 18446744073709551615 224627581764 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24209/statm: 1339 233 193 169 0 50 0
[pid=24210] ppid=24209 vsize=868516 CPUtime=24.54
/proc/24210/stat : 24210 (java) S 24209 24196 22663 0 -1 0 28130 0 1 0 2430 24 0 0 18 0 9 0 424786458 889360384 27005 996147200 134512640 134550740 4294955904 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24210/statm: 217129 27005 2565 9 0 211676 0
[pid=24210/tid=24211] ppid=24209 vsize=868516 CPUtime=21.96
/proc/24210/task/24211/stat : 24211 (java) R 24209 24196 22663 0 -1 64 3739 0 1 0 2184 12 0 0 25 0 9 0 424786459 889360384 27005 996147200 134512640 134550740 4294955904 18446744073709551615 102064907 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24210/tid=24212] ppid=24209 vsize=868516 CPUtime=2.31
/proc/24210/task/24212/stat : 24212 (java) S 24209 24196 22663 0 -1 64 22208 0 0 0 221 10 0 0 16 0 9 0 424786460 889360384 27005 996147200 134512640 134550740 4294955904 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=24210/tid=24213] ppid=24209 vsize=868516 CPUtime=0
/proc/24210/task/24213/stat : 24213 (java) S 24209 24196 22663 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 424786460 889360384 27005 996147200 134512640 134550740 4294955904 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24210/tid=24214] ppid=24209 vsize=868516 CPUtime=0
/proc/24210/task/24214/stat : 24214 (java) S 24209 24196 22663 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 424786460 889360384 27005 996147200 134512640 134550740 4294955904 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0

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

/proc/24210/task/24212/stat : 24212 (java) S 24209 24196 22663 0 -1 64 30347 0 0 0 352 16 0 0 15 0 9 0 424786460 889360384 31624 996147200 134512640 134550740 4294955904 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=24210/tid=24213] ppid=24209 vsize=868516 CPUtime=0
/proc/24210/task/24213/stat : 24213 (java) S 24209 24196 22663 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 424786460 889360384 31624 996147200 134512640 134550740 4294955904 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24210/tid=24214] ppid=24209 vsize=868516 CPUtime=0
/proc/24210/task/24214/stat : 24214 (java) S 24209 24196 22663 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 424786460 889360384 31624 996147200 134512640 134550740 4294955904 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24210/tid=24215] ppid=24209 vsize=868516 CPUtime=0
/proc/24210/task/24215/stat : 24215 (java) S 24209 24196 22663 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 424786462 889360384 31624 996147200 134512640 134550740 4294955904 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24210/tid=24216] ppid=24209 vsize=868516 CPUtime=0.25
/proc/24210/task/24216/stat : 24216 (java) S 24209 24196 22663 0 -1 64 1492 0 0 0 25 0 0 0 16 0 9 0 424786462 889360384 31624 996147200 134512640 134550740 4294955904 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24210/tid=24217] ppid=24209 vsize=868516 CPUtime=0
/proc/24210/task/24217/stat : 24217 (java) S 24209 24196 22663 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 424786462 889360384 31624 996147200 134512640 134550740 4294955904 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24210/tid=24218] ppid=24209 vsize=868516 CPUtime=0
/proc/24210/task/24218/stat : 24218 (java) S 24209 24196 22663 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 424786462 889360384 31624 996147200 134512640 134550740 4294955904 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 101.23
Current children cumulated vsize (KiB) 887472

[startup+162.301 s]
/proc/loadavg: 2.00 2.02 2.00 3/84 24220
/proc/meminfo: memFree=1682568/2055920 swapFree=4180312/4192956
[pid=24196] ppid=24194 vsize=13600 CPUtime=134.85
/proc/24196/stat : 24196 (sugar) S 24194 24196 22663 0 -1 4194304 1032 50068 0 2 3 1 13419 62 16 0 1 0 424786389 13926400 799 996147200 4194304 4206940 548682068560 18446744073709551615 224636481634 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24196/statm: 3400 799 370 3 0 500 0
[pid=24219] ppid=24196 vsize=5356 CPUtime=0
/proc/24219/stat : 24219 (sh) S 24196 24196 22663 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 424800017 5484544 232 996147200 4194304 4889804 548682068800 18446744073709551615 224627581764 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24219/statm: 1339 232 193 169 0 50 0
[pid=24220] ppid=24219 vsize=94424 CPUtime=25.75
/proc/24220/stat : 24220 (minisat) R 24219 24196 22663 0 -1 4194304 23061 0 0 0 2559 16 0 0 25 0 1 0 424800018 96690176 23047 996147200 134512640 135127466 4294956224 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/24220/statm: 23606 23047 76 150 0 23453 0
Current children cumulated CPU time (s) 160.6
Current children cumulated vsize (KiB) 113380

[startup+222.302 s]
/proc/loadavg: 2.00 2.01 2.00 3/84 24220
/proc/meminfo: memFree=1663816/2055920 swapFree=4180312/4192956
[pid=24196] ppid=24194 vsize=13600 CPUtime=134.85
/proc/24196/stat : 24196 (sugar) S 24194 24196 22663 0 -1 4194304 1032 50068 0 2 3 1 13419 62 16 0 1 0 424786389 13926400 799 996147200 4194304 4206940 548682068560 18446744073709551615 224636481634 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24196/statm: 3400 799 370 3 0 500 0
[pid=24219] ppid=24196 vsize=5356 CPUtime=0
/proc/24219/stat : 24219 (sh) S 24196 24196 22663 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 424800017 5484544 232 996147200 4194304 4889804 548682068800 18446744073709551615 224627581764 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24219/statm: 1339 232 193 169 0 50 0
[pid=24220] ppid=24219 vsize=113116 CPUtime=85.18
/proc/24220/stat : 24220 (minisat) R 24219 24196 22663 0 -1 4194304 27646 0 0 0 8497 21 0 0 25 0 1 0 424800018 115830784 27632 996147200 134512640 135127466 4294956224 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/24220/statm: 28279 27632 76 150 0 28126 0
Current children cumulated CPU time (s) 220.03
Current children cumulated vsize (KiB) 132072

[startup+282.301 s]
/proc/loadavg: 2.00 2.01 2.00 3/84 24220
/proc/meminfo: memFree=1650824/2055920 swapFree=4180312/4192956
[pid=24196] ppid=24194 vsize=13600 CPUtime=134.85
/proc/24196/stat : 24196 (sugar) S 24194 24196 22663 0 -1 4194304 1032 50068 0 2 3 1 13419 62 16 0 1 0 424786389 13926400 799 996147200 4194304 4206940 548682068560 18446744073709551615 224636481634 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24196/statm: 3400 799 370 3 0 500 0
[pid=24219] ppid=24196 vsize=5356 CPUtime=0
/proc/24219/stat : 24219 (sh) S 24196 24196 22663 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 424800017 5484544 232 996147200 4194304 4889804 548682068800 18446744073709551615 224627581764 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24219/statm: 1339 232 193 169 0 50 0
[pid=24220] ppid=24219 vsize=126344 CPUtime=144.61
/proc/24220/stat : 24220 (minisat) R 24219 24196 22663 0 -1 4194304 30913 0 0 0 14438 23 0 0 25 0 1 0 424800018 129376256 30899 996147200 134512640 135127466 4294956224 18446744073709551615 134530936 0 0 4096 3 0 0 0 17 1 0 0
/proc/24220/statm: 31586 30899 76 150 0 31433 0
Current children cumulated CPU time (s) 279.46
Current children cumulated vsize (KiB) 145300

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

[startup+307.102 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 24220
/proc/meminfo: memFree=1645640/2055920 swapFree=4180312/4192956
[pid=24196] ppid=24194 vsize=13600 CPUtime=134.85
/proc/24196/stat : 24196 (sugar) S 24194 24196 22663 0 -1 4194304 1032 50068 0 2 3 1 13419 62 16 0 1 0 424786389 13926400 799 996147200 4194304 4206940 548682068560 18446744073709551615 224636481634 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24196/statm: 3400 799 370 3 0 500 0
[pid=24219] ppid=24196 vsize=5356 CPUtime=0
/proc/24219/stat : 24219 (sh) S 24196 24196 22663 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 424800017 5484544 232 996147200 4194304 4889804 548682068800 18446744073709551615 224627581764 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24219/statm: 1339 232 193 169 0 50 0
[pid=24220] ppid=24219 vsize=131288 CPUtime=169.17
/proc/24220/stat : 24220 (minisat) R 24219 24196 22663 0 -1 4194304 32169 0 0 0 16893 24 0 0 25 0 1 0 424800018 134438912 32155 996147200 134512640 135127466 4294956224 18446744073709551615 134530775 0 0 4096 3 0 0 0 17 1 0 0
/proc/24220/statm: 32822 32155 76 150 0 32669 0
Current children cumulated CPU time (s) 304.02
Current children cumulated vsize (KiB) 150244

[startup+313.507 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 24220
/proc/meminfo: memFree=1644296/2055920 swapFree=4180312/4192956
[pid=24196] ppid=24194 vsize=13600 CPUtime=134.85
/proc/24196/stat : 24196 (sugar) S 24194 24196 22663 0 -1 4194304 1032 50068 0 2 3 1 13419 62 16 0 1 0 424786389 13926400 799 996147200 4194304 4206940 548682068560 18446744073709551615 224636481634 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24196/statm: 3400 799 370 3 0 500 0
[pid=24219] ppid=24196 vsize=5356 CPUtime=0
/proc/24219/stat : 24219 (sh) S 24196 24196 22663 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 424800017 5484544 232 996147200 4194304 4889804 548682068800 18446744073709551615 224627581764 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24219/statm: 1339 232 193 169 0 50 0
[pid=24220] ppid=24219 vsize=132540 CPUtime=175.51
/proc/24220/stat : 24220 (minisat) R 24219 24196 22663 0 -1 4194304 32492 0 0 0 17527 24 0 0 25 0 1 0 424800018 135720960 32478 996147200 134512640 135127466 4294956224 18446744073709551615 134530624 0 0 4096 3 0 0 0 17 1 0 0
/proc/24220/statm: 33135 32478 76 150 0 32982 0
Current children cumulated CPU time (s) 310.36
Current children cumulated vsize (KiB) 151496

[startup+319.903 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 24220
/proc/meminfo: memFree=1643464/2055920 swapFree=4180312/4192956
[pid=24196] ppid=24194 vsize=13600 CPUtime=134.85
/proc/24196/stat : 24196 (sugar) S 24194 24196 22663 0 -1 4194304 1032 50068 0 2 3 1 13419 62 16 0 1 0 424786389 13926400 799 996147200 4194304 4206940 548682068560 18446744073709551615 224636481634 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24196/statm: 3400 799 370 3 0 500 0
[pid=24219] ppid=24196 vsize=5356 CPUtime=0
/proc/24219/stat : 24219 (sh) S 24196 24196 22663 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 424800017 5484544 232 996147200 4194304 4889804 548682068800 18446744073709551615 224627581764 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24219/statm: 1339 232 193 169 0 50 0
[pid=24220] ppid=24219 vsize=134376 CPUtime=181.85
/proc/24220/stat : 24220 (minisat) R 24219 24196 22663 0 -1 4194304 32738 0 0 0 18161 24 0 0 25 0 1 0 424800018 137601024 32724 996147200 134512640 135127466 4294956224 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/24220/statm: 33594 32724 76 150 0 33441 0
Current children cumulated CPU time (s) 316.7
Current children cumulated vsize (KiB) 153332

[startup+323.101 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 24220
/proc/meminfo: memFree=1643016/2055920 swapFree=4180312/4192956
[pid=24196] ppid=24194 vsize=13600 CPUtime=134.85
/proc/24196/stat : 24196 (sugar) S 24194 24196 22663 0 -1 4194304 1032 50068 0 2 3 1 13419 62 16 0 1 0 424786389 13926400 799 996147200 4194304 4206940 548682068560 18446744073709551615 224636481634 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24196/statm: 3400 799 370 3 0 500 0
[pid=24219] ppid=24196 vsize=5356 CPUtime=0
/proc/24219/stat : 24219 (sh) S 24196 24196 22663 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 424800017 5484544 232 996147200 4194304 4889804 548682068800 18446744073709551615 224627581764 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24219/statm: 1339 232 193 169 0 50 0
[pid=24220] ppid=24219 vsize=135044 CPUtime=185.02
/proc/24220/stat : 24220 (minisat) R 24219 24196 22663 0 -1 4194304 32883 0 0 0 18477 25 0 0 25 0 1 0 424800018 138285056 32869 996147200 134512640 135127466 4294956224 18446744073709551615 134530581 0 0 4096 3 0 0 0 17 1 0 0
/proc/24220/statm: 33761 32869 76 150 0 33608 0
Current children cumulated CPU time (s) 319.87
Current children cumulated vsize (KiB) 154000

[startup+324.701 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 24220
/proc/meminfo: memFree=1642312/2055920 swapFree=4180312/4192956
[pid=24196] ppid=24194 vsize=13600 CPUtime=134.85
/proc/24196/stat : 24196 (sugar) S 24194 24196 22663 0 -1 4194304 1032 50068 0 2 3 1 13419 62 16 0 1 0 424786389 13926400 799 996147200 4194304 4206940 548682068560 18446744073709551615 224636481634 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24196/statm: 3400 799 370 3 0 500 0
[pid=24219] ppid=24196 vsize=5356 CPUtime=0
/proc/24219/stat : 24219 (sh) S 24196 24196 22663 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 424800017 5484544 232 996147200 4194304 4889804 548682068800 18446744073709551615 224627581764 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24219/statm: 1339 232 193 169 0 50 0
[pid=24220] ppid=24219 vsize=135464 CPUtime=186.61
/proc/24220/stat : 24220 (minisat) R 24219 24196 22663 0 -1 4194304 33004 0 0 0 18636 25 0 0 25 0 1 0 424800018 138715136 32990 996147200 134512640 135127466 4294956224 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/24220/statm: 33866 32990 76 150 0 33713 0
Current children cumulated CPU time (s) 321.46
Current children cumulated vsize (KiB) 154420

[startup+325.501 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 24220
/proc/meminfo: memFree=1641864/2055920 swapFree=4180312/4192956
[pid=24196] ppid=24194 vsize=13600 CPUtime=134.85
/proc/24196/stat : 24196 (sugar) S 24194 24196 22663 0 -1 4194304 1032 50068 0 2 3 1 13419 62 16 0 1 0 424786389 13926400 799 996147200 4194304 4206940 548682068560 18446744073709551615 224636481634 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24196/statm: 3400 799 370 3 0 500 0
[pid=24219] ppid=24196 vsize=5356 CPUtime=0
/proc/24219/stat : 24219 (sh) S 24196 24196 22663 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 424800017 5484544 232 996147200 4194304 4889804 548682068800 18446744073709551615 224627581764 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24219/statm: 1339 232 193 169 0 50 0
[pid=24220] ppid=24219 vsize=135728 CPUtime=187.4
/proc/24220/stat : 24220 (minisat) R 24219 24196 22663 0 -1 4194304 33087 0 0 0 18715 25 0 0 25 0 1 0 424800018 138985472 33073 996147200 134512640 135127466 4294956224 18446744073709551615 134530686 0 0 4096 3 0 0 0 17 1 0 0
/proc/24220/statm: 33932 33073 76 150 0 33779 0
Current children cumulated CPU time (s) 322.25
Current children cumulated vsize (KiB) 154684

[startup+325.701 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 24220
/proc/meminfo: memFree=1641864/2055920 swapFree=4180312/4192956
[pid=24196] ppid=24194 vsize=13600 CPUtime=322.32
/proc/24196/stat : 24196 (sugar) S 24194 24196 22663 0 -1 4194304 1090 83460 0 2 3 1 32138 90 16 0 1 0 424786389 13926400 799 996147200 4194304 4206940 548682068560 18446744073709551615 224636481634 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24196/statm: 3400 799 370 3 0 500 0
Current children cumulated CPU time (s) 322.32
Current children cumulated vsize (KiB) 13600

[startup+325.801 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 24220
/proc/meminfo: memFree=1641864/2055920 swapFree=4180312/4192956
[pid=24196] ppid=24194 vsize=13600 CPUtime=322.33
/proc/24196/stat : 24196 (sugar) S 24194 24196 22663 0 -1 4194304 1092 83460 0 2 4 1 32138 90 15 0 1 0 424786389 13926400 799 996147200 4194304 4206940 548682068560 18446744073709551615 224636481634 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24196/statm: 3400 799 370 3 0 500 0
Current children cumulated CPU time (s) 322.33
Current children cumulated vsize (KiB) 13600

Child status: 0
Real time (s): 325.86
CPU time (s): 322.61
CPU user time (s): 321.637
CPU system time (s): 0.972852
CPU usage (%): 99.0025
Max. virtual memory (cumulated for all children) (KiB): 897720

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 321.637
system time used= 0.972852
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 88364
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= 9884
involuntary context switches= 22454

runsolver used 0.356945 second user time and 1.14682 second system time

The end

Launcher Data (download as text)

Begin job on node49 at 2008-07-04 19:14:50
IDJOB=1077123
IDBENCH=56644
IDSOLVER=346
FILE ID=node49/1077123-1215191690
PBS_JOBID= 7881607
Free space on /tmp= 66552 MiB

SOLVER NAME= Sugar v1.13+minisat
BENCH NAME= CPAI08/csp/wordsHerald/normalized-crossword-m1-words-15-08.xml
COMMAND LINE= DIR/sugar -c -vv -java="java -Xmx700M" -jar="DIR/sugar-v1-13.jar" -solver="DIR/minisat" -tmp="TMPDIR/temp" BENCHNAME
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1077123-1215191690/watcher-1077123-1215191690 -o /tmp/evaluation-result-1077123-1215191690/solver-1077123-1215191690 -C 1800 -W 2200 -M 900 --output-limit 1,15  HOME/sugar -c -vv -java="java -Xmx700M" -jar="HOME/sugar-v1-13.jar" -solver="HOME/minisat" -tmp="HOME/temp" HOME/instance-1077123-1215191690.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= b681c587011422235c48aff4aa44314b
RANDOM SEED=311823336

node49.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.249
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.249
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:       1830592 kB
Buffers:          8052 kB
Cached:          84372 kB
SwapCached:       5496 kB
Active:         128004 kB
Inactive:        47340 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1830592 kB
SwapTotal:     4192956 kB
SwapFree:      4180312 kB
Dirty:            1872 kB
Writeback:           0 kB
Mapped:          96936 kB
Slab:            34752 kB
Committed_AS:  1563568 kB
PageTables:       1984 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= 66552 MiB
End job on node49 at 2008-07-04 19:20:16