Trace number 1076913

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Sugar v1.13+minisat? (TO) 1800.08 1820.56

General information on the benchmark

Namecsp/wordsHerald/
normalized-crossword-m1-words-21-05.xml
MD5SUMa5449fb7f94202e7e869eae3c34f8472
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark4.56331
Satisfiable
(Un)Satisfiability was proved
Number of variables368
Number of constraints2312
Maximum constraint arity14
Maximum domain size26
Number of constraints which are defined in extension144
Number of constraints which are defined in intension2168
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 Fri Jul  4 18:54:12 2008
0.03/0.04	c 0	PID 8129
0.03/0.04	c 0	HOST node82.alineos.net
0.03/0.04	c 0	CONVERTING HOME/instance-1076913-1215190452.xml TO HOME/temp.csp
0.03/0.04	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1076913-1215190452.xml' 'HOME/temp.csp'
0.03/0.66	c 0	1 domains, 368 variables, 6 predicates, 5 relations, 2312 constraints
0.03/0.67	c 0	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.03/0.67	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
0.64/0.74	c 0	Parsing HOME/temp.csp
1.05/1.16	c 1	parsed 2692 expressions
1.05/1.16	c 1	Heap : 6 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
1.05/1.16	c 1	Converting to clausal form CSP
1.05/1.19	c 1	converted 270 (10%) expressions
2.75/2.85	c 2	converted 539 (20%) expressions
3.93/4.07	c 4	converted 808 (30%) expressions
6.72/6.85	c 6	converted 1077 (40%) expressions
6.72/6.88	c 7	converted 1346 (50%) expressions
6.82/6.91	c 7	converted 1616 (60%) expressions
6.82/6.97	c 7	converted 1885 (70%) expressions
6.92/7.01	c 7	converted 2154 (80%) expressions
6.92/7.07	c 7	converted 2423 (90%) expressions
7.02/7.10	c 7	converted 2692 (100%) expressions
7.02/7.10	c 7	CSP : 368 integers, 0 booleans, 2312 clauses, largest domain size 26
7.02/7.10	c 7	Heap : 171 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
7.02/7.10	c 7	Propagation in CSP
7.02/7.16	c 7	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
7.02/7.16	c 7	CSP : 368 integers, 0 booleans, 2312 clauses, largest domain size 26
7.02/7.16	c 7	Heap : 164 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
7.02/7.16	c 7	Simplifing CSP by introducing new Boolean variables
7.12/7.20	c 7	CSP : 368 integers, 22640 booleans, 24952 clauses, largest domain size 26
7.12/7.20	c 7	Heap : 172 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
8.21/8.33	c 8	Encoding CSP to SAT : HOME/temp.cnf
8.21/8.36	c 8	37 (10%) CSP integer variables are encoded (888 clauses, 9624 bytes)
8.21/8.36	c 8	74 (20%) CSP integer variables are encoded (1776 clauses, 21025 bytes)
8.21/8.37	c 8	111 (30%) CSP integer variables are encoded (2664 clauses, 32569 bytes)
8.21/8.37	c 8	148 (40%) CSP integer variables are encoded (3552 clauses, 44113 bytes)
8.21/8.37	c 8	184 (50%) CSP integer variables are encoded (4416 clauses, 55345 bytes)
8.21/8.37	c 8	221 (60%) CSP integer variables are encoded (5304 clauses, 66889 bytes)
8.21/8.37	c 8	258 (70%) CSP integer variables are encoded (6192 clauses, 78433 bytes)
8.21/8.37	c 8	295 (80%) CSP integer variables are encoded (7080 clauses, 89977 bytes)
8.21/8.37	c 8	332 (90%) CSP integer variables are encoded (7968 clauses, 101521 bytes)
8.21/8.37	c 8	368 (100%) CSP integer variables are encoded (8832 clauses, 112753 bytes)
127.89/128.70	c 128	2496 (10%) CSP clauses are encoded (1417282 clauses, 62794420 bytes)
447.43/449.82	c 449	4991 (20%) CSP clauses are encoded (3184454 clauses, 157896588 bytes)
447.53/449.93	c 450	7486 (30%) CSP clauses are encoded (3243649 clauses, 159057849 bytes)
447.63/450.03	c 450	9981 (40%) CSP clauses are encoded (3303194 clauses, 160201890 bytes)
447.72/450.13	c 450	12476 (50%) CSP clauses are encoded (3363264 clauses, 161355544 bytes)
447.82/450.24	c 450	14972 (60%) CSP clauses are encoded (3423360 clauses, 162507800 bytes)
447.92/450.34	c 450	17467 (70%) CSP clauses are encoded (3483430 clauses, 163680895 bytes)
448.03/450.45	c 450	19962 (80%) CSP clauses are encoded (3543500 clauses, 164867330 bytes)
448.12/450.56	c 450	22457 (90%) CSP clauses are encoded (3603945 clauses, 166045306 bytes)
448.22/450.67	c 450	24952 (100%) CSP clauses are encoded (3664640 clauses, 167244620 bytes)
448.22/450.67	c 450	24952 CSP clauses encoded
448.22/450.67	c 450	Writing map file : HOME/temp.map
448.22/450.69	c 450	Heap : 205 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
448.22/450.69	c 450	SAT : 31840 SAT variables, 3664640 SAT clauses, 167244620 bytes
448.22/450.69	c 450	Heap : 205 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
448.31/450.76	c 450	SOLVING HOME/temp.cnf
448.31/450.76	c 450	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
448.31/450.77	c 450	This is MiniSat 2.0 beta
448.31/450.77	c 450	WARNING: for repeatability, setting FPU to use double precision
448.31/450.77	c 450	============================[ Problem Statistics ]=============================
448.31/450.77	c 450	|                                                                             |
448.31/450.77	c 450	|  Number of variables:  31840                                                |
448.31/450.77	c 450	|  Number of clauses:    3664640                                              |
451.68/454.19	c 454	|  Parsing time:         2.98         s                                       |
451.97/454.41	c 454	============================[ Search Statistics ]==============================
451.97/454.41	c 454	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
451.97/454.41	c 454	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
451.97/454.41	c 454	===============================================================================
451.97/454.41	c 454	|         0 |   31840  3664640 29574280 |  1221546        0    nan |  0.000 % |
452.17/454.66	c 454	|       100 |   31840  3664640 29574280 |  1343701      100      7 |  0.000 % |
452.27/454.77	c 454	|       251 |   31840  3664640 29574280 |  1478071      251      8 |  0.000 % |
452.47/454.97	c 455	|       476 |   31840  3664640 29574280 |  1625878      476      7 |  0.000 % |
452.57/455.04	c 455	|       813 |   31840  3664640 29574280 |  1788466      813      8 |  0.000 % |
452.77/455.24	c 455	|      1320 |   31840  3664640 29574280 |  1967313     1320      9 |  0.000 % |
452.98/455.43	c 455	|      2080 |   31840  3664640 29574280 |  2164044     2080      9 |  0.000 % |
453.87/456.37	c 456	|      3219 |   31840  3664640 29574280 |  2380448     3219     10 |  0.000 % |
454.66/457.14	c 457	|      4928 |   31840  3664640 29574280 |  2618493     4928     10 |  0.000 % |
455.37/457.83	c 457	|      7490 |   31840  3664640 29574280 |  2880343     7490     10 |  0.000 % |
457.16/459.60	c 459	|     11334 |   31840  3664640 29574280 |  3168377    11334     11 |  0.000 % |
458.94/461.46	c 461	|     17100 |   31840  3664640 29574280 |  3485215    17100     11 |  0.000 % |
462.13/464.69	c 464	|     25751 |   31840  3664640 29574280 |  3833736    25751     12 |  0.000 % |
467.30/469.85	c 469	|     38725 |   31840  3664640 29574280 |  4217110    38725     12 |  0.000 % |
478.65/481.24	c 481	|     58187 |   31840  3664640 29574280 |  4638821    58187     13 |  0.000 % |
496.45/499.18	c 499	|     87380 |   31840  3664640 29574280 |  5102703    87380     13 |  0.000 % |
512.88/515.67	c 515	|    131170 |   31840  3664640 29574280 |  5612973   131170     13 |  0.000 % |
559.85/562.82	c 562	|    196854 |   31840  3664640 29574280 |  6174271   196854     15 |  0.000 % |
601.75/604.95	c 605	|    295380 |   31840  3664640 29574280 |  6791698   295380     15 |  0.000 % |
729.64/733.63	c 733	|    443169 |   31840  3664640 29574280 |  7470868   443169     15 |  0.000 % |
896.70/902.39	c 902	|    664853 |   31840  3664640 29574280 |  8217955   664853     15 |  0.000 % |
1225.62/1241.03	c 1241	|    997379 |   31840  3664640 29574280 |  9039750   997379     16 |  0.000 % |
1800.03/1820.42	c ERROR INTERRUPTED
1800.03/1820.47	s UNKNOWN
1800.03/1820.47	c 1820	CPU 446.7 (0.04 0 446.66 1.69)
1800.03/1820.47	c 1820	END Fri Jul  4 19:24:32 2008

