Trace number 1777540

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) 3830.24 1000.04

General information on the benchmark

NameRANDOM/LARGE/3SAT/UNKNOWN/18000/
unif-k3-r4.2-v18000-c75600-S420719158-080.cnf
MD5SUM727f10970711b4154a45c3b50e2e1fe7
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 variables18000
Number of clauses75600
Sum of the clauses size226800
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 375600
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.62/0.70	c +------------------------------+
0.62/0.70	c | gNovelty+, version 1.0       |
0.62/0.70	c +------------------------------+
0.62/0.70	c gnovelty+ -h for help
0.62/0.70	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-1777540-1243447978/watcher-1777540-1243447978 -o /tmp/evaluation-result-1777540-1243447978/solver-1777540-1243447978 -C 5000 -W 1000 -M 2047 HOME/gnovelty+ HOME/instance-1777540-1243447978.cnf 1917458084 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.20 4.21 4.12 3/96 32583
/proc/meminfo: memFree=219024/3368532 swapFree=1953788/1959888
[pid=32583] ppid=32581 vsize=509228 CPUtime=0
/proc/32583/stat : 32583 (gnovelty+) R 32581 32583 10015 0 -1 4202496 1407 0 0 0 0 0 0 0 18 0 1 0 1109461908 521449472 1364 4294967295 134512640 135680988 3213698080 3213697344 134537167 0 0 0 0 0 0 0 17 0 0 0 0
/proc/32583/statm: 127307 1373 99 286 0 127019 0

[startup+0.074581 s]
/proc/loadavg: 4.20 4.21 4.12 3/96 32583
/proc/meminfo: memFree=219024/3368532 swapFree=1953788/1959888
[pid=32583] ppid=32581 vsize=517044 CPUtime=0.08
/proc/32583/stat : 32583 (gnovelty+) R 32581 32583 10015 0 -1 4202496 10071 0 0 0 5 3 0 0 18 0 1 0 1109461908 529453056 10028 4294967295 134512640 135680988 3213698080 3213696188 134958286 0 0 0 0 0 0 0 17 0 0 0 0
/proc/32583/statm: 129261 10028 99 286 0 128973 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 517044

[startup+0.114577 s]
/proc/loadavg: 4.20 4.21 4.12 3/96 32583
/proc/meminfo: memFree=219024/3368532 swapFree=1953788/1959888
[pid=32583] ppid=32581 vsize=517044 CPUtime=0.12
/proc/32583/stat : 32583 (gnovelty+) R 32581 32583 10015 0 -1 4202496 10210 0 0 0 9 3 0 0 18 0 1 0 1109461908 529453056 10167 4294967295 134512640 135680988 3213698080 3213696188 134958286 0 0 0 0 0 0 0 17 0 0 0 0
/proc/32583/statm: 129261 10167 99 286 0 128973 0
Current children cumulated CPU time (s) 0.12
Current children cumulated vsize (KiB) 517044

[startup+0.314559 s]
/proc/loadavg: 4.20 4.21 4.12 3/96 32583
/proc/meminfo: memFree=219024/3368532 swapFree=1953788/1959888
[pid=32583] ppid=32581 vsize=517040 CPUtime=0.32
/proc/32583/stat : 32583 (gnovelty+) R 32581 32583 10015 0 -1 4202496 20410 0 0 0 24 8 0 0 18 0 1 0 1109461908 529448960 20366 4294967295 134512640 135680988 3213698080 3213697344 134538748 0 0 0 0 0 0 0 17 0 0 0 0
/proc/32583/statm: 129260 20366 99 286 0 128972 0
Current children cumulated CPU time (s) 0.32
Current children cumulated vsize (KiB) 517040

[startup+0.714532 s]
/proc/loadavg: 4.20 4.21 4.12 3/96 32583
/proc/meminfo: memFree=219024/3368532 swapFree=1953788/1959888
[pid=32583] ppid=32581 vsize=558168 CPUtime=0.74
/proc/32583/stat : 32583 (gnovelty+) R 32581 32583 10015 0 -1 4202496 21644 0 0 0 65 9 0 0 20 0 4 0 1109461908 571564032 21600 4294967295 134512640 135680988 3213698080 3213697428 134998544 0 0 0 0 4294967295 0 0 17 1 0 0 0
/proc/32583/statm: 139542 21612 102 286 0 139254 0
Current children cumulated CPU time (s) 0.74
Current children cumulated vsize (KiB) 558168

[startup+1.51465 s]
/proc/loadavg: 4.20 4.21 4.12 6/100 32587
/proc/meminfo: memFree=127844/3368532 swapFree=1953788/1959888
[pid=32583] ppid=32581 vsize=558168 CPUtime=3.86
/proc/32583/stat : 32583 (gnovelty+) R 32581 32583 10015 0 -1 4202496 23230 0 0 0 359 27 0 0 15 0 4 0 1109461908 571564032 23186 4294967295 134512640 135680988 3213698080 3213697324 134957422 0 0 0 0 4294967295 0 0 17 1 0 0 0
/proc/32583/statm: 139542 23186 103 286 0 139254 0
[pid=32583/tid=32585] ppid=32581 vsize=558168 CPUtime=0.81
/proc/32583/task/32585/stat : 32585 (gnovelty+) R 32581 32583 10015 0 -1 4202560 581 0 0 0 75 6 0 0 15 0 4 0 1109461978 571564032 23186 4294967295 134512640 135680988 3213698080 3074834780 134957681 0 0 0 0 0 0 0 -1 2 0 0 0
[pid=32583/tid=32586] ppid=32581 vsize=558168 CPUtime=0.76
/proc/32583/task/32586/stat : 32586 (gnovelty+) R 32581 32583 10015 0 -1 4202560 598 0 0 0 72 4 0 0 16 0 4 0 1109461978 571564032 23186 4294967295 134512640 135680988 3213698080 3062714716 134957681 0 0 0 0 0 0 0 -1 3 0 0 0
[pid=32583/tid=32587] ppid=32581 vsize=558168 CPUtime=0.78
/proc/32583/task/32587/stat : 32587 (gnovelty+) R 32581 32583 10015 0 -1 4202560 596 0 0 0 72 6 0 0 15 0 4 0 1109461978 571564032 23186 4294967295 134512640 135680988 3213698080 3050594652 134957681 0 0 0 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3.86
Current children cumulated vsize (KiB) 558168

