Trace number 1778083

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) 3698.53 1000.02

General information on the benchmark

NameRANDOM/MEDIUM/3SAT/UNKNOWN/500/
unif-k3-r4.25-v500-c2125-S1735544520-075.cnf
MD5SUM5b5eacd69579443fc2a1a78b000c06ae
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 variables500
Number of clauses2125
Sum of the clauses size6375
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 32125
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.06/0.08	c +------------------------------+
0.06/0.08	c | gNovelty+, version 1.0       |
0.06/0.08	c +------------------------------+
0.06/0.08	c gnovelty+ -h for help
0.06/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-1778083-1243463641/watcher-1778083-1243463641 -o /tmp/evaluation-result-1778083-1243463641/solver-1778083-1243463641 -C 5000 -W 1000 -M 2047 HOME/gnovelty+ HOME/instance-1778083-1243463641.cnf 92762116 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.85 3.91 4.16 3/98 17126
/proc/meminfo: memFree=3197264/3368532 swapFree=1959840/1959888
[pid=17126] ppid=17124 vsize=509232 CPUtime=0.01
/proc/17126/stat : 17126 (gnovelty+) R 17124 17126 9860 0 -1 4202496 1451 0 0 0 0 1 0 0 18 0 1 0 927940887 521453568 1407 4294967295 134512640 135680988 3219128656 3219127920 134537167 0 0 0 0 0 0 0 17 2 0 0 0
/proc/17126/statm: 127308 1416 99 286 0 127020 0

[startup+0.051272 s]
/proc/loadavg: 3.85 3.91 4.16 3/98 17126
/proc/meminfo: memFree=3197264/3368532 swapFree=1959840/1959888
[pid=17126] ppid=17124 vsize=517044 CPUtime=0.06
/proc/17126/stat : 17126 (gnovelty+) R 17124 17126 9860 0 -1 4202496 13477 0 0 0 1 5 0 0 18 0 1 0 927940887 529453056 13433 4294967295 134512640 135680988 3219128656 3219127920 134537842 0 0 0 0 0 0 0 17 2 0 0 0
/proc/17126/statm: 129261 13444 99 286 0 128973 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 517044

[startup+0.111232 s]
/proc/loadavg: 3.85 3.91 4.16 3/98 17126
/proc/meminfo: memFree=3197264/3368532 swapFree=1959840/1959888
[pid=17126] ppid=17124 vsize=545804 CPUtime=0.13
/proc/17126/stat : 17126 (gnovelty+) R 17124 17126 9860 0 -1 4202496 19819 0 0 0 7 6 0 0 19 0 4 0 927940887 558903296 19774 4294967295 134512640 135680988 3219128656 3219127900 134957681 0 0 0 0 4294967295 0 0 17 2 0 0 0
/proc/17126/statm: 136451 19774 103 286 0 136163 0
Current children cumulated CPU time (s) 0.13
Current children cumulated vsize (KiB) 545804

[startup+0.311234 s]
/proc/loadavg: 3.85 3.91 4.16 3/98 17126
/proc/meminfo: memFree=3197264/3368532 swapFree=1959840/1959888
[pid=17126] ppid=17124 vsize=545804 CPUtime=0.86
/proc/17126/stat : 17126 (gnovelty+) R 17124 17126 9860 0 -1 4202496 19819 0 0 0 51 35 0 0 17 0 4 0 927940887 558903296 19774 4294967295 134512640 135680988 3219128656 3219127852 134957422 0 0 0 0 4294967295 0 0 17 2 0 0 0
/proc/17126/statm: 136451 19774 103 286 0 136163 0
Current children cumulated CPU time (s) 0.86
Current children cumulated vsize (KiB) 545804

[startup+0.711286 s]
/proc/loadavg: 3.85 3.91 4.16 3/98 17126
/proc/meminfo: memFree=3197264/3368532 swapFree=1959840/1959888
[pid=17126] ppid=17124 vsize=545804 CPUtime=2.29
/proc/17126/stat : 17126 (gnovelty+) R 17124 17126 9860 0 -1 4202496 19819 0 0 0 120 109 0 0 15 0 4 0 927940887 558903296 19774 4294967295 134512640 135680988 3219128656 3219127900 134957422 0 0 0 0 4294967295 0 0 17 2 0 0 0
/proc/17126/statm: 136451 19774 103 286 0 136163 0
Current children cumulated CPU time (s) 2.29
Current children cumulated vsize (KiB) 545804

[startup+1.51112 s]
/proc/loadavg: 3.85 3.91 4.16 5/102 17130
/proc/meminfo: memFree=3118428/3368532 swapFree=1959840/1959888
[pid=17126] ppid=17124 vsize=545804 CPUtime=5.29
/proc/17126/stat : 17126 (gnovelty+) R 17124 17126 9860 0 -1 4202496 19819 0 0 0 280 249 0 0 15 0 4 0 927940887 558903296 19774 4294967295 134512640 135680988 3219128656 3219127900 134957681 0 0 0 0 4294967295 0 0 17 2 0 0 0
/proc/17126/statm: 136451 19774 103 286 0 136163 0
[pid=17126/tid=17128] ppid=17124 vsize=545804 CPUtime=1.32
/proc/17126/task/17128/stat : 17128 (gnovelty+) R 17124 17126 9860 0 -1 4202560 8 0 0 0 72 60 0 0 15 0 4 0 927940895 558903296 19774 4294967295 134512640 135680988 3219128656 3077534044 134957422 0 0 0 0 0 0 0 -1 3 0 0 0
[pid=17126/tid=17129] ppid=17124 vsize=545804 CPUtime=1.28
/proc/17126/task/17129/stat : 17129 (gnovelty+) R 17124 17126 9860 0 -1 4202560 9 0 0 0 66 62 0 0 15 0 4 0 927940895 558903296 19774 4294967295 134512640 135680988 3219128656 3068141916 134957681 0 0 0 0 0 0 0 -1 1 0 0 0
[pid=17126/tid=17130] ppid=17124 vsize=545804 CPUtime=1.28
/proc/17126/task/17130/stat : 17130 (gnovelty+) R 17124 17126 9860 0 -1 4202560 8 0 0 0 67 61 0 0 15 0 4 0 927940895 558903296 19774 4294967295 134512640 135680988 3219128656 3058749788 134957681 0 0 0 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 5.29
Current children cumulated vsize (KiB) 545804