Verifier Data (download as text)

ERROR: Unexpected answer ! ('s SATISFIABLE'/'s UNSATISFIABLE' expected)
Got answer: UNKNOWN

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-1076913-1215190452/watcher-1076913-1215190452 -o /tmp/evaluation-result-1076913-1215190452/solver-1076913-1215190452 -C 1800 -W 2200 -M 900 --output-limit 1,15 HOME/sugar -c -vv -java=java -Xmx700M -jar=HOME/sugar-v1-13.jar -solver=HOME/minisat -tmp=HOME/temp HOME/instance-1076913-1215190452.xml 

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


[startup+0 s]
/proc/loadavg: 2.01 2.00 2.00 4/94 8129
/proc/meminfo: memFree=1428928/2055920 swapFree=4169368/4192956
[pid=8129] ppid=8127 vsize=12272 CPUtime=0
/proc/8129/stat : 8129 (sugar) R 8127 8129 7226 0 -1 4194304 359 0 0 0 0 0 0 0 18 0 1 0 253518979 12566528 327 996147200 4194304 4206940 548682068560 18446744073709551615 224273677310 0 0 4224 0 0 0 0 17 0 0 0
/proc/8129/statm: 3068 327 246 3 0 168 0

[startup+0.037215 s]
/proc/loadavg: 2.01 2.00 2.00 4/94 8129
/proc/meminfo: memFree=1428928/2055920 swapFree=4169368/4192956
[pid=8129] ppid=8127 vsize=13468 CPUtime=0.03
/proc/8129/stat : 8129 (sugar) R 8127 8129 7226 0 -1 4194304 743 0 0 0 3 0 0 0 18 0 1 0 253518979 13791232 711 996147200 4194304 4206940 548682068560 18446744073709551615 224264622817 0 0 4224 0 0 0 0 17 0 0 0
/proc/8129/statm: 3367 711 338 3 0 467 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13468