[startup+3.11439 s]
/proc/loadavg: 4.18 4.20 4.12 6/100 32587
/proc/meminfo: memFree=127608/3368532 swapFree=1953788/1959888
[pid=32583] ppid=32581 vsize=558168 CPUtime=10.15
/proc/32583/stat : 32583 (gnovelty+) R 32581 32583 10015 0 -1 4202496 23230 0 0 0 914 101 0 0 15 0 4 0 1109461908 571564032 23186 4294967295 134512640 135680988 3213698080 3213697324 134957681 0 0 0 0 4294967295 0 0 17 3 0 0 0
/proc/32583/statm: 139542 23186 103 286 0 139254 0
[pid=32583/tid=32585] ppid=32581 vsize=558168 CPUtime=2.4
/proc/32583/task/32585/stat : 32585 (gnovelty+) R 32581 32583 10015 0 -1 4202560 581 0 0 0 216 24 0 0 15 0 4 0 1109461978 571564032 23186 4294967295 134512640 135680988 3213698080 3074834780 134957681 0 0 0 0 0 0 0 -1 2 0 0 0
[pid=32583/tid=32586] ppid=32581 vsize=558168 CPUtime=2.31
/proc/32583/task/32586/stat : 32586 (gnovelty+) R 32581 32583 10015 0 -1 4202560 598 0 0 0 205 26 0 0 15 0 4 0 1109461978 571564032 23186 4294967295 134512640 135680988 3213698080 3062714716 134957422 0 0 0 0 0 0 0 -1 1 0 0 0
[pid=32583/tid=32587] ppid=32581 vsize=558168 CPUtime=2.37
/proc/32583/task/32587/stat : 32587 (gnovelty+) R 32581 32583 10015 0 -1 4202560 596 0 0 0 217 20 0 0 15 0 4 0 1109461978 571564032 23186 4294967295 134512640 135680988 3213698080 3050594652 134957681 0 0 0 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 10.15
Current children cumulated vsize (KiB) 558168

[startup+6.31407 s]
/proc/loadavg: 4.18 4.20 4.12 6/100 32587
/proc/meminfo: memFree=127400/3368532 swapFree=1953788/1959888
[pid=32583] ppid=32581 vsize=558168 CPUtime=22.76
/proc/32583/stat : 32583 (gnovelty+) R 32581 32583 10015 0 -1 4202496 23230 0 0 0 2004 272 0 0 15 0 4 0 1109461908 571564032 23186 4294967295 134512640 135680988 3213698080 3213697324 134957681 0 0 0 0 4294967295 0 0 17 3 0 0 0
/proc/32583/statm: 139542 23186 103 286 0 139254 0
[pid=32583/tid=32585] ppid=32581 vsize=558168 CPUtime=5.57
/proc/32583/task/32585/stat : 32585 (gnovelty+) R 32581 32583 10015 0 -1 4202560 581 0 0 0 499 58 0 0 15 0 4 0 1109461978 571564032 23186 4294967295 134512640 135680988 3213698080 3074834780 134957681 0 0 0 0 0 0 0 -1 2 0 0 0
[pid=32583/tid=32586] ppid=32581 vsize=558168 CPUtime=5.49
/proc/32583/task/32586/stat : 32586 (gnovelty+) R 32581 32583 10015 0 -1 4202560 598 0 0 0 485 64 0 0 15 0 4 0 1109461978 571564032 23186 4294967295 134512640 135680988 3213698080 3062714716 134957681 0 0 0 0 0 0 0 -1 0 0 0 0
[pid=32583/tid=32587] ppid=32581 vsize=558168 CPUtime=5.46
/proc/32583/task/32587/stat : 32587 (gnovelty+) R 32581 32583 10015 0 -1 4202560 596 0 0 0 479 67 0 0 15 0 4 0 1109461978 571564032 23186 4294967295 134512640 135680988 3213698080 3050594652 134957422 0 0 0 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 22.76
Current children cumulated vsize (KiB) 558168

[startup+12.7135 s]
/proc/loadavg: 4.24 4.21 4.12 6/100 302
/proc/meminfo: memFree=126808/3368532 swapFree=1953788/1959888
[pid=32583] ppid=32581 vsize=558168 CPUtime=47.43
/proc/32583/stat : 32583 (gnovelty+) R 32581 32583 10015 0 -1 4202496 23230 0 0 0 4082 661 0 0 16 0 4 0 1109461908 571564032 23186 4294967295 134512640 135680988 3213698080 3213697412 134533489 0 0 0 0 4294967295 0 0 17 1 0 0 0
/proc/32583/statm: 139542 23186 103 286 0 139254 0
[pid=32583/tid=32585] ppid=32581 vsize=558168 CPUtime=11.9
/proc/32583/task/32585/stat : 32585 (gnovelty+) R 32581 32583 10015 0 -1 4202560 581 0 0 0 1045 145 0 0 15 0 4 0 1109461978 571564032 23186 4294967295 134512640 135680988 3213698080 3074834780 134957681 0 0 0 0 0 0 0 -1 2 0 0 0
[pid=32583/tid=32586] ppid=32581 vsize=558168 CPUtime=11.59
/proc/32583/task/32586/stat : 32586 (gnovelty+) R 32581 32583 10015 0 -1 4202560 598 0 0 0 997 162 0 0 15 0 4 0 1109461978 571564032 23186 4294967295 134512640 135680988 3213698080 3062714716 134957681 0 0 0 0 0 0 0 -1 0 0 0 0
[pid=32583/tid=32587] ppid=32581 vsize=558168 CPUtime=11.52
/proc/32583/task/32587/stat : 32587 (gnovelty+) R 32581 32583 10015 0 -1 4202560 596 0 0 0 994 158 0 0 15 0 4 0 1109461978 571564032 23186 4294967295 134512640 135680988 3213698080 3050594652 134957681 0 0 0 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 47.43
Current children cumulated vsize (KiB) 558168

