Trace number 1110372

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? (TO) 3600.02 3633.84

General information on the benchmark

Namecsp/wordsVg/
normalized-crossword-m1c-words-vg15-15_ext.xml
MD5SUM9e3de5ef0bb4f45d51435215e5fec983
Bench CategoryN-ARY-EXT (n-ary constraints in extension)
Best result obtained on this benchmarkMSAT TO
Best Number of falsified constraints30
Best CPU time to get the best result obtained on this benchmark3600.06
Satisfiable
(Un)Satisfiability was proved
Number of variables225
Number of constraints30
Maximum constraint arity15
Maximum domain size26
Number of constraints which are defined in extension30
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.03/0.04	c 0	Sugar v1-13 + HOME/minisat
0.03/0.04	c 0	BEGIN Sat Jul 12 02:08:53 2008
0.03/0.04	c 0	PID 14199
0.03/0.05	c 0	HOST node27.alineos.net
0.03/0.05	c 0	CONVERTING HOME/instance-1110372-1215821332.xml TO HOME/temp.csp
0.03/0.05	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1110372-1215821332.xml' 'HOME/temp.csp'
0.03/0.27	c 0	1 domains, 225 variables, 0 predicates, 1 relations, 30 constraints
0.03/0.32	c 0	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.03/0.32	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -max -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
0.28/0.40	c 0	Parsing HOME/temp.csp
0.28/0.50	c 0	parsed 257 expressions
0.28/0.51	c 0	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.28/0.51	c 0	MAX CSP: 30 constraints
0.28/0.51	c 0	Converting to clausal form CSP
0.28/0.53	c 0	converted 29 (10%) expressions
0.28/0.53	c 0	converted 58 (20%) expressions
0.28/0.53	c 0	converted 87 (30%) expressions
0.28/0.53	c 0	converted 116 (40%) expressions
0.28/0.53	c 0	converted 145 (50%) expressions
0.28/0.53	c 0	converted 174 (60%) expressions
0.28/0.53	c 0	converted 203 (70%) expressions
0.28/0.57	c 0	converted 232 (80%) expressions
0.28/0.69	c 0	converted 261 (90%) expressions
0.28/0.85	c 0	converted 290 (100%) expressions
0.28/0.85	c 0	CSP : 285 integers, 0 booleans, 89 clauses, largest domain size 46
0.28/0.85	c 0	Heap : 12 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.28/0.85	c 0	Propagation in CSP
0.28/0.86	c 0	26 values, 0 unsatisfiable literals, and 0 valid clauses are removed
0.28/0.86	c 0	CSP : 285 integers, 0 booleans, 89 clauses, largest domain size 31
0.28/0.86	c 0	Heap : 12 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.28/0.86	c 0	Simplifing CSP by introducing new Boolean variables
0.28/0.86	c 0	CSP : 285 integers, 0 booleans, 89 clauses, largest domain size 31
0.28/0.86	c 0	Heap : 12 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.28/0.92	c 0	Encoding CSP to SAT : HOME/temp.cnf
0.28/0.94	c 0	29 (10%) CSP integer variables are encoded (696 clauses, 7512 bytes)
0.28/0.94	c 0	57 (20%) CSP integer variables are encoded (1368 clauses, 15721 bytes)
0.28/0.95	c 0	86 (30%) CSP integer variables are encoded (2064 clauses, 24769 bytes)
0.28/0.95	c 0	114 (40%) CSP integer variables are encoded (2736 clauses, 33505 bytes)
0.28/0.95	c 0	143 (50%) CSP integer variables are encoded (3432 clauses, 42553 bytes)
0.28/0.95	c 0	171 (60%) CSP integer variables are encoded (4104 clauses, 51289 bytes)
0.28/0.95	c 0	200 (70%) CSP integer variables are encoded (4800 clauses, 60337 bytes)
0.28/0.95	c 0	228 (80%) CSP integer variables are encoded (5400 clauses, 68137 bytes)
0.28/0.96	c 0	257 (90%) CSP integer variables are encoded (5430 clauses, 68527 bytes)
0.28/0.96	c 0	285 (100%) CSP integer variables are encoded (5613 clauses, 70906 bytes)
5.63/5.74	c 5	9 (10%) CSP clauses are encoded (78558 clauses, 6960621 bytes)
10.48/10.63	c 10	18 (20%) CSP clauses are encoded (151503 clauses, 13986898 bytes)
15.23/15.41	c 15	27 (30%) CSP clauses are encoded (224448 clauses, 21523903 bytes)
16.81/17.07	c 17	36 (40%) CSP clauses are encoded (248791 clauses, 24036668 bytes)
16.81/17.07	c 17	45 (50%) CSP clauses are encoded (248870 clauses, 24037943 bytes)
16.81/17.07	c 17	54 (60%) CSP clauses are encoded (249021 clauses, 24040302 bytes)
16.81/17.08	c 17	63 (70%) CSP clauses are encoded (249980 clauses, 24056937 bytes)
16.81/17.08	c 17	72 (80%) CSP clauses are encoded (250027 clauses, 24057663 bytes)
16.81/17.08	c 17	81 (90%) CSP clauses are encoded (250106 clauses, 24058938 bytes)
16.81/17.08	c 17	89 (100%) CSP clauses are encoded (250314 clauses, 24062402 bytes)
16.81/17.08	c 17	89 CSP clauses encoded
16.81/17.08	c 17	Writing map file : HOME/temp.map
16.81/17.09	c 17	Heap : 14 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
16.81/17.09	c 17	SAT : 5898 SAT variables, 250314 SAT clauses, 24062402 bytes
16.81/17.09	c 17	Heap : 14 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
16.90/17.12	c 17	OBJECTIVE minimize _COST
16.90/17.12	c 17	OBJECTIVE BOUND: 0 <= _COST <= 
16.90/17.12	c 17	SEARCHING: _COST <= 15
16.90/17.12	c 17	SOLVING HOME/temp.cnf
16.90/17.12	c 17	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
16.90/17.13	c 17	This is MiniSat 2.0 beta
16.90/17.13	c 17	WARNING: for repeatability, setting FPU to use double precision
16.90/17.13	c 17	============================[ Problem Statistics ]=============================
16.90/17.13	c 17	|                                                                             |
16.90/17.13	c 17	|  Number of variables:  5898                                                 |
16.90/17.13	c 17	|  Number of clauses:    250315                                               |
17.39/17.63	c 17	|  Parsing time:         0.43         s                                       |
17.39/17.66	c 17	============================[ Search Statistics ]==============================
17.39/17.66	c 17	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
17.39/17.66	c 17	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
17.39/17.66	c 17	===============================================================================
17.39/17.66	c 17	|         0 |    5823   249704  4453803 |    83234        0    nan |  0.000 % |
17.39/17.68	c 17	|       102 |    5823   249704  4453803 |    91558      102      9 |  1.272 % |
17.39/17.69	c 17	|       252 |    5823   249704  4453803 |   100713      252      9 |  1.272 % |
17.48/17.72	c 17	|       477 |    5823   249704  4453803 |   110785      477      9 |  1.272 % |
17.48/17.76	c 17	|       814 |    5823   249704  4453803 |   121863      814      8 |  1.272 % |
17.48/17.80	c 17	|      1321 |    5823   249704  4453803 |   134050     1321      8 |  1.272 % |
17.58/17.86	c 17	|      2081 |    5823   249704  4453803 |   147455     2081      9 |  1.272 % |
17.68/17.95	c 17	|      3222 |    5823   249704  4453803 |   162200     3222      9 |  1.272 % |
17.78/18.06	c 18	|      4931 |    5823   249704  4453803 |   178420     4931      9 |  1.272 % |
17.98/18.24	c 18	|      7493 |    5823   249704  4453803 |   196262     7493      9 |  1.272 % |
18.37/18.65	c 18	|     11338 |    5823   249704  4453803 |   215889    11338     10 |  1.272 % |
18.86/19.14	c 19	|     17105 |    5823   249704  4453803 |   237478    17105     10 |  1.272 % |
19.56/19.90	c 19	|     25754 |    5823   249704  4453803 |   261226    25754     10 |  1.272 % |
21.74/22.03	c 22	|     38728 |    5823   249704  4453803 |   287348    38728     11 |  1.272 % |
24.42/24.76	c 24	|     58190 |    5823   249704  4453803 |   316083    58190     11 |  1.272 % |
30.16/30.54	c 30	|     87382 |    5823   249704  4453803 |   347691    87382     11 |  1.272 % |
44.33/44.89	c 44	|    131171 |    5823   249704  4453803 |   382461   131171     12 |  1.272 % |
83.65/84.51	c 84	|    196855 |    5823   249704  4453803 |   420707   196855     15 |  1.272 % |
206.89/208.93	c 208	|    295381 |    5823   249704  4453803 |   462777   295381     18 |  1.272 % |
447.72/452.08	c 452	|    443172 |    5823   249704  4453803 |   509055   443172     18 |  1.272 % |
765.92/773.21	c 773	|    664856 |    5823   249704  4453803 |   559961   185065     25 |  1.272 % |
1629.37/1644.80	c 1644	|    997383 |    5823   249704  4453803 |   615957   517592     24 |  1.272 % |
2692.74/2718.23	c 2718	|   1496171 |    5823   249704  4453803 |   677553   437158     25 |  1.272 % |
3600.02/3633.81	c ERROR INTERRUPTED
3600.02/3633.83	s UNKNOWN
3600.02/3633.83	c 3633	CPU 16.52 (0.04 0 16.48 0.41)
3600.02/3633.83	c 3633	END Sat Jul 12 03:09:26 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-1110372-1215821332/watcher-1110372-1215821332 -o /tmp/evaluation-result-1110372-1215821332/solver-1110372-1215821332 -C 3600 -W 4000 -M 900 --output-limit 1,15 HOME/sugar -max -c -vv -java=java -Xmx700M -jar=HOME/sugar-v1-13.jar -solver=HOME/minisat -tmp=HOME/temp HOME/instance-1110372-1215821332.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: 0.96 1.00 1.00 4/72 14199
/proc/meminfo: memFree=1931208/2055920 swapFree=4178780/4192956
[pid=14199] ppid=14197 vsize=18572 CPUtime=0
/proc/14199/stat : 14199 (runsolver) R 14197 14199 14123 0 -1 4194368 15 0 0 0 0 0 0 0 19 0 1 0 38707700 19017728 292 996147200 4194304 4296836 548682068256 18446744073709551615 233588714791 0 0 4096 24578 0 0 0 17 0 0 0
/proc/14199/statm: 4643 292 257 25 0 2626 0