[startup+3.11101 s]
/proc/loadavg: 3.87 3.91 4.16 5/102 17130
/proc/meminfo: memFree=3118200/3368532 swapFree=1959840/1959888
[pid=17126] ppid=17124 vsize=545804 CPUtime=11.05
/proc/17126/stat : 17126 (gnovelty+) R 17124 17126 9860 0 -1 4202496 19819 0 0 0 591 514 0 0 15 0 4 0 927940887 558903296 19774 4294967295 134512640 135680988 3219128656 3219127852 134957681 0 0 0 0 4294967295 0 0 17 0 0 0 0
/proc/17126/statm: 136451 19774 103 286 0 136163 0
[pid=17126/tid=17128] ppid=17124 vsize=545804 CPUtime=2.83
/proc/17126/task/17128/stat : 17128 (gnovelty+) R 17124 17126 9860 0 -1 4202560 8 0 0 0 147 136 0 0 16 0 4 0 927940895 558903296 19774 4294967295 134512640 135680988 3219128656 3077533996 134957422 0 0 0 0 0 0 0 -1 3 0 0 0
[pid=17126/tid=17129] ppid=17124 vsize=545804 CPUtime=2.76
/proc/17126/task/17129/stat : 17129 (gnovelty+) R 17124 17126 9860 0 -1 4202560 9 0 0 0 151 125 0 0 15 0 4 0 927940895 558903296 19774 4294967295 134512640 135680988 3219128656 3068141916 134957422 0 0 0 0 0 0 0 -1 1 0 0 0
[pid=17126/tid=17130] ppid=17124 vsize=545804 CPUtime=2.66
/proc/17126/task/17130/stat : 17130 (gnovelty+) R 17124 17126 9860 0 -1 4202560 8 0 0 0 141 125 0 0 15 0 4 0 927940895 558903296 19774 4294967295 134512640 135680988 3219128656 3058749788 134957681 0 0 0 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 11.05
Current children cumulated vsize (KiB) 545804

[startup+6.3108 s]
/proc/loadavg: 3.87 3.91 4.16 5/102 17130
/proc/meminfo: memFree=3118200/3368532 swapFree=1959840/1959888
[pid=17126] ppid=17124 vsize=545804 CPUtime=23.08
/proc/17126/stat : 17126 (gnovelty+) R 17124 17126 9860 0 -1 4202496 19819 0 0 0 1187 1121 0 0 15 0 4 0 927940887 558903296 19774 4294967295 134512640 135680988 3219128656 3219127852 134957422 0 0 0 0 4294967295 0 0 17 0 0 0 0
/proc/17126/statm: 136451 19774 103 286 0 136163 0
[pid=17126/tid=17128] ppid=17124 vsize=545804 CPUtime=5.8
/proc/17126/task/17128/stat : 17128 (gnovelty+) R 17124 17126 9860 0 -1 4202560 8 0 0 0 294 286 0 0 15 0 4 0 927940895 558903296 19774 4294967295 134512640 135680988 3219128656 3077534044 134957422 0 0 0 0 0 0 0 -1 3 0 0 0
[pid=17126/tid=17129] ppid=17124 vsize=545804 CPUtime=5.8
/proc/17126/task/17129/stat : 17129 (gnovelty+) R 17124 17126 9860 0 -1 4202560 9 0 0 0 296 284 0 0 15 0 4 0 927940895 558903296 19774 4294967295 134512640 135680988 3219128656 3068141916 134957681 0 0 0 0 0 0 0 -1 1 0 0 0
[pid=17126/tid=17130] ppid=17124 vsize=545804 CPUtime=5.68
/proc/17126/task/17130/stat : 17130 (gnovelty+) R 17124 17126 9860 0 -1 4202560 8 0 0 0 304 264 0 0 15 0 4 0 927940895 558903296 19774 4294967295 134512640 135680988 3219128656 3058749788 134957681 0 0 0 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 23.08
Current children cumulated vsize (KiB) 545804

[startup+12.7102 s]
/proc/loadavg: 3.89 3.91 4.16 5/102 17130
/proc/meminfo: memFree=3118156/3368532 swapFree=1959840/1959888
[pid=17126] ppid=17124 vsize=545804 CPUtime=46.54
/proc/17126/stat : 17126 (gnovelty+) R 17124 17126 9860 0 -1 4202496 19819 0 0 0 2425 2229 0 0 15 0 4 0 927940887 558903296 19774 4294967295 134512640 135680988 3219128656 3219127900 134957422 0 0 0 0 4294967295 0 0 17 1 0 0 0
/proc/17126/statm: 136451 19774 103 286 0 136163 0
[pid=17126/tid=17128] ppid=17124 vsize=545804 CPUtime=11.78
/proc/17126/task/17128/stat : 17128 (gnovelty+) R 17124 17126 9860 0 -1 4202560 8 0 0 0 600 578 0 0 15 0 4 0 927940895 558903296 19774 4294967295 134512640 135680988 3219128656 3077534044 134957422 0 0 0 0 0 0 0 -1 3 0 0 0
[pid=17126/tid=17129] ppid=17124 vsize=545804 CPUtime=11.79
/proc/17126/task/17129/stat : 17129 (gnovelty+) R 17124 17126 9860 0 -1 4202560 9 0 0 0 606 573 0 0 15 0 4 0 927940895 558903296 19774 4294967295 134512640 135680988 3219128656 3068141916 134957681 0 0 0 0 0 0 0 -1 0 0 0 0
[pid=17126/tid=17130] ppid=17124 vsize=545804 CPUtime=11.37
/proc/17126/task/17130/stat : 17130 (gnovelty+) R 17124 17126 9860 0 -1 4202560 8 0 0 0 622 515 0 0 15 0 4 0 927940895 558903296 19774 4294967295 134512640 135680988 3219128656 3058749788 134957681 0 0 0 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 46.54
Current children cumulated vsize (KiB) 545804

