Trace number 1042770

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 1801.16

General information on the benchmark

Namecsp/ortholatin/
normalized-ortholatin-10.xml
MD5SUM543831571f95a2d5d937b4f047616190
Bench CategoryGLOBAL (global constraints)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables300
Number of constraints141
Maximum constraint arity100
Maximum domain size100
Number of constraints which are defined in extension100
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)alldifferent(41)

Solver Data (download as text)

0.00/0.04	c 0	Sugar v1-13 + HOME/minisat
0.00/0.04	c 0	BEGIN Wed Jul  2 15:13:19 2008
0.00/0.04	c 0	PID 10673
0.00/0.05	c 0	HOST node43.alineos.net
0.00/0.05	c 0	CONVERTING HOME/instance-1042770-1215004399.xml TO HOME/temp.csp
0.00/0.05	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1042770-1215004399.xml' 'HOME/temp.csp'
0.04/0.34	c 1	2 domains, 300 variables, 0 predicates, 1 relations, 141 constraints
0.04/0.37	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.04/0.37	c 1	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
0.33/0.45	c 1	Parsing HOME/temp.csp
0.33/0.60	c 1	parsed 444 expressions
0.33/0.67	c 1	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.33/0.67	c 1	Converting to clausal form CSP
0.33/0.69	c 1	converted 45 (10%) expressions
0.33/0.69	c 1	converted 89 (20%) expressions
0.33/0.69	c 1	converted 134 (30%) expressions
0.33/0.69	c 1	converted 178 (40%) expressions
0.33/0.69	c 1	converted 222 (50%) expressions
0.33/0.69	c 1	converted 267 (60%) expressions
0.33/0.71	c 1	converted 311 (70%) expressions
0.33/0.73	c 1	converted 356 (80%) expressions
0.33/0.75	c 1	converted 400 (90%) expressions
1.03/1.13	c 1	converted 444 (100%) expressions
1.03/1.13	c 1	CSP : 300 integers, 0 booleans, 6932 clauses, largest domain size 100
1.03/1.13	c 1	Heap : 6 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.03/1.13	c 1	Propagation in CSP
1.13/1.21	c 1	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
1.13/1.21	c 1	CSP : 300 integers, 0 booleans, 6932 clauses, largest domain size 100
1.13/1.21	c 1	Heap : 7 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.13/1.21	c 1	Simplifing CSP by introducing new Boolean variables
1.23/1.34	c 2	CSP : 300 integers, 13500 booleans, 20432 clauses, largest domain size 100
1.23/1.34	c 2	Heap : 11 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.33/1.43	c 2	Encoding CSP to SAT : HOME/temp.cnf
1.33/1.44	c 2	30 (10%) CSP integer variables are encoded (240 clauses, 2512 bytes)
1.33/1.45	c 2	60 (20%) CSP integer variables are encoded (480 clauses, 5152 bytes)
1.33/1.45	c 2	90 (30%) CSP integer variables are encoded (720 clauses, 7792 bytes)
1.33/1.45	c 2	120 (40%) CSP integer variables are encoded (960 clauses, 10576 bytes)
1.33/1.45	c 2	150 (50%) CSP integer variables are encoded (1200 clauses, 13696 bytes)
1.33/1.46	c 2	180 (60%) CSP integer variables are encoded (1440 clauses, 16816 bytes)
1.33/1.47	c 2	210 (70%) CSP integer variables are encoded (2580 clauses, 31636 bytes)
1.33/1.47	c 2	240 (80%) CSP integer variables are encoded (5520 clauses, 69856 bytes)
1.33/1.47	c 2	270 (90%) CSP integer variables are encoded (8460 clauses, 108076 bytes)
1.33/1.48	c 2	300 (100%) CSP integer variables are encoded (11400 clauses, 149663 bytes)
1.93/2.05	c 2	2044 (10%) CSP clauses are encoded (44646 clauses, 817561 bytes)
1.93/2.10	c 2	4087 (20%) CSP clauses are encoded (58767 clauses, 1069581 bytes)
2.02/2.20	c 2	6130 (30%) CSP clauses are encoded (105963 clauses, 1999183 bytes)
2.31/2.47	c 3	8173 (40%) CSP clauses are encoded (242844 clauses, 4744222 bytes)
2.62/2.74	c 3	10216 (50%) CSP clauses are encoded (379725 clauses, 7489693 bytes)
2.91/3.00	c 3	12260 (60%) CSP clauses are encoded (516706 clauses, 10237747 bytes)
3.11/3.27	c 4	14303 (70%) CSP clauses are encoded (653587 clauses, 12990319 bytes)
3.41/3.52	c 4	16346 (80%) CSP clauses are encoded (790468 clauses, 15749695 bytes)
3.61/3.78	c 4	18389 (90%) CSP clauses are encoded (927349 clauses, 18519907 bytes)
3.90/4.04	c 4	20432 (100%) CSP clauses are encoded (1064032 clauses, 21360864 bytes)
3.90/4.04	c 4	20432 CSP clauses encoded
3.90/4.04	c 4	Writing map file : HOME/temp.map
3.90/4.05	c 4	Heap : 9 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
3.90/4.05	c 4	SAT : 25200 SAT variables, 1064032 SAT clauses, 21360864 bytes
3.90/4.05	c 4	Heap : 9 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
3.90/4.07	c 4	SOLVING HOME/temp.cnf
3.90/4.07	c 4	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
3.90/4.07	c 4	This is MiniSat 2.0 beta
3.90/4.07	c 4	WARNING: for repeatability, setting FPU to use double precision
3.90/4.07	c 4	============================[ Problem Statistics ]=============================
3.90/4.07	c 4	|                                                                             |
3.90/4.08	c 4	|  Number of variables:  25200                                                |
3.90/4.08	c 4	|  Number of clauses:    1064032                                              |
4.46/4.64	c 5	|  Parsing time:         0.47         s                                       |
4.46/4.67	c 5	============================[ Search Statistics ]==============================
4.46/4.67	c 5	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
4.46/4.67	c 5	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
4.46/4.67	c 5	===============================================================================
4.46/4.67	c 5	|         0 |   25200  1064032  3167700 |   354677        0    nan |  0.000 % |
4.77/4.99	c 5	|       100 |   25200  1064032  3167700 |   390145      100      8 |  0.000 % |
5.06/5.24	c 5	|       250 |   25200  1064032  3167700 |   429159      250      7 |  0.000 % |
5.46/5.61	c 6	|       475 |   25200  1064032  3167700 |   472075      475     12 |  0.000 % |
5.76/5.98	c 6	|       813 |   25200  1064032  3167700 |   519283      813     13 |  0.000 % |
6.45/6.62	c 7	|      1319 |   25200  1064032  3167700 |   571211     1319     16 |  0.000 % |
7.14/7.34	c 8	|      2078 |   25200  1064032  3167700 |   628332     2078     17 |  0.000 % |
8.91/9.12	c 9	|      3217 |   25200  1064032  3167700 |   691165     3217     27 |  0.000 % |
12.38/12.69	c 13	|      4925 |   25200  1064032  3167700 |   760282     4925     33 |  0.000 % |
17.24/17.54	c 18	|      7487 |   25200  1064032  3167700 |   836310     7487     36 |  0.000 % |
24.27/24.64	c 25	|     11332 |   25200  1064032  3167700 |   919941    11332     37 |  0.000 % |
36.87/37.34	c 38	|     17098 |   25200  1064032  3167700 |  1011935    17098     57 |  0.000 % |
53.34/53.81	c 54	|     25748 |   25200  1064032  3167700 |  1113129    25748     62 |  0.000 % |
80.51/81.08	c 81	|     38722 |   25200  1064032  3167700 |  1224442    38722     68 |  0.000 % |
125.26/125.82	c 126	|     58183 |   25200  1064032  3167700 |  1346886    58183     72 |  0.000 % |
188.37/189.07	c 189	|     87375 |   25200  1064032  3167700 |  1481575    87375     70 |  0.000 % |
287.45/288.11	c 288	|    131164 |   25200  1064032  3167700 |  1629732   131164     71 |  0.000 % |
474.20/474.97	c 475	|    196848 |   25200  1064032  3167700 |  1792706   196848     78 |  0.000 % |
761.63/762.40	c 763	|    295374 |   25200  1064032  3167700 |  1971976   295374     78 |  0.000 % |
1291.30/1292.22	c 1292	|    443163 |   25200  1064032  3167700 |  2169174   443163     86 |  0.000 % |
1800.08/1801.11	c ERROR INTERRUPTED
1800.08/1801.14	s UNKNOWN
1800.08/1801.14	c 1801	CPU 3.7 (0.04 0.01 3.66 0.26)
1800.08/1801.14	c 1801	END Wed Jul  2 15:43:20 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-1042770-1215004399/watcher-1042770-1215004399 -o /tmp/evaluation-result-1042770-1215004399/solver-1042770-1215004399 -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-1042770-1215004399.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: 1.86 1.97 1.96 4/74 10673
/proc/meminfo: memFree=1522392/2055920 swapFree=4179456/4192956
[pid=10673] ppid=10671 vsize=18572 CPUtime=0
/proc/10673/stat : 10673 (runsolver) R 10671 10673 9881 0 -1 4194368 15 0 0 0 0 0 0 0 20 0 1 0 1979412395 19017728 292 996147200 4194304 4296836 548682068272 18446744073709551615 221954764071 0 0 4096 24578 0 0 0 17 1 0 0
/proc/10673/statm: 4643 292 257 25 0 2626 0

