Trace number 1778377

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

General information on the benchmark

NameRANDOM/MEDIUM/3SAT/UNKNOWN/360/
unif-k3-r4.25-v360-c1530-S1906521511-089.cnf
MD5SUM9c1fb07d5218acc7d1bc3d4acef5e909
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 variables360
Number of clauses1530
Sum of the clauses size4590
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 31530
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.09/0.08	c +------------------------------+
0.09/0.08	c | gNovelty+, version 1.0       |
0.09/0.08	c +------------------------------+
0.09/0.08	c gnovelty+ -h for help
0.09/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-1778377-1243479735/watcher-1778377-1243479735 -o /tmp/evaluation-result-1778377-1243479735/solver-1778377-1243479735 -C 5000 -W 1000 -M 2047 HOME/gnovelty+ HOME/instance-1778377-1243479735.cnf 576160948 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.42 3.70 3.75 3/96 4405
/proc/meminfo: memFree=217436/3368532 swapFree=1953788/1959888
[pid=4405] ppid=4403 vsize=509228 CPUtime=0.01
/proc/4405/stat : 4405 (gnovelty+) R 4403 4405 10015 0 -1 4202496 1315 0 0 0 0 1 0 0 18 0 1 0 1112637579 521449472 1271 4294967295 134512640 135680988 3218462896 3218462160 134537167 0 0 0 0 0 0 0 17 1 0 0 0
/proc/4405/statm: 127307 1278 99 286 0 127019 0

[startup+0.08004 s]
/proc/loadavg: 3.42 3.70 3.75 3/96 4405
/proc/meminfo: memFree=217436/3368532 swapFree=1953788/1959888
[pid=4405] ppid=4403 vsize=517040 CPUtime=0.09
/proc/4405/stat : 4405 (gnovelty+) R 4403 4405 10015 0 -1 4202496 19022 0 0 0 0 9 0 0 18 0 1 0 1112637579 529448960 18977 4294967295 134512640 135680988 3218462896 3218462160 134537779 0 0 0 0 0 0 0 17 1 0 0 0
/proc/4405/statm: 129260 18982 99 286 0 128972 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 517040

[startup+0.110035 s]
/proc/loadavg: 3.42 3.70 3.75 3/96 4405
/proc/meminfo: memFree=217436/3368532 swapFree=1953788/1959888
[pid=4405] ppid=4403 vsize=545664 CPUtime=0.14
/proc/4405/stat : 4405 (gnovelty+) R 4403 4405 10015 0 -1 4202496 19784 0 0 0 4 10 0 0 18 0 4 0 1112637579 558759936 19739 4294967295 134512640 135680988 3218462896 3218462140 134957681 0 0 0 0 4294967295 0 0 17 1 0 0 0
/proc/4405/statm: 136416 19739 103 286 0 136128 0
Current children cumulated CPU time (s) 0.14
Current children cumulated vsize (KiB) 545664

[startup+0.310078 s]
/proc/loadavg: 3.42 3.70 3.75 3/96 4405
/proc/meminfo: memFree=217436/3368532 swapFree=1953788/1959888
[pid=4405] ppid=4403 vsize=545664 CPUtime=0.89
/proc/4405/stat : 4405 (gnovelty+) R 4403 4405 10015 0 -1 4202496 19787 0 0 0 41 48 0 0 17 0 4 0 1112637579 558759936 19742 4294967295 134512640 135680988 3218462896 3218462140 134957681 0 0 0 0 4294967295 0 0 17 1 0 0 0
/proc/4405/statm: 136416 19742 103 286 0 136128 0
Current children cumulated CPU time (s) 0.89
Current children cumulated vsize (KiB) 545664

[startup+0.710004 s]
/proc/loadavg: 3.42 3.70 3.75 3/96 4405
/proc/meminfo: memFree=217436/3368532 swapFree=1953788/1959888
[pid=4405] ppid=4403 vsize=545664 CPUtime=2.38
/proc/4405/stat : 4405 (gnovelty+) R 4403 4405 10015 0 -1 4202496 19788 0 0 0 116 122 0 0 15 0 4 0 1112637579 558759936 19743 4294967295 134512640 135680988 3218462896 3218462140 134957422 0 0 0 0 4294967295 0 0 17 1 0 0 0
/proc/4405/statm: 136416 19743 103 286 0 136128 0
Current children cumulated CPU time (s) 2.38
Current children cumulated vsize (KiB) 545664

[startup+1.50992 s]
/proc/loadavg: 3.42 3.70 3.75 5/100 4409
/proc/meminfo: memFree=139500/3368532 swapFree=1953788/1959888
[pid=4405] ppid=4403 vsize=545664 CPUtime=5.38
/proc/4405/stat : 4405 (gnovelty+) R 4403 4405 10015 0 -1 4202496 19788 0 0 0 264 274 0 0 15 0 4 0 1112637579 558759936 19743 4294967295 134512640 135680988 3218462896 3218462140 134957681 0 0 0 0 4294967295 0 0 17 1 0 0 0
/proc/4405/statm: 136416 19743 103 286 0 136128 0
[pid=4405/tid=4407] ppid=4403 vsize=545664 CPUtime=1.32
/proc/4405/task/4407/stat : 4407 (gnovelty+) R 4403 4405 10015 0 -1 4202560 4 0 0 0 68 64 0 0 15 0 4 0 1112637588 558759936 19743 4294967295 134512640 135680988 3218462896 3077808476 134957681 0 0 0 0 0 0 0 -1 0 0 0 0
[pid=4405/tid=4408] ppid=4403 vsize=545664 CPUtime=1.32
/proc/4405/task/4408/stat : 4408 (gnovelty+) R 4403 4405 10015 0 -1 4202560 5 0 0 0 65 67 0 0 16 0 4 0 1112637588 558759936 19743 4294967295 134512640 135680988 3218462896 3068416336 134545729 0 0 0 0 0 0 0 -1 3 0 0 0
[pid=4405/tid=4409] ppid=4403 vsize=545664 CPUtime=1.33
/proc/4405/task/4409/stat : 4409 (gnovelty+) R 4403 4405 10015 0 -1 4202560 4 0 0 0 62 71 0 0 15 0 4 0 1112637588 558759936 19743 4294967295 134512640 135680988 3218462896 3059024172 134957422 0 0 0 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 5.38
Current children cumulated vsize (KiB) 545664

