Trace number 1778191

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

General information on the benchmark

NameRANDOM/MEDIUM/3SAT/UNKNOWN/400/
unif-k3-r4.25-v400-c1700-S1553390498-064.cnf
MD5SUMad000d059aa01091d195f8e0c8f346f6
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 variables400
Number of clauses1700
Sum of the clauses size5100
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 31700
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.04/0.08	c +------------------------------+
0.04/0.08	c | gNovelty+, version 1.0       |
0.04/0.08	c +------------------------------+
0.04/0.08	c gnovelty+ -h for help
0.04/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-1778191-1243469661/watcher-1778191-1243469661 -o /tmp/evaluation-result-1778191-1243469661/solver-1778191-1243469661 -C 5000 -W 1000 -M 2047 HOME/gnovelty+ HOME/instance-1778191-1243469661.cnf 1895720013 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.57 3.80 3.80 3/98 3834
/proc/meminfo: memFree=3197180/3368532 swapFree=1959840/1959888
[pid=3834] ppid=3832 vsize=509232 CPUtime=0.01
/proc/3834/stat : 3834 (gnovelty+) R 3832 3834 9860 0 -1 4202496 1427 0 0 0 0 1 0 0 18 0 1 0 928542815 521453568 1385 4294967295 134512640 135680988 3218114640 3218113904 134537167 0 0 0 0 0 0 0 17 2 0 0 0
/proc/3834/statm: 127308 1391 99 286 0 127020 0

[startup+0.033003 s]
/proc/loadavg: 3.57 3.80 3.80 3/98 3834
/proc/meminfo: memFree=3197180/3368532 swapFree=1959840/1959888
[pid=3834] ppid=3832 vsize=517044 CPUtime=0.04
/proc/3834/stat : 3834 (gnovelty+) R 3832 3834 9860 0 -1 4202496 9972 0 0 0 1 3 0 0 18 0 1 0 928542815 529453056 9928 4294967295 134512640 135680988 3218114640 3218113904 134537842 0 0 0 0 0 0 0 17 2 0 0 0
/proc/3834/statm: 129261 9938 99 286 0 128973 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 517044

[startup+0.120979 s]
/proc/loadavg: 3.57 3.80 3.80 3/98 3834
/proc/meminfo: memFree=3197180/3368532 swapFree=1959840/1959888
[pid=3834] ppid=3832 vsize=545804 CPUtime=0.14
/proc/3834/stat : 3834 (gnovelty+) R 3832 3834 9860 0 -1 4202496 19789 0 0 0 10 4 0 0 20 0 4 0 928542815 558903296 19745 4294967295 134512640 135680988 3218114640 3218113884 134957681 0 0 0 0 4294967295 0 0 17 2 0 0 0
/proc/3834/statm: 136451 19745 103 286 0 136163 0
Current children cumulated CPU time (s) 0.14
Current children cumulated vsize (KiB) 545804

[startup+0.312441 s]
/proc/loadavg: 3.57 3.80 3.80 3/98 3834
/proc/meminfo: memFree=3197180/3368532 swapFree=1959840/1959888
[pid=3834] ppid=3832 vsize=545804 CPUtime=0.8
/proc/3834/stat : 3834 (gnovelty+) R 3832 3834 9860 0 -1 4202496 19794 0 0 0 50 30 0 0 18 0 4 0 928542815 558903296 19750 4294967295 134512640 135680988 3218114640 3218113884 134957681 0 0 0 0 4294967295 0 0 17 2 0 0 0
/proc/3834/statm: 136451 19750 103 286 0 136163 0
Current children cumulated CPU time (s) 0.8
Current children cumulated vsize (KiB) 545804

[startup+0.71236 s]
/proc/loadavg: 3.57 3.80 3.80 3/98 3834
/proc/meminfo: memFree=3197180/3368532 swapFree=1959840/1959888
[pid=3834] ppid=3832 vsize=545804 CPUtime=2.3
/proc/3834/stat : 3834 (gnovelty+) R 3832 3834 9860 0 -1 4202496 19794 0 0 0 127 103 0 0 15 0 4 0 928542815 558903296 19750 4294967295 134512640 135680988 3218114640 3218113884 134957681 0 0 0 0 4294967295 0 0 17 2 0 0 0
/proc/3834/statm: 136451 19750 103 286 0 136163 0
Current children cumulated CPU time (s) 2.3
Current children cumulated vsize (KiB) 545804

[startup+1.51229 s]
/proc/loadavg: 3.57 3.80 3.80 4/102 3838
/proc/meminfo: memFree=3118752/3368532 swapFree=1959840/1959888
[pid=3834] ppid=3832 vsize=545804 CPUtime=5.23
/proc/3834/stat : 3834 (gnovelty+) R 3832 3834 9860 0 -1 4202496 19794 0 0 0 277 246 0 0 15 0 4 0 928542815 558903296 19750 4294967295 134512640 135680988 3218114640 3218113884 134957681 0 0 0 0 4294967295 0 0 17 2 0 0 0
/proc/3834/statm: 136451 19750 103 286 0 136163 0
[pid=3834/tid=3836] ppid=3832 vsize=545804 CPUtime=1.27
/proc/3834/task/3836/stat : 3836 (gnovelty+) R 3832 3834 9860 0 -1 4202560 4 0 0 0 68 59 0 0 15 0 4 0 928542823 558903296 19750 4294967295 134512640 135680988 3218114640 3077304668 134957422 0 0 0 0 0 0 0 -1 0 0 0 0
[pid=3834/tid=3837] ppid=3832 vsize=545804 CPUtime=1.3
/proc/3834/task/3837/stat : 3837 (gnovelty+) R 3832 3834 9860 0 -1 4202560 5 0 0 0 67 63 0 0 15 0 4 0 928542823 558903296 19750 4294967295 134512640 135680988 3218114640 3067912540 134957681 0 0 0 0 0 0 0 -1 3 0 0 0
[pid=3834/tid=3838] ppid=3832 vsize=545804 CPUtime=1.22
/proc/3834/task/3838/stat : 3838 (gnovelty+) R 3832 3834 9860 0 -1 4202560 6 0 0 0 69 53 0 0 15 0 4 0 928542823 558903296 19750 4294967295 134512640 135680988 3218114640 3058520412 134957422 0 0 0 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 5.23
Current children cumulated vsize (KiB) 545804