[startup+0.0896979 s]
/proc/loadavg: 1.86 1.97 1.96 4/74 10673
/proc/meminfo: memFree=1522392/2055920 swapFree=4179456/4192956
[pid=10673] ppid=10671 vsize=13600 CPUtime=0.04
/proc/10673/stat : 10673 (sugar) S 10671 10673 9881 0 -1 4194304 900 127 0 0 3 1 0 0 21 0 1 0 1979412395 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 221963661410 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/10673/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.102319 s]
/proc/loadavg: 1.86 1.97 1.96 4/74 10673
/proc/meminfo: memFree=1522392/2055920 swapFree=4179456/4192956
[pid=10673] ppid=10671 vsize=13600 CPUtime=0.04
/proc/10673/stat : 10673 (sugar) S 10671 10673 9881 0 -1 4194304 900 127 0 0 3 1 0 0 21 0 1 0 1979412395 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 221963661410 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/10673/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.30134 s]
/proc/loadavg: 1.86 1.97 1.96 4/74 10673
/proc/meminfo: memFree=1522392/2055920 swapFree=4179456/4192956
[pid=10673] ppid=10671 vsize=13600 CPUtime=0.04
/proc/10673/stat : 10673 (sugar) S 10671 10673 9881 0 -1 4194304 900 127 0 0 3 1 0 0 21 0 1 0 1979412395 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 221963661410 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/10673/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.701374 s]
/proc/loadavg: 1.86 1.97 1.96 4/74 10673
/proc/meminfo: memFree=1522392/2055920 swapFree=4179456/4192956
[pid=10673] ppid=10671 vsize=13600 CPUtime=0.33
/proc/10673/stat : 10673 (sugar) S 10671 10673 9881 0 -1 4194304 973 4488 0 1 3 1 26 3 15 0 1 0 1979412395 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 221963661410 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/10673/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 0.33
Current children cumulated vsize (KiB) 13600

