Trace number 1777582

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
gNovelty+-T 2009-03-22 (4 threads)? (TO) 3856.32 1000.04

General information on the benchmark

NameRANDOM/MEDIUM/5SAT/UNKNOWN/110/
unif-k5-r21.3-v110-c2343-S1971658345-089.cnf
MD5SUM80ddc27a2476c7a1f18f4f644f3f4389
Bench CategoryRANDOM (random instances)
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 variables110
Number of clauses2343
Sum of the clauses size11715
Maximum clause length5
Minimum clause length5
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 52343
Number of clauses of size over 50

Solver Data

0.08/0.08	c +------------------------------+
0.08/0.08	c | gNovelty+, version 1.0       |
0.08/0.08	c +------------------------------+
0.08/0.08	c gnovelty+ -h for help
0.08/0.08	c 

Verifier Data

ERROR: Unexpected answer ! (SATISFIABLE/UNSATISFIABLE expected)
Got answer: <no 's ' line found>

Watcher Data

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

command line: runsolver --timestamp -w /tmp/evaluation-result-1777582-1243449651/watcher-1777582-1243449651 -o /tmp/evaluation-result-1777582-1243449651/solver-1777582-1243449651 -C 5000 -W 1000 -M 2047 HOME/gnovelty+ HOME/instance-1777582-1243449651.cnf 1182789888 4 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 5000 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 5030 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1000 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 2096128 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 2147328 KiB
Current StackSize limit: 8192 KiB


[startup+0 s]
/proc/loadavg: 4.02 4.02 4.06 3/96 5534
/proc/meminfo: memFree=219488/3368532 swapFree=1953788/1959888
[pid=5534] ppid=5532 vsize=509232 CPUtime=0
/proc/5534/stat : 5534 (gnovelty+) R 5532 5534 10015 0 -1 4202496 1277 0 0 0 0 0 0 0 18 0 1 0 1109629218 521453568 1233 4294967295 134512640 135680988 3219628496 3219627760 134537167 0 0 0 0 0 0 0 17 1 0 0 0
/proc/5534/statm: 127308 1241 99 286 0 127020 0

[startup+0.076232 s]
/proc/loadavg: 4.02 4.02 4.06 3/96 5534
/proc/meminfo: memFree=219488/3368532 swapFree=1953788/1959888
[pid=5534] ppid=5532 vsize=517044 CPUtime=0.08
/proc/5534/stat : 5534 (gnovelty+) R 5532 5534 10015 0 -1 4202496 17761 0 0 0 2 6 0 0 18 0 1 0 1109629218 529453056 17716 4294967295 134512640 135680988 3219628496 3219627760 134537842 0 0 0 0 0 0 0 17 1 0 0 0
/proc/5534/statm: 129261 17721 99 286 0 128973 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 517044

[startup+0.11625 s]
/proc/loadavg: 4.02 4.02 4.06 3/96 5534
/proc/meminfo: memFree=219488/3368532 swapFree=1953788/1959888
[pid=5534] ppid=5532 vsize=545804 CPUtime=0.14
/proc/5534/stat : 5534 (gnovelty+) R 5532 5534 10015 0 -1 4202496 19815 0 0 0 7 7 0 0 19 0 4 0 1109629218 558903296 19770 4294967295 134512640 135680988 3219628496 3219627740 134957681 0 0 0 0 4294967295 0 0 17 1 0 0 0
/proc/5534/statm: 136451 19770 103 286 0 136163 0
Current children cumulated CPU time (s) 0.14
Current children cumulated vsize (KiB) 545804

[startup+0.316212 s]
/proc/loadavg: 4.02 4.02 4.06 3/96 5534
/proc/meminfo: memFree=219488/3368532 swapFree=1953788/1959888
[pid=5534] ppid=5532 vsize=545804 CPUtime=0.91
/proc/5534/stat : 5534 (gnovelty+) R 5532 5534 10015 0 -1 4202496 19815 0 0 0 75 16 0 0 18 0 4 0 1109629218 558903296 19770 4294967295 134512640 135680988 3219628496 3219627740 134957681 0 0 0 0 4294967295 0 0 17 1 0 0 0
/proc/5534/statm: 136451 19770 103 286 0 136163 0
Current children cumulated CPU time (s) 0.91
Current children cumulated vsize (KiB) 545804

[startup+0.71618 s]
/proc/loadavg: 4.02 4.02 4.06 3/96 5534
/proc/meminfo: memFree=219488/3368532 swapFree=1953788/1959888
[pid=5534] ppid=5532 vsize=545804 CPUtime=2.49
/proc/5534/stat : 5534 (gnovelty+) S 5532 5534 10015 0 -1 4202496 19815 0 0 0 208 41 0 0 15 0 4 0 1109629218 558903296 19770 4294967295 134512640 135680988 3219628496 3219627740 134957422 0 0 0 0 4294967295 0 0 17 1 0 0 0
/proc/5534/statm: 136451 19770 103 286 0 136163 0
Current children cumulated CPU time (s) 2.49
Current children cumulated vsize (KiB) 545804

[startup+1.51622 s]
/proc/loadavg: 4.02 4.02 4.06 5/100 5538
/proc/meminfo: memFree=140880/3368532 swapFree=1953788/1959888
[pid=5534] ppid=5532 vsize=545804 CPUtime=5.63
/proc/5534/stat : 5534 (gnovelty+) R 5532 5534 10015 0 -1 4202496 19815 0 0 0 461 102 0 0 15 0 4 0 1109629218 558903296 19770 4294967295 134512640 135680988 3219628496 3219627740 134957681 0 0 0 0 4294967295 0 0 17 1 0 0 0
/proc/5534/statm: 136451 19770 103 286 0 136163 0
[pid=5534/tid=5536] ppid=5532 vsize=545804 CPUtime=1.37
/proc/5534/task/5536/stat : 5536 (gnovelty+) R 5532 5534 10015 0 -1 4202560 7 0 0 0 110 27 0 0 15 0 4 0 1109629227 558903296 19770 4294967295 134512640 135680988 3219628496 3077443932 134957681 0 0 0 0 0 0 0 -1 2 0 0 0
[pid=5534/tid=5537] ppid=5532 vsize=545804 CPUtime=1.4
/proc/5534/task/5537/stat : 5537 (gnovelty+) R 5532 5534 10015 0 -1 4202560 7 0 0 0 120 20 0 0 15 0 4 0 1109629227 558903296 19770 4294967295 134512640 135680988 3219628496 3068051804 134957422 0 0 0 0 0 0 0 -1 3 0 0 0
[pid=5534/tid=5538] ppid=5532 vsize=545804 CPUtime=1.36
/proc/5534/task/5538/stat : 5538 (gnovelty+) R 5532 5534 10015 0 -1 4202560 8 0 0 0 112 24 0 0 15 0 4 0 1109629227 558903296 19770 4294967295 134512640 135680988 3219628496 3058659676 134957681 0 0 0 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 5.63
Current children cumulated vsize (KiB) 545804