[startup+0.101224 s]
/proc/loadavg: 2.01 2.00 2.00 4/94 8129
/proc/meminfo: memFree=1428928/2055920 swapFree=4169368/4192956
[pid=8129] ppid=8127 vsize=13600 CPUtime=0.03
/proc/8129/stat : 8129 (sugar) S 8127 8129 7226 0 -1 4194304 900 128 0 0 3 0 0 0 16 0 1 0 253518979 13926400 796 996147200 4194304 4206940 548682068560 18446744073709551615 224273674338 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/8129/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.301246 s]
/proc/loadavg: 2.01 2.00 2.00 4/94 8129
/proc/meminfo: memFree=1428928/2055920 swapFree=4169368/4192956
[pid=8129] ppid=8127 vsize=13600 CPUtime=0.03
/proc/8129/stat : 8129 (sugar) S 8127 8129 7226 0 -1 4194304 900 128 0 0 3 0 0 0 16 0 1 0 253518979 13926400 796 996147200 4194304 4206940 548682068560 18446744073709551615 224273674338 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/8129/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.701287 s]
/proc/loadavg: 2.01 2.00 2.00 4/94 8129
/proc/meminfo: memFree=1428928/2055920 swapFree=4169368/4192956
[pid=8129] ppid=8127 vsize=13600 CPUtime=0.64
/proc/8129/stat : 8129 (sugar) S 8127 8129 7226 0 -1 4194304 956 7481 0 1 3 0 56 5 16 0 1 0 253518979 13926400 797 996147200 4194304 4206940 548682068560 18446744073709551615 224273674338 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/8129/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 0.64
Current children cumulated vsize (KiB) 13600

[startup+1.50138 s]
/proc/loadavg: 2.01 2.00 2.00 4/105 8151
/proc/meminfo: memFree=1417384/2055920 swapFree=4169368/4192956
[pid=8129] ppid=8127 vsize=13600 CPUtime=0.64
/proc/8129/stat : 8129 (sugar) S 8127 8129 7226 0 -1 4194304 972 7481 0 1 3 0 56 5 15 0 1 0 253518979 13926400 797 996147200 4194304 4206940 548682068560 18446744073709551615 224273674338 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/8129/statm: 3400 797 370 3 0 500 0
[pid=8142] ppid=8129 vsize=5356 CPUtime=0
/proc/8142/stat : 8142 (sh) S 8129 8129 7226 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 253519047 5484544 233 996147200 4194304 4889804 548682068672 18446744073709551615 224264774468 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/8142/statm: 1339 233 193 169 0 50 0
[pid=8143] ppid=8142 vsize=864256 CPUtime=0.8
/proc/8143/stat : 8143 (java) S 8142 8129 7226 0 -1 0 8099 0 1 0 76 4 0 0 18 0 9 0 253519047 884998144 7347 996147200 134512640 134550740 4294955904 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/8143/statm: 216064 7347 2540 9 0 210639 0
[pid=8143/tid=8144] ppid=8142 vsize=864256 CPUtime=0.43
/proc/8143/task/8144/stat : 8144 (java) R 8142 8129 7226 0 -1 64 2599 0 1 0 42 1 0 0 23 0 9 0 253519048 884998144 7347 996147200 134512640 134550740 4294955904 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8143/tid=8145] ppid=8142 vsize=864256 CPUtime=0.27
/proc/8143/task/8145/stat : 8145 (java) R 8142 8129 7226 0 -1 64 4457 0 0 0 25 2 0 0 16 0 9 0 253519049 884998144 7347 996147200 134512640 134550740 4294955904 18446744073709551615 103737199 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=8143/tid=8146] ppid=8142 vsize=864256 CPUtime=0
/proc/8143/task/8146/stat : 8146 (java) S 8142 8129 7226 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 253519049 884998144 7347 996147200 134512640 134550740 4294955904 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8143/tid=8147] ppid=8142 vsize=864256 CPUtime=0
/proc/8143/task/8147/stat : 8147 (java) S 8142 8129 7226 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 253519049 884998144 7347 996147200 134512640 134550740 4294955904 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8143/tid=8148] ppid=8142 vsize=864256 CPUtime=0
/proc/8143/task/8148/stat : 8148 (java) S 8142 8129 7226 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 253519051 884998144 7347 996147200 134512640 134550740 4294955904 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8143/tid=8149] ppid=8142 vsize=864256 CPUtime=0.08
/proc/8143/task/8149/stat : 8149 (java) S 8142 8129 7226 0 -1 64 347 0 0 0 8 0 0 0 16 0 9 0 253519051 884998144 7347 996147200 134512640 134550740 4294955904 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8143/tid=8150] ppid=8142 vsize=864256 CPUtime=0
/proc/8143/task/8150/stat : 8150 (java) S 8142 8129 7226 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 253519051 884998144 7347 996147200 134512640 134550740 4294955904 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8143/tid=8151] ppid=8142 vsize=864256 CPUtime=0
/proc/8143/task/8151/stat : 8151 (java) S 8142 8129 7226 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 253519051 884998144 7347 996147200 134512640 134550740 4294955904 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.44
Current children cumulated vsize (KiB) 883212