[startup+3.10982 s]
/proc/loadavg: 3.38 3.69 3.74 4/100 4410
/proc/meminfo: memFree=139352/3368532 swapFree=1953788/1959888
[pid=4405] ppid=4403 vsize=545664 CPUtime=11.29
/proc/4405/stat : 4405 (gnovelty+) S 4403 4405 10015 0 -1 4202496 19788 0 0 0 570 559 0 0 15 0 4 0 1112637579 558759936 19743 4294967295 134512640 135680988 3218462896 3218462092 134957422 0 0 0 0 4294967295 0 0 17 1 0 0 0
/proc/4405/statm: 136416 19743 103 286 0 136128 0
[pid=4405/tid=4407] ppid=4403 vsize=545664 CPUtime=2.78
/proc/4405/task/4407/stat : 4407 (gnovelty+) R 4403 4405 10015 0 -1 4202560 4 0 0 0 142 136 0 0 15 0 4 0 1112637588 558759936 19743 4294967295 134512640 135680988 3218462896 3077808476 134957422 0 0 0 0 0 0 0 -1 3 0 0 0
[pid=4405/tid=4408] ppid=4403 vsize=545664 CPUtime=2.75
/proc/4405/task/4408/stat : 4408 (gnovelty+) R 4403 4405 10015 0 -1 4202560 5 0 0 0 138 137 0 0 15 0 4 0 1112637588 558759936 19743 4294967295 134512640 135680988 3218462896 3068416348 134957681 0 0 0 0 0 0 0 -1 2 0 0 0
[pid=4405/tid=4409] ppid=4403 vsize=545664 CPUtime=2.8
/proc/4405/task/4409/stat : 4409 (gnovelty+) R 4403 4405 10015 0 -1 4202560 4 0 0 0 146 134 0 0 15 0 4 0 1112637588 558759936 19743 4294967295 134512640 135680988 3218462896 3059024172 134957422 0 0 0 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 11.29
Current children cumulated vsize (KiB) 545664

[startup+6.30953 s]
/proc/loadavg: 3.38 3.69 3.74 5/100 4410
/proc/meminfo: memFree=139168/3368532 swapFree=1953788/1959888
[pid=4405] ppid=4403 vsize=545664 CPUtime=22.91
/proc/4405/stat : 4405 (gnovelty+) R 4403 4405 10015 0 -1 4202496 19788 0 0 0 1144 1147 0 0 15 0 4 0 1112637579 558759936 19743 4294967295 134512640 135680988 3218462896 3218462140 134957422 0 0 0 0 4294967295 0 0 17 0 0 0 0
/proc/4405/statm: 136416 19743 103 286 0 136128 0
[pid=4405/tid=4407] ppid=4403 vsize=545664 CPUtime=5.71
/proc/4405/task/4407/stat : 4407 (gnovelty+) R 4403 4405 10015 0 -1 4202560 4 0 0 0 298 273 0 0 15 0 4 0 1112637588 558759936 19743 4294967295 134512640 135680988 3218462896 3077808476 134957681 0 0 0 0 0 0 0 -1 1 0 0 0
[pid=4405/tid=4408] ppid=4403 vsize=545664 CPUtime=5.69
/proc/4405/task/4408/stat : 4408 (gnovelty+) R 4403 4405 10015 0 -1 4202560 5 0 0 0 290 279 0 0 15 0 4 0 1112637588 558759936 19743 4294967295 134512640 135680988 3218462896 3068416348 134957681 0 0 0 0 0 0 0 -1 2 0 0 0
[pid=4405/tid=4409] ppid=4403 vsize=545664 CPUtime=5.63
/proc/4405/task/4409/stat : 4409 (gnovelty+) R 4403 4405 10015 0 -1 4202560 4 0 0 0 280 283 0 0 15 0 4 0 1112637588 558759936 19743 4294967295 134512640 135680988 3218462896 3059024220 134957422 0 0 0 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 22.91
Current children cumulated vsize (KiB) 545664

[startup+12.709 s]
/proc/loadavg: 3.48 3.70 3.74 5/100 4410
/proc/meminfo: memFree=139016/3368532 swapFree=1953788/1959888
[pid=4405] ppid=4403 vsize=545664 CPUtime=46.48
/proc/4405/stat : 4405 (gnovelty+) S 4403 4405 10015 0 -1 4202496 19788 0 0 0 2349 2299 0 0 15 0 4 0 1112637579 558759936 19743 4294967295 134512640 135680988 3218462896 3218462140 134957422 0 0 0 0 4294967295 0 0 17 0 0 0 0
/proc/4405/statm: 136416 19743 103 286 0 136128 0
[pid=4405/tid=4407] ppid=4403 vsize=545664 CPUtime=11.6
/proc/4405/task/4407/stat : 4407 (gnovelty+) S 4403 4405 10015 0 -1 4202560 4 0 0 0 588 572 0 0 15 0 4 0 1112637588 558759936 19743 4294967295 134512640 135680988 3218462896 3077808428 134957422 0 0 0 0 0 0 0 -1 1 0 0 0
[pid=4405/tid=4408] ppid=4403 vsize=545664 CPUtime=11.59
/proc/4405/task/4408/stat : 4408 (gnovelty+) S 4403 4405 10015 0 -1 4202560 5 0 0 0 579 580 0 0 15 0 4 0 1112637588 558759936 19743 4294967295 134512640 135680988 3218462896 3068416348 134957422 0 0 0 0 0 0 0 -1 2 0 0 0
[pid=4405/tid=4409] ppid=4403 vsize=545664 CPUtime=11.52
/proc/4405/task/4409/stat : 4409 (gnovelty+) R 4403 4405 10015 0 -1 4202560 4 0 0 0 574 578 0 0 16 0 4 0 1112637588 558759936 19743 4294967295 134512640 135680988 3218462896 3059024164 134998512 0 0 0 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 46.48
Current children cumulated vsize (KiB) 545664