[startup+3.11628 s]
/proc/loadavg: 4.02 4.02 4.06 5/100 5539
/proc/meminfo: memFree=140880/3368532 swapFree=1953788/1959888
[pid=5534] ppid=5532 vsize=545804 CPUtime=11.89
/proc/5534/stat : 5534 (gnovelty+) R 5532 5534 10015 0 -1 4202496 19815 0 0 0 981 208 0 0 15 0 4 0 1109629218 558903296 19770 4294967295 134512640 135680988 3219628496 3219627740 134957681 0 0 0 0 4294967295 0 0 17 1 0 0 0
/proc/5534/statm: 136451 19770 103 286 0 136163 0
[pid=5534/tid=5536] ppid=5532 vsize=545804 CPUtime=2.96
/proc/5534/task/5536/stat : 5536 (gnovelty+) R 5532 5534 10015 0 -1 4202560 7 0 0 0 242 54 0 0 15 0 4 0 1109629227 558903296 19770 4294967295 134512640 135680988 3219628496 3077443932 134957422 0 0 0 0 0 0 0 -1 3 0 0 0
[pid=5534/tid=5537] ppid=5532 vsize=545804 CPUtime=2.94
/proc/5534/task/5537/stat : 5537 (gnovelty+) R 5532 5534 10015 0 -1 4202560 7 0 0 0 245 49 0 0 15 0 4 0 1109629227 558903296 19770 4294967295 134512640 135680988 3219628496 3068051804 134957681 0 0 0 0 0 0 0 -1 2 0 0 0
[pid=5534/tid=5538] ppid=5532 vsize=545804 CPUtime=2.93
/proc/5534/task/5538/stat : 5538 (gnovelty+) R 5532 5534 10015 0 -1 4202560 8 0 0 0 250 43 0 0 15 0 4 0 1109629227 558903296 19770 4294967295 134512640 135680988 3219628496 3058659676 134957681 0 0 0 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 11.89
Current children cumulated vsize (KiB) 545804

[startup+6.31571 s]
/proc/loadavg: 4.02 4.02 4.06 5/100 5539
/proc/meminfo: memFree=140788/3368532 swapFree=1953788/1959888
[pid=5534] ppid=5532 vsize=545804 CPUtime=23.87
/proc/5534/stat : 5534 (gnovelty+) R 5532 5534 10015 0 -1 4202496 19815 0 0 0 1959 428 0 0 16 0 4 0 1109629218 558903296 19770 4294967295 134512640 135680988 3219628496 3219627740 134957422 0 0 0 0 4294967295 0 0 17 2 0 0 0
/proc/5534/statm: 136451 19770 103 286 0 136163 0
[pid=5534/tid=5536] ppid=5532 vsize=545804 CPUtime=6.11
/proc/5534/task/5536/stat : 5536 (gnovelty+) R 5532 5534 10015 0 -1 4202560 7 0 0 0 492 119 0 0 15 0 4 0 1109629227 558903296 19770 4294967295 134512640 135680988 3219628496 3077443932 134957681 0 0 0 0 0 0 0 -1 3 0 0 0
[pid=5534/tid=5537] ppid=5532 vsize=545804 CPUtime=5.84
/proc/5534/task/5537/stat : 5537 (gnovelty+) R 5532 5534 10015 0 -1 4202560 7 0 0 0 490 94 0 0 15 0 4 0 1109629227 558903296 19770 4294967295 134512640 135680988 3219628496 3068051804 134957681 0 0 0 0 0 0 0 -1 1 0 0 0
[pid=5534/tid=5538] ppid=5532 vsize=545804 CPUtime=6
/proc/5534/task/5538/stat : 5538 (gnovelty+) R 5532 5534 10015 0 -1 4202560 8 0 0 0 504 96 0 0 15 0 4 0 1109629227 558903296 19770 4294967295 134512640 135680988 3219628496 3058659676 134957422 0 0 0 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 23.87
Current children cumulated vsize (KiB) 545804

[startup+12.715 s]
/proc/loadavg: 4.02 4.02 4.06 5/100 5540
/proc/meminfo: memFree=140820/3368532 swapFree=1953788/1959888
[pid=5534] ppid=5532 vsize=545804 CPUtime=48.38
/proc/5534/stat : 5534 (gnovelty+) R 5532 5534 10015 0 -1 4202496 19815 0 0 0 3978 860 0 0 15 0 4 0 1109629218 558903296 19770 4294967295 134512640 135680988 3219628496 3219627828 134533436 0 0 0 0 4294967295 0 0 17 1 0 0 0
/proc/5534/statm: 136451 19770 103 286 0 136163 0
[pid=5534/tid=5536] ppid=5532 vsize=545804 CPUtime=12.35
/proc/5534/task/5536/stat : 5536 (gnovelty+) R 5532 5534 10015 0 -1 4202560 7 0 0 0 992 243 0 0 16 0 4 0 1109629227 558903296 19770 4294967295 134512640 135680988 3219628496 3077443932 134957681 0 0 0 0 0 0 0 -1 3 0 0 0
[pid=5534/tid=5537] ppid=5532 vsize=545804 CPUtime=11.89
/proc/5534/task/5537/stat : 5537 (gnovelty+) R 5532 5534 10015 0 -1 4202560 7 0 0 0 982 207 0 0 15 0 4 0 1109629227 558903296 19770 4294967295 134512640 135680988 3219628496 3068051804 134957422 0 0 0 0 0 0 0 -1 0 0 0 0
[pid=5534/tid=5538] ppid=5532 vsize=545804 CPUtime=12.23
/proc/5534/task/5538/stat : 5538 (gnovelty+) R 5532 5534 10015 0 -1 4202560 8 0 0 0 1032 191 0 0 15 0 4 0 1109629227 558903296 19770 4294967295 134512640 135680988 3219628496 3058659676 134957681 0 0 0 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 48.38
Current children cumulated vsize (KiB) 545804