[startup+3.11223 s]
/proc/loadavg: 3.60 3.80 3.80 5/102 3839
/proc/meminfo: memFree=3118428/3368532 swapFree=1959840/1959888
[pid=3834] ppid=3832 vsize=545804 CPUtime=10.98
/proc/3834/stat : 3834 (gnovelty+) R 3832 3834 9860 0 -1 4202496 19794 0 0 0 594 504 0 0 15 0 4 0 928542815 558903296 19750 4294967295 134512640 135680988 3218114640 3218113884 134957422 0 0 0 0 4294967295 0 0 17 0 0 0 0
/proc/3834/statm: 136451 19750 103 286 0 136163 0
[pid=3834/tid=3836] ppid=3832 vsize=545804 CPUtime=2.62
/proc/3834/task/3836/stat : 3836 (gnovelty+) R 3832 3834 9860 0 -1 4202560 4 0 0 0 136 126 0 0 15 0 4 0 928542823 558903296 19750 4294967295 134512640 135680988 3218114640 3077304620 134957422 0 0 0 0 0 0 0 -1 2 0 0 0
[pid=3834/tid=3837] ppid=3832 vsize=545804 CPUtime=2.8
/proc/3834/task/3837/stat : 3837 (gnovelty+) R 3832 3834 9860 0 -1 4202560 5 0 0 0 152 128 0 0 15 0 4 0 928542823 558903296 19750 4294967295 134512640 135680988 3218114640 3067912540 134957681 0 0 0 0 0 0 0 -1 3 0 0 0
[pid=3834/tid=3838] ppid=3832 vsize=545804 CPUtime=2.72
/proc/3834/task/3838/stat : 3838 (gnovelty+) R 3832 3834 9860 0 -1 4202560 6 0 0 0 153 119 0 0 15 0 4 0 928542823 558903296 19750 4294967295 134512640 135680988 3218114640 3058520412 134957681 0 0 0 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 10.98
Current children cumulated vsize (KiB) 545804

[startup+6.31191 s]
/proc/loadavg: 3.60 3.80 3.80 5/102 3839
/proc/meminfo: memFree=3118304/3368532 swapFree=1959840/1959888
[pid=3834] ppid=3832 vsize=545804 CPUtime=22.89
/proc/3834/stat : 3834 (gnovelty+) R 3832 3834 9860 0 -1 4202496 19794 0 0 0 1226 1063 0 0 16 0 4 0 928542815 558903296 19750 4294967295 134512640 135680988 3218114640 3218113884 134957681 0 0 0 0 4294967295 0 0 17 3 0 0 0
/proc/3834/statm: 136451 19750 103 286 0 136163 0
[pid=3834/tid=3836] ppid=3832 vsize=545804 CPUtime=5.62
/proc/3834/task/3836/stat : 3836 (gnovelty+) R 3832 3834 9860 0 -1 4202560 4 0 0 0 306 256 0 0 15 0 4 0 928542823 558903296 19750 4294967295 134512640 135680988 3218114640 3077304668 134957681 0 0 0 0 0 0 0 -1 2 0 0 0
[pid=3834/tid=3837] ppid=3832 vsize=545804 CPUtime=5.76
/proc/3834/task/3837/stat : 3837 (gnovelty+) R 3832 3834 9860 0 -1 4202560 5 0 0 0 311 265 0 0 15 0 4 0 928542823 558903296 19750 4294967295 134512640 135680988 3218114640 3067912540 134957681 0 0 0 0 0 0 0 -1 1 0 0 0
[pid=3834/tid=3838] ppid=3832 vsize=545804 CPUtime=5.7
/proc/3834/task/3838/stat : 3838 (gnovelty+) R 3832 3834 9860 0 -1 4202560 6 0 0 0 301 269 0 0 15 0 4 0 928542823 558903296 19750 4294967295 134512640 135680988 3218114640 3058520412 134957422 0 0 0 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 22.89
Current children cumulated vsize (KiB) 545804

[startup+12.7115 s]
/proc/loadavg: 3.71 3.82 3.81 5/102 3839
/proc/meminfo: memFree=3118368/3368532 swapFree=1959840/1959888
[pid=3834] ppid=3832 vsize=545804 CPUtime=46.46
/proc/3834/stat : 3834 (gnovelty+) R 3832 3834 9860 0 -1 4202496 19794 0 0 0 2436 2210 0 0 15 0 4 0 928542815 558903296 19750 4294967295 134512640 135680988 3218114640 3218113884 134957422 0 0 0 0 4294967295 0 0 17 3 0 0 0
/proc/3834/statm: 136451 19750 103 286 0 136163 0
[pid=3834/tid=3836] ppid=3832 vsize=545804 CPUtime=11.57
/proc/3834/task/3836/stat : 3836 (gnovelty+) R 3832 3834 9860 0 -1 4202560 4 0 0 0 597 560 0 0 15 0 4 0 928542823 558903296 19750 4294967295 134512640 135680988 3218114640 3077304668 134957422 0 0 0 0 0 0 0 -1 2 0 0 0
[pid=3834/tid=3837] ppid=3832 vsize=545804 CPUtime=11.74
/proc/3834/task/3837/stat : 3837 (gnovelty+) R 3832 3834 9860 0 -1 4202560 5 0 0 0 628 546 0 0 15 0 4 0 928542823 558903296 19750 4294967295 134512640 135680988 3218114640 3067912540 134957681 0 0 0 0 0 0 0 -1 1 0 0 0
[pid=3834/tid=3838] ppid=3832 vsize=545804 CPUtime=11.53
/proc/3834/task/3838/stat : 3838 (gnovelty+) R 3832 3834 9860 0 -1 4202560 6 0 0 0 621 532 0 0 15 0 4 0 928542823 558903296 19750 4294967295 134512640 135680988 3218114640 3058520412 134957422 0 0 0 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 46.46
Current children cumulated vsize (KiB) 545804

