Trace number 1777045

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

General information on the benchmark

NameRANDOM/LARGE/5SAT/UNKNOWN/800/
unif-k5-r20-v800-c16000-S1736471436-014.cnf
MD5SUM88b3ae0f7e2752f0b445f361629fc38e
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 variables800
Number of clauses16000
Sum of the clauses size80000
Maximum clause length5
Minimum clause length5
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 516000
Number of clauses of size over 50

Solver Data

0.11/0.12	c +------------------------------+
0.11/0.12	c | gNovelty+, version 1.0       |
0.11/0.12	c +------------------------------+
0.11/0.12	c gnovelty+ -h for help
0.11/0.12	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-1777045-1243433205/watcher-1777045-1243433205 -o /tmp/evaluation-result-1777045-1243433205/solver-1777045-1243433205 -C 5000 -W 1000 -M 2047 HOME/gnovelty+ HOME/instance-1777045-1243433205.cnf 327740757 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.81 4.00 3.57 3/115 31337
/proc/meminfo: memFree=3170156/3368532 swapFree=1941388/1959888
[pid=31337] ppid=31335 vsize=509232 CPUtime=0.01
/proc/31337/stat : 31337 (gnovelty+) R 31335 31337 24991 0 -1 4202496 1764 0 0 0 1 0 0 0 18 0 1 0 1108000332 521453568 1721 4294967295 134512640 135680988 3212931936 3212931200 134537167 0 0 0 0 0 0 0 17 3 0 0 0
/proc/31337/statm: 127308 1729 99 286 0 127020 0

[startup+0.051829 s]
/proc/loadavg: 3.81 4.00 3.57 3/115 31337
/proc/meminfo: memFree=3170156/3368532 swapFree=1941388/1959888
[pid=31337] ppid=31335 vsize=517048 CPUtime=0.05
/proc/31337/stat : 31337 (gnovelty+) R 31335 31337 24991 0 -1 4202496 9997 0 0 0 3 2 0 0 18 0 1 0 1108000332 529457152 9954 4294967295 134512640 135680988 3212931936 3212930044 134958286 0 0 0 0 0 0 0 17 3 0 0 0
/proc/31337/statm: 129262 9954 99 286 0 128974 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 517048

[startup+0.111829 s]
/proc/loadavg: 3.81 4.00 3.57 3/115 31337
/proc/meminfo: memFree=3170156/3368532 swapFree=1941388/1959888
[pid=31337] ppid=31335 vsize=517044 CPUtime=0.11
/proc/31337/stat : 31337 (gnovelty+) R 31335 31337 24991 0 -1 4202496 19635 0 0 0 6 5 0 0 18 0 1 0 1108000332 529453056 19592 4294967295 134512640 135680988 3212931936 3212931200 134537779 0 0 0 0 0 0 0 17 3 0 0 0
/proc/31337/statm: 129261 19603 99 286 0 128973 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 517044

[startup+0.311817 s]
/proc/loadavg: 3.81 4.00 3.57 3/115 31337
/proc/meminfo: memFree=3170156/3368532 swapFree=1941388/1959888
[pid=31337] ppid=31335 vsize=547816 CPUtime=0.75
/proc/31337/stat : 31337 (gnovelty+) R 31335 31337 24991 0 -1 4202496 20550 0 0 0 65 10 0 0 18 0 4 0 1108000332 560963584 20506 4294967295 134512640 135680988 3212931936 3212931180 134957681 0 0 0 0 4294967295 0 0 17 3 0 0 0
/proc/31337/statm: 136954 20506 103 286 0 136666 0
Current children cumulated CPU time (s) 0.75
Current children cumulated vsize (KiB) 547816

[startup+0.711801 s]
/proc/loadavg: 3.81 4.00 3.57 3/115 31337
/proc/meminfo: memFree=3170156/3368532 swapFree=1941388/1959888
[pid=31337] ppid=31335 vsize=547816 CPUtime=2.32
/proc/31337/stat : 31337 (gnovelty+) R 31335 31337 24991 0 -1 4202496 20550 0 0 0 210 22 0 0 15 0 4 0 1108000332 560963584 20506 4294967295 134512640 135680988 3212931936 3212931180 134957681 0 0 0 0 4294967295 0 0 17 3 0 0 0
/proc/31337/statm: 136954 20506 103 286 0 136666 0
Current children cumulated CPU time (s) 2.32
Current children cumulated vsize (KiB) 547816

[startup+1.51217 s]
/proc/loadavg: 3.81 4.00 3.57 5/119 31341
/proc/meminfo: memFree=3089348/3368532 swapFree=1941388/1959888
[pid=31337] ppid=31335 vsize=547816 CPUtime=5.48
/proc/31337/stat : 31337 (gnovelty+) R 31335 31337 24991 0 -1 4202496 20550 0 0 0 491 57 0 0 15 0 4 0 1108000332 560963584 20506 4294967295 134512640 135680988 3212931936 3212931180 134957681 0 0 0 0 4294967295 0 0 17 3 0 0 0
/proc/31337/statm: 136954 20506 103 286 0 136666 0
[pid=31337/tid=31339] ppid=31335 vsize=547816 CPUtime=1.34
/proc/31337/task/31339/stat : 31339 (gnovelty+) R 31335 31337 24991 0 -1 4202560 88 0 0 0 120 14 0 0 15 0 4 0 1108000344 560963584 20506 4294967295 134512640 135680988 3212931936 3076952412 134957422 0 0 0 0 0 0 0 -1 2 0 0 0
[pid=31337/tid=31340] ppid=31335 vsize=547816 CPUtime=1.35
/proc/31337/task/31340/stat : 31340 (gnovelty+) R 31335 31337 24991 0 -1 4202560 86 0 0 0 120 15 0 0 15 0 4 0 1108000344 560963584 20506 4294967295 134512640 135680988 3212931936 3067560284 134957681 0 0 0 0 0 0 0 -1 1 0 0 0
[pid=31337/tid=31341] ppid=31335 vsize=547816 CPUtime=1.29
/proc/31337/task/31341/stat : 31341 (gnovelty+) R 31335 31337 24991 0 -1 4202560 89 0 0 0 122 7 0 0 15 0 4 0 1108000344 560963584 20506 4294967295 134512640 135680988 3212931936 3058168156 134957681 0 0 0 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 5.48
Current children cumulated vsize (KiB) 547816

