Trace number 1042750

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.05 1809.92

General information on the benchmark

Namecsp/ortholatin/
normalized-ortholatin-6.xml
MD5SUM63de7b9f1d819e7299a55d3ddca29f01
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 variables108
Number of constraints61
Maximum constraint arity36
Maximum domain size36
Number of constraints which are defined in extension36
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)alldifferent(25)

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:12:53 2008
0.00/0.04	c 0	PID 32355
0.00/0.05	c 0	HOST node44.alineos.net
0.00/0.05	c 0	CONVERTING HOME/instance-1042750-1215004373.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-1042750-1215004373.xml' 'HOME/temp.csp'
0.03/0.23	c 0	2 domains, 108 variables, 0 predicates, 1 relations, 61 constraints
0.03/0.27	c 0	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.03/0.27	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.23/0.35	c 0	Parsing HOME/temp.csp
0.23/0.41	c 0	parsed 172 expressions
0.23/0.41	c 0	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.23/0.41	c 0	Converting to clausal form CSP
0.23/0.43	c 0	converted 18 (10%) expressions
0.23/0.43	c 0	converted 35 (20%) expressions
0.23/0.43	c 0	converted 52 (30%) expressions
0.23/0.44	c 0	converted 69 (40%) expressions
0.23/0.44	c 0	converted 86 (50%) expressions
0.23/0.44	c 0	converted 104 (60%) expressions
0.23/0.45	c 0	converted 121 (70%) expressions
0.23/0.46	c 0	converted 138 (80%) expressions
0.23/0.52	c 0	converted 155 (90%) expressions
0.23/0.80	c 0	converted 172 (100%) expressions
0.23/0.81	c 0	CSP : 108 integers, 0 booleans, 1076 clauses, largest domain size 36
0.23/0.81	c 0	Heap : 1 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.23/0.81	c 0	Propagation in CSP
0.23/0.86	c 0	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
0.23/0.86	c 0	CSP : 108 integers, 0 booleans, 1076 clauses, largest domain size 36
0.23/0.86	c 0	Heap : 1 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.23/0.87	c 0	Simplifing CSP by introducing new Boolean variables
0.23/0.92	c 1	CSP : 108 integers, 1980 booleans, 3056 clauses, largest domain size 36
0.23/0.93	c 1	Heap : 2 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.23/0.95	c 1	Encoding CSP to SAT : HOME/temp.cnf
0.23/0.96	c 1	11 (10%) CSP integer variables are encoded (44 clauses, 445 bytes)
0.23/0.96	c 1	22 (20%) CSP integer variables are encoded (88 clauses, 858 bytes)
0.23/0.97	c 1	33 (30%) CSP integer variables are encoded (132 clauses, 1342 bytes)
0.23/0.97	c 1	44 (40%) CSP integer variables are encoded (176 clauses, 1826 bytes)
0.23/0.97	c 1	54 (50%) CSP integer variables are encoded (216 clauses, 2266 bytes)
0.23/0.97	c 1	65 (60%) CSP integer variables are encoded (260 clauses, 2750 bytes)
0.23/0.97	c 1	76 (70%) CSP integer variables are encoded (424 clauses, 4554 bytes)
0.23/0.97	c 1	87 (80%) CSP integer variables are encoded (798 clauses, 8668 bytes)
0.23/0.98	c 1	98 (90%) CSP integer variables are encoded (1172 clauses, 13309 bytes)
0.23/0.98	c 1	108 (100%) CSP integer variables are encoded (1512 clauses, 17729 bytes)
0.23/1.06	c 1	306 (10%) CSP clauses are encoded (5172 clauses, 77874 bytes)
0.23/1.07	c 1	612 (20%) CSP clauses are encoded (6448 clauses, 96619 bytes)
0.23/1.09	c 1	917 (30%) CSP clauses are encoded (7733 clauses, 116359 bytes)
1.03/1.10	c 1	1223 (40%) CSP clauses are encoded (10219 clauses, 156703 bytes)
1.03/1.12	c 1	1528 (50%) CSP clauses are encoded (17629 clauses, 284237 bytes)
1.03/1.14	c 1	1834 (60%) CSP clauses are encoded (25075 clauses, 413039 bytes)
1.03/1.15	c 1	2140 (70%) CSP clauses are encoded (32521 clauses, 541963 bytes)
1.03/1.17	c 1	2445 (80%) CSP clauses are encoded (39931 clauses, 671211 bytes)
1.03/1.19	c 1	2751 (90%) CSP clauses are encoded (47377 clauses, 805815 bytes)
1.14/1.21	c 1	3056 (100%) CSP clauses are encoded (54752 clauses, 943336 bytes)
1.14/1.21	c 1	3056 CSP clauses encoded
1.14/1.21	c 1	Writing map file : HOME/temp.map
1.14/1.21	c 1	Heap : 2 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.14/1.21	c 1	SAT : 3600 SAT variables, 54752 SAT clauses, 943336 bytes
1.14/1.21	c 1	Heap : 2 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.14/1.23	c 1	SOLVING HOME/temp.cnf
1.14/1.23	c 1	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
1.14/1.23	c 1	This is MiniSat 2.0 beta
1.14/1.23	c 1	WARNING: for repeatability, setting FPU to use double precision
1.14/1.23	c 1	============================[ Problem Statistics ]=============================
1.14/1.23	c 1	|                                                                             |
1.14/1.23	c 1	|  Number of variables:  3600                                                 |
1.14/1.23	c 1	|  Number of clauses:    54752                                                |
1.14/1.26	c 1	|  Parsing time:         0.02         s                                       |
1.14/1.26	c 1	============================[ Search Statistics ]==============================
1.14/1.26	c 1	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
1.14/1.26	c 1	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
1.14/1.26	c 1	===============================================================================
1.14/1.26	c 1	|         0 |    3600    54752   159300 |    18250        0    nan |  0.000 % |
1.14/1.28	c 1	|       101 |    3600    54752   159300 |    20075      101     12 |  0.000 % |
1.15/1.32	c 1	|       251 |    3600    54752   159300 |    22083      251     21 |  0.000 % |
1.15/1.36	c 1	|       478 |    3600    54752   159300 |    24291      478     26 |  0.000 % |
1.15/1.44	c 1	|       816 |    3600    54752   159300 |    26720      816     27 |  0.000 % |
1.15/1.57	c 1	|      1323 |    3600    54752   159300 |    29392     1323     30 |  0.000 % |
1.15/1.76	c 1	|      2082 |    3600    54752   159300 |    32332     2082     29 |  0.000 % |
1.15/1.99	c 2	|      3221 |    3600    54752   159300 |    35565     3221     29 |  0.000 % |
2.20/2.34	c 2	|      4929 |    3600    54752   159300 |    39121     4929     29 |  0.000 % |
2.99/3.18	c 3	|      7491 |    3600    54752   159300 |    43034     7491     31 |  0.000 % |
4.27/4.47	c 4	|     11336 |    3600    54752   159300 |    47337    11336     33 |  0.000 % |
6.65/6.89	c 6	|     17102 |    3600    54752   159300 |    52071    17102     35 |  0.000 % |
11.12/11.37	c 11	|     25752 |    3600    54752   159300 |    57278    25752     35 |  0.000 % |
20.93/21.24	c 21	|     38728 |    3600    54752   159300 |    63006    38728     35 |  0.000 % |
38.76/39.30	c 39	|     58191 |    3600    54752   159300 |    69306    58191     37 |  0.000 % |
64.82/65.50	c 65	|     87383 |    3600    54752   159300 |    76237    31431     39 |  0.000 % |
114.05/115.29	c 115	|    131172 |    3600    54752   159300 |    83861    75220     44 |  0.001 % |
188.93/190.80	c 190	|    196856 |    3600    54752   159300 |    92247    71699     35 |  0.000 % |
299.88/302.83	c 302	|    295382 |    3600    54752   159300 |   101472    92538     42 |  0.000 % |
466.20/470.70	c 470	|    443172 |    3600    54752   159300 |   111619    66702     41 |  0.000 % |
752.89/760.18	c 760	|    664857 |    3600    54752   159300 |   122781    99097     39 |  0.000 % |
1219.99/1229.75	c 1229	|    997383 |    3600    54752   159300 |   135059   119601     43 |  0.000 % |
1800.05/1809.91	c 1810	DECODING HOME/temp.out WITH HOME/temp.map
1800.05/1809.91	c 1810	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
1800.05/1809.91	c ERROR INTERRUPTED
1800.05/1809.92	s UNKNOWN
1800.05/1809.92	c 1810	CPU 1.09 (0.04 0 1.05 0.09)
1800.05/1809.92	c 1810	END Wed Jul  2 15:43:03 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-1042750-1215004373/watcher-1042750-1215004373 -o /tmp/evaluation-result-1042750-1215004373/solver-1042750-1215004373 -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-1042750-1215004373.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.97 2.01 1.99 4/72 32355
/proc/meminfo: memFree=1906288/2055920 swapFree=4180396/4192956
[pid=32355] ppid=32353 vsize=18572 CPUtime=0
/proc/32355/stat : 32355 (runsolver) R 32353 32355 31404 0 -1 4194368 15 0 0 0 0 0 0 0 20 0 1 0 1979410107 19017728 292 996147200 4194304 4296836 548682068272 18446744073709551615 264840473895 0 0 4096 24578 0 0 0 17 1 0 0
/proc/32355/statm: 4643 292 257 25 0 2626 0