[startup+1.50245 s]
/proc/loadavg: 1.86 1.97 1.96 3/85 10695
/proc/meminfo: memFree=1506112/2055920 swapFree=4179456/4192956
[pid=10673] ppid=10671 vsize=13600 CPUtime=0.33
/proc/10673/stat : 10673 (sugar) S 10671 10673 9881 0 -1 4194304 974 4488 0 1 3 1 26 3 15 0 1 0 1979412395 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 221963661410 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/10673/statm: 3400 797 370 3 0 500 0
[pid=10686] ppid=10673 vsize=5356 CPUtime=0
/proc/10686/stat : 10686 (sh) S 10673 10673 9881 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1979412432 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10686/statm: 1339 233 193 169 0 50 0
[pid=10687] ppid=10686 vsize=868484 CPUtime=1.1
/proc/10687/stat : 10687 (java) S 10686 10673 9881 0 -1 0 8794 0 1 0 104 6 0 0 18 0 9 0 1979412432 889327616 7965 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/10687/statm: 217121 7965 2565 9 0 211668 0
[pid=10687/tid=10688] ppid=10686 vsize=868484 CPUtime=0.56
/proc/10687/task/10688/stat : 10688 (java) R 10686 10673 9881 0 -1 64 2745 0 1 0 54 2 0 0 22 0 9 0 1979412433 889327616 7965 996147200 134512640 134550740 4294955952 18446744073709551615 4125960885 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10687/tid=10689] ppid=10686 vsize=868484 CPUtime=0.29
/proc/10687/task/10689/stat : 10689 (java) S 10686 10673 9881 0 -1 64 3870 0 0 0 27 2 0 0 16 0 9 0 1979412435 889327616 7965 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=10687/tid=10690] ppid=10686 vsize=868484 CPUtime=0
/proc/10687/task/10690/stat : 10690 (java) S 10686 10673 9881 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1979412435 889327616 7965 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10687/tid=10691] ppid=10686 vsize=868484 CPUtime=0
/proc/10687/task/10691/stat : 10691 (java) S 10686 10673 9881 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1979412435 889327616 7965 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10687/tid=10692] ppid=10686 vsize=868484 CPUtime=0
/proc/10687/task/10692/stat : 10692 (java) S 10686 10673 9881 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1979412437 889327616 7965 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10687/tid=10693] ppid=10686 vsize=868484 CPUtime=0.23
/proc/10687/task/10693/stat : 10693 (java) S 10686 10673 9881 0 -1 64 1487 0 0 0 22 1 0 0 16 0 9 0 1979412437 889327616 7965 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10687/tid=10694] ppid=10686 vsize=868484 CPUtime=0
/proc/10687/task/10694/stat : 10694 (java) S 10686 10673 9881 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1979412437 889327616 7965 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10687/tid=10695] ppid=10686 vsize=868484 CPUtime=0
/proc/10687/task/10695/stat : 10695 (java) S 10686 10673 9881 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1979412437 889327616 7965 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.43
Current children cumulated vsize (KiB) 887440