[startup+25.5092 s]
/proc/loadavg: 3.90 3.92 4.16 5/102 17132
/proc/meminfo: memFree=3118188/3368532 swapFree=1959840/1959888
[pid=17126] ppid=17124 vsize=545804 CPUtime=93.65
/proc/17126/stat : 17126 (gnovelty+) R 17124 17126 9860 0 -1 4202496 19820 0 0 0 4975 4390 0 0 15 0 4 0 927940887 558903296 19775 4294967295 134512640 135680988 3219128656 3219127900 134957422 0 0 0 0 4294967295 0 0 17 0 0 0 0
/proc/17126/statm: 136451 19775 103 286 0 136163 0
[pid=17126/tid=17128] ppid=17124 vsize=545804 CPUtime=23.56
/proc/17126/task/17128/stat : 17128 (gnovelty+) R 17124 17126 9860 0 -1 4202560 9 0 0 0 1235 1121 0 0 15 0 4 0 927940895 558903296 19775 4294967295 134512640 135680988 3219128656 3077534044 134957681 0 0 0 0 0 0 0 -1 2 0 0 0
[pid=17126/tid=17129] ppid=17124 vsize=545804 CPUtime=23.48
/proc/17126/task/17129/stat : 17129 (gnovelty+) R 17124 17126 9860 0 -1 4202560 9 0 0 0 1264 1084 0 0 15 0 4 0 927940895 558903296 19775 4294967295 134512640 135680988 3219128656 3068141916 134957422 0 0 0 0 0 0 0 -1 1 0 0 0
[pid=17126/tid=17130] ppid=17124 vsize=545804 CPUtime=23.03
/proc/17126/task/17130/stat : 17130 (gnovelty+) R 17124 17126 9860 0 -1 4202560 8 0 0 0 1218 1085 0 0 15 0 4 0 927940895 558903296 19775 4294967295 134512640 135680988 3219128656 3058749788 134957422 0 0 0 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 93.65
Current children cumulated vsize (KiB) 545804

[startup+51.1065 s]
/proc/loadavg: 3.86 3.91 4.15 5/102 17134
/proc/meminfo: memFree=3118128/3368532 swapFree=1959840/1959888
[pid=17126] ppid=17124 vsize=545804 CPUtime=188.55
/proc/17126/stat : 17126 (gnovelty+) R 17124 17126 9860 0 -1 4202496 19820 0 0 0 9976 8879 0 0 15 0 4 0 927940887 558903296 19775 4294967295 134512640 135680988 3219128656 3219127900 134957681 0 0 0 0 4294967295 0 0 17 3 0 0 0
/proc/17126/statm: 136451 19775 103 286 0 136163 0
[pid=17126/tid=17128] ppid=17124 vsize=545804 CPUtime=47.12
/proc/17126/task/17128/stat : 17128 (gnovelty+) R 17124 17126 9860 0 -1 4202560 9 0 0 0 2474 2238 0 0 15 0 4 0 927940895 558903296 19775 4294967295 134512640 135680988 3219128656 3077534044 134957681 0 0 0 0 0 0 0 -1 1 0 0 0
[pid=17126/tid=17129] ppid=17124 vsize=545804 CPUtime=47.43
/proc/17126/task/17129/stat : 17129 (gnovelty+) R 17124 17126 9860 0 -1 4202560 9 0 0 0 2552 2191 0 0 15 0 4 0 927940895 558903296 19775 4294967295 134512640 135680988 3219128656 3068141916 134957422 0 0 0 0 0 0 0 -1 0 0 0 0
[pid=17126/tid=17130] ppid=17124 vsize=545804 CPUtime=46.73
/proc/17126/task/17130/stat : 17130 (gnovelty+) R 17124 17126 9860 0 -1 4202560 8 0 0 0 2467 2206 0 0 15 0 4 0 927940895 558903296 19775 4294967295 134512640 135680988 3219128656 3058749788 134957422 0 0 0 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 188.55
Current children cumulated vsize (KiB) 545804

[startup+102.313 s]
/proc/loadavg: 3.89 3.90 4.13 5/102 17321
/proc/meminfo: memFree=3117516/3368532 swapFree=1959840/1959888
[pid=17126] ppid=17124 vsize=545804 CPUtime=378.2
/proc/17126/stat : 17126 (gnovelty+) R 17124 17126 9860 0 -1 4202496 19820 0 0 0 20058 17762 0 0 15 0 4 0 927940887 558903296 19775 4294967295 134512640 135680988 3219128656 3219127900 134957681 0 0 0 0 4294967295 0 0 17 1 0 0 0
/proc/17126/statm: 136451 19775 103 286 0 136163 0
[pid=17126/tid=17128] ppid=17124 vsize=545804 CPUtime=94.06
/proc/17126/task/17128/stat : 17128 (gnovelty+) R 17124 17126 9860 0 -1 4202560 9 0 0 0 4940 4466 0 0 15 0 4 0 927940895 558903296 19775 4294967295 134512640 135680988 3219128656 3077534044 134957422 0 0 0 0 0 0 0 -1 0 0 0 0
[pid=17126/tid=17129] ppid=17124 vsize=545804 CPUtime=94.81
/proc/17126/task/17129/stat : 17129 (gnovelty+) R 17124 17126 9860 0 -1 4202560 9 0 0 0 5108 4373 0 0 15 0 4 0 927940895 558903296 19775 4294967295 134512640 135680988 3219128656 3068141916 134957681 0 0 0 0 0 0 0 -1 2 0 0 0
[pid=17126/tid=17130] ppid=17124 vsize=545804 CPUtime=94.49
/proc/17126/task/17130/stat : 17130 (gnovelty+) R 17124 17126 9860 0 -1 4202560 8 0 0 0 5030 4419 0 0 15 0 4 0 927940895 558903296 19775 4294967295 134512640 135680988 3219128656 3058749788 134957422 0 0 0 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 378.2
Current children cumulated vsize (KiB) 545804