[startup+3.11172 s]
/proc/loadavg: 3.81 4.00 3.57 6/119 31341
/proc/meminfo: memFree=3089276/3368532 swapFree=1941388/1959888
[pid=31337] ppid=31335 vsize=547816 CPUtime=11.32
/proc/31337/stat : 31337 (gnovelty+) R 31335 31337 24991 0 -1 4202496 20550 0 0 0 1004 128 0 0 15 0 4 0 1108000332 560963584 20506 4294967295 134512640 135680988 3212931936 3212931180 134957681 0 0 0 0 4294967295 0 0 17 1 0 0 0
/proc/31337/statm: 136954 20506 103 286 0 136666 0
[pid=31337/tid=31339] ppid=31335 vsize=547816 CPUtime=2.92
/proc/31337/task/31339/stat : 31339 (gnovelty+) R 31335 31337 24991 0 -1 4202560 88 0 0 0 259 33 0 0 16 0 4 0 1108000344 560963584 20506 4294967295 134512640 135680988 3212931936 3076952500 134534534 0 0 0 0 0 0 0 -1 2 0 0 0
[pid=31337/tid=31340] ppid=31335 vsize=547816 CPUtime=2.7
/proc/31337/task/31340/stat : 31340 (gnovelty+) R 31335 31337 24991 0 -1 4202560 86 0 0 0 242 28 0 0 15 0 4 0 1108000344 560963584 20506 4294967295 134512640 135680988 3212931936 3067560284 134957681 0 0 0 0 0 0 0 -1 3 0 0 0
[pid=31337/tid=31341] ppid=31335 vsize=547816 CPUtime=2.86
/proc/31337/task/31341/stat : 31341 (gnovelty+) R 31335 31337 24991 0 -1 4202560 89 0 0 0 261 25 0 0 15 0 4 0 1108000344 560963584 20506 4294967295 134512640 135680988 3212931936 3058168156 134957681 0 0 0 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 11.32
Current children cumulated vsize (KiB) 547816

[startup+6.31167 s]
/proc/loadavg: 3.83 4.00 3.57 5/119 31341
/proc/meminfo: memFree=3089276/3368532 swapFree=1941388/1959888
[pid=31337] ppid=31335 vsize=547816 CPUtime=23.86
/proc/31337/stat : 31337 (gnovelty+) R 31335 31337 24991 0 -1 4202496 20550 0 0 0 2113 273 0 0 15 0 4 0 1108000332 560963584 20506 4294967295 134512640 135680988 3212931936 3212931180 134957422 0 0 0 0 4294967295 0 0 17 1 0 0 0
/proc/31337/statm: 136954 20506 103 286 0 136666 0
[pid=31337/tid=31339] ppid=31335 vsize=547816 CPUtime=6.01
/proc/31337/task/31339/stat : 31339 (gnovelty+) R 31335 31337 24991 0 -1 4202560 88 0 0 0 529 72 0 0 15 0 4 0 1108000344 560963584 20506 4294967295 134512640 135680988 3212931936 3076952412 134957422 0 0 0 0 0 0 0 -1 2 0 0 0
[pid=31337/tid=31340] ppid=31335 vsize=547816 CPUtime=5.87
/proc/31337/task/31340/stat : 31340 (gnovelty+) R 31335 31337 24991 0 -1 4202560 86 0 0 0 519 68 0 0 15 0 4 0 1108000344 560963584 20506 4294967295 134512640 135680988 3212931936 3067560284 134957681 0 0 0 0 0 0 0 -1 3 0 0 0
[pid=31337/tid=31341] ppid=31335 vsize=547816 CPUtime=6.02
/proc/31337/task/31341/stat : 31341 (gnovelty+) R 31335 31337 24991 0 -1 4202560 89 0 0 0 539 63 0 0 16 0 4 0 1108000344 560963584 20506 4294967295 134512640 135680988 3212931936 3058168156 134957681 0 0 0 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 23.86
Current children cumulated vsize (KiB) 547816

[startup+12.7113 s]
/proc/loadavg: 4.00 4.03 3.58 5/119 31525
/proc/meminfo: memFree=3088608/3368532 swapFree=1941388/1959888
[pid=31337] ppid=31335 vsize=547816 CPUtime=47.96
/proc/31337/stat : 31337 (gnovelty+) R 31335 31337 24991 0 -1 4202496 20550 0 0 0 4255 541 0 0 15 0 4 0 1108000332 560963584 20506 4294967295 134512640 135680988 3212931936 3212931180 134957681 0 0 0 0 4294967295 0 0 17 0 0 0 0
/proc/31337/statm: 136954 20506 103 286 0 136666 0
[pid=31337/tid=31339] ppid=31335 vsize=547816 CPUtime=11.96
/proc/31337/task/31339/stat : 31339 (gnovelty+) R 31335 31337 24991 0 -1 4202560 88 0 0 0 1058 138 0 0 16 0 4 0 1108000344 560963584 20506 4294967295 134512640 135680988 3212931936 3076952412 134957422 0 0 0 0 0 0 0 -1 2 0 0 0
[pid=31337/tid=31340] ppid=31335 vsize=547816 CPUtime=12.13
/proc/31337/task/31340/stat : 31340 (gnovelty+) R 31335 31337 24991 0 -1 4202560 86 0 0 0 1081 132 0 0 15 0 4 0 1108000344 560963584 20506 4294967295 134512640 135680988 3212931936 3067560284 134957681 0 0 0 0 0 0 0 -1 3 0 0 0
[pid=31337/tid=31341] ppid=31335 vsize=547816 CPUtime=12.13
/proc/31337/task/31341/stat : 31341 (gnovelty+) R 31335 31337 24991 0 -1 4202560 89 0 0 0 1078 135 0 0 15 0 4 0 1108000344 560963584 20506 4294967295 134512640 135680988 3212931936 3058168156 134957422 0 0 0 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 47.96
Current children cumulated vsize (KiB) 547816