[startup+3.10259 s]
/proc/loadavg: 1.86 1.97 1.96 3/85 10695
/proc/meminfo: memFree=1496512/2055920 swapFree=4179456/4192956
[pid=10673] ppid=10671 vsize=13600 CPUtime=0.34
/proc/10673/stat : 10673 (sugar) S 10671 10673 9881 0 -1 4194304 974 4488 0 1 4 1 26 3 15 0 1 0 1979412395 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 221963661410 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/10673/statm: 3400 797 370 3 0 500 0
[pid=10686] ppid=10673 vsize=5356 CPUtime=0
/proc/10686/stat : 10686 (sh) S 10673 10673 9881 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1979412432 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10686/statm: 1339 233 193 169 0 50 0
[pid=10687] ppid=10686 vsize=868484 CPUtime=2.67
/proc/10687/stat : 10687 (java) S 10686 10673 9881 0 -1 0 9146 0 1 0 252 15 0 0 18 0 9 0 1979412432 889327616 8001 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/10687/statm: 217121 8001 2566 9 0 211668 0
[pid=10687/tid=10688] ppid=10686 vsize=868484 CPUtime=1.98
/proc/10687/task/10688/stat : 10688 (java) R 10686 10673 9881 0 -1 64 3062 0 1 0 189 9 0 0 25 0 9 0 1979412433 889327616 8001 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10687/tid=10689] ppid=10686 vsize=868484 CPUtime=0.39
/proc/10687/task/10689/stat : 10689 (java) S 10686 10673 9881 0 -1 64 3878 0 0 0 35 4 0 0 16 0 9 0 1979412435 889327616 8001 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=10687/tid=10690] ppid=10686 vsize=868484 CPUtime=0
/proc/10687/task/10690/stat : 10690 (java) S 10686 10673 9881 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1979412435 889327616 8001 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10687/tid=10691] ppid=10686 vsize=868484 CPUtime=0
/proc/10687/task/10691/stat : 10691 (java) S 10686 10673 9881 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1979412435 889327616 8001 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10687/tid=10692] ppid=10686 vsize=868484 CPUtime=0
/proc/10687/task/10692/stat : 10692 (java) S 10686 10673 9881 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1979412437 889327616 8001 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10687/tid=10693] ppid=10686 vsize=868484 CPUtime=0.27
/proc/10687/task/10693/stat : 10693 (java) S 10686 10673 9881 0 -1 64 1514 0 0 0 26 1 0 0 16 0 9 0 1979412437 889327616 8001 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10687/tid=10694] ppid=10686 vsize=868484 CPUtime=0
/proc/10687/task/10694/stat : 10694 (java) S 10686 10673 9881 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1979412437 889327616 8001 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10687/tid=10695] ppid=10686 vsize=868484 CPUtime=0
/proc/10687/task/10695/stat : 10695 (java) S 10686 10673 9881 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1979412437 889327616 8001 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.01
Current children cumulated vsize (KiB) 887440

[startup+6.30189 s]
/proc/loadavg: 1.87 1.97 1.96 3/77 10697
/proc/meminfo: memFree=1447552/2055920 swapFree=4179456/4192956
[pid=10673] ppid=10671 vsize=13600 CPUtime=3.96
/proc/10673/stat : 10673 (sugar) S 10671 10673 9881 0 -1 4194304 1034 14184 0 2 4 1 366 25 15 0 1 0 1979412395 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 221963661410 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/10673/statm: 3400 799 370 3 0 500 0
[pid=10696] ppid=10673 vsize=5356 CPUtime=0
/proc/10696/stat : 10696 (sh) S 10673 10673 9881 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1979412803 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10696/statm: 1339 232 193 169 0 50 0
[pid=10697] ppid=10696 vsize=53120 CPUtime=2.19
/proc/10697/stat : 10697 (minisat) R 10696 10673 9881 0 -1 4194304 12670 0 0 0 210 9 0 0 25 0 1 0 1979412803 54394880 12656 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/10697/statm: 13280 12656 76 150 0 13127 0
Current children cumulated CPU time (s) 6.15
Current children cumulated vsize (KiB) 72076

