Trace number 2062854

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.14.6+minisat? (TO) 1800.13 1803.12

General information on the benchmark

Namecsp/ortholatin/
normalized-ortholatin-6.xml
MD5SUM63de7b9f1d819e7299a55d3ddca29f01
Bench CategoryAlldiff (alldiff)
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

0.00/0.08	c 0	Sugar v1-14-6 + HOME/minisat
0.00/0.08	c 0	BEGIN Sat Jul 11 18:28:53 2009
0.00/0.08	c 0	PID 15203
0.06/0.08	c 0	HOST node7.alineos.net
0.06/0.09	c 0	CONVERTING HOME/instance-2062854-1247329733.xml TO HOME/temp.csp
0.06/0.09	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.XML2CSP -v -v 'HOME/instance-2062854-1247329733.xml' 'HOME/temp.csp'
0.06/0.28	c 0	2 domains, 108 variables, 0 predicates, 1 relations, 61 constraints
0.06/0.31	c 0	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.06/0.31	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.SugarMain -v -v -competition -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
0.06/0.39	c 0	Parsing HOME/temp.csp
0.27/0.41	c 0	parsed 172 expressions
0.27/0.42	c 0	Heap : 0 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.27/0.42	c 0	Converting to clausal form CSP
0.27/0.44	c 0	converted 18 (10%) expressions
0.27/0.44	c 0	converted 35 (20%) expressions
0.27/0.44	c 0	converted 52 (30%) expressions
0.27/0.44	c 0	converted 69 (40%) expressions
0.27/0.44	c 0	converted 86 (50%) expressions
0.27/0.44	c 0	converted 104 (60%) expressions
0.27/0.45	c 0	converted 121 (70%) expressions
0.27/0.47	c 1	converted 138 (80%) expressions
0.27/0.55	c 1	converted 155 (90%) expressions
0.27/0.86	c 1	converted 172 (100%) expressions
0.27/0.86	c 1	CSP : 108 integers, 0 booleans, 1076 clauses, largest domain size 36
0.27/0.86	c 1	Heap : 1 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.27/0.86	c 1	Propagation in CSP
0.27/0.88	c 1	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
0.27/0.88	c 1	CSP : 108 integers, 0 booleans, 1076 clauses, largest domain size 36
0.27/0.88	c 1	Heap : 1 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.27/0.89	c 1	Simplifing CSP by introducing new Boolean variables
0.27/0.95	c 1	CSP : 108 integers, 1980 booleans, 3056 clauses, largest domain size 36
0.27/0.95	c 1	Heap : 2 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.27/0.98	c 1	Encoding CSP to SAT : HOME/temp.cnf
0.27/0.99	c 1	11 (10%) CSP integer variables are encoded (44 clauses, 445 bytes)
0.27/0.99	c 1	22 (20%) CSP integer variables are encoded (88 clauses, 858 bytes)
0.27/0.99	c 1	33 (30%) CSP integer variables are encoded (132 clauses, 1342 bytes)
0.27/0.99	c 1	44 (40%) CSP integer variables are encoded (176 clauses, 1826 bytes)
0.27/0.99	c 1	54 (50%) CSP integer variables are encoded (216 clauses, 2266 bytes)
0.27/0.99	c 1	65 (60%) CSP integer variables are encoded (260 clauses, 2750 bytes)
0.27/1.00	c 1	76 (70%) CSP integer variables are encoded (424 clauses, 4554 bytes)
0.94/1.01	c 1	87 (80%) CSP integer variables are encoded (798 clauses, 8668 bytes)
0.94/1.01	c 1	98 (90%) CSP integer variables are encoded (1172 clauses, 13309 bytes)
0.94/1.02	c 1	108 (100%) CSP integer variables are encoded (1512 clauses, 17729 bytes)
1.13/1.25	c 1	306 (10%) CSP clauses are encoded (5172 clauses, 77874 bytes)
1.13/1.26	c 1	612 (20%) CSP clauses are encoded (6448 clauses, 96619 bytes)
1.13/1.27	c 1	917 (30%) CSP clauses are encoded (7733 clauses, 116359 bytes)
1.13/1.29	c 1	1223 (40%) CSP clauses are encoded (10219 clauses, 156703 bytes)
1.23/1.30	c 1	1528 (50%) CSP clauses are encoded (17629 clauses, 284237 bytes)
1.23/1.32	c 1	1834 (60%) CSP clauses are encoded (25075 clauses, 413039 bytes)
1.23/1.34	c 1	2140 (70%) CSP clauses are encoded (32521 clauses, 541963 bytes)
1.23/1.36	c 1	2445 (80%) CSP clauses are encoded (39931 clauses, 671211 bytes)
1.23/1.38	c 1	2751 (90%) CSP clauses are encoded (47377 clauses, 805815 bytes)
1.23/1.39	c 1	3056 (100%) CSP clauses are encoded (54752 clauses, 943336 bytes)
1.23/1.39	c 1	3056 CSP clauses encoded
1.23/1.39	c 1	Writing map file : HOME/temp.map
1.33/1.40	c 1	Heap : 2 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.33/1.40	c 1	SAT : 3600 SAT variables, 54752 SAT clauses, 943336 bytes
1.33/1.40	c 1	Heap : 2 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.33/1.42	c 1	SOLVING HOME/temp.cnf
1.33/1.42	c 1	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
1.33/1.42	c 1	This is MiniSat 2.0 beta
1.33/1.42	c 1	WARNING: for repeatability, setting FPU to use double precision
1.33/1.42	c 1	============================[ Problem Statistics ]=============================
1.33/1.42	c 1	|                                                                             |
1.33/1.43	c 1	|  Number of variables:  3600                                                 |
1.33/1.43	c 1	|  Number of clauses:    54752                                                |
1.33/1.45	c 1	|  Parsing time:         0.02         s                                       |
1.33/1.46	c 1	============================[ Search Statistics ]==============================
1.33/1.46	c 1	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
1.33/1.46	c 1	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
1.33/1.46	c 1	===============================================================================
1.33/1.46	c 1	|         0 |    3600    54752   159300 |    18250        0    nan |  0.000 % |
1.33/1.47	c 2	|       101 |    3600    54752   159300 |    20075      101     12 |  0.000 % |
1.34/1.51	c 2	|       251 |    3600    54752   159300 |    22083      251     21 |  0.000 % |
1.34/1.56	c 2	|       478 |    3600    54752   159300 |    24291      478     26 |  0.000 % |
1.34/1.65	c 2	|       816 |    3600    54752   159300 |    26720      816     27 |  0.000 % |
1.34/1.79	c 2	|      1323 |    3600    54752   159300 |    29392     1323     30 |  0.000 % |
1.34/1.99	c 2	|      2082 |    3600    54752   159300 |    32332     2082     29 |  0.000 % |
2.09/2.23	c 2	|      3221 |    3600    54752   159300 |    35565     3221     29 |  0.000 % |
2.49/2.60	c 3	|      4929 |    3600    54752   159300 |    39121     4929     29 |  0.000 % |
3.38/3.51	c 4	|      7491 |    3600    54752   159300 |    43034     7491     31 |  0.000 % |
4.67/4.87	c 5	|     11336 |    3600    54752   159300 |    47337    11336     33 |  0.000 % |
7.24/7.48	c 8	|     17102 |    3600    54752   159300 |    52071    17102     35 |  0.000 % |
12.10/12.36	c 12	|     25752 |    3600    54752   159300 |    57278    25752     35 |  0.000 % |
22.80/23.15	c 23	|     38728 |    3600    54752   159300 |    63006    38728     35 |  0.000 % |
42.50/43.05	c 43	|     58191 |    3600    54752   159300 |    69306    58191     37 |  0.000 % |
71.24/72.00	c 72	|     87383 |    3600    54752   159300 |    76237    31431     39 |  0.000 % |
125.72/127.04	c 127	|    131172 |    3600    54752   159300 |    83861    75220     44 |  0.001 % |
208.64/210.71	c 211	|    196856 |    3600    54752   159300 |    92247    71699     35 |  0.000 % |
326.55/329.05	c 329	|    295382 |    3600    54752   159300 |   101472    92538     42 |  0.000 % |
503.88/506.48	c 507	|    443172 |    3600    54752   159300 |   111619    66702     41 |  0.000 % |
813.76/816.47	c 817	|    664857 |    3600    54752   159300 |   122781    99097     39 |  0.000 % |
1325.55/1328.44	c 1328	|    997383 |    3600    54752   159300 |   135059   119601     43 |  0.000 % |
1800.08/1803.11	c 1803	DECODING HOME/temp.out WITH HOME/temp.map
1800.08/1803.11	c 1803	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.SugarMain -v -v -competition -decode 'HOME/temp.out' 'HOME/temp.map'
1800.08/1803.12	c ERROR INTERRUPTED
1800.08/1803.12	s UNKNOWN
1800.08/1803.12	c 1803	CPU 1800.1 (0.06 0.01 1799.77 0.26)
1800.08/1803.12	c 1803	END Sat Jul 11 18:58:56 2009

