Trace number 2057343

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.11 1800.73

General information on the benchmark

Namecsp/rand-2-24/
normalized-rand-24-24-276-139-49021_ext.xml
MD5SUM722cfc36f23b166fcf1a1f65d4e4d3e4
Bench Category2-ARY-EXT (binary constraints in extension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark71.5871
Satisfiable
(Un)Satisfiability was proved
Number of variables24
Number of constraints276
Maximum constraint arity2
Maximum domain size24
Number of constraints which are defined in extension276
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data

0.04/0.07	c 0	Sugar v1-14-6 + HOME/minisat
0.04/0.07	c 0	BEGIN Sat Jul 11 15:12:15 2009
0.04/0.07	c 0	PID 13795
0.04/0.07	c 0	HOST node7.alineos.net
0.04/0.07	c 0	CONVERTING HOME/instance-2057343-1247317935.xml TO HOME/temp.csp
0.04/0.07	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.XML2CSP -v -v 'HOME/instance-2057343-1247317935.xml' 'HOME/temp.csp'
0.06/0.40	c 0	1 domains, 24 variables, 0 predicates, 276 relations, 276 constraints
0.06/0.45	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.06/0.45	c 1	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.51/0.52	c 1	Parsing HOME/temp.csp
0.51/0.73	c 1	parsed 577 expressions
0.51/0.74	c 1	Heap : 4 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.51/0.74	c 1	Converting to clausal form CSP
0.51/0.76	c 1	converted 58 (10%) expressions
0.51/0.76	c 1	converted 116 (20%) expressions
0.51/0.81	c 1	converted 174 (30%) expressions
0.51/0.81	c 1	converted 231 (40%) expressions
0.51/0.81	c 1	converted 289 (50%) expressions
0.51/0.84	c 1	converted 347 (60%) expressions
0.51/0.86	c 1	converted 404 (70%) expressions
0.51/0.87	c 1	converted 462 (80%) expressions
0.51/0.89	c 1	converted 520 (90%) expressions
0.51/0.97	c 1	converted 577 (100%) expressions
0.51/0.97	c 1	CSP : 24 integers, 0 booleans, 276 clauses, largest domain size 24
0.51/0.97	c 1	Heap : 8 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.51/0.97	c 1	Propagation in CSP
0.51/0.97	c 1	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
0.51/0.97	c 1	CSP : 24 integers, 0 booleans, 276 clauses, largest domain size 24
0.51/0.97	c 1	Heap : 8 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.51/0.98	c 1	Simplifing CSP by introducing new Boolean variables
0.51/0.98	c 1	CSP : 24 integers, 0 booleans, 276 clauses, largest domain size 24
0.51/0.98	c 1	Heap : 8 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.09/1.02	c 1	Encoding CSP to SAT : HOME/temp.cnf
1.09/1.02	c 1	3 (10%) CSP integer variables are encoded (66 clauses, 641 bytes)
1.09/1.03	c 1	5 (20%) CSP integer variables are encoded (110 clauses, 1068 bytes)
1.09/1.03	c 1	8 (30%) CSP integer variables are encoded (176 clauses, 1794 bytes)
1.09/1.03	c 1	10 (40%) CSP integer variables are encoded (220 clauses, 2278 bytes)
1.09/1.03	c 1	12 (50%) CSP integer variables are encoded (264 clauses, 2762 bytes)
1.09/1.03	c 1	15 (60%) CSP integer variables are encoded (330 clauses, 3488 bytes)
1.09/1.03	c 1	17 (70%) CSP integer variables are encoded (374 clauses, 3972 bytes)
1.09/1.03	c 1	20 (80%) CSP integer variables are encoded (440 clauses, 4698 bytes)
1.09/1.03	c 1	22 (90%) CSP integer variables are encoded (484 clauses, 5182 bytes)
1.09/1.03	c 1	24 (100%) CSP integer variables are encoded (528 clauses, 5666 bytes)
1.09/1.07	c 1	28 (10%) CSP clauses are encoded (3199 clauses, 48923 bytes)
1.09/1.08	c 1	56 (20%) CSP clauses are encoded (5812 clauses, 93532 bytes)
1.09/1.10	c 1	83 (30%) CSP clauses are encoded (8342 clauses, 136912 bytes)
1.21/1.12	c 1	111 (40%) CSP clauses are encoded (10976 clauses, 185626 bytes)
1.21/1.13	c 1	138 (50%) CSP clauses are encoded (13534 clauses, 234324 bytes)
1.21/1.15	c 1	166 (60%) CSP clauses are encoded (16185 clauses, 284826 bytes)
1.21/1.16	c 1	194 (70%) CSP clauses are encoded (18816 clauses, 335000 bytes)
1.21/1.18	c 1	221 (80%) CSP clauses are encoded (21394 clauses, 384169 bytes)
1.21/1.19	c 1	249 (90%) CSP clauses are encoded (24018 clauses, 434249 bytes)
1.30/1.21	c 1	276 (100%) CSP clauses are encoded (26550 clauses, 482446 bytes)
1.30/1.21	c 1	276 CSP clauses encoded
1.30/1.21	c 1	Writing map file : HOME/temp.map
1.30/1.21	c 1	Heap : 4 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.30/1.21	c 1	SAT : 552 SAT variables, 26550 SAT clauses, 482446 bytes
1.30/1.21	c 1	Heap : 4 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.30/1.24	c 1	SOLVING HOME/temp.cnf
1.30/1.24	c 1	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
1.30/1.25	c 1	This is MiniSat 2.0 beta
1.30/1.25	c 1	WARNING: for repeatability, setting FPU to use double precision
1.30/1.25	c 1	============================[ Problem Statistics ]=============================
1.30/1.25	c 1	|                                                                             |
1.30/1.25	c 1	|  Number of variables:  552                                                  |
1.30/1.25	c 1	|  Number of clauses:    26550                                                |
1.30/1.26	c 1	|  Parsing time:         0.01         s                                       |
1.30/1.26	c 1	============================[ Search Statistics ]==============================
1.30/1.26	c 1	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
1.30/1.26	c 1	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
1.30/1.26	c 1	===============================================================================
1.30/1.26	c 1	|         0 |     552    26550    99739 |     8850        0    nan |  0.000 % |
1.30/1.28	c 1	|       100 |     552    26550    99739 |     9735      100     11 |  0.000 % |
1.30/1.30	c 1	|       250 |     552    26550    99739 |    10708      250     12 |  0.007 % |
1.34/1.32	c 1	|       477 |     552    26550    99739 |    11779      477     12 |  0.008 % |
1.34/1.37	c 1	|       816 |     552    26550    99739 |    12957      816     12 |  0.007 % |
1.34/1.44	c 1	|      1322 |     552    26550    99739 |    14253     1322     12 |  0.008 % |
1.34/1.54	c 2	|      2081 |     552    26550    99739 |    15678     2081     12 |  0.014 % |
1.34/1.68	c 2	|      3221 |     552    26550    99739 |    17246     3221     11 |  0.014 % |
1.34/1.91	c 2	|      4929 |     552    26550    99739 |    18970     4929     11 |  0.014 % |
2.28/2.29	c 2	|      7491 |     552    26550    99739 |    20867     7491     12 |  0.014 % |
2.98/2.94	c 3	|     11336 |     552    26550    99739 |    22954    11336     12 |  0.014 % |
4.08/4.00	c 4	|     17103 |     552    26550    99739 |    25250    17103     12 |  0.014 % |
6.08/6.00	c 6	|     25753 |     552    26550    99739 |    27775    11927     13 |  0.014 % |
8.88/8.83	c 9	|     38727 |     552    26550    99739 |    30552    24901     13 |  0.015 % |
13.36/13.38	c 13	|     58189 |     552    26550    99739 |    33607    25252     14 |  0.007 % |
21.26/21.26	c 21	|     87381 |     552    26550    99739 |    36968    33216     14 |  0.015 % |
33.07/33.05	c 33	|    131170 |     552    26550    99739 |    40665    27810     14 |  0.016 % |
52.55/52.56	c 53	|    196854 |     552    26550    99739 |    44732    37332     15 |  0.016 % |
82.14/82.10	c 82	|    295380 |     552    26550    99739 |    49205    42560     16 |  0.017 % |
131.03/131.07	c 131	|    443169 |     552    26550    99739 |    54125    47185     15 |  0.017 % |
205.90/205.92	c 206	|    664854 |     551    26460    99483 |    59538    17735     14 |  0.187 % |
325.75/325.86	c 326	|    997379 |     551    26460    99483 |    65492    25551     16 |  0.189 % |
530.35/530.56	c 531	|   1496168 |     551    26460    99483 |    72041    64340     15 |  0.195 % |
851.53/851.83	c 852	|   2244353 |     550    26382    99258 |    79245    69475     18 |  0.363 % |
1353.73/1354.30	c 1354	|   3366628 |     550    26382    99258 |    87170    20528     16 |  0.374 % |
1800.05/1800.71	sh: line 1: 13819 Terminated              HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out' 2>&1
1800.05/1800.71	c 1801	DECODING HOME/temp.out WITH HOME/temp.map
1800.05/1800.71	c 1801	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.05/1800.72	c ERROR INTERRUPTED
1800.05/1800.72	s UNKNOWN
1800.05/1800.72	c 1801	CPU 1800.08 (0.05 0.01 1799.8 0.22)
1800.05/1800.72	c 1801	END Sat Jul 11 15:42:16 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-2057343-1247317935/watcher-2057343-1247317935 -o /tmp/evaluation-result-2057343-1247317935/solver-2057343-1247317935 -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-2057343-1247317935.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: 0.39 0.21 0.08 3/67 13795
/proc/meminfo: memFree=1050888/2055920 swapFree=4192952/4192956
[pid=13795] ppid=13793 vsize=12272 CPUtime=0
/proc/13795/stat : 13795 (sugar) R 13793 13795 13525 0 -1 4194304 356 0 0 0 0 0 0 0 18 0 1 0 18860892 12566528 324 996147200 4194304 4206940 548682068608 18446744073709551615 244691562177 0 0 4224 0 0 0 0 17 0 0 0
/proc/13795/statm: 3068 327 246 3 0 168 0

[startup+0.0514259 s]
/proc/loadavg: 0.39 0.21 0.08 3/67 13795
/proc/meminfo: memFree=1050888/2055920 swapFree=4192952/4192956
[pid=13795] ppid=13793 vsize=15948 CPUtime=0.04
/proc/13795/stat : 13795 (sugar) R 13793 13795 13525 0 -1 4194304 913 0 0 0 3 1 0 0 18 0 1 0 18860892 16330752 881 996147200 4194304 4206940 548682068608 18446744073709551615 244671281765 0 0 4224 0 0 0 0 17 0 0 0
/proc/13795/statm: 3987 881 380 3 0 566 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 15948

[startup+0.101438 s]
/proc/loadavg: 0.39 0.21 0.08 3/67 13795
/proc/meminfo: memFree=1050888/2055920 swapFree=4192952/4192956
[pid=13795] ppid=13793 vsize=16868 CPUtime=0.06
/proc/13795/stat : 13795 (sugar) S 13793 13795 13525 0 -1 4194304 1227 128 0 0 5 1 0 0 18 0 1 0 18860892 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 244680011874 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/13795/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.301461 s]
/proc/loadavg: 0.39 0.21 0.08 3/67 13795
/proc/meminfo: memFree=1050888/2055920 swapFree=4192952/4192956
[pid=13795] ppid=13793 vsize=16868 CPUtime=0.06
/proc/13795/stat : 13795 (sugar) S 13793 13795 13525 0 -1 4194304 1227 128 0 0 5 1 0 0 18 0 1 0 18860892 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 244680011874 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/13795/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.7025 s]
/proc/loadavg: 0.39 0.21 0.08 3/67 13795
/proc/meminfo: memFree=1050888/2055920 swapFree=4192952/4192956
[pid=13795] ppid=13793 vsize=16868 CPUtime=0.51
/proc/13795/stat : 13795 (sugar) S 13793 13795 13525 0 -1 4194304 1309 4783 0 1 5 1 41 4 16 0 1 0 18860892 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 244680011874 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/13795/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.51
Current children cumulated vsize (KiB) 16868

