Trace number 1777168

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) 3893.7 1000.05

General information on the benchmark

NameRANDOM/LARGE/7SAT/UNKNOWN/220/
unif-k7-r85-v220-c18700-S1568578307-064.cnf
MD5SUM5adac1d8579162dbe20ef9795f561831
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 variables220
Number of clauses18700
Sum of the clauses size130900
Maximum clause length7
Minimum clause length7
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 50
Number of clauses of size over 518700

Solver Data

0.11/0.14	c +------------------------------+
0.11/0.14	c | gNovelty+, version 1.0       |
0.11/0.14	c +------------------------------+
0.11/0.14	c gnovelty+ -h for help
0.11/0.14	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-1777168-1243437299/watcher-1777168-1243437299 -o /tmp/evaluation-result-1777168-1243437299/solver-1777168-1243437299 -C 5000 -W 1000 -M 2047 HOME/gnovelty+ HOME/instance-1777168-1243437299.cnf 1626327226 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.00 4.14 4.15 3/96 3672
/proc/meminfo: memFree=3046600/3368532 swapFree=1954072/1959888
[pid=3672] ppid=3670 vsize=509228 CPUtime=0
/proc/3672/stat : 3672 (gnovelty+) R 3670 3672 15881 0 -1 4202496 1381 0 0 0 0 0 0 0 18 0 1 0 1097831099 521449472 1337 4294967295 134512640 135680988 3213214640 3213213904 134537167 0 0 0 0 0 0 0 17 3 0 0 0
/proc/3672/statm: 127307 1344 99 286 0 127019 0

[startup+0.068994 s]
/proc/loadavg: 4.00 4.14 4.15 3/96 3672
/proc/meminfo: memFree=3046600/3368532 swapFree=1954072/1959888
[pid=3672] ppid=3670 vsize=517044 CPUtime=0.06
/proc/3672/stat : 3672 (gnovelty+) R 3670 3672 15881 0 -1 4202496 10046 0 0 0 4 2 0 0 18 0 1 0 1097831099 529453056 10002 4294967295 134512640 135680988 3213214640 3213212748 134958286 0 0 0 0 0 0 0 17 3 0 0 0
/proc/3672/statm: 129261 10002 99 286 0 128973 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 517044

[startup+0.118982 s]
/proc/loadavg: 4.00 4.14 4.15 3/96 3672
/proc/meminfo: memFree=3046600/3368532 swapFree=1954072/1959888
[pid=3672] ppid=3670 vsize=517040 CPUtime=0.11
/proc/3672/stat : 3672 (gnovelty+) R 3670 3672 15881 0 -1 4202496 17012 0 0 0 6 5 0 0 18 0 1 0 1097831099 529448960 16967 4294967295 134512640 135680988 3213214640 3213213904 134537968 0 0 0 0 0 0 0 17 3 0 0 0
/proc/3672/statm: 129260 16971 99 286 0 128972 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 517040

[startup+0.318969 s]
/proc/loadavg: 4.00 4.14 4.15 3/96 3672
/proc/meminfo: memFree=3046600/3368532 swapFree=1954072/1959888
[pid=3672] ppid=3670 vsize=548188 CPUtime=0.77
/proc/3672/stat : 3672 (gnovelty+) R 3670 3672 15881 0 -1 4202496 20500 0 0 0 70 7 0 0 18 0 4 0 1097831099 561344512 20455 4294967295 134512640 135680988 3213214640 3213213884 134957681 0 0 0 0 4294967295 0 0 17 3 0 0 0
/proc/3672/statm: 137047 20455 103 286 0 136759 0
Current children cumulated CPU time (s) 0.77
Current children cumulated vsize (KiB) 548188

[startup+0.718941 s]
/proc/loadavg: 4.00 4.14 4.15 3/96 3672
/proc/meminfo: memFree=3046600/3368532 swapFree=1954072/1959888
[pid=3672] ppid=3670 vsize=548188 CPUtime=2.37
/proc/3672/stat : 3672 (gnovelty+) R 3670 3672 15881 0 -1 4202496 20500 0 0 0 227 10 0 0 16 0 4 0 1097831099 561344512 20455 4294967295 134512640 135680988 3213214640 3213213884 134957681 0 0 0 0 4294967295 0 0 17 3 0 0 0
/proc/3672/statm: 137047 20455 103 286 0 136759 0
Current children cumulated CPU time (s) 2.37
Current children cumulated vsize (KiB) 548188

[startup+1.51989 s]
/proc/loadavg: 4.00 4.14 4.15 6/100 3676
/proc/meminfo: memFree=2966460/3368532 swapFree=1954072/1959888
[pid=3672] ppid=3670 vsize=548188 CPUtime=5.53
/proc/3672/stat : 3672 (gnovelty+) R 3670 3672 15881 0 -1 4202496 20500 0 0 0 540 13 0 0 15 0 4 0 1097831099 561344512 20455 4294967295 134512640 135680988 3213214640 3213213884 134957681 0 0 0 0 4294967295 0 0 17 0 0 0 0
/proc/3672/statm: 137047 20455 103 286 0 136759 0
[pid=3672/tid=3674] ppid=3670 vsize=548188 CPUtime=1.36
/proc/3672/task/3674/stat : 3674 (gnovelty+) R 3670 3672 15881 0 -1 4202560 102 0 0 0 136 0 0 0 15 0 4 0 1097831114 561344512 20455 4294967295 134512640 135680988 3213214640 3077054812 134957681 0 0 0 0 0 0 0 -1 2 0 0 0
[pid=3672/tid=3675] ppid=3670 vsize=548188 CPUtime=1.35
/proc/3672/task/3675/stat : 3675 (gnovelty+) R 3670 3672 15881 0 -1 4202560 103 0 0 0 131 4 0 0 15 0 4 0 1097831114 561344512 20455 4294967295 134512640 135680988 3213214640 3067662684 134957681 0 0 0 0 0 0 0 -1 3 0 0 0
[pid=3672/tid=3676] ppid=3670 vsize=548188 CPUtime=1.35
/proc/3672/task/3676/stat : 3676 (gnovelty+) R 3670 3672 15881 0 -1 4202560 103 0 0 0 133 2 0 0 16 0 4 0 1097831114 561344512 20455 4294967295 134512640 135680988 3213214640 3058270556 134957422 0 0 0 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 5.53
Current children cumulated vsize (KiB) 548188