[startup+3.10255 s]
/proc/loadavg: 2.09 2.02 2.01 3/105 8151
/proc/meminfo: memFree=1388712/2055920 swapFree=4169368/4192956
[pid=8129] ppid=8127 vsize=13600 CPUtime=0.64
/proc/8129/stat : 8129 (sugar) S 8127 8129 7226 0 -1 4194304 972 7481 0 1 3 0 56 5 16 0 1 0 253518979 13926400 797 996147200 4194304 4206940 548682068560 18446744073709551615 224273674338 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/8129/statm: 3400 797 370 3 0 500 0
[pid=8142] ppid=8129 vsize=5356 CPUtime=0
/proc/8142/stat : 8142 (sh) S 8129 8129 7226 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 253519047 5484544 233 996147200 4194304 4889804 548682068672 18446744073709551615 224264774468 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/8142/statm: 1339 233 193 169 0 50 0
[pid=8143] ppid=8142 vsize=864352 CPUtime=2.41
/proc/8143/stat : 8143 (java) S 8142 8129 7226 0 -1 0 20024 0 1 0 230 11 0 0 18 0 9 0 253519047 885096448 19238 996147200 134512640 134550740 4294955904 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/8143/statm: 216088 19238 2540 9 0 210663 0
[pid=8143/tid=8144] ppid=8142 vsize=864352 CPUtime=1.07
/proc/8143/task/8144/stat : 8144 (java) R 8142 8129 7226 0 -1 64 3209 0 1 0 105 2 0 0 25 0 9 0 253519048 885096448 19238 996147200 134512640 134550740 4294955904 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8143/tid=8145] ppid=8142 vsize=864352 CPUtime=1.2
/proc/8143/task/8145/stat : 8145 (java) R 8142 8129 7226 0 -1 64 15761 0 0 0 113 7 0 0 16 0 9 0 253519049 885096448 19238 996147200 134512640 134550740 4294955904 18446744073709551615 102516792 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=8143/tid=8146] ppid=8142 vsize=864352 CPUtime=0
/proc/8143/task/8146/stat : 8146 (java) S 8142 8129 7226 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 253519049 885096448 19238 996147200 134512640 134550740 4294955904 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8143/tid=8147] ppid=8142 vsize=864352 CPUtime=0
/proc/8143/task/8147/stat : 8147 (java) S 8142 8129 7226 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 253519049 885096448 19238 996147200 134512640 134550740 4294955904 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8143/tid=8148] ppid=8142 vsize=864352 CPUtime=0
/proc/8143/task/8148/stat : 8148 (java) S 8142 8129 7226 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 253519051 885096448 19238 996147200 134512640 134550740 4294955904 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8143/tid=8149] ppid=8142 vsize=864352 CPUtime=0.1
/proc/8143/task/8149/stat : 8149 (java) S 8142 8129 7226 0 -1 64 358 0 0 0 10 0 0 0 16 0 9 0 253519051 885096448 19238 996147200 134512640 134550740 4294955904 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8143/tid=8150] ppid=8142 vsize=864352 CPUtime=0
/proc/8143/task/8150/stat : 8150 (java) S 8142 8129 7226 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 253519051 885096448 19238 996147200 134512640 134550740 4294955904 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8143/tid=8151] ppid=8142 vsize=864352 CPUtime=0
/proc/8143/task/8151/stat : 8151 (java) S 8142 8129 7226 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 253519051 885096448 19238 996147200 134512640 134550740 4294955904 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.05
Current children cumulated vsize (KiB) 883308

[startup+6.30289 s]
/proc/loadavg: 2.09 2.02 2.01 4/105 8151
/proc/meminfo: memFree=1302952/2055920 swapFree=4169368/4192956
[pid=8129] ppid=8127 vsize=13600 CPUtime=0.64
/proc/8129/stat : 8129 (sugar) S 8127 8129 7226 0 -1 4194304 972 7481 0 1 3 0 56 5 16 0 1 0 253518979 13926400 797 996147200 4194304 4206940 548682068560 18446744073709551615 224273674338 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/8129/statm: 3400 797 370 3 0 500 0
[pid=8142] ppid=8129 vsize=5356 CPUtime=0
/proc/8142/stat : 8142 (sh) S 8129 8129 7226 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 253519047 5484544 233 996147200 4194304 4889804 548682068672 18446744073709551615 224264774468 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/8142/statm: 1339 233 193 169 0 50 0
[pid=8143] ppid=8142 vsize=868392 CPUtime=5.59
/proc/8143/stat : 8143 (java) S 8142 8129 7226 0 -1 0 42563 0 1 0 536 23 0 0 18 0 9 0 253519047 889233408 41701 996147200 134512640 134550740 4294955904 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/8143/statm: 217098 41701 2540 9 0 211673 0
[pid=8143/tid=8144] ppid=8142 vsize=868392 CPUtime=2.17
/proc/8143/task/8144/stat : 8144 (java) R 8142 8129 7226 0 -1 64 4381 0 1 0 214 3 0 0 25 0 9 0 253519048 889233408 41701 996147200 134512640 134550740 4294955904 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8143/tid=8145] ppid=8142 vsize=868392 CPUtime=3.22
/proc/8143/task/8145/stat : 8145 (java) R 8142 8129 7226 0 -1 64 36068 0 0 0 304 18 0 0 16 0 9 0 253519049 889233408 41701 996147200 134512640 134550740 4294955904 18446744073709551615 102516792 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=8143/tid=8146] ppid=8142 vsize=868392 CPUtime=0
/proc/8143/task/8146/stat : 8146 (java) S 8142 8129 7226 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 253519049 889233408 41701 996147200 134512640 134550740 4294955904 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8143/tid=8147] ppid=8142 vsize=868392 CPUtime=0
/proc/8143/task/8147/stat : 8147 (java) S 8142 8129 7226 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 253519049 889233408 41701 996147200 134512640 134550740 4294955904 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8143/tid=8148] ppid=8142 vsize=868392 CPUtime=0
/proc/8143/task/8148/stat : 8148 (java) S 8142 8129 7226 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 253519051 889233408 41701 996147200 134512640 134550740 4294955904 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8143/tid=8149] ppid=8142 vsize=868392 CPUtime=0.18
/proc/8143/task/8149/stat : 8149 (java) S 8142 8129 7226 0 -1 64 1418 0 0 0 17 1 0 0 16 0 9 0 253519051 889233408 41701 996147200 134512640 134550740 4294955904 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8143/tid=8150] ppid=8142 vsize=868392 CPUtime=0
/proc/8143/task/8150/stat : 8150 (java) S 8142 8129 7226 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 253519051 889233408 41701 996147200 134512640 134550740 4294955904 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8143/tid=8151] ppid=8142 vsize=868392 CPUtime=0
/proc/8143/task/8151/stat : 8151 (java) S 8142 8129 7226 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 253519051 889233408 41701 996147200 134512640 134550740 4294955904 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) 887348