[startup+25.5141 s]
/proc/loadavg: 4.09 4.03 4.06 6/100 5724
/proc/meminfo: memFree=140696/3368532 swapFree=1953788/1959888
[pid=5534] ppid=5532 vsize=545804 CPUtime=96.34
/proc/5534/stat : 5534 (gnovelty+) R 5532 5534 10015 0 -1 4202496 19815 0 0 0 7922 1712 0 0 15 0 4 0 1109629218 558903296 19770 4294967295 134512640 135680988 3219628496 3219627740 134957422 0 0 0 0 4294967295 0 0 17 2 0 0 0
/proc/5534/statm: 136451 19770 103 286 0 136163 0
[pid=5534/tid=5536] ppid=5532 vsize=545804 CPUtime=24.66
/proc/5534/task/5536/stat : 5536 (gnovelty+) R 5532 5534 10015 0 -1 4202560 7 0 0 0 2009 457 0 0 15 0 4 0 1109629227 558903296 19770 4294967295 134512640 135680988 3219628496 3077443932 134957681 0 0 0 0 0 0 0 -1 0 0 0 0
[pid=5534/tid=5537] ppid=5532 vsize=545804 CPUtime=23.63
/proc/5534/task/5537/stat : 5537 (gnovelty+) R 5532 5534 10015 0 -1 4202560 7 0 0 0 1942 421 0 0 15 0 4 0 1109629227 558903296 19770 4294967295 134512640 135680988 3219628496 3068051804 134957681 0 0 0 0 0 0 0 -1 3 0 0 0
[pid=5534/tid=5538] ppid=5532 vsize=545804 CPUtime=24.09
/proc/5534/task/5538/stat : 5538 (gnovelty+) R 5532 5534 10015 0 -1 4202560 8 0 0 0 2005 404 0 0 15 0 4 0 1109629227 558903296 19770 4294967295 134512640 135680988 3219628496 3058659676 134957681 0 0 0 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 96.34
Current children cumulated vsize (KiB) 545804

[startup+51.1119 s]
/proc/loadavg: 4.06 4.03 4.06 5/100 5727
/proc/meminfo: memFree=140800/3368532 swapFree=1953788/1959888
[pid=5534] ppid=5532 vsize=545804 CPUtime=194.59
/proc/5534/stat : 5534 (gnovelty+) R 5532 5534 10015 0 -1 4202496 19815 0 0 0 16002 3457 0 0 16 0 4 0 1109629218 558903296 19770 4294967295 134512640 135680988 3219628496 3219627740 134957681 0 0 0 0 4294967295 0 0 17 1 0 0 0
/proc/5534/statm: 136451 19770 103 286 0 136163 0
[pid=5534/tid=5536] ppid=5532 vsize=545804 CPUtime=49.49
/proc/5534/task/5536/stat : 5536 (gnovelty+) R 5532 5534 10015 0 -1 4202560 7 0 0 0 4057 892 0 0 15 0 4 0 1109629227 558903296 19770 4294967295 134512640 135680988 3219628496 3077443932 134957681 0 0 0 0 0 0 0 -1 0 0 0 0
[pid=5534/tid=5537] ppid=5532 vsize=545804 CPUtime=48.3
/proc/5534/task/5537/stat : 5537 (gnovelty+) R 5532 5534 10015 0 -1 4202560 7 0 0 0 3974 856 0 0 15 0 4 0 1109629227 558903296 19770 4294967295 134512640 135680988 3219628496 3068051892 134534551 0 0 0 0 0 0 0 -1 3 0 0 0
[pid=5534/tid=5538] ppid=5532 vsize=545804 CPUtime=48.31
/proc/5534/task/5538/stat : 5538 (gnovelty+) R 5532 5534 10015 0 -1 4202560 8 0 0 0 3986 845 0 0 15 0 4 0 1109629227 558903296 19770 4294967295 134512640 135680988 3219628496 3058659676 134957422 0 0 0 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 194.59
Current children cumulated vsize (KiB) 545804

[startup+102.318 s]
/proc/loadavg: 4.17 4.07 4.07 5/100 5913
/proc/meminfo: memFree=140884/3368532 swapFree=1953788/1959888
[pid=5534] ppid=5532 vsize=545804 CPUtime=390.45
/proc/5534/stat : 5534 (gnovelty+) R 5532 5534 10015 0 -1 4202496 19815 0 0 0 32151 6894 0 0 15 0 4 0 1109629218 558903296 19770 4294967295 134512640 135680988 3219628496 3219627740 134957681 0 0 0 0 4294967295 0 0 17 1 0 0 0
/proc/5534/statm: 136451 19770 103 286 0 136163 0
[pid=5534/tid=5536] ppid=5532 vsize=545804 CPUtime=97.99
/proc/5534/task/5536/stat : 5536 (gnovelty+) R 5532 5534 10015 0 -1 4202560 7 0 0 0 8090 1709 0 0 15 0 4 0 1109629227 558903296 19770 4294967295 134512640 135680988 3219628496 3077443932 134957681 0 0 0 0 0 0 0 -1 3 0 0 0
[pid=5534/tid=5537] ppid=5532 vsize=545804 CPUtime=97.78
/proc/5534/task/5537/stat : 5537 (gnovelty+) R 5532 5534 10015 0 -1 4202560 7 0 0 0 8075 1703 0 0 15 0 4 0 1109629227 558903296 19770 4294967295 134512640 135680988 3219628496 3068051804 134957422 0 0 0 0 0 0 0 -1 2 0 0 0
[pid=5534/tid=5538] ppid=5532 vsize=545804 CPUtime=98.13
/proc/5534/task/5538/stat : 5538 (gnovelty+) R 5532 5534 10015 0 -1 4202560 8 0 0 0 8108 1705 0 0 16 0 4 0 1109629227 558903296 19770 4294967295 134512640 135680988 3219628496 3058659676 134957681 0 0 0 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 390.45
Current children cumulated vsize (KiB) 545804