[startup+12.7025 s]
/proc/loadavg: 1.88 1.97 1.96 3/77 10697
/proc/meminfo: memFree=1444992/2055920 swapFree=4179456/4192956
[pid=10673] ppid=10671 vsize=13600 CPUtime=3.96
/proc/10673/stat : 10673 (sugar) S 10671 10673 9881 0 -1 4194304 1034 14184 0 2 4 1 366 25 16 0 1 0 1979412395 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 221963661410 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/10673/statm: 3400 799 370 3 0 500 0
[pid=10696] ppid=10673 vsize=5356 CPUtime=0
/proc/10696/stat : 10696 (sh) S 10673 10673 9881 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1979412803 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10696/statm: 1339 232 193 169 0 50 0
[pid=10697] ppid=10696 vsize=53656 CPUtime=8.52
/proc/10697/stat : 10697 (minisat) R 10696 10673 9881 0 -1 4194304 12793 0 0 0 843 9 0 0 25 0 1 0 1979412803 54943744 12779 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/10697/statm: 13414 12779 76 150 0 13261 0
Current children cumulated CPU time (s) 12.48
Current children cumulated vsize (KiB) 72612

[startup+25.5016 s]
/proc/loadavg: 1.91 1.97 1.96 3/77 10697
/proc/meminfo: memFree=1440704/2055920 swapFree=4179456/4192956
[pid=10673] ppid=10671 vsize=13600 CPUtime=3.96
/proc/10673/stat : 10673 (sugar) S 10671 10673 9881 0 -1 4194304 1034 14184 0 2 4 1 366 25 16 0 1 0 1979412395 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 221963661410 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/10673/statm: 3400 799 370 3 0 500 0
[pid=10696] ppid=10673 vsize=5356 CPUtime=0
/proc/10696/stat : 10696 (sh) S 10673 10673 9881 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1979412803 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10696/statm: 1339 232 193 169 0 50 0
[pid=10697] ppid=10696 vsize=54624 CPUtime=21.2
/proc/10697/stat : 10697 (minisat) R 10696 10673 9881 0 -1 4194304 13032 0 0 0 2110 10 0 0 25 0 1 0 1979412803 55934976 13018 996147200 134512640 135127466 4294956272 18446744073709551615 134530933 0 0 4096 3 0 0 0 17 1 0 0
/proc/10697/statm: 13656 13018 76 150 0 13503 0
Current children cumulated CPU time (s) 25.16
Current children cumulated vsize (KiB) 73580

[startup+51.1019 s]
/proc/loadavg: 1.72 1.92 1.95 2/67 10761
/proc/meminfo: memFree=1463824/2055920 swapFree=4179456/4192956
[pid=10673] ppid=10671 vsize=13600 CPUtime=3.96
/proc/10673/stat : 10673 (sugar) S 10671 10673 9881 0 -1 4194304 1034 14184 0 2 4 1 366 25 16 0 1 0 1979412395 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 221963661410 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/10673/statm: 3400 799 370 3 0 500 0
[pid=10696] ppid=10673 vsize=5356 CPUtime=0
/proc/10696/stat : 10696 (sh) S 10673 10673 9881 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1979412803 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10696/statm: 1339 232 193 169 0 50 0
[pid=10697] ppid=10696 vsize=59248 CPUtime=46.68
/proc/10697/stat : 10697 (minisat) R 10696 10673 9881 0 -1 4194304 14192 0 0 0 4656 12 0 0 25 0 1 0 1979412803 60669952 14178 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/10697/statm: 14812 14178 76 150 0 14659 0
Current children cumulated CPU time (s) 50.64
Current children cumulated vsize (KiB) 78204

[startup+102.307 s]
/proc/loadavg: 1.31 1.78 1.89 2/67 11025
/proc/meminfo: memFree=1455712/2055920 swapFree=4179456/4192956
[pid=10673] ppid=10671 vsize=13600 CPUtime=3.96
/proc/10673/stat : 10673 (sugar) S 10671 10673 9881 0 -1 4194304 1034 14184 0 2 4 1 366 25 16 0 1 0 1979412395 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 221963661410 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/10673/statm: 3400 799 370 3 0 500 0
[pid=10696] ppid=10673 vsize=5356 CPUtime=0
/proc/10696/stat : 10696 (sh) S 10673 10673 9881 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1979412803 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10696/statm: 1339 232 193 169 0 50 0
[pid=10697] ppid=10696 vsize=66884 CPUtime=97.83
/proc/10697/stat : 10697 (minisat) R 10696 10673 9881 0 -1 4194304 16084 0 0 0 9766 17 0 0 25 0 1 0 1979412803 68489216 16070 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/10697/statm: 16721 16070 76 150 0 16568 0
Current children cumulated CPU time (s) 101.79
Current children cumulated vsize (KiB) 85840

[startup+162.302 s]
/proc/loadavg: 1.11 1.63 1.83 2/67 11388
/proc/meminfo: memFree=1447200/2055920 swapFree=4179456/4192956
[pid=10673] ppid=10671 vsize=13600 CPUtime=3.96
/proc/10673/stat : 10673 (sugar) S 10671 10673 9881 0 -1 4194304 1034 14184 0 2 4 1 366 25 16 0 1 0 1979412395 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 221963661410 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/10673/statm: 3400 799 370 3 0 500 0
[pid=10696] ppid=10673 vsize=5356 CPUtime=0

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