[startup+1.50258 s]
/proc/loadavg: 0.39 0.21 0.08 2/78 13817
/proc/meminfo: memFree=1032560/2055920 swapFree=4192952/4192956
[pid=13795] ppid=13793 vsize=16868 CPUtime=1.34
/proc/13795/stat : 13795 (sugar) S 13793 13795 13525 0 -1 4194304 1374 12164 0 2 5 1 119 9 15 0 1 0 18860892 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 244680011874 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/13795/statm: 4217 1112 409 3 0 796 0
Current children cumulated CPU time (s) 1.34
Current children cumulated vsize (KiB) 16868

[startup+3.10175 s]
/proc/loadavg: 0.39 0.21 0.08 2/70 13819
/proc/meminfo: memFree=1044400/2055920 swapFree=4192952/4192956
[pid=13795] ppid=13793 vsize=16868 CPUtime=1.34
/proc/13795/stat : 13795 (sugar) S 13793 13795 13525 0 -1 4194304 1374 12164 0 2 5 1 119 9 15 0 1 0 18860892 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 244680011874 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/13795/statm: 4217 1112 409 3 0 796 0
[pid=13818] ppid=13795 vsize=5356 CPUtime=0
/proc/13818/stat : 13818 (sh) S 13795 13795 13525 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 18861017 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13818/statm: 1339 232 193 169 0 50 0
[pid=13819] ppid=13818 vsize=4188 CPUtime=1.84
/proc/13819/stat : 13819 (minisat) R 13818 13795 13525 0 -1 4194304 806 0 0 0 184 0 0 0 25 0 1 0 18861017 4288512 792 996147200 134512640 135127466 4294956256 18446744073709551615 134530682 0 0 4096 3 0 0 0 17 0 0 0
/proc/13819/statm: 1047 792 75 150 0 894 0
Current children cumulated CPU time (s) 3.18
Current children cumulated vsize (KiB) 26412