Verifier Data

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

Watcher Data

runsolver version 3.2.9 (svn:492) (c) roussel@cril.univ-artois.fr

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2062854-1247329733/watcher-2062854-1247329733 -o /tmp/evaluation-result-2062854-1247329733/solver-2062854-1247329733 -C 1800 -W 2000 -M 900 HOME/sugar -c -vv -memlimit=900 -jar=HOME/sugar-v1-14-6.jar -solver=HOME/minisat -tmp=HOME/temp HOME/instance-2062854-1247329733.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): 2000 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
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.00 2.00 1.99 4/74 15203
/proc/meminfo: memFree=825544/2055920 swapFree=4192952/4192956
[pid=15203] ppid=15201 vsize=18576 CPUtime=0
/proc/15203/stat : 15203 (runsolver) R 15201 15203 13498 0 -1 4194368 15 0 0 0 0 0 0 0 21 0 1 0 20040691 19021824 284 996147200 4194304 4302564 548682068304 18446744073709551615 244671114535 0 0 4096 24578 0 0 0 17 1 0 0
/proc/15203/statm: 4644 284 249 26 0 2626 0

[startup+0.0881639 s]
/proc/loadavg: 2.00 2.00 1.99 4/74 15203
/proc/meminfo: memFree=825544/2055920 swapFree=4192952/4192956
[pid=15203] ppid=15201 vsize=16740 CPUtime=0.06
/proc/15203/stat : 15203 (sugar) S 15201 15203 13498 0 -1 4194304 1152 0 0 0 5 1 0 0 18 0 1 0 20040691 17141760 1107 996147200 4194304 4206940 548682068608 18446744073709551615 244680011874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15203/statm: 4185 1107 406 3 0 764 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16740