[startup+25.508 s]
/proc/loadavg: 3.56 3.70 3.75 4/100 4411
/proc/meminfo: memFree=139080/3368532 swapFree=1953788/1959888
[pid=4405] ppid=4403 vsize=545664 CPUtime=93.92
/proc/4405/stat : 4405 (gnovelty+) R 4403 4405 10015 0 -1 4202496 19788 0 0 0 4721 4671 0 0 15 0 4 0 1112637579 558759936 19743 4294967295 134512640 135680988 3218462896 3218462140 134957422 0 0 0 0 4294967295 0 0 17 1 0 0 0
/proc/4405/statm: 136416 19743 103 286 0 136128 0
[pid=4405/tid=4407] ppid=4403 vsize=545664 CPUtime=23.41
/proc/4405/task/4407/stat : 4407 (gnovelty+) R 4403 4405 10015 0 -1 4202560 4 0 0 0 1172 1169 0 0 15 0 4 0 1112637588 558759936 19743 4294967295 134512640 135680988 3218462896 3077808476 134957681 0 0 0 0 0 0 0 -1 2 0 0 0
[pid=4405/tid=4408] ppid=4403 vsize=545664 CPUtime=23.39
/proc/4405/task/4408/stat : 4408 (gnovelty+) R 4403 4405 10015 0 -1 4202560 5 0 0 0 1175 1164 0 0 15 0 4 0 1112637588 558759936 19743 4294967295 134512640 135680988 3218462896 3068416348 134957681 0 0 0 0 0 0 0 -1 0 0 0 0
[pid=4405/tid=4409] ppid=4403 vsize=545664 CPUtime=23.36
/proc/4405/task/4409/stat : 4409 (gnovelty+) R 4403 4405 10015 0 -1 4202560 4 0 0 0 1168 1168 0 0 15 0 4 0 1112637588 558759936 19743 4294967295 134512640 135680988 3218462896 3059024220 134957422 0 0 0 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 93.92
Current children cumulated vsize (KiB) 545664

[startup+51.1158 s]
/proc/loadavg: 3.71 3.73 3.75 6/100 4414
/proc/meminfo: memFree=139088/3368532 swapFree=1953788/1959888
[pid=4405] ppid=4403 vsize=545664 CPUtime=188.5
/proc/4405/stat : 4405 (gnovelty+) R 4403 4405 10015 0 -1 4202496 19788 0 0 0 9535 9315 0 0 15 0 4 0 1112637579 558759936 19743 4294967295 134512640 135680988 3218462896 3218462140 134957681 0 0 0 0 4294967295 0 0 17 2 0 0 0
/proc/4405/statm: 136416 19743 103 286 0 136128 0
[pid=4405/tid=4407] ppid=4403 vsize=545664 CPUtime=47.27
/proc/4405/task/4407/stat : 4407 (gnovelty+) R 4403 4405 10015 0 -1 4202560 4 0 0 0 2399 2328 0 0 15 0 4 0 1112637588 558759936 19743 4294967295 134512640 135680988 3218462896 3077808476 134957681 0 0 0 0 0 0 0 -1 1 0 0 0
[pid=4405/tid=4408] ppid=4403 vsize=545664 CPUtime=46.99
/proc/4405/task/4408/stat : 4408 (gnovelty+) R 4403 4405 10015 0 -1 4202560 5 0 0 0 2380 2319 0 0 15 0 4 0 1112637588 558759936 19743 4294967295 134512640 135680988 3218462896 3068416348 134957422 0 0 0 0 0 0 0 -1 0 0 0 0
[pid=4405/tid=4409] ppid=4403 vsize=545664 CPUtime=47.33
/proc/4405/task/4409/stat : 4409 (gnovelty+) R 4403 4405 10015 0 -1 4202560 4 0 0 0 2375 2358 0 0 16 0 4 0 1112637588 558759936 19743 4294967295 134512640 135680988 3218462896 3059024220 134957422 0 0 0 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 188.5
Current children cumulated vsize (KiB) 545664

[startup+102.322 s]
/proc/loadavg: 3.81 3.74 3.75 5/100 4600
/proc/meminfo: memFree=139096/3368532 swapFree=1953788/1959888
[pid=4405] ppid=4403 vsize=545664 CPUtime=376.13
/proc/4405/stat : 4405 (gnovelty+) R 4403 4405 10015 0 -1 4202496 19788 0 0 0 18980 18633 0 0 15 0 4 0 1112637579 558759936 19743 4294967295 134512640 135680988 3218462896 3218462140 134957681 0 0 0 0 4294967295 0 0 17 0 0 0 0
/proc/4405/statm: 136416 19743 103 286 0 136128 0
[pid=4405/tid=4407] ppid=4403 vsize=545664 CPUtime=94.59
/proc/4405/task/4407/stat : 4407 (gnovelty+) R 4403 4405 10015 0 -1 4202560 4 0 0 0 4770 4689 0 0 15 0 4 0 1112637588 558759936 19743 4294967295 134512640 135680988 3218462896 3077808476 134957422 0 0 0 0 0 0 0 -1 3 0 0 0
[pid=4405/tid=4408] ppid=4403 vsize=545664 CPUtime=93.82
/proc/4405/task/4408/stat : 4408 (gnovelty+) R 4403 4405 10015 0 -1 4202560 5 0 0 0 4747 4635 0 0 15 0 4 0 1112637588 558759936 19743 4294967295 134512640 135680988 3218462896 3068416348 134957681 0 0 0 0 0 0 0 -1 1 0 0 0
[pid=4405/tid=4409] ppid=4403 vsize=545664 CPUtime=94.05
/proc/4405/task/4409/stat : 4409 (gnovelty+) R 4403 4405 10015 0 -1 4202560 4 0 0 0 4732 4673 0 0 15 0 4 0 1112637588 558759936 19743 4294967295 134512640 135680988 3218462896 3059024220 134957681 0 0 0 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 376.13
Current children cumulated vsize (KiB) 545664