[startup+0.044403 s]
/proc/loadavg: 0.96 1.00 1.00 4/72 14199
/proc/meminfo: memFree=1931208/2055920 swapFree=4178780/4192956
[pid=14199] ppid=14197 vsize=13468 CPUtime=0.03
/proc/14199/stat : 14199 (sugar) R 14197 14199 14123 0 -1 4194304 769 0 0 0 3 0 0 0 19 0 1 0 38707700 13791232 737 996147200 4194304 4206940 548682068592 18446744073709551615 233606630401 0 0 4224 0 0 0 0 17 1 0 0
/proc/14199/statm: 3367 737 338 3 0 467 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13468

[startup+0.101405 s]
/proc/loadavg: 0.96 1.00 1.00 4/72 14199
/proc/meminfo: memFree=1931208/2055920 swapFree=4178780/4192956
[pid=14199] ppid=14197 vsize=13600 CPUtime=0.03
/proc/14199/stat : 14199 (sugar) S 14197 14199 14123 0 -1 4194304 898 127 0 0 3 0 0 0 16 0 1 0 38707700 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 233597612130 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14199/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.301424 s]
/proc/loadavg: 0.96 1.00 1.00 4/72 14199
/proc/meminfo: memFree=1931208/2055920 swapFree=4178780/4192956
[pid=14199] ppid=14197 vsize=13600 CPUtime=0.03
/proc/14199/stat : 14199 (sugar) S 14197 14199 14123 0 -1 4194304 916 127 0 0 3 0 0 0 15 0 1 0 38707700 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 233597612130 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14199/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.701466 s]
/proc/loadavg: 0.96 1.00 1.00 4/72 14199
/proc/meminfo: memFree=1931208/2055920 swapFree=4178780/4192956
[pid=14199] ppid=14197 vsize=13600 CPUtime=0.28
/proc/14199/stat : 14199 (sugar) S 14197 14199 14123 0 -1 4194304 974 4310 0 1 3 0 21 4 15 0 1 0 38707700 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 233597612130 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14199/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 13600