[startup+162.313 s]
/proc/loadavg: 4.21 4.10 4.08 5/100 6101
/proc/meminfo: memFree=140792/3368532 swapFree=1953788/1959888
[pid=5534] ppid=5532 vsize=545804 CPUtime=623.15
/proc/5534/stat : 5534 (gnovelty+) R 5532 5534 10015 0 -1 4202496 19815 0 0 0 51330 10985 0 0 15 0 4 0 1109629218 558903296 19770 4294967295 134512640 135680988 3219628496 3219627740 134957422 0 0 0 0 4294967295 0 0 17 2 0 0 0
/proc/5534/statm: 136451 19770 103 286 0 136163 0
[pid=5534/tid=5536] ppid=5532 vsize=545804 CPUtime=155.91
/proc/5534/task/5536/stat : 5536 (gnovelty+) R 5532 5534 10015 0 -1 4202560 7 0 0 0 12827 2764 0 0 16 0 4 0 1109629227 558903296 19770 4294967295 134512640 135680988 3219628496 3077443932 134957681 0 0 0 0 0 0 0 -1 0 0 0 0
[pid=5534/tid=5537] ppid=5532 vsize=545804 CPUtime=156.24
/proc/5534/task/5537/stat : 5537 (gnovelty+) R 5532 5534 10015 0 -1 4202560 7 0 0 0 12894 2730 0 0 15 0 4 0 1109629227 558903296 19770 4294967295 134512640 135680988 3219628496 3068051804 134957681 0 0 0 0 0 0 0 -1 1 0 0 0
[pid=5534/tid=5538] ppid=5532 vsize=545804 CPUtime=155.96
/proc/5534/task/5538/stat : 5538 (gnovelty+) R 5532 5534 10015 0 -1 4202560 8 0 0 0 12874 2722 0 0 16 0 4 0 1109629227 558903296 19770 4294967295 134512640 135680988 3219628496 3058659676 134957681 0 0 0 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 623.15
Current children cumulated vsize (KiB) 545804

[startup+222.308 s]
/proc/loadavg: 4.21 4.11 4.09 5/100 6292
/proc/meminfo: memFree=141048/3368532 swapFree=1953788/1959888
[pid=5534] ppid=5532 vsize=545804 CPUtime=854.92
/proc/5534/stat : 5534 (gnovelty+) R 5532 5534 10015 0 -1 4202496 19815 0 0 0 70461 15031 0 0 16 0 4 0 1109629218 558903296 19770 4294967295 134512640 135680988 3219628496 3219627740 134957681 0 0 0 0 4294967295 0 0 17 0 0 0 0
/proc/5534/statm: 136451 19770 103 286 0 136163 0
[pid=5534/tid=5536] ppid=5532 vsize=545804 CPUtime=213.97
/proc/5534/task/5536/stat : 5536 (gnovelty+) R 5532 5534 10015 0 -1 4202560 7 0 0 0 17635 3762 0 0 15 0 4 0 1109629227 558903296 19770 4294967295 134512640 135680988 3219628496 3077443932 134957681 0 0 0 0 0 0 0 -1 1 0 0 0
[pid=5534/tid=5537] ppid=5532 vsize=545804 CPUtime=214.03
/proc/5534/task/5537/stat : 5537 (gnovelty+) R 5532 5534 10015 0 -1 4202560 7 0 0 0 17681 3722 0 0 15 0 4 0 1109629227 558903296 19770 4294967295 134512640 135680988 3219628496 3068051804 134957422 0 0 0 0 0 0 0 -1 2 0 0 0
[pid=5534/tid=5538] ppid=5532 vsize=545804 CPUtime=214.14
/proc/5534/task/5538/stat : 5538 (gnovelty+) R 5532 5534 10015 0 -1 4202560 8 0 0 0 17640 3774 0 0 15 0 4 0 1109629227 558903296 19770 4294967295 134512640 135680988 3219628496 3058659676 134957681 0 0 0 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 854.92
Current children cumulated vsize (KiB) 545804

[startup+282.303 s]
/proc/loadavg: 4.05 4.08 4.08 6/100 6481
/proc/meminfo: memFree=140768/3368532 swapFree=1953788/1959888
[pid=5534] ppid=5532 vsize=545804 CPUtime=1085.73
/proc/5534/stat : 5534 (gnovelty+) R 5532 5534 10015 0 -1 4202496 19815 0 0 0 89551 19022 0 0 15 0 4 0 1109629218 558903296 19770 4294967295 134512640 135680988 3219628496 3219627740 134957422 0 0 0 0 4294967295 0 0 17 3 0 0 0
/proc/5534/statm: 136451 19770 103 286 0 136163 0
[pid=5534/tid=5536] ppid=5532 vsize=545804 CPUtime=271.25
/proc/5534/task/5536/stat : 5536 (gnovelty+) R 5532 5534 10015 0 -1 4202560 7 0 0 0 22446 4679 0 0 15 0 4 0 1109629227 558903296 19770 4294967295 134512640 135680988 3219628496 3077443932 134957422 0 0 0 0 0 0 0 -1 2 0 0 0
[pid=5534/tid=5537] ppid=5532 vsize=545804 CPUtime=271.6
/proc/5534/task/5537/stat : 5537 (gnovelty+) R 5532 5534 10015 0 -1 4202560 7 0 0 0 22441 4719 0 0 15 0 4 0 1109629227 558903296 19770 4294967295 134512640 135680988 3219628496 3068051804 134957681 0 0 0 0 0 0 0 -1 0 0 0 0

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

[pid=5534] ppid=5532 vsize=545804 CPUtime=1549.05
/proc/5534/stat : 5534 (gnovelty+) R 5532 5534 10015 0 -1 4202496 19815 0 0 0 127731 27174 0 0 15 0 4 0 1109629218 558903296 19770 4294967295 134512640 135680988 3219628496 3219627740 134957681 0 0 0 0 4294967295 0 0 17 0 0 0 0
/proc/5534/statm: 136451 19770 103 286 0 136163 0
[pid=5534/tid=5536] ppid=5532 vsize=545804 CPUtime=387.38
/proc/5534/task/5536/stat : 5536 (gnovelty+) R 5532 5534 10015 0 -1 4202560 7 0 0 0 32066 6672 0 0 15 0 4 0 1109629227 558903296 19770 4294967295 134512640 135680988 3219628496 3077443932 134957681 0 0 0 0 0 0 0 -1 1 0 0 0
[pid=5534/tid=5537] ppid=5532 vsize=545804 CPUtime=387.3
/proc/5534/task/5537/stat : 5537 (gnovelty+) R 5532 5534 10015 0 -1 4202560 7 0 0 0 31958 6772 0 0 15 0 4 0 1109629227 558903296 19770 4294967295 134512640 135680988 3219628496 3068051804 134957681 0 0 0 0 0 0 0 -1 2 0 0 0
[pid=5534/tid=5538] ppid=5532 vsize=545804 CPUtime=388.44
/proc/5534/task/5538/stat : 5538 (gnovelty+) R 5532 5534 10015 0 -1 4202560 8 0 0 0 32009 6835 0 0 15 0 4 0 1109629227 558903296 19770 4294967295 134512640 135680988 3219628496 3058659676 134957422 0 0 0 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 1549.05
Current children cumulated vsize (KiB) 545804

