Trace number 1777660

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) 3865.91 1000.03

General information on the benchmark

NameRANDOM/MEDIUM/5SAT/UNKNOWN/100/
unif-k5-r21.3-v100-c2130-S207294319-099.cnf
MD5SUM1b6dd4a4bffa25ef2a1202202724759f
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 variables100
Number of clauses2130
Sum of the clauses size10650
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 52130
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-1777660-1243454522/watcher-1777660-1243454522 -o /tmp/evaluation-result-1777660-1243454522/solver-1777660-1243454522 -C 5000 -W 1000 -M 2047 HOME/gnovelty+ HOME/instance-1777660-1243454522.cnf 1355596610 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: 3.80 4.01 4.05 3/115 2875
/proc/meminfo: memFree=3163112/3368532 swapFree=1941392/1959888
[pid=2875] ppid=2873 vsize=509232 CPUtime=0
/proc/2875/stat : 2875 (gnovelty+) R 2873 2875 24991 0 -1 4202496 1088 0 0 0 0 0 0 0 18 0 1 0 1110132015 521453568 1044 4294967295 134512640 135680988 3214929232 3214928496 134537167 0 0 0 0 0 0 0 17 1 0 0 0
/proc/2875/statm: 127308 1053 99 286 0 127020 0

[startup+0.08325 s]
/proc/loadavg: 3.80 4.01 4.05 3/115 2875
/proc/meminfo: memFree=3163112/3368532 swapFree=1941392/1959888
[pid=2875] ppid=2873 vsize=517044 CPUtime=0.08
/proc/2875/stat : 2875 (gnovelty+) R 2873 2875 24991 0 -1 4202496 19445 0 0 0 2 6 0 0 18 0 1 0 1110132015 529453056 19401 4294967295 134512640 135680988 3214929232 3214928496 134537779 0 0 0 0 0 0 0 17 1 0 0 0
/proc/2875/statm: 129261 19413 99 286 0 128973 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 517044

[startup+0.113245 s]
/proc/loadavg: 3.80 4.01 4.05 3/115 2875
/proc/meminfo: memFree=3163112/3368532 swapFree=1941392/1959888
[pid=2875] ppid=2873 vsize=545804 CPUtime=0.11
/proc/2875/stat : 2875 (gnovelty+) R 2873 2875 24991 0 -1 4202496 19803 0 0 0 5 6 0 0 19 0 4 0 1110132015 558903296 19758 4294967295 134512640 135680988 3214929232 3214928476 134957681 0 0 0 0 4294967295 0 0 17 1 0 0 0
/proc/2875/statm: 136451 19759 103 286 0 136163 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 545804

[startup+0.313283 s]
/proc/loadavg: 3.80 4.01 4.05 3/115 2875
/proc/meminfo: memFree=3163112/3368532 swapFree=1941392/1959888
[pid=2875] ppid=2873 vsize=545804 CPUtime=0.86
/proc/2875/stat : 2875 (gnovelty+) R 2873 2875 24991 0 -1 4202496 19806 0 0 0 69 17 0 0 17 0 4 0 1110132015 558903296 19761 4294967295 134512640 135680988 3214929232 3214928476 134957681 0 0 0 0 4294967295 0 0 17 1 0 0 0
/proc/2875/statm: 136451 19761 103 286 0 136163 0
Current children cumulated CPU time (s) 0.86
Current children cumulated vsize (KiB) 545804

[startup+0.713297 s]
/proc/loadavg: 3.80 4.01 4.05 3/115 2875
/proc/meminfo: memFree=3163112/3368532 swapFree=1941392/1959888
[pid=2875] ppid=2873 vsize=545804 CPUtime=2.43
/proc/2875/stat : 2875 (gnovelty+) R 2873 2875 24991 0 -1 4202496 19806 0 0 0 194 49 0 0 15 0 4 0 1110132015 558903296 19761 4294967295 134512640 135680988 3214929232 3214928476 134957681 0 0 0 0 4294967295 0 0 17 1 0 0 0
/proc/2875/statm: 136451 19761 103 286 0 136163 0
Current children cumulated CPU time (s) 2.43
Current children cumulated vsize (KiB) 545804

[startup+1.51373 s]
/proc/loadavg: 3.80 4.01 4.05 5/119 2879
/proc/meminfo: memFree=3084376/3368532 swapFree=1941392/1959888
[pid=2875] ppid=2873 vsize=545804 CPUtime=5.53
/proc/2875/stat : 2875 (gnovelty+) R 2873 2875 24991 0 -1 4202496 19806 0 0 0 448 105 0 0 15 0 4 0 1110132015 558903296 19761 4294967295 134512640 135680988 3214929232 3214928476 134957681 0 0 0 0 4294967295 0 0 17 1 0 0 0
/proc/2875/statm: 136451 19761 103 286 0 136163 0
[pid=2875/tid=2877] ppid=2873 vsize=545804 CPUtime=1.32
/proc/2875/task/2877/stat : 2877 (gnovelty+) R 2873 2875 24991 0 -1 4202560 6 0 0 0 110 22 0 0 16 0 4 0 1110132023 558903296 19761 4294967295 134512640 135680988 3214929232 3077411164 134957422 0 0 0 0 0 0 0 -1 3 0 0 0
[pid=2875/tid=2878] ppid=2873 vsize=545804 CPUtime=1.35
/proc/2875/task/2878/stat : 2878 (gnovelty+) R 2873 2875 24991 0 -1 4202560 6 0 0 0 110 25 0 0 15 0 4 0 1110132023 558903296 19761 4294967295 134512640 135680988 3214929232 3068019036 134957422 0 0 0 0 0 0 0 -1 0 0 0 0
[pid=2875/tid=2879] ppid=2873 vsize=545804 CPUtime=1.38
/proc/2875/task/2879/stat : 2879 (gnovelty+) R 2873 2875 24991 0 -1 4202560 7 0 0 0 114 24 0 0 16 0 4 0 1110132023 558903296 19761 4294967295 134512640 135680988 3214929232 3058626908 134957681 0 0 0 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 5.53
Current children cumulated vsize (KiB) 545804