[startup+3.11991 s]
/proc/loadavg: 4.00 4.14 4.15 6/100 3676
/proc/meminfo: memFree=2966460/3368532 swapFree=1954072/1959888
[pid=3672] ppid=3670 vsize=548188 CPUtime=11.73
/proc/3672/stat : 3672 (gnovelty+) R 3670 3672 15881 0 -1 4202496 20500 0 0 0 1152 21 0 0 15 0 4 0 1097831099 561344512 20455 4294967295 134512640 135680988 3213214640 3213213884 134957681 0 0 0 0 4294967295 0 0 17 2 0 0 0
/proc/3672/statm: 137047 20455 103 286 0 136759 0
[pid=3672/tid=3674] ppid=3670 vsize=548188 CPUtime=2.91
/proc/3672/task/3674/stat : 3674 (gnovelty+) R 3670 3672 15881 0 -1 4202560 102 0 0 0 289 2 0 0 15 0 4 0 1097831114 561344512 20455 4294967295 134512640 135680988 3213214640 3077054812 134957681 0 0 0 0 0 0 0 -1 3 0 0 0
[pid=3672/tid=3675] ppid=3670 vsize=548188 CPUtime=2.88
/proc/3672/task/3675/stat : 3675 (gnovelty+) R 3670 3672 15881 0 -1 4202560 103 0 0 0 281 7 0 0 15 0 4 0 1097831114 561344512 20455 4294967295 134512640 135680988 3213214640 3067662684 134957681 0 0 0 0 0 0 0 -1 0 0 0 0
[pid=3672/tid=3676] ppid=3670 vsize=548188 CPUtime=2.95
/proc/3672/task/3676/stat : 3676 (gnovelty+) R 3670 3672 15881 0 -1 4202560 103 0 0 0 292 3 0 0 16 0 4 0 1097831114 561344512 20455 4294967295 134512640 135680988 3213214640 3058270556 134957422 0 0 0 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 11.73
Current children cumulated vsize (KiB) 548188

[startup+6.32134 s]
/proc/loadavg: 4.16 4.17 4.16 5/100 3676
/proc/meminfo: memFree=2966492/3368532 swapFree=1954072/1959888
[pid=3672] ppid=3670 vsize=548188 CPUtime=23.96
/proc/3672/stat : 3672 (gnovelty+) R 3670 3672 15881 0 -1 4202496 20500 0 0 0 2351 45 0 0 16 0 4 0 1097831099 561344512 20455 4294967295 134512640 135680988 3213214640 3213213884 134957681 0 0 0 0 4294967295 0 0 17 3 0 0 0
/proc/3672/statm: 137047 20455 103 286 0 136759 0
[pid=3672/tid=3674] ppid=3670 vsize=548188 CPUtime=5.85
/proc/3672/task/3674/stat : 3674 (gnovelty+) R 3670 3672 15881 0 -1 4202560 102 0 0 0 576 9 0 0 15 0 4 0 1097831114 561344512 20455 4294967295 134512640 135680988 3213214640 3077054812 134957681 0 0 0 0 0 0 0 -1 1 0 0 0
[pid=3672/tid=3675] ppid=3670 vsize=548188 CPUtime=5.99
/proc/3672/task/3675/stat : 3675 (gnovelty+) R 3670 3672 15881 0 -1 4202560 103 0 0 0 584 15 0 0 15 0 4 0 1097831114 561344512 20455 4294967295 134512640 135680988 3213214640 3067662684 134957681 0 0 0 0 0 0 0 -1 2 0 0 0
[pid=3672/tid=3676] ppid=3670 vsize=548188 CPUtime=6.07
/proc/3672/task/3676/stat : 3676 (gnovelty+) R 3670 3672 15881 0 -1 4202560 103 0 0 0 602 5 0 0 16 0 4 0 1097831114 561344512 20455 4294967295 134512640 135680988 3213214640 3058270556 134957422 0 0 0 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 23.96
Current children cumulated vsize (KiB) 548188

[startup+12.7255 s]
/proc/loadavg: 4.23 4.19 4.16 9/100 3677
/proc/meminfo: memFree=2966120/3368532 swapFree=1954072/1959888
[pid=3672] ppid=3670 vsize=548188 CPUtime=49.26
/proc/3672/stat : 3672 (gnovelty+) R 3670 3672 15881 0 -1 4202496 20500 0 0 0 4843 83 0 0 16 0 4 0 1097831099 561344512 20455 4294967295 134512640 135680988 3213214640 3213213884 134957681 0 0 0 0 4294967295 0 0 17 1 0 0 0
/proc/3672/statm: 137047 20455 103 286 0 136759 0
[pid=3672/tid=3674] ppid=3670 vsize=548188 CPUtime=12.18
/proc/3672/task/3674/stat : 3674 (gnovelty+) R 3670 3672 15881 0 -1 4202560 102 0 0 0 1202 16 0 0 16 0 4 0 1097831114 561344512 20455 4294967295 134512640 135680988 3213214640 3077054812 134957422 0 0 0 0 0 0 0 -1 0 0 0 0
[pid=3672/tid=3675] ppid=3670 vsize=548188 CPUtime=12.35
/proc/3672/task/3675/stat : 3675 (gnovelty+) R 3670 3672 15881 0 -1 4202560 103 0 0 0 1207 28 0 0 15 0 4 0 1097831114 561344512 20455 4294967295 134512640 135680988 3213214640 3067662684 134957681 0 0 0 0 0 0 0 -1 2 0 0 0
[pid=3672/tid=3676] ppid=3670 vsize=548188 CPUtime=12.35
/proc/3672/task/3676/stat : 3676 (gnovelty+) R 3670 3672 15881 0 -1 4202560 103 0 0 0 1225 10 0 0 15 0 4 0 1097831114 561344512 20455 4294967295 134512640 135680988 3213214640 3058270556 134957681 0 0 0 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 49.26
Current children cumulated vsize (KiB) 548188

