Trace number 1110855

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 NameAnswerNumber of falsified constraintsCPU timeWall clock time
Sugar++ v1.13+minisat-inc? (TO) 3600.22 3634.54

General information on the benchmark

Namecsp/ukVg/
normalized-crossword-m1c-uk-vg16-18_ext.xml
MD5SUMb9a123c3462c681e773444fb1d5bb234
Bench CategoryN-ARY-EXT (n-ary constraints in extension)
Best result obtained on this benchmarkMSAT TO
Best Number of falsified constraints34
Best CPU time to get the best result obtained on this benchmark3600.14
Satisfiable
(Un)Satisfiability was proved
Number of variables288
Number of constraints34
Maximum constraint arity18
Maximum domain size26
Number of constraints which are defined in extension34
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.08	c 0	Sugar++ v1-13 + HOME/minisat-inc
0.00/0.08	c 0	BEGIN Sat Jul 12 06:50:50 2008
0.00/0.08	c 0	PID 15220
0.06/0.08	c 0	HOST node9.alineos.net
0.06/0.08	c 0	CONVERTING HOME/instance-1110855-1215838250.xml TO HOME/temp.csp
0.06/0.08	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1110855-1215838250.xml' 'HOME/temp.csp'
0.06/0.34	c 0	1 domains, 288 variables, 0 predicates, 2 relations, 34 constraints
0.06/0.39	c 0	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.06/0.39	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -max -incremental -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
0.32/0.47	c 0	Parsing HOME/temp.csp
0.32/0.65	c 0	parsed 325 expressions
0.32/0.65	c 0	Heap : 1 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.32/0.65	c 0	MAX CSP: 34 constraints
0.32/0.65	c 0	Converting to clausal form CSP
0.32/0.67	c 0	converted 37 (10%) expressions
0.32/0.67	c 0	converted 73 (20%) expressions
0.32/0.67	c 0	converted 109 (30%) expressions
0.32/0.67	c 0	converted 145 (40%) expressions
0.32/0.68	c 0	converted 181 (50%) expressions
0.32/0.68	c 0	converted 218 (60%) expressions
0.32/0.68	c 0	converted 254 (70%) expressions
0.32/0.68	c 0	converted 290 (80%) expressions
1.79/1.95	c 2	converted 326 (90%) expressions
2.39/2.54	c 2	converted 362 (100%) expressions
2.39/2.54	c 2	CSP : 356 integers, 0 booleans, 101 clauses, largest domain size 52
2.39/2.54	c 2	Heap : 74 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.39/2.54	c 2	Propagation in CSP
2.39/2.56	c 2	32 values, 0 unsatisfiable literals, and 0 valid clauses are removed
2.39/2.56	c 2	CSP : 356 integers, 0 booleans, 101 clauses, largest domain size 35
2.39/2.56	c 2	Heap : 74 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.39/2.56	c 2	Simplifing CSP by introducing new Boolean variables
2.39/2.56	c 2	CSP : 356 integers, 0 booleans, 101 clauses, largest domain size 35
2.39/2.56	c 2	Heap : 74 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.68/2.83	c 3	Encoding CSP to SAT : HOME/temp.cnf
2.68/2.85	c 3	36 (10%) CSP integer variables are encoded (864 clauses, 9360 bytes)
2.68/2.86	c 3	72 (20%) CSP integer variables are encoded (1728 clauses, 20401 bytes)
2.68/2.86	c 3	107 (30%) CSP integer variables are encoded (2568 clauses, 31321 bytes)
2.68/2.86	c 3	143 (40%) CSP integer variables are encoded (3432 clauses, 42553 bytes)
2.68/2.86	c 3	178 (50%) CSP integer variables are encoded (4272 clauses, 53473 bytes)
2.68/2.86	c 3	214 (60%) CSP integer variables are encoded (5136 clauses, 64705 bytes)
2.68/2.86	c 3	250 (70%) CSP integer variables are encoded (6000 clauses, 75937 bytes)
2.68/2.86	c 3	285 (80%) CSP integer variables are encoded (6840 clauses, 86857 bytes)
2.68/2.87	c 3	321 (90%) CSP integer variables are encoded (6912 clauses, 87793 bytes)
2.68/2.87	c 3	356 (100%) CSP integer variables are encoded (7191 clauses, 91420 bytes)
146.13/147.73	c 147	11 (10%) CSP clauses are encoded (643134 clauses, 69117320 bytes)
244.73/247.31	c 247	21 (20%) CSP clauses are encoded (1116030 clauses, 120582065 bytes)
269.97/272.82	c 273	31 (30%) CSP clauses are encoded (1343380 clauses, 148032585 bytes)
278.02/281.06	c 281	41 (40%) CSP clauses are encoded (1411618 clauses, 156268250 bytes)
278.02/281.06	c 281	51 (50%) CSP clauses are encoded (1411782 clauses, 156270835 bytes)
278.02/281.07	c 281	61 (60%) CSP clauses are encoded (1412204 clauses, 156277674 bytes)
278.02/281.07	c 281	71 (70%) CSP clauses are encoded (1413170 clauses, 156294626 bytes)
278.02/281.07	c 281	81 (80%) CSP clauses are encoded (1413223 clauses, 156295448 bytes)
278.02/281.07	c 281	91 (90%) CSP clauses are encoded (1413320 clauses, 156297021 bytes)
278.02/281.07	c 281	101 (100%) CSP clauses are encoded (1413588 clauses, 156301516 bytes)
278.02/281.07	c 281	101 CSP clauses encoded
278.02/281.07	c 281	Writing map file : HOME/temp.map
278.02/281.08	c 281	Heap : 86 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
278.02/281.08	c 281	SAT : 7547 SAT variables, 1413588 SAT clauses, 156301516 bytes
278.02/281.08	c 281	Heap : 86 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
278.10/281.12	c 281	OBJECTIVE minimize _COST
278.10/281.12	c 281	SOLVING HOME/temp.cnf
278.10/281.12	c 281	CMD HOME/minisat-inc -incremental HOME/temp.cnf HOME/temp.out
278.10/281.12	c 281	This is MiniSat 2.0 beta incremental
278.10/281.12	c 281	WARNING: for repeatability, setting FPU to use double precision
278.10/281.12	c 281	============================[ Problem Statistics ]=============================
278.10/281.12	c 281	|                                                                             |
278.10/281.12	c 281	|  Number of variables:  7547                                                 |
278.10/281.13	c 281	|  Number of clauses:    1413588                                              |
281.18/284.20	c 284	|  Parsing time:         2.79         s                                       |
281.28/284.36	c 284	OK
281.28/284.36	c 284	OBJECTIVE BOUND: 0 <= _COST <= 
281.28/284.36	c 284	SEARCHING: _COST <= 17
281.28/284.36	c 284	============================[ Search Statistics ]==============================
281.28/284.36	c 284	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
281.28/284.36	c 284	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
281.28/284.36	c 284	===============================================================================
281.28/284.36	c 284	|         0 |    7547  1413588 28793929 |   471196        0    nan |  0.000 % |
281.37/284.49	c 284	|       101 |    7547  1413588 28793929 |   518315      101      8 |  0.000 % |
281.58/284.67	c 284	|       251 |    7547  1413588 28793929 |   570147      251      9 |  0.000 % |
281.78/284.84	c 285	|       476 |    7547  1413588 28793929 |   627161      476      9 |  0.000 % |
281.78/284.90	c 285	|       814 |    7547  1413588 28793929 |   689878      814      9 |  0.000 % |
281.97/285.06	c 285	|      1321 |    7547  1413588 28793929 |   758865     1321      9 |  0.000 % |
282.46/285.54	c 285	|      2080 |    7547  1413588 28793929 |   834752     2080      9 |  0.000 % |
282.66/285.73	c 285	|      3220 |    7547  1413588 28793929 |   918227     3220      9 |  0.000 % |
282.96/286.08	c 286	|      4928 |    7547  1413588 28793929 |  1010050     4928      9 |  0.000 % |
283.65/286.77	c 286	|      7491 |    7547  1413588 28793929 |  1111055     7491     10 |  0.000 % |
284.64/287.75	c 287	|     11335 |    7547  1413588 28793929 |  1222161    11335     10 |  0.000 % |
285.64/288.79	c 288	|     17101 |    7547  1413588 28793929 |  1344377    17101     10 |  0.000 % |
288.01/291.10	c 291	|     25751 |    7547  1413588 28793929 |  1478814    25751     11 |  0.000 % |
290.19/293.37	c 293	|     38725 |    7547  1413588 28793929 |  1626696    38725     11 |  0.000 % |
296.33/299.53	c 299	|     58186 |    7547  1413588 28793929 |  1789366    58186     11 |  0.000 % |
302.97/306.21	c 306	|     87378 |    7547  1413588 28793929 |  1968302    87378     11 |  0.000 % |
316.93/320.31	c 320	|    131168 |    7547  1413588 28793929 |  2165132   131168     12 |  0.000 % |
352.98/356.75	c 356	|    196855 |    7547  1413588 28793929 |  2381646   196855     12 |  0.000 % |
403.99/408.26	c 408	|    295382 |    7547  1413588 28793929 |  2619810   295382     13 |  0.000 % |
497.51/502.64	c 502	|    443171 |    7547  1413588 28793929 |  2881791   443171     13 |  0.000 % |
966.30/975.98	c 976	|    664855 |    7547  1413588 28793929 |  3169971   664855     16 |  0.000 % |
1570.05/1585.43	c 1585	|    997382 |    7547  1413588 28793929 |  3486968   997382     17 |  0.000 % |
3600.07/3634.41	c ERROR INTERRUPTED
3600.07/3634.41	s UNKNOWN
3600.07/3634.51	c 3634	CPU 3597.83 (0.05 0.02 3597.78 2.27)
3600.07/3634.51	c 3634	END Sat Jul 12 07:51:24 2008