[startup+462.318 s]
/proc/loadavg: 4.12 4.12 4.09 5/100 7046
/proc/meminfo: memFree=140908/3368532 swapFree=1953788/1959888
[pid=5534] ppid=5532 vsize=545804 CPUtime=1780.7
/proc/5534/stat : 5534 (gnovelty+) R 5532 5534 10015 0 -1 4202496 19815 0 0 0 146843 31227 0 0 15 0 4 0 1109629218 558903296 19770 4294967295 134512640 135680988 3219628496 3219627740 134957681 0 0 0 0 4294967295 0 0 17 0 0 0 0
/proc/5534/statm: 136451 19770 103 286 0 136163 0
[pid=5534/tid=5536] ppid=5532 vsize=545804 CPUtime=445.53
/proc/5534/task/5536/stat : 5536 (gnovelty+) R 5532 5534 10015 0 -1 4202560 7 0 0 0 36867 7686 0 0 16 0 4 0 1109629227 558903296 19770 4294967295 134512640 135680988 3219628496 3077443932 134957422 0 0 0 0 0 0 0 -1 3 0 0 0
[pid=5534/tid=5537] ppid=5532 vsize=545804 CPUtime=445.1
/proc/5534/task/5537/stat : 5537 (gnovelty+) R 5532 5534 10015 0 -1 4202560 7 0 0 0 36736 7774 0 0 15 0 4 0 1109629227 558903296 19770 4294967295 134512640 135680988 3219628496 3068051804 134957681 0 0 0 0 0 0 0 -1 1 0 0 0
[pid=5534/tid=5538] ppid=5532 vsize=545804 CPUtime=446.15
/proc/5534/task/5538/stat : 5538 (gnovelty+) R 5532 5534 10015 0 -1 4202560 8 0 0 0 36770 7845 0 0 15 0 4 0 1109629227 558903296 19770 4294967295 134512640 135680988 3219628496 3058659676 134957681 0 0 0 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 1780.7
Current children cumulated vsize (KiB) 545804

[startup+522.313 s]
/proc/loadavg: 4.04 4.10 4.08 5/100 7237
/proc/meminfo: memFree=141296/3368532 swapFree=1953788/1959888
[pid=5534] ppid=5532 vsize=545804 CPUtime=2011.53
/proc/5534/stat : 5534 (gnovelty+) R 5532 5534 10015 0 -1 4202496 19815 0 0 0 165890 35263 0 0 15 0 4 0 1109629218 558903296 19770 4294967295 134512640 135680988 3219628496 3219627740 134957681 0 0 0 0 4294967295 0 0 17 1 0 0 0
/proc/5534/statm: 136451 19770 103 286 0 136163 0
[pid=5534/tid=5536] ppid=5532 vsize=545804 CPUtime=503.06
/proc/5534/task/5536/stat : 5536 (gnovelty+) R 5532 5534 10015 0 -1 4202560 7 0 0 0 41596 8710 0 0 15 0 4 0 1109629227 558903296 19770 4294967295 134512640 135680988 3219628496 3077443932 134957681 0 0 0 0 0 0 0 -1 0 0 0 0
[pid=5534/tid=5537] ppid=5532 vsize=545804 CPUtime=502.61
/proc/5534/task/5537/stat : 5537 (gnovelty+) R 5532 5534 10015 0 -1 4202560 7 0 0 0 41505 8756 0 0 16 0 4 0 1109629227 558903296 19770 4294967295 134512640 135680988 3219628496 3068051804 134957422 0 0 0 0 0 0 0 -1 3 0 0 0
[pid=5534/tid=5538] ppid=5532 vsize=545804 CPUtime=503.57
/proc/5534/task/5538/stat : 5538 (gnovelty+) R 5532 5534 10015 0 -1 4202560 8 0 0 0 41527 8830 0 0 15 0 4 0 1109629227 558903296 19770 4294967295 134512640 135680988 3219628496 3058659676 134957681 0 0 0 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 2011.53
Current children cumulated vsize (KiB) 545804

[startup+582.308 s]
/proc/loadavg: 4.05 4.09 4.08 5/100 7426
/proc/meminfo: memFree=141148/3368532 swapFree=1953788/1959888
[pid=5534] ppid=5532 vsize=545804 CPUtime=2243.35
/proc/5534/stat : 5534 (gnovelty+) R 5532 5534 10015 0 -1 4202496 19815 0 0 0 184932 39403 0 0 15 0 4 0 1109629218 558903296 19770 4294967295 134512640 135680988 3219628496 3219627740 134957422 0 0 0 0 4294967295 0 0 17 3 0 0 0
/proc/5534/statm: 136451 19770 103 286 0 136163 0
[pid=5534/tid=5536] ppid=5532 vsize=545804 CPUtime=561.05
/proc/5534/task/5536/stat : 5536 (gnovelty+) R 5532 5534 10015 0 -1 4202560 7 0 0 0 46345 9760 0 0 15 0 4 0 1109629227 558903296 19770 4294967295 134512640 135680988 3219628496 3077443932 134957681 0 0 0 0 0 0 0 -1 2 0 0 0
[pid=5534/tid=5537] ppid=5532 vsize=545804 CPUtime=560.15
/proc/5534/task/5537/stat : 5537 (gnovelty+) R 5532 5534 10015 0 -1 4202560 7 0 0 0 46209 9806 0 0 15 0 4 0 1109629227 558903296 19770 4294967295 134512640 135680988 3219628496 3068051804 134957422 0 0 0 0 0 0 0 -1 1 0 0 0
[pid=5534/tid=5538] ppid=5532 vsize=545804 CPUtime=561.61
/proc/5534/task/5538/stat : 5538 (gnovelty+) R 5532 5534 10015 0 -1 4202560 8 0 0 0 46278 9883 0 0 15 0 4 0 1109629227 558903296 19770 4294967295 134512640 135680988 3219628496 3058659676 134957681 0 0 0 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 2243.35
Current children cumulated vsize (KiB) 545804