[startup+162.317 s]
/proc/loadavg: 3.74 3.74 3.74 5/100 4788
/proc/meminfo: memFree=138724/3368532 swapFree=1953788/1959888
[pid=4405] ppid=4403 vsize=545664 CPUtime=596.6
/proc/4405/stat : 4405 (gnovelty+) R 4403 4405 10015 0 -1 4202496 19788 0 0 0 30199 29461 0 0 15 0 4 0 1112637579 558759936 19743 4294967295 134512640 135680988 3218462896 3218462140 134957681 0 0 0 0 4294967295 0 0 17 2 0 0 0
/proc/4405/statm: 136416 19743 103 286 0 136128 0
[pid=4405/tid=4407] ppid=4403 vsize=545664 CPUtime=149.81
/proc/4405/task/4407/stat : 4407 (gnovelty+) R 4403 4405 10015 0 -1 4202560 4 0 0 0 7576 7405 0 0 15 0 4 0 1112637588 558759936 19743 4294967295 134512640 135680988 3218462896 3077808476 134957422 0 0 0 0 0 0 0 -1 1 0 0 0
[pid=4405/tid=4408] ppid=4403 vsize=545664 CPUtime=148.74
/proc/4405/task/4408/stat : 4408 (gnovelty+) R 4403 4405 10015 0 -1 4202560 5 0 0 0 7574 7300 0 0 15 0 4 0 1112637588 558759936 19743 4294967295 134512640 135680988 3218462896 3068416348 134957422 0 0 0 0 0 0 0 -1 3 0 0 0
[pid=4405/tid=4409] ppid=4403 vsize=545664 CPUtime=149.13
/proc/4405/task/4409/stat : 4409 (gnovelty+) R 4403 4405 10015 0 -1 4202560 4 0 0 0 7498 7415 0 0 15 0 4 0 1112637588 558759936 19743 4294967295 134512640 135680988 3218462896 3059024220 134957681 0 0 0 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 596.6
Current children cumulated vsize (KiB) 545664

[startup+222.312 s]
/proc/loadavg: 3.78 3.75 3.75 5/100 4975
/proc/meminfo: memFree=138476/3368532 swapFree=1953788/1959888
[pid=4405] ppid=4403 vsize=545664 CPUtime=816.27
/proc/4405/stat : 4405 (gnovelty+) R 4403 4405 10015 0 -1 4202496 19788 0 0 0 41236 40391 0 0 15 0 4 0 1112637579 558759936 19743 4294967295 134512640 135680988 3218462896 3218462140 134957422 0 0 0 0 4294967295 0 0 17 0 0 0 0
/proc/4405/statm: 136416 19743 103 286 0 136128 0
[pid=4405/tid=4407] ppid=4403 vsize=545664 CPUtime=204.35
/proc/4405/task/4407/stat : 4407 (gnovelty+) R 4403 4405 10015 0 -1 4202560 4 0 0 0 10321 10114 0 0 15 0 4 0 1112637588 558759936 19743 4294967295 134512640 135680988 3218462896 3077808476 134957422 0 0 0 0 0 0 0 -1 3 0 0 0
[pid=4405/tid=4408] ppid=4403 vsize=545664 CPUtime=203.87
/proc/4405/task/4408/stat : 4408 (gnovelty+) R 4403 4405 10015 0 -1 4202560 5 0 0 0 10339 10048 0 0 15 0 4 0 1112637588 558759936 19743 4294967295 134512640 135680988 3218462896 3068416348 134957681 0 0 0 0 0 0 0 -1 1 0 0 0
[pid=4405/tid=4409] ppid=4403 vsize=545664 CPUtime=203.94
/proc/4405/task/4409/stat : 4409 (gnovelty+) R 4403 4405 10015 0 -1 4202560 4 0 0 0 10222 10172 0 0 15 0 4 0 1112637588 558759936 19743 4294967295 134512640 135680988 3218462896 3059024220 134957422 0 0 0 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 816.27
Current children cumulated vsize (KiB) 545664

[startup+282.307 s]
/proc/loadavg: 3.87 3.78 3.75 5/100 5168
/proc/meminfo: memFree=138344/3368532 swapFree=1953788/1959888
[pid=4405] ppid=4403 vsize=545664 CPUtime=1036.47
/proc/4405/stat : 4405 (gnovelty+) R 4403 4405 10015 0 -1 4202496 19788 0 0 0 52379 51268 0 0 15 0 4 0 1112637579 558759936 19743 4294967295 134512640 135680988 3218462896 3218462140 134957681 0 0 0 0 4294967295 0 0 17 1 0 0 0
/proc/4405/statm: 136416 19743 103 286 0 136128 0
[pid=4405/tid=4407] ppid=4403 vsize=545664 CPUtime=259.68
/proc/4405/task/4407/stat : 4407 (gnovelty+) R 4403 4405 10015 0 -1 4202560 4 0 0 0 13205 12763 0 0 15 0 4 0 1112637588 558759936 19743 4294967295 134512640 135680988 3218462896 3077808428 134957422 0 0 0 0 0 0 0 -1 3 0 0 0
[pid=4405/tid=4408] ppid=4403 vsize=545664 CPUtime=258.82
/proc/4405/task/4408/stat : 4408 (gnovelty+) S 4403 4405 10015 0 -1 4202560 5 0 0 0 13101 12781 0 0 15 0 4 0 1112637588 558759936 19743 4294967295 134512640 135680988 3218462896 3068416348 134957422 0 0 0 0 0 0 0 -1 0 0 0 0

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