[startup+25.5112 s]
/proc/loadavg: 4.00 4.03 3.59 5/119 31526
/proc/meminfo: memFree=3088580/3368532 swapFree=1941388/1959888
[pid=31337] ppid=31335 vsize=547816 CPUtime=97.16
/proc/31337/stat : 31337 (gnovelty+) R 31335 31337 24991 0 -1 4202496 20550 0 0 0 8611 1105 0 0 16 0 4 0 1108000332 560963584 20506 4294967295 134512640 135680988 3212931936 3212931180 134957422 0 0 0 0 4294967295 0 0 17 2 0 0 0
/proc/31337/statm: 136954 20506 103 286 0 136666 0
[pid=31337/tid=31339] ppid=31335 vsize=547816 CPUtime=24.12
/proc/31337/task/31339/stat : 31339 (gnovelty+) R 31335 31337 24991 0 -1 4202560 88 0 0 0 2131 281 0 0 15 0 4 0 1108000344 560963584 20506 4294967295 134512640 135680988 3212931936 3076952412 134957681 0 0 0 0 0 0 0 -1 0 0 0 0
[pid=31337/tid=31340] ppid=31335 vsize=547816 CPUtime=24.43
/proc/31337/task/31340/stat : 31340 (gnovelty+) R 31335 31337 24991 0 -1 4202560 86 0 0 0 2175 268 0 0 15 0 4 0 1108000344 560963584 20506 4294967295 134512640 135680988 3212931936 3067560284 134957681 0 0 0 0 0 0 0 -1 3 0 0 0
[pid=31337/tid=31341] ppid=31335 vsize=547816 CPUtime=24.66
/proc/31337/task/31341/stat : 31341 (gnovelty+) R 31335 31337 24991 0 -1 4202560 89 0 0 0 2184 282 0 0 15 0 4 0 1108000344 560963584 20506 4294967295 134512640 135680988 3212931936 3058168156 134957681 0 0 0 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 97.16
Current children cumulated vsize (KiB) 547816

[startup+51.1099 s]
/proc/loadavg: 4.00 4.02 3.60 5/119 31527
/proc/meminfo: memFree=3088784/3368532 swapFree=1941388/1959888
[pid=31337] ppid=31335 vsize=547816 CPUtime=197.37
/proc/31337/stat : 31337 (gnovelty+) R 31335 31337 24991 0 -1 4202496 20550 0 0 0 17457 2280 0 0 16 0 4 0 1108000332 560963584 20506 4294967295 134512640 135680988 3212931936 3212931180 134957681 0 0 0 0 4294967295 0 0 17 0 0 0 0
/proc/31337/statm: 136954 20506 103 286 0 136666 0
[pid=31337/tid=31339] ppid=31335 vsize=547816 CPUtime=49.08
/proc/31337/task/31339/stat : 31339 (gnovelty+) R 31335 31337 24991 0 -1 4202560 88 0 0 0 4352 556 0 0 15 0 4 0 1108000344 560963584 20506 4294967295 134512640 135680988 3212931936 3076952412 134957681 0 0 0 0 0 0 0 -1 1 0 0 0
[pid=31337/tid=31340] ppid=31335 vsize=547816 CPUtime=49.46
/proc/31337/task/31340/stat : 31340 (gnovelty+) R 31335 31337 24991 0 -1 4202560 86 0 0 0 4389 557 0 0 15 0 4 0 1108000344 560963584 20506 4294967295 134512640 135680988 3212931936 3067560284 134957681 0 0 0 0 0 0 0 -1 3 0 0 0
[pid=31337/tid=31341] ppid=31335 vsize=547816 CPUtime=49.87
/proc/31337/task/31341/stat : 31341 (gnovelty+) R 31335 31337 24991 0 -1 4202560 89 0 0 0 4414 573 0 0 16 0 4 0 1108000344 560963584 20506 4294967295 134512640 135680988 3212931936 3058168156 134957681 0 0 0 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 197.37
Current children cumulated vsize (KiB) 547816

[startup+102.308 s]
/proc/loadavg: 3.98 4.02 3.62 6/119 31720
/proc/meminfo: memFree=3088552/3368532 swapFree=1941388/1959888
[pid=31337] ppid=31335 vsize=547816 CPUtime=397.78
/proc/31337/stat : 31337 (gnovelty+) R 31335 31337 24991 0 -1 4202496 20550 0 0 0 35137 4641 0 0 15 0 4 0 1108000332 560963584 20506 4294967295 134512640 135680988 3212931936 3212931180 134957681 0 0 0 0 4294967295 0 0 17 2 0 0 0
/proc/31337/statm: 136954 20506 103 286 0 136666 0
[pid=31337/tid=31339] ppid=31335 vsize=547816 CPUtime=98.74
/proc/31337/task/31339/stat : 31339 (gnovelty+) R 31335 31337 24991 0 -1 4202560 88 0 0 0 8740 1134 0 0 15 0 4 0 1108000344 560963584 20506 4294967295 134512640 135680988 3212931936 3076952412 134957681 0 0 0 0 0 0 0 -1 1 0 0 0
[pid=31337/tid=31340] ppid=31335 vsize=547816 CPUtime=100
/proc/31337/task/31340/stat : 31340 (gnovelty+) R 31335 31337 24991 0 -1 4202560 86 0 0 0 8838 1162 0 0 15 0 4 0 1108000344 560963584 20506 4294967295 134512640 135680988 3212931936 3067560284 134957422 0 0 0 0 0 0 0 -1 3 0 0 0
[pid=31337/tid=31341] ppid=31335 vsize=547816 CPUtime=99.94
/proc/31337/task/31341/stat : 31341 (gnovelty+) R 31335 31337 24991 0 -1 4202560 89 0 0 0 8852 1142 0 0 15 0 4 0 1108000344 560963584 20506 4294967295 134512640 135680988 3212931936 3058168156 134957681 0 0 0 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 397.78
Current children cumulated vsize (KiB) 547816