[startup+0.104583 s]
/proc/loadavg: 1.97 2.01 1.99 4/72 32355
/proc/meminfo: memFree=1906288/2055920 swapFree=4180396/4192956
[pid=32355] ppid=32353 vsize=13600 CPUtime=0.03
/proc/32355/stat : 32355 (sugar) S 32353 32355 31404 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 1979410107 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 264849371234 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/32355/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.201593 s]
/proc/loadavg: 1.97 2.01 1.99 4/72 32355
/proc/meminfo: memFree=1906288/2055920 swapFree=4180396/4192956
[pid=32355] ppid=32353 vsize=13600 CPUtime=0.03
/proc/32355/stat : 32355 (sugar) S 32353 32355 31404 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 1979410107 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 264849371234 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/32355/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.301605 s]
/proc/loadavg: 1.97 2.01 1.99 4/72 32355
/proc/meminfo: memFree=1906288/2055920 swapFree=4180396/4192956
[pid=32355] ppid=32353 vsize=13600 CPUtime=0.23
/proc/32355/stat : 32355 (sugar) S 32353 32355 31404 0 -1 4194304 956 4142 0 1 3 0 17 3 16 0 1 0 1979410107 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 264849371234 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/32355/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 0.23
Current children cumulated vsize (KiB) 13600