[startup+642.313 s]
/proc/loadavg: 4.03 4.07 4.08 5/100 7613
/proc/meminfo: memFree=140900/3368532 swapFree=1953788/1959888
[pid=5534] ppid=5532 vsize=545804 CPUtime=2473.67
/proc/5534/stat : 5534 (gnovelty+) R 5532 5534 10015 0 -1 4202496 19815 0 0 0 203871 43496 0 0 15 0 4 0 1109629218 558903296 19770 4294967295 134512640 135680988 3219628496 3219627740 134957681 0 0 0 0 4294967295 0 0 17 0 0 0 0
/proc/5534/statm: 136451 19770 103 286 0 136163 0
[pid=5534/tid=5536] ppid=5532 vsize=545804 CPUtime=618.55
/proc/5534/task/5536/stat : 5536 (gnovelty+) R 5532 5534 10015 0 -1 4202560 7 0 0 0 51061 10794 0 0 16 0 4 0 1109629227 558903296 19770 4294967295 134512640 135680988 3219628496 3077443932 134957422 0 0 0 0 0 0 0 -1 3 0 0 0
[pid=5534/tid=5537] ppid=5532 vsize=545804 CPUtime=617.93
/proc/5534/task/5537/stat : 5537 (gnovelty+) R 5532 5534 10015 0 -1 4202560 7 0 0 0 50988 10805 0 0 15 0 4 0 1109629227 558903296 19770 4294967295 134512640 135680988 3219628496 3068051804 134957681 0 0 0 0 0 0 0 -1 1 0 0 0
[pid=5534/tid=5538] ppid=5532 vsize=545804 CPUtime=619.53
/proc/5534/task/5538/stat : 5538 (gnovelty+) R 5532 5534 10015 0 -1 4202560 8 0 0 0 51017 10936 0 0 15 0 4 0 1109629227 558903296 19770 4294967295 134512640 135680988 3219628496 3058659676 134957681 0 0 0 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 2473.67
Current children cumulated vsize (KiB) 545804

[startup+702.308 s]
/proc/loadavg: 4.05 4.06 4.07 5/100 7801
/proc/meminfo: memFree=140884/3368532 swapFree=1953788/1959888
[pid=5534] ppid=5532 vsize=545804 CPUtime=2706.13
/proc/5534/stat : 5534 (gnovelty+) R 5532 5534 10015 0 -1 4202496 19815 0 0 0 222999 47614 0 0 15 0 4 0 1109629218 558903296 19770 4294967295 134512640 135680988 3219628496 3219627740 134957681 0 0 0 0 4294967295 0 0 17 2 0 0 0
/proc/5534/statm: 136451 19770 103 286 0 136163 0
[pid=5534/tid=5536] ppid=5532 vsize=545804 CPUtime=676.56
/proc/5534/task/5536/stat : 5536 (gnovelty+) R 5532 5534 10015 0 -1 4202560 7 0 0 0 55875 11781 0 0 15 0 4 0 1109629227 558903296 19770 4294967295 134512640 135680988 3219628496 3077443932 134957681 0 0 0 0 0 0 0 -1 1 0 0 0
[pid=5534/tid=5537] ppid=5532 vsize=545804 CPUtime=675.96
/proc/5534/task/5537/stat : 5537 (gnovelty+) R 5532 5534 10015 0 -1 4202560 7 0 0 0 55748 11848 0 0 15 0 4 0 1109629227 558903296 19770 4294967295 134512640 135680988 3219628496 3068051804 134957681 0 0 0 0 0 0 0 -1 0 0 0 0
[pid=5534/tid=5538] ppid=5532 vsize=545804 CPUtime=677.58
/proc/5534/task/5538/stat : 5538 (gnovelty+) R 5532 5534 10015 0 -1 4202560 8 0 0 0 55784 11974 0 0 15 0 4 0 1109629227 558903296 19770 4294967295 134512640 135680988 3219628496 3058659676 134957422 0 0 0 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 2706.13
Current children cumulated vsize (KiB) 545804

[startup+762.313 s]
/proc/loadavg: 4.29 4.12 4.09 5/100 7989
/proc/meminfo: memFree=141156/3368532 swapFree=1953788/1959888
[pid=5534] ppid=5532 vsize=545804 CPUtime=2937.52
/proc/5534/stat : 5534 (gnovelty+) R 5532 5534 10015 0 -1 4202496 19815 0 0 0 242011 51741 0 0 15 0 4 0 1109629218 558903296 19770 4294967295 134512640 135680988 3219628496 3219627740 134957422 0 0 0 0 4294967295 0 0 17 1 0 0 0
/proc/5534/statm: 136451 19770 103 286 0 136163 0
[pid=5534/tid=5536] ppid=5532 vsize=545804 CPUtime=734.44
/proc/5534/task/5536/stat : 5536 (gnovelty+) R 5532 5534 10015 0 -1 4202560 7 0 0 0 60639 12805 0 0 15 0 4 0 1109629227 558903296 19770 4294967295 134512640 135680988 3219628496 3077443932 134957422 0 0 0 0 0 0 0 -1 1 0 0 0
[pid=5534/tid=5537] ppid=5532 vsize=545804 CPUtime=733.86
/proc/5534/task/5537/stat : 5537 (gnovelty+) R 5532 5534 10015 0 -1 4202560 7 0 0 0 60542 12844 0 0 16 0 4 0 1109629227 558903296 19770 4294967295 134512640 135680988 3219628496 3068051804 134957681 0 0 0 0 0 0 0 -1 2 0 0 0
[pid=5534/tid=5538] ppid=5532 vsize=545804 CPUtime=735.14
/proc/5534/task/5538/stat : 5538 (gnovelty+) R 5532 5534 10015 0 -1 4202560 8 0 0 0 60495 13019 0 0 15 0 4 0 1109629227 558903296 19770 4294967295 134512640 135680988 3219628496 3058659676 134957681 0 0 0 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 2937.52
Current children cumulated vsize (KiB) 545804

