Trace number 2087252

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.07 1817.23

General information on the benchmark

Namecsp/socialGolfers/
normalized-socialGolfer-6-4-5.xml
MD5SUM1177c7af9960e3129505024a30a05414
Bench CategoryN-ARY-INT (n-ary constraints in intension)
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 variables1740
Number of constraints6040
Maximum constraint arity20
Maximum domain size2
Number of constraints which are defined in extension0
Number of constraints which are defined in intension6040
Global constraints used (with number of constraints)

Solver Data

0.00/0.08	c 0	Sugar v1-14-6 + HOME/minisat
0.00/0.08	c 0	BEGIN Sun Jul 12 10:00:09 2009
0.00/0.08	c 0	PID 22962
0.00/0.08	c 0	HOST node20.alineos.net
0.00/0.08	c 0	CONVERTING HOME/instance-2087252-1247385609.xml TO HOME/temp.csp
0.00/0.08	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.XML2CSP -v -v 'HOME/instance-2087252-1247385609.xml' 'HOME/temp.csp'
0.95/1.01	c 1	1 domains, 1740 variables, 4 predicates, 0 relations, 6040 constraints
0.95/1.06	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.95/1.06	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.98/1.14	c 2	Parsing HOME/temp.csp
0.98/1.29	c 2	parsed 7785 expressions
0.98/1.29	c 2	Heap : 2 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.98/1.29	c 2	Converting to clausal form CSP
0.98/1.33	c 2	converted 779 (10%) expressions
0.98/1.35	c 2	converted 1557 (20%) expressions
0.98/1.48	c 2	converted 2336 (30%) expressions
0.98/1.58	c 2	converted 3114 (40%) expressions
0.98/1.61	c 2	converted 3893 (50%) expressions
0.98/1.64	c 2	converted 4671 (60%) expressions
0.98/1.71	c 2	converted 5450 (70%) expressions
0.98/1.73	c 2	converted 6228 (80%) expressions
0.98/1.76	c 2	converted 7007 (90%) expressions
0.98/1.89	c 2	converted 7785 (100%) expressions
0.98/1.89	c 2	CSP : 1920 integers, 0 booleans, 6550 clauses, largest domain size 8
0.98/1.89	c 2	Heap : 5 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.98/1.89	c 2	Propagation in CSP
0.98/1.99	c 2	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
0.98/1.99	c 2	CSP : 1920 integers, 0 booleans, 6550 clauses, largest domain size 8
0.98/1.99	c 2	Heap : 5 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.98/2.00	c 2	Simplifing CSP by introducing new Boolean variables
0.98/2.00	c 2	CSP : 1920 integers, 0 booleans, 6550 clauses, largest domain size 8
0.98/2.00	c 2	Heap : 6 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.98/2.05	c 2	Encoding CSP to SAT : HOME/temp.cnf
0.98/2.06	c 2	192 (10%) CSP integer variables are encoded (0 clauses, 64 bytes)
0.98/2.06	c 2	384 (20%) CSP integer variables are encoded (0 clauses, 64 bytes)
0.98/2.07	c 2	576 (30%) CSP integer variables are encoded (0 clauses, 64 bytes)
0.98/2.08	c 2	768 (40%) CSP integer variables are encoded (0 clauses, 64 bytes)
0.98/2.08	c 2	960 (50%) CSP integer variables are encoded (0 clauses, 64 bytes)
0.98/2.08	c 2	1152 (60%) CSP integer variables are encoded (0 clauses, 64 bytes)
0.98/2.09	c 2	1344 (70%) CSP integer variables are encoded (0 clauses, 64 bytes)
2.00/2.10	c 2	1536 (80%) CSP integer variables are encoded (0 clauses, 64 bytes)
2.00/2.10	c 2	1728 (90%) CSP integer variables are encoded (0 clauses, 64 bytes)
2.00/2.11	c 2	1920 (100%) CSP integer variables are encoded (780 clauses, 10204 bytes)
2.00/2.16	c 3	655 (10%) CSP clauses are encoded (1435 clauses, 19124 bytes)
2.00/2.18	c 3	1310 (20%) CSP clauses are encoded (2090 clauses, 28256 bytes)
2.09/2.21	c 3	1965 (30%) CSP clauses are encoded (2745 clauses, 37699 bytes)
2.09/2.22	c 3	2620 (40%) CSP clauses are encoded (3400 clauses, 48077 bytes)
2.09/2.24	c 3	3275 (50%) CSP clauses are encoded (4055 clauses, 58557 bytes)
2.09/2.25	c 3	3930 (60%) CSP clauses are encoded (4710 clauses, 69037 bytes)
2.09/2.27	c 3	4585 (70%) CSP clauses are encoded (5365 clauses, 79517 bytes)
2.09/2.29	c 3	5240 (80%) CSP clauses are encoded (6020 clauses, 89997 bytes)
2.19/2.31	c 3	5895 (90%) CSP clauses are encoded (7557 clauses, 109236 bytes)
2.79/2.91	c 3	6550 (100%) CSP clauses are encoded (44610 clauses, 900450 bytes)
2.79/2.91	c 3	6550 CSP clauses encoded
2.79/2.91	c 3	Writing map file : HOME/temp.map
2.79/2.93	c 3	Heap : 3 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
2.79/2.93	c 3	SAT : 2700 SAT variables, 44610 SAT clauses, 900450 bytes
2.79/2.93	c 3	Heap : 3 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
2.79/2.95	c 3	SOLVING HOME/temp.cnf
2.79/2.95	c 3	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
2.79/2.95	c 3	This is MiniSat 2.0 beta
2.79/2.95	c 3	WARNING: for repeatability, setting FPU to use double precision
2.79/2.95	c 3	============================[ Problem Statistics ]=============================
2.79/2.95	c 3	|                                                                             |
2.79/2.96	c 3	|  Number of variables:  2700                                                 |
2.79/2.96	c 3	|  Number of clauses:    44610                                                |
2.79/2.98	c 3	|  Parsing time:         0.02         s                                       |
2.79/2.98	c 3	============================[ Search Statistics ]==============================
2.79/2.98	c 3	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
2.79/2.98	c 3	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
2.79/2.98	c 3	===============================================================================
2.79/2.98	c 3	|         0 |    2700    44610   178320 |    14870        0    nan |  0.000 % |
2.79/2.99	c 3	|       100 |    2700    44610   178320 |    16357      100     15 |  0.000 % |
2.79/2.99	c 3	|       250 |    2700    44610   178320 |    17992      250     15 |  0.000 % |
2.83/3.00	c 3	|       476 |    2700    44610   178320 |    19791      476     16 |  0.000 % |
2.83/3.02	c 3	|       813 |    2700    44610   178320 |    21771      813     23 |  0.000 % |
2.83/3.05	c 3	|      1320 |    2700    44610   178320 |    23948     1320     26 |  0.000 % |
2.83/3.09	c 3	|      2080 |    2700    44610   178320 |    26343     2080     31 |  0.000 % |
2.83/3.15	c 4	|      3219 |    2700    44610   178320 |    28977     3219     33 |  0.000 % |
3.06/3.26	c 4	|      4927 |    2700    44610   178320 |    31875     4927     35 |  0.000 % |
3.16/3.39	c 4	|      7490 |    2700    44610   178320 |    35062     7490     37 |  0.000 % |
3.55/3.78	c 4	|     11334 |    2700    44610   178320 |    38568    11334     52 |  0.000 % |
4.45/4.62	c 5	|     17101 |    2700    44610   178320 |    42425    17101     53 |  0.000 % |
6.02/6.28	c 7	|     25751 |    2700    44610   178320 |    46668    25751     57 |  0.000 % |
9.39/9.66	c 10	|     38726 |    2700    44610   178320 |    51335    38726     60 |  0.000 % |
15.44/15.76	c 16	|     58188 |    2700    44610   178320 |    56468    18391     75 |  0.000 % |
25.04/25.46	c 26	|     87382 |    2700    44610   178320 |    62115    47585     85 |  0.000 % |
42.78/43.33	c 44	|    131171 |    2700    44610   178320 |    68327    41180     75 |  0.000 % |
75.65/76.53	c 77	|    196856 |    2700    44610   178320 |    75159    50654     62 |  0.000 % |
134.39/135.86	c 136	|    295382 |    2700    44610   178320 |    82675    30889     67 |  0.000 % |
209.48/211.67	c 212	|    443171 |    2700    44610   178320 |    90943    40497     78 |  0.000 % |
358.97/362.56	c 363	|    664854 |    2700    44610   178320 |   100037    37898     68 |  0.000 % |
589.68/595.45	c 596	|    997379 |    2700    44610   178320 |   110041    37542     77 |  0.000 % |
783.85/791.45	c 792	|   1496167 |    2700    44610   178320 |   121045    65946     50 |  0.000 % |
1370.34/1383.41	c 1384	|   2244351 |    2700    44610   178320 |   133150    86021     67 |  0.000 % |
1800.07/1817.22	c 1818	DECODING HOME/temp.out WITH HOME/temp.map
1800.07/1817.22	c 1818	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.07/1817.22	c ERROR INTERRUPTED
1800.07/1817.22	s UNKNOWN
1800.07/1817.22	c 1818	CPU 2.83 (0.06 0.01 2.63 0.13)
1800.07/1817.22	c 1818	END Sun Jul 12 10:30:27 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-2087252-1247385609/watcher-2087252-1247385609 -o /tmp/evaluation-result-2087252-1247385609/solver-2087252-1247385609 -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-2087252-1247385609.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 2.00 4/81 22962
/proc/meminfo: memFree=1705336/2055920 swapFree=4192812/4192956
[pid=22962] ppid=22960 vsize=18576 CPUtime=0
/proc/22962/stat : 22962 (runsolver) R 22960 22962 22344 0 -1 4194368 15 0 0 0 0 0 0 0 20 0 1 0 25627519 19021824 284 996147200 4194304 4302564 548682068304 18446744073709551615 273952599335 0 0 4096 24578 0 0 0 17 1 0 0
/proc/22962/statm: 4644 284 249 26 0 2626 0