[startup+1.50255 s]
/proc/loadavg: 0.96 1.00 1.00 5/93 14242
/proc/meminfo: memFree=1888728/2055920 swapFree=4178780/4192956
[pid=14199] ppid=14197 vsize=13600 CPUtime=0.28
/proc/14199/stat : 14199 (sugar) S 14197 14199 14123 0 -1 4194304 974 4310 0 1 3 0 21 4 16 0 1 0 38707700 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 233597612130 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14199/statm: 3400 797 370 3 0 500 0
[pid=14223] ppid=14199 vsize=5356 CPUtime=0
/proc/14223/stat : 14223 (sh) S 14199 14199 14123 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 38707732 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14223/statm: 1339 233 193 169 0 50 0
[pid=14225] ppid=14223 vsize=864412 CPUtime=1.17
/proc/14225/stat : 14225 (java) S 14223 14199 14123 0 -1 0 8486 0 1 0 111 6 0 0 19 0 9 0 38707733 885157888 7706 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14225/statm: 216103 7706 2564 9 0 210650 0
[pid=14225/tid=14227] ppid=14223 vsize=864412 CPUtime=0.77
/proc/14225/task/14227/stat : 14227 (java) R 14223 14199 14123 0 -1 64 2819 0 1 0 75 2 0 0 21 0 9 0 38707734 885157888 7706 996147200 134512640 134550740 4294955936 18446744073709551615 102064747 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14225/tid=14229] ppid=14223 vsize=864412 CPUtime=0.28
/proc/14225/task/14229/stat : 14229 (java) S 14223 14199 14123 0 -1 64 4632 0 0 0 26 2 0 0 16 0 9 0 38707735 885157888 7706 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=14225/tid=14231] ppid=14223 vsize=864412 CPUtime=0
/proc/14225/task/14231/stat : 14231 (java) S 14223 14199 14123 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 38707735 885157888 7706 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14225/tid=14233] ppid=14223 vsize=864412 CPUtime=0
/proc/14225/task/14233/stat : 14233 (java) S 14223 14199 14123 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 38707735 885157888 7706 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14225/tid=14235] ppid=14223 vsize=864412 CPUtime=0
/proc/14225/task/14235/stat : 14235 (java) S 14223 14199 14123 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 38707737 885157888 7706 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14225/tid=14237] ppid=14223 vsize=864412 CPUtime=0.09
/proc/14225/task/14237/stat : 14237 (java) S 14223 14199 14123 0 -1 64 342 0 0 0 9 0 0 0 16 0 9 0 38707737 885157888 7706 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14225/tid=14239] ppid=14223 vsize=864412 CPUtime=0
/proc/14225/task/14239/stat : 14239 (java) S 14223 14199 14123 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 38707737 885157888 7706 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14225/tid=14241] ppid=14223 vsize=864412 CPUtime=0
/proc/14225/task/14241/stat : 14241 (java) S 14223 14199 14123 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 38707737 885157888 7706 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.45
Current children cumulated vsize (KiB) 883368