[startup+162.316 s]
/proc/loadavg: 4.24 4.07 3.66 5/119 31907
/proc/meminfo: memFree=3088356/3368532 swapFree=1941388/1959888
[pid=31337] ppid=31335 vsize=547816 CPUtime=629.28
/proc/31337/stat : 31337 (gnovelty+) R 31335 31337 24991 0 -1 4202496 20550 0 0 0 55636 7292 0 0 15 0 4 0 1108000332 560963584 20506 4294967295 134512640 135680988 3212931936 3212931180 134957422 0 0 0 0 4294967295 0 0 17 1 0 0 0
/proc/31337/statm: 136954 20506 103 286 0 136666 0
[pid=31337/tid=31339] ppid=31335 vsize=547816 CPUtime=156.55
/proc/31337/task/31339/stat : 31339 (gnovelty+) R 31335 31337 24991 0 -1 4202560 88 0 0 0 13850 1805 0 0 15 0 4 0 1108000344 560963584 20506 4294967295 134512640 135680988 3212931936 3076952412 134957681 0 0 0 0 0 0 0 -1 0 0 0 0
[pid=31337/tid=31340] ppid=31335 vsize=547816 CPUtime=158.37
/proc/31337/task/31340/stat : 31340 (gnovelty+) R 31335 31337 24991 0 -1 4202560 86 0 0 0 14020 1817 0 0 16 0 4 0 1108000344 560963584 20506 4294967295 134512640 135680988 3212931936 3067560284 134957422 0 0 0 0 0 0 0 -1 2 0 0 0
[pid=31337/tid=31341] ppid=31335 vsize=547816 CPUtime=157.73
/proc/31337/task/31341/stat : 31341 (gnovelty+) R 31335 31337 24991 0 -1 4202560 89 0 0 0 13972 1801 0 0 15 0 4 0 1108000344 560963584 20506 4294967295 134512640 135680988 3212931936 3058168156 134957681 0 0 0 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 629.28
Current children cumulated vsize (KiB) 547816

[startup+222.314 s]
/proc/loadavg: 4.33 4.13 3.70 5/119 32094
/proc/meminfo: memFree=3088412/3368532 swapFree=1941388/1959888
[pid=31337] ppid=31335 vsize=547816 CPUtime=861.64
/proc/31337/stat : 31337 (gnovelty+) R 31335 31337 24991 0 -1 4202496 20550 0 0 0 76173 9991 0 0 15 0 4 0 1108000332 560963584 20506 4294967295 134512640 135680988 3212931936 3212931180 134957681 0 0 0 0 4294967295 0 0 17 0 0 0 0
/proc/31337/statm: 136954 20506 103 286 0 136666 0
[pid=31337/tid=31339] ppid=31335 vsize=547816 CPUtime=214.44
/proc/31337/task/31339/stat : 31339 (gnovelty+) R 31335 31337 24991 0 -1 4202560 88 0 0 0 18973 2471 0 0 15 0 4 0 1108000344 560963584 20506 4294967295 134512640 135680988 3212931936 3076952412 134957422 0 0 0 0 0 0 0 -1 3 0 0 0
[pid=31337/tid=31340] ppid=31335 vsize=547816 CPUtime=216.52
/proc/31337/task/31340/stat : 31340 (gnovelty+) R 31335 31337 24991 0 -1 4202560 86 0 0 0 19182 2470 0 0 15 0 4 0 1108000344 560963584 20506 4294967295 134512640 135680988 3212931936 3067560284 134957681 0 0 0 0 0 0 0 -1 2 0 0 0
[pid=31337/tid=31341] ppid=31335 vsize=547816 CPUtime=215.75
/proc/31337/task/31341/stat : 31341 (gnovelty+) R 31335 31337 24991 0 -1 4202560 89 0 0 0 19066 2509 0 0 15 0 4 0 1108000344 560963584 20506 4294967295 134512640 135680988 3212931936 3058168156 134957681 0 0 0 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 861.64
Current children cumulated vsize (KiB) 547816

[startup+282.311 s]
/proc/loadavg: 4.23 4.14 3.73 5/119 32281
/proc/meminfo: memFree=3088412/3368532 swapFree=1941388/1959888
[pid=31337] ppid=31335 vsize=547816 CPUtime=1095.27
/proc/31337/stat : 31337 (gnovelty+) R 31335 31337 24991 0 -1 4202496 20550 0 0 0 96790 12737 0 0 15 0 4 0 1108000332 560963584 20506 4294967295 134512640 135680988 3212931936 3212931180 134957422 0 0 0 0 4294967295 0 0 17 3 0 0 0
/proc/31337/statm: 136954 20506 103 286 0 136666 0
[pid=31337/tid=31339] ppid=31335 vsize=547816 CPUtime=272.93
/proc/31337/task/31339/stat : 31339 (gnovelty+) R 31335 31337 24991 0 -1 4202560 88 0 0 0 24135 3158 0 0 15 0 4 0 1108000344 560963584 20506 4294967295 134512640 135680988 3212931936 3076952412 134957681 0 0 0 0 0 0 0 -1 1 0 0 0
[pid=31337/tid=31340] ppid=31335 vsize=547816 CPUtime=274.77
/proc/31337/task/31340/stat : 31340 (gnovelty+) R 31335 31337 24991 0 -1 4202560 86 0 0 0 24297 3180 0 0 15 0 4 0 1108000344 560963584 20506 4294967295 134512640 135680988 3212931936 3067560284 134957681 0 0 0 0 0 0 0 -1 0 0 0 0

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