[startup+0.701643 s]
/proc/loadavg: 1.97 2.01 1.99 4/72 32355
/proc/meminfo: memFree=1906288/2055920 swapFree=4180396/4192956
[pid=32355] ppid=32353 vsize=13600 CPUtime=0.23
/proc/32355/stat : 32355 (sugar) S 32353 32355 31404 0 -1 4194304 973 4142 0 1 3 0 17 3 15 0 1 0 1979410107 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 264849371234 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/32355/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 0.23
Current children cumulated vsize (KiB) 13600

[startup+1.50173 s]
/proc/loadavg: 1.97 2.01 1.99 4/83 32377
/proc/meminfo: memFree=1891288/2055920 swapFree=4180396/4192956
[pid=32355] ppid=32353 vsize=13600 CPUtime=1.15
/proc/32355/stat : 32355 (sugar) S 32353 32355 31404 0 -1 4194304 1032 10926 0 2 3 0 104 8 15 0 1 0 1979410107 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 264849371234 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/32355/statm: 3400 798 370 3 0 500 0
Current children cumulated CPU time (s) 1.15
Current children cumulated vsize (KiB) 13600

[startup+3.1019 s]
/proc/loadavg: 1.97 2.01 1.99 3/75 32379
/proc/meminfo: memFree=1898840/2055920 swapFree=4180396/4192956
[pid=32355] ppid=32353 vsize=13600 CPUtime=1.15
/proc/32355/stat : 32355 (sugar) S 32353 32355 31404 0 -1 4194304 1032 10926 0 2 3 0 104 8 15 0 1 0 1979410107 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 264849371234 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/32355/statm: 3400 798 370 3 0 500 0
[pid=32378] ppid=32355 vsize=5356 CPUtime=0
/proc/32378/stat : 32378 (sh) S 32355 32355 31404 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1979410230 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 264840471364 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/32378/statm: 1339 232 193 169 0 50 0
[pid=32379] ppid=32378 vsize=5480 CPUtime=1.84
/proc/32379/stat : 32379 (minisat) R 32378 32355 31404 0 -1 4194304 1255 0 0 0 184 0 0 0 25 0 1 0 1979410231 5611520 1241 996147200 134512640 135127466 4294956272 18446744073709551615 134530621 0 0 4096 3 0 0 0 17 1 0 0
/proc/32379/statm: 1370 1241 75 150 0 1217 0
Current children cumulated CPU time (s) 2.99
Current children cumulated vsize (KiB) 24436