[startup+3.10271 s]
/proc/loadavg: 0.96 1.00 1.00 3/93 14242
/proc/meminfo: memFree=1879000/2055920 swapFree=4178780/4192956
[pid=14199] ppid=14197 vsize=13600 CPUtime=0.28
/proc/14199/stat : 14199 (sugar) S 14197 14199 14123 0 -1 4194304 974 4310 0 1 3 0 21 4 16 0 1 0 38707700 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 233597612130 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14199/statm: 3400 797 370 3 0 500 0
[pid=14223] ppid=14199 vsize=5356 CPUtime=0
/proc/14223/stat : 14223 (sh) S 14199 14199 14123 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 38707732 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14223/statm: 1339 233 193 169 0 50 0
[pid=14225] ppid=14223 vsize=864412 CPUtime=2.76
/proc/14225/stat : 14225 (java) S 14223 14199 14123 0 -1 0 9748 0 1 0 267 9 0 0 19 0 9 0 38707733 885157888 8825 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14225/statm: 216103 8825 2564 9 0 210650 0
[pid=14225/tid=14227] ppid=14223 vsize=864412 CPUtime=2.27
/proc/14225/task/14227/stat : 14227 (java) R 14223 14199 14123 0 -1 64 2962 0 1 0 223 4 0 0 25 0 9 0 38707734 885157888 8825 996147200 134512640 134550740 4294955936 18446744073709551615 4126521648 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14225/tid=14229] ppid=14223 vsize=864412 CPUtime=0.38
/proc/14225/task/14229/stat : 14229 (java) S 14223 14199 14123 0 -1 64 5748 0 0 0 35 3 0 0 16 0 9 0 38707735 885157888 8825 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=14225/tid=14231] ppid=14223 vsize=864412 CPUtime=0
/proc/14225/task/14231/stat : 14231 (java) S 14223 14199 14123 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 38707735 885157888 8825 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14225/tid=14233] ppid=14223 vsize=864412 CPUtime=0
/proc/14225/task/14233/stat : 14233 (java) S 14223 14199 14123 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 38707735 885157888 8825 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14225/tid=14235] ppid=14223 vsize=864412 CPUtime=0
/proc/14225/task/14235/stat : 14235 (java) S 14223 14199 14123 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 38707737 885157888 8825 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14225/tid=14237] ppid=14223 vsize=864412 CPUtime=0.09
/proc/14225/task/14237/stat : 14237 (java) S 14223 14199 14123 0 -1 64 345 0 0 0 9 0 0 0 17 0 9 0 38707737 885157888 8825 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14225/tid=14239] ppid=14223 vsize=864412 CPUtime=0
/proc/14225/task/14239/stat : 14239 (java) S 14223 14199 14123 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 38707737 885157888 8825 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14225/tid=14241] ppid=14223 vsize=864412 CPUtime=0
/proc/14225/task/14241/stat : 14241 (java) S 14223 14199 14123 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 38707737 885157888 8825 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.04
Current children cumulated vsize (KiB) 883368

[startup+6.30103 s]
/proc/loadavg: 1.05 1.01 1.00 3/93 14242
/proc/meminfo: memFree=1859032/2055920 swapFree=4178780/4192956
[pid=14199] ppid=14197 vsize=13600 CPUtime=0.28
/proc/14199/stat : 14199 (sugar) S 14197 14199 14123 0 -1 4194304 974 4310 0 1 3 0 21 4 16 0 1 0 38707700 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 233597612130 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14199/statm: 3400 797 370 3 0 500 0
[pid=14223] ppid=14199 vsize=5356 CPUtime=0
/proc/14223/stat : 14223 (sh) S 14199 14199 14123 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 38707732 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14223/statm: 1339 233 193 169 0 50 0
[pid=14225] ppid=14223 vsize=864412 CPUtime=5.95
/proc/14225/stat : 14225 (java) S 14223 14199 14123 0 -1 0 10557 0 1 0 581 14 0 0 19 0 9 0 38707733 885157888 9370 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14225/statm: 216103 9370 2564 9 0 210650 0
[pid=14225/tid=14227] ppid=14223 vsize=864412 CPUtime=5.18
/proc/14225/task/14227/stat : 14227 (java) R 14223 14199 14123 0 -1 64 3224 0 1 0 511 7 0 0 25 0 9 0 38707734 885157888 9370 996147200 134512640 134550740 4294955936 18446744073709551615 4126499132 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14225/tid=14229] ppid=14223 vsize=864412 CPUtime=0.64
/proc/14225/task/14229/stat : 14229 (java) S 14223 14199 14123 0 -1 64 6290 0 0 0 59 5 0 0 16 0 9 0 38707735 885157888 9370 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14225/tid=14231] ppid=14223 vsize=864412 CPUtime=0
/proc/14225/task/14231/stat : 14231 (java) S 14223 14199 14123 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 38707735 885157888 9370 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14225/tid=14233] ppid=14223 vsize=864412 CPUtime=0
/proc/14225/task/14233/stat : 14233 (java) S 14223 14199 14123 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 38707735 885157888 9370 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14225/tid=14235] ppid=14223 vsize=864412 CPUtime=0
/proc/14225/task/14235/stat : 14235 (java) S 14223 14199 14123 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 38707737 885157888 9370 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14225/tid=14237] ppid=14223 vsize=864412 CPUtime=0.1
/proc/14225/task/14237/stat : 14237 (java) S 14223 14199 14123 0 -1 64 350 0 0 0 10 0 0 0 16 0 9 0 38707737 885157888 9370 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14225/tid=14239] ppid=14223 vsize=864412 CPUtime=0
/proc/14225/task/14239/stat : 14239 (java) S 14223 14199 14123 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 38707737 885157888 9370 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14225/tid=14241] ppid=14223 vsize=864412 CPUtime=0
/proc/14225/task/14241/stat : 14241 (java) S 14223 14199 14123 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 38707737 885157888 9370 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.23
Current children cumulated vsize (KiB) 883368