[startup+25.5104 s]
/proc/loadavg: 3.78 3.83 3.81 5/102 3840
/proc/meminfo: memFree=3118324/3368532 swapFree=1959840/1959888
[pid=3834] ppid=3832 vsize=545804 CPUtime=94.05
/proc/3834/stat : 3834 (gnovelty+) R 3832 3834 9860 0 -1 4202496 19794 0 0 0 4950 4455 0 0 15 0 4 0 928542815 558903296 19750 4294967295 134512640 135680988 3218114640 3218113884 134957681 0 0 0 0 4294967295 0 0 17 3 0 0 0
/proc/3834/statm: 136451 19750 103 286 0 136163 0
[pid=3834/tid=3836] ppid=3832 vsize=545804 CPUtime=23.47
/proc/3834/task/3836/stat : 3836 (gnovelty+) R 3832 3834 9860 0 -1 4202560 4 0 0 0 1218 1129 0 0 15 0 4 0 928542823 558903296 19750 4294967295 134512640 135680988 3218114640 3077304668 134957681 0 0 0 0 0 0 0 -1 1 0 0 0
[pid=3834/tid=3837] ppid=3832 vsize=545804 CPUtime=23.63
/proc/3834/task/3837/stat : 3837 (gnovelty+) R 3832 3834 9860 0 -1 4202560 5 0 0 0 1249 1114 0 0 15 0 4 0 928542823 558903296 19750 4294967295 134512640 135680988 3218114640 3067912492 134957422 0 0 0 0 0 0 0 -1 0 0 0 0
[pid=3834/tid=3838] ppid=3832 vsize=545804 CPUtime=23.56
/proc/3834/task/3838/stat : 3838 (gnovelty+) R 3832 3834 9860 0 -1 4202560 6 0 0 0 1249 1107 0 0 15 0 4 0 928542823 558903296 19750 4294967295 134512640 135680988 3218114640 3058520412 134957681 0 0 0 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 94.05
Current children cumulated vsize (KiB) 545804

[startup+51.1089 s]
/proc/loadavg: 3.63 3.79 3.80 5/102 4026
/proc/meminfo: memFree=3116640/3368532 swapFree=1959840/1959888
[pid=3834] ppid=3832 vsize=545804 CPUtime=189.03
/proc/3834/stat : 3834 (gnovelty+) R 3832 3834 9860 0 -1 4202496 19794 0 0 0 9949 8954 0 0 15 0 4 0 928542815 558903296 19750 4294967295 134512640 135680988 3218114640 3218113884 134957681 0 0 0 0 4294967295 0 0 17 2 0 0 0
/proc/3834/statm: 136451 19750 103 286 0 136163 0
[pid=3834/tid=3836] ppid=3832 vsize=545804 CPUtime=47.04
/proc/3834/task/3836/stat : 3836 (gnovelty+) R 3832 3834 9860 0 -1 4202560 4 0 0 0 2464 2240 0 0 15 0 4 0 928542823 558903296 19750 4294967295 134512640 135680988 3218114640 3077304668 134957422 0 0 0 0 0 0 0 -1 3 0 0 0
[pid=3834/tid=3837] ppid=3832 vsize=545804 CPUtime=47.55
/proc/3834/task/3837/stat : 3837 (gnovelty+) R 3832 3834 9860 0 -1 4202560 5 0 0 0 2510 2245 0 0 16 0 4 0 928542823 558903296 19750 4294967295 134512640 135680988 3218114640 3067912540 134957681 0 0 0 0 0 0 0 -1 0 0 0 0
[pid=3834/tid=3838] ppid=3832 vsize=545804 CPUtime=47.13
/proc/3834/task/3838/stat : 3838 (gnovelty+) R 3832 3834 9860 0 -1 4202560 6 0 0 0 2465 2248 0 0 15 0 4 0 928542823 558903296 19750 4294967295 134512640 135680988 3218114640 3058520364 134957422 0 0 0 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 189.03
Current children cumulated vsize (KiB) 545804

[startup+102.314 s]
/proc/loadavg: 3.70 3.78 3.79 5/102 4217
/proc/meminfo: memFree=3116708/3368532 swapFree=1959840/1959888
[pid=3834] ppid=3832 vsize=545804 CPUtime=378.73
/proc/3834/stat : 3834 (gnovelty+) R 3832 3834 9860 0 -1 4202496 19795 0 0 0 19987 17886 0 0 15 0 4 0 928542815 558903296 19751 4294967295 134512640 135680988 3218114640 3218113836 134957422 0 0 0 0 4294967295 0 0 17 1 0 0 0
/proc/3834/statm: 136451 19751 103 286 0 136163 0
[pid=3834/tid=3836] ppid=3832 vsize=545804 CPUtime=94.76
/proc/3834/task/3836/stat : 3836 (gnovelty+) R 3832 3834 9860 0 -1 4202560 4 0 0 0 5002 4474 0 0 15 0 4 0 928542823 558903296 19751 4294967295 134512640 135680988 3218114640 3077304668 134957681 0 0 0 0 0 0 0 -1 2 0 0 0
[pid=3834/tid=3837] ppid=3832 vsize=545804 CPUtime=94.84
/proc/3834/task/3837/stat : 3837 (gnovelty+) R 3832 3834 9860 0 -1 4202560 5 0 0 0 5005 4479 0 0 15 0 4 0 928542823 558903296 19751 4294967295 134512640 135680988 3218114640 3067912540 134957422 0 0 0 0 0 0 0 -1 0 0 0 0
[pid=3834/tid=3838] ppid=3832 vsize=545804 CPUtime=94.76
/proc/3834/task/3838/stat : 3838 (gnovelty+) R 3832 3834 9860 0 -1 4202560 6 0 0 0 5000 4476 0 0 15 0 4 0 928542823 558903296 19751 4294967295 134512640 135680988 3218114640 3058520412 134957422 0 0 0 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 378.73
Current children cumulated vsize (KiB) 545804