[startup+6.30223 s]
/proc/loadavg: 2.05 2.02 2.00 3/75 32379
/proc/meminfo: memFree=1896984/2055920 swapFree=4180396/4192956
[pid=32355] ppid=32353 vsize=13600 CPUtime=1.15
/proc/32355/stat : 32355 (sugar) S 32353 32355 31404 0 -1 4194304 1032 10926 0 2 3 0 104 8 16 0 1 0 1979410107 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 264849371234 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/32355/statm: 3400 798 370 3 0 500 0
[pid=32378] ppid=32355 vsize=5356 CPUtime=0
/proc/32378/stat : 32378 (sh) S 32355 32355 31404 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1979410230 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 264840471364 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/32378/statm: 1339 232 193 169 0 50 0
[pid=32379] ppid=32378 vsize=7068 CPUtime=5
/proc/32379/stat : 32379 (minisat) R 32378 32355 31404 0 -1 4194304 1650 0 0 0 500 0 0 0 25 0 1 0 1979410231 7237632 1636 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/32379/statm: 1767 1636 75 150 0 1614 0
Current children cumulated CPU time (s) 6.15
Current children cumulated vsize (KiB) 26024

[startup+12.7029 s]
/proc/loadavg: 2.12 2.04 2.01 3/75 32379
/proc/meminfo: memFree=1894680/2055920 swapFree=4180396/4192956
[pid=32355] ppid=32353 vsize=13600 CPUtime=1.16
/proc/32355/stat : 32355 (sugar) S 32353 32355 31404 0 -1 4194304 1032 10926 0 2 4 0 104 8 16 0 1 0 1979410107 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 264849371234 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/32355/statm: 3400 798 370 3 0 500 0
[pid=32378] ppid=32355 vsize=5356 CPUtime=0
/proc/32378/stat : 32378 (sh) S 32355 32355 31404 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1979410230 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 264840471364 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/32378/statm: 1339 232 193 169 0 50 0
[pid=32379] ppid=32378 vsize=9288 CPUtime=11.35
/proc/32379/stat : 32379 (minisat) R 32378 32355 31404 0 -1 4194304 2192 0 0 0 1134 1 0 0 25 0 1 0 1979410231 9510912 2178 996147200 134512640 135127466 4294956272 18446744073709551615 134530814 0 0 4096 3 0 0 0 17 1 0 0
/proc/32379/statm: 2322 2178 75 150 0 2169 0
Current children cumulated CPU time (s) 12.51
Current children cumulated vsize (KiB) 28244

[startup+25.5012 s]
/proc/loadavg: 2.10 2.04 2.00 3/75 32379
/proc/meminfo: memFree=1891736/2055920 swapFree=4180396/4192956
[pid=32355] ppid=32353 vsize=13600 CPUtime=1.16
/proc/32355/stat : 32355 (sugar) S 32353 32355 31404 0 -1 4194304 1032 10926 0 2 4 0 104 8 16 0 1 0 1979410107 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 264849371234 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/32355/statm: 3400 798 370 3 0 500 0
[pid=32378] ppid=32355 vsize=5356 CPUtime=0
/proc/32378/stat : 32378 (sh) S 32355 32355 31404 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1979410230 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 264840471364 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/32378/statm: 1339 232 193 169 0 50 0
[pid=32379] ppid=32378 vsize=12272 CPUtime=24.02
/proc/32379/stat : 32379 (minisat) R 32378 32355 31404 0 -1 4194304 2932 0 0 0 2400 2 0 0 25 0 1 0 1979410231 12566528 2918 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/32379/statm: 3068 2918 75 150 0 2915 0
Current children cumulated CPU time (s) 25.18
Current children cumulated vsize (KiB) 31228

[startup+51.1019 s]
/proc/loadavg: 2.06 2.03 2.00 3/75 32379
/proc/meminfo: memFree=1887128/2055920 swapFree=4180396/4192956
[pid=32355] ppid=32353 vsize=13600 CPUtime=1.16
/proc/32355/stat : 32355 (sugar) S 32353 32355 31404 0 -1 4194304 1032 10926 0 2 4 0 104 8 16 0 1 0 1979410107 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 264849371234 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/32355/statm: 3400 798 370 3 0 500 0
[pid=32378] ppid=32355 vsize=5356 CPUtime=0
/proc/32378/stat : 32378 (sh) S 32355 32355 31404 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1979410230 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 264840471364 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/32378/statm: 1339 232 193 169 0 50 0
[pid=32379] ppid=32378 vsize=16884 CPUtime=49.38
/proc/32379/stat : 32379 (minisat) R 32378 32355 31404 0 -1 4194304 4087 0 0 0 4935 3 0 0 25 0 1 0 1979410231 17289216 4073 996147200 134512640 135127466 4294956272 18446744073709551615 134530933 0 0 4096 3 0 0 0 17 1 0 0
/proc/32379/statm: 4221 4073 75 150 0 4068 0
Current children cumulated CPU time (s) 50.54
Current children cumulated vsize (KiB) 35840