[startup+12.7027 s]
/proc/loadavg: 1.12 1.03 1.01 3/93 14242
/proc/meminfo: memFree=1838104/2055920 swapFree=4178780/4192956
[pid=14199] ppid=14197 vsize=13600 CPUtime=0.28
/proc/14199/stat : 14199 (sugar) S 14197 14199 14123 0 -1 4194304 974 4310 0 1 3 0 21 4 16 0 1 0 38707700 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 233597612130 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14199/statm: 3400 797 370 3 0 500 0
[pid=14223] ppid=14199 vsize=5356 CPUtime=0
/proc/14223/stat : 14223 (sh) S 14199 14199 14123 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 38707732 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14223/statm: 1339 233 193 169 0 50 0
[pid=14225] ppid=14223 vsize=864412 CPUtime=12.28
/proc/14225/stat : 14225 (java) S 14223 14199 14123 0 -1 0 13690 0 1 0 1202 26 0 0 19 0 9 0 38707733 885157888 9569 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14225/statm: 216103 9569 2564 9 0 210650 0
[pid=14225/tid=14227] ppid=14223 vsize=864412 CPUtime=10.98
/proc/14225/task/14227/stat : 14227 (java) R 14223 14199 14123 0 -1 64 3733 0 1 0 1084 14 0 0 25 0 9 0 38707734 885157888 9569 996147200 134512640 134550740 4294955936 18446744073709551615 4126542127 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14225/tid=14229] ppid=14223 vsize=864412 CPUtime=1.17
/proc/14225/task/14229/stat : 14229 (java) S 14223 14199 14123 0 -1 64 8914 0 0 0 107 10 0 0 16 0 9 0 38707735 885157888 9569 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14225/tid=14231] ppid=14223 vsize=864412 CPUtime=0
/proc/14225/task/14231/stat : 14231 (java) S 14223 14199 14123 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 38707735 885157888 9569 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14225/tid=14233] ppid=14223 vsize=864412 CPUtime=0
/proc/14225/task/14233/stat : 14233 (java) S 14223 14199 14123 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 38707735 885157888 9569 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14225/tid=14235] ppid=14223 vsize=864412 CPUtime=0
/proc/14225/task/14235/stat : 14235 (java) S 14223 14199 14123 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 38707737 885157888 9569 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14225/tid=14237] ppid=14223 vsize=864412 CPUtime=0.1
/proc/14225/task/14237/stat : 14237 (java) S 14223 14199 14123 0 -1 64 350 0 0 0 10 0 0 0 16 0 9 0 38707737 885157888 9569 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14225/tid=14239] ppid=14223 vsize=864412 CPUtime=0
/proc/14225/task/14239/stat : 14239 (java) S 14223 14199 14123 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 38707737 885157888 9569 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14225/tid=14241] ppid=14223 vsize=864412 CPUtime=0
/proc/14225/task/14241/stat : 14241 (java) S 14223 14199 14123 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 38707737 885157888 9569 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.56
Current children cumulated vsize (KiB) 883368

[startup+25.502 s]
/proc/loadavg: 1.32 1.08 1.02 3/76 14245
/proc/meminfo: memFree=1806560/2055920 swapFree=4178780/4192956
[pid=14199] ppid=14197 vsize=13600 CPUtime=16.93
/proc/14199/stat : 14199 (sugar) S 14197 14199 14123 0 -1 4194304 1054 21084 0 2 4 0 1648 41 16 0 1 0 38707700 13926400 803 996147200 4194304 4206940 548682068592 18446744073709551615 233597612130 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14199/statm: 3400 803 374 3 0 500 0
[pid=14244] ppid=14199 vsize=5356 CPUtime=0
/proc/14244/stat : 14244 (sh) S 14199 14199 14123 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 38709413 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14244/statm: 1339 232 193 169 0 50 0
[pid=14245] ppid=14244 vsize=37104 CPUtime=8.28
/proc/14245/stat : 14245 (minisat) R 14244 14199 14123 0 -1 4194304 9095 0 0 0 820 8 0 0 25 0 1 0 38709413 37994496 9081 996147200 134512640 135127466 4294956256 18446744073709551615 134529469 0 0 4096 3 0 0 0 17 1 0 0
/proc/14245/statm: 9276 9081 76 150 0 9123 0
Current children cumulated CPU time (s) 25.21
Current children cumulated vsize (KiB) 56060