[startup+25.5126 s]
/proc/loadavg: 4.20 4.21 4.12 6/100 303
/proc/meminfo: memFree=126952/3368532 swapFree=1953788/1959888
[pid=32583] ppid=32581 vsize=558168 CPUtime=96.98
/proc/32583/stat : 32583 (gnovelty+) R 32581 32583 10015 0 -1 4202496 23230 0 0 0 8168 1530 0 0 15 0 4 0 1109461908 571564032 23186 4294967295 134512640 135680988 3213698080 3213697324 134957422 0 0 0 0 4294967295 0 0 17 0 0 0 0
/proc/32583/statm: 139542 23186 103 286 0 139254 0
[pid=32583/tid=32585] ppid=32581 vsize=558168 CPUtime=24.37
/proc/32583/task/32585/stat : 32585 (gnovelty+) R 32581 32583 10015 0 -1 4202560 581 0 0 0 2080 357 0 0 15 0 4 0 1109461978 571564032 23186 4294967295 134512640 135680988 3213698080 3074834780 134957681 0 0 0 0 0 0 0 -1 3 0 0 0
[pid=32583/tid=32586] ppid=32581 vsize=558168 CPUtime=23.99
/proc/32583/task/32586/stat : 32586 (gnovelty+) R 32581 32583 10015 0 -1 4202560 598 0 0 0 2021 378 0 0 15 0 4 0 1109461978 571564032 23186 4294967295 134512640 135680988 3213698080 3062714716 134957681 0 0 0 0 0 0 0 -1 2 0 0 0
[pid=32583/tid=32587] ppid=32581 vsize=558168 CPUtime=23.8
/proc/32583/task/32587/stat : 32587 (gnovelty+) R 32581 32583 10015 0 -1 4202560 596 0 0 0 2006 374 0 0 15 0 4 0 1109461978 571564032 23186 4294967295 134512640 135680988 3213698080 3050594652 134957422 0 0 0 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 96.98
Current children cumulated vsize (KiB) 558168

[startup+51.1104 s]
/proc/loadavg: 4.07 4.17 4.11 5/100 306
/proc/meminfo: memFree=127016/3368532 swapFree=1953788/1959888
[pid=32583] ppid=32581 vsize=558168 CPUtime=195.27
/proc/32583/stat : 32583 (gnovelty+) R 32581 32583 10015 0 -1 4202496 23230 0 0 0 16193 3334 0 0 16 0 4 0 1109461908 571564032 23186 4294967295 134512640 135680988 3213698080 3213697324 134957422 0 0 0 0 4294967295 0 0 17 0 0 0 0
/proc/32583/statm: 139542 23186 103 286 0 139254 0
[pid=32583/tid=32585] ppid=32581 vsize=558168 CPUtime=48.98
/proc/32583/task/32585/stat : 32585 (gnovelty+) R 32581 32583 10015 0 -1 4202560 581 0 0 0 4068 830 0 0 15 0 4 0 1109461978 571564032 23186 4294967295 134512640 135680988 3213698080 3074834780 134957681 0 0 0 0 0 0 0 -1 3 0 0 0
[pid=32583/tid=32586] ppid=32581 vsize=558168 CPUtime=48.35
/proc/32583/task/32586/stat : 32586 (gnovelty+) R 32581 32583 10015 0 -1 4202560 598 0 0 0 3985 850 0 0 15 0 4 0 1109461978 571564032 23186 4294967295 134512640 135680988 3213698080 3062714716 134957681 0 0 0 0 0 0 0 -1 2 0 0 0
[pid=32583/tid=32587] ppid=32581 vsize=558168 CPUtime=48.59
/proc/32583/task/32587/stat : 32587 (gnovelty+) R 32581 32583 10015 0 -1 4202560 596 0 0 0 4040 819 0 0 15 0 4 0 1109461978 571564032 23186 4294967295 134512640 135680988 3213698080 3050594652 134957681 0 0 0 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 195.27
Current children cumulated vsize (KiB) 558168

[startup+102.316 s]
/proc/loadavg: 4.07 4.17 4.11 5/100 492
/proc/meminfo: memFree=126272/3368532 swapFree=1953788/1959888
[pid=32583] ppid=32581 vsize=558168 CPUtime=392.31
/proc/32583/stat : 32583 (gnovelty+) R 32581 32583 10015 0 -1 4202496 23230 0 0 0 31877 7354 0 0 15 0 4 0 1109461908 571564032 23186 4294967295 134512640 135680988 3213698080 3213697324 134957422 0 0 0 0 4294967295 0 0 17 1 0 0 0
/proc/32583/statm: 139542 23186 103 286 0 139254 0
[pid=32583/tid=32585] ppid=32581 vsize=558168 CPUtime=98.48
/proc/32583/task/32585/stat : 32585 (gnovelty+) R 32581 32583 10015 0 -1 4202560 581 0 0 0 8019 1829 0 0 15 0 4 0 1109461978 571564032 23186 4294967295 134512640 135680988 3213698080 3074834780 134957681 0 0 0 0 0 0 0 -1 0 0 0 0
[pid=32583/tid=32586] ppid=32581 vsize=558168 CPUtime=97.83
/proc/32583/task/32586/stat : 32586 (gnovelty+) R 32581 32583 10015 0 -1 4202560 598 0 0 0 7936 1847 0 0 15 0 4 0 1109461978 571564032 23186 4294967295 134512640 135680988 3213698080 3062714716 134957681 0 0 0 0 0 0 0 -1 3 0 0 0
[pid=32583/tid=32587] ppid=32581 vsize=558168 CPUtime=97.96
/proc/32583/task/32587/stat : 32587 (gnovelty+) R 32581 32583 10015 0 -1 4202560 596 0 0 0 7963 1833 0 0 15 0 4 0 1109461978 571564032 23186 4294967295 134512640 135680988 3213698080 3050594604 134957681 0 0 0 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 392.31
Current children cumulated vsize (KiB) 558168