[startup+3.11337 s]
/proc/loadavg: 3.81 4.01 4.05 6/119 2879
/proc/meminfo: memFree=3084484/3368532 swapFree=1941392/1959888
[pid=2875] ppid=2873 vsize=545804 CPUtime=11.74
/proc/2875/stat : 2875 (gnovelty+) R 2873 2875 24991 0 -1 4202496 19806 0 0 0 960 214 0 0 15 0 4 0 1110132015 558903296 19761 4294967295 134512640 135680988 3214929232 3214928476 134957681 0 0 0 0 4294967295 0 0 17 2 0 0 0
/proc/2875/statm: 136451 19761 103 286 0 136163 0
[pid=2875/tid=2877] ppid=2873 vsize=545804 CPUtime=2.88
/proc/2875/task/2877/stat : 2877 (gnovelty+) R 2873 2875 24991 0 -1 4202560 6 0 0 0 235 53 0 0 15 0 4 0 1110132023 558903296 19761 4294967295 134512640 135680988 3214929232 3077411164 134957681 0 0 0 0 0 0 0 -1 1 0 0 0
[pid=2875/tid=2878] ppid=2873 vsize=545804 CPUtime=2.89
/proc/2875/task/2878/stat : 2878 (gnovelty+) R 2873 2875 24991 0 -1 4202560 6 0 0 0 242 47 0 0 16 0 4 0 1110132023 558903296 19761 4294967295 134512640 135680988 3214929232 3068019036 134957422 0 0 0 0 0 0 0 -1 0 0 0 0
[pid=2875/tid=2879] ppid=2873 vsize=545804 CPUtime=2.92
/proc/2875/task/2879/stat : 2879 (gnovelty+) R 2873 2875 24991 0 -1 4202560 7 0 0 0 233 59 0 0 15 0 4 0 1110132023 558903296 19761 4294967295 134512640 135680988 3214929232 3058626908 134957681 0 0 0 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 11.74
Current children cumulated vsize (KiB) 545804

[startup+6.31313 s]
/proc/loadavg: 3.81 4.01 4.05 5/119 2879
/proc/meminfo: memFree=3084484/3368532 swapFree=1941392/1959888
[pid=2875] ppid=2873 vsize=545804 CPUtime=24.13
/proc/2875/stat : 2875 (gnovelty+) R 2873 2875 24991 0 -1 4202496 19806 0 0 0 1970 443 0 0 15 0 4 0 1110132015 558903296 19761 4294967295 134512640 135680988 3214929232 3214928476 134957681 0 0 0 0 4294967295 0 0 17 1 0 0 0
/proc/2875/statm: 136451 19761 103 286 0 136163 0
[pid=2875/tid=2877] ppid=2873 vsize=545804 CPUtime=5.95
/proc/2875/task/2877/stat : 2877 (gnovelty+) R 2873 2875 24991 0 -1 4202560 6 0 0 0 484 111 0 0 15 0 4 0 1110132023 558903296 19761 4294967295 134512640 135680988 3214929232 3077411164 134957681 0 0 0 0 0 0 0 -1 2 0 0 0
[pid=2875/tid=2878] ppid=2873 vsize=545804 CPUtime=6.01
/proc/2875/task/2878/stat : 2878 (gnovelty+) R 2873 2875 24991 0 -1 4202560 6 0 0 0 500 101 0 0 16 0 4 0 1110132023 558903296 19761 4294967295 134512640 135680988 3214929232 3068019036 134957422 0 0 0 0 0 0 0 -1 0 0 0 0
[pid=2875/tid=2879] ppid=2873 vsize=545804 CPUtime=6.08
/proc/2875/task/2879/stat : 2879 (gnovelty+) R 2873 2875 24991 0 -1 4202560 7 0 0 0 493 115 0 0 15 0 4 0 1110132023 558903296 19761 4294967295 134512640 135680988 3214929232 3058626908 134957681 0 0 0 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 24.13
Current children cumulated vsize (KiB) 545804

[startup+12.7127 s]
/proc/loadavg: 3.84 4.01 4.05 5/119 2880
/proc/meminfo: memFree=3084348/3368532 swapFree=1941392/1959888
[pid=2875] ppid=2873 vsize=545804 CPUtime=48.94
/proc/2875/stat : 2875 (gnovelty+) R 2873 2875 24991 0 -1 4202496 19806 0 0 0 4017 877 0 0 15 0 4 0 1110132015 558903296 19761 4294967295 134512640 135680988 3214929232 3214928476 134957681 0 0 0 0 4294967295 0 0 17 2 0 0 0
/proc/2875/statm: 136451 19761 103 286 0 136163 0
[pid=2875/tid=2877] ppid=2873 vsize=545804 CPUtime=12.11
/proc/2875/task/2877/stat : 2877 (gnovelty+) R 2873 2875 24991 0 -1 4202560 6 0 0 0 1002 209 0 0 15 0 4 0 1110132023 558903296 19761 4294967295 134512640 135680988 3214929232 3077411164 134957422 0 0 0 0 0 0 0 -1 0 0 0 0
[pid=2875/tid=2878] ppid=2873 vsize=545804 CPUtime=12.13
/proc/2875/task/2878/stat : 2878 (gnovelty+) R 2873 2875 24991 0 -1 4202560 6 0 0 0 1003 210 0 0 15 0 4 0 1110132023 558903296 19761 4294967295 134512640 135680988 3214929232 3068019036 134957681 0 0 0 0 0 0 0 -1 1 0 0 0
[pid=2875/tid=2879] ppid=2873 vsize=545804 CPUtime=12.33
/proc/2875/task/2879/stat : 2879 (gnovelty+) R 2873 2875 24991 0 -1 4202560 7 0 0 0 1014 219 0 0 15 0 4 0 1110132023 558903296 19761 4294967295 134512640 135680988 3214929232 3058626908 134957681 0 0 0 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 48.94
Current children cumulated vsize (KiB) 545804