[startup+51.1016 s]
/proc/loadavg: 1.63 1.17 1.05 3/76 14245
/proc/meminfo: memFree=1791712/2055920 swapFree=4178780/4192956
[pid=14199] ppid=14197 vsize=13600 CPUtime=16.93
/proc/14199/stat : 14199 (sugar) S 14197 14199 14123 0 -1 4194304 1054 21084 0 2 4 0 1648 41 16 0 1 0 38707700 13926400 803 996147200 4194304 4206940 548682068592 18446744073709551615 233597612130 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0

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

/proc/meminfo: memFree=1627488/2055920 swapFree=4178780/4192956
[pid=14199] ppid=14197 vsize=13600 CPUtime=16.93
/proc/14199/stat : 14199 (sugar) S 14197 14199 14123 0 -1 4194304 1054 21084 0 2 4 0 1648 41 16 0 1 0 38707700 13926400 803 996147200 4194304 4206940 548682068592 18446744073709551615 233597612130 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14199/statm: 3400 803 374 3 0 500 0
[pid=14244] ppid=14199 vsize=5356 CPUtime=0
/proc/14244/stat : 14244 (sh) S 14199 14199 14123 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 38709413 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14244/statm: 1339 232 193 169 0 50 0
[pid=14245] ppid=14244 vsize=128680 CPUtime=3056.32
/proc/14245/stat : 14245 (minisat) R 14244 14199 14123 0 -1 4194304 31573 0 0 0 305599 33 0 0 25 0 1 0 38709413 131768320 31559 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/14245/statm: 32170 31559 76 150 0 32017 0
Current children cumulated CPU time (s) 3073.25
Current children cumulated vsize (KiB) 147636

[startup+3162.3 s]
/proc/loadavg: 2.22 2.08 1.96 3/76 14253
/proc/meminfo: memFree=1622112/2055920 swapFree=4178780/4192956
[pid=14199] ppid=14197 vsize=13600 CPUtime=16.93
/proc/14199/stat : 14199 (sugar) S 14197 14199 14123 0 -1 4194304 1054 21084 0 2 4 0 1648 41 16 0 1 0 38707700 13926400 803 996147200 4194304 4206940 548682068592 18446744073709551615 233597612130 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14199/statm: 3400 803 374 3 0 500 0
[pid=14244] ppid=14199 vsize=5356 CPUtime=0
/proc/14244/stat : 14244 (sh) S 14199 14199 14123 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 38709413 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14244/statm: 1339 232 193 169 0 50 0
[pid=14245] ppid=14244 vsize=131168 CPUtime=3115.76
/proc/14245/stat : 14245 (minisat) R 14244 14199 14123 0 -1 4194304 32146 0 0 0 311542 34 0 0 25 0 1 0 38709413 134316032 32132 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/14245/statm: 32792 32132 76 150 0 32639 0
Current children cumulated CPU time (s) 3132.69
Current children cumulated vsize (KiB) 150124

[startup+3222.3 s]
/proc/loadavg: 2.12 2.08 1.96 3/76 14253
/proc/meminfo: memFree=1616672/2055920 swapFree=4178780/4192956
[pid=14199] ppid=14197 vsize=13600 CPUtime=16.93
/proc/14199/stat : 14199 (sugar) S 14197 14199 14123 0 -1 4194304 1054 21084 0 2 4 0 1648 41 16 0 1 0 38707700 13926400 803 996147200 4194304 4206940 548682068592 18446744073709551615 233597612130 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14199/statm: 3400 803 374 3 0 500 0
[pid=14244] ppid=14199 vsize=5356 CPUtime=0
/proc/14244/stat : 14244 (sh) S 14199 14199 14123 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 38709413 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14244/statm: 1339 232 193 169 0 50 0
[pid=14245] ppid=14244 vsize=133172 CPUtime=3175.2
/proc/14245/stat : 14245 (minisat) R 14244 14199 14123 0 -1 4194304 32663 0 0 0 317485 35 0 0 25 0 1 0 38709413 136368128 32649 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/14245/statm: 33293 32649 76 150 0 33140 0
Current children cumulated CPU time (s) 3192.13
Current children cumulated vsize (KiB) 152128

[startup+3282.3 s]
/proc/loadavg: 2.04 2.06 1.96 3/76 14253
/proc/meminfo: memFree=1612128/2055920 swapFree=4178780/4192956
[pid=14199] ppid=14197 vsize=13600 CPUtime=16.93
/proc/14199/stat : 14199 (sugar) S 14197 14199 14123 0 -1 4194304 1054 21084 0 2 4 0 1648 41 16 0 1 0 38707700 13926400 803 996147200 4194304 4206940 548682068592 18446744073709551615 233597612130 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14199/statm: 3400 803 374 3 0 500 0
[pid=14244] ppid=14199 vsize=5356 CPUtime=0
/proc/14244/stat : 14244 (sh) S 14199 14199 14123 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 38709413 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14244/statm: 1339 232 193 169 0 50 0
[pid=14245] ppid=14244 vsize=134340 CPUtime=3234.63
/proc/14245/stat : 14245 (minisat) R 14244 14199 14123 0 -1 4194304 32917 0 0 0 323428 35 0 0 25 0 1 0 38709413 137564160 32903 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/14245/statm: 33585 32903 76 150 0 33432 0
Current children cumulated CPU time (s) 3251.56
Current children cumulated vsize (KiB) 153296