[startup+162.31 s]
/proc/loadavg: 3.84 3.80 3.80 5/102 4407
/proc/meminfo: memFree=3116676/3368532 swapFree=1959840/1959888
[pid=3834] ppid=3832 vsize=545804 CPUtime=602.3
/proc/3834/stat : 3834 (gnovelty+) R 3832 3834 9860 0 -1 4202496 19795 0 0 0 31565 28665 0 0 15 0 4 0 928542815 558903296 19751 4294967295 134512640 135680988 3218114640 3218113884 134957681 0 0 0 0 4294967295 0 0 17 2 0 0 0
/proc/3834/statm: 136451 19751 103 286 0 136163 0
[pid=3834/tid=3836] ppid=3832 vsize=545804 CPUtime=150.58
/proc/3834/task/3836/stat : 3836 (gnovelty+) R 3832 3834 9860 0 -1 4202560 4 0 0 0 7890 7168 0 0 15 0 4 0 928542823 558903296 19751 4294967295 134512640 135680988 3218114640 3077304668 134957422 0 0 0 0 0 0 0 -1 3 0 0 0
[pid=3834/tid=3837] ppid=3832 vsize=545804 CPUtime=150.59
/proc/3834/task/3837/stat : 3837 (gnovelty+) R 3832 3834 9860 0 -1 4202560 5 0 0 0 7871 7188 0 0 15 0 4 0 928542823 558903296 19751 4294967295 134512640 135680988 3218114640 3067912540 134957422 0 0 0 0 0 0 0 -1 0 0 0 0
[pid=3834/tid=3838] ppid=3832 vsize=545804 CPUtime=150.69
/proc/3834/task/3838/stat : 3838 (gnovelty+) R 3832 3834 9860 0 -1 4202560 6 0 0 0 7885 7184 0 0 15 0 4 0 928542823 558903296 19751 4294967295 134512640 135680988 3218114640 3058520412 134957422 0 0 0 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 602.3
Current children cumulated vsize (KiB) 545804

[startup+222.305 s]
/proc/loadavg: 3.86 3.81 3.80 5/102 4595
/proc/meminfo: memFree=3117252/3368532 swapFree=1959840/1959888
[pid=3834] ppid=3832 vsize=545804 CPUtime=824.43
/proc/3834/stat : 3834 (gnovelty+) R 3832 3834 9860 0 -1 4202496 19795 0 0 0 43306 39137 0 0 15 0 4 0 928542815 558903296 19751 4294967295 134512640 135680988 3218114640 3218113884 134957422 0 0 0 0 4294967295 0 0 17 2 0 0 0
/proc/3834/statm: 136451 19751 103 286 0 136163 0
[pid=3834/tid=3836] ppid=3832 vsize=545804 CPUtime=205.78
/proc/3834/task/3836/stat : 3836 (gnovelty+) R 3832 3834 9860 0 -1 4202560 4 0 0 0 10843 9735 0 0 15 0 4 0 928542823 558903296 19751 4294967295 134512640 135680988 3218114640 3077304668 134957681 0 0 0 0 0 0 0 -1 1 0 0 0
[pid=3834/tid=3837] ppid=3832 vsize=545804 CPUtime=206
/proc/3834/task/3837/stat : 3837 (gnovelty+) R 3832 3834 9860 0 -1 4202560 5 0 0 0 10878 9722 0 0 15 0 4 0 928542823 558903296 19751 4294967295 134512640 135680988 3218114640 3067912540 134957422 0 0 0 0 0 0 0 -1 0 0 0 0
[pid=3834/tid=3838] ppid=3832 vsize=545804 CPUtime=206.3
/proc/3834/task/3838/stat : 3838 (gnovelty+) R 3832 3834 9860 0 -1 4202560 6 0 0 0 10747 9883 0 0 15 0 4 0 928542823 558903296 19751 4294967295 134512640 135680988 3218114640 3058520412 134957422 0 0 0 0 3925606156 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 824.43
Current children cumulated vsize (KiB) 545804

[startup+282.31 s]
/proc/loadavg: 3.89 3.82 3.81 5/102 4783
/proc/meminfo: memFree=3117196/3368532 swapFree=1959840/1959888
[pid=3834] ppid=3832 vsize=545804 CPUtime=1045.34
/proc/3834/stat : 3834 (gnovelty+) R 3832 3834 9860 0 -1 4202496 19795 0 0 0 54931 49603 0 0 15 0 4 0 928542815 558903296 19751 4294967295 134512640 135680988 3218114640 3218113884 134957681 0 0 0 0 4294967295 0 0 17 0 0 0 0
/proc/3834/statm: 136451 19751 103 286 0 136163 0
[pid=3834/tid=3836] ppid=3832 vsize=545804 CPUtime=261.19
/proc/3834/task/3836/stat : 3836 (gnovelty+) R 3832 3834 9860 0 -1 4202560 4 0 0 0 13705 12414 0 0 15 0 4 0 928542823 558903296 19751 4294967295 134512640 135680988 3218114640 3077304668 134957422 0 0 0 0 0 0 0 -1 3 0 0 0
[pid=3834/tid=3837] ppid=3832 vsize=545804 CPUtime=262.08
/proc/3834/task/3837/stat : 3837 (gnovelty+) R 3832 3834 9860 0 -1 4202560 5 0 0 0 13927 12281 0 0 15 0 4 0 928542823 558903296 19751 4294967295 134512640 135680988 3218114640 3067912540 134957681 0 0 0 0 0 0 0 -1 2 0 0 0

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