/proc/meminfo: memFree=1299808/2055920 swapFree=4179456/4192956
[pid=10673] ppid=10671 vsize=13600 CPUtime=3.96
/proc/10673/stat : 10673 (sugar) S 10671 10673 9881 0 -1 4194304 1034 14184 0 2 4 1 366 25 16 0 1 0 1979412395 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 221963661410 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/10673/statm: 3400 799 370 3 0 500 0
[pid=10696] ppid=10673 vsize=5356 CPUtime=0
/proc/10696/stat : 10696 (sh) S 10673 10673 9881 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1979412803 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10696/statm: 1339 232 193 169 0 50 0
[pid=10697] ppid=10696 vsize=222664 CPUtime=1357.42
/proc/10697/stat : 10697 (minisat) R 10696 10673 9881 0 -1 4194304 55038 0 0 0 135679 63 0 0 25 0 1 0 1979412803 228007936 55024 996147200 134512640 135127466 4294956272 18446744073709551615 134530673 0 0 4096 3 0 0 0 17 1 0 0
/proc/10697/statm: 55666 55024 76 150 0 55513 0
Current children cumulated CPU time (s) 1361.38
Current children cumulated vsize (KiB) 241620

[startup+1422.31 s]
/proc/loadavg: 1.00 1.00 1.18 2/67 11390
/proc/meminfo: memFree=1294944/2055920 swapFree=4179456/4192956
[pid=10673] ppid=10671 vsize=13600 CPUtime=3.96
/proc/10673/stat : 10673 (sugar) S 10671 10673 9881 0 -1 4194304 1034 14184 0 2 4 1 366 25 16 0 1 0 1979412395 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 221963661410 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/10673/statm: 3400 799 370 3 0 500 0
[pid=10696] ppid=10673 vsize=5356 CPUtime=0
/proc/10696/stat : 10696 (sh) S 10673 10673 9881 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1979412803 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10696/statm: 1339 232 193 169 0 50 0
[pid=10697] ppid=10696 vsize=228196 CPUtime=1417.41
/proc/10697/stat : 10697 (minisat) R 10696 10673 9881 0 -1 4194304 56217 0 0 0 141676 65 0 0 25 0 1 0 1979412803 233672704 56203 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/10697/statm: 57049 56203 76 150 0 56896 0
Current children cumulated CPU time (s) 1421.37
Current children cumulated vsize (KiB) 247152

[startup+1482.3 s]
/proc/loadavg: 1.00 1.00 1.17 2/67 11390
/proc/meminfo: memFree=1289440/2055920 swapFree=4179456/4192956
[pid=10673] ppid=10671 vsize=13600 CPUtime=3.96
/proc/10673/stat : 10673 (sugar) S 10671 10673 9881 0 -1 4194304 1034 14184 0 2 4 1 366 25 16 0 1 0 1979412395 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 221963661410 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/10673/statm: 3400 799 370 3 0 500 0
[pid=10696] ppid=10673 vsize=5356 CPUtime=0
/proc/10696/stat : 10696 (sh) S 10673 10673 9881 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1979412803 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10696/statm: 1339 232 193 169 0 50 0
[pid=10697] ppid=10696 vsize=233740 CPUtime=1477.39
/proc/10697/stat : 10697 (minisat) R 10696 10673 9881 0 -1 4194304 57613 0 0 0 147672 67 0 0 25 0 1 0 1979412803 239349760 57599 996147200 134512640 135127466 4294956272 18446744073709551615 134530581 0 0 4096 3 0 0 0 17 1 0 0
/proc/10697/statm: 58435 57599 76 150 0 58282 0
Current children cumulated CPU time (s) 1481.35
Current children cumulated vsize (KiB) 252696

[startup+1542.3 s]
/proc/loadavg: 1.07 1.02 1.16 2/67 11390
/proc/meminfo: memFree=1284128/2055920 swapFree=4179456/4192956
[pid=10673] ppid=10671 vsize=13600 CPUtime=3.96
/proc/10673/stat : 10673 (sugar) S 10671 10673 9881 0 -1 4194304 1034 14184 0 2 4 1 366 25 16 0 1 0 1979412395 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 221963661410 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/10673/statm: 3400 799 370 3 0 500 0
[pid=10696] ppid=10673 vsize=5356 CPUtime=0
/proc/10696/stat : 10696 (sh) S 10673 10673 9881 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1979412803 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10696/statm: 1339 232 193 169 0 50 0
[pid=10697] ppid=10696 vsize=238888 CPUtime=1537.37
/proc/10697/stat : 10697 (minisat) R 10696 10673 9881 0 -1 4194304 58918 0 0 0 153669 68 0 0 25 0 1 0 1979412803 244621312 58904 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/10697/statm: 59722 58904 76 150 0 59569 0
Current children cumulated CPU time (s) 1541.33
Current children cumulated vsize (KiB) 257844