[startup+0.091078 s]
/proc/loadavg: 2.00 2.00 2.00 4/81 22962
/proc/meminfo: memFree=1705336/2055920 swapFree=4192812/4192956
[pid=22962] ppid=22960 vsize=16868 CPUtime=0.06
/proc/22962/stat : 22962 (sugar) S 22960 22962 22344 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 25627519 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 273961496674 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22962/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.101081 s]
/proc/loadavg: 2.00 2.00 2.00 4/81 22962
/proc/meminfo: memFree=1705336/2055920 swapFree=4192812/4192956
[pid=22962] ppid=22960 vsize=16868 CPUtime=0.06
/proc/22962/stat : 22962 (sugar) S 22960 22962 22344 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 25627519 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 273961496674 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22962/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.301099 s]
/proc/loadavg: 2.00 2.00 2.00 4/81 22962
/proc/meminfo: memFree=1705336/2055920 swapFree=4192812/4192956
[pid=22962] ppid=22960 vsize=16868 CPUtime=0.06
/proc/22962/stat : 22962 (sugar) S 22960 22962 22344 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 25627519 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 273961496674 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22962/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.70115 s]
/proc/loadavg: 2.00 2.00 2.00 4/81 22962
/proc/meminfo: memFree=1705336/2055920 swapFree=4192812/4192956
[pid=22962] ppid=22960 vsize=16868 CPUtime=0.06
/proc/22962/stat : 22962 (sugar) S 22960 22962 22344 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 25627519 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 273961496674 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22962/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+1.50125 s]
/proc/loadavg: 2.00 2.00 2.00 3/92 22974
/proc/meminfo: memFree=1685088/2055920 swapFree=4192812/4192956
[pid=22962] ppid=22960 vsize=16868 CPUtime=0.98
/proc/22962/stat : 22962 (sugar) S 22960 22962 22344 0 -1 4194304 1309 8038 0 1 5 1 86 6 15 0 1 0 25627519 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 273961496674 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22962/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.98
Current children cumulated vsize (KiB) 16868