[startup+3342.3 s]
/proc/loadavg: 2.01 2.05 1.96 3/76 14253
/proc/meminfo: memFree=1609632/2055920 swapFree=4178780/4192956
[pid=14199] ppid=14197 vsize=13600 CPUtime=16.93
/proc/14199/stat : 14199 (sugar) S 14197 14199 14123 0 -1 4194304 1054 21084 0 2 4 0 1648 41 16 0 1 0 38707700 13926400 803 996147200 4194304 4206940 548682068592 18446744073709551615 233597612130 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14199/statm: 3400 803 374 3 0 500 0
[pid=14244] ppid=14199 vsize=5356 CPUtime=0
/proc/14244/stat : 14244 (sh) S 14199 14199 14123 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 38709413 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14244/statm: 1339 232 193 169 0 50 0
[pid=14245] ppid=14244 vsize=134340 CPUtime=3294.07
/proc/14245/stat : 14245 (minisat) R 14244 14199 14123 0 -1 4194304 32917 0 0 0 329372 35 0 0 25 0 1 0 38709413 137564160 32903 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/14245/statm: 33585 32903 76 150 0 33432 0
Current children cumulated CPU time (s) 3311
Current children cumulated vsize (KiB) 153296

[startup+3402.31 s]
/proc/loadavg: 2.00 2.04 1.96 3/76 14253
/proc/meminfo: memFree=1609632/2055920 swapFree=4178780/4192956
[pid=14199] ppid=14197 vsize=13600 CPUtime=16.93
/proc/14199/stat : 14199 (sugar) S 14197 14199 14123 0 -1 4194304 1054 21084 0 2 4 0 1648 41 16 0 1 0 38707700 13926400 803 996147200 4194304 4206940 548682068592 18446744073709551615 233597612130 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14199/statm: 3400 803 374 3 0 500 0
[pid=14244] ppid=14199 vsize=5356 CPUtime=0
/proc/14244/stat : 14244 (sh) S 14199 14199 14123 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 38709413 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14244/statm: 1339 232 193 169 0 50 0
[pid=14245] ppid=14244 vsize=134340 CPUtime=3353.51
/proc/14245/stat : 14245 (minisat) R 14244 14199 14123 0 -1 4194304 32918 0 0 0 335316 35 0 0 25 0 1 0 38709413 137564160 32904 996147200 134512640 135127466 4294956256 18446744073709551615 134530823 0 0 4096 3 0 0 0 17 1 0 0
/proc/14245/statm: 33585 32904 76 150 0 33432 0
Current children cumulated CPU time (s) 3370.44
Current children cumulated vsize (KiB) 153296

[startup+3462.3 s]
/proc/loadavg: 2.00 2.03 1.96 3/76 14253
/proc/meminfo: memFree=1608928/2055920 swapFree=4178780/4192956
[pid=14199] ppid=14197 vsize=13600 CPUtime=16.93
/proc/14199/stat : 14199 (sugar) S 14197 14199 14123 0 -1 4194304 1054 21084 0 2 4 0 1648 41 16 0 1 0 38707700 13926400 803 996147200 4194304 4206940 548682068592 18446744073709551615 233597612130 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14199/statm: 3400 803 374 3 0 500 0
[pid=14244] ppid=14199 vsize=5356 CPUtime=0
/proc/14244/stat : 14244 (sh) S 14199 14199 14123 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 38709413 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14244/statm: 1339 232 193 169 0 50 0
[pid=14245] ppid=14244 vsize=134668 CPUtime=3412.95
/proc/14245/stat : 14245 (minisat) R 14244 14199 14123 0 -1 4194304 33021 0 0 0 341260 35 0 0 25 0 1 0 38709413 137900032 33007 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/14245/statm: 33667 33007 76 150 0 33514 0
Current children cumulated CPU time (s) 3429.88
Current children cumulated vsize (KiB) 153624

[startup+3522.3 s]
/proc/loadavg: 2.00 2.02 1.96 3/76 14253
/proc/meminfo: memFree=1608800/2055920 swapFree=4178780/4192956
[pid=14199] ppid=14197 vsize=13600 CPUtime=16.93
/proc/14199/stat : 14199 (sugar) S 14197 14199 14123 0 -1 4194304 1054 21084 0 2 4 0 1648 41 16 0 1 0 38707700 13926400 803 996147200 4194304 4206940 548682068592 18446744073709551615 233597612130 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14199/statm: 3400 803 374 3 0 500 0
[pid=14244] ppid=14199 vsize=5356 CPUtime=0
/proc/14244/stat : 14244 (sh) S 14199 14199 14123 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 38709413 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14244/statm: 1339 232 193 169 0 50 0
[pid=14245] ppid=14244 vsize=134668 CPUtime=3472.39
/proc/14245/stat : 14245 (minisat) R 14244 14199 14123 0 -1 4194304 33022 0 0 0 347204 35 0 0 25 0 1 0 38709413 137900032 33008 996147200 134512640 135127466 4294956256 18446744073709551615 134530772 0 0 4096 3 0 0 0 17 1 0 0
/proc/14245/statm: 33667 33008 76 150 0 33514 0
Current children cumulated CPU time (s) 3489.32
Current children cumulated vsize (KiB) 153624