[startup+162.311 s]
/proc/loadavg: 4.18 4.18 4.11 5/100 680
/proc/meminfo: memFree=126156/3368532 swapFree=1953788/1959888
[pid=32583] ppid=32581 vsize=558168 CPUtime=621.47
/proc/32583/stat : 32583 (gnovelty+) R 32581 32583 10015 0 -1 4202496 23230 0 0 0 50265 11882 0 0 15 0 4 0 1109461908 571564032 23186 4294967295 134512640 135680988 3213698080 3213697324 134957681 0 0 0 0 4294967295 0 0 17 2 0 0 0
/proc/32583/statm: 139542 23186 103 286 0 139254 0
[pid=32583/tid=32585] ppid=32581 vsize=558168 CPUtime=155.73
/proc/32583/task/32585/stat : 32585 (gnovelty+) R 32581 32583 10015 0 -1 4202560 581 0 0 0 12666 2907 0 0 15 0 4 0 1109461978 571564032 23186 4294967295 134512640 135680988 3213698080 3074834780 134957422 0 0 0 0 0 0 0 -1 1 0 0 0
[pid=32583/tid=32586] ppid=32581 vsize=558168 CPUtime=155.39
/proc/32583/task/32586/stat : 32586 (gnovelty+) R 32581 32583 10015 0 -1 4202560 598 0 0 0 12533 3006 0 0 15 0 4 0 1109461978 571564032 23186 4294967295 134512640 135680988 3213698080 3062714716 134957681 0 0 0 0 0 0 0 -1 3 0 0 0
[pid=32583/tid=32587] ppid=32581 vsize=558168 CPUtime=155.41
/proc/32583/task/32587/stat : 32587 (gnovelty+) R 32581 32583 10015 0 -1 4202560 596 0 0 0 12576 2965 0 0 15 0 4 0 1109461978 571564032 23186 4294967295 134512640 135680988 3213698080 3050594652 134957681 0 0 0 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 621.47
Current children cumulated vsize (KiB) 558168

[startup+222.306 s]
/proc/loadavg: 4.16 4.16 4.11 5/100 869
/proc/meminfo: memFree=125760/3368532 swapFree=1953788/1959888
[pid=32583] ppid=32581 vsize=558168 CPUtime=852.37
/proc/32583/stat : 32583 (gnovelty+) R 32581 32583 10015 0 -1 4202496 23230 0 0 0 68476 16761 0 0 15 0 4 0 1109461908 571564032 23186 4294967295 134512640 135680988 3213698080 3213697276 134957681 0 0 0 0 4294967295 0 0 17 3 0 0 0
/proc/32583/statm: 139542 23186 103 286 0 139254 0
[pid=32583/tid=32585] ppid=32581 vsize=558168 CPUtime=213.4
/proc/32583/task/32585/stat : 32585 (gnovelty+) R 32581 32583 10015 0 -1 4202560 581 0 0 0 17242 4098 0 0 15 0 4 0 1109461978 571564032 23186 4294967295 134512640 135680988 3213698080 3074834780 134957422 0 0 0 0 0 0 0 -1 2 0 0 0
[pid=32583/tid=32586] ppid=32581 vsize=558168 CPUtime=212.56
/proc/32583/task/32586/stat : 32586 (gnovelty+) R 32581 32583 10015 0 -1 4202560 598 0 0 0 16992 4264 0 0 15 0 4 0 1109461978 571564032 23186 4294967295 134512640 135680988 3213698080 3062714716 134957681 0 0 0 0 0 0 0 -1 1 0 0 0
[pid=32583/tid=32587] ppid=32581 vsize=558168 CPUtime=213.51
/proc/32583/task/32587/stat : 32587 (gnovelty+) R 32581 32583 10015 0 -1 4202560 596 0 0 0 17157 4194 0 0 15 0 4 0 1109461978 571564032 23186 4294967295 134512640 135680988 3213698080 3050594652 134957681 0 0 0 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 852.37
Current children cumulated vsize (KiB) 558168

[startup+282.311 s]
/proc/loadavg: 4.30 4.20 4.12 5/100 1070
/proc/meminfo: memFree=125760/3368532 swapFree=1953788/1959888
[pid=32583] ppid=32581 vsize=558168 CPUtime=1083.48
/proc/32583/stat : 32583 (gnovelty+) R 32581 32583 10015 0 -1 4202496 23230 0 0 0 86398 21950 0 0 15 0 4 0 1109461908 571564032 23186 4294967295 134512640 135680988 3213698080 3213697324 134957681 0 0 0 0 4294967295 0 0 17 1 0 0 0
/proc/32583/statm: 139542 23186 103 286 0 139254 0
[pid=32583/tid=32585] ppid=32581 vsize=558168 CPUtime=271.22
/proc/32583/task/32585/stat : 32585 (gnovelty+) R 32581 32583 10015 0 -1 4202560 581 0 0 0 21734 5388 0 0 15 0 4 0 1109461978 571564032 23186 4294967295 134512640 135680988 3213698080 3074834780 134957422 0 0 0 0 0 0 0 -1 2 0 0 0
[pid=32583/tid=32586] ppid=32581 vsize=558168 CPUtime=270.31
/proc/32583/task/32586/stat : 32586 (gnovelty+) R 32581 32583 10015 0 -1 4202560 598 0 0 0 21437 5594 0 0 15 0 4 0 1109461978 571564032 23186 4294967295 134512640 135680988 3213698080 3062714716 134957422 0 0 0 0 0 0 0 -1 0 0 0 0

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

[pid=32583] ppid=32581 vsize=558168 CPUtime=1543.4
/proc/32583/stat : 32583 (gnovelty+) R 32581 32583 10015 0 -1 4202496 23230 0 0 0 121891 32449 0 0 15 0 4 0 1109461908 571564032 23186 4294967295 134512640 135680988 3213698080 3213697324 134957681 0 0 0 0 4294967295 0 0 17 0 0 0 0
/proc/32583/statm: 139542 23186 103 286 0 139254 0
[pid=32583/tid=32585] ppid=32581 vsize=558168 CPUtime=386.9
/proc/32583/task/32585/stat : 32585 (gnovelty+) R 32581 32583 10015 0 -1 4202560 581 0 0 0 30723 7967 0 0 15 0 4 0 1109461978 571564032 23186 4294967295 134512640 135680988 3213698080 3074834780 134957681 0 0 0 0 0 0 0 -1 1 0 0 0
[pid=32583/tid=32586] ppid=32581 vsize=558168 CPUtime=386.73
/proc/32583/task/32586/stat : 32586 (gnovelty+) R 32581 32583 10015 0 -1 4202560 598 0 0 0 30520 8153 0 0 15 0 4 0 1109461978 571564032 23186 4294967295 134512640 135680988 3213698080 3062714716 134957681 0 0 0 0 0 0 0 -1 2 0 0 0
[pid=32583/tid=32587] ppid=32581 vsize=558168 CPUtime=385.55
/proc/32583/task/32587/stat : 32587 (gnovelty+) R 32581 32583 10015 0 -1 4202560 596 0 0 0 30576 7979 0 0 16 0 4 0 1109461978 571564032 23186 4294967295 134512640 135680988 3213698080 3050594740 134532947 0 0 0 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 1543.4
Current children cumulated vsize (KiB) 558168