[pid=4405] ppid=4403 vsize=545664 CPUtime=1477.75
/proc/4405/stat : 4405 (gnovelty+) R 4403 4405 10015 0 -1 4202496 19788 0 0 0 74833 72942 0 0 15 0 4 0 1112637579 558759936 19743 4294967295 134512640 135680988 3218462896 3218462140 134957681 0 0 0 0 4294967295 0 0 17 3 0 0 0
/proc/4405/statm: 136416 19743 103 286 0 136128 0
[pid=4405/tid=4407] ppid=4403 vsize=545664 CPUtime=371.1
/proc/4405/task/4407/stat : 4407 (gnovelty+) R 4403 4405 10015 0 -1 4202560 4 0 0 0 18940 18170 0 0 15 0 4 0 1112637588 558759936 19743 4294967295 134512640 135680988 3218462896 3077808476 134957681 0 0 0 0 0 0 0 -1 1 0 0 0
[pid=4405/tid=4408] ppid=4403 vsize=545664 CPUtime=368.47
/proc/4405/task/4408/stat : 4408 (gnovelty+) R 4403 4405 10015 0 -1 4202560 5 0 0 0 18623 18224 0 0 15 0 4 0 1112637588 558759936 19743 4294967295 134512640 135680988 3218462896 3068416348 134957422 0 0 0 0 0 0 0 -1 2 0 0 0
[pid=4405/tid=4409] ppid=4403 vsize=545664 CPUtime=368.54
/proc/4405/task/4409/stat : 4409 (gnovelty+) R 4403 4405 10015 0 -1 4202560 4 0 0 0 18562 18292 0 0 15 0 4 0 1112637588 558759936 19743 4294967295 134512640 135680988 3218462896 3059024220 134957422 0 0 0 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1477.75
Current children cumulated vsize (KiB) 545664

[startup+462.312 s]
/proc/loadavg: 3.80 3.81 3.76 6/100 5733
/proc/meminfo: memFree=138972/3368532 swapFree=1953788/1959888
[pid=4405] ppid=4403 vsize=545664 CPUtime=1698.45
/proc/4405/stat : 4405 (gnovelty+) R 4403 4405 10015 0 -1 4202496 19788 0 0 0 85998 83847 0 0 15 0 4 0 1112637579 558759936 19743 4294967295 134512640 135680988 3218462896 3218462140 134957422 0 0 0 0 4294967295 0 0 17 0 0 0 0
/proc/4405/statm: 136416 19743 103 286 0 136128 0
[pid=4405/tid=4407] ppid=4403 vsize=545664 CPUtime=426.46
/proc/4405/task/4407/stat : 4407 (gnovelty+) R 4403 4405 10015 0 -1 4202560 4 0 0 0 21718 20928 0 0 15 0 4 0 1112637588 558759936 19743 4294967295 134512640 135680988 3218462896 3077808476 134957422 0 0 0 0 0 0 0 -1 3 0 0 0
[pid=4405/tid=4408] ppid=4403 vsize=545664 CPUtime=423.37
/proc/4405/task/4408/stat : 4408 (gnovelty+) R 4403 4405 10015 0 -1 4202560 5 0 0 0 21454 20883 0 0 15 0 4 0 1112637588 558759936 19743 4294967295 134512640 135680988 3218462896 3068416348 134957681 0 0 0 0 0 0 0 -1 2 0 0 0
[pid=4405/tid=4409] ppid=4403 vsize=545664 CPUtime=423.68
/proc/4405/task/4409/stat : 4409 (gnovelty+) R 4403 4405 10015 0 -1 4202560 4 0 0 0 21324 21044 0 0 15 0 4 0 1112637588 558759936 19743 4294967295 134512640 135680988 3218462896 3059024220 134957681 0 0 0 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1698.45
Current children cumulated vsize (KiB) 545664

[startup+522.306 s]
/proc/loadavg: 3.77 3.79 3.76 2/100 5920
/proc/meminfo: memFree=138972/3368532 swapFree=1953788/1959888
[pid=4405] ppid=4403 vsize=545664 CPUtime=1918.1
/proc/4405/stat : 4405 (gnovelty+) R 4403 4405 10015 0 -1 4202496 19788 0 0 0 97139 94671 0 0 15 0 4 0 1112637579 558759936 19743 4294967295 134512640 135680988 3218462896 3218462140 134957681 0 0 0 0 4294967295 0 0 17 2 0 0 0
/proc/4405/statm: 136416 19743 103 286 0 136128 0
[pid=4405/tid=4407] ppid=4403 vsize=545664 CPUtime=481.12
/proc/4405/task/4407/stat : 4407 (gnovelty+) R 4403 4405 10015 0 -1 4202560 4 0 0 0 24520 23592 0 0 15 0 4 0 1112637588 558759936 19743 4294967295 134512640 135680988 3218462896 3077808476 134957681 0 0 0 0 0 0 0 -1 0 0 0 0
[pid=4405/tid=4408] ppid=4403 vsize=545664 CPUtime=477.8
/proc/4405/task/4408/stat : 4408 (gnovelty+) R 4403 4405 10015 0 -1 4202560 5 0 0 0 24199 23581 0 0 15 0 4 0 1112637588 558759936 19743 4294967295 134512640 135680988 3218462896 3068416348 134957681 0 0 0 0 0 0 0 -1 3 0 0 0
[pid=4405/tid=4409] ppid=4403 vsize=545664 CPUtime=478.91
/proc/4405/task/4409/stat : 4409 (gnovelty+) R 4403 4405 10015 0 -1 4202560 4 0 0 0 24136 23755 0 0 16 0 4 0 1112637588 558759936 19743 4294967295 134512640 135680988 3218462896 3059024220 134957422 0 0 0 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1918.1
Current children cumulated vsize (KiB) 545664