Verifier Data (download as text)

ERROR: no interpretation found !

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-1110855-1215838250/watcher-1110855-1215838250 -o /tmp/evaluation-result-1110855-1215838250/solver-1110855-1215838250 -C 3600 -W 4000 -M 900 --output-limit 1,15 HOME/sugar++ -max -incremental -c -vv -java=java -Xmx700M -decjava=java -Xmx50M -jar=HOME/sugar-v1-13.jar -solver=HOME/minisat-inc -tmp=HOME/temp HOME/instance-1110855-1215838250.xml 

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


[startup+0 s]
/proc/loadavg: 1.92 1.98 2.00 4/81 15220
/proc/meminfo: memFree=1844400/2055920 swapFree=4180380/4192956
[pid=15220] ppid=15218 vsize=18572 CPUtime=0
/proc/15220/stat : 15220 (runsolver) R 15218 15220 14410 0 -1 4194368 15 0 0 0 0 0 0 0 20 0 1 0 40527884 19017728 292 996147200 4194304 4296836 548682068192 18446744073709551615 215418989863 0 0 4096 24578 0 0 0 17 1 0 0
/proc/15220/statm: 4643 292 257 25 0 2626 0

[startup+0.0811341 s]
/proc/loadavg: 1.92 1.98 2.00 4/81 15220
/proc/meminfo: memFree=1844400/2055920 swapFree=4180380/4192956
[pid=15220] ppid=15218 vsize=16740 CPUtime=0.06
/proc/15220/stat : 15220 (sugar++) S 15218 15220 14410 0 -1 4194304 1143 0 0 0 5 1 0 0 18 0 1 0 40527884 17141760 1099 996147200 4194304 4206940 548682068528 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15220/statm: 4185 1099 406 3 0 764 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16740