[pid=31337] ppid=31335 vsize=547816 CPUtime=1562.73
/proc/31337/stat : 31337 (gnovelty+) R 31335 31337 24991 0 -1 4202496 20550 0 0 0 138163 18110 0 0 16 0 4 0 1108000332 560963584 20506 4294967295 134512640 135680988 3212931936 3212931180 134957422 0 0 0 0 4294967295 0 0 17 2 0 0 0
/proc/31337/statm: 136954 20506 103 286 0 136666 0
[pid=31337/tid=31339] ppid=31335 vsize=547816 CPUtime=390.5
/proc/31337/task/31339/stat : 31339 (gnovelty+) R 31335 31337 24991 0 -1 4202560 88 0 0 0 34580 4470 0 0 15 0 4 0 1108000344 560963584 20506 4294967295 134512640 135680988 3212931936 3076952412 134957681 0 0 0 0 0 0 0 -1 0 0 0 0
[pid=31337/tid=31340] ppid=31335 vsize=547816 CPUtime=390.28
/proc/31337/task/31340/stat : 31340 (gnovelty+) R 31335 31337 24991 0 -1 4202560 86 0 0 0 34499 4529 0 0 15 0 4 0 1108000344 560963584 20506 4294967295 134512640 135680988 3212931936 3067560284 134957681 0 0 0 0 0 0 0 -1 1 0 0 0
[pid=31337/tid=31341] ppid=31335 vsize=547816 CPUtime=391.71
/proc/31337/task/31341/stat : 31341 (gnovelty+) R 31335 31337 24991 0 -1 4202560 89 0 0 0 34685 4486 0 0 15 0 4 0 1108000344 560963584 20506 4294967295 134512640 135680988 3212931936 3058168156 134957681 0 0 0 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 1562.73
Current children cumulated vsize (KiB) 547816

[startup+462.304 s]
/proc/loadavg: 3.96 4.09 3.78 6/119 384
/proc/meminfo: memFree=3088116/3368532 swapFree=1941388/1959888
[pid=31337] ppid=31335 vsize=547816 CPUtime=1796.58
/proc/31337/stat : 31337 (gnovelty+) R 31335 31337 24991 0 -1 4202496 20550 0 0 0 158725 20933 0 0 16 0 4 0 1108000332 560963584 20506 4294967295 134512640 135680988 3212931936 3212931180 134957681 0 0 0 0 4294967295 0 0 17 0 0 0 0
/proc/31337/statm: 136954 20506 103 286 0 136666 0
[pid=31337/tid=31339] ppid=31335 vsize=547816 CPUtime=448.46
/proc/31337/task/31339/stat : 31339 (gnovelty+) R 31335 31337 24991 0 -1 4202560 88 0 0 0 39690 5156 0 0 15 0 4 0 1108000344 560963584 20506 4294967295 134512640 135680988 3212931936 3076952412 134957681 0 0 0 0 0 0 0 -1 2 0 0 0
[pid=31337/tid=31340] ppid=31335 vsize=547816 CPUtime=448.42
/proc/31337/task/31340/stat : 31340 (gnovelty+) R 31335 31337 24991 0 -1 4202560 86 0 0 0 39574 5268 0 0 15 0 4 0 1108000344 560963584 20506 4294967295 134512640 135680988 3212931936 3067560284 134957681 0 0 0 0 0 0 0 -1 1 0 0 0
[pid=31337/tid=31341] ppid=31335 vsize=547816 CPUtime=450.69
/proc/31337/task/31341/stat : 31341 (gnovelty+) R 31335 31337 24991 0 -1 4202560 89 0 0 0 39855 5214 0 0 15 0 4 0 1108000344 560963584 20506 4294967295 134512640 135680988 3212931936 3058168156 134957422 0 0 0 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 1796.58
Current children cumulated vsize (KiB) 547816

[startup+522.311 s]
/proc/loadavg: 4.09 4.10 3.80 5/119 571
/proc/meminfo: memFree=3088032/3368532 swapFree=1941388/1959888
[pid=31337] ppid=31335 vsize=547816 CPUtime=2031.68
/proc/31337/stat : 31337 (gnovelty+) R 31335 31337 24991 0 -1 4202496 20550 0 0 0 179395 23773 0 0 16 0 4 0 1108000332 560963584 20506 4294967295 134512640 135680988 3212931936 3212931268 134534570 0 0 0 0 4294967295 0 0 17 3 0 0 0
/proc/31337/statm: 136954 20506 103 286 0 136666 0
[pid=31337/tid=31339] ppid=31335 vsize=547816 CPUtime=507.21
/proc/31337/task/31339/stat : 31339 (gnovelty+) R 31335 31337 24991 0 -1 4202560 88 0 0 0 44883 5838 0 0 15 0 4 0 1108000344 560963584 20506 4294967295 134512640 135680988 3212931936 3076952412 134957681 0 0 0 0 0 0 0 -1 2 0 0 0
[pid=31337/tid=31340] ppid=31335 vsize=547816 CPUtime=507.72
/proc/31337/task/31340/stat : 31340 (gnovelty+) R 31335 31337 24991 0 -1 4202560 86 0 0 0 44822 5950 0 0 15 0 4 0 1108000344 560963584 20506 4294967295 134512640 135680988 3212931936 3067560284 134957681 0 0 0 0 0 0 0 -1 1 0 0 0
[pid=31337/tid=31341] ppid=31335 vsize=547816 CPUtime=508.93
/proc/31337/task/31341/stat : 31341 (gnovelty+) R 31335 31337 24991 0 -1 4202560 89 0 0 0 44957 5936 0 0 15 0 4 0 1108000344 560963584 20506 4294967295 134512640 135680988 3212931936 3058168156 134957681 0 0 0 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 2031.68
Current children cumulated vsize (KiB) 547816