[startup+0.102006 s]
/proc/loadavg: 2.00 2.00 1.99 4/74 15203
/proc/meminfo: memFree=825544/2055920 swapFree=4192952/4192956
[pid=15203] ppid=15201 vsize=16868 CPUtime=0.06
/proc/15203/stat : 15203 (sugar) S 15201 15203 13498 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 20040691 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 244680011874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15203/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.30103 s]
/proc/loadavg: 2.00 2.00 1.99 4/74 15203
/proc/meminfo: memFree=825544/2055920 swapFree=4192952/4192956
[pid=15203] ppid=15201 vsize=16868 CPUtime=0.06
/proc/15203/stat : 15203 (sugar) S 15201 15203 13498 0 -1 4194304 1245 128 0 0 5 1 0 0 15 0 1 0 20040691 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 244680011874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15203/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.701071 s]
/proc/loadavg: 2.00 2.00 1.99 4/74 15203
/proc/meminfo: memFree=825544/2055920 swapFree=4192952/4192956
[pid=15203] ppid=15201 vsize=16868 CPUtime=0.27
/proc/15203/stat : 15203 (sugar) S 15201 15203 13498 0 -1 4194304 1309 4143 0 1 6 1 16 4 15 0 1 0 20040691 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 244680011874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15203/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.27
Current children cumulated vsize (KiB) 16868

[startup+1.50216 s]
/proc/loadavg: 2.08 2.02 2.00 5/85 15225
/proc/meminfo: memFree=809456/2055920 swapFree=4192952/4192956
[pid=15203] ppid=15201 vsize=16868 CPUtime=1.34
/proc/15203/stat : 15203 (sugar) S 15201 15203 13498 0 -1 4194304 1376 11018 0 2 6 1 117 10 16 0 1 0 20040691 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 244680011874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15203/statm: 4217 1113 409 3 0 796 0
Current children cumulated CPU time (s) 1.34
Current children cumulated vsize (KiB) 16868

[startup+3.10133 s]
/proc/loadavg: 2.08 2.02 2.00 3/77 15227
/proc/meminfo: memFree=817008/2055920 swapFree=4192952/4192956
[pid=15203] ppid=15201 vsize=16868 CPUtime=1.34
/proc/15203/stat : 15203 (sugar) S 15201 15203 13498 0 -1 4194304 1376 11018 0 2 6 1 117 10 15 0 1 0 20040691 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 244680011874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15203/statm: 4217 1113 409 3 0 796 0
[pid=15226] ppid=15203 vsize=5356 CPUtime=0
/proc/15226/stat : 15226 (sh) S 15203 15203 13498 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20040834 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15226/statm: 1339 232 193 169 0 50 0
[pid=15227] ppid=15226 vsize=5348 CPUtime=1.65
/proc/15227/stat : 15227 (minisat) R 15226 15203 13498 0 -1 4194304 1218 0 0 0 164 1 0 0 25 0 1 0 20040834 5476352 1204 996147200 134512640 135127466 4294956256 18446744073709551615 134530783 0 0 4096 3 0 0 0 17 1 0 0
/proc/15227/statm: 1337 1204 75 150 0 1184 0
Current children cumulated CPU time (s) 2.99
Current children cumulated vsize (KiB) 27572

[startup+6.30166 s]
/proc/loadavg: 2.08 2.02 2.00 3/77 15227
/proc/meminfo: memFree=815088/2055920 swapFree=4192952/4192956
[pid=15203] ppid=15201 vsize=16868 CPUtime=1.34
/proc/15203/stat : 15203 (sugar) S 15201 15203 13498 0 -1 4194304 1376 11018 0 2 6 1 117 10 16 0 1 0 20040691 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 244680011874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15203/statm: 4217 1113 409 3 0 796 0
[pid=15226] ppid=15203 vsize=5356 CPUtime=0
/proc/15226/stat : 15226 (sh) S 15203 15203 13498 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20040834 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15226/statm: 1339 232 193 169 0 50 0
[pid=15227] ppid=15226 vsize=6804 CPUtime=4.82
/proc/15227/stat : 15227 (minisat) R 15226 15203 13498 0 -1 4194304 1594 0 0 0 481 1 0 0 25 0 1 0 20040834 6967296 1580 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/15227/statm: 1701 1580 75 150 0 1548 0
Current children cumulated CPU time (s) 6.16
Current children cumulated vsize (KiB) 29028