[startup+25.5174 s]
/proc/loadavg: 4.45 4.24 4.18 6/100 3866
/proc/meminfo: memFree=2965428/3368532 swapFree=1954072/1959888
[pid=3672] ppid=3670 vsize=548188 CPUtime=99.26
/proc/3672/stat : 3672 (gnovelty+) R 3670 3672 15881 0 -1 4202496 20500 0 0 0 9770 156 0 0 15 0 4 0 1097831099 561344512 20455 4294967295 134512640 135680988 3213214640 3213213884 134957681 0 0 0 0 4294967295 0 0 17 1 0 0 0
/proc/3672/statm: 137047 20455 103 286 0 136759 0
[pid=3672/tid=3674] ppid=3670 vsize=548188 CPUtime=24.67
/proc/3672/task/3674/stat : 3674 (gnovelty+) R 3670 3672 15881 0 -1 4202560 102 0 0 0 2434 33 0 0 15 0 4 0 1097831114 561344512 20455 4294967295 134512640 135680988 3213214640 3077054812 134957681 0 0 0 0 0 0 0 -1 0 0 0 0
[pid=3672/tid=3675] ppid=3670 vsize=548188 CPUtime=24.95
/proc/3672/task/3675/stat : 3675 (gnovelty+) R 3670 3672 15881 0 -1 4202560 103 0 0 0 2446 49 0 0 16 0 4 0 1097831114 561344512 20455 4294967295 134512640 135680988 3213214640 3067662772 134534000 0 0 0 0 0 0 0 -1 2 0 0 0
[pid=3672/tid=3676] ppid=3670 vsize=548188 CPUtime=24.96
/proc/3672/task/3676/stat : 3676 (gnovelty+) R 3670 3672 15881 0 -1 4202560 103 0 0 0 2472 24 0 0 16 0 4 0 1097831114 561344512 20455 4294967295 134512640 135680988 3213214640 3058270556 134957681 0 0 0 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 99.26
Current children cumulated vsize (KiB) 548188

[startup+51.1182 s]
/proc/loadavg: 4.86 4.35 4.21 7/100 3869
/proc/meminfo: memFree=2965456/3368532 swapFree=1954072/1959888
[pid=3672] ppid=3670 vsize=548188 CPUtime=199.37
/proc/3672/stat : 3672 (gnovelty+) R 3670 3672 15881 0 -1 4202496 20500 0 0 0 19604 333 0 0 16 0 4 0 1097831099 561344512 20455 4294967295 134512640 135680988 3213214640 3213213884 134957681 0 0 0 0 4294967295 0 0 17 1 0 0 0
/proc/3672/statm: 137047 20455 103 286 0 136759 0
[pid=3672/tid=3674] ppid=3670 vsize=548188 CPUtime=49.98
/proc/3672/task/3674/stat : 3674 (gnovelty+) R 3670 3672 15881 0 -1 4202560 102 0 0 0 4915 83 0 0 15 0 4 0 1097831114 561344512 20455 4294967295 134512640 135680988 3213214640 3077054812 134957422 0 0 0 0 0 0 0 -1 3 0 0 0
[pid=3672/tid=3675] ppid=3670 vsize=548188 CPUtime=49.76
/proc/3672/task/3675/stat : 3675 (gnovelty+) R 3670 3672 15881 0 -1 4202560 103 0 0 0 4888 88 0 0 15 0 4 0 1097831114 561344512 20455 4294967295 134512640 135680988 3213214640 3067662684 134957681 0 0 0 0 0 0 0 -1 0 0 0 0
[pid=3672/tid=3676] ppid=3670 vsize=548188 CPUtime=50.24
/proc/3672/task/3676/stat : 3676 (gnovelty+) R 3670 3672 15881 0 -1 4202560 103 0 0 0 4948 76 0 0 15 0 4 0 1097831114 561344512 20455 4294967295 134512640 135680988 3213214640 3058270556 134957681 0 0 0 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 199.37
Current children cumulated vsize (KiB) 548188

[startup+102.318 s]
/proc/loadavg: 5.02 4.49 4.27 6/100 4058
/proc/meminfo: memFree=2965260/3368532 swapFree=1954072/1959888
[pid=3672] ppid=3670 vsize=548188 CPUtime=398.25
/proc/3672/stat : 3672 (gnovelty+) R 3670 3672 15881 0 -1 4202496 20500 0 0 0 39178 647 0 0 15 0 4 0 1097831099 561344512 20455 4294967295 134512640 135680988 3213214640 3213213884 134957681 0 0 0 0 4294967295 0 0 17 3 0 0 0
/proc/3672/statm: 137047 20455 103 286 0 136759 0
[pid=3672/tid=3674] ppid=3670 vsize=548188 CPUtime=99.73
/proc/3672/task/3674/stat : 3674 (gnovelty+) R 3670 3672 15881 0 -1 4202560 102 0 0 0 9799 174 0 0 15 0 4 0 1097831114 561344512 20455 4294967295 134512640 135680988 3213214640 3077054812 134957681 0 0 0 0 0 0 0 -1 2 0 0 0
[pid=3672/tid=3675] ppid=3670 vsize=548188 CPUtime=99.8
/proc/3672/task/3675/stat : 3675 (gnovelty+) R 3670 3672 15881 0 -1 4202560 103 0 0 0 9816 164 0 0 15 0 4 0 1097831114 561344512 20455 4294967295 134512640 135680988 3213214640 3067662684 134957681 0 0 0 0 0 0 0 -1 0 0 0 0
[pid=3672/tid=3676] ppid=3670 vsize=548188 CPUtime=99.47
/proc/3672/task/3676/stat : 3676 (gnovelty+) R 3670 3672 15881 0 -1 4202560 103 0 0 0 9792 155 0 0 16 0 4 0 1097831114 561344512 20455 4294967295 134512640 135680988 3213214640 3058270556 134957422 0 0 0 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 398.25
Current children cumulated vsize (KiB) 548188

