Trace number 1777273

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) 3879.81 1000.07

General information on the benchmark

NameRANDOM/LARGE/7SAT/UNKNOWN/160/
unif-k7-r85-v160-c13600-S327274323-044.cnf
MD5SUM828620c36787edb17d919cfe2c324682
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 variables160
Number of clauses13600
Sum of the clauses size95200
Maximum clause length7
Minimum clause length7
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 513600

Solver Data

0.12/0.12	c +------------------------------+
0.12/0.12	c | gNovelty+, version 1.0       |
0.12/0.12	c +------------------------------+
0.12/0.12	c gnovelty+ -h for help
0.12/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-1777273-1243442474/watcher-1777273-1243442474 -o /tmp/evaluation-result-1777273-1243442474/solver-1777273-1243442474 -C 5000 -W 1000 -M 2047 HOME/gnovelty+ HOME/instance-1777273-1243442474.cnf 1427631114 4 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 5000 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 5030 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1000 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 2096128 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 2147328 KiB
Current StackSize limit: 8192 KiB


[startup+0 s]
/proc/loadavg: 4.99 4.94 4.84 3/97 11051
/proc/meminfo: memFree=3086844/3368532 swapFree=1952996/1959888
[pid=11051] ppid=11049 vsize=509228 CPUtime=0.01
/proc/11051/stat : 11051 (gnovelty+) R 11049 11051 8948 0 -1 4202496 1482 0 0 0 0 1 0 0 18 0 1 0 1098384662 521449472 1439 4294967295 134512640 135680988 3215211920 3215211184 134537167 0 0 0 0 0 0 0 17 2 0 0 0
/proc/11051/statm: 127307 1448 99 286 0 127019 0

[startup+0.053484 s]
/proc/loadavg: 4.99 4.94 4.84 3/97 11051
/proc/meminfo: memFree=3086844/3368532 swapFree=1952996/1959888
[pid=11051] ppid=11049 vsize=517044 CPUtime=0.06
/proc/11051/stat : 11051 (gnovelty+) R 11049 11051 8948 0 -1 4202496 9998 0 0 0 3 3 0 0 18 0 1 0 1098384662 529453056 9955 4294967295 134512640 135680988 3215211920 3215210028 134958286 0 0 0 0 0 0 0 17 2 0 0 0
/proc/11051/statm: 129261 9955 99 286 0 128973 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 517044

[startup+0.113469 s]
/proc/loadavg: 4.99 4.94 4.84 3/97 11051
/proc/meminfo: memFree=3086844/3368532 swapFree=1952996/1959888
[pid=11051] ppid=11049 vsize=517040 CPUtime=0.12
/proc/11051/stat : 11051 (gnovelty+) R 11049 11051 8948 0 -1 4202496 19005 0 0 0 7 5 0 0 18 0 1 0 1098384662 529448960 18961 4294967295 134512640 135680988 3215211920 3215211184 134537708 0 0 0 0 0 0 0 17 2 0 0 0
/proc/11051/statm: 129260 18973 99 286 0 128972 0
Current children cumulated CPU time (s) 0.12
Current children cumulated vsize (KiB) 517040

[startup+0.313441 s]
/proc/loadavg: 4.99 4.94 4.84 3/97 11051
/proc/meminfo: memFree=3086844/3368532 swapFree=1952996/1959888
[pid=11051] ppid=11049 vsize=547464 CPUtime=0.84
/proc/11051/stat : 11051 (gnovelty+) R 11049 11051 8948 0 -1 4202496 20277 0 0 0 79 5 0 0 19 0 4 0 1098384662 560603136 20233 4294967295 134512640 135680988 3215211920 3215211164 134957681 0 0 0 0 4294967295 0 0 17 2 0 0 0
/proc/11051/statm: 136866 20233 103 286 0 136578 0
Current children cumulated CPU time (s) 0.84
Current children cumulated vsize (KiB) 547464

[startup+0.71341 s]
/proc/loadavg: 4.99 4.94 4.84 3/97 11051
/proc/meminfo: memFree=3086844/3368532 swapFree=1952996/1959888
[pid=11051] ppid=11049 vsize=547464 CPUtime=2.42
/proc/11051/stat : 11051 (gnovelty+) R 11049 11051 8948 0 -1 4202496 20277 0 0 0 235 7 0 0 17 0 4 0 1098384662 560603136 20233 4294967295 134512640 135680988 3215211920 3215211164 134957681 0 0 0 0 4294967295 0 0 17 2 0 0 0
/proc/11051/statm: 136866 20233 103 286 0 136578 0
Current children cumulated CPU time (s) 2.42
Current children cumulated vsize (KiB) 547464

[startup+1.52335 s]
/proc/loadavg: 4.99 4.94 4.84 7/101 11055
/proc/meminfo: memFree=3007092/3368532 swapFree=1952996/1959888
[pid=11051] ppid=11049 vsize=547464 CPUtime=5.3
/proc/11051/stat : 11051 (gnovelty+) R 11049 11051 8948 0 -1 4202496 20277 0 0 0 521 9 0 0 15 0 4 0 1098384662 560603136 20233 4294967295 134512640 135680988 3215211920 3215211252 134533962 0 0 0 0 4294967295 0 0 17 2 0 0 0
/proc/11051/statm: 136866 20233 103 286 0 136578 0
[pid=11051/tid=11053] ppid=11049 vsize=547464 CPUtime=1.37
/proc/11051/task/11053/stat : 11053 (gnovelty+) R 11049 11051 8948 0 -1 4202560 72 0 0 0 136 1 0 0 15 0 4 0 1098384674 560603136 20233 4294967295 134512640 135680988 3215211920 3077013852 134957681 0 0 0 0 0 0 0 -1 0 0 0 0
[pid=11051/tid=11054] ppid=11049 vsize=547464 CPUtime=1.21
/proc/11051/task/11054/stat : 11054 (gnovelty+) R 11049 11051 8948 0 -1 4202560 73 0 0 0 118 3 0 0 15 0 4 0 1098384674 560603136 20233 4294967295 134512640 135680988 3215211920 3067621812 134534538 0 0 0 0 0 0 0 -1 3 0 0 0
[pid=11051/tid=11055] ppid=11049 vsize=547464 CPUtime=1.19
/proc/11051/task/11055/stat : 11055 (gnovelty+) R 11049 11051 8948 0 -1 4202560 75 0 0 0 119 0 0 0 16 0 4 0 1098384674 560603136 20233 4294967295 134512640 135680988 3215211920 3058229596 134957422 0 0 0 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 5.3
Current children cumulated vsize (KiB) 547464