[startup+162.308 s]
/proc/loadavg: 3.91 3.90 4.12 5/102 17508
/proc/meminfo: memFree=3117392/3368532 swapFree=1959840/1959888
[pid=17126] ppid=17124 vsize=545804 CPUtime=599.67
/proc/17126/stat : 17126 (gnovelty+) R 17124 17126 9860 0 -1 4202496 19820 0 0 0 31827 28140 0 0 15 0 4 0 927940887 558903296 19775 4294967295 134512640 135680988 3219128656 3219127900 134957681 0 0 0 0 4294967295 0 0 17 2 0 0 0
/proc/17126/statm: 136451 19775 103 286 0 136163 0
[pid=17126/tid=17128] ppid=17124 vsize=545804 CPUtime=149.35
/proc/17126/task/17128/stat : 17128 (gnovelty+) R 17124 17126 9860 0 -1 4202560 9 0 0 0 7837 7098 0 0 15 0 4 0 927940895 558903296 19775 4294967295 134512640 135680988 3219128656 3077534044 134957681 0 0 0 0 0 0 0 -1 1 0 0 0
[pid=17126/tid=17129] ppid=17124 vsize=545804 CPUtime=150.01
/proc/17126/task/17129/stat : 17129 (gnovelty+) R 17124 17126 9860 0 -1 4202560 9 0 0 0 8107 6894 0 0 15 0 4 0 927940895 558903296 19775 4294967295 134512640 135680988 3219128656 3068141916 134957422 0 0 0 0 0 0 0 -1 3 0 0 0
[pid=17126/tid=17130] ppid=17124 vsize=545804 CPUtime=149.93
/proc/17126/task/17130/stat : 17130 (gnovelty+) R 17124 17126 9860 0 -1 4202560 8 0 0 0 8004 6989 0 0 15 0 4 0 927940895 558903296 19775 4294967295 134512640 135680988 3219128656 3058749788 134957681 0 0 0 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 599.67
Current children cumulated vsize (KiB) 545804

[startup+222.303 s]
/proc/loadavg: 3.97 3.92 4.10 5/102 17697
/proc/meminfo: memFree=3117640/3368532 swapFree=1959840/1959888
[pid=17126] ppid=17124 vsize=545804 CPUtime=822.74
/proc/17126/stat : 17126 (gnovelty+) R 17124 17126 9860 0 -1 4202496 19820 0 0 0 43618 38656 0 0 15 0 4 0 927940887 558903296 19775 4294967295 134512640 135680988 3219128656 3219127900 134957422 0 0 0 0 4294967295 0 0 17 0 0 0 0
/proc/17126/statm: 136451 19775 103 286 0 136163 0
[pid=17126/tid=17128] ppid=17124 vsize=545804 CPUtime=205.12
/proc/17126/task/17128/stat : 17128 (gnovelty+) R 17124 17126 9860 0 -1 4202560 9 0 0 0 10750 9762 0 0 15 0 4 0 927940895 558903296 19775 4294967295 134512640 135680988 3219128656 3077533996 134957422 0 0 0 0 0 0 0 -1 1 0 0 0
[pid=17126/tid=17129] ppid=17124 vsize=545804 CPUtime=205.8
/proc/17126/task/17129/stat : 17129 (gnovelty+) R 17124 17126 9860 0 -1 4202560 9 0 0 0 11031 9549 0 0 15 0 4 0 927940895 558903296 19775 4294967295 134512640 135680988 3219128656 3068141916 134957681 0 0 0 0 0 0 0 -1 2 0 0 0
[pid=17126/tid=17130] ppid=17124 vsize=545804 CPUtime=205.64
/proc/17126/task/17130/stat : 17130 (gnovelty+) R 17124 17126 9860 0 -1 4202560 8 0 0 0 11003 9561 0 0 16 0 4 0 927940895 558903296 19775 4294967295 134512640 135680988 3219128656 3058749740 134957422 0 0 0 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 822.74
Current children cumulated vsize (KiB) 545804

[startup+282.308 s]
/proc/loadavg: 3.93 3.91 4.09 5/102 17888
/proc/meminfo: memFree=3117888/3368532 swapFree=1959840/1959888
[pid=17126] ppid=17124 vsize=545804 CPUtime=1043.78
/proc/17126/stat : 17126 (gnovelty+) R 17124 17126 9860 0 -1 4202496 19820 0 0 0 55447 48931 0 0 15 0 4 0 927940887 558903296 19775 4294967295 134512640 135680988 3219128656 3219127900 134957422 0 0 0 0 4294967295 0 0 17 3 0 0 0
/proc/17126/statm: 136451 19775 103 286 0 136163 0
[pid=17126/tid=17128] ppid=17124 vsize=545804 CPUtime=260.63
/proc/17126/task/17128/stat : 17128 (gnovelty+) R 17124 17126 9860 0 -1 4202560 9 0 0 0 13746 12317 0 0 15 0 4 0 927940895 558903296 19775 4294967295 134512640 135680988 3219128656 3077533996 134957681 0 0 0 0 0 0 0 -1 0 0 0 0
[pid=17126/tid=17129] ppid=17124 vsize=545804 CPUtime=261.13
/proc/17126/task/17129/stat : 17129 (gnovelty+) R 17124 17126 9860 0 -1 4202560 9 0 0 0 13962 12151 0 0 15 0 4 0 927940895 558903296 19775 4294967295 134512640 135680988 3219128656 3068141916 134957681 0 0 0 0 0 0 0 -1 2 0 0 0

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