[startup+162.309 s]
/proc/loadavg: 5.09 4.60 4.32 6/100 4247
/proc/meminfo: memFree=2965416/3368532 swapFree=1954072/1959888
[pid=3672] ppid=3670 vsize=548188 CPUtime=631.36
/proc/3672/stat : 3672 (gnovelty+) R 3670 3672 15881 0 -1 4202496 20500 0 0 0 62085 1051 0 0 16 0 4 0 1097831099 561344512 20455 4294967295 134512640 135680988 3213214640 3213213884 134957681 0 0 0 0 4294967295 0 0 17 1 0 0 0
/proc/3672/statm: 137047 20455 103 286 0 136759 0
[pid=3672/tid=3674] ppid=3670 vsize=548188 CPUtime=157.61
/proc/3672/task/3674/stat : 3674 (gnovelty+) R 3670 3672 15881 0 -1 4202560 102 0 0 0 15483 278 0 0 15 0 4 0 1097831114 561344512 20455 4294967295 134512640 135680988 3213214640 3077054812 134957681 0 0 0 0 0 0 0 -1 3 0 0 0
[pid=3672/tid=3675] ppid=3670 vsize=548188 CPUtime=158.38
/proc/3672/task/3675/stat : 3675 (gnovelty+) R 3670 3672 15881 0 -1 4202560 103 0 0 0 15572 266 0 0 15 0 4 0 1097831114 561344512 20455 4294967295 134512640 135680988 3213214640 3067662684 134957422 0 0 0 0 0 0 0 -1 2 0 0 0
[pid=3672/tid=3676] ppid=3670 vsize=548188 CPUtime=158.15
/proc/3672/task/3676/stat : 3676 (gnovelty+) R 3670 3672 15881 0 -1 4202560 103 0 0 0 15560 255 0 0 15 0 4 0 1097831114 561344512 20455 4294967295 134512640 135680988 3213214640 3058270556 134957681 0 0 0 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 631.36
Current children cumulated vsize (KiB) 548188

[startup+222.315 s]
/proc/loadavg: 5.04 4.67 4.36 5/100 4435
/proc/meminfo: memFree=2965448/3368532 swapFree=1954072/1959888
[pid=3672] ppid=3670 vsize=548188 CPUtime=864.11
/proc/3672/stat : 3672 (gnovelty+) R 3670 3672 15881 0 -1 4202496 20500 0 0 0 85012 1399 0 0 15 0 4 0 1097831099 561344512 20455 4294967295 134512640 135680988 3213214640 3213213884 134957681 0 0 0 0 4294967295 0 0 17 1 0 0 0
/proc/3672/statm: 137047 20455 103 286 0 136759 0
[pid=3672/tid=3674] ppid=3670 vsize=548188 CPUtime=215.43
/proc/3672/task/3674/stat : 3674 (gnovelty+) R 3670 3672 15881 0 -1 4202560 102 0 0 0 21177 366 0 0 15 0 4 0 1097831114 561344512 20455 4294967295 134512640 135680988 3213214640 3077054812 134957681 0 0 0 0 0 0 0 -1 0 0 0 0
[pid=3672/tid=3675] ppid=3670 vsize=548188 CPUtime=216.94
/proc/3672/task/3675/stat : 3675 (gnovelty+) R 3670 3672 15881 0 -1 4202560 103 0 0 0 21350 344 0 0 15 0 4 0 1097831114 561344512 20455 4294967295 134512640 135680988 3213214640 3067662684 134957681 0 0 0 0 0 0 0 -1 3 0 0 0
[pid=3672/tid=3676] ppid=3670 vsize=548188 CPUtime=215.78
/proc/3672/task/3676/stat : 3676 (gnovelty+) R 3670 3672 15881 0 -1 4202560 103 0 0 0 21227 351 0 0 15 0 4 0 1097831114 561344512 20455 4294967295 134512640 135680988 3213214640 3058270556 134957422 0 0 0 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 864.11
Current children cumulated vsize (KiB) 548188

[startup+282.311 s]
/proc/loadavg: 5.03 4.74 4.40 7/100 4624
/proc/meminfo: memFree=2965316/3368532 swapFree=1954072/1959888
[pid=3672] ppid=3670 vsize=548188 CPUtime=1097.94
/proc/3672/stat : 3672 (gnovelty+) R 3670 3672 15881 0 -1 4202496 20500 0 0 0 108028 1766 0 0 15 0 4 0 1097831099 561344512 20455 4294967295 134512640 135680988 3213214640 3213213884 134957681 0 0 0 0 4294967295 0 0 17 3 0 0 0
/proc/3672/statm: 137047 20455 103 286 0 136759 0
[pid=3672/tid=3674] ppid=3670 vsize=548188 CPUtime=273.6
/proc/3672/task/3674/stat : 3674 (gnovelty+) R 3670 3672 15881 0 -1 4202560 102 0 0 0 26916 444 0 0 15 0 4 0 1097831114 561344512 20455 4294967295 134512640 135680988 3213214640 3077054812 134957681 0 0 0 0 0 0 0 -1 2 0 0 0
[pid=3672/tid=3675] ppid=3670 vsize=548188 CPUtime=275.51
/proc/3672/task/3675/stat : 3675 (gnovelty+) R 3670 3672 15881 0 -1 4202560 103 0 0 0 27112 439 0 0 15 0 4 0 1097831114 561344512 20455 4294967295 134512640 135680988 3213214640 3067662684 134957422 0 0 0 0 0 0 0 -1 1 0 0 0

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