[startup+25.5128 s]
/proc/loadavg: 3.87 4.01 4.05 5/119 2881
/proc/meminfo: memFree=3084412/3368532 swapFree=1941392/1959888
[pid=2875] ppid=2873 vsize=545804 CPUtime=98.36
/proc/2875/stat : 2875 (gnovelty+) R 2873 2875 24991 0 -1 4202496 19806 0 0 0 8084 1752 0 0 15 0 4 0 1110132015 558903296 19761 4294967295 134512640 135680988 3214929232 3214928476 134957681 0 0 0 0 4294967295 0 0 17 2 0 0 0
/proc/2875/statm: 136451 19761 103 286 0 136163 0
[pid=2875/tid=2877] ppid=2873 vsize=545804 CPUtime=24.66
/proc/2875/task/2877/stat : 2877 (gnovelty+) R 2873 2875 24991 0 -1 4202560 6 0 0 0 2050 416 0 0 16 0 4 0 1110132023 558903296 19761 4294967295 134512640 135680988 3214929232 3077411252 134533489 0 0 0 0 0 0 0 -1 3 0 0 0
[pid=2875/tid=2878] ppid=2873 vsize=545804 CPUtime=24.33
/proc/2875/task/2878/stat : 2878 (gnovelty+) R 2873 2875 24991 0 -1 4202560 6 0 0 0 2001 432 0 0 15 0 4 0 1110132023 558903296 19761 4294967295 134512640 135680988 3214929232 3068019036 134957681 0 0 0 0 0 0 0 -1 0 0 0 0
[pid=2875/tid=2879] ppid=2873 vsize=545804 CPUtime=24.83
/proc/2875/task/2879/stat : 2879 (gnovelty+) R 2873 2875 24991 0 -1 4202560 7 0 0 0 2034 449 0 0 15 0 4 0 1110132023 558903296 19761 4294967295 134512640 135680988 3214929232 3058626908 134957681 0 0 0 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 98.36
Current children cumulated vsize (KiB) 545804

[startup+51.1121 s]
/proc/loadavg: 4.12 4.06 4.06 5/119 2883
/proc/meminfo: memFree=3084444/3368532 swapFree=1941392/1959888
[pid=2875] ppid=2873 vsize=545804 CPUtime=196.33
/proc/2875/stat : 2875 (gnovelty+) R 2873 2875 24991 0 -1 4202496 19806 0 0 0 16184 3449 0 0 15 0 4 0 1110132015 558903296 19761 4294967295 134512640 135680988 3214929232 3214928476 134957681 0 0 0 0 4294967295 0 0 17 0 0 0 0
/proc/2875/statm: 136451 19761 103 286 0 136163 0
[pid=2875/tid=2877] ppid=2873 vsize=545804 CPUtime=48.87
/proc/2875/task/2877/stat : 2877 (gnovelty+) R 2873 2875 24991 0 -1 4202560 6 0 0 0 4047 840 0 0 16 0 4 0 1110132023 558903296 19761 4294967295 134512640 135680988 3214929232 3077411164 134957681 0 0 0 0 0 0 0 -1 1 0 0 0
[pid=2875/tid=2878] ppid=2873 vsize=545804 CPUtime=48.56
/proc/2875/task/2878/stat : 2878 (gnovelty+) R 2873 2875 24991 0 -1 4202560 6 0 0 0 4009 847 0 0 15 0 4 0 1110132023 558903296 19761 4294967295 134512640 135680988 3214929232 3068019036 134957681 0 0 0 0 0 0 0 -1 2 0 0 0
[pid=2875/tid=2879] ppid=2873 vsize=545804 CPUtime=49.67
/proc/2875/task/2879/stat : 2879 (gnovelty+) R 2873 2875 24991 0 -1 4202560 7 0 0 0 4075 892 0 0 15 0 4 0 1110132023 558903296 19761 4294967295 134512640 135680988 3214929232 3058626908 134957422 0 0 0 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 196.33
Current children cumulated vsize (KiB) 545804

[startup+102.31 s]
/proc/loadavg: 4.02 4.04 4.06 5/119 3076
/proc/meminfo: memFree=3084204/3368532 swapFree=1941392/1959888
[pid=2875] ppid=2873 vsize=545804 CPUtime=393.01
/proc/2875/stat : 2875 (gnovelty+) R 2873 2875 24991 0 -1 4202496 19806 0 0 0 32379 6922 0 0 15 0 4 0 1110132015 558903296 19761 4294967295 134512640 135680988 3214929232 3214928476 134957681 0 0 0 0 4294967295 0 0 17 1 0 0 0
/proc/2875/statm: 136451 19761 103 286 0 136163 0
[pid=2875/tid=2877] ppid=2873 vsize=545804 CPUtime=98.12
/proc/2875/task/2877/stat : 2877 (gnovelty+) R 2873 2875 24991 0 -1 4202560 6 0 0 0 8109 1703 0 0 16 0 4 0 1110132023 558903296 19761 4294967295 134512640 135680988 3214929232 3077411164 134957422 0 0 0 0 0 0 0 -1 3 0 0 0
[pid=2875/tid=2878] ppid=2873 vsize=545804 CPUtime=97.74
/proc/2875/task/2878/stat : 2878 (gnovelty+) R 2873 2875 24991 0 -1 4202560 6 0 0 0 8060 1714 0 0 15 0 4 0 1110132023 558903296 19761 4294967295 134512640 135680988 3214929232 3068019036 134957681 0 0 0 0 0 0 0 -1 0 0 0 0
[pid=2875/tid=2879] ppid=2873 vsize=545804 CPUtime=99.16
/proc/2875/task/2879/stat : 2879 (gnovelty+) R 2873 2875 24991 0 -1 4202560 7 0 0 0 8173 1743 0 0 15 0 4 0 1110132023 558903296 19761 4294967295 134512640 135680988 3214929232 3058626908 134957681 0 0 0 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 393.01
Current children cumulated vsize (KiB) 545804