[startup+1602.3 s]
/proc/loadavg: 1.08 1.03 1.16 2/67 11390
/proc/meminfo: memFree=1278560/2055920 swapFree=4179456/4192956
[pid=10673] ppid=10671 vsize=13600 CPUtime=3.96
/proc/10673/stat : 10673 (sugar) S 10671 10673 9881 0 -1 4194304 1034 14184 0 2 4 1 366 25 16 0 1 0 1979412395 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 221963661410 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/10673/statm: 3400 799 370 3 0 500 0
[pid=10696] ppid=10673 vsize=5356 CPUtime=0
/proc/10696/stat : 10696 (sh) S 10673 10673 9881 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1979412803 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10696/statm: 1339 232 193 169 0 50 0
[pid=10697] ppid=10696 vsize=244572 CPUtime=1597.36
/proc/10697/stat : 10697 (minisat) R 10696 10673 9881 0 -1 4194304 60337 0 0 0 159666 70 0 0 25 0 1 0 1979412803 250441728 60323 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/10697/statm: 61143 60323 76 150 0 60990 0
Current children cumulated CPU time (s) 1601.32
Current children cumulated vsize (KiB) 263528

[startup+1662.3 s]
/proc/loadavg: 1.19 1.07 1.16 2/67 11390
/proc/meminfo: memFree=1272864/2055920 swapFree=4179456/4192956
[pid=10673] ppid=10671 vsize=13600 CPUtime=3.96
/proc/10673/stat : 10673 (sugar) S 10671 10673 9881 0 -1 4194304 1034 14184 0 2 4 1 366 25 16 0 1 0 1979412395 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 221963661410 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/10673/statm: 3400 799 370 3 0 500 0
[pid=10696] ppid=10673 vsize=5356 CPUtime=0
/proc/10696/stat : 10696 (sh) S 10673 10673 9881 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1979412803 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10696/statm: 1339 232 193 169 0 50 0
[pid=10697] ppid=10696 vsize=250116 CPUtime=1657.34
/proc/10697/stat : 10697 (minisat) R 10696 10673 9881 0 -1 4194304 61739 0 0 0 165663 71 0 0 25 0 1 0 1979412803 256118784 61725 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/10697/statm: 62529 61725 76 150 0 62376 0
Current children cumulated CPU time (s) 1661.3
Current children cumulated vsize (KiB) 269072

[startup+1722.3 s]
/proc/loadavg: 1.07 1.05 1.15 2/67 11390
/proc/meminfo: memFree=1268000/2055920 swapFree=4179456/4192956
[pid=10673] ppid=10671 vsize=13600 CPUtime=3.96
/proc/10673/stat : 10673 (sugar) S 10671 10673 9881 0 -1 4194304 1034 14184 0 2 4 1 366 25 16 0 1 0 1979412395 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 221963661410 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/10673/statm: 3400 799 370 3 0 500 0
[pid=10696] ppid=10673 vsize=5356 CPUtime=0
/proc/10696/stat : 10696 (sh) S 10673 10673 9881 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1979412803 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10696/statm: 1339 232 193 169 0 50 0
[pid=10697] ppid=10696 vsize=254876 CPUtime=1717.34
/proc/10697/stat : 10697 (minisat) R 10696 10673 9881 0 -1 4194304 62959 0 0 0 171661 73 0 0 25 0 1 0 1979412803 260993024 62945 996147200 134512640 135127466 4294956272 18446744073709551615 134530692 0 0 4096 3 0 0 0 17 1 0 0
/proc/10697/statm: 63719 62945 76 150 0 63566 0
Current children cumulated CPU time (s) 1721.3
Current children cumulated vsize (KiB) 273832