[startup+582.309 s]
/proc/loadavg: 4.03 4.08 3.81 5/119 758
/proc/meminfo: memFree=3088040/3368532 swapFree=1941388/1959888
[pid=31337] ppid=31335 vsize=547816 CPUtime=2264.78
/proc/31337/stat : 31337 (gnovelty+) R 31335 31337 24991 0 -1 4202496 20550 0 0 0 199970 26508 0 0 16 0 4 0 1108000332 560963584 20506 4294967295 134512640 135680988 3212931936 3212931196 134997786 0 0 0 0 4294967295 0 0 17 3 0 0 0
/proc/31337/statm: 136954 20506 103 286 0 136666 0
[pid=31337/tid=31339] ppid=31335 vsize=547816 CPUtime=565.81
/proc/31337/task/31339/stat : 31339 (gnovelty+) R 31335 31337 24991 0 -1 4202560 88 0 0 0 50104 6477 0 0 15 0 4 0 1108000344 560963584 20506 4294967295 134512640 135680988 3212931936 3076952412 134957681 0 0 0 0 0 0 0 -1 0 0 0 0
[pid=31337/tid=31340] ppid=31335 vsize=547816 CPUtime=565.62
/proc/31337/task/31340/stat : 31340 (gnovelty+) R 31335 31337 24991 0 -1 4202560 86 0 0 0 49934 6628 0 0 15 0 4 0 1108000344 560963584 20506 4294967295 134512640 135680988 3212931936 3067560284 134957681 0 0 0 0 0 0 0 -1 1 0 0 0
[pid=31337/tid=31341] ppid=31335 vsize=547816 CPUtime=567.31
/proc/31337/task/31341/stat : 31341 (gnovelty+) R 31335 31337 24991 0 -1 4202560 89 0 0 0 50095 6636 0 0 15 0 4 0 1108000344 560963584 20506 4294967295 134512640 135680988 3212931936 3058168156 134957422 0 0 0 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 2264.78
Current children cumulated vsize (KiB) 547816

[startup+642.307 s]
/proc/loadavg: 4.14 4.11 3.84 5/119 958
/proc/meminfo: memFree=3087668/3368532 swapFree=1941388/1959888
[pid=31337] ppid=31335 vsize=547816 CPUtime=2497.88
/proc/31337/stat : 31337 (gnovelty+) R 31335 31337 24991 0 -1 4202496 20550 0 0 0 220556 29232 0 0 15 0 4 0 1108000332 560963584 20506 4294967295 134512640 135680988 3212931936 3212931180 134957681 0 0 0 0 4294967295 0 0 17 0 0 0 0
/proc/31337/statm: 136954 20506 103 286 0 136666 0
[pid=31337/tid=31339] ppid=31335 vsize=547816 CPUtime=623.47
/proc/31337/task/31339/stat : 31339 (gnovelty+) R 31335 31337 24991 0 -1 4202560 88 0 0 0 55219 7128 0 0 15 0 4 0 1108000344 560963584 20506 4294967295 134512640 135680988 3212931936 3076952412 134957422 0 0 0 0 0 0 0 -1 3 0 0 0
[pid=31337/tid=31340] ppid=31335 vsize=547816 CPUtime=624.24
/proc/31337/task/31340/stat : 31340 (gnovelty+) R 31335 31337 24991 0 -1 4202560 86 0 0 0 55093 7331 0 0 15 0 4 0 1108000344 560963584 20506 4294967295 134512640 135680988 3212931936 3067560284 134957681 0 0 0 0 0 0 0 -1 1 0 0 0
[pid=31337/tid=31341] ppid=31335 vsize=547816 CPUtime=625.58
/proc/31337/task/31341/stat : 31341 (gnovelty+) R 31335 31337 24991 0 -1 4202560 89 0 0 0 55224 7334 0 0 15 0 4 0 1108000344 560963584 20506 4294967295 134512640 135680988 3212931936 3058168156 134957681 0 0 0 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 2497.88
Current children cumulated vsize (KiB) 547816

[startup+702.314 s]
/proc/loadavg: 4.16 4.12 3.85 5/119 1149
/proc/meminfo: memFree=3087784/3368532 swapFree=1941388/1959888
[pid=31337] ppid=31335 vsize=547816 CPUtime=2731.27
/proc/31337/stat : 31337 (gnovelty+) R 31335 31337 24991 0 -1 4202496 20550 0 0 0 241198 31929 0 0 15 0 4 0 1108000332 560963584 20506 4294967295 134512640 135680988 3212931936 3212931180 134957681 0 0 0 0 4294967295 0 0 17 0 0 0 0
/proc/31337/statm: 136954 20506 103 286 0 136666 0
[pid=31337/tid=31339] ppid=31335 vsize=547816 CPUtime=681.91
/proc/31337/task/31339/stat : 31339 (gnovelty+) R 31335 31337 24991 0 -1 4202560 88 0 0 0 60394 7797 0 0 15 0 4 0 1108000344 560963584 20506 4294967295 134512640 135680988 3212931936 3076952412 134957681 0 0 0 0 0 0 0 -1 1 0 0 0
[pid=31337/tid=31340] ppid=31335 vsize=547816 CPUtime=682.21
/proc/31337/task/31340/stat : 31340 (gnovelty+) R 31335 31337 24991 0 -1 4202560 86 0 0 0 60235 7986 0 0 15 0 4 0 1108000344 560963584 20506 4294967295 134512640 135680988 3212931936 3067560284 134957681 0 0 0 0 0 0 0 -1 2 0 0 0
[pid=31337/tid=31341] ppid=31335 vsize=547816 CPUtime=683.62
/proc/31337/task/31341/stat : 31341 (gnovelty+) R 31335 31337 24991 0 -1 4202560 89 0 0 0 60361 8001 0 0 15 0 4 0 1108000344 560963584 20506 4294967295 134512640 135680988 3212931936 3058168156 134957422 0 0 0 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 2731.27
Current children cumulated vsize (KiB) 547816