[startup+162.317 s]
/proc/loadavg: 4.01 4.03 4.05 5/119 3265
/proc/meminfo: memFree=3084080/3368532 swapFree=1941392/1959888
[pid=2875] ppid=2873 vsize=545804 CPUtime=626.17
/proc/2875/stat : 2875 (gnovelty+) R 2873 2875 24991 0 -1 4202496 19806 0 0 0 51364 11253 0 0 16 0 4 0 1110132015 558903296 19761 4294967295 134512640 135680988 3214929232 3214928476 134957681 0 0 0 0 4294967295 0 0 17 3 0 0 0
/proc/2875/statm: 136451 19761 103 286 0 136163 0
[pid=2875/tid=2877] ppid=2873 vsize=545804 CPUtime=156.41
/proc/2875/task/2877/stat : 2877 (gnovelty+) R 2873 2875 24991 0 -1 4202560 6 0 0 0 12861 2780 0 0 15 0 4 0 1110132023 558903296 19761 4294967295 134512640 135680988 3214929232 3077411164 134957422 0 0 0 0 0 0 0 -1 2 0 0 0
[pid=2875/tid=2878] ppid=2873 vsize=545804 CPUtime=155.89
/proc/2875/task/2878/stat : 2878 (gnovelty+) R 2873 2875 24991 0 -1 4202560 6 0 0 0 12795 2794 0 0 15 0 4 0 1110132023 558903296 19761 4294967295 134512640 135680988 3214929232 3068019036 134957681 0 0 0 0 0 0 0 -1 0 0 0 0
[pid=2875/tid=2879] ppid=2873 vsize=545804 CPUtime=157.41
/proc/2875/task/2879/stat : 2879 (gnovelty+) R 2873 2875 24991 0 -1 4202560 7 0 0 0 12877 2864 0 0 15 0 4 0 1110132023 558903296 19761 4294967295 134512640 135680988 3214929232 3058626908 134957681 0 0 0 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 626.17
Current children cumulated vsize (KiB) 545804

[startup+222.305 s]
/proc/loadavg: 4.00 4.02 4.04 5/119 3456
/proc/meminfo: memFree=3083940/3368532 swapFree=1941392/1959888
[pid=2875] ppid=2873 vsize=545804 CPUtime=857.3
/proc/2875/stat : 2875 (gnovelty+) R 2873 2875 24991 0 -1 4202496 19806 0 0 0 70390 15340 0 0 16 0 4 0 1110132015 558903296 19761 4294967295 134512640 135680988 3214929232 3214928476 134957422 0 0 0 0 4294967295 0 0 17 2 0 0 0
/proc/2875/statm: 136451 19761 103 286 0 136163 0
[pid=2875/tid=2877] ppid=2873 vsize=545804 CPUtime=214.36
/proc/2875/task/2877/stat : 2877 (gnovelty+) R 2873 2875 24991 0 -1 4202560 6 0 0 0 17666 3770 0 0 15 0 4 0 1110132023 558903296 19761 4294967295 134512640 135680988 3214929232 3077411252 134534576 0 0 0 0 0 0 0 -1 3 0 0 0
[pid=2875/tid=2878] ppid=2873 vsize=545804 CPUtime=214.27
/proc/2875/task/2878/stat : 2878 (gnovelty+) R 2873 2875 24991 0 -1 4202560 6 0 0 0 17549 3878 0 0 15 0 4 0 1110132023 558903296 19761 4294967295 134512640 135680988 3214929232 3068019036 134957681 0 0 0 0 0 0 0 -1 0 0 0 0
[pid=2875/tid=2879] ppid=2873 vsize=545804 CPUtime=214.95
/proc/2875/task/2879/stat : 2879 (gnovelty+) R 2873 2875 24991 0 -1 4202560 7 0 0 0 17632 3863 0 0 15 0 4 0 1110132023 558903296 19761 4294967295 134512640 135680988 3214929232 3058626908 134957681 0 0 0 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 857.3
Current children cumulated vsize (KiB) 545804

[startup+282.303 s]
/proc/loadavg: 4.00 4.02 4.04 5/119 3668
/proc/meminfo: memFree=3083824/3368532 swapFree=1941392/1959888
[pid=2875] ppid=2873 vsize=545804 CPUtime=1090.08
/proc/2875/stat : 2875 (gnovelty+) R 2873 2875 24991 0 -1 4202496 19806 0 0 0 89468 19540 0 0 16 0 4 0 1110132015 558903296 19761 4294967295 134512640 135680988 3214929232 3214928476 134957681 0 0 0 0 4294967295 0 0 17 3 0 0 0
/proc/2875/statm: 136451 19761 103 286 0 136163 0
[pid=2875/tid=2877] ppid=2873 vsize=545804 CPUtime=272.85
/proc/2875/task/2877/stat : 2877 (gnovelty+) R 2873 2875 24991 0 -1 4202560 6 0 0 0 22474 4811 0 0 15 0 4 0 1110132023 558903296 19761 4294967295 134512640 135680988 3214929232 3077411164 134957681 0 0 0 0 0 0 0 -1 0 0 0 0
[pid=2875/tid=2878] ppid=2873 vsize=545804 CPUtime=272.17
/proc/2875/task/2878/stat : 2878 (gnovelty+) R 2873 2875 24991 0 -1 4202560 6 0 0 0 22239 4978 0 0 15 0 4 0 1110132023 558903296 19761 4294967295 134512640 135680988 3214929232 3068019036 134957681 0 0 0 0 0 0 0 -1 2 0 0 0

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