[startup+462.317 s]
/proc/loadavg: 4.14 4.16 4.11 6/100 1640
/proc/meminfo: memFree=125908/3368532 swapFree=1953788/1959888
[pid=32583] ppid=32581 vsize=558168 CPUtime=1772.13
/proc/32583/stat : 32583 (gnovelty+) R 32581 32583 10015 0 -1 4202496 23230 0 0 0 139182 38031 0 0 15 0 4 0 1109461908 571564032 23186 4294967295 134512640 135680988 3213698080 3213697324 134957681 0 0 0 0 4294967295 0 0 17 2 0 0 0
/proc/32583/statm: 139542 23186 103 286 0 139254 0
[pid=32583/tid=32585] ppid=32581 vsize=558168 CPUtime=443.42
/proc/32583/task/32585/stat : 32585 (gnovelty+) R 32581 32583 10015 0 -1 4202560 581 0 0 0 35000 9342 0 0 15 0 4 0 1109461978 571564032 23186 4294967295 134512640 135680988 3213698080 3074834780 134957681 0 0 0 0 0 0 0 -1 0 0 0 0
[pid=32583/tid=32586] ppid=32581 vsize=558168 CPUtime=443.97
/proc/32583/task/32586/stat : 32586 (gnovelty+) R 32581 32583 10015 0 -1 4202560 598 0 0 0 34920 9477 0 0 15 0 4 0 1109461978 571564032 23186 4294967295 134512640 135680988 3213698080 3062714716 134957681 0 0 0 0 0 0 0 -1 1 0 0 0
[pid=32583/tid=32587] ppid=32581 vsize=558168 CPUtime=442.39
/proc/32583/task/32587/stat : 32587 (gnovelty+) R 32581 32583 10015 0 -1 4202560 596 0 0 0 34869 9370 0 0 15 0 4 0 1109461978 571564032 23186 4294967295 134512640 135680988 3213698080 3050594652 134957422 0 0 0 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 1772.13
Current children cumulated vsize (KiB) 558168

[startup+522.312 s]
/proc/loadavg: 4.01 4.11 4.09 4/100 1829
/proc/meminfo: memFree=126148/3368532 swapFree=1953788/1959888
[pid=32583] ppid=32581 vsize=558168 CPUtime=2002.55
/proc/32583/stat : 32583 (gnovelty+) R 32581 32583 10015 0 -1 4202496 23230 0 0 0 157021 43234 0 0 15 0 4 0 1109461908 571564032 23186 4294967295 134512640 135680988 3213698080 3213697324 134957422 0 0 0 0 4294967295 0 0 17 1 0 0 0
/proc/32583/statm: 139542 23186 103 286 0 139254 0
[pid=32583/tid=32585] ppid=32581 vsize=558168 CPUtime=500.56
/proc/32583/task/32585/stat : 32585 (gnovelty+) R 32581 32583 10015 0 -1 4202560 581 0 0 0 39462 10594 0 0 15 0 4 0 1109461978 571564032 23186 4294967295 134512640 135680988 3213698080 3074834780 134957681 0 0 0 0 0 0 0 -1 0 0 0 0
[pid=32583/tid=32586] ppid=32581 vsize=558168 CPUtime=501.72
/proc/32583/task/32586/stat : 32586 (gnovelty+) R 32581 32583 10015 0 -1 4202560 598 0 0 0 39409 10763 0 0 16 0 4 0 1109461978 571564032 23186 4294967295 134512640 135680988 3213698080 3062714716 134957681 0 0 0 0 0 0 0 -1 2 0 0 0
[pid=32583/tid=32587] ppid=32581 vsize=558168 CPUtime=500.25
/proc/32583/task/32587/stat : 32587 (gnovelty+) R 32581 32583 10015 0 -1 4202560 596 0 0 0 39355 10670 0 0 15 0 4 0 1109461978 571564032 23186 4294967295 134512640 135680988 3213698080 3050594652 134957422 0 0 0 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 2002.55
Current children cumulated vsize (KiB) 558168

[startup+582.317 s]
/proc/loadavg: 4.15 4.13 4.10 5/100 2016
/proc/meminfo: memFree=125892/3368532 swapFree=1953788/1959888
[pid=32583] ppid=32581 vsize=558168 CPUtime=2233.32
/proc/32583/stat : 32583 (gnovelty+) R 32581 32583 10015 0 -1 4202496 23230 0 0 0 174656 48676 0 0 15 0 4 0 1109461908 571564032 23186 4294967295 134512640 135680988 3213698080 3213697276 134957422 0 0 0 0 4294967295 0 0 17 3 0 0 0
/proc/32583/statm: 139542 23186 103 286 0 139254 0
[pid=32583/tid=32585] ppid=32581 vsize=558168 CPUtime=558.1
/proc/32583/task/32585/stat : 32585 (gnovelty+) R 32581 32583 10015 0 -1 4202560 581 0 0 0 43871 11939 0 0 15 0 4 0 1109461978 571564032 23186 4294967295 134512640 135680988 3213698080 3074834780 134957681 0 0 0 0 0 0 0 -1 0 0 0 0
[pid=32583/tid=32586] ppid=32581 vsize=558168 CPUtime=559.55
/proc/32583/task/32586/stat : 32586 (gnovelty+) R 32581 32583 10015 0 -1 4202560 598 0 0 0 43791 12164 0 0 15 0 4 0 1109461978 571564032 23186 4294967295 134512640 135680988 3213698080 3062714716 134957681 0 0 0 0 0 0 0 -1 1 0 0 0
[pid=32583/tid=32587] ppid=32581 vsize=558168 CPUtime=558.18
/proc/32583/task/32587/stat : 32587 (gnovelty+) R 32581 32583 10015 0 -1 4202560 596 0 0 0 43863 11955 0 0 15 0 4 0 1109461978 571564032 23186 4294967295 134512640 135680988 3213698080 3050594652 134957681 0 0 0 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 2233.32
Current children cumulated vsize (KiB) 558168