[startup+6.30108 s]
/proc/loadavg: 0.44 0.22 0.08 2/70 13819
/proc/meminfo: memFree=1042800/2055920 swapFree=4192952/4192956
[pid=13795] ppid=13793 vsize=16868 CPUtime=1.34
/proc/13795/stat : 13795 (sugar) S 13793 13795 13525 0 -1 4194304 1374 12164 0 2 5 1 119 9 16 0 1 0 18860892 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 244680011874 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/13795/statm: 4217 1112 409 3 0 796 0
[pid=13818] ppid=13795 vsize=5356 CPUtime=0
/proc/13818/stat : 13818 (sh) S 13795 13795 13525 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 18861017 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13818/statm: 1339 232 193 169 0 50 0
[pid=13819] ppid=13818 vsize=5136 CPUtime=5.04
/proc/13819/stat : 13819 (minisat) R 13818 13795 13525 0 -1 4194304 1077 0 0 0 503 1 0 0 25 0 1 0 18861017 5259264 1063 996147200 134512640 135127466 4294956256 18446744073709551615 134530644 0 0 4096 3 0 0 0 17 0 0 0
/proc/13819/statm: 1284 1063 75 150 0 1131 0
Current children cumulated CPU time (s) 6.38
Current children cumulated vsize (KiB) 27360