[pid=2875] ppid=2873 vsize=545804 CPUtime=1556.4
/proc/2875/stat : 2875 (gnovelty+) R 2873 2875 24991 0 -1 4202496 19806 0 0 0 127653 27987 0 0 16 0 4 0 1110132015 558903296 19761 4294967295 134512640 135680988 3214929232 3214928476 134957422 0 0 0 0 4294967295 0 0 17 3 0 0 0
/proc/2875/statm: 136451 19761 103 286 0 136163 0
[pid=2875/tid=2877] ppid=2873 vsize=545804 CPUtime=389.43
/proc/2875/task/2877/stat : 2877 (gnovelty+) R 2873 2875 24991 0 -1 4202560 6 0 0 0 31990 6953 0 0 15 0 4 0 1110132023 558903296 19761 4294967295 134512640 135680988 3214929232 3077411164 134957681 0 0 0 0 0 0 0 -1 2 0 0 0
[pid=2875/tid=2878] ppid=2873 vsize=545804 CPUtime=389.26
/proc/2875/task/2878/stat : 2878 (gnovelty+) R 2873 2875 24991 0 -1 4202560 6 0 0 0 31834 7092 0 0 15 0 4 0 1110132023 558903296 19761 4294967295 134512640 135680988 3214929232 3068019036 134957681 0 0 0 0 0 0 0 -1 1 0 0 0
[pid=2875/tid=2879] ppid=2873 vsize=545804 CPUtime=389.34
/proc/2875/task/2879/stat : 2879 (gnovelty+) R 2873 2875 24991 0 -1 4202560 7 0 0 0 31934 7000 0 0 16 0 4 0 1110132023 558903296 19761 4294967295 134512640 135680988 3214929232 3058626908 134957681 0 0 0 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1556.4
Current children cumulated vsize (KiB) 545804

[startup+462.305 s]
/proc/loadavg: 3.98 4.04 4.04 5/119 4239
/proc/meminfo: memFree=3083452/3368532 swapFree=1941392/1959888
[pid=2875] ppid=2873 vsize=545804 CPUtime=1788.59
/proc/2875/stat : 2875 (gnovelty+) R 2873 2875 24991 0 -1 4202496 19806 0 0 0 146704 32155 0 0 15 0 4 0 1110132015 558903296 19761 4294967295 134512640 135680988 3214929232 3214928476 134957681 0 0 0 0 4294967295 0 0 17 2 0 0 0
/proc/2875/statm: 136451 19761 103 286 0 136163 0
[pid=2875/tid=2877] ppid=2873 vsize=545804 CPUtime=447.81
/proc/2875/task/2877/stat : 2877 (gnovelty+) R 2873 2875 24991 0 -1 4202560 6 0 0 0 36776 8005 0 0 16 0 4 0 1110132023 558903296 19761 4294967295 134512640 135680988 3214929232 3077411164 134957681 0 0 0 0 0 0 0 -1 1 0 0 0
[pid=2875/tid=2878] ppid=2873 vsize=545804 CPUtime=447.13
/proc/2875/task/2878/stat : 2878 (gnovelty+) R 2873 2875 24991 0 -1 4202560 6 0 0 0 36582 8131 0 0 15 0 4 0 1110132023 558903296 19761 4294967295 134512640 135680988 3214929232 3068019036 134957681 0 0 0 0 0 0 0 -1 0 0 0 0
[pid=2875/tid=2879] ppid=2873 vsize=545804 CPUtime=447.45
/proc/2875/task/2879/stat : 2879 (gnovelty+) R 2873 2875 24991 0 -1 4202560 7 0 0 0 36722 8023 0 0 16 0 4 0 1110132023 558903296 19761 4294967295 134512640 135680988 3214929232 3058626908 134957681 0 0 0 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 1788.59
Current children cumulated vsize (KiB) 545804

[startup+522.313 s]
/proc/loadavg: 4.52 4.17 4.08 5/119 4427
/proc/meminfo: memFree=3083568/3368532 swapFree=1941392/1959888
[pid=2875] ppid=2873 vsize=545804 CPUtime=2021.52
/proc/2875/stat : 2875 (gnovelty+) R 2873 2875 24991 0 -1 4202496 19806 0 0 0 165756 36396 0 0 15 0 4 0 1110132015 558903296 19761 4294967295 134512640 135680988 3214929232 3214928476 134957422 0 0 0 0 4294967295 0 0 17 3 0 0 0
/proc/2875/statm: 136451 19761 103 286 0 136163 0
[pid=2875/tid=2877] ppid=2873 vsize=545804 CPUtime=506.04
/proc/2875/task/2877/stat : 2877 (gnovelty+) R 2873 2875 24991 0 -1 4202560 6 0 0 0 41502 9102 0 0 15 0 4 0 1110132023 558903296 19761 4294967295 134512640 135680988 3214929232 3077411164 134957681 0 0 0 0 0 0 0 -1 0 0 0 0
[pid=2875/tid=2878] ppid=2873 vsize=545804 CPUtime=505.21
/proc/2875/task/2878/stat : 2878 (gnovelty+) R 2873 2875 24991 0 -1 4202560 6 0 0 0 41330 9191 0 0 15 0 4 0 1110132023 558903296 19761 4294967295 134512640 135680988 3214929232 3068019036 134957422 0 0 0 0 0 0 0 -1 1 0 0 0
[pid=2875/tid=2879] ppid=2873 vsize=545804 CPUtime=505.67
/proc/2875/task/2879/stat : 2879 (gnovelty+) R 2873 2875 24991 0 -1 4202560 7 0 0 0 41505 9062 0 0 16 0 4 0 1110132023 558903296 19761 4294967295 134512640 135680988 3214929232 3058626908 134957681 0 0 0 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 2021.52
Current children cumulated vsize (KiB) 545804