[startup+642.312 s]
/proc/loadavg: 4.21 4.14 4.10 5/100 2204
/proc/meminfo: memFree=126024/3368532 swapFree=1953788/1959888
[pid=32583] ppid=32581 vsize=558168 CPUtime=2462.9
/proc/32583/stat : 32583 (gnovelty+) R 32581 32583 10015 0 -1 4202496 23230 0 0 0 192136 54154 0 0 15 0 4 0 1109461908 571564032 23186 4294967295 134512640 135680988 3213698080 3213697324 134957681 0 0 0 0 4294967295 0 0 17 1 0 0 0
/proc/32583/statm: 139542 23186 103 286 0 139254 0
[pid=32583/tid=32585] ppid=32581 vsize=558168 CPUtime=615
/proc/32583/task/32585/stat : 32585 (gnovelty+) R 32581 32583 10015 0 -1 4202560 581 0 0 0 48245 13255 0 0 15 0 4 0 1109461978 571564032 23186 4294967295 134512640 135680988 3213698080 3074834780 134957681 0 0 0 0 0 0 0 -1 2 0 0 0
[pid=32583/tid=32586] ppid=32581 vsize=558168 CPUtime=616.68
/proc/32583/task/32586/stat : 32586 (gnovelty+) R 32581 32583 10015 0 -1 4202560 598 0 0 0 48156 13512 0 0 15 0 4 0 1109461978 571564032 23186 4294967295 134512640 135680988 3213698080 3062714716 134957422 0 0 0 0 0 0 0 -1 3 0 0 0
[pid=32583/tid=32587] ppid=32581 vsize=558168 CPUtime=616.03
/proc/32583/task/32587/stat : 32587 (gnovelty+) R 32581 32583 10015 0 -1 4202560 596 0 0 0 48327 13276 0 0 15 0 4 0 1109461978 571564032 23186 4294967295 134512640 135680988 3213698080 3050594652 134957681 0 0 0 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 2462.9
Current children cumulated vsize (KiB) 558168

[startup+702.307 s]
/proc/loadavg: 4.34 4.19 4.11 5/100 2391
/proc/meminfo: memFree=125900/3368532 swapFree=1953788/1959888
[pid=32583] ppid=32581 vsize=558168 CPUtime=2692.52
/proc/32583/stat : 32583 (gnovelty+) R 32581 32583 10015 0 -1 4202496 23233 0 0 0 209580 59672 0 0 16 0 4 0 1109461908 571564032 23189 4294967295 134512640 135680988 3213698080 3213697276 134957681 0 0 0 0 4294967295 0 0 17 2 0 0 0
/proc/32583/statm: 139542 23189 103 286 0 139254 0
[pid=32583/tid=32585] ppid=32581 vsize=558168 CPUtime=672.09
/proc/32583/task/32585/stat : 32585 (gnovelty+) R 32581 32583 10015 0 -1 4202560 581 0 0 0 52607 14602 0 0 15 0 4 0 1109461978 571564032 23189 4294967295 134512640 135680988 3213698080 3074834780 134957681 0 0 0 0 0 0 0 -1 1 0 0 0
[pid=32583/tid=32586] ppid=32581 vsize=558168 CPUtime=674.46
/proc/32583/task/32586/stat : 32586 (gnovelty+) R 32581 32583 10015 0 -1 4202560 598 0 0 0 52469 14977 0 0 15 0 4 0 1109461978 571564032 23189 4294967295 134512640 135680988 3213698080 3062714716 134957681 0 0 0 0 0 0 0 -1 0 0 0 0
[pid=32583/tid=32587] ppid=32581 vsize=558168 CPUtime=673.6
/proc/32583/task/32587/stat : 32587 (gnovelty+) R 32581 32583 10015 0 -1 4202560 599 0 0 0 52835 14525 0 0 15 0 4 0 1109461978 571564032 23189 4294967295 134512640 135680988 3213698080 3050594652 134957681 0 0 0 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 2692.52
Current children cumulated vsize (KiB) 558168

[startup+762.312 s]
/proc/loadavg: 4.33 4.21 4.12 4/100 2586
/proc/meminfo: memFree=125660/3368532 swapFree=1953788/1959888
[pid=32583] ppid=32581 vsize=558168 CPUtime=2923.02
/proc/32583/stat : 32583 (gnovelty+) R 32581 32583 10015 0 -1 4202496 23233 0 0 0 227258 65044 0 0 15 0 4 0 1109461908 571564032 23189 4294967295 134512640 135680988 3213698080 3213697324 134957681 0 0 0 0 4294967295 0 0 17 1 0 0 0
/proc/32583/statm: 139542 23189 103 286 0 139254 0
[pid=32583/tid=32585] ppid=32581 vsize=558168 CPUtime=730.16
/proc/32583/task/32585/stat : 32585 (gnovelty+) R 32581 32583 10015 0 -1 4202560 581 0 0 0 57094 15922 0 0 15 0 4 0 1109461978 571564032 23189 4294967295 134512640 135680988 3213698080 3074834732 134957681 0 0 0 0 0 0 0 -1 3 0 0 0
[pid=32583/tid=32586] ppid=32581 vsize=558168 CPUtime=731.92
/proc/32583/task/32586/stat : 32586 (gnovelty+) R 32581 32583 10015 0 -1 4202560 598 0 0 0 56814 16378 0 0 15 0 4 0 1109461978 571564032 23189 4294967295 134512640 135680988 3213698080 3062714716 134957681 0 0 0 0 0 0 0 -1 0 0 0 0
[pid=32583/tid=32587] ppid=32581 vsize=558168 CPUtime=731.3
/proc/32583/task/32587/stat : 32587 (gnovelty+) R 32581 32583 10015 0 -1 4202560 599 0 0 0 57300 15830 0 0 15 0 4 0 1109461978 571564032 23189 4294967295 134512640 135680988 3213698080 3050594652 134957422 0 0 0 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 2923.02
Current children cumulated vsize (KiB) 558168