[startup+582.302 s]
/proc/loadavg: 3.87 3.81 3.76 4/100 6113
/proc/meminfo: memFree=139088/3368532 swapFree=1953788/1959888
[pid=4405] ppid=4403 vsize=545664 CPUtime=2138.98
/proc/4405/stat : 4405 (gnovelty+) R 4403 4405 10015 0 -1 4202496 19788 0 0 0 108325 105573 0 0 15 0 4 0 1112637579 558759936 19743 4294967295 134512640 135680988 3218462896 3218462092 134957422 0 0 0 0 4294967295 0 0 17 2 0 0 0
/proc/4405/statm: 136416 19743 103 286 0 136128 0
[pid=4405/tid=4407] ppid=4403 vsize=545664 CPUtime=536.12
/proc/4405/task/4407/stat : 4407 (gnovelty+) R 4403 4405 10015 0 -1 4202560 4 0 0 0 27332 26280 0 0 15 0 4 0 1112637588 558759936 19743 4294967295 134512640 135680988 3218462896 3077808476 134957422 0 0 0 0 0 0 0 -1 3 0 0 0
[pid=4405/tid=4408] ppid=4403 vsize=545664 CPUtime=533.51
/proc/4405/task/4408/stat : 4408 (gnovelty+) R 4403 4405 10015 0 -1 4202560 5 0 0 0 26999 26352 0 0 15 0 4 0 1112637588 558759936 19743 4294967295 134512640 135680988 3218462896 3068416348 134957422 0 0 0 0 0 0 0 -1 1 0 0 0
[pid=4405/tid=4409] ppid=4403 vsize=545664 CPUtime=533.87
/proc/4405/task/4409/stat : 4409 (gnovelty+) R 4403 4405 10015 0 -1 4202560 4 0 0 0 26891 26496 0 0 15 0 4 0 1112637588 558759936 19743 4294967295 134512640 135680988 3218462896 3059024220 134957681 0 0 0 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 2138.98
Current children cumulated vsize (KiB) 545664

[startup+642.317 s]
/proc/loadavg: 3.98 3.85 3.77 4/100 6301
/proc/meminfo: memFree=138716/3368532 swapFree=1953788/1959888
[pid=4405] ppid=4403 vsize=545664 CPUtime=2358.31
/proc/4405/stat : 4405 (gnovelty+) R 4403 4405 10015 0 -1 4202496 19788 0 0 0 119464 116367 0 0 16 0 4 0 1112637579 558759936 19743 4294967295 134512640 135680988 3218462896 3218462140 134957681 0 0 0 0 4294967295 0 0 17 2 0 0 0
/proc/4405/statm: 136416 19743 103 286 0 136128 0
[pid=4405/tid=4407] ppid=4403 vsize=545664 CPUtime=591
/proc/4405/task/4407/stat : 4407 (gnovelty+) R 4403 4405 10015 0 -1 4202560 4 0 0 0 30140 28960 0 0 15 0 4 0 1112637588 558759936 19743 4294967295 134512640 135680988 3218462896 3077808476 134957681 0 0 0 0 0 0 0 -1 0 0 0 0
[pid=4405/tid=4408] ppid=4403 vsize=545664 CPUtime=588.45
/proc/4405/task/4408/stat : 4408 (gnovelty+) R 4403 4405 10015 0 -1 4202560 5 0 0 0 29819 29026 0 0 15 0 4 0 1112637588 558759936 19743 4294967295 134512640 135680988 3218462896 3068416348 134957422 0 0 0 0 0 0 0 -1 1 0 0 0
[pid=4405/tid=4409] ppid=4403 vsize=545664 CPUtime=588.29
/proc/4405/task/4409/stat : 4409 (gnovelty+) R 4403 4405 10015 0 -1 4202560 4 0 0 0 29620 29209 0 0 15 0 4 0 1112637588 558759936 19743 4294967295 134512640 135680988 3218462896 3059024172 134957422 0 0 0 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 2358.31
Current children cumulated vsize (KiB) 545664

[startup+702.312 s]
/proc/loadavg: 3.92 3.85 3.78 5/100 6488
/proc/meminfo: memFree=138724/3368532 swapFree=1953788/1959888
[pid=4405] ppid=4403 vsize=545664 CPUtime=2579.03
/proc/4405/stat : 4405 (gnovelty+) R 4403 4405 10015 0 -1 4202496 19788 0 0 0 130645 127258 0 0 15 0 4 0 1112637579 558759936 19743 4294967295 134512640 135680988 3218462896 3218462140 134957422 0 0 0 0 4294967295 0 0 17 2 0 0 0
/proc/4405/statm: 136416 19743 103 286 0 136128 0
[pid=4405/tid=4407] ppid=4403 vsize=545664 CPUtime=646.25
/proc/4405/task/4407/stat : 4407 (gnovelty+) R 4403 4405 10015 0 -1 4202560 4 0 0 0 32983 31642 0 0 15 0 4 0 1112637588 558759936 19743 4294967295 134512640 135680988 3218462896 3077808476 134957422 0 0 0 0 0 0 0 -1 3 0 0 0
[pid=4405/tid=4408] ppid=4403 vsize=545664 CPUtime=643.73
/proc/4405/task/4408/stat : 4408 (gnovelty+) R 4403 4405 10015 0 -1 4202560 5 0 0 0 32631 31742 0 0 15 0 4 0 1112637588 558759936 19743 4294967295 134512640 135680988 3218462896 3068416348 134957681 0 0 0 0 0 0 0 -1 1 0 0 0
[pid=4405/tid=4409] ppid=4403 vsize=545664 CPUtime=643.36
/proc/4405/task/4409/stat : 4409 (gnovelty+) R 4403 4405 10015 0 -1 4202560 4 0 0 0 32389 31947 0 0 15 0 4 0 1112637588 558759936 19743 4294967295 134512640 135680988 3218462896 3059024220 134957681 0 0 0 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 2579.03
Current children cumulated vsize (KiB) 545664