[startup+3582.3 s]
/proc/loadavg: 2.00 2.02 1.96 3/76 14253
/proc/meminfo: memFree=1608480/2055920 swapFree=4178780/4192956
[pid=14199] ppid=14197 vsize=13600 CPUtime=16.93
/proc/14199/stat : 14199 (sugar) S 14197 14199 14123 0 -1 4194304 1054 21084 0 2 4 0 1648 41 16 0 1 0 38707700 13926400 803 996147200 4194304 4206940 548682068592 18446744073709551615 233597612130 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14199/statm: 3400 803 374 3 0 500 0
[pid=14244] ppid=14199 vsize=5356 CPUtime=0
/proc/14244/stat : 14244 (sh) S 14199 14199 14123 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 38709413 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14244/statm: 1339 232 193 169 0 50 0
[pid=14245] ppid=14244 vsize=135016 CPUtime=3531.83
/proc/14245/stat : 14245 (minisat) R 14244 14199 14123 0 -1 4194304 33071 0 0 0 353148 35 0 0 25 0 1 0 38709413 138256384 33057 996147200 134512640 135127466 4294956256 18446744073709551615 134530742 0 0 4096 3 0 0 0 17 1 0 0
/proc/14245/statm: 33754 33057 76 150 0 33601 0
Current children cumulated CPU time (s) 3548.76
Current children cumulated vsize (KiB) 153972



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3633.8 s]
/proc/loadavg: 1.95 2.00 1.96 3/76 14287
/proc/meminfo: memFree=1746336/2055920 swapFree=4178780/4192956
[pid=14199] ppid=14197 vsize=13600 CPUtime=16.93
/proc/14199/stat : 14199 (sugar) S 14197 14199 14123 0 -1 4194304 1054 21084 0 2 4 0 1648 41 16 0 1 0 38707700 13926400 803 996147200 4194304 4206940 548682068592 18446744073709551615 233597612130 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14199/statm: 3400 803 374 3 0 500 0
[pid=14244] ppid=14199 vsize=5356 CPUtime=0
/proc/14244/stat : 14244 (sh) S 14199 14199 14123 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 38709413 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14244/statm: 1339 232 193 169 0 50 0
[pid=14245] ppid=14244 vsize=135096 CPUtime=3583.09
/proc/14245/stat : 14245 (minisat) R 14244 14199 14123 0 -1 4194304 33096 0 0 0 358273 36 0 0 25 0 1 0 38709413 138338304 33082 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/14245/statm: 33774 33082 76 150 0 33621 0
Current children cumulated CPU time (s) 3600.02
Current children cumulated vsize (KiB) 154052

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

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

Child status: 0

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 14199 and gives
#  childrusage.ru_utime.tv_sec=16
#  childrusage.ru_utime.tv_usec=531486
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=436933
# CPU time returned by wait4() is 16.9684
# while last known CPU time is 3600.02
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 3633.84
CPU time (s): 3600.02
CPU user time (s): 3599.25
CPU system time (s): 0.77
CPU usage (%): 99.0692
Max. virtual memory (cumulated for all children) (KiB): 885936

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 16.5315
system time used= 0.436933
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 22484
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= 10626
involuntary context switches= 10715

runsolver used 4.22736 second user time and 12.2881 second system time

The end

Launcher Data (download as text)

Begin job on node27 at 2008-07-12 02:08:53
IDJOB=1110372
IDBENCH=61097
IDSOLVER=368
FILE ID=node27/1110372-1215821332
PBS_JOBID= 7903343
Free space on /tmp= 66468 MiB

SOLVER NAME= Sugar v1.13+minisat
BENCH NAME= CPAI08/csp/wordsVg/normalized-crossword-m1c-words-vg15-15_ext.xml
COMMAND LINE= DIR/sugar -max -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-1110372-1215821332/watcher-1110372-1215821332 -o /tmp/evaluation-result-1110372-1215821332/solver-1110372-1215821332 -C 3600 -W 4000 -M 900 --output-limit 1,15  HOME/sugar -max -c -vv -java="java -Xmx700M" -jar="HOME/sugar-v1-13.jar" -solver="HOME/minisat" -tmp="HOME/temp" HOME/instance-1110372-1215821332.xml

TIME LIMIT= 3600 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 9e3de5ef0bb4f45d51435215e5fec983
RANDOM SEED=539316369

node27.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		: 2800.234
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	: 5521.40
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		: 2800.234
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:       1932072 kB
Buffers:         14696 kB
Cached:          57692 kB
SwapCached:       7512 kB
Active:          45848 kB
Inactive:        37568 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1932072 kB
SwapTotal:     4192956 kB
SwapFree:      4178780 kB
Dirty:            2332 kB
Writeback:           0 kB
Mapped:          17296 kB
Slab:            25792 kB
Committed_AS:   119076 kB
PageTables:       1720 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264948 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66456 MiB
End job on node27 at 2008-07-12 03:09:28