[startup+12.7013 s]
/proc/loadavg: 2.07 2.02 2.00 3/77 15227
/proc/meminfo: memFree=812400/2055920 swapFree=4192952/4192956
[pid=15203] ppid=15201 vsize=16868 CPUtime=1.34
/proc/15203/stat : 15203 (sugar) S 15201 15203 13498 0 -1 4194304 1376 11018 0 2 6 1 117 10 16 0 1 0 20040691 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 244680011874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15203/statm: 4217 1113 409 3 0 796 0
[pid=15226] ppid=15203 vsize=5356 CPUtime=0
/proc/15226/stat : 15226 (sh) S 15203 15203 13498 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20040834 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15226/statm: 1339 232 193 169 0 50 0
[pid=15227] ppid=15226 vsize=8992 CPUtime=11.16
/proc/15227/stat : 15227 (minisat) R 15226 15203 13498 0 -1 4194304 2119 0 0 0 1114 2 0 0 25 0 1 0 20040834 9207808 2105 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/15227/statm: 2248 2105 75 150 0 2095 0
Current children cumulated CPU time (s) 12.5
Current children cumulated vsize (KiB) 31216

[startup+25.5027 s]
/proc/loadavg: 2.06 2.01 2.00 3/77 15227
/proc/meminfo: memFree=809008/2055920 swapFree=4192952/4192956
[pid=15203] ppid=15201 vsize=16868 CPUtime=1.34
/proc/15203/stat : 15203 (sugar) S 15201 15203 13498 0 -1 4194304 1376 11018 0 2 6 1 117 10 16 0 1 0 20040691 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 244680011874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15203/statm: 4217 1113 409 3 0 796 0
[pid=15226] ppid=15203 vsize=5356 CPUtime=0
/proc/15226/stat : 15226 (sh) S 15203 15203 13498 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20040834 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15226/statm: 1339 232 193 169 0 50 0
[pid=15227] ppid=15226 vsize=11744 CPUtime=23.83
/proc/15227/stat : 15227 (minisat) R 15226 15203 13498 0 -1 4194304 2811 0 0 0 2380 3 0 0 25 0 1 0 20040834 12025856 2797 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/15227/statm: 2936 2797 75 150 0 2783 0
Current children cumulated CPU time (s) 25.17
Current children cumulated vsize (KiB) 33968

[startup+51.1023 s]
/proc/loadavg: 2.03 2.01 2.00 3/77 15227
/proc/meminfo: memFree=803248/2055920 swapFree=4192952/4192956
[pid=15203] ppid=15201 vsize=16868 CPUtime=1.34
/proc/15203/stat : 15203 (sugar) S 15201 15203 13498 0 -1 4194304 1376 11018 0 2 6 1 117 10 16 0 1 0 20040691 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 244680011874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15203/statm: 4217 1113 409 3 0 796 0
[pid=15226] ppid=15203 vsize=5356 CPUtime=0
/proc/15226/stat : 15226 (sh) S 15203 15203 13498 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20040834 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15226/statm: 1339 232 193 169 0 50 0
[pid=15227] ppid=15226 vsize=16220 CPUtime=49.2
/proc/15227/stat : 15227 (minisat) R 15226 15203 13498 0 -1 4194304 3918 0 0 0 4915 5 0 0 25 0 1 0 20040834 16609280 3904 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/15227/statm: 4055 3904 75 150 0 3902 0
Current children cumulated CPU time (s) 50.54
Current children cumulated vsize (KiB) 38444

[startup+102.308 s]
/proc/loadavg: 2.01 2.01 2.00 3/77 15227
/proc/meminfo: memFree=799536/2055920 swapFree=4192952/4192956
[pid=15203] ppid=15201 vsize=16868 CPUtime=1.34
/proc/15203/stat : 15203 (sugar) S 15201 15203 13498 0 -1 4194304 1376 11018 0 2 6 1 117 10 16 0 1 0 20040691 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 244680011874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15203/statm: 4217 1113 409 3 0 796 0
[pid=15226] ppid=15203 vsize=5356 CPUtime=0
/proc/15226/stat : 15226 (sh) S 15203 15203 13498 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20040834 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15226/statm: 1339 232 193 169 0 50 0
[pid=15227] ppid=15226 vsize=17280 CPUtime=99.92
/proc/15227/stat : 15227 (minisat) R 15226 15203 13498 0 -1 4194304 4196 0 0 0 9987 5 0 0 25 0 1 0 20040834 17694720 4182 996147200 134512640 135127466 4294956256 18446744073709551615 134530837 0 0 4096 3 0 0 0 17 1 0 0
/proc/15227/statm: 4320 4182 75 150 0 4167 0
Current children cumulated CPU time (s) 101.26
Current children cumulated vsize (KiB) 39504