[startup+102.301 s]
/proc/loadavg: 2.03 2.02 2.00 3/75 32379
/proc/meminfo: memFree=1885464/2055920 swapFree=4180396/4192956
[pid=32355] ppid=32353 vsize=13600 CPUtime=1.16
/proc/32355/stat : 32355 (sugar) S 32353 32355 31404 0 -1 4194304 1032 10926 0 2 4 0 104 8 16 0 1 0 1979410107 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 264849371234 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/32355/statm: 3400 798 370 3 0 500 0
[pid=32378] ppid=32355 vsize=5356 CPUtime=0
/proc/32378/stat : 32378 (sh) S 32355 32355 31404 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1979410230 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 264840471364 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/32378/statm: 1339 232 193 169 0 50 0
[pid=32379] ppid=32378 vsize=18476 CPUtime=100.1
/proc/32379/stat : 32379 (minisat) R 32378 32355 31404 0 -1 4194304 4472 0 0 0 10006 4 0 0 25 0 1 0 1979410231 18919424 4458 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/32379/statm: 4619 4458 75 150 0 4466 0
Current children cumulated CPU time (s) 101.26
Current children cumulated vsize (KiB) 37432

[startup+162.301 s]
/proc/loadavg: 2.01 2.02 2.00 3/75 32379
/proc/meminfo: memFree=1881368/2055920 swapFree=4180396/4192956
[pid=32355] ppid=32353 vsize=13600 CPUtime=1.16
/proc/32355/stat : 32355 (sugar) S 32353 32355 31404 0 -1 4194304 1032 10926 0 2 4 0 104 8 16 0 1 0 1979410107 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 264849371234 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/32355/statm: 3400 798 370 3 0 500 0
[pid=32378] ppid=32355 vsize=5356 CPUtime=0
/proc/32378/stat : 32378 (sh) S 32355 32355 31404 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1979410230 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 264840471364 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/32378/statm: 1339 232 193 169 0 50 0
[pid=32379] ppid=32378 vsize=22332 CPUtime=159.54
/proc/32379/stat : 32379 (minisat) R 32378 32355 31404 0 -1 4194304 5444 0 0 0 15949 5 0 0 25 0 1 0 1979410231 22867968 5430 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/32379/statm: 5583 5430 75 150 0 5430 0
Current children cumulated CPU time (s) 160.7
Current children cumulated vsize (KiB) 41288

[startup+222.307 s]
/proc/loadavg: 2.00 2.01 2.00 3/75 32379
/proc/meminfo: memFree=1881368/2055920 swapFree=4180396/4192956
[pid=32355] ppid=32353 vsize=13600 CPUtime=1.16
/proc/32355/stat : 32355 (sugar) S 32353 32355 31404 0 -1 4194304 1032 10926 0 2 4 0 104 8 16 0 1 0 1979410107 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 264849371234 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/32355/statm: 3400 798 370 3 0 500 0
[pid=32378] ppid=32355 vsize=5356 CPUtime=0
/proc/32378/stat : 32378 (sh) S 32355 32355 31404 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1979410230 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 264840471364 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/32378/statm: 1339 232 193 169 0 50 0
[pid=32379] ppid=32378 vsize=22512 CPUtime=218.97
/proc/32379/stat : 32379 (minisat) R 32378 32355 31404 0 -1 4194304 5451 0 0 0 21892 5 0 0 25 0 1 0 1979410231 23052288 5437 996147200 134512640 135127466 4294956272 18446744073709551615 134530621 0 0 4096 3 0 0 0 17 1 0 0
/proc/32379/statm: 5628 5437 75 150 0 5475 0
Current children cumulated CPU time (s) 220.13
Current children cumulated vsize (KiB) 41468

[startup+282.302 s]
/proc/loadavg: 2.00 2.01 2.00 3/75 32379
/proc/meminfo: memFree=1881240/2055920 swapFree=4180396/4192956
[pid=32355] ppid=32353 vsize=13600 CPUtime=1.16
/proc/32355/stat : 32355 (sugar) S 32353 32355 31404 0 -1 4194304 1032 10926 0 2 4 0 104 8 16 0 1 0 1979410107 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 264849371234 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/32355/statm: 3400 798 370 3 0 500 0
[pid=32378] ppid=32355 vsize=5356 CPUtime=0
/proc/32378/stat : 32378 (sh) S 32355 32355 31404 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1979410230 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 264840471364 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/32378/statm: 1339 232 193 169 0 50 0
[pid=32379] ppid=32378 vsize=22512 CPUtime=278.41
/proc/32379/stat : 32379 (minisat) R 32378 32355 31404 0 -1 4194304 5471 0 0 0 27836 5 0 0 25 0 1 0 1979410231 23052288 5457 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/32379/statm: 5628 5457 75 150 0 5475 0
Current children cumulated CPU time (s) 279.57
Current children cumulated vsize (KiB) 41468


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