[startup+3.11493 s]
/proc/loadavg: 4.99 4.94 4.84 7/101 11238
/proc/meminfo: memFree=3006744/3368532 swapFree=1952996/1959888
[pid=11051] ppid=11049 vsize=547464 CPUtime=11.37
/proc/11051/stat : 11051 (gnovelty+) R 11049 11051 8948 0 -1 4202496 20277 0 0 0 1123 14 0 0 15 0 4 0 1098384662 560603136 20233 4294967295 134512640 135680988 3215211920 3215211164 134957681 0 0 0 0 4294967295 0 0 17 2 0 0 0
/proc/11051/statm: 136866 20233 103 286 0 136578 0
[pid=11051/tid=11053] ppid=11049 vsize=547464 CPUtime=2.95
/proc/11051/task/11053/stat : 11053 (gnovelty+) R 11049 11051 8948 0 -1 4202560 72 0 0 0 294 1 0 0 15 0 4 0 1098384674 560603136 20233 4294967295 134512640 135680988 3215211920 3077013852 134957681 0 0 0 0 0 0 0 -1 0 0 0 0
[pid=11051/tid=11054] ppid=11049 vsize=547464 CPUtime=2.65
/proc/11051/task/11054/stat : 11054 (gnovelty+) R 11049 11051 8948 0 -1 4202560 73 0 0 0 260 5 0 0 15 0 4 0 1098384674 560603136 20233 4294967295 134512640 135680988 3215211920 3067621724 134957422 0 0 0 0 0 0 0 -1 1 0 0 0
[pid=11051/tid=11055] ppid=11049 vsize=547464 CPUtime=2.66
/proc/11051/task/11055/stat : 11055 (gnovelty+) R 11049 11051 8948 0 -1 4202560 75 0 0 0 265 1 0 0 15 0 4 0 1098384674 560603136 20233 4294967295 134512640 135680988 3215211920 3058229596 134957681 0 0 0 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 11.37
Current children cumulated vsize (KiB) 547464

[startup+6.31412 s]
/proc/loadavg: 4.99 4.95 4.84 6/101 11238
/proc/meminfo: memFree=3006708/3368532 swapFree=1952996/1959888
[pid=11051] ppid=11049 vsize=547464 CPUtime=24.01
/proc/11051/stat : 11051 (gnovelty+) R 11049 11051 8948 0 -1 4202496 20277 0 0 0 2365 36 0 0 15 0 4 0 1098384662 560603136 20233 4294967295 134512640 135680988 3215211920 3215211164 134957422 0 0 0 0 4294967295 0 0 17 1 0 0 0
/proc/11051/statm: 136866 20233 103 286 0 136578 0
[pid=11051/tid=11053] ppid=11049 vsize=547464 CPUtime=6.15
/proc/11051/task/11053/stat : 11053 (gnovelty+) R 11049 11051 8948 0 -1 4202560 72 0 0 0 610 5 0 0 16 0 4 0 1098384674 560603136 20233 4294967295 134512640 135680988 3215211920 3077013852 134957681 0 0 0 0 0 0 0 -1 0 0 0 0
[pid=11051/tid=11054] ppid=11049 vsize=547464 CPUtime=5.79
/proc/11051/task/11054/stat : 11054 (gnovelty+) R 11049 11051 8948 0 -1 4202560 73 0 0 0 569 10 0 0 15 0 4 0 1098384674 560603136 20233 4294967295 134512640 135680988 3215211920 3067621724 134957681 0 0 0 0 0 0 0 -1 3 0 0 0
[pid=11051/tid=11055] ppid=11049 vsize=547464 CPUtime=5.81
/proc/11051/task/11055/stat : 11055 (gnovelty+) R 11049 11051 8948 0 -1 4202560 75 0 0 0 572 9 0 0 15 0 4 0 1098384674 560603136 20233 4294967295 134512640 135680988 3215211920 3058229596 134957681 0 0 0 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 24.01
Current children cumulated vsize (KiB) 547464

[startup+12.7124 s]
/proc/loadavg: 4.91 4.93 4.84 6/101 11238
/proc/meminfo: memFree=3006664/3368532 swapFree=1952996/1959888
[pid=11051] ppid=11049 vsize=547464 CPUtime=48.79
/proc/11051/stat : 11051 (gnovelty+) R 11049 11051 8948 0 -1 4202496 20277 0 0 0 4800 79 0 0 15 0 4 0 1098384662 560603136 20233 4294967295 134512640 135680988 3215211920 3215211164 134957681 0 0 0 0 4294967295 0 0 17 3 0 0 0
/proc/11051/statm: 136866 20233 103 286 0 136578 0
[pid=11051/tid=11053] ppid=11049 vsize=547464 CPUtime=12.55
/proc/11051/task/11053/stat : 11053 (gnovelty+) R 11049 11051 8948 0 -1 4202560 72 0 0 0 1241 14 0 0 15 0 4 0 1098384674 560603136 20233 4294967295 134512640 135680988 3215211920 3077013852 134957681 0 0 0 0 0 0 0 -1 0 0 0 0
[pid=11051/tid=11054] ppid=11049 vsize=547464 CPUtime=12.02
/proc/11051/task/11054/stat : 11054 (gnovelty+) R 11049 11051 8948 0 -1 4202560 73 0 0 0 1183 19 0 0 16 0 4 0 1098384674 560603136 20233 4294967295 134512640 135680988 3215211920 3067621724 134957422 0 0 0 0 0 0 0 -1 1 0 0 0
[pid=11051/tid=11055] ppid=11049 vsize=547464 CPUtime=12.06
/proc/11051/task/11055/stat : 11055 (gnovelty+) R 11049 11051 8948 0 -1 4202560 75 0 0 0 1181 25 0 0 16 0 4 0 1098384674 560603136 20233 4294967295 134512640 135680988 3215211920 3058229596 134957681 0 0 0 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 48.79
Current children cumulated vsize (KiB) 547464