[startup+162.302 s]
/proc/loadavg: 2.00 2.00 2.00 3/77 15227
/proc/meminfo: memFree=791920/2055920 swapFree=4192952/4192956
[pid=15203] ppid=15201 vsize=16868 CPUtime=1.34
/proc/15203/stat : 15203 (sugar) S 15201 15203 13498 0 -1 4194304 1376 11018 0 2 6 1 117 10 16 0 1 0 20040691 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 244680011874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15203/statm: 4217 1113 409 3 0 796 0
[pid=15226] ppid=15203 vsize=5356 CPUtime=0
/proc/15226/stat : 15226 (sh) S 15203 15203 13498 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20040834 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15226/statm: 1339 232 193 169 0 50 0
[pid=15227] ppid=15226 vsize=22332 CPUtime=159.35
/proc/15227/stat : 15227 (minisat) R 15226 15203 13498 0 -1 4194304 5444 0 0 0 15928 7 0 0 25 0 1 0 20040834 22867968 5430 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/15227/statm: 5583 5430 75 150 0 5430 0
Current children cumulated CPU time (s) 160.69
Current children cumulated vsize (KiB) 44556

[startup+222.302 s]
/proc/loadavg: 2.00 2.00 2.00 3/77 15227
/proc/meminfo: memFree=789488/2055920 swapFree=4192952/4192956
[pid=15203] ppid=15201 vsize=16868 CPUtime=1.34
/proc/15203/stat : 15203 (sugar) S 15201 15203 13498 0 -1 4194304 1376 11018 0 2 6 1 117 10 16 0 1 0 20040691 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 244680011874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15203/statm: 4217 1113 409 3 0 796 0
[pid=15226] ppid=15203 vsize=5356 CPUtime=0
/proc/15226/stat : 15226 (sh) S 15203 15203 13498 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20040834 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15226/statm: 1339 232 193 169 0 50 0
[pid=15227] ppid=15226 vsize=22332 CPUtime=218.79
/proc/15227/stat : 15227 (minisat) R 15226 15203 13498 0 -1 4194304 5444 0 0 0 21872 7 0 0 25 0 1 0 20040834 22867968 5430 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/15227/statm: 5583 5430 75 150 0 5430 0
Current children cumulated CPU time (s) 220.13
Current children cumulated vsize (KiB) 44556

[startup+282.303 s]
/proc/loadavg: 1.95 1.98 1.99 3/77 15278
/proc/meminfo: memFree=966512/2055920 swapFree=4192952/4192956
[pid=15203] ppid=15201 vsize=16868 CPUtime=1.34
/proc/15203/stat : 15203 (sugar) S 15201 15203 13498 0 -1 4194304 1376 11018 0 2 6 1 117 10 16 0 1 0 20040691 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 244680011874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15203/statm: 4217 1113 409 3 0 796 0
[pid=15226] ppid=15203 vsize=5356 CPUtime=0
/proc/15226/stat : 15226 (sh) S 15203 15203 13498 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20040834 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15226/statm: 1339 232 193 169 0 50 0
[pid=15227] ppid=15226 vsize=22512 CPUtime=278.53
/proc/15227/stat : 15227 (minisat) R 15226 15203 13498 0 -1 4194304 5470 0 0 0 27845 8 0 0 25 0 1 0 20040834 23052288 5456 996147200 134512640 135127466 4294956256 18446744073709551615 134530621 0 0 4096 3 0 0 0 17 0 0 0
/proc/15227/statm: 5628 5456 75 150 0 5475 0
Current children cumulated CPU time (s) 279.87
Current children cumulated vsize (KiB) 44736

[startup+342.305 s]

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

[pid=15203] ppid=15201 vsize=16868 CPUtime=1.34
/proc/15203/stat : 15203 (sugar) S 15201 15203 13498 0 -1 4194304 1376 11018 0 2 6 1 117 10 16 0 1 0 20040691 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 244680011874 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15203/statm: 4217 1113 409 3 0 796 0
[pid=15226] ppid=15203 vsize=5356 CPUtime=0
/proc/15226/stat : 15226 (sh) S 15203 15203 13498 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20040834 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15226/statm: 1339 232 193 169 0 50 0
[pid=15227] ppid=15226 vsize=34936 CPUtime=1298.13
/proc/15227/stat : 15227 (minisat) R 15226 15203 13498 0 -1 4194304 8561 0 0 0 129800 13 0 0 25 0 1 0 20040834 35774464 8547 996147200 134512640 135127466 4294956256 18446744073709551615 134530775 0 0 4096 3 0 0 0 17 0 0 0
/proc/15227/statm: 8734 8547 75 150 0 8581 0
Current children cumulated CPU time (s) 1299.47
Current children cumulated vsize (KiB) 57160