[startup+1782.3 s]
/proc/loadavg: 1.02 1.04 1.14 2/67 11390
/proc/meminfo: memFree=1262752/2055920 swapFree=4179456/4192956
[pid=10673] ppid=10671 vsize=13600 CPUtime=3.96
/proc/10673/stat : 10673 (sugar) S 10671 10673 9881 0 -1 4194304 1034 14184 0 2 4 1 366 25 16 0 1 0 1979412395 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 221963661410 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/10673/statm: 3400 799 370 3 0 500 0
[pid=10696] ppid=10673 vsize=5356 CPUtime=0
/proc/10696/stat : 10696 (sh) S 10673 10673 9881 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1979412803 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10696/statm: 1339 232 193 169 0 50 0
[pid=10697] ppid=10696 vsize=260032 CPUtime=1777.32
/proc/10697/stat : 10697 (minisat) R 10696 10673 9881 0 -1 4194304 64250 0 0 0 177658 74 0 0 25 0 1 0 1979412803 266272768 64236 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/10697/statm: 65008 64236 76 150 0 64855 0
Current children cumulated CPU time (s) 1781.28
Current children cumulated vsize (KiB) 278988



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1801.1 s]
/proc/loadavg: 1.02 1.04 1.13 2/67 11390
/proc/meminfo: memFree=1261536/2055920 swapFree=4179456/4192956
[pid=10673] ppid=10671 vsize=13600 CPUtime=3.96
/proc/10673/stat : 10673 (sugar) S 10671 10673 9881 0 -1 4194304 1034 14184 0 2 4 1 366 25 16 0 1 0 1979412395 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 221963661410 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/10673/statm: 3400 799 370 3 0 500 0
[pid=10696] ppid=10673 vsize=5356 CPUtime=0
/proc/10696/stat : 10696 (sh) S 10673 10673 9881 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1979412803 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10696/statm: 1339 232 193 169 0 50 0
[pid=10697] ppid=10696 vsize=261220 CPUtime=1796.12
/proc/10697/stat : 10697 (minisat) R 10696 10673 9881 0 -1 4194304 64555 0 0 0 179538 74 0 0 25 0 1 0 1979412803 267489280 64541 996147200 134512640 135127466 4294956272 18446744073709551615 134530621 0 0 4096 3 0 0 0 17 1 0 0
/proc/10697/statm: 65305 64541 76 150 0 65152 0
Current children cumulated CPU time (s) 1800.08
Current children cumulated vsize (KiB) 280176

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

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

[startup+1801.1 s]
/proc/loadavg: 1.02 1.04 1.13 2/67 11390
/proc/meminfo: memFree=1261536/2055920 swapFree=4179456/4192956
[pid=10673] ppid=10671 vsize=13600 CPUtime=3.96
/proc/10673/stat : 10673 (sugar) S 10671 10673 9881 0 -1 4194304 1034 14184 0 2 4 1 366 25 16 0 1 0 1979412395 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 221963661410 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/10673/statm: 3400 799 370 3 0 500 0
[pid=10696] ppid=10673 vsize=5356 CPUtime=0
/proc/10696/stat : 10696 (sh) S 10673 10673 9881 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1979412803 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10696/statm: 1339 232 193 169 0 50 0
[pid=10697] ppid=10696 vsize=261220 CPUtime=1796.12
/proc/10697/stat : 10697 (minisat) R 10696 10673 9881 0 -1 4194304 64555 0 0 0 179538 74 0 0 25 0 1 0 1979412803 267489280 64541 996147200 134512640 135127466 4294956272 18446744073709551615 134530621 0 0 4096 3 0 0 0 17 1 0 0
/proc/10697/statm: 65305 64541 76 150 0 65152 0
Current children cumulated CPU time (s) 1800.08
Current children cumulated vsize (KiB) 280176

Child status: 0

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 10673 and gives
#  childrusage.ru_utime.tv_sec=3
#  childrusage.ru_utime.tv_usec=714435
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=287956
# CPU time returned by wait4() is 4.00239
# while last known CPU time is 1800.08
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1801.16
CPU time (s): 1800.08
CPU user time (s): 1799.08
CPU system time (s): 1
CPU usage (%): 99.9401
Max. virtual memory (cumulated for all children) (KiB): 887516

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3.71443
system time used= 0.287956
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 15561
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= 5764
involuntary context switches= 5743

runsolver used 2.11268 second user time and 4.49032 second system time

The end

Launcher Data (download as text)

Begin job on node43 at 2008-07-02 15:13:19
IDJOB=1042770
IDBENCH=53939
IDSOLVER=346
FILE ID=node43/1042770-1215004399
PBS_JOBID= 7870836
Free space on /tmp= 66524 MiB

SOLVER NAME= Sugar v1.13+minisat
BENCH NAME= CPAI08/csp/ortholatin/normalized-ortholatin-10.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-1042770-1215004399/watcher-1042770-1215004399 -o /tmp/evaluation-result-1042770-1215004399/solver-1042770-1215004399 -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-1042770-1215004399.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 543831571f95a2d5d937b4f047616190
RANDOM SEED=950924429

node43.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.230
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.230
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:       1522872 kB
Buffers:         56752 kB
Cached:         378364 kB
SwapCached:       7360 kB
Active:         127868 kB
Inactive:       333016 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1522872 kB
SwapTotal:     4192956 kB
SwapFree:      4179456 kB
Dirty:            5080 kB
Writeback:           0 kB
Mapped:          32548 kB
Slab:            57424 kB
Committed_AS:  3603444 kB
PageTables:       1940 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66528 MiB
End job on node43 at 2008-07-02 15:43:22