[startup+25.5111 s]
/proc/loadavg: 5.15 4.98 4.85 5/101 11238
/proc/meminfo: memFree=3006744/3368532 swapFree=1952996/1959888
[pid=11051] ppid=11049 vsize=547464 CPUtime=98.72
/proc/11051/stat : 11051 (gnovelty+) R 11049 11051 8948 0 -1 4202496 20277 0 0 0 9711 161 0 0 15 0 4 0 1098384662 560603136 20233 4294967295 134512640 135680988 3215211920 3215211164 134957422 0 0 0 0 4294967295 0 0 17 2 0 0 0
/proc/11051/statm: 136866 20233 103 286 0 136578 0
[pid=11051/tid=11053] ppid=11049 vsize=547464 CPUtime=24.83
/proc/11051/task/11053/stat : 11053 (gnovelty+) R 11049 11051 8948 0 -1 4202560 72 0 0 0 2455 28 0 0 15 0 4 0 1098384674 560603136 20233 4294967295 134512640 135680988 3215211920 3077013852 134957681 0 0 0 0 0 0 0 -1 2 0 0 0
[pid=11051/tid=11054] ppid=11049 vsize=547464 CPUtime=24.69
/proc/11051/task/11054/stat : 11054 (gnovelty+) R 11049 11051 8948 0 -1 4202560 73 0 0 0 2430 39 0 0 15 0 4 0 1098384674 560603136 20233 4294967295 134512640 135680988 3215211920 3067621724 134957681 0 0 0 0 0 0 0 -1 3 0 0 0
[pid=11051/tid=11055] ppid=11049 vsize=547464 CPUtime=24.72
/proc/11051/task/11055/stat : 11055 (gnovelty+) R 11049 11051 8948 0 -1 4202560 75 0 0 0 2421 51 0 0 15 0 4 0 1098384674 560603136 20233 4294967295 134512640 135680988 3215211920 3058229596 134957681 0 0 0 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 98.72
Current children cumulated vsize (KiB) 547464

[startup+51.111 s]
/proc/loadavg: 5.21 5.01 4.87 6/101 11241
/proc/meminfo: memFree=3006736/3368532 swapFree=1952996/1959888
[pid=11051] ppid=11049 vsize=547464 CPUtime=196.53
/proc/11051/stat : 11051 (gnovelty+) R 11049 11051 8948 0 -1 4202496 20277 0 0 0 19350 303 0 0 15 0 4 0 1098384662 560603136 20233 4294967295 134512640 135680988 3215211920 3215211164 134957681 0 0 0 0 4294967295 0 0 17 0 0 0 0
/proc/11051/statm: 136866 20233 103 286 0 136578 0
[pid=11051/tid=11053] ppid=11049 vsize=547464 CPUtime=49.01
/proc/11051/task/11053/stat : 11053 (gnovelty+) R 11049 11051 8948 0 -1 4202560 72 0 0 0 4840 61 0 0 15 0 4 0 1098384674 560603136 20233 4294967295 134512640 135680988 3215211920 3077013852 134957681 0 0 0 0 0 0 0 -1 2 0 0 0
[pid=11051/tid=11054] ppid=11049 vsize=547464 CPUtime=49.47
/proc/11051/task/11054/stat : 11054 (gnovelty+) R 11049 11051 8948 0 -1 4202560 73 0 0 0 4880 67 0 0 15 0 4 0 1098384674 560603136 20233 4294967295 134512640 135680988 3215211920 3067621724 134957422 0 0 0 0 0 0 0 -1 1 0 0 0
[pid=11051/tid=11055] ppid=11049 vsize=547464 CPUtime=49.24
/proc/11051/task/11055/stat : 11055 (gnovelty+) R 11049 11051 8948 0 -1 4202560 75 0 0 0 4836 88 0 0 15 0 4 0 1098384674 560603136 20233 4294967295 134512640 135680988 3215211920 3058229596 134957681 0 0 0 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 196.53
Current children cumulated vsize (KiB) 547464

[startup+102.316 s]
/proc/loadavg: 5.02 5.00 4.87 6/101 11427
/proc/meminfo: memFree=3006248/3368532 swapFree=1952996/1959888
[pid=11051] ppid=11049 vsize=547464 CPUtime=396.28
/proc/11051/stat : 11051 (gnovelty+) R 11049 11051 8948 0 -1 4202496 20277 0 0 0 39022 606 0 0 15 0 4 0 1098384662 560603136 20233 4294967295 134512640 135680988 3215211920 3215211164 134957422 0 0 0 0 4294967295 0 0 17 2 0 0 0
/proc/11051/statm: 136866 20233 103 286 0 136578 0
[pid=11051/tid=11053] ppid=11049 vsize=547464 CPUtime=99.28
/proc/11051/task/11053/stat : 11053 (gnovelty+) R 11049 11051 8948 0 -1 4202560 72 0 0 0 9798 130 0 0 15 0 4 0 1098384674 560603136 20233 4294967295 134512640 135680988 3215211920 3077013852 134957681 0 0 0 0 0 0 0 -1 0 0 0 0
[pid=11051/tid=11054] ppid=11049 vsize=547464 CPUtime=99.55
/proc/11051/task/11054/stat : 11054 (gnovelty+) R 11049 11051 8948 0 -1 4202560 73 0 0 0 9824 131 0 0 15 0 4 0 1098384674 560603136 20233 4294967295 134512640 135680988 3215211920 3067621724 134957681 0 0 0 0 0 0 0 -1 1 0 0 0
[pid=11051/tid=11055] ppid=11049 vsize=547464 CPUtime=99.06
/proc/11051/task/11055/stat : 11055 (gnovelty+) R 11049 11051 8948 0 -1 4202560 75 0 0 0 9738 168 0 0 15 0 4 0 1098384674 560603136 20233 4294967295 134512640 135680988 3215211920 3058229596 134957681 0 0 0 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 396.28
Current children cumulated vsize (KiB) 547464