[startup+1362.3 s]
/proc/loadavg: 2.33 2.20 2.09 3/77 15280
/proc/meminfo: memFree=906296/2055920 swapFree=4192952/4192956
[pid=15203] ppid=15201 vsize=16868 CPUtime=1.34
/proc/15203/stat : 15203 (sugar) S 15201 15203 13498 0 -1 4194304 1376 11018 0 2 6 1 117 10 16 0 1 0 20040691 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 244680011874 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15203/statm: 4217 1113 409 3 0 796 0
[pid=15226] ppid=15203 vsize=5356 CPUtime=0
/proc/15226/stat : 15226 (sh) S 15203 15203 13498 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20040834 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15226/statm: 1339 232 193 169 0 50 0
[pid=15227] ppid=15226 vsize=37780 CPUtime=1358.1
/proc/15227/stat : 15227 (minisat) R 15226 15203 13498 0 -1 4194304 9263 0 0 0 135796 14 0 0 25 0 1 0 20040834 38686720 9249 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/15227/statm: 9445 9249 75 150 0 9292 0
Current children cumulated CPU time (s) 1359.44
Current children cumulated vsize (KiB) 60004

[startup+1422.31 s]
/proc/loadavg: 2.22 2.19 2.09 3/77 15280
/proc/meminfo: memFree=906232/2055920 swapFree=4192952/4192956
[pid=15203] ppid=15201 vsize=16868 CPUtime=1.34
/proc/15203/stat : 15203 (sugar) S 15201 15203 13498 0 -1 4194304 1376 11018 0 2 6 1 117 10 16 0 1 0 20040691 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 244680011874 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15203/statm: 4217 1113 409 3 0 796 0
[pid=15226] ppid=15203 vsize=5356 CPUtime=0
/proc/15226/stat : 15226 (sh) S 15203 15203 13498 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20040834 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15226/statm: 1339 232 193 169 0 50 0
[pid=15227] ppid=15226 vsize=37780 CPUtime=1418.08
/proc/15227/stat : 15227 (minisat) R 15226 15203 13498 0 -1 4194304 9263 0 0 0 141794 14 0 0 25 0 1 0 20040834 38686720 9249 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/15227/statm: 9445 9249 75 150 0 9292 0
Current children cumulated CPU time (s) 1419.42
Current children cumulated vsize (KiB) 60004

[startup+1482.3 s]
/proc/loadavg: 2.08 2.15 2.08 3/77 15280
/proc/meminfo: memFree=905976/2055920 swapFree=4192952/4192956
[pid=15203] ppid=15201 vsize=16868 CPUtime=1.34
/proc/15203/stat : 15203 (sugar) S 15201 15203 13498 0 -1 4194304 1376 11018 0 2 6 1 117 10 16 0 1 0 20040691 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 244680011874 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15203/statm: 4217 1113 409 3 0 796 0
[pid=15226] ppid=15203 vsize=5356 CPUtime=0
/proc/15226/stat : 15226 (sh) S 15203 15203 13498 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20040834 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15226/statm: 1339 232 193 169 0 50 0
[pid=15227] ppid=15226 vsize=37924 CPUtime=1478.05
/proc/15227/stat : 15227 (minisat) R 15226 15203 13498 0 -1 4194304 9278 0 0 0 147791 14 0 0 25 0 1 0 20040834 38834176 9264 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/15227/statm: 9481 9264 75 150 0 9328 0
Current children cumulated CPU time (s) 1479.39
Current children cumulated vsize (KiB) 60148

[startup+1542.3 s]
/proc/loadavg: 2.03 2.12 2.08 3/77 15280
/proc/meminfo: memFree=904696/2055920 swapFree=4192952/4192956
[pid=15203] ppid=15201 vsize=16868 CPUtime=1.34
/proc/15203/stat : 15203 (sugar) S 15201 15203 13498 0 -1 4194304 1376 11018 0 2 6 1 117 10 16 0 1 0 20040691 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 244680011874 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15203/statm: 4217 1113 409 3 0 796 0
[pid=15226] ppid=15203 vsize=5356 CPUtime=0
/proc/15226/stat : 15226 (sh) S 15203 15203 13498 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20040834 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15226/statm: 1339 232 193 169 0 50 0
[pid=15227] ppid=15226 vsize=39004 CPUtime=1538.02
/proc/15227/stat : 15227 (minisat) R 15226 15203 13498 0 -1 4194304 9566 0 0 0 153788 14 0 0 25 0 1 0 20040834 39940096 9552 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/15227/statm: 9751 9552 75 150 0 9598 0
Current children cumulated CPU time (s) 1539.36
Current children cumulated vsize (KiB) 61228