[startup+582.311 s]
/proc/loadavg: 4.37 4.18 4.09 6/119 4613
/proc/meminfo: memFree=3083576/3368532 swapFree=1941392/1959888
[pid=2875] ppid=2873 vsize=545804 CPUtime=2253.34
/proc/2875/stat : 2875 (gnovelty+) R 2873 2875 24991 0 -1 4202496 19806 0 0 0 184746 40588 0 0 16 0 4 0 1110132015 558903296 19761 4294967295 134512640 135680988 3214929232 3214928476 134957681 0 0 0 0 4294967295 0 0 17 1 0 0 0
/proc/2875/statm: 136451 19761 103 286 0 136163 0
[pid=2875/tid=2877] ppid=2873 vsize=545804 CPUtime=563.76
/proc/2875/task/2877/stat : 2877 (gnovelty+) R 2873 2875 24991 0 -1 4202560 6 0 0 0 46223 10153 0 0 16 0 4 0 1110132023 558903296 19761 4294967295 134512640 135680988 3214929232 3077411164 134957681 0 0 0 0 0 0 0 -1 0 0 0 0
[pid=2875/tid=2878] ppid=2873 vsize=545804 CPUtime=562.69
/proc/2875/task/2878/stat : 2878 (gnovelty+) R 2873 2875 24991 0 -1 4202560 6 0 0 0 46007 10262 0 0 15 0 4 0 1110132023 558903296 19761 4294967295 134512640 135680988 3214929232 3068019036 134957422 0 0 0 0 0 0 0 -1 3 0 0 0
[pid=2875/tid=2879] ppid=2873 vsize=545804 CPUtime=564.07
/proc/2875/task/2879/stat : 2879 (gnovelty+) R 2873 2875 24991 0 -1 4202560 7 0 0 0 46311 10096 0 0 15 0 4 0 1110132023 558903296 19761 4294967295 134512640 135680988 3214929232 3058626908 134957422 0 0 0 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 2253.34
Current children cumulated vsize (KiB) 545804

[startup+642.309 s]
/proc/loadavg: 4.34 4.20 4.10 6/119 4801
/proc/meminfo: memFree=3083832/3368532 swapFree=1941392/1959888
[pid=2875] ppid=2873 vsize=545804 CPUtime=2486.31
/proc/2875/stat : 2875 (gnovelty+) R 2873 2875 24991 0 -1 4202496 19806 0 0 0 203789 44842 0 0 15 0 4 0 1110132015 558903296 19761 4294967295 134512640 135680988 3214929232 3214928476 134957681 0 0 0 0 4294967295 0 0 17 1 0 0 0
/proc/2875/statm: 136451 19761 103 286 0 136163 0
[pid=2875/tid=2877] ppid=2873 vsize=545804 CPUtime=622.04
/proc/2875/task/2877/stat : 2877 (gnovelty+) R 2873 2875 24991 0 -1 4202560 6 0 0 0 51016 11188 0 0 15 0 4 0 1110132023 558903296 19761 4294967295 134512640 135680988 3214929232 3077411164 134957681 0 0 0 0 0 0 0 -1 2 0 0 0
[pid=2875/tid=2878] ppid=2873 vsize=545804 CPUtime=620.75
/proc/2875/task/2878/stat : 2878 (gnovelty+) R 2873 2875 24991 0 -1 4202560 6 0 0 0 50736 11339 0 0 15 0 4 0 1110132023 558903296 19761 4294967295 134512640 135680988 3214929232 3068019036 134957422 0 0 0 0 0 0 0 -1 3 0 0 0
[pid=2875/tid=2879] ppid=2873 vsize=545804 CPUtime=622.07
/proc/2875/task/2879/stat : 2879 (gnovelty+) R 2873 2875 24991 0 -1 4202560 7 0 0 0 51007 11200 0 0 15 0 4 0 1110132023 558903296 19761 4294967295 134512640 135680988 3214929232 3058626908 134957681 0 0 0 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 2486.31
Current children cumulated vsize (KiB) 545804

[startup+702.316 s]
/proc/loadavg: 4.21 4.20 4.10 5/119 4990
/proc/meminfo: memFree=3083584/3368532 swapFree=1941392/1959888
[pid=2875] ppid=2873 vsize=545804 CPUtime=2717.94
/proc/2875/stat : 2875 (gnovelty+) R 2873 2875 24991 0 -1 4202496 19806 0 0 0 222770 49024 0 0 15 0 4 0 1110132015 558903296 19761 4294967295 134512640 135680988 3214929232 3214928476 134957422 0 0 0 0 4294967295 0 0 17 3 0 0 0
/proc/2875/statm: 136451 19761 103 286 0 136163 0
[pid=2875/tid=2877] ppid=2873 vsize=545804 CPUtime=680.29
/proc/2875/task/2877/stat : 2877 (gnovelty+) R 2873 2875 24991 0 -1 4202560 6 0 0 0 55840 12189 0 0 15 0 4 0 1110132023 558903296 19761 4294967295 134512640 135680988 3214929232 3077411164 134957681 0 0 0 0 0 0 0 -1 0 0 0 0
[pid=2875/tid=2878] ppid=2873 vsize=545804 CPUtime=678.06
/proc/2875/task/2878/stat : 2878 (gnovelty+) R 2873 2875 24991 0 -1 4202560 6 0 0 0 55388 12418 0 0 16 0 4 0 1110132023 558903296 19761 4294967295 134512640 135680988 3214929232 3068019036 134957681 0 0 0 0 0 0 0 -1 1 0 0 0
[pid=2875/tid=2879] ppid=2873 vsize=545804 CPUtime=680.62
/proc/2875/task/2879/stat : 2879 (gnovelty+) R 2873 2875 24991 0 -1 4202560 7 0 0 0 55772 12290 0 0 15 0 4 0 1110132023 558903296 19761 4294967295 134512640 135680988 3214929232 3058626908 134957681 0 0 0 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 2717.94
Current children cumulated vsize (KiB) 545804