[startup+762.317 s]
/proc/loadavg: 3.83 3.85 3.78 5/100 6676
/proc/meminfo: memFree=138600/3368532 swapFree=1953788/1959888
[pid=4405] ppid=4403 vsize=545664 CPUtime=2799.11
/proc/4405/stat : 4405 (gnovelty+) R 4403 4405 10015 0 -1 4202496 19788 0 0 0 141802 138109 0 0 15 0 4 0 1112637579 558759936 19743 4294967295 134512640 135680988 3218462896 3218462140 134957681 0 0 0 0 4294967295 0 0 17 2 0 0 0
/proc/4405/statm: 136416 19743 103 286 0 136128 0
[pid=4405/tid=4407] ppid=4403 vsize=545664 CPUtime=701.06
/proc/4405/task/4407/stat : 4407 (gnovelty+) R 4403 4405 10015 0 -1 4202560 4 0 0 0 35766 34340 0 0 15 0 4 0 1112637588 558759936 19743 4294967295 134512640 135680988 3218462896 3077808428 134957681 0 0 0 0 0 0 0 -1 0 0 0 0
[pid=4405/tid=4408] ppid=4403 vsize=545664 CPUtime=699.41
/proc/4405/task/4408/stat : 4408 (gnovelty+) R 4403 4405 10015 0 -1 4202560 5 0 0 0 35480 34461 0 0 15 0 4 0 1112637588 558759936 19743 4294967295 134512640 135680988 3218462896 3068416300 134957422 0 0 0 0 0 0 0 -1 3 0 0 0
[pid=4405/tid=4409] ppid=4403 vsize=545664 CPUtime=698.02
/proc/4405/task/4409/stat : 4409 (gnovelty+) R 4403 4405 10015 0 -1 4202560 4 0 0 0 35134 34668 0 0 15 0 4 0 1112637588 558759936 19743 4294967295 134512640 135680988 3218462896 3059024220 134957422 0 0 0 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 2799.11
Current children cumulated vsize (KiB) 545664

[startup+822.312 s]
/proc/loadavg: 3.80 3.83 3.78 5/100 6863
/proc/meminfo: memFree=138600/3368532 swapFree=1953788/1959888
[pid=4405] ppid=4403 vsize=545664 CPUtime=3019.93
/proc/4405/stat : 4405 (gnovelty+) R 4403 4405 10015 0 -1 4202496 19788 0 0 0 153012 148981 0 0 15 0 4 0 1112637579 558759936 19743 4294967295 134512640 135680988 3218462896 3218462140 134957681 0 0 0 0 4294967295 0 0 17 1 0 0 0
/proc/4405/statm: 136416 19743 103 286 0 136128 0
[pid=4405/tid=4407] ppid=4403 vsize=545664 CPUtime=756.06
/proc/4405/task/4407/stat : 4407 (gnovelty+) R 4403 4405 10015 0 -1 4202560 4 0 0 0 38513 37093 0 0 15 0 4 0 1112637588 558759936 19743 4294967295 134512640 135680988 3218462896 3077808476 134957681 0 0 0 0 0 0 0 -1 2 0 0 0
[pid=4405/tid=4408] ppid=4403 vsize=545664 CPUtime=754.67
/proc/4405/task/4408/stat : 4408 (gnovelty+) R 4403 4405 10015 0 -1 4202560 5 0 0 0 38275 37192 0 0 15 0 4 0 1112637588 558759936 19743 4294967295 134512640 135680988 3218462896 3068416348 134957681 0 0 0 0 0 0 0 -1 0 0 0 0
[pid=4405/tid=4409] ppid=4403 vsize=545664 CPUtime=753.36
/proc/4405/task/4409/stat : 4409 (gnovelty+) R 4403 4405 10015 0 -1 4202560 4 0 0 0 37962 37374 0 0 15 0 4 0 1112637588 558759936 19743 4294967295 134512640 135680988 3218462896 3059024220 134957422 0 0 0 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3019.93
Current children cumulated vsize (KiB) 545664

[startup+882.307 s]
/proc/loadavg: 3.71 3.78 3.76 5/100 7052
/proc/meminfo: memFree=138468/3368532 swapFree=1953788/1959888
[pid=4405] ppid=4403 vsize=545664 CPUtime=3239.5
/proc/4405/stat : 4405 (gnovelty+) R 4403 4405 10015 0 -1 4202496 19788 0 0 0 164056 159894 0 0 15 0 4 0 1112637579 558759936 19743 4294967295 134512640 135680988 3218462896 3218462140 134957422 0 0 0 0 4294967295 0 0 17 3 0 0 0
/proc/4405/statm: 136416 19743 103 286 0 136128 0
[pid=4405/tid=4407] ppid=4403 vsize=545664 CPUtime=810.65
/proc/4405/task/4407/stat : 4407 (gnovelty+) R 4403 4405 10015 0 -1 4202560 4 0 0 0 41284 39781 0 0 15 0 4 0 1112637588 558759936 19743 4294967295 134512640 135680988 3218462896 3077808476 134957422 0 0 0 0 0 0 0 -1 0 0 0 0
[pid=4405/tid=4408] ppid=4403 vsize=545664 CPUtime=809.31
/proc/4405/task/4408/stat : 4408 (gnovelty+) R 4403 4405 10015 0 -1 4202560 5 0 0 0 40997 39934 0 0 15 0 4 0 1112637588 558759936 19743 4294967295 134512640 135680988 3218462896 3068416348 134957422 0 0 0 0 0 0 0 -1 1 0 0 0
[pid=4405/tid=4409] ppid=4403 vsize=545664 CPUtime=808.44
/proc/4405/task/4409/stat : 4409 (gnovelty+) R 4403 4405 10015 0 -1 4202560 4 0 0 0 40731 40113 0 0 15 0 4 0 1112637588 558759936 19743 4294967295 134512640 135680988 3218462896 3059024220 134957681 0 0 0 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 3239.5
Current children cumulated vsize (KiB) 545664