[startup+12.7018 s]
/proc/loadavg: 0.48 0.24 0.09 2/70 13819
/proc/meminfo: memFree=1041776/2055920 swapFree=4192952/4192956
[pid=13795] ppid=13793 vsize=16868 CPUtime=1.34
/proc/13795/stat : 13795 (sugar) S 13793 13795 13525 0 -1 4194304 1374 12164 0 2 5 1 119 9 16 0 1 0 18860892 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 244680011874 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/13795/statm: 4217 1112 409 3 0 796 0
[pid=13818] ppid=13795 vsize=5356 CPUtime=0
/proc/13818/stat : 13818 (sh) S 13795 13795 13525 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 18861017 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13818/statm: 1339 232 193 169 0 50 0
[pid=13819] ppid=13818 vsize=5968 CPUtime=11.43
/proc/13819/stat : 13819 (minisat) R 13818 13795 13525 0 -1 4194304 1245 0 0 0 1142 1 0 0 25 0 1 0 18861017 6111232 1231 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/13819/statm: 1492 1231 75 150 0 1339 0
Current children cumulated CPU time (s) 12.77
Current children cumulated vsize (KiB) 28192

[startup+25.5011 s]
/proc/loadavg: 0.68 0.29 0.11 3/84 13843
/proc/meminfo: memFree=1021504/2055920 swapFree=4192952/4192956
[pid=13795] ppid=13793 vsize=16868 CPUtime=1.34
/proc/13795/stat : 13795 (sugar) S 13793 13795 13525 0 -1 4194304 1374 12164 0 2 5 1 119 9 16 0 1 0 18860892 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 244680011874 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/13795/statm: 4217 1112 409 3 0 796 0
[pid=13818] ppid=13795 vsize=5356 CPUtime=0
/proc/13818/stat : 13818 (sh) S 13795 13795 13525 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 18861017 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13818/statm: 1339 232 193 169 0 50 0
[pid=13819] ppid=13818 vsize=6948 CPUtime=24.23
/proc/13819/stat : 13819 (minisat) R 13818 13795 13525 0 -1 4194304 1501 0 0 0 2420 3 0 0 25 0 1 0 18861017 7114752 1487 996147200 134512640 135127466 4294956256 18446744073709551615 134530783 0 0 4096 3 0 0 0 17 0 0 0
/proc/13819/statm: 1737 1487 75 150 0 1584 0
Current children cumulated CPU time (s) 25.57
Current children cumulated vsize (KiB) 29172

[startup+51.1018 s]
/proc/loadavg: 1.13 0.43 0.16 3/84 13843
/proc/meminfo: memFree=1020224/2055920 swapFree=4192952/4192956
[pid=13795] ppid=13793 vsize=16868 CPUtime=1.34
/proc/13795/stat : 13795 (sugar) S 13793 13795 13525 0 -1 4194304 1374 12164 0 2 5 1 119 9 16 0 1 0 18860892 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 244680011874 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/13795/statm: 4217 1112 409 3 0 796 0
[pid=13818] ppid=13795 vsize=5356 CPUtime=0
/proc/13818/stat : 13818 (sh) S 13795 13795 13525 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 18861017 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13818/statm: 1339 232 193 169 0 50 0
[pid=13819] ppid=13818 vsize=8040 CPUtime=49.81
/proc/13819/stat : 13819 (minisat) R 13818 13795 13525 0 -1 4194304 1773 0 0 0 4978 3 0 0 25 0 1 0 18861017 8232960 1759 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/13819/statm: 2010 1759 75 150 0 1857 0
Current children cumulated CPU time (s) 51.15
Current children cumulated vsize (KiB) 30264