[pid=3672] ppid=3670 vsize=548188 CPUtime=1564.47
/proc/3672/stat : 3672 (gnovelty+) R 3670 3672 15881 0 -1 4202496 20500 0 0 0 153933 2514 0 0 15 0 4 0 1097831099 561344512 20455 4294967295 134512640 135680988 3213214640 3213213972 134534551 0 0 0 0 4294967295 0 0 17 2 0 0 0
/proc/3672/statm: 137047 20455 103 286 0 136759 0
[pid=3672/tid=3674] ppid=3670 vsize=548188 CPUtime=390
/proc/3672/task/3674/stat : 3674 (gnovelty+) R 3670 3672 15881 0 -1 4202560 102 0 0 0 38355 645 0 0 15 0 4 0 1097831114 561344512 20455 4294967295 134512640 135680988 3213214640 3077054812 134957681 0 0 0 0 0 0 0 -1 0 0 0 0
[pid=3672/tid=3675] ppid=3670 vsize=548188 CPUtime=391.93
/proc/3672/task/3675/stat : 3675 (gnovelty+) R 3670 3672 15881 0 -1 4202560 103 0 0 0 38562 631 0 0 15 0 4 0 1097831114 561344512 20455 4294967295 134512640 135680988 3213214640 3067662684 134957681 0 0 0 0 0 0 0 -1 1 0 0 0
[pid=3672/tid=3676] ppid=3670 vsize=548188 CPUtime=389.63
/proc/3672/task/3676/stat : 3676 (gnovelty+) R 3670 3672 15881 0 -1 4202560 103 0 0 0 38334 629 0 0 16 0 4 0 1097831114 561344512 20455 4294967295 134512640 135680988 3213214640 3058270556 134957422 0 0 0 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1564.47
Current children cumulated vsize (KiB) 548188

[startup+462.308 s]
/proc/loadavg: 4.99 4.86 4.50 8/100 5192
/proc/meminfo: memFree=2965200/3368532 swapFree=1954072/1959888
[pid=3672] ppid=3670 vsize=548188 CPUtime=1797.92
/proc/3672/stat : 3672 (gnovelty+) R 3670 3672 15881 0 -1 4202496 20500 0 0 0 176919 2873 0 0 15 0 4 0 1097831099 561344512 20455 4294967295 134512640 135680988 3213214640 3213213884 134957681 0 0 0 0 4294967295 0 0 17 2 0 0 0
/proc/3672/statm: 137047 20455 103 286 0 136759 0
[pid=3672/tid=3674] ppid=3670 vsize=548188 CPUtime=447.67
/proc/3672/task/3674/stat : 3674 (gnovelty+) R 3670 3672 15881 0 -1 4202560 102 0 0 0 44026 741 0 0 15 0 4 0 1097831114 561344512 20455 4294967295 134512640 135680988 3213214640 3077054812 134957681 0 0 0 0 0 0 0 -1 0 0 0 0
[pid=3672/tid=3675] ppid=3670 vsize=548188 CPUtime=450.47
/proc/3672/task/3675/stat : 3675 (gnovelty+) R 3670 3672 15881 0 -1 4202560 103 0 0 0 44337 710 0 0 15 0 4 0 1097831114 561344512 20455 4294967295 134512640 135680988 3213214640 3067662684 134957681 0 0 0 0 0 0 0 -1 1 0 0 0
[pid=3672/tid=3676] ppid=3670 vsize=548188 CPUtime=447.75
/proc/3672/task/3676/stat : 3676 (gnovelty+) R 3670 3672 15881 0 -1 4202560 103 0 0 0 44051 724 0 0 16 0 4 0 1097831114 561344512 20455 4294967295 134512640 135680988 3213214640 3058270644 134534576 0 0 0 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 1797.92
Current children cumulated vsize (KiB) 548188

[startup+522.306 s]
/proc/loadavg: 5.00 4.87 4.52 7/100 5380
/proc/meminfo: memFree=2965208/3368532 swapFree=1954072/1959888
[pid=3672] ppid=3670 vsize=548188 CPUtime=2031.17
/proc/3672/stat : 3672 (gnovelty+) R 3670 3672 15881 0 -1 4202496 20500 0 0 0 199854 3263 0 0 15 0 4 0 1097831099 561344512 20455 4294967295 134512640 135680988 3213214640 3213213884 134957681 0 0 0 0 4294967295 0 0 17 3 0 0 0
/proc/3672/statm: 137047 20455 103 286 0 136759 0
[pid=3672/tid=3674] ppid=3670 vsize=548188 CPUtime=506.15
/proc/3672/task/3674/stat : 3674 (gnovelty+) R 3670 3672 15881 0 -1 4202560 102 0 0 0 49783 832 0 0 15 0 4 0 1097831114 561344512 20455 4294967295 134512640 135680988 3213214640 3077054812 134957681 0 0 0 0 0 0 0 -1 0 0 0 0
[pid=3672/tid=3675] ppid=3670 vsize=548188 CPUtime=508.55
/proc/3672/task/3675/stat : 3675 (gnovelty+) R 3670 3672 15881 0 -1 4202560 103 0 0 0 50041 814 0 0 15 0 4 0 1097831114 561344512 20455 4294967295 134512640 135680988 3213214640 3067662684 134957422 0 0 0 0 0 0 0 -1 1 0 0 0
[pid=3672/tid=3676] ppid=3670 vsize=548188 CPUtime=505.67
/proc/3672/task/3676/stat : 3676 (gnovelty+) R 3670 3672 15881 0 -1 4202560 103 0 0 0 49746 821 0 0 15 0 4 0 1097831114 561344512 20455 4294967295 134512640 135680988 3213214640 3058270556 134957681 0 0 0 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 2031.17
Current children cumulated vsize (KiB) 548188