[startup+3.10143 s]
/proc/loadavg: 2.00 2.00 2.00 3/92 22984
/proc/meminfo: memFree=1684384/2055920 swapFree=4192812/4192956
[pid=22962] ppid=22960 vsize=16868 CPUtime=2.83
/proc/22962/stat : 22962 (sugar) S 22960 22962 22344 0 -1 4194304 1376 16142 0 2 6 1 263 13 15 0 1 0 25627519 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 273961496674 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22962/statm: 4217 1113 409 3 0 796 0
Current children cumulated CPU time (s) 2.83
Current children cumulated vsize (KiB) 16868

[startup+6.30281 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 22986
/proc/meminfo: memFree=1691680/2055920 swapFree=4192812/4192956
[pid=22962] ppid=22960 vsize=16868 CPUtime=2.83
/proc/22962/stat : 22962 (sugar) S 22960 22962 22344 0 -1 4194304 1376 16142 0 2 6 1 263 13 16 0 1 0 25627519 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 273961496674 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22962/statm: 4217 1113 409 3 0 796 0
[pid=22985] ppid=22962 vsize=5356 CPUtime=0
/proc/22985/stat : 22985 (sh) S 22962 22962 22344 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25627815 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 273952596804 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22985/statm: 1339 232 193 169 0 50 0
[pid=22986] ppid=22985 vsize=10968 CPUtime=3.29
/proc/22986/stat : 22986 (minisat) R 22985 22962 22344 0 -1 4194304 2616 0 0 0 328 1 0 0 25 0 1 0 25627815 11231232 2602 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/22986/statm: 2742 2602 75 150 0 2589 0
Current children cumulated CPU time (s) 6.12
Current children cumulated vsize (KiB) 33192

[startup+12.7015 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 22986
/proc/meminfo: memFree=1684064/2055920 swapFree=4192812/4192956
[pid=22962] ppid=22960 vsize=16868 CPUtime=2.83
/proc/22962/stat : 22962 (sugar) S 22960 22962 22344 0 -1 4194304 1376 16142 0 2 6 1 263 13 16 0 1 0 25627519 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 273961496674 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22962/statm: 4217 1113 409 3 0 796 0
[pid=22985] ppid=22962 vsize=5356 CPUtime=0
/proc/22985/stat : 22985 (sh) S 22962 22962 22344 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25627815 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 273952596804 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22985/statm: 1339 232 193 169 0 50 0
[pid=22986] ppid=22985 vsize=18208 CPUtime=9.63
/proc/22986/stat : 22986 (minisat) R 22985 22962 22344 0 -1 4194304 4389 0 0 0 960 3 0 0 25 0 1 0 25627815 18644992 4375 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/22986/statm: 4552 4375 75 150 0 4399 0
Current children cumulated CPU time (s) 12.46
Current children cumulated vsize (KiB) 40432

[startup+25.501 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 22986
/proc/meminfo: memFree=1679136/2055920 swapFree=4192812/4192956
[pid=22962] ppid=22960 vsize=16868 CPUtime=2.83
/proc/22962/stat : 22962 (sugar) S 22960 22962 22344 0 -1 4194304 1376 16142 0 2 6 1 263 13 16 0 1 0 25627519 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 273961496674 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22962/statm: 4217 1113 409 3 0 796 0
[pid=22985] ppid=22962 vsize=5356 CPUtime=0
/proc/22985/stat : 22985 (sh) S 22962 22962 22344 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25627815 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 273952596804 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22985/statm: 1339 232 193 169 0 50 0
[pid=22986] ppid=22985 vsize=22696 CPUtime=22.31
/proc/22986/stat : 22986 (minisat) R 22985 22962 22344 0 -1 4194304 5518 0 0 0 2227 4 0 0 25 0 1 0 25627815 23240704 5504 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/22986/statm: 5674 5504 75 150 0 5521 0
Current children cumulated CPU time (s) 25.14
Current children cumulated vsize (KiB) 44920

[startup+51.102 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 22986
/proc/meminfo: memFree=1673504/2055920 swapFree=4192812/4192956
[pid=22962] ppid=22960 vsize=16868 CPUtime=2.83
/proc/22962/stat : 22962 (sugar) S 22960 22962 22344 0 -1 4194304 1376 16142 0 2 6 1 263 13 16 0 1 0 25627519 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 273961496674 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22962/statm: 4217 1113 409 3 0 796 0
[pid=22985] ppid=22962 vsize=5356 CPUtime=0
/proc/22985/stat : 22985 (sh) S 22962 22962 22344 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25627815 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 273952596804 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22985/statm: 1339 232 193 169 0 50 0
[pid=22986] ppid=22985 vsize=27976 CPUtime=47.68
/proc/22986/stat : 22986 (minisat) R 22985 22962 22344 0 -1 4194304 6832 0 0 0 4762 6 0 0 25 0 1 0 25627815 28647424 6818 996147200 134512640 135127466 4294956256 18446744073709551615 134530692 0 0 4096 3 0 0 0 17 1 0 0
/proc/22986/statm: 6994 6818 75 150 0 6841 0
Current children cumulated CPU time (s) 50.51
Current children cumulated vsize (KiB) 50200

[startup+102.308 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 22992
/proc/meminfo: memFree=1672736/2055920 swapFree=4192812/4192956
[pid=22962] ppid=22960 vsize=16868 CPUtime=2.83
/proc/22962/stat : 22962 (sugar) S 22960 22962 22344 0 -1 4194304 1376 16142 0 2 6 1 263 13 16 0 1 0 25627519 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 273961496674 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22962/statm: 4217 1113 409 3 0 796 0
[pid=22985] ppid=22962 vsize=5356 CPUtime=0
/proc/22985/stat : 22985 (sh) S 22962 22962 22344 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25627815 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 273952596804 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22985/statm: 1339 232 193 169 0 50 0
[pid=22986] ppid=22985 vsize=28768 CPUtime=98.38
/proc/22986/stat : 22986 (minisat) R 22985 22962 22344 0 -1 4194304 7030 0 0 0 9832 6 0 0 25 0 1 0 25627815 29458432 7016 996147200 134512640 135127466 4294956256 18446744073709551615 134528346 0 0 4096 3 0 0 0 17 1 0 0
/proc/22986/statm: 7192 7016 75 150 0 7039 0
Current children cumulated CPU time (s) 101.21
Current children cumulated vsize (KiB) 50992

[startup+162.303 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 22992
/proc/meminfo: memFree=1663072/2055920 swapFree=4192812/4192956
[pid=22962] ppid=22960 vsize=16868 CPUtime=2.83
/proc/22962/stat : 22962 (sugar) S 22960 22962 22344 0 -1 4194304 1376 16142 0 2 6 1 263 13 16 0 1 0 25627519 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 273961496674 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22962/statm: 4217 1113 409 3 0 796 0
[pid=22985] ppid=22962 vsize=5356 CPUtime=0
/proc/22985/stat : 22985 (sh) S 22962 22962 22344 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25627815 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 273952596804 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22985/statm: 1339 232 193 169 0 50 0
[pid=22986] ppid=22985 vsize=38292 CPUtime=157.81
/proc/22986/stat : 22986 (minisat) R 22985 22962 22344 0 -1 4194304 9423 0 0 0 15772 9 0 0 25 0 1 0 25627815 39211008 9409 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/22986/statm: 9573 9409 75 150 0 9420 0
Current children cumulated CPU time (s) 160.64
Current children cumulated vsize (KiB) 60516

[startup+222.302 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 22992
/proc/meminfo: memFree=1663008/2055920 swapFree=4192812/4192956
[pid=22962] ppid=22960 vsize=16868 CPUtime=2.83
/proc/22962/stat : 22962 (sugar) S 22960 22962 22344 0 -1 4194304 1376 16142 0 2 6 1 263 13 16 0 1 0 25627519 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 273961496674 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22962/statm: 4217 1113 409 3 0 796 0
[pid=22985] ppid=22962 vsize=5356 CPUtime=0
/proc/22985/stat : 22985 (sh) S 22962 22962 22344 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25627815 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 273952596804 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22985/statm: 1339 232 193 169 0 50 0
[pid=22986] ppid=22985 vsize=38292 CPUtime=217.25
/proc/22986/stat : 22986 (minisat) R 22985 22962 22344 0 -1 4194304 9423 0 0 0 21716 9 0 0 25 0 1 0 25627815 39211008 9409 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/22986/statm: 9573 9409 75 150 0 9420 0
Current children cumulated CPU time (s) 220.08
Current children cumulated vsize (KiB) 60516

[startup+282.302 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 22992
/proc/meminfo: memFree=1661664/2055920 swapFree=4192812/4192956
[pid=22962] ppid=22960 vsize=16868 CPUtime=2.83
/proc/22962/stat : 22962 (sugar) S 22960 22962 22344 0 -1 4194304 1376 16142 0 2 6 1 263 13 16 0 1 0 25627519 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 273961496674 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22962/statm: 4217 1113 409 3 0 796 0
[pid=22985] ppid=22962 vsize=5356 CPUtime=0
/proc/22985/stat : 22985 (sh) S 22962 22962 22344 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25627815 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 273952596804 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22985/statm: 1339 232 193 169 0 50 0
[pid=22986] ppid=22985 vsize=39612 CPUtime=276.68
/proc/22986/stat : 22986 (minisat) R 22985 22962 22344 0 -1 4194304 9759 0 0 0 27659 9 0 0 25 0 1 0 25627815 40562688 9745 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/22986/statm: 9903 9745 75 150 0 9750 0
Current children cumulated CPU time (s) 279.51
Current children cumulated vsize (KiB) 61836

[startup+342.302 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 22992
/proc/meminfo: memFree=1661024/2055920 swapFree=4192812/4192956
[pid=22962] ppid=22960 vsize=16868 CPUtime=2.83
/proc/22962/stat : 22962 (sugar) S 22960 22962 22344 0 -1 4194304 1376 16142 0 2 6 1 263 13 16 0 1 0 25627519 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 273961496674 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22962/statm: 4217 1113 409 3 0 796 0
[pid=22985] ppid=22962 vsize=5356 CPUtime=0

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

/proc/meminfo: memFree=1453296/2055920 swapFree=4192812/4192956
[pid=22962] ppid=22960 vsize=16868 CPUtime=2.83
/proc/22962/stat : 22962 (sugar) S 22960 22962 22344 0 -1 4194304 1376 16142 0 2 6 1 263 13 16 0 1 0 25627519 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 273961496674 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22962/statm: 4217 1113 409 3 0 796 0
[pid=22985] ppid=22962 vsize=5356 CPUtime=0
/proc/22985/stat : 22985 (sh) S 22962 22962 22344 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25627815 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 273952596804 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22985/statm: 1339 232 193 169 0 50 0
[pid=22986] ppid=22985 vsize=52988 CPUtime=1287.17
/proc/22986/stat : 22986 (minisat) R 22985 22962 22344 0 -1 4194304 12991 0 0 0 128697 20 0 0 25 0 1 0 25627815 54259712 12977 996147200 134512640 135127466 4294956256 18446744073709551615 134530621 0 0 4096 3 0 0 0 17 1 0 0
/proc/22986/statm: 13247 12977 75 150 0 13094 0
Current children cumulated CPU time (s) 1290
Current children cumulated vsize (KiB) 75212

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 23021
/proc/meminfo: memFree=1451952/2055920 swapFree=4192812/4192956
[pid=22962] ppid=22960 vsize=16868 CPUtime=2.83
/proc/22962/stat : 22962 (sugar) S 22960 22962 22344 0 -1 4194304 1376 16142 0 2 6 1 263 13 16 0 1 0 25627519 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 273961496674 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22962/statm: 4217 1113 409 3 0 796 0
[pid=22985] ppid=22962 vsize=5356 CPUtime=0
/proc/22985/stat : 22985 (sh) S 22962 22962 22344 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25627815 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 273952596804 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22985/statm: 1339 232 193 169 0 50 0
[pid=22986] ppid=22985 vsize=54308 CPUtime=1346.6
/proc/22986/stat : 22986 (minisat) R 22985 22962 22344 0 -1 4194304 13317 0 0 0 134640 20 0 0 25 0 1 0 25627815 55611392 13303 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/22986/statm: 13577 13303 75 150 0 13424 0
Current children cumulated CPU time (s) 1349.43
Current children cumulated vsize (KiB) 76532

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 23021
/proc/meminfo: memFree=1450672/2055920 swapFree=4192812/4192956
[pid=22962] ppid=22960 vsize=16868 CPUtime=2.83
/proc/22962/stat : 22962 (sugar) S 22960 22962 22344 0 -1 4194304 1376 16142 0 2 6 1 263 13 16 0 1 0 25627519 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 273961496674 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22962/statm: 4217 1113 409 3 0 796 0
[pid=22985] ppid=22962 vsize=5356 CPUtime=0
/proc/22985/stat : 22985 (sh) S 22962 22962 22344 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25627815 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 273952596804 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22985/statm: 1339 232 193 169 0 50 0
[pid=22986] ppid=22985 vsize=55628 CPUtime=1406.04
/proc/22986/stat : 22986 (minisat) R 22985 22962 22344 0 -1 4194304 13649 0 0 0 140584 20 0 0 25 0 1 0 25627815 56963072 13635 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/22986/statm: 13907 13635 75 150 0 13754 0
Current children cumulated CPU time (s) 1408.87
Current children cumulated vsize (KiB) 77852

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 23021
/proc/meminfo: memFree=1448496/2055920 swapFree=4192812/4192956
[pid=22962] ppid=22960 vsize=16868 CPUtime=2.83
/proc/22962/stat : 22962 (sugar) S 22960 22962 22344 0 -1 4194304 1376 16142 0 2 6 1 263 13 16 0 1 0 25627519 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 273961496674 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22962/statm: 4217 1113 409 3 0 796 0
[pid=22985] ppid=22962 vsize=5356 CPUtime=0
/proc/22985/stat : 22985 (sh) S 22962 22962 22344 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25627815 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 273952596804 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22985/statm: 1339 232 193 169 0 50 0
[pid=22986] ppid=22985 vsize=57620 CPUtime=1465.48
/proc/22986/stat : 22986 (minisat) R 22985 22962 22344 0 -1 4194304 14163 0 0 0 146527 21 0 0 25 0 1 0 25627815 59002880 14149 996147200 134512640 135127466 4294956256 18446744073709551615 134530635 0 0 4096 3 0 0 0 17 1 0 0
/proc/22986/statm: 14405 14149 75 150 0 14252 0
Current children cumulated CPU time (s) 1468.31
Current children cumulated vsize (KiB) 79844

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 23021
/proc/meminfo: memFree=1448496/2055920 swapFree=4192812/4192956
[pid=22962] ppid=22960 vsize=16868 CPUtime=2.83
/proc/22962/stat : 22962 (sugar) S 22960 22962 22344 0 -1 4194304 1376 16142 0 2 6 1 263 13 16 0 1 0 25627519 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 273961496674 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22962/statm: 4217 1113 409 3 0 796 0
[pid=22985] ppid=22962 vsize=5356 CPUtime=0
/proc/22985/stat : 22985 (sh) S 22962 22962 22344 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25627815 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 273952596804 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22985/statm: 1339 232 193 169 0 50 0
[pid=22986] ppid=22985 vsize=57620 CPUtime=1524.91
/proc/22986/stat : 22986 (minisat) R 22985 22962 22344 0 -1 4194304 14163 0 0 0 152470 21 0 0 25 0 1 0 25627815 59002880 14149 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/22986/statm: 14405 14149 75 150 0 14252 0
Current children cumulated CPU time (s) 1527.74
Current children cumulated vsize (KiB) 79844

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 23021
/proc/meminfo: memFree=1441520/2055920 swapFree=4192812/4192956
[pid=22962] ppid=22960 vsize=16868 CPUtime=2.83
/proc/22962/stat : 22962 (sugar) S 22960 22962 22344 0 -1 4194304 1376 16142 0 2 6 1 263 13 16 0 1 0 25627519 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 273961496674 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22962/statm: 4217 1113 409 3 0 796 0
[pid=22985] ppid=22962 vsize=5356 CPUtime=0
/proc/22985/stat : 22985 (sh) S 22962 22962 22344 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25627815 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 273952596804 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22985/statm: 1339 232 193 169 0 50 0
[pid=22986] ppid=22985 vsize=64548 CPUtime=1584.36
/proc/22986/stat : 22986 (minisat) R 22985 22962 22344 0 -1 4194304 15897 0 0 0 158412 24 0 0 25 0 1 0 25627815 66097152 15883 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/22986/statm: 16137 15883 75 150 0 15984 0
Current children cumulated CPU time (s) 1587.19
Current children cumulated vsize (KiB) 86772

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 23021
/proc/meminfo: memFree=1441392/2055920 swapFree=4192812/4192956
[pid=22962] ppid=22960 vsize=16868 CPUtime=2.83
/proc/22962/stat : 22962 (sugar) S 22960 22962 22344 0 -1 4194304 1376 16142 0 2 6 1 263 13 16 0 1 0 25627519 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 273961496674 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22962/statm: 4217 1113 409 3 0 796 0
[pid=22985] ppid=22962 vsize=5356 CPUtime=0
/proc/22985/stat : 22985 (sh) S 22962 22962 22344 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25627815 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 273952596804 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22985/statm: 1339 232 193 169 0 50 0
[pid=22986] ppid=22985 vsize=64708 CPUtime=1643.79
/proc/22986/stat : 22986 (minisat) R 22985 22962 22344 0 -1 4194304 15916 0 0 0 164355 24 0 0 25 0 1 0 25627815 66260992 15902 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/22986/statm: 16177 15902 75 150 0 16024 0
Current children cumulated CPU time (s) 1646.62
Current children cumulated vsize (KiB) 86932

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 23021
/proc/meminfo: memFree=1441136/2055920 swapFree=4192812/4192956
[pid=22962] ppid=22960 vsize=16868 CPUtime=2.83
/proc/22962/stat : 22962 (sugar) S 22960 22962 22344 0 -1 4194304 1376 16142 0 2 6 1 263 13 16 0 1 0 25627519 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 273961496674 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22962/statm: 4217 1113 409 3 0 796 0
[pid=22985] ppid=22962 vsize=5356 CPUtime=0
/proc/22985/stat : 22985 (sh) S 22962 22962 22344 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25627815 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 273952596804 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22985/statm: 1339 232 193 169 0 50 0
[pid=22986] ppid=22985 vsize=64940 CPUtime=1703.23
/proc/22986/stat : 22986 (minisat) R 22985 22962 22344 0 -1 4194304 15981 0 0 0 170299 24 0 0 25 0 1 0 25627815 66498560 15967 996147200 134512640 135127466 4294956256 18446744073709551615 134530752 0 0 4096 3 0 0 0 17 1 0 0
/proc/22986/statm: 16235 15967 75 150 0 16082 0
Current children cumulated CPU time (s) 1706.06
Current children cumulated vsize (KiB) 87164

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 23021
/proc/meminfo: memFree=1441008/2055920 swapFree=4192812/4192956
[pid=22962] ppid=22960 vsize=16868 CPUtime=2.83
/proc/22962/stat : 22962 (sugar) S 22960 22962 22344 0 -1 4194304 1376 16142 0 2 6 1 263 13 16 0 1 0 25627519 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 273961496674 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22962/statm: 4217 1113 409 3 0 796 0
[pid=22985] ppid=22962 vsize=5356 CPUtime=0
/proc/22985/stat : 22985 (sh) S 22962 22962 22344 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25627815 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 273952596804 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22985/statm: 1339 232 193 169 0 50 0
[pid=22986] ppid=22985 vsize=64940 CPUtime=1762.67
/proc/22986/stat : 22986 (minisat) R 22985 22962 22344 0 -1 4194304 15986 0 0 0 176243 24 0 0 25 0 1 0 25627815 66498560 15972 996147200 134512640 135127466 4294956256 18446744073709551615 134530768 0 0 4096 3 0 0 0 17 1 0 0
/proc/22986/statm: 16235 15972 75 150 0 16082 0
Current children cumulated CPU time (s) 1765.5
Current children cumulated vsize (KiB) 87164



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1817.21 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 23021
/proc/meminfo: memFree=1441008/2055920 swapFree=4192812/4192956
[pid=22962] ppid=22960 vsize=16868 CPUtime=2.83
/proc/22962/stat : 22962 (sugar) S 22960 22962 22344 0 -1 4194304 1376 16142 0 2 6 1 263 13 16 0 1 0 25627519 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 273961496674 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22962/statm: 4217 1113 409 3 0 796 0
[pid=22985] ppid=22962 vsize=5356 CPUtime=0
/proc/22985/stat : 22985 (sh) S 22962 22962 22344 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25627815 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 273952596804 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22985/statm: 1339 232 193 169 0 50 0
[pid=22986] ppid=22985 vsize=64940 CPUtime=1797.24
/proc/22986/stat : 22986 (minisat) R 22985 22962 22344 0 -1 4194304 15988 0 0 0 179700 24 0 0 25 0 1 0 25627815 66498560 15974 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/22986/statm: 16235 15974 75 150 0 16082 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 87164

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 22962 and gives
#  childrusage.ru_utime.tv_sec=2
#  childrusage.ru_utime.tv_usec=702589
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=157975
# CPU time returned by wait4() is 2.86056
# while last known CPU time is 1800.07
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1817.23
CPU time (s): 1800.07
CPU user time (s): 1799.69
CPU system time (s): 0.38
CPU usage (%): 99.0558
Max. virtual memory (cumulated for all children) (KiB): 890928

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2.70259
system time used= 0.157975
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 17965
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= 3267
involuntary context switches= 3150

runsolver used 2.29365 second user time and 5.98809 second system time

The end

Launcher Data

Begin job on node20 at 2009-07-12 10:00:09
IDJOB=2087252
IDBENCH=58707
IDSOLVER=739
FILE ID=node20/2087252-1247385609
PBS_JOBID= 9507239
Free space on /tmp= 66276 MiB

SOLVER NAME= Sugar v1.14.6+minisat
BENCH NAME= CPAI08/csp/socialGolfers/normalized-socialGolfer-6-4-5.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-2087252-1247385609/watcher-2087252-1247385609 -o /tmp/evaluation-result-2087252-1247385609/solver-2087252-1247385609 -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-2087252-1247385609.xml

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

MD5SUM BENCH= 1177c7af9960e3129505024a30a05414
RANDOM SEED=831321198

node20.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.236
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.236
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:       1705816 kB
Buffers:         12060 kB
Cached:         112380 kB
SwapCached:          0 kB
Active:         255284 kB
Inactive:        47748 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1705816 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            2160 kB
Writeback:           0 kB
Mapped:         198964 kB
Slab:            31888 kB
Committed_AS:   407408 kB
PageTables:       2168 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= 66236 MiB
End job on node20 at 2009-07-12 10:30:29