[startup+0.105433 s]
/proc/loadavg: 1.92 1.98 2.00 4/81 15220
/proc/meminfo: memFree=1844400/2055920 swapFree=4180380/4192956
[pid=15220] ppid=15218 vsize=16740 CPUtime=0.06
/proc/15220/stat : 15220 (sugar++) S 15218 15220 14410 0 -1 4194304 1219 128 0 0 5 1 0 0 19 0 1 0 40527884 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15220/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16740

[startup+0.301616 s]
/proc/loadavg: 1.92 1.98 2.00 4/81 15220
/proc/meminfo: memFree=1844400/2055920 swapFree=4180380/4192956
[pid=15220] ppid=15218 vsize=16740 CPUtime=0.06
/proc/15220/stat : 15220 (sugar++) S 15218 15220 14410 0 -1 4194304 1219 128 0 0 5 1 0 0 19 0 1 0 40527884 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15220/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16740

[startup+0.701692 s]
/proc/loadavg: 1.92 1.98 2.00 4/81 15220
/proc/meminfo: memFree=1844400/2055920 swapFree=4180380/4192956
[pid=15220] ppid=15218 vsize=16740 CPUtime=0.32
/proc/15220/stat : 15220 (sugar++) S 15218 15220 14410 0 -1 4194304 1296 4697 0 1 5 2 22 3 15 0 1 0 40527884 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15220/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.32
Current children cumulated vsize (KiB) 16740

[startup+1.50285 s]
/proc/loadavg: 1.92 1.98 2.00 4/92 15242
/proc/meminfo: memFree=1820952/2055920 swapFree=4180380/4192956
[pid=15220] ppid=15218 vsize=16740 CPUtime=0.32
/proc/15220/stat : 15220 (sugar++) S 15218 15220 14410 0 -1 4194304 1296 4697 0 1 5 2 22 3 15 0 1 0 40527884 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15220/statm: 4185 1104 409 3 0 764 0
[pid=15233] ppid=15220 vsize=5356 CPUtime=0
/proc/15233/stat : 15233 (sh) S 15220 15220 14410 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 40527924 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15233/statm: 1339 233 193 169 0 50 0
[pid=15234] ppid=15233 vsize=864148 CPUtime=1.08
/proc/15234/stat : 15234 (java) S 15233 15220 14410 0 -1 0 13674 0 1 0 101 7 0 0 18 0 9 0 40527925 884887552 12814 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15234/statm: 216037 12814 2540 9 0 210612 0
[pid=15234/tid=15235] ppid=15233 vsize=864148 CPUtime=0.43
/proc/15234/task/15235/stat : 15235 (java) R 15233 15220 14410 0 -1 64 2966 0 1 0 42 1 0 0 23 0 9 0 40527926 884887552 12814 996147200 134512640 134550740 4294955920 18446744073709551615 4126563417 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15234/tid=15236] ppid=15233 vsize=864148 CPUtime=0.55
/proc/15234/task/15236/stat : 15236 (java) S 15233 15220 14410 0 -1 64 9680 0 0 0 50 5 0 0 17 0 9 0 40527927 884887552 12814 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15234/tid=15237] ppid=15233 vsize=864148 CPUtime=0
/proc/15234/task/15237/stat : 15237 (java) S 15233 15220 14410 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 40527927 884887552 12814 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15234/tid=15238] ppid=15233 vsize=864148 CPUtime=0
/proc/15234/task/15238/stat : 15238 (java) S 15233 15220 14410 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 40527927 884887552 12814 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15234/tid=15239] ppid=15233 vsize=864148 CPUtime=0
/proc/15234/task/15239/stat : 15239 (java) S 15233 15220 14410 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 40527929 884887552 12814 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15234/tid=15240] ppid=15233 vsize=864148 CPUtime=0.07
/proc/15234/task/15240/stat : 15240 (java) S 15233 15220 14410 0 -1 64 335 0 0 0 7 0 0 0 16 0 9 0 40527929 884887552 12814 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15234/tid=15241] ppid=15233 vsize=864148 CPUtime=0
/proc/15234/task/15241/stat : 15241 (java) S 15233 15220 14410 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 40527929 884887552 12814 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15234/tid=15242] ppid=15233 vsize=864148 CPUtime=0
/proc/15234/task/15242/stat : 15242 (java) S 15233 15220 14410 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 40527929 884887552 12814 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.4
Current children cumulated vsize (KiB) 886244