[pid=17126] ppid=17124 vsize=545804 CPUtime=1487.35
/proc/17126/stat : 17126 (gnovelty+) R 17124 17126 9860 0 -1 4202496 19820 0 0 0 79037 69698 0 0 15 0 4 0 927940887 558903296 19775 4294967295 134512640 135680988 3219128656 3219127900 134957681 0 0 0 0 4294967295 0 0 17 1 0 0 0
/proc/17126/statm: 136451 19775 103 286 0 136163 0
[pid=17126/tid=17128] ppid=17124 vsize=545804 CPUtime=371.54
/proc/17126/task/17128/stat : 17128 (gnovelty+) R 17124 17126 9860 0 -1 4202560 9 0 0 0 19694 17460 0 0 15 0 4 0 927940895 558903296 19775 4294967295 134512640 135680988 3219128656 3077534044 134957422 0 0 0 0 0 0 0 -1 3 0 0 0
[pid=17126/tid=17129] ppid=17124 vsize=545804 CPUtime=371.79
/proc/17126/task/17129/stat : 17129 (gnovelty+) R 17124 17126 9860 0 -1 4202560 9 0 0 0 19920 17259 0 0 15 0 4 0 927940895 558903296 19775 4294967295 134512640 135680988 3219128656 3068141916 134957681 0 0 0 0 0 0 0 -1 0 0 0 0
[pid=17126/tid=17130] ppid=17124 vsize=545804 CPUtime=371.46
/proc/17126/task/17130/stat : 17130 (gnovelty+) R 17124 17126 9860 0 -1 4202560 8 0 0 0 19782 17364 0 0 15 0 4 0 927940895 558903296 19775 4294967295 134512640 135680988 3219128656 3058749740 134957681 0 0 0 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 1487.35
Current children cumulated vsize (KiB) 545804

[startup+462.314 s]
/proc/loadavg: 3.77 3.83 4.02 5/102 18453
/proc/meminfo: memFree=3117392/3368532 swapFree=1959840/1959888
[pid=17126] ppid=17124 vsize=545804 CPUtime=1709.68
/proc/17126/stat : 17126 (gnovelty+) R 17124 17126 9860 0 -1 4202496 19820 0 0 0 90910 80058 0 0 16 0 4 0 927940887 558903296 19775 4294967295 134512640 135680988 3219128656 3219127900 134957420 0 0 0 0 4294967295 0 0 17 3 0 0 0
/proc/17126/statm: 136451 19775 103 286 0 136163 0
[pid=17126/tid=17128] ppid=17124 vsize=545804 CPUtime=427.22
/proc/17126/task/17128/stat : 17128 (gnovelty+) R 17124 17126 9860 0 -1 4202560 9 0 0 0 22664 20058 0 0 15 0 4 0 927940895 558903296 19775 4294967295 134512640 135680988 3219128656 3077534044 134957681 0 0 0 0 0 0 0 -1 2 0 0 0
[pid=17126/tid=17129] ppid=17124 vsize=545804 CPUtime=427.04
/proc/17126/task/17129/stat : 17129 (gnovelty+) R 17124 17126 9860 0 -1 4202560 9 0 0 0 22883 19821 0 0 15 0 4 0 927940895 558903296 19775 4294967295 134512640 135680988 3219128656 3068141916 134957422 0 0 0 0 0 0 0 -1 1 0 0 0
[pid=17126/tid=17130] ppid=17124 vsize=545804 CPUtime=427.1
/proc/17126/task/17130/stat : 17130 (gnovelty+) R 17124 17126 9860 0 -1 4202560 8 0 0 0 22758 19952 0 0 15 0 4 0 927940895 558903296 19775 4294967295 134512640 135680988 3219128656 3058749788 134957681 0 0 0 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1709.68
Current children cumulated vsize (KiB) 545804

[startup+522.309 s]
/proc/loadavg: 3.84 3.84 4.01 5/102 18642
/proc/meminfo: memFree=3117260/3368532 swapFree=1959840/1959888
[pid=17126] ppid=17124 vsize=545804 CPUtime=1931.54
/proc/17126/stat : 17126 (gnovelty+) S 17124 17126 9860 0 -1 4202496 19820 0 0 0 102717 90437 0 0 15 0 4 0 927940887 558903296 19775 4294967295 134512640 135680988 3219128656 3219127900 134957422 0 0 0 0 4294967295 0 0 17 2 0 0 0
/proc/17126/statm: 136451 19775 103 286 0 136163 0
[pid=17126/tid=17128] ppid=17124 vsize=545804 CPUtime=482.49
/proc/17126/task/17128/stat : 17128 (gnovelty+) R 17124 17126 9860 0 -1 4202560 9 0 0 0 25579 22670 0 0 15 0 4 0 927940895 558903296 19775 4294967295 134512640 135680988 3219128656 3077534044 134957422 0 0 0 0 0 0 0 -1 1 0 0 0
[pid=17126/tid=17129] ppid=17124 vsize=545804 CPUtime=482.39
/proc/17126/task/17129/stat : 17129 (gnovelty+) R 17124 17126 9860 0 -1 4202560 9 0 0 0 25826 22413 0 0 16 0 4 0 927940895 558903296 19775 4294967295 134512640 135680988 3219128656 3068141916 134957422 0 0 0 0 0 0 0 -1 3 0 0 0
[pid=17126/tid=17130] ppid=17124 vsize=545804 CPUtime=482.44
/proc/17126/task/17130/stat : 17130 (gnovelty+) R 17124 17126 9860 0 -1 4202560 8 0 0 0 25710 22534 0 0 15 0 4 0 927940895 558903296 19775 4294967295 134512640 135680988 3219128656 3058749788 134957681 0 0 0 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1931.54
Current children cumulated vsize (KiB) 545804