[pid=3834] ppid=3832 vsize=545804 CPUtime=1489.31
/proc/3834/stat : 3834 (gnovelty+) R 3832 3834 9860 0 -1 4202496 19795 0 0 0 78268 70663 0 0 15 0 4 0 928542815 558903296 19751 4294967295 134512640 135680988 3218114640 3218113884 134957422 0 0 0 0 4294967295 0 0 17 0 0 0 0
/proc/3834/statm: 136451 19751 103 286 0 136163 0
[pid=3834/tid=3836] ppid=3832 vsize=545804 CPUtime=372.34
/proc/3834/task/3836/stat : 3836 (gnovelty+) R 3832 3834 9860 0 -1 4202560 4 0 0 0 19512 17722 0 0 15 0 4 0 928542823 558903296 19751 4294967295 134512640 135680988 3218114640 3077304668 134957681 0 0 0 0 0 0 0 -1 2 0 0 0
[pid=3834/tid=3837] ppid=3832 vsize=545804 CPUtime=372.81
/proc/3834/task/3837/stat : 3837 (gnovelty+) R 3832 3834 9860 0 -1 4202560 5 0 0 0 19674 17607 0 0 15 0 4 0 928542823 558903296 19751 4294967295 134512640 135680988 3218114640 3067912540 134957681 0 0 0 0 0 0 0 -1 1 0 0 0
[pid=3834/tid=3838] ppid=3832 vsize=545804 CPUtime=372.2
/proc/3834/task/3838/stat : 3838 (gnovelty+) R 3832 3834 9860 0 -1 4202560 6 0 0 0 19467 17753 0 0 16 0 4 0 928542823 558903296 19751 4294967295 134512640 135680988 3218114640 3058520412 134957422 0 0 0 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 1489.31
Current children cumulated vsize (KiB) 545804

[startup+462.315 s]
/proc/loadavg: 3.82 3.84 3.81 5/102 5348
/proc/meminfo: memFree=3117088/3368532 swapFree=1959840/1959888
[pid=3834] ppid=3832 vsize=545804 CPUtime=1712.05
/proc/3834/stat : 3834 (gnovelty+) R 3832 3834 9860 0 -1 4202496 19795 0 0 0 89891 81314 0 0 15 0 4 0 928542815 558903296 19751 4294967295 134512640 135680988 3218114640 3218113884 134957422 0 0 0 0 4294967295 0 0 17 3 0 0 0
/proc/3834/statm: 136451 19751 103 286 0 136163 0
[pid=3834/tid=3836] ppid=3832 vsize=545804 CPUtime=428.1
/proc/3834/task/3836/stat : 3836 (gnovelty+) R 3832 3834 9860 0 -1 4202560 4 0 0 0 22416 20394 0 0 15 0 4 0 928542823 558903296 19751 4294967295 134512640 135680988 3218114640 3077304668 134957681 0 0 0 0 0 0 0 -1 2 0 0 0
[pid=3834/tid=3837] ppid=3832 vsize=545804 CPUtime=428.45
/proc/3834/task/3837/stat : 3837 (gnovelty+) R 3832 3834 9860 0 -1 4202560 5 0 0 0 22580 20265 0 0 15 0 4 0 928542823 558903296 19751 4294967295 134512640 135680988 3218114640 3067912540 134957681 0 0 0 0 0 0 0 -1 0 0 0 0
[pid=3834/tid=3838] ppid=3832 vsize=545804 CPUtime=427.77
/proc/3834/task/3838/stat : 3838 (gnovelty+) R 3832 3834 9860 0 -1 4202560 6 0 0 0 22352 20425 0 0 15 0 4 0 928542823 558903296 19751 4294967295 134512640 135680988 3218114640 3058520412 134957681 0 0 0 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1712.05
Current children cumulated vsize (KiB) 545804

[startup+522.311 s]
/proc/loadavg: 3.89 3.85 3.82 5/102 5540
/proc/meminfo: memFree=3117080/3368532 swapFree=1959840/1959888
[pid=3834] ppid=3832 vsize=545804 CPUtime=1933.5
/proc/3834/stat : 3834 (gnovelty+) R 3832 3834 9860 0 -1 4202496 19795 0 0 0 101433 91917 0 0 15 0 4 0 928542815 558903296 19751 4294967295 134512640 135680988 3218114640 3218113884 134957681 0 0 0 0 4294967295 0 0 17 0 0 0 0
/proc/3834/statm: 136451 19751 103 286 0 136163 0
[pid=3834/tid=3836] ppid=3832 vsize=545804 CPUtime=483.53
/proc/3834/task/3836/stat : 3836 (gnovelty+) R 3832 3834 9860 0 -1 4202560 4 0 0 0 25176 23177 0 0 15 0 4 0 928542823 558903296 19751 4294967295 134512640 135680988 3218114640 3077304668 134957681 0 0 0 0 0 0 0 -1 1 0 0 0
[pid=3834/tid=3837] ppid=3832 vsize=545804 CPUtime=483.93
/proc/3834/task/3837/stat : 3837 (gnovelty+) R 3832 3834 9860 0 -1 4202560 5 0 0 0 25502 22891 0 0 15 0 4 0 928542823 558903296 19751 4294967295 134512640 135680988 3218114640 3067912540 134957422 0 0 0 0 0 0 0 -1 3 0 0 0
[pid=3834/tid=3838] ppid=3832 vsize=545804 CPUtime=482.8
/proc/3834/task/3838/stat : 3838 (gnovelty+) R 3832 3834 9860 0 -1 4202560 6 0 0 0 25237 23043 0 0 15 0 4 0 928542823 558903296 19751 4294967295 134512640 135680988 3218114640 3058520412 134957681 0 0 0 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 1933.5
Current children cumulated vsize (KiB) 545804