[startup+762.312 s]
/proc/loadavg: 4.43 4.19 3.89 5/119 1337
/proc/meminfo: memFree=3087628/3368532 swapFree=1941388/1959888
[pid=31337] ppid=31335 vsize=547816 CPUtime=2965.8
/proc/31337/stat : 31337 (gnovelty+) R 31335 31337 24991 0 -1 4202496 20550 0 0 0 261876 34704 0 0 15 0 4 0 1108000332 560963584 20506 4294967295 134512640 135680988 3212931936 3212931180 134957422 0 0 0 0 4294967295 0 0 17 0 0 0 0
/proc/31337/statm: 136954 20506 103 286 0 136666 0
[pid=31337/tid=31339] ppid=31335 vsize=547816 CPUtime=741.18
/proc/31337/task/31339/stat : 31339 (gnovelty+) R 31335 31337 24991 0 -1 4202560 88 0 0 0 65662 8456 0 0 15 0 4 0 1108000344 560963584 20506 4294967295 134512640 135680988 3212931936 3076952412 134957681 0 0 0 0 0 0 0 -1 1 0 0 0
[pid=31337/tid=31340] ppid=31335 vsize=547816 CPUtime=740.21
/proc/31337/task/31340/stat : 31340 (gnovelty+) R 31335 31337 24991 0 -1 4202560 86 0 0 0 65364 8657 0 0 15 0 4 0 1108000344 560963584 20506 4294967295 134512640 135680988 3212931936 3067560284 134957422 0 0 0 0 0 0 0 -1 3 0 0 0
[pid=31337/tid=31341] ppid=31335 vsize=547816 CPUtime=742.44
/proc/31337/task/31341/stat : 31341 (gnovelty+) R 31335 31337 24991 0 -1 4202560 89 0 0 0 65504 8740 0 0 15 0 4 0 1108000344 560963584 20506 4294967295 134512640 135680988 3212931936 3058168156 134957681 0 0 0 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 2965.8
Current children cumulated vsize (KiB) 547816

[startup+822.309 s]
/proc/loadavg: 4.32 4.21 3.91 5/119 1528
/proc/meminfo: memFree=3087272/3368532 swapFree=1941388/1959888
[pid=31337] ppid=31335 vsize=547816 CPUtime=3199.04
/proc/31337/stat : 31337 (gnovelty+) R 31335 31337 24991 0 -1 4202496 20550 0 0 0 282460 37444 0 0 16 0 4 0 1108000332 560963584 20506 4294967295 134512640 135680988 3212931936 3212931180 134957681 0 0 0 0 4294967295 0 0 17 0 0 0 0
/proc/31337/statm: 136954 20506 103 286 0 136666 0
[pid=31337/tid=31339] ppid=31335 vsize=547816 CPUtime=799.74
/proc/31337/task/31339/stat : 31339 (gnovelty+) R 31335 31337 24991 0 -1 4202560 88 0 0 0 70783 9191 0 0 15 0 4 0 1108000344 560963584 20506 4294967295 134512640 135680988 3212931936 3076952412 134957681 0 0 0 0 0 0 0 -1 1 0 0 0
[pid=31337/tid=31340] ppid=31335 vsize=547816 CPUtime=798.52
/proc/31337/task/31340/stat : 31340 (gnovelty+) R 31335 31337 24991 0 -1 4202560 86 0 0 0 70545 9307 0 0 15 0 4 0 1108000344 560963584 20506 4294967295 134512640 135680988 3212931936 3067560284 134957681 0 0 0 0 0 0 0 -1 3 0 0 0
[pid=31337/tid=31341] ppid=31335 vsize=547816 CPUtime=800.36
/proc/31337/task/31341/stat : 31341 (gnovelty+) R 31335 31337 24991 0 -1 4202560 89 0 0 0 70609 9427 0 0 16 0 4 0 1108000344 560963584 20506 4294967295 134512640 135680988 3212931936 3058168156 134957422 0 0 0 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 3199.04
Current children cumulated vsize (KiB) 547816

[startup+882.317 s]
/proc/loadavg: 4.12 4.18 3.92 5/119 1715
/proc/meminfo: memFree=3087296/3368532 swapFree=1941388/1959888
[pid=31337] ppid=31335 vsize=547816 CPUtime=3431.68
/proc/31337/stat : 31337 (gnovelty+) R 31335 31337 24991 0 -1 4202496 20550 0 0 0 302962 40206 0 0 16 0 4 0 1108000332 560963584 20506 4294967295 134512640 135680988 3212931936 3212931180 134957681 0 0 0 0 4294967295 0 0 17 1 0 0 0
/proc/31337/statm: 136954 20506 103 286 0 136666 0
[pid=31337/tid=31339] ppid=31335 vsize=547816 CPUtime=857.99
/proc/31337/task/31339/stat : 31339 (gnovelty+) R 31335 31337 24991 0 -1 4202560 88 0 0 0 75956 9843 0 0 15 0 4 0 1108000344 560963584 20506 4294967295 134512640 135680988 3212931936 3076952412 134957422 0 0 0 0 0 0 0 -1 3 0 0 0
[pid=31337/tid=31340] ppid=31335 vsize=547816 CPUtime=857.16
/proc/31337/task/31340/stat : 31340 (gnovelty+) R 31335 31337 24991 0 -1 4202560 86 0 0 0 75718 9998 0 0 16 0 4 0 1108000344 560963584 20506 4294967295 134512640 135680988 3212931936 3067560284 134957681 0 0 0 0 0 0 0 -1 2 0 0 0
[pid=31337/tid=31341] ppid=31335 vsize=547816 CPUtime=858.12
/proc/31337/task/31341/stat : 31341 (gnovelty+) R 31335 31337 24991 0 -1 4202560 89 0 0 0 75673 10139 0 0 15 0 4 0 1108000344 560963584 20506 4294967295 134512640 135680988 3212931936 3058168156 134957681 0 0 0 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3431.68
Current children cumulated vsize (KiB) 547816