[startup+102.306 s]
/proc/loadavg: 1.62 0.67 0.25 3/84 13843
/proc/meminfo: memFree=1017984/2055920 swapFree=4192952/4192956
[pid=13795] ppid=13793 vsize=16868 CPUtime=1.34
/proc/13795/stat : 13795 (sugar) S 13793 13795 13525 0 -1 4194304 1374 12164 0 2 5 1 119 9 16 0 1 0 18860892 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 244680011874 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/13795/statm: 4217 1112 409 3 0 796 0
[pid=13818] ppid=13795 vsize=5356 CPUtime=0
/proc/13818/stat : 13818 (sh) S 13795 13795 13525 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 18861017 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13818/statm: 1339 232 193 169 0 50 0
[pid=13819] ppid=13818 vsize=10132 CPUtime=101
/proc/13819/stat : 13819 (minisat) R 13818 13795 13525 0 -1 4194304 2285 0 0 0 10096 4 0 0 25 0 1 0 18861017 10375168 2271 996147200 134512640 135127466 4294956256 18446744073709551615 134530692 0 0 4096 3 0 0 0 17 0 0 0
/proc/13819/statm: 2533 2271 75 150 0 2380 0
Current children cumulated CPU time (s) 102.34
Current children cumulated vsize (KiB) 32356

[startup+162.301 s]
/proc/loadavg: 1.86 0.91 0.36 3/84 13843
/proc/meminfo: memFree=1016704/2055920 swapFree=4192952/4192956
[pid=13795] ppid=13793 vsize=16868 CPUtime=1.34
/proc/13795/stat : 13795 (sugar) S 13793 13795 13525 0 -1 4194304 1374 12164 0 2 5 1 119 9 16 0 1 0 18860892 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 244680011874 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/13795/statm: 4217 1112 409 3 0 796 0
[pid=13818] ppid=13795 vsize=5356 CPUtime=0
/proc/13818/stat : 13818 (sh) S 13795 13795 13525 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 18861017 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13818/statm: 1339 232 193 169 0 50 0
[pid=13819] ppid=13818 vsize=11492 CPUtime=160.97
/proc/13819/stat : 13819 (minisat) R 13818 13795 13525 0 -1 4194304 2624 0 0 0 16093 4 0 0 25 0 1 0 18861017 11767808 2610 996147200 134512640 135127466 4294956256 18446744073709551615 134531047 0 0 4096 3 0 0 0 17 0 0 0
/proc/13819/statm: 2873 2610 75 150 0 2720 0
Current children cumulated CPU time (s) 162.31
Current children cumulated vsize (KiB) 33716

[startup+222.302 s]
/proc/loadavg: 1.95 1.10 0.46 3/84 13843
/proc/meminfo: memFree=1015488/2055920 swapFree=4192952/4192956
[pid=13795] ppid=13793 vsize=16868 CPUtime=1.34
/proc/13795/stat : 13795 (sugar) S 13793 13795 13525 0 -1 4194304 1374 12164 0 2 5 1 119 9 16 0 1 0 18860892 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 244680011874 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/13795/statm: 4217 1112 409 3 0 796 0
[pid=13818] ppid=13795 vsize=5356 CPUtime=0
/proc/13818/stat : 13818 (sh) S 13795 13795 13525 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 18861017 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13818/statm: 1339 232 193 169 0 50 0
[pid=13819] ppid=13818 vsize=12452 CPUtime=220.95
/proc/13819/stat : 13819 (minisat) R 13818 13795 13525 0 -1 4194304 2873 0 0 0 22091 4 0 0 25 0 1 0 18861017 12750848 2859 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/13819/statm: 3113 2859 75 150 0 2960 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 34676

[startup+282.302 s]
/proc/loadavg: 1.98 1.26 0.55 3/84 13843
/proc/meminfo: memFree=1014016/2055920 swapFree=4192952/4192956
[pid=13795] ppid=13793 vsize=16868 CPUtime=1.34
/proc/13795/stat : 13795 (sugar) S 13793 13795 13525 0 -1 4194304 1374 12164 0 2 5 1 119 9 16 0 1 0 18860892 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 244680011874 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/13795/statm: 4217 1112 409 3 0 796 0
[pid=13818] ppid=13795 vsize=5356 CPUtime=0
/proc/13818/stat : 13818 (sh) S 13795 13795 13525 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 18861017 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13818/statm: 1339 232 193 169 0 50 0
[pid=13819] ppid=13818 vsize=14068 CPUtime=280.92
/proc/13819/stat : 13819 (minisat) R 13818 13795 13525 0 -1 4194304 3263 0 0 0 28088 4 0 0 25 0 1 0 18861017 14405632 3249 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/13819/statm: 3517 3249 75 150 0 3364 0
Current children cumulated CPU time (s) 282.26
Current children cumulated vsize (KiB) 36292

[startup+342.302 s]

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