[startup+762.313 s]
/proc/loadavg: 3.93 4.12 4.08 5/119 5181
/proc/meminfo: memFree=3083576/3368532 swapFree=1941392/1959888
[pid=2875] ppid=2873 vsize=545804 CPUtime=2948.54
/proc/2875/stat : 2875 (gnovelty+) R 2873 2875 24991 0 -1 4202496 19806 0 0 0 241687 53167 0 0 15 0 4 0 1110132015 558903296 19761 4294967295 134512640 135680988 3214929232 3214928476 134957422 0 0 0 0 4294967295 0 0 17 0 0 0 0
/proc/2875/statm: 136451 19761 103 286 0 136163 0
[pid=2875/tid=2877] ppid=2873 vsize=545804 CPUtime=738.11
/proc/2875/task/2877/stat : 2877 (gnovelty+) R 2873 2875 24991 0 -1 4202560 6 0 0 0 60609 13202 0 0 15 0 4 0 1110132023 558903296 19761 4294967295 134512640 135680988 3214929232 3077411164 134957681 0 0 0 0 0 0 0 -1 2 0 0 0
[pid=2875/tid=2878] ppid=2873 vsize=545804 CPUtime=735.33
/proc/2875/task/2878/stat : 2878 (gnovelty+) R 2873 2875 24991 0 -1 4202560 6 0 0 0 60073 13460 0 0 15 0 4 0 1110132023 558903296 19761 4294967295 134512640 135680988 3214929232 3068019036 134957681 0 0 0 0 0 0 0 -1 1 0 0 0
[pid=2875/tid=2879] ppid=2873 vsize=545804 CPUtime=738.44
/proc/2875/task/2879/stat : 2879 (gnovelty+) R 2873 2875 24991 0 -1 4202560 7 0 0 0 60536 13308 0 0 15 0 4 0 1110132023 558903296 19761 4294967295 134512640 135680988 3214929232 3058626908 134957681 0 0 0 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 2948.54
Current children cumulated vsize (KiB) 545804

[startup+822.311 s]
/proc/loadavg: 4.03 4.12 4.08 5/119 5373
/proc/meminfo: memFree=3083444/3368532 swapFree=1941392/1959888
[pid=2875] ppid=2873 vsize=545804 CPUtime=3180.42
/proc/2875/stat : 2875 (gnovelty+) R 2873 2875 24991 0 -1 4202496 19806 0 0 0 260676 57366 0 0 15 0 4 0 1110132015 558903296 19761 4294967295 134512640 135680988 3214929232 3214928476 134957681 0 0 0 0 4294967295 0 0 17 3 0 0 0
/proc/2875/statm: 136451 19761 103 286 0 136163 0
[pid=2875/tid=2877] ppid=2873 vsize=545804 CPUtime=796.26
/proc/2875/task/2877/stat : 2877 (gnovelty+) R 2873 2875 24991 0 -1 4202560 6 0 0 0 65392 14234 0 0 15 0 4 0 1110132023 558903296 19761 4294967295 134512640 135680988 3214929232 3077411164 134957681 0 0 0 0 0 0 0 -1 2 0 0 0
[pid=2875/tid=2878] ppid=2873 vsize=545804 CPUtime=793.17
/proc/2875/task/2878/stat : 2878 (gnovelty+) R 2873 2875 24991 0 -1 4202560 6 0 0 0 64809 14508 0 0 15 0 4 0 1110132023 558903296 19761 4294967295 134512640 135680988 3214929232 3068019036 134957422 0 0 0 0 0 0 0 -1 1 0 0 0
[pid=2875/tid=2879] ppid=2873 vsize=545804 CPUtime=796.82
/proc/2875/task/2879/stat : 2879 (gnovelty+) R 2873 2875 24991 0 -1 4202560 7 0 0 0 65291 14391 0 0 15 0 4 0 1110132023 558903296 19761 4294967295 134512640 135680988 3214929232 3058626908 134957681 0 0 0 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3180.42
Current children cumulated vsize (KiB) 545804

[startup+882.309 s]
/proc/loadavg: 4.20 4.14 4.09 5/119 5559
/proc/meminfo: memFree=3083460/3368532 swapFree=1941392/1959888
[pid=2875] ppid=2873 vsize=545804 CPUtime=3412.3
/proc/2875/stat : 2875 (gnovelty+) R 2873 2875 24991 0 -1 4202496 19806 0 0 0 279673 61557 0 0 15 0 4 0 1110132015 558903296 19761 4294967295 134512640 135680988 3214929232 3214928476 134957681 0 0 0 0 4294967295 0 0 17 2 0 0 0
/proc/2875/statm: 136451 19761 103 286 0 136163 0
[pid=2875/tid=2877] ppid=2873 vsize=545804 CPUtime=854.21
/proc/2875/task/2877/stat : 2877 (gnovelty+) R 2873 2875 24991 0 -1 4202560 6 0 0 0 70153 15268 0 0 15 0 4 0 1110132023 558903296 19761 4294967295 134512640 135680988 3214929232 3077411164 134957422 0 0 0 0 0 0 0 -1 3 0 0 0
[pid=2875/tid=2878] ppid=2873 vsize=545804 CPUtime=850.52
/proc/2875/task/2878/stat : 2878 (gnovelty+) R 2873 2875 24991 0 -1 4202560 6 0 0 0 69535 15517 0 0 15 0 4 0 1110132023 558903296 19761 4294967295 134512640 135680988 3214929232 3068019036 134957681 0 0 0 0 0 0 0 -1 0 0 0 0
[pid=2875/tid=2879] ppid=2873 vsize=545804 CPUtime=855.09
/proc/2875/task/2879/stat : 2879 (gnovelty+) R 2873 2875 24991 0 -1 4202560 7 0 0 0 70049 15460 0 0 15 0 4 0 1110132023 558903296 19761 4294967295 134512640 135680988 3214929232 3058626908 134957681 0 0 0 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 3412.3
Current children cumulated vsize (KiB) 545804