[startup+942.315 s]
/proc/loadavg: 4.16 4.17 3.93 5/119 1904
/proc/meminfo: memFree=3087172/3368532 swapFree=1941388/1959888
[pid=31337] ppid=31335 vsize=547816 CPUtime=3664.89
/proc/31337/stat : 31337 (gnovelty+) R 31335 31337 24991 0 -1 4202496 20550 0 0 0 323451 43038 0 0 15 0 4 0 1108000332 560963584 20506 4294967295 134512640 135680988 3212931936 3212931180 134957681 0 0 0 0 4294967295 0 0 17 0 0 0 0
/proc/31337/statm: 136954 20506 103 286 0 136666 0
[pid=31337/tid=31339] ppid=31335 vsize=547816 CPUtime=915.99
/proc/31337/task/31339/stat : 31339 (gnovelty+) R 31335 31337 24991 0 -1 4202560 88 0 0 0 81076 10523 0 0 15 0 4 0 1108000344 560963584 20506 4294967295 134512640 135680988 3212931936 3076952412 134957681 0 0 0 0 0 0 0 -1 1 0 0 0
[pid=31337/tid=31340] ppid=31335 vsize=547816 CPUtime=915.32
/proc/31337/task/31340/stat : 31340 (gnovelty+) R 31335 31337 24991 0 -1 4202560 86 0 0 0 80825 10707 0 0 15 0 4 0 1108000344 560963584 20506 4294967295 134512640 135680988 3212931936 3067560284 134957681 0 0 0 0 0 0 0 -1 2 0 0 0
[pid=31337/tid=31341] ppid=31335 vsize=547816 CPUtime=916.83
/proc/31337/task/31341/stat : 31341 (gnovelty+) R 31335 31337 24991 0 -1 4202560 89 0 0 0 80795 10888 0 0 15 0 4 0 1108000344 560963584 20506 4294967295 134512640 135680988 3212931936 3058168156 134957422 0 0 0 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3664.89
Current children cumulated vsize (KiB) 547816



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1000.01 s]
/proc/loadavg: 4.13 4.16 3.94 5/119 2092
/proc/meminfo: memFree=3087280/3368532 swapFree=1941388/1959888
[pid=31337] ppid=31335 vsize=547816 CPUtime=3889.59
/proc/31337/stat : 31337 (gnovelty+) R 31335 31337 24991 0 -1 4202496 20550 0 0 0 343351 45608 0 0 15 0 4 0 1108000332 560963584 20506 4294967295 134512640 135680988 3212931936 3212931180 134957681 0 0 0 0 4294967295 0 0 17 1 0 0 0
/proc/31337/statm: 136954 20506 103 286 0 136666 0
[pid=31337/tid=31339] ppid=31335 vsize=547816 CPUtime=972.04
/proc/31337/task/31339/stat : 31339 (gnovelty+) R 31335 31337 24991 0 -1 4202560 88 0 0 0 86011 11193 0 0 15 0 4 0 1108000344 560963584 20506 4294967295 134512640 135680988 3212931936 3076952412 134957681 0 0 0 0 0 0 0 -1 0 0 0 0
[pid=31337/tid=31340] ppid=31335 vsize=547816 CPUtime=971.69
/proc/31337/task/31340/stat : 31340 (gnovelty+) R 31335 31337 24991 0 -1 4202560 86 0 0 0 85854 11315 0 0 15 0 4 0 1108000344 560963584 20506 4294967295 134512640 135680988 3212931936 3067560284 134957422 0 0 0 0 0 0 0 -1 3 0 0 0
[pid=31337/tid=31341] ppid=31335 vsize=547816 CPUtime=972.68
/proc/31337/task/31341/stat : 31341 (gnovelty+) R 31335 31337 24991 0 -1 4202560 89 0 0 0 85728 11540 0 0 15 0 4 0 1108000344 560963584 20506 4294967295 134512640 135680988 3212931936 3058168156 134957681 0 0 0 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 3889.59
Current children cumulated vsize (KiB) 547816

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): 3889.67
CPU user time (s): 3433.59
CPU system time (s): 456.08
CPU usage (%): 388.953
Max. virtual memory (cumulated for all children) (KiB): 547816

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3433.59
system time used= 456.08
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 20550
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= 15916463
involuntary context switches= 55078

runsolver used 0.01 second user time and 0 second system time

The end

Launcher Data

Begin job on  at 2009-05-27 16:06:45
IDJOB=1777045
IDBENCH=70197
IDSOLVER=617
FILE ID=/1777045-1243433205
PBS_JOBID=
Free space on /tmp= 15730 MiB

SOLVER NAME= gNovelty+-T 2009-03-22 (4 threads)
BENCH NAME= SAT09/RANDOM/LARGE/5SAT/UNKNOWN/800/unif-k5-r20-v800-c16000-S1736471436-014.cnf
COMMAND LINE= HOME/gnovelty+ BENCHNAME RANDOMSEED MAXNBTHREAD
RUNSOLVER COMMAND LINE= runsolver --timestamp  -w /tmp/evaluation-result-1777045-1243433205/watcher-1777045-1243433205 -o /tmp/evaluation-result-1777045-1243433205/solver-1777045-1243433205 -C 5000 -W 1000 -M 2047  HOME/gnovelty+ HOME/instance-1777045-1243433205.cnf 327740757 4

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

MD5SUM BENCH= 88b3ae0f7e2752f0b445f361629fc38e
RANDOM SEED= 327740757

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.143
cache size	: 4096 KB
physical id	: 0
siblings	: 2
core id		: 0
cpu cores	: 2
fdiv_bug	: no
hlt_bug		: no
f00f_bug	: no
coma_bug	: no
fpu		: yes
fpu_exception	: yes
cpuid level	: 10
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe lm constant_tsc pni monitor ds_cpl vmx tm2 ssse3 cx16 xtpr dca lahf_lm
bogomips	: 3992.42
clflush size	: 64

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 15
model name	: Intel(R) Xeon(R) CPU            5130  @ 2.00GHz
stepping	: 6
cpu MHz		: 1995.143
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.11
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.143
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.17
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.143
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:       3170156 kB
Buffers:         12732 kB
Cached:         114168 kB
SwapCached:       4324 kB
Active:         104688 kB
Inactive:        32752 kB
HighTotal:     2489216 kB
HighFree:      2362200 kB
LowTotal:       879316 kB
LowFree:        807956 kB
SwapTotal:     1959888 kB
SwapFree:      1941388 kB
Dirty:            1840 kB
Writeback:           0 kB
AnonPages:        9344 kB
Mapped:           4296 kB
Slab:            50316 kB
SReclaimable:    42564 kB
SUnreclaim:       7752 kB
PageTables:        748 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   3644152 kB
Committed_AS:   127260 kB
VmallocTotal:   114680 kB
VmallocUsed:      1444 kB
VmallocChunk:   113072 kB

Free space on /tmp at the end= 15730 MiB
End job on  at 2009-05-27 16:23:25