[pid=13795] ppid=13793 vsize=16868 CPUtime=1.34
/proc/13795/stat : 13795 (sugar) S 13793 13795 13525 0 -1 4194304 1374 12164 0 2 5 1 119 9 16 0 1 0 18860892 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 244680011874 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/13795/statm: 4217 1112 409 3 0 796 0
[pid=13818] ppid=13795 vsize=5356 CPUtime=0
/proc/13818/stat : 13818 (sh) S 13795 13795 13525 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 18861017 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13818/statm: 1339 232 193 169 0 50 0
[pid=13819] ppid=13818 vsize=24272 CPUtime=1300.51
/proc/13819/stat : 13819 (minisat) R 13818 13795 13525 0 -1 4194304 5673 0 0 0 130040 11 0 0 25 0 1 0 18861017 24854528 5659 996147200 134512640 135127466 4294956256 18446744073709551615 134530936 0 0 4096 3 0 0 0 17 0 0 0
/proc/13819/statm: 6068 5659 75 150 0 5915 0
Current children cumulated CPU time (s) 1301.85
Current children cumulated vsize (KiB) 46496

[startup+1362.3 s]
/proc/loadavg: 1.99 1.96 1.50 3/77 13969
/proc/meminfo: memFree=999544/2055920 swapFree=4192952/4192956
[pid=13795] ppid=13793 vsize=16868 CPUtime=1.34
/proc/13795/stat : 13795 (sugar) S 13793 13795 13525 0 -1 4194304 1374 12164 0 2 5 1 119 9 16 0 1 0 18860892 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 244680011874 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/13795/statm: 4217 1112 409 3 0 796 0
[pid=13818] ppid=13795 vsize=5356 CPUtime=0
/proc/13818/stat : 13818 (sh) S 13795 13795 13525 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 18861017 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13818/statm: 1339 232 193 169 0 50 0
[pid=13819] ppid=13818 vsize=24416 CPUtime=1360.48
/proc/13819/stat : 13819 (minisat) R 13818 13795 13525 0 -1 4194304 5723 0 0 0 136037 11 0 0 25 0 1 0 18861017 25001984 5709 996147200 134512640 135127466 4294956256 18446744073709551615 134530692 0 0 4096 3 0 0 0 17 0 0 0
/proc/13819/statm: 6104 5709 75 150 0 5951 0
Current children cumulated CPU time (s) 1361.82
Current children cumulated vsize (KiB) 46640

[startup+1422.31 s]
/proc/loadavg: 1.99 1.96 1.53 3/77 13969
/proc/meminfo: memFree=998712/2055920 swapFree=4192952/4192956
[pid=13795] ppid=13793 vsize=16868 CPUtime=1.34
/proc/13795/stat : 13795 (sugar) S 13793 13795 13525 0 -1 4194304 1374 12164 0 2 5 1 119 9 16 0 1 0 18860892 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 244680011874 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/13795/statm: 4217 1112 409 3 0 796 0
[pid=13818] ppid=13795 vsize=5356 CPUtime=0
/proc/13818/stat : 13818 (sh) S 13795 13795 13525 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 18861017 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13818/statm: 1339 232 193 169 0 50 0
[pid=13819] ppid=13818 vsize=25272 CPUtime=1420.46
/proc/13819/stat : 13819 (minisat) R 13818 13795 13525 0 -1 4194304 5923 0 0 0 142035 11 0 0 25 0 1 0 18861017 25878528 5909 996147200 134512640 135127466 4294956256 18446744073709551615 134530621 0 0 4096 3 0 0 0 17 0 0 0
/proc/13819/statm: 6318 5909 75 150 0 6165 0
Current children cumulated CPU time (s) 1421.8
Current children cumulated vsize (KiB) 47496

[startup+1482.3 s]
/proc/loadavg: 1.99 1.97 1.55 3/77 13969
/proc/meminfo: memFree=997880/2055920 swapFree=4192952/4192956
[pid=13795] ppid=13793 vsize=16868 CPUtime=1.34
/proc/13795/stat : 13795 (sugar) S 13793 13795 13525 0 -1 4194304 1374 12164 0 2 5 1 119 9 16 0 1 0 18860892 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 244680011874 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/13795/statm: 4217 1112 409 3 0 796 0
[pid=13818] ppid=13795 vsize=5356 CPUtime=0
/proc/13818/stat : 13818 (sh) S 13795 13795 13525 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 18861017 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13818/statm: 1339 232 193 169 0 50 0
[pid=13819] ppid=13818 vsize=26144 CPUtime=1480.43
/proc/13819/stat : 13819 (minisat) R 13818 13795 13525 0 -1 4194304 6116 0 0 0 148032 11 0 0 25 0 1 0 18861017 26771456 6102 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/13819/statm: 6536 6102 75 150 0 6383 0
Current children cumulated CPU time (s) 1481.77
Current children cumulated vsize (KiB) 48368