[startup+582.305 s]
/proc/loadavg: 3.86 3.85 3.82 5/102 5728
/proc/meminfo: memFree=3117072/3368532 swapFree=1959840/1959888
[pid=3834] ppid=3832 vsize=545804 CPUtime=2154.78
/proc/3834/stat : 3834 (gnovelty+) S 3832 3834 9860 0 -1 4202496 19795 0 0 0 113147 102331 0 0 15 0 4 0 928542815 558903296 19751 4294967295 134512640 135680988 3218114640 3218113836 134957422 0 0 0 0 4294967295 0 0 17 2 0 0 0
/proc/3834/statm: 136451 19751 103 286 0 136163 0
[pid=3834/tid=3836] ppid=3832 vsize=545804 CPUtime=538.37
/proc/3834/task/3836/stat : 3836 (gnovelty+) R 3832 3834 9860 0 -1 4202560 4 0 0 0 28083 25754 0 0 15 0 4 0 928542823 558903296 19751 4294967295 134512640 135680988 3218114640 3077304620 134957681 0 0 0 0 0 0 0 -1 0 0 0 0
[pid=3834/tid=3837] ppid=3832 vsize=545804 CPUtime=539.48
/proc/3834/task/3837/stat : 3837 (gnovelty+) R 3832 3834 9860 0 -1 4202560 5 0 0 0 28432 25516 0 0 15 0 4 0 928542823 558903296 19751 4294967295 134512640 135680988 3218114640 3067912492 134957422 0 0 0 0 0 0 0 -1 3 0 0 0
[pid=3834/tid=3838] ppid=3832 vsize=545804 CPUtime=538.09
/proc/3834/task/3838/stat : 3838 (gnovelty+) R 3832 3834 9860 0 -1 4202560 6 0 0 0 28125 25684 0 0 16 0 4 0 928542823 558903296 19751 4294967295 134512640 135680988 3218114640 3058520500 134533858 0 0 0 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 2154.78
Current children cumulated vsize (KiB) 545804

[startup+642.311 s]
/proc/loadavg: 3.84 3.84 3.82 5/102 5915
/proc/meminfo: memFree=3117128/3368532 swapFree=1959840/1959888
[pid=3834] ppid=3832 vsize=545804 CPUtime=2376.19
/proc/3834/stat : 3834 (gnovelty+) R 3832 3834 9860 0 -1 4202496 19795 0 0 0 124895 112724 0 0 16 0 4 0 928542815 558903296 19751 4294967295 134512640 135680988 3218114640 3218113884 134957422 0 0 0 0 4294967295 0 0 17 2 0 0 0
/proc/3834/statm: 136451 19751 103 286 0 136163 0
[pid=3834/tid=3836] ppid=3832 vsize=545804 CPUtime=593.64
/proc/3834/task/3836/stat : 3836 (gnovelty+) R 3832 3834 9860 0 -1 4202560 4 0 0 0 31031 28333 0 0 15 0 4 0 928542823 558903296 19751 4294967295 134512640 135680988 3218114640 3077304668 134957681 0 0 0 0 0 0 0 -1 1 0 0 0
[pid=3834/tid=3837] ppid=3832 vsize=545804 CPUtime=594.59
/proc/3834/task/3837/stat : 3837 (gnovelty+) R 3832 3834 9860 0 -1 4202560 5 0 0 0 31346 28113 0 0 16 0 4 0 928542823 558903296 19751 4294967295 134512640 135680988 3218114640 3067912540 134957681 0 0 0 0 0 0 0 -1 3 0 0 0
[pid=3834/tid=3838] ppid=3832 vsize=545804 CPUtime=593.84
/proc/3834/task/3838/stat : 3838 (gnovelty+) R 3832 3834 9860 0 -1 4202560 6 0 0 0 31110 28274 0 0 15 0 4 0 928542823 558903296 19751 4294967295 134512640 135680988 3218114640 3058520412 134957681 0 0 0 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 2376.19
Current children cumulated vsize (KiB) 545804

[startup+702.316 s]
/proc/loadavg: 3.93 3.87 3.82 5/102 6103
/proc/meminfo: memFree=3117220/3368532 swapFree=1959840/1959888
[pid=3834] ppid=3832 vsize=545804 CPUtime=2598.38
/proc/3834/stat : 3834 (gnovelty+) R 3832 3834 9860 0 -1 4202496 19795 0 0 0 136677 123161 0 0 15 0 4 0 928542815 558903296 19751 4294967295 134512640 135680988 3218114640 3218113884 134957681 0 0 0 0 4294967295 0 0 17 3 0 0 0
/proc/3834/statm: 136451 19751 103 286 0 136163 0
[pid=3834/tid=3836] ppid=3832 vsize=545804 CPUtime=649.49
/proc/3834/task/3836/stat : 3836 (gnovelty+) R 3832 3834 9860 0 -1 4202560 4 0 0 0 33980 30969 0 0 15 0 4 0 928542823 558903296 19751 4294967295 134512640 135680988 3218114640 3077304668 134957422 0 0 0 0 0 0 0 -1 2 0 0 0
[pid=3834/tid=3837] ppid=3832 vsize=545804 CPUtime=650.02
/proc/3834/task/3837/stat : 3837 (gnovelty+) R 3832 3834 9860 0 -1 4202560 5 0 0 0 34314 30688 0 0 15 0 4 0 928542823 558903296 19751 4294967295 134512640 135680988 3218114640 3067912540 134957422 0 0 0 0 0 0 0 -1 1 0 0 0
[pid=3834/tid=3838] ppid=3832 vsize=545804 CPUtime=649.4
/proc/3834/task/3838/stat : 3838 (gnovelty+) R 3832 3834 9860 0 -1 4202560 6 0 0 0 34038 30902 0 0 15 0 4 0 928542823 558903296 19751 4294967295 134512640 135680988 3218114640 3058520412 134957681 0 0 0 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 2598.38
Current children cumulated vsize (KiB) 545804