[startup+582.321 s]
/proc/loadavg: 5.18 4.94 4.57 6/100 5569
/proc/meminfo: memFree=2965308/3368532 swapFree=1954072/1959888
[pid=3672] ppid=3670 vsize=548188 CPUtime=2264.3
/proc/3672/stat : 3672 (gnovelty+) R 3670 3672 15881 0 -1 4202496 20500 0 0 0 222812 3618 0 0 15 0 4 0 1097831099 561344512 20455 4294967295 134512640 135680988 3213214640 3213213884 134957681 0 0 0 0 4294967295 0 0 17 2 0 0 0
/proc/3672/statm: 137047 20455 103 286 0 136759 0
[pid=3672/tid=3674] ppid=3670 vsize=548188 CPUtime=564.67
/proc/3672/task/3674/stat : 3674 (gnovelty+) R 3670 3672 15881 0 -1 4202560 102 0 0 0 55542 925 0 0 15 0 4 0 1097831114 561344512 20455 4294967295 134512640 135680988 3213214640 3077054812 134957681 0 0 0 0 0 0 0 -1 1 0 0 0
[pid=3672/tid=3675] ppid=3670 vsize=548188 CPUtime=566.14
/proc/3672/task/3675/stat : 3675 (gnovelty+) R 3670 3672 15881 0 -1 4202560 103 0 0 0 55717 897 0 0 15 0 4 0 1097831114 561344512 20455 4294967295 134512640 135680988 3213214640 3067662684 134957681 0 0 0 0 0 0 0 -1 0 0 0 0
[pid=3672/tid=3676] ppid=3670 vsize=548188 CPUtime=564.41
/proc/3672/task/3676/stat : 3676 (gnovelty+) R 3670 3672 15881 0 -1 4202560 103 0 0 0 55538 903 0 0 15 0 4 0 1097831114 561344512 20455 4294967295 134512640 135680988 3213214640 3058270556 134957422 0 0 0 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 2264.3
Current children cumulated vsize (KiB) 548188

[startup+642.32 s]
/proc/loadavg: 5.16 4.97 4.60 5/100 5756
/proc/meminfo: memFree=2965324/3368532 swapFree=1954072/1959888
[pid=3672] ppid=3670 vsize=548188 CPUtime=2499.23
/proc/3672/stat : 3672 (gnovelty+) R 3670 3672 15881 0 -1 4202496 20500 0 0 0 245907 4016 0 0 15 0 4 0 1097831099 561344512 20455 4294967295 134512640 135680988 3213214640 3213213884 134957681 0 0 0 0 4294967295 0 0 17 1 0 0 0
/proc/3672/statm: 137047 20455 103 286 0 136759 0
[pid=3672/tid=3674] ppid=3670 vsize=548188 CPUtime=623.3
/proc/3672/task/3674/stat : 3674 (gnovelty+) R 3670 3672 15881 0 -1 4202560 102 0 0 0 61311 1019 0 0 15 0 4 0 1097831114 561344512 20455 4294967295 134512640 135680988 3213214640 3077054812 134957422 0 0 0 0 0 0 0 -1 3 0 0 0
[pid=3672/tid=3675] ppid=3670 vsize=548188 CPUtime=624.53
/proc/3672/task/3675/stat : 3675 (gnovelty+) R 3670 3672 15881 0 -1 4202560 103 0 0 0 61444 1009 0 0 15 0 4 0 1097831114 561344512 20455 4294967295 134512640 135680988 3213214640 3067662684 134957681 0 0 0 0 0 0 0 -1 0 0 0 0
[pid=3672/tid=3676] ppid=3670 vsize=548188 CPUtime=623.54
/proc/3672/task/3676/stat : 3676 (gnovelty+) R 3670 3672 15881 0 -1 4202560 103 0 0 0 61357 997 0 0 15 0 4 0 1097831114 561344512 20455 4294967295 134512640 135680988 3213214640 3058270556 134957681 0 0 0 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 2499.23
Current children cumulated vsize (KiB) 548188

[startup+702.312 s]
/proc/loadavg: 5.25 5.05 4.65 6/100 5948
/proc/meminfo: memFree=2965260/3368532 swapFree=1954072/1959888
[pid=3672] ppid=3670 vsize=548188 CPUtime=2732.59
/proc/3672/stat : 3672 (gnovelty+) R 3670 3672 15881 0 -1 4202496 20500 0 0 0 268917 4342 0 0 15 0 4 0 1097831099 561344512 20455 4294967295 134512640 135680988 3213214640 3213213884 134957422 0 0 0 0 4294967295 0 0 17 3 0 0 0
/proc/3672/statm: 137047 20455 103 286 0 136759 0
[pid=3672/tid=3674] ppid=3670 vsize=548188 CPUtime=681.61
/proc/3672/task/3674/stat : 3674 (gnovelty+) R 3670 3672 15881 0 -1 4202560 102 0 0 0 67061 1100 0 0 15 0 4 0 1097831114 561344512 20455 4294967295 134512640 135680988 3213214640 3077054812 134957681 0 0 0 0 0 0 0 -1 2 0 0 0
[pid=3672/tid=3675] ppid=3670 vsize=548188 CPUtime=682.9
/proc/3672/task/3675/stat : 3675 (gnovelty+) R 3670 3672 15881 0 -1 4202560 103 0 0 0 67205 1085 0 0 15 0 4 0 1097831114 561344512 20455 4294967295 134512640 135680988 3213214640 3067662684 134957681 0 0 0 0 0 0 0 -1 1 0 0 0
[pid=3672/tid=3676] ppid=3670 vsize=548188 CPUtime=681.82
/proc/3672/task/3676/stat : 3676 (gnovelty+) R 3670 3672 15881 0 -1 4202560 103 0 0 0 67097 1085 0 0 15 0 4 0 1097831114 561344512 20455 4294967295 134512640 135680988 3213214640 3058270556 134957681 0 0 0 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 2732.59
Current children cumulated vsize (KiB) 548188