[startup+1602.3 s]
/proc/loadavg: 2.01 2.10 2.07 3/77 15280
/proc/meminfo: memFree=904376/2055920 swapFree=4192952/4192956
[pid=15203] ppid=15201 vsize=16868 CPUtime=1.34
/proc/15203/stat : 15203 (sugar) S 15201 15203 13498 0 -1 4194304 1376 11018 0 2 6 1 117 10 16 0 1 0 20040691 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 244680011874 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15203/statm: 4217 1113 409 3 0 796 0
[pid=15226] ppid=15203 vsize=5356 CPUtime=0
/proc/15226/stat : 15226 (sh) S 15203 15203 13498 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20040834 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15226/statm: 1339 232 193 169 0 50 0
[pid=15227] ppid=15226 vsize=39324 CPUtime=1598
/proc/15227/stat : 15227 (minisat) R 15226 15203 13498 0 -1 4194304 9643 0 0 0 159786 14 0 0 25 0 1 0 20040834 40267776 9629 996147200 134512640 135127466 4294956256 18446744073709551615 134530933 0 0 4096 3 0 0 0 17 0 0 0
/proc/15227/statm: 9831 9629 75 150 0 9678 0
Current children cumulated CPU time (s) 1599.34
Current children cumulated vsize (KiB) 61548

[startup+1662.31 s]
/proc/loadavg: 2.00 2.08 2.07 3/77 15280
/proc/meminfo: memFree=903992/2055920 swapFree=4192952/4192956
[pid=15203] ppid=15201 vsize=16868 CPUtime=1.34
/proc/15203/stat : 15203 (sugar) S 15201 15203 13498 0 -1 4194304 1376 11018 0 2 6 1 117 10 16 0 1 0 20040691 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 244680011874 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15203/statm: 4217 1113 409 3 0 796 0
[pid=15226] ppid=15203 vsize=5356 CPUtime=0
/proc/15226/stat : 15226 (sh) S 15203 15203 13498 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20040834 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15226/statm: 1339 232 193 169 0 50 0
[pid=15227] ppid=15226 vsize=39684 CPUtime=1657.99
/proc/15227/stat : 15227 (minisat) R 15226 15203 13498 0 -1 4194304 9694 0 0 0 165784 15 0 0 25 0 1 0 20040834 40636416 9680 996147200 134512640 135127466 4294956256 18446744073709551615 134530700 0 0 4096 3 0 0 0 17 0 0 0
/proc/15227/statm: 9921 9680 75 150 0 9768 0
Current children cumulated CPU time (s) 1659.33
Current children cumulated vsize (KiB) 61908

[startup+1722.3 s]
/proc/loadavg: 2.00 2.06 2.06 3/77 15280
/proc/meminfo: memFree=903672/2055920 swapFree=4192952/4192956
[pid=15203] ppid=15201 vsize=16868 CPUtime=1.34
/proc/15203/stat : 15203 (sugar) S 15201 15203 13498 0 -1 4194304 1376 11018 0 2 6 1 117 10 16 0 1 0 20040691 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 244680011874 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15203/statm: 4217 1113 409 3 0 796 0
[pid=15226] ppid=15203 vsize=5356 CPUtime=0
/proc/15226/stat : 15226 (sh) S 15203 15203 13498 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20040834 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15226/statm: 1339 232 193 169 0 50 0
[pid=15227] ppid=15226 vsize=39964 CPUtime=1717.96
/proc/15227/stat : 15227 (minisat) R 15226 15203 13498 0 -1 4194304 9756 0 0 0 171781 15 0 0 25 0 1 0 20040834 40923136 9742 996147200 134512640 135127466 4294956256 18446744073709551615 134530802 0 0 4096 3 0 0 0 17 0 0 0
/proc/15227/statm: 9991 9742 75 150 0 9838 0
Current children cumulated CPU time (s) 1719.3
Current children cumulated vsize (KiB) 62188