[startup+12.7026 s]
/proc/loadavg: 2.07 2.02 2.00 3/105 8151
/proc/meminfo: memFree=1230888/2055920 swapFree=4169368/4192956
[pid=8129] ppid=8127 vsize=13600 CPUtime=0.64
/proc/8129/stat : 8129 (sugar) S 8127 8129 7226 0 -1 4194304 973 7481 0 1 3 0 56 5 16 0 1 0 253518979 13926400 797 996147200 4194304 4206940 548682068560 18446744073709551615 224273674338 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/8129/statm: 3400 797 370 3 0 500 0
[pid=8142] ppid=8129 vsize=5356 CPUtime=0
/proc/8142/stat : 8142 (sh) S 8129 8129 7226 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 253519047 5484544 233 996147200 4194304 4889804 548682068672 18446744073709551615 224264774468 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/8142/statm: 1339 233 193 169 0 50 0
[pid=8143] ppid=8142 vsize=868504 CPUtime=11.95
/proc/8143/stat : 8143 (java) S 8142 8129 7226 0 -1 0 60134 0 1 0 1160 35 0 0 18 0 9 0 253519047 889348096 49935 996147200 134512640 134550740 4294955904 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/8143/statm: 217126 49935 2567 9 0 211673 0
[pid=8143/tid=8144] ppid=8142 vsize=868504 CPUtime=6.9
/proc/8143/task/8144/stat : 8144 (java) R 8142 8129 7226 0 -1 64 5394 0 1 0 682 8 0 0 25 0 9 0 253519048 889348096 49935 996147200 134512640 134550740 4294955904 18446744073709551615 4126637088 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8143/tid=8145] ppid=8142 vsize=868504 CPUtime=4.78
/proc/8143/task/8145/stat : 8145 (java) S 8142 8129 7226 0 -1 64 52581 0 0 0 453 25 0 0 16 0 9 0 253519049 889348096 49935 996147200 134512640 134550740 4294955904 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=8143/tid=8146] ppid=8142 vsize=868504 CPUtime=0
/proc/8143/task/8146/stat : 8146 (java) S 8142 8129 7226 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 253519049 889348096 49935 996147200 134512640 134550740 4294955904 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8143/tid=8147] ppid=8142 vsize=868504 CPUtime=0
/proc/8143/task/8147/stat : 8147 (java) S 8142 8129 7226 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 253519049 889348096 49935 996147200 134512640 134550740 4294955904 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8143/tid=8148] ppid=8142 vsize=868504 CPUtime=0
/proc/8143/task/8148/stat : 8148 (java) S 8142 8129 7226 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 253519051 889348096 49935 996147200 134512640 134550740 4294955904 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8143/tid=8149] ppid=8142 vsize=868504 CPUtime=0.25
/proc/8143/task/8149/stat : 8149 (java) S 8142 8129 7226 0 -1 64 1463 0 0 0 24 1 0 0 16 0 9 0 253519051 889348096 49935 996147200 134512640 134550740 4294955904 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8143/tid=8150] ppid=8142 vsize=868504 CPUtime=0
/proc/8143/task/8150/stat : 8150 (java) S 8142 8129 7226 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 253519051 889348096 49935 996147200 134512640 134550740 4294955904 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8143/tid=8151] ppid=8142 vsize=868504 CPUtime=0
/proc/8143/task/8151/stat : 8151 (java) S 8142 8129 7226 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 253519051 889348096 49935 996147200 134512640 134550740 4294955904 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.59
Current children cumulated vsize (KiB) 887460