[startup+162.313 s]
/proc/loadavg: 4.89 4.97 4.87 6/101 11616
/proc/meminfo: memFree=3006000/3368532 swapFree=1952996/1959888
[pid=11051] ppid=11049 vsize=547464 CPUtime=629.3
/proc/11051/stat : 11051 (gnovelty+) R 11049 11051 8948 0 -1 4202496 20277 0 0 0 61975 955 0 0 15 0 4 0 1098384662 560603136 20233 4294967295 134512640 135680988 3215211920 3215211164 134957681 0 0 0 0 4294967295 0 0 17 1 0 0 0
/proc/11051/statm: 136866 20233 103 286 0 136578 0
[pid=11051/tid=11053] ppid=11049 vsize=547464 CPUtime=157.11
/proc/11051/task/11053/stat : 11053 (gnovelty+) R 11049 11051 8948 0 -1 4202560 72 0 0 0 15495 216 0 0 15 0 4 0 1098384674 560603136 20233 4294967295 134512640 135680988 3215211920 3077013852 134957681 0 0 0 0 0 0 0 -1 2 0 0 0
[pid=11051/tid=11054] ppid=11049 vsize=547464 CPUtime=157.96
/proc/11051/task/11054/stat : 11054 (gnovelty+) R 11049 11051 8948 0 -1 4202560 73 0 0 0 15574 222 0 0 15 0 4 0 1098384674 560603136 20233 4294967295 134512640 135680988 3215211920 3067621724 134957422 0 0 0 0 0 0 0 -1 3 0 0 0
[pid=11051/tid=11055] ppid=11049 vsize=547464 CPUtime=157.53
/proc/11051/task/11055/stat : 11055 (gnovelty+) R 11049 11051 8948 0 -1 4202560 75 0 0 0 15501 252 0 0 15 0 4 0 1098384674 560603136 20233 4294967295 134512640 135680988 3215211920 3058229596 134957681 0 0 0 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 629.3
Current children cumulated vsize (KiB) 547464

[startup+222.316 s]
/proc/loadavg: 4.83 4.93 4.86 6/101 11805
/proc/meminfo: memFree=3006052/3368532 swapFree=1952996/1959888
[pid=11051] ppid=11049 vsize=547464 CPUtime=862.82
/proc/11051/stat : 11051 (gnovelty+) R 11049 11051 8948 0 -1 4202496 20277 0 0 0 84968 1314 0 0 15 0 4 0 1098384662 560603136 20233 4294967295 134512640 135680988 3215211920 3215211164 134957681 0 0 0 0 4294967295 0 0 17 0 0 0 0
/proc/11051/statm: 136866 20233 103 286 0 136578 0
[pid=11051/tid=11053] ppid=11049 vsize=547464 CPUtime=215.57
/proc/11051/task/11053/stat : 11053 (gnovelty+) R 11049 11051 8948 0 -1 4202560 72 0 0 0 21266 291 0 0 15 0 4 0 1098384674 560603136 20233 4294967295 134512640 135680988 3215211920 3077013852 134957681 0 0 0 0 0 0 0 -1 1 0 0 0
[pid=11051/tid=11054] ppid=11049 vsize=547464 CPUtime=215.93
/proc/11051/task/11054/stat : 11054 (gnovelty+) R 11049 11051 8948 0 -1 4202560 73 0 0 0 21282 311 0 0 16 0 4 0 1098384674 560603136 20233 4294967295 134512640 135680988 3215211920 3067621812 134533436 0 0 0 0 0 0 0 -1 3 0 0 0
[pid=11051/tid=11055] ppid=11049 vsize=547464 CPUtime=216.25
/proc/11051/task/11055/stat : 11055 (gnovelty+) R 11049 11051 8948 0 -1 4202560 75 0 0 0 21272 353 0 0 16 0 4 0 1098384674 560603136 20233 4294967295 134512640 135680988 3215211920 3058229596 134957681 0 0 0 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 862.82
Current children cumulated vsize (KiB) 547464

[startup+282.312 s]
/proc/loadavg: 5.19 4.99 4.88 6/101 11997
/proc/meminfo: memFree=3005896/3368532 swapFree=1952996/1959888
[pid=11051] ppid=11049 vsize=547464 CPUtime=1094.41
/proc/11051/stat : 11051 (gnovelty+) R 11049 11051 8948 0 -1 4202496 20277 0 0 0 107736 1705 0 0 15 0 4 0 1098384662 560603136 20233 4294967295 134512640 135680988 3215211920 3215211164 134957681 0 0 0 0 4294967295 0 0 17 2 0 0 0
/proc/11051/statm: 136866 20233 103 286 0 136578 0
[pid=11051/tid=11053] ppid=11049 vsize=547464 CPUtime=273.58
/proc/11051/task/11053/stat : 11053 (gnovelty+) R 11049 11051 8948 0 -1 4202560 72 0 0 0 26966 392 0 0 15 0 4 0 1098384674 560603136 20233 4294967295 134512640 135680988 3215211920 3077013852 134957681 0 0 0 0 0 0 0 -1 3 0 0 0
[pid=11051/tid=11054] ppid=11049 vsize=547464 CPUtime=273.94
/proc/11051/task/11054/stat : 11054 (gnovelty+) R 11049 11051 8948 0 -1 4202560 73 0 0 0 26986 408 0 0 15 0 4 0 1098384674 560603136 20233 4294967295 134512640 135680988 3215211920 3067621724 134957681 0 0 0 0 0 0 0 -1 0 0 0 0

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