/proc/meminfo: memFree=1870232/2055920 swapFree=4180396/4192956
[pid=32355] ppid=32353 vsize=13600 CPUtime=1.16
/proc/32355/stat : 32355 (sugar) S 32353 32355 31404 0 -1 4194304 1032 10926 0 2 4 0 104 8 16 0 1 0 1979410107 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 264849371234 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/32355/statm: 3400 798 370 3 0 500 0
[pid=32378] ppid=32355 vsize=5356 CPUtime=0
/proc/32378/stat : 32378 (sh) S 32355 32355 31404 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1979410230 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 264840471364 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/32378/statm: 1339 232 193 169 0 50 0
[pid=32379] ppid=32378 vsize=37780 CPUtime=1291.42
/proc/32379/stat : 32379 (minisat) R 32378 32355 31404 0 -1 4194304 9263 0 0 0 129131 11 0 0 25 0 1 0 1979410231 38686720 9249 996147200 134512640 135127466 4294956272 18446744073709551615 134530635 0 0 4096 3 0 0 0 17 0 0 0
/proc/32379/statm: 9445 9249 75 150 0 9292 0
Current children cumulated CPU time (s) 1292.58
Current children cumulated vsize (KiB) 56736

[startup+1362.3 s]
/proc/loadavg: 1.00 1.33 1.68 2/67 32401
/proc/meminfo: memFree=1870168/2055920 swapFree=4180396/4192956
[pid=32355] ppid=32353 vsize=13600 CPUtime=1.16
/proc/32355/stat : 32355 (sugar) S 32353 32355 31404 0 -1 4194304 1032 10926 0 2 4 0 104 8 16 0 1 0 1979410107 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 264849371234 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/32355/statm: 3400 798 370 3 0 500 0
[pid=32378] ppid=32355 vsize=5356 CPUtime=0
/proc/32378/stat : 32378 (sh) S 32355 32355 31404 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1979410230 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 264840471364 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/32378/statm: 1339 232 193 169 0 50 0
[pid=32379] ppid=32378 vsize=37924 CPUtime=1351.4
/proc/32379/stat : 32379 (minisat) R 32378 32355 31404 0 -1 4194304 9278 0 0 0 135129 11 0 0 25 0 1 0 1979410231 38834176 9264 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/32379/statm: 9481 9264 75 150 0 9328 0
Current children cumulated CPU time (s) 1352.56
Current children cumulated vsize (KiB) 56880

[startup+1422.3 s]
/proc/loadavg: 1.00 1.26 1.63 2/67 32401
/proc/meminfo: memFree=1868952/2055920 swapFree=4180396/4192956
[pid=32355] ppid=32353 vsize=13600 CPUtime=1.16
/proc/32355/stat : 32355 (sugar) S 32353 32355 31404 0 -1 4194304 1032 10926 0 2 4 0 104 8 16 0 1 0 1979410107 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 264849371234 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/32355/statm: 3400 798 370 3 0 500 0
[pid=32378] ppid=32355 vsize=5356 CPUtime=0
/proc/32378/stat : 32378 (sh) S 32355 32355 31404 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1979410230 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 264840471364 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/32378/statm: 1339 232 193 169 0 50 0
[pid=32379] ppid=32378 vsize=39192 CPUtime=1411.39
/proc/32379/stat : 32379 (minisat) R 32378 32355 31404 0 -1 4194304 9587 0 0 0 141128 11 0 0 25 0 1 0 1979410231 40132608 9573 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/32379/statm: 9798 9573 75 150 0 9645 0
Current children cumulated CPU time (s) 1412.55
Current children cumulated vsize (KiB) 58148

[startup+1482.3 s]
/proc/loadavg: 1.00 1.21 1.59 2/67 32401
/proc/meminfo: memFree=1868760/2055920 swapFree=4180396/4192956
[pid=32355] ppid=32353 vsize=13600 CPUtime=1.16
/proc/32355/stat : 32355 (sugar) S 32353 32355 31404 0 -1 4194304 1032 10926 0 2 4 0 104 8 16 0 1 0 1979410107 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 264849371234 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/32355/statm: 3400 798 370 3 0 500 0
[pid=32378] ppid=32355 vsize=5356 CPUtime=0
/proc/32378/stat : 32378 (sh) S 32355 32355 31404 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1979410230 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 264840471364 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/32378/statm: 1339 232 193 169 0 50 0
[pid=32379] ppid=32378 vsize=39324 CPUtime=1471.37
/proc/32379/stat : 32379 (minisat) R 32378 32355 31404 0 -1 4194304 9644 0 0 0 147126 11 0 0 25 0 1 0 1979410231 40267776 9630 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/32379/statm: 9831 9630 75 150 0 9678 0
Current children cumulated CPU time (s) 1472.53
Current children cumulated vsize (KiB) 58280