[startup+822.308 s]
/proc/loadavg: 4.31 4.16 4.10 5/100 8176
/proc/meminfo: memFree=141172/3368532 swapFree=1953788/1959888
[pid=5534] ppid=5532 vsize=545804 CPUtime=3170.25
/proc/5534/stat : 5534 (gnovelty+) R 5532 5534 10015 0 -1 4202496 19815 0 0 0 261113 55912 0 0 15 0 4 0 1109629218 558903296 19770 4294967295 134512640 135680988 3219628496 3219627740 134957681 0 0 0 0 4294967295 0 0 17 2 0 0 0
/proc/5534/statm: 136451 19770 103 286 0 136163 0
[pid=5534/tid=5536] ppid=5532 vsize=545804 CPUtime=792.55
/proc/5534/task/5536/stat : 5536 (gnovelty+) R 5532 5534 10015 0 -1 4202560 7 0 0 0 65427 13828 0 0 15 0 4 0 1109629227 558903296 19770 4294967295 134512640 135680988 3219628496 3077443932 134957681 0 0 0 0 0 0 0 -1 1 0 0 0
[pid=5534/tid=5537] ppid=5532 vsize=545804 CPUtime=792.04
/proc/5534/task/5537/stat : 5537 (gnovelty+) R 5532 5534 10015 0 -1 4202560 7 0 0 0 65348 13856 0 0 15 0 4 0 1109629227 558903296 19770 4294967295 134512640 135680988 3219628496 3068051804 134957422 0 0 0 0 0 0 0 -1 3 0 0 0
[pid=5534/tid=5538] ppid=5532 vsize=545804 CPUtime=793.44
/proc/5534/task/5538/stat : 5538 (gnovelty+) R 5532 5534 10015 0 -1 4202560 8 0 0 0 65260 14084 0 0 15 0 4 0 1109629227 558903296 19770 4294967295 134512640 135680988 3219628496 3058659676 134957681 0 0 0 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3170.25
Current children cumulated vsize (KiB) 545804

[startup+882.313 s]
/proc/loadavg: 4.16 4.14 4.10 5/100 8369
/proc/meminfo: memFree=141272/3368532 swapFree=1953788/1959888
[pid=5534] ppid=5532 vsize=545804 CPUtime=3401.97
/proc/5534/stat : 5534 (gnovelty+) R 5532 5534 10015 0 -1 4202496 19815 0 0 0 280183 60014 0 0 15 0 4 0 1109629218 558903296 19770 4294967295 134512640 135680988 3219628496 3219627740 134957681 0 0 0 0 4294967295 0 0 17 0 0 0 0
/proc/5534/statm: 136451 19770 103 286 0 136163 0
[pid=5534/tid=5536] ppid=5532 vsize=545804 CPUtime=850.2
/proc/5534/task/5536/stat : 5536 (gnovelty+) R 5532 5534 10015 0 -1 4202560 7 0 0 0 70190 14830 0 0 15 0 4 0 1109629227 558903296 19770 4294967295 134512640 135680988 3219628496 3077443932 134957422 0 0 0 0 0 0 0 -1 3 0 0 0
[pid=5534/tid=5537] ppid=5532 vsize=545804 CPUtime=849.96
/proc/5534/task/5537/stat : 5537 (gnovelty+) R 5532 5534 10015 0 -1 4202560 7 0 0 0 70110 14886 0 0 15 0 4 0 1109629227 558903296 19770 4294967295 134512640 135680988 3219628496 3068051804 134957422 0 0 0 0 0 0 0 -1 1 0 0 0
[pid=5534/tid=5538] ppid=5532 vsize=545804 CPUtime=852.07
/proc/5534/task/5538/stat : 5538 (gnovelty+) R 5532 5534 10015 0 -1 4202560 8 0 0 0 70114 15093 0 0 15 0 4 0 1109629227 558903296 19770 4294967295 134512640 135680988 3219628496 3058659676 134957681 0 0 0 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 3401.97
Current children cumulated vsize (KiB) 545804

[startup+942.318 s]
/proc/loadavg: 4.14 4.13 4.09 5/100 8556
/proc/meminfo: memFree=141156/3368532 swapFree=1953788/1959888
[pid=5534] ppid=5532 vsize=545804 CPUtime=3631.4
/proc/5534/stat : 5534 (gnovelty+) R 5532 5534 10015 0 -1 4202496 19815 0 0 0 299114 64026 0 0 15 0 4 0 1109629218 558903296 19770 4294967295 134512640 135680988 3219628496 3219627740 134957681 0 0 0 0 4294967295 0 0 17 2 0 0 0
/proc/5534/statm: 136451 19770 103 286 0 136163 0
[pid=5534/tid=5536] ppid=5532 vsize=545804 CPUtime=907.59
/proc/5534/task/5536/stat : 5536 (gnovelty+) R 5532 5534 10015 0 -1 4202560 7 0 0 0 74931 15828 0 0 15 0 4 0 1109629227 558903296 19770 4294967295 134512640 135680988 3219628496 3077443932 134957681 0 0 0 0 0 0 0 -1 0 0 0 0
[pid=5534/tid=5537] ppid=5532 vsize=545804 CPUtime=906.25
/proc/5534/task/5537/stat : 5537 (gnovelty+) R 5532 5534 10015 0 -1 4202560 7 0 0 0 74727 15898 0 0 15 0 4 0 1109629227 558903296 19770 4294967295 134512640 135680988 3219628496 3068051804 134957681 0 0 0 0 0 0 0 -1 1 0 0 0
[pid=5534/tid=5538] ppid=5532 vsize=545804 CPUtime=910.12
/proc/5534/task/5538/stat : 5538 (gnovelty+) R 5532 5534 10015 0 -1 4202560 8 0 0 0 74905 16107 0 0 16 0 4 0 1109629227 558903296 19770 4294967295 134512640 135680988 3219628496 3058659676 134957422 0 0 0 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3631.4
Current children cumulated vsize (KiB) 545804



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1000.01 s]
/proc/loadavg: 4.64 4.26 4.14 5/100 8744
/proc/meminfo: memFree=141000/3368532 swapFree=1953788/1959888
[pid=5534] ppid=5532 vsize=545804 CPUtime=3856.24
/proc/5534/stat : 5534 (gnovelty+) R 5532 5534 10015 0 -1 4202496 19815 0 0 0 317527 68097 0 0 15 0 4 0 1109629218 558903296 19770 4294967295 134512640 135680988 3219628496 3219627740 134957681 0 0 0 0 4294967295 0 0 17 1 0 0 0
/proc/5534/statm: 136451 19770 103 286 0 136163 0
[pid=5534/tid=5536] ppid=5532 vsize=545804 CPUtime=963.32
/proc/5534/task/5536/stat : 5536 (gnovelty+) R 5532 5534 10015 0 -1 4202560 7 0 0 0 79485 16847 0 0 15 0 4 0 1109629227 558903296 19770 4294967295 134512640 135680988 3219628496 3077443932 134957681 0 0 0 0 0 0 0 -1 2 0 0 0
[pid=5534/tid=5537] ppid=5532 vsize=545804 CPUtime=962.87
/proc/5534/task/5537/stat : 5537 (gnovelty+) R 5532 5534 10015 0 -1 4202560 7 0 0 0 79340 16947 0 0 16 0 4 0 1109629227 558903296 19770 4294967295 134512640 135680988 3219628496 3068051892 134532950 0 0 0 0 0 0 0 -1 3 0 0 0
[pid=5534/tid=5538] ppid=5532 vsize=545804 CPUtime=966.41
/proc/5534/task/5538/stat : 5538 (gnovelty+) R 5532 5534 10015 0 -1 4202560 8 0 0 0 79548 17093 0 0 15 0 4 0 1109629227 558903296 19770 4294967295 134512640 135680988 3219628496 3058659676 134957681 0 0 0 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3856.24
Current children cumulated vsize (KiB) 545804

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

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1000.04
CPU time (s): 3856.32
CPU user time (s): 3175.34
CPU system time (s): 680.98
CPU usage (%): 385.617
Max. virtual memory (cumulated for all children) (KiB): 545804

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3175.34
system time used= 680.98
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 19815
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 28112348
involuntary context switches= 78788