[startup+822.307 s]
/proc/loadavg: 4.11 4.17 4.11 5/100 2782
/proc/meminfo: memFree=125868/3368532 swapFree=1953788/1959888
[pid=32583] ppid=32581 vsize=558168 CPUtime=3151.16
/proc/32583/stat : 32583 (gnovelty+) R 32581 32583 10015 0 -1 4202496 23233 0 0 0 244852 70264 0 0 15 0 4 0 1109461908 571564032 23189 4294967295 134512640 135680988 3213698080 3213697324 134957681 0 0 0 0 4294967295 0 0 17 1 0 0 0
/proc/32583/statm: 139542 23189 103 286 0 139254 0
[pid=32583/tid=32585] ppid=32581 vsize=558168 CPUtime=787.67
/proc/32583/task/32585/stat : 32585 (gnovelty+) R 32581 32583 10015 0 -1 4202560 581 0 0 0 61545 17222 0 0 15 0 4 0 1109461978 571564032 23189 4294967295 134512640 135680988 3213698080 3074834780 134957681 0 0 0 0 0 0 0 -1 0 0 0 0
[pid=32583/tid=32586] ppid=32581 vsize=558168 CPUtime=788.63
/proc/32583/task/32586/stat : 32586 (gnovelty+) R 32581 32583 10015 0 -1 4202560 598 0 0 0 61176 17687 0 0 15 0 4 0 1109461978 571564032 23189 4294967295 134512640 135680988 3213698080 3062714716 134957681 0 0 0 0 0 0 0 -1 3 0 0 0
[pid=32583/tid=32587] ppid=32581 vsize=558168 CPUtime=788.72
/proc/32583/task/32587/stat : 32587 (gnovelty+) R 32581 32583 10015 0 -1 4202560 599 0 0 0 61771 17101 0 0 15 0 4 0 1109461978 571564032 23189 4294967295 134512640 135680988 3213698080 3050594652 134957422 0 0 0 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 3151.16
Current children cumulated vsize (KiB) 558168

[startup+882.302 s]
/proc/loadavg: 4.16 4.16 4.11 6/100 2971
/proc/meminfo: memFree=125776/3368532 swapFree=1953788/1959888
[pid=32583] ppid=32581 vsize=558168 CPUtime=3380.16
/proc/32583/stat : 32583 (gnovelty+) R 32581 32583 10015 0 -1 4202496 23233 0 0 0 262331 75685 0 0 15 0 4 0 1109461908 571564032 23189 4294967295 134512640 135680988 3213698080 3213697324 134957422 0 0 0 0 4294967295 0 0 17 0 0 0 0
/proc/32583/statm: 139542 23189 103 286 0 139254 0
[pid=32583/tid=32585] ppid=32581 vsize=558168 CPUtime=844.51
/proc/32583/task/32585/stat : 32585 (gnovelty+) R 32581 32583 10015 0 -1 4202560 581 0 0 0 65870 18581 0 0 15 0 4 0 1109461978 571564032 23189 4294967295 134512640 135680988 3213698080 3074834780 134957422 0 0 0 0 0 0 0 -1 2 0 0 0
[pid=32583/tid=32586] ppid=32581 vsize=558168 CPUtime=846.05
/proc/32583/task/32586/stat : 32586 (gnovelty+) R 32581 32583 10015 0 -1 4202560 598 0 0 0 65574 19031 0 0 15 0 4 0 1109461978 571564032 23189 4294967295 134512640 135680988 3213698080 3062714716 134957681 0 0 0 0 0 0 0 -1 3 0 0 0
[pid=32583/tid=32587] ppid=32581 vsize=558168 CPUtime=846.1
/proc/32583/task/32587/stat : 32587 (gnovelty+) R 32581 32583 10015 0 -1 4202560 599 0 0 0 66157 18453 0 0 15 0 4 0 1109461978 571564032 23189 4294967295 134512640 135680988 3213698080 3050594652 134957422 0 0 0 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 3380.16
Current children cumulated vsize (KiB) 558168

[startup+942.317 s]
/proc/loadavg: 4.31 4.21 4.13 5/100 3160
/proc/meminfo: memFree=125784/3368532 swapFree=1953788/1959888
[pid=32583] ppid=32581 vsize=558168 CPUtime=3608.79
/proc/32583/stat : 32583 (gnovelty+) R 32581 32583 10015 0 -1 4202496 23233 0 0 0 279830 81049 0 0 15 0 4 0 1109461908 571564032 23189 4294967295 134512640 135680988 3213698080 3213697276 134957422 0 0 0 0 4294967295 0 0 17 0 0 0 0
/proc/32583/statm: 139542 23189 103 286 0 139254 0
[pid=32583/tid=32585] ppid=32581 vsize=558168 CPUtime=901.81
/proc/32583/task/32585/stat : 32585 (gnovelty+) R 32581 32583 10015 0 -1 4202560 581 0 0 0 70309 19872 0 0 16 0 4 0 1109461978 571564032 23189 4294967295 134512640 135680988 3213698080 3074834780 134957422 0 0 0 0 0 0 0 -1 2 0 0 0
[pid=32583/tid=32586] ppid=32581 vsize=558168 CPUtime=902.95
/proc/32583/task/32586/stat : 32586 (gnovelty+) R 32581 32583 10015 0 -1 4202560 598 0 0 0 69929 20366 0 0 15 0 4 0 1109461978 571564032 23189 4294967295 134512640 135680988 3213698080 3062714716 134957681 0 0 0 0 0 0 0 -1 3 0 0 0
[pid=32583/tid=32587] ppid=32581 vsize=558168 CPUtime=903.01
/proc/32583/task/32587/stat : 32587 (gnovelty+) R 32581 32583 10015 0 -1 4202560 599 0 0 0 70484 19817 0 0 15 0 4 0 1109461978 571564032 23189 4294967295 134512640 135680988 3213698080 3050594652 134957681 0 0 0 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 3608.79
Current children cumulated vsize (KiB) 558168



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1000.01 s]
/proc/loadavg: 4.52 4.29 4.16 7/100 3349
/proc/meminfo: memFree=125900/3368532 swapFree=1953788/1959888
[pid=32583] ppid=32581 vsize=558168 CPUtime=3830.16
/proc/32583/stat : 32583 (gnovelty+) R 32581 32583 10015 0 -1 4202496 23233 0 0 0 296723 86293 0 0 15 0 4 0 1109461908 571564032 23189 4294967295 134512640 135680988 3213698080 3213697324 134957681 0 0 0 0 4294967295 0 0 17 0 0 0 0
/proc/32583/statm: 139542 23189 103 286 0 139254 0
[pid=32583/tid=32585] ppid=32581 vsize=558168 CPUtime=957.23
/proc/32583/task/32585/stat : 32585 (gnovelty+) R 32581 32583 10015 0 -1 4202560 581 0 0 0 74475 21248 0 0 15 0 4 0 1109461978 571564032 23189 4294967295 134512640 135680988 3213698080 3074834780 134957681 0 0 0 0 0 0 0 -1 1 0 0 0
[pid=32583/tid=32586] ppid=32581 vsize=558168 CPUtime=958.17
/proc/32583/task/32586/stat : 32586 (gnovelty+) R 32581 32583 10015 0 -1 4202560 598 0 0 0 74161 21656 0 0 16 0 4 0 1109461978 571564032 23189 4294967295 134512640 135680988 3213698080 3062714716 134957681 0 0 0 0 0 0 0 -1 2 0 0 0
[pid=32583/tid=32587] ppid=32581 vsize=558168 CPUtime=958.64
/proc/32583/task/32587/stat : 32587 (gnovelty+) R 32581 32583 10015 0 -1 4202560 599 0 0 0 74753 21111 0 0 16 0 4 0 1109461978 571564032 23189 4294967295 134512640 135680988 3213698080 3050594652 134957422 0 0 0 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3830.16
Current children cumulated vsize (KiB) 558168

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

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1000.04
CPU time (s): 3830.24
CPU user time (s): 2967.29
CPU system time (s): 862.95
CPU usage (%): 383.009
Max. virtual memory (cumulated for all children) (KiB): 558168

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2967.29
system time used= 862.95
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 23233
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= 39544205
involuntary context switches= 113035