[startup+762.31 s]
/proc/loadavg: 5.18 5.07 4.68 6/100 6135
/proc/meminfo: memFree=2965316/3368532 swapFree=1954072/1959888
[pid=3672] ppid=3670 vsize=548188 CPUtime=2966.41
/proc/3672/stat : 3672 (gnovelty+) R 3670 3672 15881 0 -1 4202496 20500 0 0 0 291948 4693 0 0 15 0 4 0 1097831099 561344512 20455 4294967295 134512640 135680988 3213214640 3213213884 134957681 0 0 0 0 4294967295 0 0 17 2 0 0 0
/proc/3672/statm: 137047 20455 103 286 0 136759 0
[pid=3672/tid=3674] ppid=3670 vsize=548188 CPUtime=739.56
/proc/3672/task/3674/stat : 3674 (gnovelty+) R 3670 3672 15881 0 -1 4202560 102 0 0 0 72752 1204 0 0 15 0 4 0 1097831114 561344512 20455 4294967295 134512640 135680988 3213214640 3077054812 134957681 0 0 0 0 0 0 0 -1 1 0 0 0
[pid=3672/tid=3675] ppid=3670 vsize=548188 CPUtime=741.88
/proc/3672/task/3675/stat : 3675 (gnovelty+) R 3670 3672 15881 0 -1 4202560 103 0 0 0 73010 1178 0 0 15 0 4 0 1097831114 561344512 20455 4294967295 134512640 135680988 3213214640 3067662684 134957681 0 0 0 0 0 0 0 -1 0 0 0 0
[pid=3672/tid=3676] ppid=3670 vsize=548188 CPUtime=740.08
/proc/3672/task/3676/stat : 3676 (gnovelty+) R 3670 3672 15881 0 -1 4202560 103 0 0 0 72848 1160 0 0 15 0 4 0 1097831114 561344512 20455 4294967295 134512640 135680988 3213214640 3058270556 134957422 0 0 0 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 2966.41
Current children cumulated vsize (KiB) 548188

[startup+822.313 s]
/proc/loadavg: 4.95 5.03 4.69 6/100 6323
/proc/meminfo: memFree=2965332/3368532 swapFree=1954072/1959888
[pid=3672] ppid=3670 vsize=548188 CPUtime=3200.41
/proc/3672/stat : 3672 (gnovelty+) R 3670 3672 15881 0 -1 4202496 20500 0 0 0 315000 5041 0 0 15 0 4 0 1097831099 561344512 20455 4294967295 134512640 135680988 3213214640 3213213884 134957681 0 0 0 0 4294967295 0 0 17 2 0 0 0
/proc/3672/statm: 137047 20455 103 286 0 136759 0
[pid=3672/tid=3674] ppid=3670 vsize=548188 CPUtime=797.95
/proc/3672/task/3674/stat : 3674 (gnovelty+) R 3670 3672 15881 0 -1 4202560 102 0 0 0 78507 1288 0 0 15 0 4 0 1097831114 561344512 20455 4294967295 134512640 135680988 3213214640 3077054812 134957681 0 0 0 0 0 0 0 -1 1 0 0 0
[pid=3672/tid=3675] ppid=3670 vsize=548188 CPUtime=800.58
/proc/3672/task/3675/stat : 3675 (gnovelty+) R 3670 3672 15881 0 -1 4202560 103 0 0 0 78800 1258 0 0 15 0 4 0 1097831114 561344512 20455 4294967295 134512640 135680988 3213214640 3067662684 134957681 0 0 0 0 0 0 0 -1 3 0 0 0
[pid=3672/tid=3676] ppid=3670 vsize=548188 CPUtime=798.81
/proc/3672/task/3676/stat : 3676 (gnovelty+) R 3670 3672 15881 0 -1 4202560 103 0 0 0 78632 1249 0 0 15 0 4 0 1097831114 561344512 20455 4294967295 134512640 135680988 3213214640 3058270556 134957422 0 0 0 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3200.41
Current children cumulated vsize (KiB) 548188

[startup+882.31 s]
/proc/loadavg: 4.78 4.98 4.69 5/100 6512
/proc/meminfo: memFree=2965440/3368532 swapFree=1954072/1959888
[pid=3672] ppid=3670 vsize=548188 CPUtime=3433.95
/proc/3672/stat : 3672 (gnovelty+) R 3670 3672 15881 0 -1 4202496 20500 0 0 0 337957 5438 0 0 15 0 4 0 1097831099 561344512 20455 4294967295 134512640 135680988 3213214640 3213213884 134957681 0 0 0 0 4294967295 0 0 17 0 0 0 0
/proc/3672/statm: 137047 20455 103 286 0 136759 0
[pid=3672/tid=3674] ppid=3670 vsize=548188 CPUtime=855.79
/proc/3672/task/3674/stat : 3674 (gnovelty+) R 3670 3672 15881 0 -1 4202560 102 0 0 0 84193 1386 0 0 15 0 4 0 1097831114 561344512 20455 4294967295 134512640 135680988 3213214640 3077054812 134957422 0 0 0 0 0 0 0 -1 3 0 0 0
[pid=3672/tid=3675] ppid=3670 vsize=548188 CPUtime=858.88
/proc/3672/task/3675/stat : 3675 (gnovelty+) R 3670 3672 15881 0 -1 4202560 103 0 0 0 84521 1367 0 0 15 0 4 0 1097831114 561344512 20455 4294967295 134512640 135680988 3213214640 3067662684 134957681 0 0 0 0 0 0 0 -1 2 0 0 0
[pid=3672/tid=3676] ppid=3670 vsize=548188 CPUtime=857.6
/proc/3672/task/3676/stat : 3676 (gnovelty+) R 3670 3672 15881 0 -1 4202560 103 0 0 0 84411 1349 0 0 16 0 4 0 1097831114 561344512 20455 4294967295 134512640 135680988 3213214640 3058270556 134957681 0 0 0 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 3433.95
Current children cumulated vsize (KiB) 548188