[startup+762.321 s]
/proc/loadavg: 3.97 3.89 3.83 5/102 6291
/proc/meminfo: memFree=3117352/3368532 swapFree=1959840/1959888
[pid=3834] ppid=3832 vsize=545804 CPUtime=2821.85
/proc/3834/stat : 3834 (gnovelty+) R 3832 3834 9860 0 -1 4202496 19795 0 0 0 148466 133719 0 0 16 0 4 0 928542815 558903296 19751 4294967295 134512640 135680988 3218114640 3218113884 134957681 0 0 0 0 4294967295 0 0 17 1 0 0 0
/proc/3834/statm: 136451 19751 103 286 0 136163 0
[pid=3834/tid=3836] ppid=3832 vsize=545804 CPUtime=705.42
/proc/3834/task/3836/stat : 3836 (gnovelty+) R 3832 3834 9860 0 -1 4202560 4 0 0 0 36898 33644 0 0 15 0 4 0 928542823 558903296 19751 4294967295 134512640 135680988 3218114640 3077304668 134957681 0 0 0 0 0 0 0 -1 3 0 0 0
[pid=3834/tid=3837] ppid=3832 vsize=545804 CPUtime=706.23
/proc/3834/task/3837/stat : 3837 (gnovelty+) R 3832 3834 9860 0 -1 4202560 5 0 0 0 37285 33338 0 0 15 0 4 0 928542823 558903296 19751 4294967295 134512640 135680988 3218114640 3067912540 134957422 0 0 0 0 0 0 0 -1 2 0 0 0
[pid=3834/tid=3838] ppid=3832 vsize=545804 CPUtime=705.19
/proc/3834/task/3838/stat : 3838 (gnovelty+) R 3832 3834 9860 0 -1 4202560 6 0 0 0 36989 33530 0 0 15 0 4 0 928542823 558903296 19751 4294967295 134512640 135680988 3218114640 3058520412 134957681 0 0 0 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 2821.85
Current children cumulated vsize (KiB) 545804

[startup+822.316 s]
/proc/loadavg: 4.10 3.92 3.84 5/102 6479
/proc/meminfo: memFree=3117684/3368532 swapFree=1959840/1959888
[pid=3834] ppid=3832 vsize=545804 CPUtime=3044.43
/proc/3834/stat : 3834 (gnovelty+) R 3832 3834 9860 0 -1 4202496 19795 0 0 0 160172 144271 0 0 15 0 4 0 928542815 558903296 19751 4294967295 134512640 135680988 3218114640 3218113884 134957422 0 0 0 0 4294967295 0 0 17 0 0 0 0
/proc/3834/statm: 136451 19751 103 286 0 136163 0
[pid=3834/tid=3836] ppid=3832 vsize=545804 CPUtime=761.36
/proc/3834/task/3836/stat : 3836 (gnovelty+) R 3832 3834 9860 0 -1 4202560 4 0 0 0 39862 36274 0 0 15 0 4 0 928542823 558903296 19751 4294967295 134512640 135680988 3218114640 3077304668 134957681 0 0 0 0 0 0 0 -1 1 0 0 0
[pid=3834/tid=3837] ppid=3832 vsize=545804 CPUtime=761.84
/proc/3834/task/3837/stat : 3837 (gnovelty+) R 3832 3834 9860 0 -1 4202560 5 0 0 0 40223 35961 0 0 15 0 4 0 928542823 558903296 19751 4294967295 134512640 135680988 3218114640 3067912492 134957422 0 0 0 0 0 0 0 -1 3 0 0 0
[pid=3834/tid=3838] ppid=3832 vsize=545804 CPUtime=760.43
/proc/3834/task/3838/stat : 3838 (gnovelty+) R 3832 3834 9860 0 -1 4202560 6 0 0 0 39834 36209 0 0 15 0 4 0 928542823 558903296 19751 4294967295 134512640 135680988 3218114640 3058520412 134957422 0 0 0 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 3044.43
Current children cumulated vsize (KiB) 545804

[startup+882.311 s]
/proc/loadavg: 3.99 3.92 3.84 5/102 6671
/proc/meminfo: memFree=3117724/3368532 swapFree=1959840/1959888
[pid=3834] ppid=3832 vsize=545804 CPUtime=3266.54
/proc/3834/stat : 3834 (gnovelty+) R 3832 3834 9860 0 -1 4202496 19795 0 0 0 171883 154771 0 0 15 0 4 0 928542815 558903296 19751 4294967295 134512640 135680988 3218114640 3218113884 134957681 0 0 0 0 4294967295 0 0 17 2 0 0 0
/proc/3834/statm: 136451 19751 103 286 0 136163 0
[pid=3834/tid=3836] ppid=3832 vsize=545804 CPUtime=817.08
/proc/3834/task/3836/stat : 3836 (gnovelty+) S 3832 3834 9860 0 -1 4202560 4 0 0 0 42775 38933 0 0 15 0 4 0 928542823 558903296 19751 4294967295 134512640 135680988 3218114640 3077304668 134957422 0 0 0 0 0 0 0 -1 0 0 0 0
[pid=3834/tid=3837] ppid=3832 vsize=545804 CPUtime=817.43
/proc/3834/task/3837/stat : 3837 (gnovelty+) R 3832 3834 9860 0 -1 4202560 5 0 0 0 43159 38584 0 0 15 0 4 0 928542823 558903296 19751 4294967295 134512640 135680988 3218114640 3067912540 134957681 0 0 0 0 0 0 0 -1 1 0 0 0
[pid=3834/tid=3838] ppid=3832 vsize=545804 CPUtime=815.67
/proc/3834/task/3838/stat : 3838 (gnovelty+) R 3832 3834 9860 0 -1 4202560 6 0 0 0 42811 38756 0 0 15 0 4 0 928542823 558903296 19751 4294967295 134512640 135680988 3218114640 3058520412 134957422 0 0 0 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3266.54
Current children cumulated vsize (KiB) 545804