[pid=11051] ppid=11049 vsize=547464 CPUtime=1560.52
/proc/11051/stat : 11051 (gnovelty+) R 11049 11051 8948 0 -1 4202496 20277 0 0 0 153646 2406 0 0 16 0 4 0 1098384662 560603136 20233 4294967295 134512640 135680988 3215211920 3215211164 134957681 0 0 0 0 4294967295 0 0 17 1 0 0 0
/proc/11051/statm: 136866 20233 103 286 0 136578 0
[pid=11051/tid=11053] ppid=11049 vsize=547464 CPUtime=390.34
/proc/11051/task/11053/stat : 11053 (gnovelty+) R 11049 11051 8948 0 -1 4202560 72 0 0 0 38452 582 0 0 15 0 4 0 1098384674 560603136 20233 4294967295 134512640 135680988 3215211920 3077013852 134957681 0 0 0 0 0 0 0 -1 0 0 0 0
[pid=11051/tid=11054] ppid=11049 vsize=547464 CPUtime=390.7
/proc/11051/task/11054/stat : 11054 (gnovelty+) R 11049 11051 8948 0 -1 4202560 73 0 0 0 38496 574 0 0 16 0 4 0 1098384674 560603136 20233 4294967295 134512640 135680988 3215211920 3067621724 134957422 0 0 0 0 0 0 0 -1 2 0 0 0
[pid=11051/tid=11055] ppid=11049 vsize=547464 CPUtime=390.82
/proc/11051/task/11055/stat : 11055 (gnovelty+) R 11049 11051 8948 0 -1 4202560 75 0 0 0 38459 623 0 0 15 0 4 0 1098384674 560603136 20233 4294967295 134512640 135680988 3215211920 3058229596 134957681 0 0 0 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 1560.52
Current children cumulated vsize (KiB) 547464

[startup+462.309 s]
/proc/loadavg: 4.98 4.97 4.89 5/101 12561
/proc/meminfo: memFree=3005920/3368532 swapFree=1952996/1959888
[pid=11051] ppid=11049 vsize=547464 CPUtime=1794.69
/proc/11051/stat : 11051 (gnovelty+) R 11049 11051 8948 0 -1 4202496 20277 0 0 0 176701 2768 0 0 15 0 4 0 1098384662 560603136 20233 4294967295 134512640 135680988 3215211920 3215211164 134957681 0 0 0 0 4294967295 0 0 17 0 0 0 0
/proc/11051/statm: 136866 20233 103 286 0 136578 0
[pid=11051/tid=11053] ppid=11049 vsize=547464 CPUtime=449.03
/proc/11051/task/11053/stat : 11053 (gnovelty+) R 11049 11051 8948 0 -1 4202560 72 0 0 0 44226 677 0 0 16 0 4 0 1098384674 560603136 20233 4294967295 134512640 135680988 3215211920 3077013852 134957422 0 0 0 0 0 0 0 -1 2 0 0 0
[pid=11051/tid=11054] ppid=11049 vsize=547464 CPUtime=448.95
/proc/11051/task/11054/stat : 11054 (gnovelty+) R 11049 11051 8948 0 -1 4202560 73 0 0 0 44225 670 0 0 15 0 4 0 1098384674 560603136 20233 4294967295 134512640 135680988 3215211920 3067621724 134957681 0 0 0 0 0 0 0 -1 2 0 0 0
[pid=11051/tid=11055] ppid=11049 vsize=547464 CPUtime=449.89
/proc/11051/task/11055/stat : 11055 (gnovelty+) R 11049 11051 8948 0 -1 4202560 75 0 0 0 44285 704 0 0 15 0 4 0 1098384674 560603136 20233 4294967295 134512640 135680988 3215211920 3058229596 134957681 0 0 0 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1794.69
Current children cumulated vsize (KiB) 547464

[startup+522.304 s]
/proc/loadavg: 4.95 4.95 4.89 5/101 12750
/proc/meminfo: memFree=3005888/3368532 swapFree=1952996/1959888
[pid=11051] ppid=11049 vsize=547464 CPUtime=2025.31
/proc/11051/stat : 11051 (gnovelty+) R 11049 11051 8948 0 -1 4202496 20277 0 0 0 199413 3118 0 0 15 0 4 0 1098384662 560603136 20233 4294967295 134512640 135680988 3215211920 3215211164 134957681 0 0 0 0 4294967295 0 0 17 0 0 0 0
/proc/11051/statm: 136866 20233 103 286 0 136578 0
[pid=11051/tid=11053] ppid=11049 vsize=547464 CPUtime=506.79
/proc/11051/task/11053/stat : 11053 (gnovelty+) R 11049 11051 8948 0 -1 4202560 72 0 0 0 49911 768 0 0 16 0 4 0 1098384674 560603136 20233 4294967295 134512640 135680988 3215211920 3077013852 134957681 0 0 0 0 0 0 0 -1 3 0 0 0
[pid=11051/tid=11054] ppid=11049 vsize=547464 CPUtime=505.9
/proc/11051/task/11054/stat : 11054 (gnovelty+) R 11049 11051 8948 0 -1 4202560 73 0 0 0 49839 751 0 0 15 0 4 0 1098384674 560603136 20233 4294967295 134512640 135680988 3215211920 3067621724 134957681 0 0 0 0 0 0 0 -1 1 0 0 0
[pid=11051/tid=11055] ppid=11049 vsize=547464 CPUtime=507.51
/proc/11051/task/11055/stat : 11055 (gnovelty+) R 11049 11051 8948 0 -1 4202560 75 0 0 0 49959 792 0 0 15 0 4 0 1098384674 560603136 20233 4294967295 134512640 135680988 3215211920 3058229596 134957422 0 0 0 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 2025.31
Current children cumulated vsize (KiB) 547464