[startup+3.10215 s]
/proc/loadavg: 1.92 1.98 2.00 3/92 15242
/proc/meminfo: memFree=1773336/2055920 swapFree=4180380/4192956
[pid=15220] ppid=15218 vsize=16740 CPUtime=0.32
/proc/15220/stat : 15220 (sugar++) S 15218 15220 14410 0 -1 4194304 1297 4697 0 1 5 2 22 3 15 0 1 0 40527884 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15220/statm: 4185 1104 409 3 0 764 0
[pid=15233] ppid=15220 vsize=5356 CPUtime=0
/proc/15233/stat : 15233 (sh) S 15220 15220 14410 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 40527924 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15233/statm: 1339 233 193 169 0 50 0
[pid=15234] ppid=15233 vsize=864260 CPUtime=2.66
/proc/15234/stat : 15234 (java) S 15233 15220 14410 0 -1 0 24972 0 1 0 252 14 0 0 18 0 9 0 40527925 885002240 23996 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15234/statm: 216065 23996 2565 9 0 210612 0
[pid=15234/tid=15235] ppid=15233 vsize=864260 CPUtime=0.93
/proc/15234/task/15235/stat : 15235 (java) R 15233 15220 14410 0 -1 64 4012 0 1 0 91 2 0 0 25 0 9 0 40527926 885002240 23996 996147200 134512640 134550740 4294955920 18446744073709551615 4126582946 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15234/tid=15236] ppid=15233 vsize=864260 CPUtime=1.59
/proc/15234/task/15236/stat : 15236 (java) S 15233 15220 14410 0 -1 64 19907 0 0 0 149 10 0 0 16 0 9 0 40527927 885002240 23996 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15234/tid=15237] ppid=15233 vsize=864260 CPUtime=0
/proc/15234/task/15237/stat : 15237 (java) S 15233 15220 14410 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 40527927 885002240 23996 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15234/tid=15238] ppid=15233 vsize=864260 CPUtime=0
/proc/15234/task/15238/stat : 15238 (java) S 15233 15220 14410 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 40527927 885002240 23996 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15234/tid=15239] ppid=15233 vsize=864260 CPUtime=0
/proc/15234/task/15239/stat : 15239 (java) S 15233 15220 14410 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 40527929 885002240 23996 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15234/tid=15240] ppid=15233 vsize=864260 CPUtime=0.11
/proc/15234/task/15240/stat : 15240 (java) S 15233 15220 14410 0 -1 64 360 0 0 0 11 0 0 0 16 0 9 0 40527929 885002240 23996 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15234/tid=15241] ppid=15233 vsize=864260 CPUtime=0
/proc/15234/task/15241/stat : 15241 (java) S 15233 15220 14410 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 40527929 885002240 23996 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15234/tid=15242] ppid=15233 vsize=864260 CPUtime=0
/proc/15234/task/15242/stat : 15242 (java) S 15233 15220 14410 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 40527929 885002240 23996 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.98
Current children cumulated vsize (KiB) 886356

[startup+6.30176 s]
/proc/loadavg: 1.93 1.98 2.00 4/92 15242
/proc/meminfo: memFree=1750872/2055920 swapFree=4180380/4192956
[pid=15220] ppid=15218 vsize=16740 CPUtime=0.32
/proc/15220/stat : 15220 (sugar++) S 15218 15220 14410 0 -1 4194304 1297 4697 0 1 5 2 22 3 15 0 1 0 40527884 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15220/statm: 4185 1104 409 3 0 764 0
[pid=15233] ppid=15220 vsize=5356 CPUtime=0
/proc/15233/stat : 15233 (sh) S 15220 15220 14410 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 40527924 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15233/statm: 1339 233 193 169 0 50 0
[pid=15234] ppid=15233 vsize=864260 CPUtime=5.82
/proc/15234/stat : 15234 (java) S 15233 15220 14410 0 -1 0 25829 0 1 0 568 14 0 0 18 0 9 0 40527925 885002240 24842 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15234/statm: 216065 24842 2565 9 0 210612 0
[pid=15234/tid=15235] ppid=15233 vsize=864260 CPUtime=4.06
/proc/15234/task/15235/stat : 15235 (java) R 15233 15220 14410 0 -1 64 4023 0 1 0 404 2 0 0 25 0 9 0 40527926 885002240 24842 996147200 134512640 134550740 4294955920 18446744073709551615 4126640711 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15234/tid=15236] ppid=15233 vsize=864260 CPUtime=1.62
/proc/15234/task/15236/stat : 15236 (java) S 15233 15220 14410 0 -1 64 20752 0 0 0 152 10 0 0 16 0 9 0 40527927 885002240 24842 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15234/tid=15237] ppid=15233 vsize=864260 CPUtime=0
/proc/15234/task/15237/stat : 15237 (java) S 15233 15220 14410 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 40527927 885002240 24842 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15234/tid=15238] ppid=15233 vsize=864260 CPUtime=0
/proc/15234/task/15238/stat : 15238 (java) S 15233 15220 14410 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 40527927 885002240 24842 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15234/tid=15239] ppid=15233 vsize=864260 CPUtime=0
/proc/15234/task/15239/stat : 15239 (java) S 15233 15220 14410 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 40527929 885002240 24842 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15234/tid=15240] ppid=15233 vsize=864260 CPUtime=0.11
/proc/15234/task/15240/stat : 15240 (java) S 15233 15220 14410 0 -1 64 361 0 0 0 11 0 0 0 16 0 9 0 40527929 885002240 24842 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15234/tid=15241] ppid=15233 vsize=864260 CPUtime=0
/proc/15234/task/15241/stat : 15241 (java) S 15233 15220 14410 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 40527929 885002240 24842 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15234/tid=15242] ppid=15233 vsize=864260 CPUtime=0
/proc/15234/task/15242/stat : 15242 (java) S 15233 15220 14410 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 40527929 885002240 24842 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.14
Current children cumulated vsize (KiB) 886356