[startup+942.306 s]
/proc/loadavg: 3.80 3.87 3.83 7/102 6858
/proc/meminfo: memFree=3117808/3368532 swapFree=1959840/1959888
[pid=3834] ppid=3832 vsize=545804 CPUtime=3488.49
/proc/3834/stat : 3834 (gnovelty+) R 3832 3834 9860 0 -1 4202496 19795 0 0 0 183555 165294 0 0 15 0 4 0 928542815 558903296 19751 4294967295 134512640 135680988 3218114640 3218113884 134957681 0 0 0 0 4294967295 0 0 17 0 0 0 0
/proc/3834/statm: 136451 19751 103 286 0 136163 0
[pid=3834/tid=3836] ppid=3832 vsize=545804 CPUtime=872.83
/proc/3834/task/3836/stat : 3836 (gnovelty+) R 3832 3834 9860 0 -1 4202560 4 0 0 0 45716 41567 0 0 15 0 4 0 928542823 558903296 19751 4294967295 134512640 135680988 3218114640 3077304668 134957422 0 0 0 0 0 0 0 -1 1 0 0 0
[pid=3834/tid=3837] ppid=3832 vsize=545804 CPUtime=872.69
/proc/3834/task/3837/stat : 3837 (gnovelty+) R 3832 3834 9860 0 -1 4202560 5 0 0 0 46025 41244 0 0 15 0 4 0 928542823 558903296 19751 4294967295 134512640 135680988 3218114640 3067912540 134957422 0 0 0 0 0 0 0 -1 2 0 0 0
[pid=3834/tid=3838] ppid=3832 vsize=545804 CPUtime=871
/proc/3834/task/3838/stat : 3838 (gnovelty+) R 3832 3834 9860 0 -1 4202560 6 0 0 0 45737 41363 0 0 15 0 4 0 928542823 558903296 19751 4294967295 134512640 135680988 3218114640 3058520412 134957681 0 0 0 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3488.49
Current children cumulated vsize (KiB) 545804



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1000.01 s]
/proc/loadavg: 3.92 3.88 3.83 5/102 7046
/proc/meminfo: memFree=3117328/3368532 swapFree=1959840/1959888
[pid=3834] ppid=3832 vsize=545804 CPUtime=3701.04
/proc/3834/stat : 3834 (gnovelty+) R 3832 3834 9860 0 -1 4202496 19795 0 0 0 194796 175308 0 0 16 0 4 0 928542815 558903296 19751 4294967295 134512640 135680988 3218114640 3218113884 134957681 0 0 0 0 4294967295 0 0 17 3 0 0 0
/proc/3834/statm: 136451 19751 103 286 0 136163 0
[pid=3834/tid=3836] ppid=3832 vsize=545804 CPUtime=925.31
/proc/3834/task/3836/stat : 3836 (gnovelty+) R 3832 3834 9860 0 -1 4202560 4 0 0 0 48530 44001 0 0 15 0 4 0 928542823 558903296 19751 4294967295 134512640 135680988 3218114640 3077304668 134957422 0 0 0 0 0 0 0 -1 0 0 0 0
[pid=3834/tid=3837] ppid=3832 vsize=545804 CPUtime=926.09
/proc/3834/task/3837/stat : 3837 (gnovelty+) R 3832 3834 9860 0 -1 4202560 5 0 0 0 48829 43780 0 0 15 0 4 0 928542823 558903296 19751 4294967295 134512640 135680988 3218114640 3067912492 134957681 0 0 0 0 0 0 0 -1 1 0 0 0
[pid=3834/tid=3838] ppid=3832 vsize=545804 CPUtime=924.11
/proc/3834/task/3838/stat : 3838 (gnovelty+) R 3832 3834 9860 0 -1 4202560 6 0 0 0 48515 43896 0 0 15 0 4 0 928542823 558903296 19751 4294967295 134512640 135680988 3218114640 3058520364 134957422 0 0 0 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 3701.04
Current children cumulated vsize (KiB) 545804

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

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1000.03
CPU time (s): 3701.07
CPU user time (s): 1947.96
CPU system time (s): 1753.11
CPU usage (%): 370.097
Max. virtual memory (cumulated for all children) (KiB): 545804

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1947.96
system time used= 1753.11
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 19795
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= 98449897
involuntary context switches= 217275

runsolver used 0.01 second user time and 0.03 second system time

The end

Launcher Data

Begin job on tipi39 at 2009-05-28 02:14:21
IDJOB=1778191
IDBENCH=70579
IDSOLVER=617
FILE ID=tipi39/1778191-1243469661
PBS_JOBID=
Free space on /tmp= 5744 MiB

SOLVER NAME= gNovelty+-T 2009-03-22 (4 threads)
BENCH NAME= SAT09/RANDOM/MEDIUM/3SAT/UNKNOWN/400/unif-k3-r4.25-v400-c1700-S1553390498-064.cnf
COMMAND LINE= HOME/gnovelty+ BENCHNAME RANDOMSEED MAXNBTHREAD
RUNSOLVER COMMAND LINE= runsolver --timestamp  -w /tmp/evaluation-result-1778191-1243469661/watcher-1778191-1243469661 -o /tmp/evaluation-result-1778191-1243469661/solver-1778191-1243469661 -C 5000 -W 1000 -M 2047  HOME/gnovelty+ HOME/instance-1778191-1243469661.cnf 1895720013 4

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

MD5SUM BENCH= ad000d059aa01091d195f8e0c8f346f6
RANDOM SEED= 1895720013

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:       3197624 kB
Buffers:         21968 kB
Cached:          53980 kB
SwapCached:          0 kB
Active:          65228 kB
Inactive:        27096 kB
HighTotal:     2489216 kB
HighFree:      2422196 kB
LowTotal:       879316 kB
LowFree:        775428 kB
SwapTotal:     1959888 kB
SwapFree:      1959840 kB
Dirty:            1404 kB
Writeback:           0 kB
AnonPages:       16304 kB
Mapped:           6000 kB
Slab:            69556 kB
SReclaimable:    57440 kB
SUnreclaim:      12116 kB
PageTables:        524 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   3644152 kB
Committed_AS:    94988 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 02:31:01