[startup+582.318 s]
/proc/loadavg: 4.74 4.90 4.88 6/101 12942
/proc/meminfo: memFree=3005676/3368532 swapFree=1952996/1959888
[pid=11051] ppid=11049 vsize=547464 CPUtime=2258.12
/proc/11051/stat : 11051 (gnovelty+) R 11049 11051 8948 0 -1 4202496 20277 0 0 0 222321 3491 0 0 15 0 4 0 1098384662 560603136 20233 4294967295 134512640 135680988 3215211920 3215211164 134957681 0 0 0 0 4294967295 0 0 17 0 0 0 0
/proc/11051/statm: 136866 20233 103 286 0 136578 0
[pid=11051/tid=11053] ppid=11049 vsize=547464 CPUtime=565.03
/proc/11051/task/11053/stat : 11053 (gnovelty+) R 11049 11051 8948 0 -1 4202560 72 0 0 0 55629 874 0 0 16 0 4 0 1098384674 560603136 20233 4294967295 134512640 135680988 3215211920 3077013852 134957681 0 0 0 0 0 0 0 -1 3 0 0 0
[pid=11051/tid=11054] ppid=11049 vsize=547464 CPUtime=564.02
/proc/11051/task/11054/stat : 11054 (gnovelty+) R 11049 11051 8948 0 -1 4202560 73 0 0 0 55554 848 0 0 15 0 4 0 1098384674 560603136 20233 4294967295 134512640 135680988 3215211920 3067621724 134957681 0 0 0 0 0 0 0 -1 2 0 0 0
[pid=11051/tid=11055] ppid=11049 vsize=547464 CPUtime=565.57
/proc/11051/task/11055/stat : 11055 (gnovelty+) R 11049 11051 8948 0 -1 4202560 75 0 0 0 55684 873 0 0 15 0 4 0 1098384674 560603136 20233 4294967295 134512640 135680988 3215211920 3058229596 134957422 0 0 0 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 2258.12
Current children cumulated vsize (KiB) 547464

[startup+642.316 s]
/proc/loadavg: 4.83 4.90 4.88 6/101 12945
/proc/meminfo: memFree=3005860/3368532 swapFree=1952996/1959888
[pid=11051] ppid=11049 vsize=547464 CPUtime=2491.5
/proc/11051/stat : 11051 (gnovelty+) R 11049 11051 8948 0 -1 4202496 20277 0 0 0 245264 3886 0 0 16 0 4 0 1098384662 560603136 20233 4294967295 134512640 135680988 3215211920 3215211164 134957681 0 0 0 0 4294967295 0 0 17 1 0 0 0
/proc/11051/statm: 136866 20233 103 286 0 136578 0
[pid=11051/tid=11053] ppid=11049 vsize=547464 CPUtime=623.86
/proc/11051/task/11053/stat : 11053 (gnovelty+) R 11049 11051 8948 0 -1 4202560 72 0 0 0 61417 969 0 0 15 0 4 0 1098384674 560603136 20233 4294967295 134512640 135680988 3215211920 3077013852 134957681 0 0 0 0 0 0 0 -1 2 0 0 0
[pid=11051/tid=11054] ppid=11049 vsize=547464 CPUtime=622.03
/proc/11051/task/11054/stat : 11054 (gnovelty+) R 11049 11051 8948 0 -1 4202560 73 0 0 0 61241 962 0 0 15 0 4 0 1098384674 560603136 20233 4294967295 134512640 135680988 3215211920 3067621724 134957422 0 0 0 0 0 0 0 -1 0 0 0 0
[pid=11051/tid=11055] ppid=11049 vsize=547464 CPUtime=623.93
/proc/11051/task/11055/stat : 11055 (gnovelty+) R 11049 11051 8948 0 -1 4202560 75 0 0 0 61423 970 0 0 15 0 4 0 1098384674 560603136 20233 4294967295 134512640 135680988 3215211920 3058229596 134957681 0 0 0 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 2491.5
Current children cumulated vsize (KiB) 547464

[startup+702.316 s]
/proc/loadavg: 5.15 4.98 4.90 7/101 13132
/proc/meminfo: memFree=3005628/3368532 swapFree=1952996/1959888
[pid=11051] ppid=11049 vsize=547464 CPUtime=2724
/proc/11051/stat : 11051 (gnovelty+) R 11049 11051 8948 0 -1 4202496 20277 0 0 0 268156 4244 0 0 16 0 4 0 1098384662 560603136 20233 4294967295 134512640 135680988 3215211920 3215211164 134957422 0 0 0 0 4294967295 0 0 17 1 0 0 0
/proc/11051/statm: 136866 20233 103 286 0 136578 0
[pid=11051/tid=11053] ppid=11049 vsize=547464 CPUtime=682.27
/proc/11051/task/11053/stat : 11053 (gnovelty+) R 11049 11051 8948 0 -1 4202560 72 0 0 0 67183 1044 0 0 16 0 4 0 1098384674 560603136 20233 4294967295 134512640 135680988 3215211920 3077013852 134957681 0 0 0 0 0 0 0 -1 3 0 0 0
[pid=11051/tid=11054] ppid=11049 vsize=547464 CPUtime=680.41
/proc/11051/task/11054/stat : 11054 (gnovelty+) R 11049 11051 8948 0 -1 4202560 73 0 0 0 66973 1068 0 0 15 0 4 0 1098384674 560603136 20233 4294967295 134512640 135680988 3215211920 3067621724 134957681 0 0 0 0 0 0 0 -1 2 0 0 0
[pid=11051/tid=11055] ppid=11049 vsize=547464 CPUtime=681.6
/proc/11051/task/11055/stat : 11055 (gnovelty+) R 11049 11051 8948 0 -1 4202560 75 0 0 0 67104 1056 0 0 15 0 4 0 1098384674 560603136 20233 4294967295 134512640 135680988 3215211920 3058229596 134957681 0 0 0 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 2724
Current children cumulated vsize (KiB) 547464