[startup+1542.31 s]
/proc/loadavg: 1.00 1.17 1.55 2/67 32403
/proc/meminfo: memFree=1868184/2055920 swapFree=4180396/4192956
[pid=32355] ppid=32353 vsize=13600 CPUtime=1.16
/proc/32355/stat : 32355 (sugar) S 32353 32355 31404 0 -1 4194304 1032 10926 0 2 4 0 104 8 16 0 1 0 1979410107 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 264849371234 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/32355/statm: 3400 798 370 3 0 500 0
[pid=32378] ppid=32355 vsize=5356 CPUtime=0
/proc/32378/stat : 32378 (sh) S 32355 32355 31404 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1979410230 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 264840471364 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/32378/statm: 1339 232 193 169 0 50 0
[pid=32379] ppid=32378 vsize=39684 CPUtime=1531.36
/proc/32379/stat : 32379 (minisat) R 32378 32355 31404 0 -1 4194304 9695 0 0 0 153124 12 0 0 25 0 1 0 1979410231 40636416 9681 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/32379/statm: 9921 9681 75 150 0 9768 0
Current children cumulated CPU time (s) 1532.52
Current children cumulated vsize (KiB) 58640

[startup+1602.3 s]
/proc/loadavg: 1.00 1.14 1.52 2/67 32403
/proc/meminfo: memFree=1867672/2055920 swapFree=4180396/4192956
[pid=32355] ppid=32353 vsize=13600 CPUtime=1.16
/proc/32355/stat : 32355 (sugar) S 32353 32355 31404 0 -1 4194304 1032 10926 0 2 4 0 104 8 16 0 1 0 1979410107 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 264849371234 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/32355/statm: 3400 798 370 3 0 500 0
[pid=32378] ppid=32355 vsize=5356 CPUtime=0
/proc/32378/stat : 32378 (sh) S 32355 32355 31404 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1979410230 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 264840471364 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/32378/statm: 1339 232 193 169 0 50 0
[pid=32379] ppid=32378 vsize=40396 CPUtime=1591.34
/proc/32379/stat : 32379 (minisat) R 32378 32355 31404 0 -1 4194304 9881 0 0 0 159122 12 0 0 25 0 1 0 1979410231 41365504 9867 996147200 134512640 135127466 4294956272 18446744073709551615 134523403 0 0 4096 3 0 0 0 17 0 0 0
/proc/32379/statm: 10099 9867 75 150 0 9946 0
Current children cumulated CPU time (s) 1592.5
Current children cumulated vsize (KiB) 59352

[startup+1662.3 s]
/proc/loadavg: 1.00 1.11 1.48 2/67 32403
/proc/meminfo: memFree=1867672/2055920 swapFree=4180396/4192956
[pid=32355] ppid=32353 vsize=13600 CPUtime=1.16
/proc/32355/stat : 32355 (sugar) S 32353 32355 31404 0 -1 4194304 1032 10926 0 2 4 0 104 8 16 0 1 0 1979410107 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 264849371234 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/32355/statm: 3400 798 370 3 0 500 0
[pid=32378] ppid=32355 vsize=5356 CPUtime=0
/proc/32378/stat : 32378 (sh) S 32355 32355 31404 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1979410230 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 264840471364 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/32378/statm: 1339 232 193 169 0 50 0
[pid=32379] ppid=32378 vsize=40396 CPUtime=1651.33
/proc/32379/stat : 32379 (minisat) R 32378 32355 31404 0 -1 4194304 9882 0 0 0 165121 12 0 0 25 0 1 0 1979410231 41365504 9868 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/32379/statm: 10099 9868 75 150 0 9946 0
Current children cumulated CPU time (s) 1652.49
Current children cumulated vsize (KiB) 59352