[startup+1542.3 s]
/proc/loadavg: 1.99 1.97 1.58 3/77 13969
/proc/meminfo: memFree=997624/2055920 swapFree=4192952/4192956
[pid=13795] ppid=13793 vsize=16868 CPUtime=1.34
/proc/13795/stat : 13795 (sugar) S 13793 13795 13525 0 -1 4194304 1374 12164 0 2 5 1 119 9 16 0 1 0 18860892 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 244680011874 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/13795/statm: 4217 1112 409 3 0 796 0
[pid=13818] ppid=13795 vsize=5356 CPUtime=0
/proc/13818/stat : 13818 (sh) S 13795 13795 13525 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 18861017 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13818/statm: 1339 232 193 169 0 50 0
[pid=13819] ppid=13818 vsize=26424 CPUtime=1540.41
/proc/13819/stat : 13819 (minisat) R 13818 13795 13525 0 -1 4194304 6187 0 0 0 154030 11 0 0 25 0 1 0 18861017 27058176 6173 996147200 134512640 135127466 4294956256 18446744073709551615 134530621 0 0 4096 3 0 0 0 17 0 0 0
/proc/13819/statm: 6606 6173 75 150 0 6453 0
Current children cumulated CPU time (s) 1541.75
Current children cumulated vsize (KiB) 48648

[startup+1602.3 s]
/proc/loadavg: 1.99 1.97 1.60 3/77 13969
/proc/meminfo: memFree=997368/2055920 swapFree=4192952/4192956
[pid=13795] ppid=13793 vsize=16868 CPUtime=1.34
/proc/13795/stat : 13795 (sugar) S 13793 13795 13525 0 -1 4194304 1374 12164 0 2 5 1 119 9 16 0 1 0 18860892 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 244680011874 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/13795/statm: 4217 1112 409 3 0 796 0
[pid=13818] ppid=13795 vsize=5356 CPUtime=0
/proc/13818/stat : 13818 (sh) S 13795 13795 13525 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 18861017 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13818/statm: 1339 232 193 169 0 50 0
[pid=13819] ppid=13818 vsize=26748 CPUtime=1600.38
/proc/13819/stat : 13819 (minisat) R 13818 13795 13525 0 -1 4194304 6261 0 0 0 160027 11 0 0 25 0 1 0 18861017 27389952 6247 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/13819/statm: 6687 6247 75 150 0 6534 0
Current children cumulated CPU time (s) 1601.72
Current children cumulated vsize (KiB) 48972

[startup+1662.3 s]
/proc/loadavg: 1.99 1.97 1.62 3/77 13969
/proc/meminfo: memFree=996920/2055920 swapFree=4192952/4192956
[pid=13795] ppid=13793 vsize=16868 CPUtime=1.34
/proc/13795/stat : 13795 (sugar) S 13793 13795 13525 0 -1 4194304 1374 12164 0 2 5 1 119 9 16 0 1 0 18860892 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 244680011874 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/13795/statm: 4217 1112 409 3 0 796 0
[pid=13818] ppid=13795 vsize=5356 CPUtime=0
/proc/13818/stat : 13818 (sh) S 13795 13795 13525 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 18861017 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13818/statm: 1339 232 193 169 0 50 0
[pid=13819] ppid=13818 vsize=27048 CPUtime=1660.36
/proc/13819/stat : 13819 (minisat) R 13818 13795 13525 0 -1 4194304 6339 0 0 0 166025 11 0 0 25 0 1 0 18861017 27697152 6325 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/13819/statm: 6762 6325 75 150 0 6609 0
Current children cumulated CPU time (s) 1661.7
Current children cumulated vsize (KiB) 49272

[startup+1722.3 s]
/proc/loadavg: 1.99 1.97 1.64 3/77 13969
/proc/meminfo: memFree=996536/2055920 swapFree=4192952/4192956
[pid=13795] ppid=13793 vsize=16868 CPUtime=1.34
/proc/13795/stat : 13795 (sugar) S 13793 13795 13525 0 -1 4194304 1374 12164 0 2 5 1 119 9 16 0 1 0 18860892 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 244680011874 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/13795/statm: 4217 1112 409 3 0 796 0
[pid=13818] ppid=13795 vsize=5356 CPUtime=0
/proc/13818/stat : 13818 (sh) S 13795 13795 13525 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 18861017 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13818/statm: 1339 232 193 169 0 50 0
[pid=13819] ppid=13818 vsize=27352 CPUtime=1720.34
/proc/13819/stat : 13819 (minisat) R 13818 13795 13525 0 -1 4194304 6429 0 0 0 172023 11 0 0 25 0 1 0 18861017 28008448 6415 996147200 134512640 135127466 4294956256 18446744073709551615 134528050 0 0 4096 3 0 0 0 17 0 0 0
/proc/13819/statm: 6838 6415 75 150 0 6685 0
Current children cumulated CPU time (s) 1721.68
Current children cumulated vsize (KiB) 49576