[startup+1782.3 s]
/proc/loadavg: 2.00 2.05 2.06 3/77 15280
/proc/meminfo: memFree=903032/2055920 swapFree=4192952/4192956
[pid=15203] ppid=15201 vsize=16868 CPUtime=1.34
/proc/15203/stat : 15203 (sugar) S 15201 15203 13498 0 -1 4194304 1376 11018 0 2 6 1 117 10 16 0 1 0 20040691 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 244680011874 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15203/statm: 4217 1113 409 3 0 796 0
[pid=15226] ppid=15203 vsize=5356 CPUtime=0
/proc/15226/stat : 15226 (sh) S 15203 15203 13498 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20040834 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15226/statm: 1339 232 193 169 0 50 0
[pid=15227] ppid=15226 vsize=40396 CPUtime=1777.94
/proc/15227/stat : 15227 (minisat) R 15226 15203 13498 0 -1 4194304 9882 0 0 0 177779 15 0 0 25 0 1 0 20040834 41365504 9868 996147200 134512640 135127466 4294956256 18446744073709551615 134530828 0 0 4096 3 0 0 0 17 0 0 0
/proc/15227/statm: 10099 9868 75 150 0 9946 0
Current children cumulated CPU time (s) 1779.28
Current children cumulated vsize (KiB) 62620



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1803.1 s]
/proc/loadavg: 2.00 2.04 2.05 3/77 15280
/proc/meminfo: memFree=902904/2055920 swapFree=4192952/4192956
[pid=15203] ppid=15201 vsize=16868 CPUtime=1.34
/proc/15203/stat : 15203 (sugar) S 15201 15203 13498 0 -1 4194304 1376 11018 0 2 6 1 117 10 16 0 1 0 20040691 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 244680011874 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15203/statm: 4217 1113 409 3 0 796 0
[pid=15226] ppid=15203 vsize=5356 CPUtime=0
/proc/15226/stat : 15226 (sh) S 15203 15203 13498 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20040834 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15226/statm: 1339 232 193 169 0 50 0
[pid=15227] ppid=15226 vsize=40396 CPUtime=1798.74
/proc/15227/stat : 15227 (minisat) R 15226 15203 13498 0 -1 4194304 9882 0 0 0 179859 15 0 0 25 0 1 0 20040834 41365504 9868 996147200 134512640 135127466 4294956256 18446744073709551615 134530673 0 0 4096 3 0 0 0 17 0 0 0
/proc/15227/statm: 10099 9868 75 150 0 9946 0
Current children cumulated CPU time (s) 1800.08
Current children cumulated vsize (KiB) 62620

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

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

[startup+1803.1 s]
/proc/loadavg: 2.00 2.04 2.05 3/77 15280
/proc/meminfo: memFree=902904/2055920 swapFree=4192952/4192956
[pid=15203] ppid=15201 vsize=16868 CPUtime=1.34
/proc/15203/stat : 15203 (sugar) S 15201 15203 13498 0 -1 4194304 1376 11018 0 2 6 1 117 10 16 0 1 0 20040691 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 244680011874 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15203/statm: 4217 1113 409 3 0 796 0
[pid=15226] ppid=15203 vsize=5356 CPUtime=0
/proc/15226/stat : 15226 (sh) S 15203 15203 13498 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20040834 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15226/statm: 1339 232 193 169 0 50 0
[pid=15227] ppid=15226 vsize=40396 CPUtime=1798.74
/proc/15227/stat : 15227 (minisat) R 15226 15203 13498 0 -1 4194304 9882 0 0 0 179859 15 0 0 25 0 1 0 20040834 41365504 9868 996147200 134512640 135127466 4294956256 18446744073709551615 134530673 0 0 4096 3 0 0 0 17 0 0 0
/proc/15227/statm: 10099 9868 75 150 0 9946 0
Current children cumulated CPU time (s) 1800.08
Current children cumulated vsize (KiB) 62620

Child status: 0
Real time (s): 1803.12
CPU time (s): 1800.13
CPU user time (s): 1799.84
CPU system time (s): 0.287956
CPU usage (%): 99.8338
Max. virtual memory (cumulated for all children) (KiB): 890876

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.84
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= 22753
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= 888
involuntary context switches= 12121

runsolver used 2.01769 second user time and 6.19606 second system time

The end

Launcher Data

Begin job on node7 at 2009-07-11 18:28:53
IDJOB=2062854
IDBENCH=53937
IDSOLVER=739
FILE ID=node7/2062854-1247329733
PBS_JOBID= 9506613
Free space on /tmp= 66056 MiB

SOLVER NAME= Sugar v1.14.6+minisat
BENCH NAME= CPAI08/csp/ortholatin/normalized-ortholatin-6.xml
COMMAND LINE= DIR/sugar -c -vv -memlimit=MEMLIMIT -jar="DIR/sugar-v1-14-6.jar" -solver="DIR/minisat" -tmp="TMPDIR/temp" BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2062854-1247329733/watcher-2062854-1247329733 -o /tmp/evaluation-result-2062854-1247329733/solver-2062854-1247329733 -C 1800 -W 2000 -M 900  HOME/sugar -c -vv -memlimit=900 -jar="HOME/sugar-v1-14-6.jar" -solver="HOME/minisat" -tmp="HOME/temp" HOME/instance-2062854-1247329733.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB
MAX NB THREAD= 0

MD5SUM BENCH= 63de7b9f1d819e7299a55d3ddca29f01
RANDOM SEED=1007631395

node7.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.231
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.231
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:        826024 kB
Buffers:         46928 kB
Cached:         947432 kB
SwapCached:          4 kB
Active:         518772 kB
Inactive:       653544 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        826024 kB
SwapTotal:     4192956 kB
SwapFree:      4192952 kB
Dirty:            1320 kB
Writeback:           0 kB
Mapped:         189208 kB
Slab:            42572 kB
Committed_AS:   283232 kB
PageTables:       2208 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= 66080 MiB
End job on node7 at 2009-07-11 18:58:58