runsolver used 0 second user time and 0.04 second system time

The end

Launcher Data

Begin job on  at 2009-05-27 20:12:58
IDJOB=1777540
IDBENCH=70362
IDSOLVER=617
FILE ID=/1777540-1243447978
PBS_JOBID=
Free space on /tmp= 6475 MiB

SOLVER NAME= gNovelty+-T 2009-03-22 (4 threads)
BENCH NAME= SAT09/RANDOM/LARGE/3SAT/UNKNOWN/18000/unif-k3-r4.2-v18000-c75600-S420719158-080.cnf
COMMAND LINE= HOME/gnovelty+ BENCHNAME RANDOMSEED MAXNBTHREAD
RUNSOLVER COMMAND LINE= runsolver --timestamp  -w /tmp/evaluation-result-1777540-1243447978/watcher-1777540-1243447978 -o /tmp/evaluation-result-1777540-1243447978/solver-1777540-1243447978 -C 5000 -W 1000 -M 2047  HOME/gnovelty+ HOME/instance-1777540-1243447978.cnf 1917458084 4

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

MD5SUM BENCH= 727f10970711b4154a45c3b50e2e1fe7
RANDOM SEED= 1917458084

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

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 15
model name	: Intel(R) Xeon(R) CPU            5130  @ 2.00GHz
stepping	: 6
cpu MHz		: 1995.061
cache size	: 4096 KB
physical id	: 0
siblings	: 2
core id		: 0
cpu cores	: 2
fdiv_bug	: no
hlt_bug		: no
f00f_bug	: no
coma_bug	: no
fpu		: yes
fpu_exception	: yes
cpuid level	: 10
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe lm constant_tsc pni monitor ds_cpl vmx tm2 ssse3 cx16 xtpr dca lahf_lm
bogomips	: 3992.41
clflush size	: 64

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 15
model name	: Intel(R) Xeon(R) CPU            5130  @ 2.00GHz
stepping	: 6
cpu MHz		: 1995.061
cache size	: 4096 KB
physical id	: 0
siblings	: 2
core id		: 1
cpu cores	: 2
fdiv_bug	: no
hlt_bug		: no
f00f_bug	: no
coma_bug	: no
fpu		: yes
fpu_exception	: yes
cpuid level	: 10
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe lm constant_tsc pni monitor ds_cpl vmx tm2 ssse3 cx16 xtpr dca lahf_lm
bogomips	: 3990.12
clflush size	: 64

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 15
model name	: Intel(R) Xeon(R) CPU            5130  @ 2.00GHz
stepping	: 6
cpu MHz		: 1995.061
cache size	: 4096 KB
physical id	: 3
siblings	: 2
core id		: 0
cpu cores	: 2
fdiv_bug	: no
hlt_bug		: no
f00f_bug	: no
coma_bug	: no
fpu		: yes
fpu_exception	: yes
cpuid level	: 10
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe lm constant_tsc pni monitor ds_cpl vmx tm2 ssse3 cx16 xtpr dca lahf_lm
bogomips	: 3990.14
clflush size	: 64

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 15
model name	: Intel(R) Xeon(R) CPU            5130  @ 2.00GHz
stepping	: 6
cpu MHz		: 1995.061
cache size	: 4096 KB
physical id	: 3
siblings	: 2
core id		: 1
cpu cores	: 2
fdiv_bug	: no
hlt_bug		: no
f00f_bug	: no
coma_bug	: no
fpu		: yes
fpu_exception	: yes
cpuid level	: 10
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe lm constant_tsc pni monitor ds_cpl vmx tm2 ssse3 cx16 xtpr dca lahf_lm
bogomips	: 3990.14
clflush size	: 64


/proc/meminfo:
MemTotal:      3368532 kB
MemFree:        219320 kB
Buffers:         47060 kB
Cached:        2932368 kB
SwapCached:       2256 kB
Active:        1722716 kB
Inactive:      1265876 kB
HighTotal:     2489216 kB
HighFree:        87556 kB
LowTotal:       879316 kB
LowFree:        131764 kB
SwapTotal:     1959888 kB
SwapFree:      1953788 kB
Dirty:            2944 kB
Writeback:           0 kB
AnonPages:        8840 kB
Mapped:           3184 kB
Slab:           150888 kB
SReclaimable:   137476 kB
SUnreclaim:      13412 kB
PageTables:        484 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   3644152 kB
Committed_AS:    88476 kB
VmallocTotal:   114680 kB
VmallocUsed:      1444 kB
VmallocChunk:   113072 kB

Free space on /tmp at the end= 6475 MiB
End job on  at 2009-05-27 20:29:38