[startup+12.703 s]
/proc/loadavg: 1.93 1.98 2.00 3/92 15242
/proc/meminfo: memFree=1744408/2055920 swapFree=4180380/4192956
[pid=15220] ppid=15218 vsize=16740 CPUtime=0.32
/proc/15220/stat : 15220 (sugar++) S 15218 15220 14410 0 -1 4194304 1297 4697 0 1 5 2 22 3 15 0 1 0 40527884 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15220/statm: 4185 1104 409 3 0 764 0
[pid=15233] ppid=15220 vsize=5356 CPUtime=0
/proc/15233/stat : 15233 (sh) S 15220 15220 14410 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 40527924 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15233/statm: 1339 233 193 169 0 50 0
[pid=15234] ppid=15233 vsize=864260 CPUtime=12.16
/proc/15234/stat : 15234 (java) S 15233 15220 14410 0 -1 0 27649 0 1 0 1201 15 0 0 18 0 9 0 40527925 885002240 26639 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15234/statm: 216065 26639 2565 9 0 210612 0
[pid=15234/tid=15235] ppid=15233 vsize=864260 CPUtime=10.3
/proc/15234/task/15235/stat : 15235 (java) R 15233 15220 14410 0 -1 64 4046 0 1 0 1028 2 0 0 25 0 9 0 40527926 885002240 26639 996147200 134512640 134550740 4294955920 18446744073709551615 4126640618 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15234/tid=15236] ppid=15233 vsize=864260 CPUtime=1.71
/proc/15234/task/15236/stat : 15236 (java) S 15233 15220 14410 0 -1 64 22549 0 0 0 160 11 0 0 16 0 9 0 40527927 885002240 26639 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15234/tid=15237] ppid=15233 vsize=864260 CPUtime=0
/proc/15234/task/15237/stat : 15237 (java) S 15233 15220 14410 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 40527927 885002240 26639 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15234/tid=15238] ppid=15233 vsize=864260 CPUtime=0
/proc/15234/task/15238/stat : 15238 (java) S 15233 15220 14410 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 40527927 885002240 26639 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15234/tid=15239] ppid=15233 vsize=864260 CPUtime=0
/proc/15234/task/15239/stat : 15239 (java) S 15233 15220 14410 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 40527929 885002240 26639 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15234/tid=15240] ppid=15233 vsize=864260 CPUtime=0.11
/proc/15234/task/15240/stat : 15240 (java) S 15233 15220 14410 0 -1 64 361 0 0 0 11 0 0 0 16 0 9 0 40527929 885002240 26639 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15234/tid=15241] ppid=15233 vsize=864260 CPUtime=0
/proc/15234/task/15241/stat : 15241 (java) S 15233 15220 14410 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 40527929 885002240 26639 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15234/tid=15242] ppid=15233 vsize=864260 CPUtime=0
/proc/15234/task/15242/stat : 15242 (java) S 15233 15220 14410 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 40527929 885002240 26639 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.48
Current children cumulated vsize (KiB) 886356

[startup+25.5015 s]
/proc/loadavg: 1.95 1.98 2.00 3/92 15242
/proc/meminfo: memFree=1727128/2055920 swapFree=4180380/4192956
[pid=15220] ppid=15218 vsize=16740 CPUtime=0.32
/proc/15220/stat : 15220 (sugar++) S 15218 15220 14410 0 -1 4194304 1297 4697 0 1 5 2 22 3 15 0 1 0 40527884 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15220/statm: 4185 1104 409 3 0 764 0
[pid=15233] ppid=15220 vsize=5356 CPUtime=0
/proc/15233/stat : 15233 (sh) S 15220 15220 14410 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 40527924 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15233/statm: 1339 233 193 169 0 50 0
[pid=15234] ppid=15233 vsize=864260 CPUtime=24.84
/proc/15234/stat : 15234 (java) S 15233 15220 14410 0 -1 0 30527 0 1 0 2463 21 0 0 18 0 9 0 40527925 885002240 29456 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15234/statm: 216065 29456 2565 9 0 210612 0
[pid=15234/tid=15235] ppid=15233 vsize=864260 CPUtime=22.79
/proc/15234/task/15235/stat : 15235 (java) R 15233 15220 14410 0 -1 64 4107 0 1 0 2273 6 0 0 25 0 9 0 40527926 885002240 29456 996147200 134512640 134550740 4294955920 18446744073709551615 102064909 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15234/tid=15236] ppid=15233 vsize=864260 CPUtime=1.9
/proc/15234/task/15236/stat : 15236 (java) S 15233 15220 14410 0 -1 64 25357 0 0 0 177 13 0 0 16 0 9 0 40527927 885002240 29456 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15234/tid=15237] ppid=15233 vsize=864260 CPUtime=0
/proc/15234/task/15237/stat : 15237 (java) S 15233 15220 14410 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 40527927 885002240 29456 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15234/tid=15238] ppid=15233 vsize=864260 CPUtime=0
/proc/15234/task/15238/stat : 15238 (java) S 15233 15220 14410 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 40527927 885002240 29456 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0

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