runsolver used 0 second user time and 0 second system time

The end

Launcher Data

Begin job on  at 2009-05-27 20:40:51
IDJOB=1777582
IDBENCH=70376
IDSOLVER=617
FILE ID=/1777582-1243449651
PBS_JOBID=
Free space on /tmp= 6476 MiB

SOLVER NAME= gNovelty+-T 2009-03-22 (4 threads)
BENCH NAME= SAT09/RANDOM/MEDIUM/5SAT/UNKNOWN/110/unif-k5-r21.3-v110-c2343-S1971658345-089.cnf
COMMAND LINE= HOME/gnovelty+ BENCHNAME RANDOMSEED MAXNBTHREAD
RUNSOLVER COMMAND LINE= runsolver --timestamp  -w /tmp/evaluation-result-1777582-1243449651/watcher-1777582-1243449651 -o /tmp/evaluation-result-1777582-1243449651/solver-1777582-1243449651 -C 5000 -W 1000 -M 2047  HOME/gnovelty+ HOME/instance-1777582-1243449651.cnf 1182789888 4

TIME LIMIT= 5000 seconds
MEMORY LIMIT= 2047 MiB
MAX NB THREAD= 4

MD5SUM BENCH= 80ddc27a2476c7a1f18f4f644f3f4389
RANDOM SEED= 1182789888

Linux (none) 2.6.21.5 #6 SMP Wed Jul 4 17:16:38 CEST 2007 i686 GNU/Linux

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 15
model name	: Intel(R) Xeon(R) CPU            5130  @ 2.00GHz
stepping	: 6
cpu MHz		: 1995.061
cache size	: 4096 KB
physical id	: 0
siblings	: 2
core id		: 0
cpu cores	: 2
fdiv_bug	: no
hlt_bug		: no
f00f_bug	: no
coma_bug	: no
fpu		: yes
fpu_exception	: yes
cpuid level	: 10
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 pbe lm constant_tsc pni monitor ds_cpl vmx tm2 ssse3 cx16 xtpr dca lahf_lm
bogomips	: 3992.41
clflush size	: 64

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 15
model name	: Intel(R) Xeon(R) CPU            5130  @ 2.00GHz
stepping	: 6
cpu MHz		: 1995.061
cache size	: 4096 KB
physical id	: 0
siblings	: 2
core id		: 1
cpu cores	: 2
fdiv_bug	: no
hlt_bug		: no
f00f_bug	: no
coma_bug	: no
fpu		: yes
fpu_exception	: yes
cpuid level	: 10
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 pbe lm constant_tsc pni monitor ds_cpl vmx tm2 ssse3 cx16 xtpr dca lahf_lm
bogomips	: 3990.12
clflush size	: 64

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 15
model name	: Intel(R) Xeon(R) CPU            5130  @ 2.00GHz
stepping	: 6
cpu MHz		: 1995.061
cache size	: 4096 KB
physical id	: 3
siblings	: 2
core id		: 0
cpu cores	: 2
fdiv_bug	: no
hlt_bug		: no
f00f_bug	: no
coma_bug	: no
fpu		: yes
fpu_exception	: yes
cpuid level	: 10
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 pbe lm constant_tsc pni monitor ds_cpl vmx tm2 ssse3 cx16 xtpr dca lahf_lm
bogomips	: 3990.14
clflush size	: 64

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 15
model name	: Intel(R) Xeon(R) CPU            5130  @ 2.00GHz
stepping	: 6
cpu MHz		: 1995.061
cache size	: 4096 KB
physical id	: 3
siblings	: 2
core id		: 1
cpu cores	: 2
fdiv_bug	: no
hlt_bug		: no
f00f_bug	: no
coma_bug	: no
fpu		: yes
fpu_exception	: yes
cpuid level	: 10
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 pbe lm constant_tsc pni monitor ds_cpl vmx tm2 ssse3 cx16 xtpr dca lahf_lm
bogomips	: 3990.14
clflush size	: 64


/proc/meminfo:
MemTotal:      3368532 kB
MemFree:        219488 kB
Buffers:         47064 kB
Cached:        2931596 kB
SwapCached:       2256 kB
Active:        1721496 kB
Inactive:      1266292 kB
HighTotal:     2489216 kB
HighFree:        88180 kB
LowTotal:       879316 kB
LowFree:        131308 kB
SwapTotal:     1959888 kB
SwapFree:      1953788 kB
Dirty:            1368 kB
Writeback:           0 kB
AnonPages:        8508 kB
Mapped:           3456 kB
Slab:           150900 kB
SReclaimable:   137488 kB
SUnreclaim:      13412 kB
PageTables:        472 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   3644152 kB
Committed_AS:    88476 kB
VmallocTotal:   114680 kB
VmallocUsed:      1444 kB
VmallocChunk:   113072 kB

Free space on /tmp at the end= 6476 MiB
End job on  at 2009-05-27 20:57:33