[startup+942.312 s]
/proc/loadavg: 3.78 3.79 3.76 5/100 7247
/proc/meminfo: memFree=138700/3368532 swapFree=1953788/1959888
[pid=4405] ppid=4403 vsize=545664 CPUtime=3458.88
/proc/4405/stat : 4405 (gnovelty+) R 4403 4405 10015 0 -1 4202496 19788 0 0 0 175425 170463 0 0 15 0 4 0 1112637579 558759936 19743 4294967295 134512640 135680988 3218462896 3218462140 134957681 0 0 0 0 4294967295 0 0 17 3 0 0 0
/proc/4405/statm: 136416 19743 103 286 0 136128 0
[pid=4405/tid=4407] ppid=4403 vsize=545664 CPUtime=865.33
/proc/4405/task/4407/stat : 4407 (gnovelty+) R 4403 4405 10015 0 -1 4202560 4 0 0 0 44093 42440 0 0 15 0 4 0 1112637588 558759936 19743 4294967295 134512640 135680988 3218462896 3077808476 134957422 0 0 0 0 0 0 0 -1 2 0 0 0
[pid=4405/tid=4408] ppid=4403 vsize=545664 CPUtime=864.66
/proc/4405/task/4408/stat : 4408 (gnovelty+) R 4403 4405 10015 0 -1 4202560 5 0 0 0 43842 42624 0 0 15 0 4 0 1112637588 558759936 19743 4294967295 134512640 135680988 3218462896 3068416348 134957681 0 0 0 0 0 0 0 -1 1 0 0 0
[pid=4405/tid=4409] ppid=4403 vsize=545664 CPUtime=863.87
/proc/4405/task/4409/stat : 4409 (gnovelty+) R 4403 4405 10015 0 -1 4202560 4 0 0 0 43609 42778 0 0 15 0 4 0 1112637588 558759936 19743 4294967295 134512640 135680988 3218462896 3059024220 134957422 0 0 0 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3458.88
Current children cumulated vsize (KiB) 545664



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1000.01 s]
/proc/loadavg: 3.88 3.81 3.77 5/100 7434
/proc/meminfo: memFree=137980/3368532 swapFree=1953788/1959888
[pid=4405] ppid=4403 vsize=545664 CPUtime=3672.34
/proc/4405/stat : 4405 (gnovelty+) R 4403 4405 10015 0 -1 4202496 19788 0 0 0 186193 181041 0 0 15 0 4 0 1112637579 558759936 19743 4294967295 134512640 135680988 3218462896 3218462140 134957681 0 0 0 0 4294967295 0 0 17 1 0 0 0
/proc/4405/statm: 136416 19743 103 286 0 136128 0
[pid=4405/tid=4407] ppid=4403 vsize=545664 CPUtime=918.22
/proc/4405/task/4407/stat : 4407 (gnovelty+) R 4403 4405 10015 0 -1 4202560 4 0 0 0 46764 45058 0 0 15 0 4 0 1112637588 558759936 19743 4294967295 134512640 135680988 3218462896 3077808476 134957681 0 0 0 0 0 0 0 -1 0 0 0 0
[pid=4405/tid=4408] ppid=4403 vsize=545664 CPUtime=918.27
/proc/4405/task/4408/stat : 4408 (gnovelty+) R 4403 4405 10015 0 -1 4202560 5 0 0 0 46579 45248 0 0 15 0 4 0 1112637588 558759936 19743 4294967295 134512640 135680988 3218462896 3068416348 134957681 0 0 0 0 0 0 0 -1 3 0 0 0
[pid=4405/tid=4409] ppid=4403 vsize=545664 CPUtime=917.35
/proc/4405/task/4409/stat : 4409 (gnovelty+) R 4403 4405 10015 0 -1 4202560 4 0 0 0 46306 45429 0 0 15 0 4 0 1112637588 558759936 19743 4294967295 134512640 135680988 3218462896 3059024220 134957422 0 0 0 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 3672.34
Current children cumulated vsize (KiB) 545664

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): 3672.41
CPU user time (s): 1861.94
CPU system time (s): 1810.47
CPU usage (%): 367.229
Max. virtual memory (cumulated for all children) (KiB): 545664

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1861.94
system time used= 1810.47
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 19788
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= 107533334
involuntary context switches= 288196

runsolver used 0 second user time and 0 second system time

The end

Launcher Data

Begin job on  at 2009-05-28 05:02:15
IDJOB=1778377
IDBENCH=70641
IDSOLVER=617
FILE ID=/1778377-1243479735
PBS_JOBID=
Free space on /tmp= 6476 MiB

SOLVER NAME= gNovelty+-T 2009-03-22 (4 threads)
BENCH NAME= SAT09/RANDOM/MEDIUM/3SAT/UNKNOWN/360/unif-k3-r4.25-v360-c1530-S1906521511-089.cnf
COMMAND LINE= HOME/gnovelty+ BENCHNAME RANDOMSEED MAXNBTHREAD
RUNSOLVER COMMAND LINE= runsolver --timestamp  -w /tmp/evaluation-result-1778377-1243479735/watcher-1778377-1243479735 -o /tmp/evaluation-result-1778377-1243479735/solver-1778377-1243479735 -C 5000 -W 1000 -M 2047  HOME/gnovelty+ HOME/instance-1778377-1243479735.cnf 576160948 4

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

MD5SUM BENCH= 9c1fb07d5218acc7d1bc3d4acef5e909
RANDOM SEED= 576160948

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:        217880 kB
Buffers:         47164 kB
Cached:        2932976 kB
SwapCached:       2256 kB
Active:        1722084 kB
Inactive:      1267632 kB
HighTotal:     2489216 kB
HighFree:        86896 kB
LowTotal:       879316 kB
LowFree:        130984 kB
SwapTotal:     1959888 kB
SwapFree:      1953788 kB
Dirty:            1388 kB
Writeback:           0 kB
AnonPages:        8648 kB
Mapped:           3280 kB
Slab:           151728 kB
SReclaimable:   137848 kB
SUnreclaim:      13880 kB
PageTables:        360 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   3644152 kB
Committed_AS:    88480 kB
VmallocTotal:   114680 kB
VmallocUsed:      1444 kB
VmallocChunk:   113072 kB

Free space on /tmp at the end= 6476 MiB
End job on  at 2009-05-28 05:18:57