[startup+1782.3 s]
/proc/loadavg: 1.99 1.97 1.66 3/78 13970
/proc/meminfo: memFree=996400/2055920 swapFree=4192952/4192956
[pid=13795] ppid=13793 vsize=16868 CPUtime=1.34
/proc/13795/stat : 13795 (sugar) S 13793 13795 13525 0 -1 4194304 1374 12164 0 2 5 1 119 9 16 0 1 0 18860892 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 244680011874 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/13795/statm: 4217 1112 409 3 0 796 0
[pid=13818] ppid=13795 vsize=5356 CPUtime=0
/proc/13818/stat : 13818 (sh) S 13795 13795 13525 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 18861017 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13818/statm: 1339 232 193 169 0 50 0
[pid=13819] ppid=13818 vsize=27492 CPUtime=1780.31
/proc/13819/stat : 13819 (minisat) R 13818 13795 13525 0 -1 4194304 6452 0 0 0 178020 11 0 0 25 0 1 0 18861017 28151808 6438 996147200 134512640 135127466 4294956256 18446744073709551615 134530686 0 0 4096 3 0 0 0 17 0 0 0
/proc/13819/statm: 6873 6438 75 150 0 6720 0
Current children cumulated CPU time (s) 1781.65
Current children cumulated vsize (KiB) 49716



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.71 s]
/proc/loadavg: 1.99 1.97 1.67 3/78 13970
/proc/meminfo: memFree=996208/2055920 swapFree=4192952/4192956
[pid=13795] ppid=13793 vsize=16868 CPUtime=1.34
/proc/13795/stat : 13795 (sugar) S 13793 13795 13525 0 -1 4194304 1374 12164 0 2 5 1 119 9 16 0 1 0 18860892 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 244680011874 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/13795/statm: 4217 1112 409 3 0 796 0
[pid=13818] ppid=13795 vsize=5356 CPUtime=0
/proc/13818/stat : 13818 (sh) S 13795 13795 13525 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 18861017 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13818/statm: 1339 232 193 169 0 50 0
[pid=13819] ppid=13818 vsize=27848 CPUtime=1798.71
/proc/13819/stat : 13819 (minisat) R 13818 13795 13525 0 -1 4194304 6512 0 0 0 179860 11 0 0 25 0 1 0 18861017 28516352 6498 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/13819/statm: 6962 6498 75 150 0 6809 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 50072

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

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

[startup+1800.71 s]
/proc/loadavg: 1.99 1.97 1.67 3/78 13970
/proc/meminfo: memFree=996208/2055920 swapFree=4192952/4192956
[pid=13795] ppid=13793 vsize=16868 CPUtime=1.34
/proc/13795/stat : 13795 (sugar) S 13793 13795 13525 0 -1 4194304 1374 12164 0 2 5 1 119 9 16 0 1 0 18860892 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 244680011874 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/13795/statm: 4217 1112 409 3 0 796 0
[pid=13818] ppid=13795 vsize=5356 CPUtime=0
/proc/13818/stat : 13818 (sh) S 13795 13795 13525 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 18861017 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13818/statm: 1339 232 193 169 0 50 0
[pid=13819] ppid=13818 vsize=27848 CPUtime=1798.71
/proc/13819/stat : 13819 (minisat) R 13818 13795 13525 0 -1 4194304 6512 0 0 0 179860 11 0 0 25 0 1 0 18861017 28516352 6498 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/13819/statm: 6962 6498 75 150 0 6809 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 50072

Child status: 0
Real time (s): 1800.73
CPU time (s): 1800.11
CPU user time (s): 1799.86
CPU system time (s): 0.242963
CPU usage (%): 99.9656
Max. virtual memory (cumulated for all children) (KiB): 887092

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.86
system time used= 0.242963
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 20757
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= 958
involuntary context switches= 7780

runsolver used 2.69259 second user time and 5.14822 second system time

The end

Launcher Data

Begin job on node7 at 2009-07-11 15:12:15
IDJOB=2057343
IDBENCH=53361
IDSOLVER=739
FILE ID=node7/2057343-1247317935
PBS_JOBID= 9506614
Free space on /tmp= 66092 MiB

SOLVER NAME= Sugar v1.14.6+minisat
BENCH NAME= CPAI08/csp/rand-2-24/normalized-rand-24-24-276-139-49021_ext.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-2057343-1247317935/watcher-2057343-1247317935 -o /tmp/evaluation-result-2057343-1247317935/solver-2057343-1247317935 -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-2057343-1247317935.xml

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

MD5SUM BENCH= 722cfc36f23b166fcf1a1f65d4e4d3e4
RANDOM SEED=511635892

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:       1051432 kB
Buffers:         39104 kB
Cached:         893988 kB
SwapCached:          4 kB
Active:         302328 kB
Inactive:       646248 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1051432 kB
SwapTotal:     4192956 kB
SwapFree:      4192952 kB
Dirty:            1640 kB
Writeback:           0 kB
Mapped:          25240 kB
Slab:            41620 kB
Committed_AS:    91424 kB
PageTables:       1664 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= 66088 MiB
End job on node7 at 2009-07-11 15:42:18