[startup+582.304 s]
/proc/loadavg: 3.90 3.86 4.00 5/102 18829
/proc/meminfo: memFree=3117516/3368532 swapFree=1959840/1959888
[pid=17126] ppid=17124 vsize=545804 CPUtime=2154.14
/proc/17126/stat : 17126 (gnovelty+) R 17124 17126 9860 0 -1 4202496 19820 0 0 0 114521 100893 0 0 15 0 4 0 927940887 558903296 19775 4294967295 134512640 135680988 3219128656 3219127900 134957681 0 0 0 0 4294967295 0 0 17 1 0 0 0
/proc/17126/statm: 136451 19775 103 286 0 136163 0
[pid=17126/tid=17128] ppid=17124 vsize=545804 CPUtime=538.28
/proc/17126/task/17128/stat : 17128 (gnovelty+) R 17124 17126 9860 0 -1 4202560 9 0 0 0 28579 25249 0 0 15 0 4 0 927940895 558903296 19775 4294967295 134512640 135680988 3219128656 3077534044 134957422 0 0 0 0 0 0 0 -1 2 0 0 0
[pid=17126/tid=17129] ppid=17124 vsize=545804 CPUtime=538.2
/proc/17126/task/17129/stat : 17129 (gnovelty+) R 17124 17126 9860 0 -1 4202560 9 0 0 0 28780 25040 0 0 15 0 4 0 927940895 558903296 19775 4294967295 134512640 135680988 3219128656 3068141916 134957681 0 0 0 0 0 0 0 -1 0 0 0 0
[pid=17126/tid=17130] ppid=17124 vsize=545804 CPUtime=538.23
/proc/17126/task/17130/stat : 17130 (gnovelty+) R 17124 17126 9860 0 -1 4202560 8 0 0 0 28667 25156 0 0 15 0 4 0 927940895 558903296 19775 4294967295 134512640 135680988 3219128656 3058749788 134957681 0 0 0 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 2154.14
Current children cumulated vsize (KiB) 545804

[startup+642.309 s]
/proc/loadavg: 3.94 3.88 4.00 5/102 19019
/proc/meminfo: memFree=3117764/3368532 swapFree=1959840/1959888
[pid=17126] ppid=17124 vsize=545804 CPUtime=2375.69
/proc/17126/stat : 17126 (gnovelty+) R 17124 17126 9860 0 -1 4202496 19820 0 0 0 126182 111387 0 0 15 0 4 0 927940887 558903296 19775 4294967295 134512640 135680988 3219128656 3219127900 134957422 0 0 0 0 4294967295 0 0 17 1 0 0 0
/proc/17126/statm: 136451 19775 103 286 0 136163 0
[pid=17126/tid=17128] ppid=17124 vsize=545804 CPUtime=593.42
/proc/17126/task/17128/stat : 17128 (gnovelty+) R 17124 17126 9860 0 -1 4202560 9 0 0 0 31466 27876 0 0 16 0 4 0 927940895 558903296 19775 4294967295 134512640 135680988 3219128656 3077534044 134957422 0 0 0 0 0 0 0 -1 3 0 0 0
[pid=17126/tid=17129] ppid=17124 vsize=545804 CPUtime=594.14
/proc/17126/task/17129/stat : 17129 (gnovelty+) R 17124 17126 9860 0 -1 4202560 9 0 0 0 31723 27691 0 0 15 0 4 0 927940895 558903296 19775 4294967295 134512640 135680988 3219128656 3068141916 134957681 0 0 0 0 0 0 0 -1 2 0 0 0
[pid=17126/tid=17130] ppid=17124 vsize=545804 CPUtime=593.92
/proc/17126/task/17130/stat : 17130 (gnovelty+) R 17124 17126 9860 0 -1 4202560 8 0 0 0 31633 27759 0 0 15 0 4 0 927940895 558903296 19775 4294967295 134512640 135680988 3219128656 3058749788 134957681 0 0 0 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 2375.69
Current children cumulated vsize (KiB) 545804

[startup+702.314 s]
/proc/loadavg: 3.81 3.85 3.98 5/102 19209
/proc/meminfo: memFree=3118012/3368532 swapFree=1959840/1959888
[pid=17126] ppid=17124 vsize=545804 CPUtime=2597.38
/proc/17126/stat : 17126 (gnovelty+) R 17124 17126 9860 0 -1 4202496 19820 0 0 0 138080 121658 0 0 15 0 4 0 927940887 558903296 19775 4294967295 134512640 135680988 3219128656 3219127900 134957681 0 0 0 0 4294967295 0 0 17 0 0 0 0
/proc/17126/statm: 136451 19775 103 286 0 136163 0
[pid=17126/tid=17128] ppid=17124 vsize=545804 CPUtime=648.53
/proc/17126/task/17128/stat : 17128 (gnovelty+) R 17124 17126 9860 0 -1 4202560 9 0 0 0 34416 30437 0 0 15 0 4 0 927940895 558903296 19775 4294967295 134512640 135680988 3219128656 3077534044 134957681 0 0 0 0 0 0 0 -1 2 0 0 0
[pid=17126/tid=17129] ppid=17124 vsize=545804 CPUtime=649.48
/proc/17126/task/17129/stat : 17129 (gnovelty+) R 17124 17126 9860 0 -1 4202560 9 0 0 0 34733 30215 0 0 15 0 4 0 927940895 558903296 19775 4294967295 134512640 135680988 3219128656 3068141916 134957422 0 0 0 0 0 0 0 -1 1 0 0 0
[pid=17126/tid=17130] ppid=17124 vsize=545804 CPUtime=649.91
/proc/17126/task/17130/stat : 17130 (gnovelty+) R 17124 17126 9860 0 -1 4202560 8 0 0 0 34581 30410 0 0 15 0 4 0 927940895 558903296 19775 4294967295 134512640 135680988 3219128656 3058749788 134957422 0 0 0 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 2597.38
Current children cumulated vsize (KiB) 545804