[startup+25.5029 s]
/proc/loadavg: 2.06 2.01 2.00 3/105 8151
/proc/meminfo: memFree=1218280/2055920 swapFree=4169368/4192956
[pid=8129] ppid=8127 vsize=13600 CPUtime=0.64
/proc/8129/stat : 8129 (sugar) S 8127 8129 7226 0 -1 4194304 973 7481 0 1 3 0 56 5 16 0 1 0 253518979 13926400 797 996147200 4194304 4206940 548682068560 18446744073709551615 224273674338 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/8129/statm: 3400 797 370 3 0 500 0
[pid=8142] ppid=8129 vsize=5356 CPUtime=0
/proc/8142/stat : 8142 (sh) S 8129 8129 7226 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 253519047 5484544 233 996147200 4194304 4889804 548682068672 18446744073709551615 224264774468 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/8142/statm: 1339 233 193 169 0 50 0
[pid=8143] ppid=8142 vsize=868504 CPUtime=24.67
/proc/8143/stat : 8143 (java) S 8142 8129 7226 0 -1 0 60658 0 1 0 2426 41 0 0 18 0 9 0 253519047 889348096 50414 996147200 134512640 134550740 4294955904 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/8143/statm: 217126 50414 2567 9 0 211673 0
[pid=8143/tid=8144] ppid=8142 vsize=868504 CPUtime=19.34
/proc/8143/task/8144/stat : 8144 (java) R 8142 8129 7226 0 -1 64 5439 0 1 0 1920 14 0 0 25 0 9 0 253519048 889348096 50414 996147200 134512640 134550740 4294955904 18446744073709551615 4127017192 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8143/tid=8145] ppid=8142 vsize=868504 CPUtime=5.05
/proc/8143/task/8145/stat : 8145 (java) S 8142 8129 7226 0 -1 64 53055 0 0 0 480 25 0 0 16 0 9 0 253519049 889348096 50414 996147200 134512640 134550740 4294955904 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=8143/tid=8146] ppid=8142 vsize=868504 CPUtime=0
/proc/8143/task/8146/stat : 8146 (java) S 8142 8129 7226 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 253519049 889348096 50414 996147200 134512640 134550740 4294955904 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8143/tid=8147] ppid=8142 vsize=868504 CPUtime=0
/proc/8143/task/8147/stat : 8147 (java) S 8142 8129 7226 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 253519049 889348096 50414 996147200 134512640 134550740 4294955904 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0

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

[pid=8161] ppid=8129 vsize=5356 CPUtime=0
/proc/8161/stat : 8161 (sh) S 8129 8129 7226 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 253564056 5484544 232 996147200 4194304 4889804 548682068800 18446744073709551615 224264774468 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/8161/statm: 1339 232 193 169 0 50 0
[pid=8162] ppid=8161 vsize=376084 CPUtime=956.91
/proc/8162/stat : 8162 (minisat) R 8161 8129 7226 0 -1 4194304 91158 0 0 0 95609 82 0 0 25 0 1 0 253564056 385110016 91144 996147200 134512640 135127466 4294956224 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/8162/statm: 94021 91144 76 150 0 93868 0
Current children cumulated CPU time (s) 1405.29
Current children cumulated vsize (KiB) 395040

[startup+1482.3 s]
/proc/loadavg: 2.01 2.11 2.08 3/85 8524
/proc/meminfo: memFree=947792/2055920 swapFree=4169368/4192956
[pid=8129] ppid=8127 vsize=13600 CPUtime=448.38
/proc/8129/stat : 8129 (sugar) S 8127 8129 7226 0 -1 4194304 1033 120131 0 2 4 0 44666 168 16 0 1 0 253518979 13926400 799 996147200 4194304 4206940 548682068560 18446744073709551615 224273674338 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/8129/statm: 3400 799 370 3 0 500 0
[pid=8161] ppid=8129 vsize=5356 CPUtime=0
/proc/8161/stat : 8161 (sh) S 8129 8129 7226 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 253564056 5484544 232 996147200 4194304 4889804 548682068800 18446744073709551615 224264774468 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/8161/statm: 1339 232 193 169 0 50 0
[pid=8162] ppid=8161 vsize=378648 CPUtime=1016.4
/proc/8162/stat : 8162 (minisat) R 8161 8129 7226 0 -1 4194304 91841 0 0 0 101557 83 0 0 25 0 1 0 253564056 387735552 91827 996147200 134512640 135127466 4294956224 18446744073709551615 134530766 0 0 4096 3 0 0 0 17 1 0 0
/proc/8162/statm: 94662 91827 76 150 0 94509 0
Current children cumulated CPU time (s) 1464.78
Current children cumulated vsize (KiB) 397604

[startup+1542.3 s]
/proc/loadavg: 2.00 2.08 2.07 3/85 8524
/proc/meminfo: memFree=945168/2055920 swapFree=4169368/4192956
[pid=8129] ppid=8127 vsize=13600 CPUtime=448.38
/proc/8129/stat : 8129 (sugar) S 8127 8129 7226 0 -1 4194304 1033 120131 0 2 4 0 44666 168 16 0 1 0 253518979 13926400 799 996147200 4194304 4206940 548682068560 18446744073709551615 224273674338 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/8129/statm: 3400 799 370 3 0 500 0
[pid=8161] ppid=8129 vsize=5356 CPUtime=0
/proc/8161/stat : 8161 (sh) S 8129 8129 7226 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 253564056 5484544 232 996147200 4194304 4889804 548682068800 18446744073709551615 224264774468 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/8161/statm: 1339 232 193 169 0 50 0
[pid=8162] ppid=8161 vsize=381228 CPUtime=1075.9
/proc/8162/stat : 8162 (minisat) R 8161 8129 7226 0 -1 4194304 92495 0 0 0 107506 84 0 0 25 0 1 0 253564056 390377472 92481 996147200 134512640 135127466 4294956224 18446744073709551615 134530686 0 0 4096 3 0 0 0 17 1 0 0
/proc/8162/statm: 95307 92481 76 150 0 95154 0
Current children cumulated CPU time (s) 1524.28
Current children cumulated vsize (KiB) 400184