[startup+942.306 s]
/proc/loadavg: 4.78 4.94 4.70 5/100 6699
/proc/meminfo: memFree=2965324/3368532 swapFree=1954072/1959888
[pid=3672] ppid=3670 vsize=548188 CPUtime=3668.96
/proc/3672/stat : 3672 (gnovelty+) R 3670 3672 15881 0 -1 4202496 20500 0 0 0 361073 5823 0 0 16 0 4 0 1097831099 561344512 20455 4294967295 134512640 135680988 3213214640 3213213884 134957681 0 0 0 0 4294967295 0 0 17 1 0 0 0
/proc/3672/statm: 137047 20455 103 286 0 136759 0
[pid=3672/tid=3674] ppid=3670 vsize=548188 CPUtime=914.71
/proc/3672/task/3674/stat : 3674 (gnovelty+) R 3670 3672 15881 0 -1 4202560 102 0 0 0 89989 1482 0 0 15 0 4 0 1097831114 561344512 20455 4294967295 134512640 135680988 3213214640 3077054812 134957681 0 0 0 0 0 0 0 -1 0 0 0 0
[pid=3672/tid=3675] ppid=3670 vsize=548188 CPUtime=917.79
/proc/3672/task/3675/stat : 3675 (gnovelty+) R 3670 3672 15881 0 -1 4202560 103 0 0 0 90333 1446 0 0 15 0 4 0 1097831114 561344512 20455 4294967295 134512640 135680988 3213214640 3067662684 134957681 0 0 0 0 0 0 0 -1 2 0 0 0
[pid=3672/tid=3676] ppid=3670 vsize=548188 CPUtime=916.19
/proc/3672/task/3676/stat : 3676 (gnovelty+) R 3670 3672 15881 0 -1 4202560 103 0 0 0 90157 1462 0 0 15 0 4 0 1097831114 561344512 20455 4294967295 134512640 135680988 3213214640 3058270556 134957422 0 0 0 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3668.96
Current children cumulated vsize (KiB) 548188



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1000.02 s]
/proc/loadavg: 4.80 4.92 4.70 5/100 6887
/proc/meminfo: memFree=2965284/3368532 swapFree=1954072/1959888
[pid=3672] ppid=3670 vsize=548188 CPUtime=3893.57
/proc/3672/stat : 3672 (gnovelty+) R 3670 3672 15881 0 -1 4202496 20500 0 0 0 383188 6169 0 0 15 0 4 0 1097831099 561344512 20455 4294967295 134512640 135680988 3213214640 3213213884 134957681 0 0 0 0 4294967295 0 0 17 3 0 0 0
/proc/3672/statm: 137047 20455 103 286 0 136759 0
[pid=3672/tid=3674] ppid=3670 vsize=548188 CPUtime=970.18
/proc/3672/task/3674/stat : 3674 (gnovelty+) R 3670 3672 15881 0 -1 4202560 102 0 0 0 95452 1566 0 0 15 0 4 0 1097831114 561344512 20455 4294967295 134512640 135680988 3213214640 3077054812 134957681 0 0 0 0 0 0 0 -1 2 0 0 0
[pid=3672/tid=3675] ppid=3670 vsize=548188 CPUtime=974.6
/proc/3672/task/3675/stat : 3675 (gnovelty+) R 3670 3672 15881 0 -1 4202560 103 0 0 0 95933 1527 0 0 15 0 4 0 1097831114 561344512 20455 4294967295 134512640 135680988 3213214640 3067662684 134957681 0 0 0 0 0 0 0 -1 0 0 0 0
[pid=3672/tid=3676] ppid=3670 vsize=548188 CPUtime=972.3
/proc/3672/task/3676/stat : 3676 (gnovelty+) R 3670 3672 15881 0 -1 4202560 103 0 0 0 95680 1550 0 0 15 0 4 0 1097831114 561344512 20455 4294967295 134512640 135680988 3213214640 3058270556 134957422 0 0 0 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 3893.57
Current children cumulated vsize (KiB) 548188

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.05
CPU time (s): 3893.7
CPU user time (s): 3832
CPU system time (s): 61.7
CPU usage (%): 389.35
Max. virtual memory (cumulated for all children) (KiB): 548188

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3832
system time used= 61.7
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 20500
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= 1297295
involuntary context switches= 43354

runsolver used 0.21 second user time and 0.47 second system time

The end

Launcher Data

Begin job on tipi44 at 2009-05-27 17:14:59
IDJOB=1777168
IDBENCH=70238
IDSOLVER=617
FILE ID=tipi44/1777168-1243437299
PBS_JOBID=
Free space on /tmp= 15893 MiB

SOLVER NAME= gNovelty+-T 2009-03-22 (4 threads)
BENCH NAME= SAT09/RANDOM/LARGE/7SAT/UNKNOWN/220/unif-k7-r85-v220-c18700-S1568578307-064.cnf
COMMAND LINE= HOME/gnovelty+ BENCHNAME RANDOMSEED MAXNBTHREAD
RUNSOLVER COMMAND LINE= runsolver --timestamp  -w /tmp/evaluation-result-1777168-1243437299/watcher-1777168-1243437299 -o /tmp/evaluation-result-1777168-1243437299/solver-1777168-1243437299 -C 5000 -W 1000 -M 2047  HOME/gnovelty+ HOME/instance-1777168-1243437299.cnf 1626327226 4

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

MD5SUM BENCH= 5adac1d8579162dbe20ef9795f561831
RANDOM SEED= 1626327226

Linux tipi44 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.116
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.116
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.116
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.116
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.16
clflush size	: 64


/proc/meminfo:
MemTotal:      3368532 kB
MemFree:       3046600 kB
Buffers:        130752 kB
Cached:          84236 kB
SwapCached:       2184 kB
Active:          88648 kB
Inactive:       135960 kB
HighTotal:     2489216 kB
HighFree:      2392164 kB
LowTotal:       879316 kB
LowFree:        654436 kB
SwapTotal:     1959888 kB
SwapFree:      1954072 kB
Dirty:            2036 kB
Writeback:           0 kB
AnonPages:        9064 kB
Mapped:           3388 kB
Slab:            86572 kB
SReclaimable:    76664 kB
SUnreclaim:       9908 kB
PageTables:        496 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   3644152 kB
Committed_AS:    87896 kB
VmallocTotal:   114680 kB
VmallocUsed:      1444 kB
VmallocChunk:   113072 kB

Free space on /tmp at the end= 15893 MiB
End job on tipi44 at 2009-05-27 17:31:42