[startup+762.319 s]
/proc/loadavg: 3.73 3.81 3.95 5/102 19396
/proc/meminfo: memFree=3118136/3368532 swapFree=1959840/1959888
[pid=17126] ppid=17124 vsize=545804 CPUtime=2819.57
/proc/17126/stat : 17126 (gnovelty+) R 17124 17126 9860 0 -1 4202496 19820 0 0 0 149918 132039 0 0 15 0 4 0 927940887 558903296 19775 4294967295 134512640 135680988 3219128656 3219127900 134957422 0 0 0 0 4294967295 0 0 17 2 0 0 0
/proc/17126/statm: 136451 19775 103 286 0 136163 0
[pid=17126/tid=17128] ppid=17124 vsize=545804 CPUtime=703.7
/proc/17126/task/17128/stat : 17128 (gnovelty+) R 17124 17126 9860 0 -1 4202560 9 0 0 0 37311 33059 0 0 15 0 4 0 927940895 558903296 19775 4294967295 134512640 135680988 3219128656 3077534044 134957422 0 0 0 0 0 0 0 -1 3 0 0 0
[pid=17126/tid=17129] ppid=17124 vsize=545804 CPUtime=705.63
/proc/17126/task/17129/stat : 17129 (gnovelty+) R 17124 17126 9860 0 -1 4202560 9 0 0 0 37737 32826 0 0 15 0 4 0 927940895 558903296 19775 4294967295 134512640 135680988 3219128656 3068141868 134957681 0 0 0 0 0 0 0 -1 1 0 0 0
[pid=17126/tid=17130] ppid=17124 vsize=545804 CPUtime=705.25
/proc/17126/task/17130/stat : 17130 (gnovelty+) R 17124 17126 9860 0 -1 4202560 8 0 0 0 37549 32976 0 0 15 0 4 0 927940895 558903296 19775 4294967295 134512640 135680988 3219128656 3058749788 134957681 0 0 0 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 2819.57
Current children cumulated vsize (KiB) 545804

[startup+822.315 s]
/proc/loadavg: 3.76 3.79 3.94 6/102 19585
/proc/meminfo: memFree=3117880/3368532 swapFree=1959840/1959888
[pid=17126] ppid=17124 vsize=545804 CPUtime=3041.46
/proc/17126/stat : 17126 (gnovelty+) R 17124 17126 9860 0 -1 4202496 19820 0 0 0 161875 142271 0 0 16 0 4 0 927940887 558903296 19775 4294967295 134512640 135680988 3219128656 3219127900 134957422 0 0 0 0 4294967295 0 0 17 3 0 0 0
/proc/17126/statm: 136451 19775 103 286 0 136163 0
[pid=17126/tid=17128] ppid=17124 vsize=545804 CPUtime=759.04
/proc/17126/task/17128/stat : 17128 (gnovelty+) R 17124 17126 9860 0 -1 4202560 9 0 0 0 40286 35618 0 0 15 0 4 0 927940895 558903296 19775 4294967295 134512640 135680988 3219128656 3077534044 134957681 0 0 0 0 0 0 0 -1 2 0 0 0
[pid=17126/tid=17129] ppid=17124 vsize=545804 CPUtime=761.25
/proc/17126/task/17129/stat : 17129 (gnovelty+) R 17124 17126 9860 0 -1 4202560 9 0 0 0 40784 35341 0 0 15 0 4 0 927940895 558903296 19775 4294967295 134512640 135680988 3219128656 3068141916 134957681 0 0 0 0 0 0 0 -1 1 0 0 0
[pid=17126/tid=17130] ppid=17124 vsize=545804 CPUtime=760.94
/proc/17126/task/17130/stat : 17130 (gnovelty+) R 17124 17126 9860 0 -1 4202560 8 0 0 0 40538 35556 0 0 15 0 4 0 927940895 558903296 19775 4294967295 134512640 135680988 3219128656 3058749788 134957681 0 0 0 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3041.46
Current children cumulated vsize (KiB) 545804

[startup+882.309 s]
/proc/loadavg: 3.71 3.78 3.92 5/102 19772
/proc/meminfo: memFree=3117888/3368532 swapFree=1959840/1959888
[pid=17126] ppid=17124 vsize=545804 CPUtime=3263.46
/proc/17126/stat : 17126 (gnovelty+) R 17124 17126 9860 0 -1 4202496 19820 0 0 0 173562 152784 0 0 15 0 4 0 927940887 558903296 19775 4294967295 134512640 135680988 3219128656 3219127900 134957681 0 0 0 0 4294967295 0 0 17 1 0 0 0
/proc/17126/statm: 136451 19775 103 286 0 136163 0
[pid=17126/tid=17128] ppid=17124 vsize=545804 CPUtime=814.66
/proc/17126/task/17128/stat : 17128 (gnovelty+) R 17124 17126 9860 0 -1 4202560 9 0 0 0 43179 38287 0 0 16 0 4 0 927940895 558903296 19775 4294967295 134512640 135680988 3219128656 3077534044 134957422 0 0 0 0 0 0 0 -1 0 0 0 0
[pid=17126/tid=17129] ppid=17124 vsize=545804 CPUtime=816.42
/proc/17126/task/17129/stat : 17129 (gnovelty+) R 17124 17126 9860 0 -1 4202560 9 0 0 0 43744 37898 0 0 15 0 4 0 927940895 558903296 19775 4294967295 134512640 135680988 3219128656 3068141916 134957681 0 0 0 0 0 0 0 -1 3 0 0 0
[pid=17126/tid=17130] ppid=17124 vsize=545804 CPUtime=816.43
/proc/17126/task/17130/stat : 17130 (gnovelty+) R 17124 17126 9860 0 -1 4202560 8 0 0 0 43480 38163 0 0 15 0 4 0 927940895 558903296 19775 4294967295 134512640 135680988 3219128656 3058749788 134957681 0 0 0 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 3263.46
Current children cumulated vsize (KiB) 545804