[startup+1602.3 s]
/proc/loadavg: 2.00 2.07 2.06 3/85 8524
/proc/meminfo: memFree=942480/2055920 swapFree=4169368/4192956
[pid=8129] ppid=8127 vsize=13600 CPUtime=448.38
/proc/8129/stat : 8129 (sugar) S 8127 8129 7226 0 -1 4194304 1033 120131 0 2 4 0 44666 168 16 0 1 0 253518979 13926400 799 996147200 4194304 4206940 548682068560 18446744073709551615 224273674338 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/8129/statm: 3400 799 370 3 0 500 0
[pid=8161] ppid=8129 vsize=5356 CPUtime=0
/proc/8161/stat : 8161 (sh) S 8129 8129 7226 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 253564056 5484544 232 996147200 4194304 4889804 548682068800 18446744073709551615 224264774468 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/8161/statm: 1339 232 193 169 0 50 0
[pid=8162] ppid=8161 vsize=383848 CPUtime=1135.39
/proc/8162/stat : 8162 (minisat) R 8161 8129 7226 0 -1 4194304 93153 0 0 0 113454 85 0 0 25 0 1 0 253564056 393060352 93139 996147200 134512640 135127466 4294956224 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/8162/statm: 95962 93139 76 150 0 95809 0
Current children cumulated CPU time (s) 1583.77
Current children cumulated vsize (KiB) 402804

[startup+1662.3 s]
/proc/loadavg: 2.00 2.05 2.06 3/85 8524
/proc/meminfo: memFree=931152/2055920 swapFree=4169368/4192956
[pid=8129] ppid=8127 vsize=13600 CPUtime=448.38
/proc/8129/stat : 8129 (sugar) S 8127 8129 7226 0 -1 4194304 1033 120131 0 2 4 0 44666 168 16 0 1 0 253518979 13926400 799 996147200 4194304 4206940 548682068560 18446744073709551615 224273674338 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/8129/statm: 3400 799 370 3 0 500 0
[pid=8161] ppid=8129 vsize=5356 CPUtime=0
/proc/8161/stat : 8161 (sh) S 8129 8129 7226 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 253564056 5484544 232 996147200 4194304 4889804 548682068800 18446744073709551615 224264774468 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/8161/statm: 1339 232 193 169 0 50 0
[pid=8162] ppid=8161 vsize=394992 CPUtime=1194.89
/proc/8162/stat : 8162 (minisat) R 8161 8129 7226 0 -1 4194304 95991 0 0 0 119402 87 0 0 25 0 1 0 253564056 404471808 95977 996147200 134512640 135127466 4294956224 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/8162/statm: 98748 95977 76 150 0 98595 0
Current children cumulated CPU time (s) 1643.27
Current children cumulated vsize (KiB) 413948

[startup+1722.3 s]
/proc/loadavg: 2.00 2.04 2.05 3/85 8524
/proc/meminfo: memFree=923280/2055920 swapFree=4169368/4192956
[pid=8129] ppid=8127 vsize=13600 CPUtime=448.38
/proc/8129/stat : 8129 (sugar) S 8127 8129 7226 0 -1 4194304 1033 120131 0 2 4 0 44666 168 16 0 1 0 253518979 13926400 799 996147200 4194304 4206940 548682068560 18446744073709551615 224273674338 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/8129/statm: 3400 799 370 3 0 500 0
[pid=8161] ppid=8129 vsize=5356 CPUtime=0
/proc/8161/stat : 8161 (sh) S 8129 8129 7226 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 253564056 5484544 232 996147200 4194304 4889804 548682068800 18446744073709551615 224264774468 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/8161/statm: 1339 232 193 169 0 50 0
[pid=8162] ppid=8161 vsize=402600 CPUtime=1254.38
/proc/8162/stat : 8162 (minisat) R 8161 8129 7226 0 -1 4194304 97931 0 0 0 125350 88 0 0 25 0 1 0 253564056 412262400 97917 996147200 134512640 135127466 4294956224 18446744073709551615 134530739 0 0 4096 3 0 0 0 17 1 0 0
/proc/8162/statm: 100650 97917 76 150 0 100497 0
Current children cumulated CPU time (s) 1702.76
Current children cumulated vsize (KiB) 421556

[startup+1782.3 s]
/proc/loadavg: 2.00 2.03 2.05 3/85 8524
/proc/meminfo: memFree=914576/2055920 swapFree=4169368/4192956
[pid=8129] ppid=8127 vsize=13600 CPUtime=448.38
/proc/8129/stat : 8129 (sugar) S 8127 8129 7226 0 -1 4194304 1033 120131 0 2 4 0 44666 168 16 0 1 0 253518979 13926400 799 996147200 4194304 4206940 548682068560 18446744073709551615 224273674338 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/8129/statm: 3400 799 370 3 0 500 0
[pid=8161] ppid=8129 vsize=5356 CPUtime=0
/proc/8161/stat : 8161 (sh) S 8129 8129 7226 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 253564056 5484544 232 996147200 4194304 4889804 548682068800 18446744073709551615 224264774468 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/8161/statm: 1339 232 193 169 0 50 0
[pid=8162] ppid=8161 vsize=411036 CPUtime=1313.88
/proc/8162/stat : 8162 (minisat) R 8161 8129 7226 0 -1 4194304 100108 0 0 0 131298 90 0 0 25 0 1 0 253564056 420900864 100094 996147200 134512640 135127466 4294956224 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/8162/statm: 102759 100094 76 150 0 102606 0
Current children cumulated CPU time (s) 1762.26
Current children cumulated vsize (KiB) 429992



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1820.4 s]
/proc/loadavg: 2.00 2.03 2.04 3/85 8524
/proc/meminfo: memFree=909328/2055920 swapFree=4169368/4192956
[pid=8129] ppid=8127 vsize=13600 CPUtime=448.38
/proc/8129/stat : 8129 (sugar) S 8127 8129 7226 0 -1 4194304 1033 120131 0 2 4 0 44666 168 16 0 1 0 253518979 13926400 799 996147200 4194304 4206940 548682068560 18446744073709551615 224273674338 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/8129/statm: 3400 799 370 3 0 500 0
[pid=8161] ppid=8129 vsize=5356 CPUtime=0
/proc/8161/stat : 8161 (sh) S 8129 8129 7226 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 253564056 5484544 232 996147200 4194304 4889804 548682068800 18446744073709551615 224264774468 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/8161/statm: 1339 232 193 169 0 50 0
[pid=8162] ppid=8161 vsize=416100 CPUtime=1351.65
/proc/8162/stat : 8162 (minisat) R 8161 8129 7226 0 -1 4194304 101404 0 0 0 135074 91 0 0 25 0 1 0 253564056 426086400 101390 996147200 134512640 135127466 4294956224 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/8162/statm: 104025 101390 76 150 0 103872 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 435056

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