[pid=15220] ppid=15218 vsize=16740 CPUtime=278.14
/proc/15220/stat : 15220 (sugar++) S 15218 15220 14410 0 -1 4194304 1462 71269 0 2 5 2 27668 139 16 0 1 0 40527884 17141760 1113 996147200 4194304 4206940 548682068528 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15220/statm: 4185 1113 414 3 0 764 0
[pid=15243] ppid=15220 vsize=340904 CPUtime=2616.2
/proc/15243/stat : 15243 (minisat-inc) R 15220 15220 14410 0 -1 4194304 84032 0 0 0 261547 73 0 0 25 0 1 0 40555997 349085696 83979 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/15243/statm: 85226 83979 74 151 0 85072 0
Current children cumulated CPU time (s) 2894.34
Current children cumulated vsize (KiB) 357644

[startup+2982.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 15250
/proc/meminfo: memFree=1346336/2055920 swapFree=4180380/4192956
[pid=15220] ppid=15218 vsize=16740 CPUtime=278.14
/proc/15220/stat : 15220 (sugar++) S 15218 15220 14410 0 -1 4194304 1462 71269 0 2 5 2 27668 139 16 0 1 0 40527884 17141760 1113 996147200 4194304 4206940 548682068528 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15220/statm: 4185 1113 414 3 0 764 0
[pid=15243] ppid=15220 vsize=342340 CPUtime=2675.64
/proc/15243/stat : 15243 (minisat-inc) R 15220 15220 14410 0 -1 4194304 84358 0 0 0 267490 74 0 0 25 0 1 0 40555997 350556160 84305 996147200 134512640 135134323 4294956192 18446744073709551615 134532028 0 0 4096 3 0 0 0 17 1 0 0
/proc/15243/statm: 85585 84305 74 151 0 85431 0
Current children cumulated CPU time (s) 2953.78
Current children cumulated vsize (KiB) 359080

[startup+3042.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 15250
/proc/meminfo: memFree=1345120/2055920 swapFree=4180380/4192956
[pid=15220] ppid=15218 vsize=16740 CPUtime=278.14
/proc/15220/stat : 15220 (sugar++) S 15218 15220 14410 0 -1 4194304 1462 71269 0 2 5 2 27668 139 16 0 1 0 40527884 17141760 1113 996147200 4194304 4206940 548682068528 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15220/statm: 4185 1113 414 3 0 764 0
[pid=15243] ppid=15220 vsize=343660 CPUtime=2735.07
/proc/15243/stat : 15243 (minisat-inc) R 15220 15220 14410 0 -1 4194304 84673 0 0 0 273433 74 0 0 25 0 1 0 40555997 351907840 84620 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/15243/statm: 85915 84620 74 151 0 85761 0
Current children cumulated CPU time (s) 3013.21
Current children cumulated vsize (KiB) 360400

[startup+3102.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 15250
/proc/meminfo: memFree=1343840/2055920 swapFree=4180380/4192956
[pid=15220] ppid=15218 vsize=16740 CPUtime=278.14
/proc/15220/stat : 15220 (sugar++) S 15218 15220 14410 0 -1 4194304 1462 71269 0 2 5 2 27668 139 16 0 1 0 40527884 17141760 1113 996147200 4194304 4206940 548682068528 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15220/statm: 4185 1113 414 3 0 764 0
[pid=15243] ppid=15220 vsize=344876 CPUtime=2794.51
/proc/15243/stat : 15243 (minisat-inc) R 15220 15220 14410 0 -1 4194304 84976 0 0 0 279376 75 0 0 25 0 1 0 40555997 353153024 84923 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/15243/statm: 86219 84923 74 151 0 86065 0
Current children cumulated CPU time (s) 3072.65
Current children cumulated vsize (KiB) 361616

[startup+3162.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 15250
/proc/meminfo: memFree=1342624/2055920 swapFree=4180380/4192956
[pid=15220] ppid=15218 vsize=16740 CPUtime=278.14
/proc/15220/stat : 15220 (sugar++) S 15218 15220 14410 0 -1 4194304 1462 71269 0 2 5 2 27668 139 16 0 1 0 40527884 17141760 1113 996147200 4194304 4206940 548682068528 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15220/statm: 4185 1113 414 3 0 764 0
[pid=15243] ppid=15220 vsize=346012 CPUtime=2853.94
/proc/15243/stat : 15243 (minisat-inc) R 15220 15220 14410 0 -1 4194304 85272 0 0 0 285319 75 0 0 25 0 1 0 40555997 354316288 85219 996147200 134512640 135134323 4294956192 18446744073709551615 134532114 0 0 4096 3 0 0 0 17 1 0 0
/proc/15243/statm: 86503 85219 74 151 0 86349 0
Current children cumulated CPU time (s) 3132.08
Current children cumulated vsize (KiB) 362752

[startup+3222.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 15250
/proc/meminfo: memFree=1341344/2055920 swapFree=4180380/4192956
[pid=15220] ppid=15218 vsize=16740 CPUtime=278.14
/proc/15220/stat : 15220 (sugar++) S 15218 15220 14410 0 -1 4194304 1462 71269 0 2 5 2 27668 139 16 0 1 0 40527884 17141760 1113 996147200 4194304 4206940 548682068528 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15220/statm: 4185 1113 414 3 0 764 0
[pid=15243] ppid=15220 vsize=347300 CPUtime=2913.38
/proc/15243/stat : 15243 (minisat-inc) R 15220 15220 14410 0 -1 4194304 85568 0 0 0 291262 76 0 0 25 0 1 0 40555997 355635200 85515 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/15243/statm: 86825 85515 74 151 0 86671 0
Current children cumulated CPU time (s) 3191.52
Current children cumulated vsize (KiB) 364040

[startup+3282.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 15250
/proc/meminfo: memFree=1340192/2055920 swapFree=4180380/4192956
[pid=15220] ppid=15218 vsize=16740 CPUtime=278.14
/proc/15220/stat : 15220 (sugar++) S 15218 15220 14410 0 -1 4194304 1462 71269 0 2 5 2 27668 139 16 0 1 0 40527884 17141760 1113 996147200 4194304 4206940 548682068528 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15220/statm: 4185 1113 414 3 0 764 0
[pid=15243] ppid=15220 vsize=348356 CPUtime=2972.81
/proc/15243/stat : 15243 (minisat-inc) R 15220 15220 14410 0 -1 4194304 85845 0 0 0 297205 76 0 0 25 0 1 0 40555997 356716544 85792 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/15243/statm: 87089 85792 74 151 0 86935 0
Current children cumulated CPU time (s) 3250.95
Current children cumulated vsize (KiB) 365096

[startup+3342.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 15250
/proc/meminfo: memFree=1337760/2055920 swapFree=4180380/4192956
[pid=15220] ppid=15218 vsize=16740 CPUtime=278.14
/proc/15220/stat : 15220 (sugar++) S 15218 15220 14410 0 -1 4194304 1462 71269 0 2 5 2 27668 139 16 0 1 0 40527884 17141760 1113 996147200 4194304 4206940 548682068528 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15220/statm: 4185 1113 414 3 0 764 0
[pid=15243] ppid=15220 vsize=350780 CPUtime=3032.25
/proc/15243/stat : 15243 (minisat-inc) R 15220 15220 14410 0 -1 4194304 86448 0 0 0 303148 77 0 0 25 0 1 0 40555997 359198720 86395 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/15243/statm: 87695 86395 74 151 0 87541 0
Current children cumulated CPU time (s) 3310.39
Current children cumulated vsize (KiB) 367520

[startup+3402.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 15250
/proc/meminfo: memFree=1335520/2055920 swapFree=4180380/4192956
[pid=15220] ppid=15218 vsize=16740 CPUtime=278.14
/proc/15220/stat : 15220 (sugar++) S 15218 15220 14410 0 -1 4194304 1462 71269 0 2 5 2 27668 139 16 0 1 0 40527884 17141760 1113 996147200 4194304 4206940 548682068528 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15220/statm: 4185 1113 414 3 0 764 0
[pid=15243] ppid=15220 vsize=352984 CPUtime=3091.68
/proc/15243/stat : 15243 (minisat-inc) R 15220 15220 14410 0 -1 4194304 87009 0 0 0 309091 77 0 0 25 0 1 0 40555997 361455616 86956 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/15243/statm: 88246 86956 74 151 0 88092 0
Current children cumulated CPU time (s) 3369.82
Current children cumulated vsize (KiB) 369724

[startup+3462.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 15250
/proc/meminfo: memFree=1333024/2055920 swapFree=4180380/4192956
[pid=15220] ppid=15218 vsize=16740 CPUtime=278.14
/proc/15220/stat : 15220 (sugar++) S 15218 15220 14410 0 -1 4194304 1462 71269 0 2 5 2 27668 139 16 0 1 0 40527884 17141760 1113 996147200 4194304 4206940 548682068528 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15220/statm: 4185 1113 414 3 0 764 0
[pid=15243] ppid=15220 vsize=355296 CPUtime=3151.11
/proc/15243/stat : 15243 (minisat-inc) R 15220 15220 14410 0 -1 4194304 87588 0 0 0 315033 78 0 0 25 0 1 0 40555997 363823104 87535 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/15243/statm: 88824 87535 74 151 0 88670 0
Current children cumulated CPU time (s) 3429.25
Current children cumulated vsize (KiB) 372036

[startup+3522.3 s]
/proc/loadavg: 2.04 2.01 2.00 3/83 15250
/proc/meminfo: memFree=1330464/2055920 swapFree=4180380/4192956
[pid=15220] ppid=15218 vsize=16740 CPUtime=278.14
/proc/15220/stat : 15220 (sugar++) S 15218 15220 14410 0 -1 4194304 1462 71269 0 2 5 2 27668 139 16 0 1 0 40527884 17141760 1113 996147200 4194304 4206940 548682068528 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15220/statm: 4185 1113 414 3 0 764 0
[pid=15243] ppid=15220 vsize=357664 CPUtime=3210.55
/proc/15243/stat : 15243 (minisat-inc) R 15220 15220 14410 0 -1 4194304 88202 0 0 0 320976 79 0 0 25 0 1 0 40555997 366247936 88149 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/15243/statm: 89416 88149 74 151 0 89262 0
Current children cumulated CPU time (s) 3488.69
Current children cumulated vsize (KiB) 374404

[startup+3582.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/82 15288
/proc/meminfo: memFree=1326184/2055920 swapFree=4180380/4192956
[pid=15220] ppid=15218 vsize=16740 CPUtime=278.14
/proc/15220/stat : 15220 (sugar++) S 15218 15220 14410 0 -1 4194304 1462 71269 0 2 5 2 27668 139 16 0 1 0 40527884 17141760 1113 996147200 4194304 4206940 548682068528 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15220/statm: 4185 1113 414 3 0 764 0
[pid=15243] ppid=15220 vsize=359436 CPUtime=3269.99
/proc/15243/stat : 15243 (minisat-inc) R 15220 15220 14410 0 -1 4194304 88664 0 0 0 326919 80 0 0 25 0 1 0 40555997 368062464 88611 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/15243/statm: 89859 88611 74 151 0 89705 0
Current children cumulated CPU time (s) 3548.13
Current children cumulated vsize (KiB) 376176



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3634.41 s]
/proc/loadavg: 1.96 1.99 1.99 3/83 15437
/proc/meminfo: memFree=1336352/2055920 swapFree=4180380/4192956
[pid=15220] ppid=15218 vsize=16740 CPUtime=278.14
/proc/15220/stat : 15220 (sugar++) S 15218 15220 14410 0 -1 4194304 1462 71269 0 2 5 2 27668 139 16 0 1 0 40527884 17141760 1113 996147200 4194304 4206940 548682068528 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15220/statm: 4185 1113 414 3 0 764 0
[pid=15243] ppid=15220 vsize=361356 CPUtime=3321.93
/proc/15243/stat : 15243 (minisat-inc) R 15220 15220 14410 0 -1 4194304 89135 0 0 0 332110 83 0 0 25 0 1 0 40555997 370028544 89082 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/15243/statm: 90339 89082 74 151 0 90185 0
Current children cumulated CPU time (s) 3600.07
Current children cumulated vsize (KiB) 378096

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

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

[startup+3634.51 s]
/proc/loadavg: 1.96 1.99 1.99 3/83 15437
/proc/meminfo: memFree=1336352/2055920 swapFree=4180380/4192956
[pid=15220] ppid=15218 vsize=16740 CPUtime=3600.16
/proc/15220/stat : 15220 (sugar++) R 15218 15220 14410 0 -1 4194304 1488 160404 0 2 5 6 359778 227 19 0 1 0 40527884 17141760 1114 996147200 4194304 4206940 548682068528 18446744073709551615 215419163689 0 0 4224 16386 0 0 0 17 0 0 0
/proc/15220/statm: 4185 1114 415 3 0 764 0
Current children cumulated CPU time (s) 3600.16
Current children cumulated vsize (KiB) 16740

Child status: 0
Real time (s): 3634.54
CPU time (s): 3600.22
CPU user time (s): 3597.85
CPU system time (s): 2.37664
CPU usage (%): 99.0558
Max. virtual memory (cumulated for all children) (KiB): 897236

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

runsolver used 5.67814 second user time and 10.8104 second system time

The end

Launcher Data (download as text)

Begin job on node9 at 2008-07-12 06:50:50
IDJOB=1110855
IDBENCH=61161
IDSOLVER=367
FILE ID=node9/1110855-1215838250
PBS_JOBID= 7903358
Free space on /tmp= 66552 MiB

SOLVER NAME= Sugar++ v1.13+minisat-inc
BENCH NAME= CPAI08/csp/ukVg/normalized-crossword-m1c-uk-vg16-18_ext.xml
COMMAND LINE= DIR/sugar++ -max -incremental -c -vv -java="java -Xmx700M" -decjava="java -Xmx50M" -jar="DIR/sugar-v1-13.jar" -solver="DIR/minisat-inc" -tmp="TMPDIR/temp" BENCHNAME
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1110855-1215838250/watcher-1110855-1215838250 -o /tmp/evaluation-result-1110855-1215838250/solver-1110855-1215838250 -C 3600 -W 4000 -M 900 --output-limit 1,15  HOME/sugar++ -max -incremental -c -vv -java="java -Xmx700M" -decjava="java -Xmx50M" -jar="HOME/sugar-v1-13.jar" -solver="HOME/minisat-inc" -tmp="HOME/temp" HOME/instance-1110855-1215838250.xml

TIME LIMIT= 3600 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= b9a123c3462c681e773444fb1d5bb234
RANDOM SEED=1905538051

node9.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.260
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.260
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:       1844880 kB
Buffers:         36728 kB
Cached:          86732 kB
SwapCached:       6828 kB
Active:          84004 kB
Inactive:        67412 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1844880 kB
SwapTotal:     4192956 kB
SwapFree:      4180380 kB
Dirty:            1160 kB
Writeback:           0 kB
Mapped:          43648 kB
Slab:            44784 kB
Committed_AS:   216768 kB
PageTables:       1856 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= 66552 MiB
End job on node9 at 2008-07-12 07:51:26