[startup+942.304 s]
/proc/loadavg: 3.88 3.83 3.93 5/102 19959
/proc/meminfo: memFree=3117888/3368532 swapFree=1959840/1959888
[pid=17126] ppid=17124 vsize=545804 CPUtime=3485.36
/proc/17126/stat : 17126 (gnovelty+) R 17124 17126 9860 0 -1 4202496 19820 0 0 0 185245 163291 0 0 15 0 4 0 927940887 558903296 19775 4294967295 134512640 135680988 3219128656 3219127900 134957681 0 0 0 0 4294967295 0 0 17 0 0 0 0
/proc/17126/statm: 136451 19775 103 286 0 136163 0
[pid=17126/tid=17128] ppid=17124 vsize=545804 CPUtime=869.91
/proc/17126/task/17128/stat : 17128 (gnovelty+) S 17124 17126 9860 0 -1 4202560 9 0 0 0 46101 40890 0 0 15 0 4 0 927940895 558903296 19775 4294967295 134512640 135680988 3219128656 3077533996 134957422 0 0 0 0 0 0 0 -1 2 0 0 0
[pid=17126/tid=17129] ppid=17124 vsize=545804 CPUtime=871.76
/proc/17126/task/17129/stat : 17129 (gnovelty+) R 17124 17126 9860 0 -1 4202560 9 0 0 0 46691 40485 0 0 15 0 4 0 927940895 558903296 19775 4294967295 134512640 135680988 3219128656 3068141916 134957422 0 0 0 0 0 0 0 -1 3 0 0 0
[pid=17126/tid=17130] ppid=17124 vsize=545804 CPUtime=871.94
/proc/17126/task/17130/stat : 17130 (gnovelty+) R 17124 17126 9860 0 -1 4202560 8 0 0 0 46430 40764 0 0 15 0 4 0 927940895 558903296 19775 4294967295 134512640 135680988 3219128656 3058749788 134957422 0 0 0 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 3485.36
Current children cumulated vsize (KiB) 545804



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1000.01 s]
/proc/loadavg: 4.04 3.87 3.93 5/102 20148
/proc/meminfo: memFree=3117880/3368532 swapFree=1959840/1959888
[pid=17126] ppid=17124 vsize=545804 CPUtime=3698.5
/proc/17126/stat : 17126 (gnovelty+) R 17124 17126 9860 0 -1 4202496 19820 0 0 0 196512 173338 0 0 15 0 4 0 927940887 558903296 19775 4294967295 134512640 135680988 3219128656 3219127900 134957422 0 0 0 0 4294967295 0 0 17 1 0 0 0
/proc/17126/statm: 136451 19775 103 286 0 136163 0
[pid=17126/tid=17128] ppid=17124 vsize=545804 CPUtime=923.36
/proc/17126/task/17128/stat : 17128 (gnovelty+) R 17124 17126 9860 0 -1 4202560 9 0 0 0 48960 43376 0 0 15 0 4 0 927940895 558903296 19775 4294967295 134512640 135680988 3219128656 3077533996 134957422 0 0 0 0 0 0 0 -1 3 0 0 0
[pid=17126/tid=17129] ppid=17124 vsize=545804 CPUtime=924.78
/proc/17126/task/17129/stat : 17129 (gnovelty+) R 17124 17126 9860 0 -1 4202560 9 0 0 0 49498 42980 0 0 15 0 4 0 927940895 558903296 19775 4294967295 134512640 135680988 3219128656 3068141916 134957681 0 0 0 0 0 0 0 -1 0 0 0 0
[pid=17126/tid=17130] ppid=17124 vsize=545804 CPUtime=925
/proc/17126/task/17130/stat : 17130 (gnovelty+) R 17124 17126 9860 0 -1 4202560 8 0 0 0 49212 43288 0 0 16 0 4 0 927940895 558903296 19775 4294967295 134512640 135680988 3219128656 3058749788 134957422 0 0 0 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 3698.5
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.02
CPU time (s): 3698.53
CPU user time (s): 1965.14
CPU system time (s): 1733.39
CPU usage (%): 369.844
Max. virtual memory (cumulated for all children) (KiB): 545804

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1965.14
system time used= 1733.39
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 19820
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= 98742805
involuntary context switches= 197355

runsolver used 0.02 second user time and 0.01 second system time

The end

Launcher Data

Begin job on tipi39 at 2009-05-28 00:34:01
IDJOB=1778083
IDBENCH=70543
IDSOLVER=617
FILE ID=tipi39/1778083-1243463641
PBS_JOBID=
Free space on /tmp= 5744 MiB

SOLVER NAME= gNovelty+-T 2009-03-22 (4 threads)
BENCH NAME= SAT09/RANDOM/MEDIUM/3SAT/UNKNOWN/500/unif-k3-r4.25-v500-c2125-S1735544520-075.cnf
COMMAND LINE= HOME/gnovelty+ BENCHNAME RANDOMSEED MAXNBTHREAD
RUNSOLVER COMMAND LINE= runsolver --timestamp  -w /tmp/evaluation-result-1778083-1243463641/watcher-1778083-1243463641 -o /tmp/evaluation-result-1778083-1243463641/solver-1778083-1243463641 -C 5000 -W 1000 -M 2047  HOME/gnovelty+ HOME/instance-1778083-1243463641.cnf 92762116 4

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

MD5SUM BENCH= 5b5eacd69579443fc2a1a78b000c06ae
RANDOM SEED= 92762116

Linux tipi39 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.067
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.067
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.10
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.067
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.16
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.067
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:       3197264 kB
Buffers:         21932 kB
Cached:          53664 kB
SwapCached:          0 kB
Active:          64924 kB
Inactive:        26920 kB
HighTotal:     2489216 kB
HighFree:      2421956 kB
LowTotal:       879316 kB
LowFree:        775308 kB
SwapTotal:     1959888 kB
SwapFree:      1959840 kB
Dirty:            1444 kB
Writeback:           0 kB
AnonPages:       16052 kB
Mapped:           6188 kB
Slab:            69812 kB
SReclaimable:    57392 kB
SUnreclaim:      12420 kB
PageTables:        500 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   3644152 kB
Committed_AS:    94980 kB
VmallocTotal:   114680 kB
VmallocUsed:      1444 kB
VmallocChunk:   113072 kB

Free space on /tmp at the end= 5744 MiB
End job on tipi39 at 2009-05-28 00:50:43