[startup+942.306 s]
/proc/loadavg: 4.13 4.13 4.09 5/119 5750
/proc/meminfo: memFree=3083336/3368532 swapFree=1941392/1959888
[pid=2875] ppid=2873 vsize=545804 CPUtime=3644
/proc/2875/stat : 2875 (gnovelty+) R 2873 2875 24991 0 -1 4202496 19806 0 0 0 298608 65792 0 0 15 0 4 0 1110132015 558903296 19761 4294967295 134512640 135680988 3214929232 3214928476 134957422 0 0 0 0 4294967295 0 0 17 2 0 0 0
/proc/2875/statm: 136451 19761 103 286 0 136163 0
[pid=2875/tid=2877] ppid=2873 vsize=545804 CPUtime=912.07
/proc/2875/task/2877/stat : 2877 (gnovelty+) R 2873 2875 24991 0 -1 4202560 6 0 0 0 74853 16354 0 0 15 0 4 0 1110132023 558903296 19761 4294967295 134512640 135680988 3214929232 3077411164 134957681 0 0 0 0 0 0 0 -1 1 0 0 0
[pid=2875/tid=2878] ppid=2873 vsize=545804 CPUtime=908.36
/proc/2875/task/2878/stat : 2878 (gnovelty+) R 2873 2875 24991 0 -1 4202560 6 0 0 0 74242 16594 0 0 15 0 4 0 1110132023 558903296 19761 4294967295 134512640 135680988 3214929232 3068019036 134957681 0 0 0 0 0 0 0 -1 0 0 0 0
[pid=2875/tid=2879] ppid=2873 vsize=545804 CPUtime=912.81
/proc/2875/task/2879/stat : 2879 (gnovelty+) R 2873 2875 24991 0 -1 4202560 7 0 0 0 74796 16485 0 0 15 0 4 0 1110132023 558903296 19761 4294967295 134512640 135680988 3214929232 3058626908 134957681 0 0 0 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3644
Current children cumulated vsize (KiB) 545804



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1000 s]
/proc/loadavg: 4.18 4.15 4.09 5/119 5939
/proc/meminfo: memFree=3083336/3368532 swapFree=1941392/1959888
[pid=2875] ppid=2873 vsize=545804 CPUtime=3865.83
/proc/2875/stat : 2875 (gnovelty+) R 2873 2875 24991 0 -1 4202496 19806 0 0 0 316695 69888 0 0 16 0 4 0 1110132015 558903296 19761 4294967295 134512640 135680988 3214929232 3214928476 134957422 0 0 0 0 4294967295 0 0 17 2 0 0 0
/proc/2875/statm: 136451 19761 103 286 0 136163 0
[pid=2875/tid=2877] ppid=2873 vsize=545804 CPUtime=967.13
/proc/2875/task/2877/stat : 2877 (gnovelty+) R 2873 2875 24991 0 -1 4202560 6 0 0 0 79359 17354 0 0 15 0 4 0 1110132023 558903296 19761 4294967295 134512640 135680988 3214929232 3077411164 134957681 0 0 0 0 0 0 0 -1 0 0 0 0
[pid=2875/tid=2878] ppid=2873 vsize=545804 CPUtime=963.86
/proc/2875/task/2878/stat : 2878 (gnovelty+) R 2873 2875 24991 0 -1 4202560 6 0 0 0 78755 17631 0 0 15 0 4 0 1110132023 558903296 19761 4294967295 134512640 135680988 3214929232 3068019036 134957422 0 0 0 0 0 0 0 -1 3 0 0 0
[pid=2875/tid=2879] ppid=2873 vsize=545804 CPUtime=968.67
/proc/2875/task/2879/stat : 2879 (gnovelty+) R 2873 2875 24991 0 -1 4202560 7 0 0 0 79343 17524 0 0 15 0 4 0 1110132023 558903296 19761 4294967295 134512640 135680988 3214929232 3058626908 134957681 0 0 0 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 3865.83
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.03
CPU time (s): 3865.91
CPU user time (s): 3167.03
CPU system time (s): 698.88
CPU usage (%): 386.58
Max. virtual memory (cumulated for all children) (KiB): 545804

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3167.03
system time used= 698.88
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 19806
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= 28555075
involuntary context switches= 73689

runsolver used 0.02 second user time and 0 second system time

The end

Launcher Data

Begin job on  at 2009-05-27 22:02:02
IDJOB=1777660
IDBENCH=70402
IDSOLVER=617
FILE ID=/1777660-1243454522
PBS_JOBID=
Free space on /tmp= 15730 MiB

SOLVER NAME= gNovelty+-T 2009-03-22 (4 threads)
BENCH NAME= SAT09/RANDOM/MEDIUM/5SAT/UNKNOWN/100/unif-k5-r21.3-v100-c2130-S207294319-099.cnf
COMMAND LINE= HOME/gnovelty+ BENCHNAME RANDOMSEED MAXNBTHREAD
RUNSOLVER COMMAND LINE= runsolver --timestamp  -w /tmp/evaluation-result-1777660-1243454522/watcher-1777660-1243454522 -o /tmp/evaluation-result-1777660-1243454522/solver-1777660-1243454522 -C 5000 -W 1000 -M 2047  HOME/gnovelty+ HOME/instance-1777660-1243454522.cnf 1355596610 4

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

MD5SUM BENCH= 1b6dd4a4bffa25ef2a1202202724759f
RANDOM SEED= 1355596610

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.143
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.42
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.143
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.11
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.143
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.17
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.143
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.15
clflush size	: 64


/proc/meminfo:
MemTotal:      3368532 kB
MemFree:       3163408 kB
Buffers:         13060 kB
Cached:         120256 kB
SwapCached:       4320 kB
Active:         105004 kB
Inactive:        39064 kB
HighTotal:     2489216 kB
HighFree:      2356232 kB
LowTotal:       879316 kB
LowFree:        807176 kB
SwapTotal:     1959888 kB
SwapFree:      1941392 kB
Dirty:            1396 kB
Writeback:           0 kB
AnonPages:        9560 kB
Mapped:           4296 kB
Slab:            51088 kB
SReclaimable:    42980 kB
SUnreclaim:       8108 kB
PageTables:        748 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   3644152 kB
Committed_AS:   127260 kB
VmallocTotal:   114680 kB
VmallocUsed:      1444 kB
VmallocChunk:   113072 kB

Free space on /tmp at the end= 15730 MiB
End job on  at 2009-05-27 22:18:44