[startup+762.329 s]
/proc/loadavg: 5.19 5.03 4.92 6/101 13321
/proc/meminfo: memFree=3005628/3368532 swapFree=1952996/1959888
[pid=11051] ppid=11049 vsize=547464 CPUtime=2957.54
/proc/11051/stat : 11051 (gnovelty+) R 11049 11051 8948 0 -1 4202496 20277 0 0 0 291137 4617 0 0 15 0 4 0 1098384662 560603136 20233 4294967295 134512640 135680988 3215211920 3215211164 134957422 0 0 0 0 4294967295 0 0 17 3 0 0 0
/proc/11051/statm: 136866 20233 103 286 0 136578 0
[pid=11051/tid=11053] ppid=11049 vsize=547464 CPUtime=740.32
/proc/11051/task/11053/stat : 11053 (gnovelty+) R 11049 11051 8948 0 -1 4202560 72 0 0 0 72905 1127 0 0 15 0 4 0 1098384674 560603136 20233 4294967295 134512640 135680988 3215211920 3077013852 134957681 0 0 0 0 0 0 0 -1 2 0 0 0
[pid=11051/tid=11054] ppid=11049 vsize=547464 CPUtime=739.14
/proc/11051/task/11054/stat : 11054 (gnovelty+) R 11049 11051 8948 0 -1 4202560 73 0 0 0 72749 1165 0 0 15 0 4 0 1098384674 560603136 20233 4294967295 134512640 135680988 3215211920 3067621724 134957681 0 0 0 0 0 0 0 -1 0 0 0 0
[pid=11051/tid=11055] ppid=11049 vsize=547464 CPUtime=740.11
/proc/11051/task/11055/stat : 11055 (gnovelty+) R 11049 11051 8948 0 -1 4202560 75 0 0 0 72846 1165 0 0 16 0 4 0 1098384674 560603136 20233 4294967295 134512640 135680988 3215211920 3058229596 134957681 0 0 0 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 2957.54
Current children cumulated vsize (KiB) 547464

[startup+822.311 s]
/proc/loadavg: 5.20 5.06 4.94 7/101 13510
/proc/meminfo: memFree=3005632/3368532 swapFree=1952996/1959888
[pid=11051] ppid=11049 vsize=547464 CPUtime=3190.31
/proc/11051/stat : 11051 (gnovelty+) R 11049 11051 8948 0 -1 4202496 20277 0 0 0 314081 4950 0 0 15 0 4 0 1098384662 560603136 20233 4294967295 134512640 135680988 3215211920 3215211164 134957681 0 0 0 0 4294967295 0 0 17 1 0 0 0
/proc/11051/statm: 136866 20233 103 286 0 136578 0
[pid=11051/tid=11053] ppid=11049 vsize=547464 CPUtime=798.27
/proc/11051/task/11053/stat : 11053 (gnovelty+) R 11049 11051 8948 0 -1 4202560 72 0 0 0 78614 1213 0 0 15 0 4 0 1098384674 560603136 20233 4294967295 134512640 135680988 3215211920 3077013852 134957681 0 0 0 0 0 0 0 -1 0 0 0 0
[pid=11051/tid=11054] ppid=11049 vsize=547464 CPUtime=797.65
/proc/11051/task/11054/stat : 11054 (gnovelty+) R 11049 11051 8948 0 -1 4202560 73 0 0 0 78522 1243 0 0 15 0 4 0 1098384674 560603136 20233 4294967295 134512640 135680988 3215211920 3067621724 134957681 0 0 0 0 0 0 0 -1 3 0 0 0
[pid=11051/tid=11055] ppid=11049 vsize=547464 CPUtime=797.84
/proc/11051/task/11055/stat : 11055 (gnovelty+) R 11049 11051 8948 0 -1 4202560 75 0 0 0 78521 1263 0 0 15 0 4 0 1098384674 560603136 20233 4294967295 134512640 135680988 3215211920 3058229596 134957422 0 0 0 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 3190.31
Current children cumulated vsize (KiB) 547464

[startup+882.314 s]
/proc/loadavg: 5.25 5.11 4.96 6/101 13519
/proc/meminfo: memFree=3005728/3368532 swapFree=1952996/1959888
[pid=11051] ppid=11049 vsize=547464 CPUtime=3423.32
/proc/11051/stat : 11051 (gnovelty+) R 11049 11051 8948 0 -1 4202496 20277 0 0 0 337043 5289 0 0 15 0 4 0 1098384662 560603136 20233 4294967295 134512640 135680988 3215211920 3215211252 134533489 0 0 0 0 4294967295 0 0 17 2 0 0 0
/proc/11051/statm: 136866 20233 103 286 0 136578 0
[pid=11051/tid=11053] ppid=11049 vsize=547464 CPUtime=856.4
/proc/11051/task/11053/stat : 11053 (gnovelty+) R 11049 11051 8948 0 -1 4202560 72 0 0 0 84330 1310 0 0 15 0 4 0 1098384674 560603136 20233 4294967295 134512640 135680988 3215211920 3077013852 134957422 0 0 0 0 0 0 0 -1 0 0 0 0
[pid=11051/tid=11054] ppid=11049 vsize=547464 CPUtime=855.96
/proc/11051/task/11054/stat : 11054 (gnovelty+) R 11049 11051 8948 0 -1 4202560 73 0 0 0 84273 1323 0 0 15 0 4 0 1098384674 560603136 20233 4294967295 134512640 135680988 3215211920 3067621724 134957681 0 0 0 0 0 0 0 -1 1 0 0 0
[pid=11051/tid=11055] ppid=11049 vsize=547464 CPUtime=855.99
/proc/11051/task/11055/stat : 11055 (gnovelty+) R 11049 11051 8948 0 -1 4202560 75 0 0 0 84250 1349 0 0 16 0 4 0 1098384674 560603136 20233 4294967295 134512640 135680988 3215211920 3058229596 134957681 0 0 0 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3423.32
Current children cumulated vsize (KiB) 547464