[startup+1820.4 s]
/proc/loadavg: 2.00 2.03 2.04 3/85 8524
/proc/meminfo: memFree=909328/2055920 swapFree=4169368/4192956
[pid=8129] ppid=8127 vsize=13600 CPUtime=448.38
/proc/8129/stat : 8129 (sugar) S 8127 8129 7226 0 -1 4194304 1033 120131 0 2 4 0 44666 168 16 0 1 0 253518979 13926400 799 996147200 4194304 4206940 548682068560 18446744073709551615 224273674338 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/8129/statm: 3400 799 370 3 0 500 0
[pid=8161] ppid=8129 vsize=5356 CPUtime=0
/proc/8161/stat : 8161 (sh) S 8129 8129 7226 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 253564056 5484544 232 996147200 4194304 4889804 548682068800 18446744073709551615 224264774468 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/8161/statm: 1339 232 193 169 0 50 0
[pid=8162] ppid=8161 vsize=416100 CPUtime=1351.65
/proc/8162/stat : 8162 (minisat) R 8161 8129 7226 0 -1 4194304 101404 0 0 0 135074 91 0 0 25 0 1 0 253564056 426086400 101390 996147200 134512640 135127466 4294956224 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/8162/statm: 104025 101390 76 150 0 103872 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 435056

# WARNING:
# current cumulated CPU time (448.44 s) is less than in the last sample (1800.03 s)
# The time of a child was probably not reported to its father.
# (see the samples just above and below)
# Adding the difference (1351.59 s) to the 'lost time'.

[startup+1820.52 s]
/proc/loadavg: 2.00 2.03 2.04 3/85 8524
/proc/meminfo: memFree=909328/2055920 swapFree=4169368/4192956
[pid=8129] ppid=8127 vsize=13600 CPUtime=448.44
/proc/8129/stat : 8129 (sugar) R 8127 8129 7226 0 -1 4194304 1069 120408 0 2 4 5 44666 169 16 0 1 0 253518979 13926400 800 996147200 4194304 4206940 548682068560 18446744073709551615 224264950825 0 0 4224 16386 0 0 0 17 1 0 0
/proc/8129/statm: 3400 800 371 3 0 500 0
Current children cumulated CPU time (s) 448.44
Current children cumulated vsize (KiB) 13600

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

[startup+1820.52 s]
/proc/loadavg: 2.00 2.03 2.04 3/85 8524
/proc/meminfo: memFree=909328/2055920 swapFree=4169368/4192956
[pid=8129] ppid=8127 vsize=13600 CPUtime=448.44
/proc/8129/stat : 8129 (sugar) R 8127 8129 7226 0 -1 4194304 1069 120408 0 2 4 5 44666 169 16 0 1 0 253518979 13926400 800 996147200 4194304 4206940 548682068560 18446744073709551615 224264950825 0 0 4224 16386 0 0 0 17 1 0 0
/proc/8129/statm: 3400 800 371 3 0 500 0
Current children cumulated CPU time (s) 448.44
Current children cumulated vsize (KiB) 13600

Child status: 0

# WARNING:
# The CPU time of some children was not reported to their father
# (probably because of a missing or aborted wait()).
# This 'lost CPU time' is added to the watched process CPU time.
#  lost CPU time (s): 1351.59
#  lost CPU user time (s): 1350.74
#  lost CPU system time (s): 0.85

Real time (s): 1820.56
CPU time (s): 1800.08
CPU user time (s): 1797.45
CPU system time (s): 2.63173
CPU usage (%): 98.8751
Max. virtual memory (cumulated for all children) (KiB): 907952

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 446.709
system time used= 1.78173
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 121511
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= 16761
involuntary context switches= 16148

runsolver used 2.13468 second user time and 5.34219 second system time

The end

Launcher Data (download as text)

Begin job on node82 at 2008-07-04 18:54:12
IDJOB=1076913
IDBENCH=56618
IDSOLVER=346
FILE ID=node82/1076913-1215190452
PBS_JOBID= 7881625
Free space on /tmp= 66464 MiB

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

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= a5449fb7f94202e7e869eae3c34f8472
RANDOM SEED=1671783708

node82.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.239
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.239
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5996.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1429472 kB
Buffers:         71140 kB
Cached:         377520 kB
SwapCached:      17956 kB
Active:         285156 kB
Inactive:       292140 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1429472 kB
SwapTotal:     4192956 kB
SwapFree:      4169368 kB
Dirty:            2140 kB
Writeback:           0 kB
Mapped:         132740 kB
Slab:            33888 kB
Committed_AS:  1214408 kB
PageTables:       2184 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66488 MiB
End job on node82 at 2008-07-04 19:24:34