[startup+1722.3 s]
/proc/loadavg: 1.00 1.09 1.45 2/67 32403
/proc/meminfo: memFree=1867608/2055920 swapFree=4180396/4192956
[pid=32355] ppid=32353 vsize=13600 CPUtime=1.16
/proc/32355/stat : 32355 (sugar) S 32353 32355 31404 0 -1 4194304 1032 10926 0 2 4 0 104 8 16 0 1 0 1979410107 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 264849371234 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/32355/statm: 3400 798 370 3 0 500 0
[pid=32378] ppid=32355 vsize=5356 CPUtime=0
/proc/32378/stat : 32378 (sh) S 32355 32355 31404 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1979410230 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 264840471364 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/32378/statm: 1339 232 193 169 0 50 0
[pid=32379] ppid=32378 vsize=40568 CPUtime=1711.31
/proc/32379/stat : 32379 (minisat) R 32378 32355 31404 0 -1 4194304 9907 0 0 0 171119 12 0 0 25 0 1 0 1979410231 41541632 9893 996147200 134512640 135127466 4294956272 18446744073709551615 134530692 0 0 4096 3 0 0 0 17 0 0 0
/proc/32379/statm: 10142 9893 75 150 0 9989 0
Current children cumulated CPU time (s) 1712.47
Current children cumulated vsize (KiB) 59524

[startup+1782.3 s]
/proc/loadavg: 1.00 1.07 1.42 2/67 32403
/proc/meminfo: memFree=1867352/2055920 swapFree=4180396/4192956
[pid=32355] ppid=32353 vsize=13600 CPUtime=1.16
/proc/32355/stat : 32355 (sugar) S 32353 32355 31404 0 -1 4194304 1032 10926 0 2 4 0 104 8 16 0 1 0 1979410107 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 264849371234 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/32355/statm: 3400 798 370 3 0 500 0
[pid=32378] ppid=32355 vsize=5356 CPUtime=0
/proc/32378/stat : 32378 (sh) S 32355 32355 31404 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1979410230 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 264840471364 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/32378/statm: 1339 232 193 169 0 50 0
[pid=32379] ppid=32378 vsize=40568 CPUtime=1771.29
/proc/32379/stat : 32379 (minisat) R 32378 32355 31404 0 -1 4194304 9926 0 0 0 177117 12 0 0 25 0 1 0 1979410231 41541632 9912 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/32379/statm: 10142 9912 75 150 0 9989 0
Current children cumulated CPU time (s) 1772.45
Current children cumulated vsize (KiB) 59524



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1809.9 s]
/proc/loadavg: 1.00 1.06 1.40 2/67 32403
/proc/meminfo: memFree=1867352/2055920 swapFree=4180396/4192956
[pid=32355] ppid=32353 vsize=13600 CPUtime=1.16
/proc/32355/stat : 32355 (sugar) S 32353 32355 31404 0 -1 4194304 1032 10926 0 2 4 0 104 8 16 0 1 0 1979410107 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 264849371234 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/32355/statm: 3400 798 370 3 0 500 0
[pid=32378] ppid=32355 vsize=5356 CPUtime=0
/proc/32378/stat : 32378 (sh) S 32355 32355 31404 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1979410230 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 264840471364 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/32378/statm: 1339 232 193 169 0 50 0
[pid=32379] ppid=32378 vsize=40568 CPUtime=1798.89
/proc/32379/stat : 32379 (minisat) R 32378 32355 31404 0 -1 4194304 9927 0 0 0 179877 12 0 0 25 0 1 0 1979410231 41541632 9913 996147200 134512640 135127466 4294956272 18446744073709551615 134530742 0 0 4096 3 0 0 0 17 0 0 0
/proc/32379/statm: 10142 9913 75 150 0 9989 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 59524

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 32355 and gives
#  childrusage.ru_utime.tv_sec=1
#  childrusage.ru_utime.tv_usec=92833
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=101984
# CPU time returned by wait4() is 1.19482
# while last known CPU time is 1800.05
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1809.92
CPU time (s): 1800.05
CPU user time (s): 1799.85
CPU system time (s): 0.2
CPU usage (%): 99.4546
Max. virtual memory (cumulated for all children) (KiB): 887432

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1.09283
system time used= 0.101984
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 12458
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= 1028
involuntary context switches= 853

runsolver used 2.01769 second user time and 5.50516 second system time

The end

Launcher Data (download as text)

Begin job on node44 at 2008-07-02 15:12:53
IDJOB=1042750
IDBENCH=53937
IDSOLVER=346
FILE ID=node44/1042750-1215004373
PBS_JOBID= 7870835
Free space on /tmp= 66528 MiB

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

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 63de7b9f1d819e7299a55d3ddca29f01
RANDOM SEED=1664590258

node44.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.213
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.213
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:       1906768 kB
Buffers:          7600 kB
Cached:          59724 kB
SwapCached:       6524 kB
Active:          65652 kB
Inactive:        13436 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1906768 kB
SwapTotal:     4192956 kB
SwapFree:      4180396 kB
Dirty:            1300 kB
Writeback:           0 kB
Mapped:          19464 kB
Slab:            55324 kB
Committed_AS:  3383776 kB
PageTables:       1748 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 node44 at 2008-07-02 15:43:05