[startup+942.326 s]
/proc/loadavg: 5.09 5.10 4.96 5/101 13705
/proc/meminfo: memFree=3005612/3368532 swapFree=1952996/1959888
[pid=11051] ppid=11049 vsize=547464 CPUtime=3656.26
/proc/11051/stat : 11051 (gnovelty+) R 11049 11051 8948 0 -1 4202496 20277 0 0 0 359968 5658 0 0 15 0 4 0 1098384662 560603136 20233 4294967295 134512640 135680988 3215211920 3215211164 134957681 0 0 0 0 4294967295 0 0 17 0 0 0 0
/proc/11051/statm: 136866 20233 103 286 0 136578 0
[pid=11051/tid=11053] ppid=11049 vsize=547464 CPUtime=914.71
/proc/11051/task/11053/stat : 11053 (gnovelty+) R 11049 11051 8948 0 -1 4202560 72 0 0 0 90070 1401 0 0 15 0 4 0 1098384674 560603136 20233 4294967295 134512640 135680988 3215211920 3077013852 134957681 0 0 0 0 0 0 0 -1 3 0 0 0
[pid=11051/tid=11054] ppid=11049 vsize=547464 CPUtime=914.18
/proc/11051/task/11054/stat : 11054 (gnovelty+) R 11049 11051 8948 0 -1 4202560 73 0 0 0 90005 1413 0 0 15 0 4 0 1098384674 560603136 20233 4294967295 134512640 135680988 3215211920 3067621724 134957681 0 0 0 0 0 0 0 -1 1 0 0 0
[pid=11051/tid=11055] ppid=11049 vsize=547464 CPUtime=914.06
/proc/11051/task/11055/stat : 11055 (gnovelty+) R 11049 11051 8948 0 -1 4202560 75 0 0 0 89966 1440 0 0 15 0 4 0 1098384674 560603136 20233 4294967295 134512640 135680988 3215211920 3058229596 134957422 0 0 0 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 3656.26
Current children cumulated vsize (KiB) 547464



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1000.02 s]
/proc/loadavg: 5.08 5.08 4.96 6/101 13892
/proc/meminfo: memFree=3005752/3368532 swapFree=1952996/1959888
[pid=11051] ppid=11049 vsize=547464 CPUtime=3879.68
/proc/11051/stat : 11051 (gnovelty+) R 11049 11051 8948 0 -1 4202496 20277 0 0 0 381949 6019 0 0 15 0 4 0 1098384662 560603136 20233 4294967295 134512640 135680988 3215211920 3215211164 134957681 0 0 0 0 4294967295 0 0 17 3 0 0 0
/proc/11051/statm: 136866 20233 103 286 0 136578 0
[pid=11051/tid=11053] ppid=11049 vsize=547464 CPUtime=970.76
/proc/11051/task/11053/stat : 11053 (gnovelty+) R 11049 11051 8948 0 -1 4202560 72 0 0 0 95584 1492 0 0 15 0 4 0 1098384674 560603136 20233 4294967295 134512640 135680988 3215211920 3077013852 134957681 0 0 0 0 0 0 0 -1 2 0 0 0
[pid=11051/tid=11054] ppid=11049 vsize=547464 CPUtime=970.11
/proc/11051/task/11054/stat : 11054 (gnovelty+) R 11049 11051 8948 0 -1 4202560 73 0 0 0 95506 1505 0 0 15 0 4 0 1098384674 560603136 20233 4294967295 134512640 135680988 3215211920 3067621724 134957422 0 0 0 0 0 0 0 -1 0 0 0 0
[pid=11051/tid=11055] ppid=11049 vsize=547464 CPUtime=970.09
/proc/11051/task/11055/stat : 11055 (gnovelty+) R 11049 11051 8948 0 -1 4202560 75 0 0 0 95484 1525 0 0 16 0 4 0 1098384674 560603136 20233 4294967295 134512640 135680988 3215211920 3058229596 134957681 0 0 0 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 3879.68
Current children cumulated vsize (KiB) 547464

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.07
CPU time (s): 3879.81
CPU user time (s): 3819.61
CPU system time (s): 60.2
CPU usage (%): 387.954
Max. virtual memory (cumulated for all children) (KiB): 547464

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3819.61
system time used= 60.2
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 20277
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= 993123
involuntary context switches= 43848

runsolver used 0.53 second user time and 0.63 second system time

The end

Launcher Data

Begin job on tipi45 at 2009-05-27 18:41:14
IDJOB=1777273
IDBENCH=70273
IDSOLVER=617
FILE ID=tipi45/1777273-1243442474
PBS_JOBID=
Free space on /tmp= 15501 MiB

SOLVER NAME= gNovelty+-T 2009-03-22 (4 threads)
BENCH NAME= SAT09/RANDOM/LARGE/7SAT/UNKNOWN/160/unif-k7-r85-v160-c13600-S327274323-044.cnf
COMMAND LINE= HOME/gnovelty+ BENCHNAME RANDOMSEED MAXNBTHREAD
RUNSOLVER COMMAND LINE= runsolver --timestamp  -w /tmp/evaluation-result-1777273-1243442474/watcher-1777273-1243442474 -o /tmp/evaluation-result-1777273-1243442474/solver-1777273-1243442474 -C 5000 -W 1000 -M 2047  HOME/gnovelty+ HOME/instance-1777273-1243442474.cnf 1427631114 4

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

MD5SUM BENCH= 828620c36787edb17d919cfe2c324682
RANDOM SEED= 1427631114

Linux tipi45 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.081
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.081
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.081
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.081
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:       3087140 kB
Buffers:        123128 kB
Cached:          52436 kB
SwapCached:       2100 kB
Active:          64296 kB
Inactive:       120632 kB
HighTotal:     2489216 kB
HighFree:      2424560 kB
LowTotal:       879316 kB
LowFree:        662580 kB
SwapTotal:     1959888 kB
SwapFree:      1952996 kB
Dirty:            1816 kB
Writeback:           0 kB
AnonPages:        8200 kB
Mapped:           3080 kB
Slab:            84528 kB
SReclaimable:    73664 kB
SUnreclaim:      10864 kB
PageTables:        480 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   3644152 kB
Committed_AS:    89408 kB
VmallocTotal:   114680 kB
VmallocUsed:     17900 kB
VmallocChunk:    96244 kB

Free space on /tmp at the end= 15501 MiB
End job on tipi45 at 2009-05-27 18:57:56