Trace number 1737925

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+-V.2-T 2009-03-22? (TO) 1200.43 662.842

General information on the benchmark

NameCRAFTED/parity-games/
instance_n9_i9_pp_ci_ce.cnf
MD5SUM17405d60322fbbfc84267e396be14b66
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark145.595
Satisfiable
(Un)Satisfiability was proved
Number of variables33867
Number of clauses457280
Sum of the clauses size1516932
Maximum clause length72
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 272774
Number of clauses of size 3228663
Number of clauses of size 4122769
Number of clauses of size 525920
Number of clauses of size over 57154

Solver Data

122.50/122.60	c +------------------------------+
122.50/122.60	c | gNovelty+, version 2.0       |
122.50/122.60	c +------------------------------+
122.50/122.60	c gnovelty+ -h for help
122.50/122.60	c 

Verifier Data

ERROR: Unexpected answer ! (SATISFIABLE/UNSATISFIABLE expected)
Got answer: <no 's ' line found>

Watcher Data

runsolver version 3.2.9 (svn:492) (c) roussel@cril.univ-artois.fr

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-1737925-1240833957/watcher-1737925-1240833957 -o /tmp/evaluation-result-1737925-1240833957/solver-1737925-1240833957 -C 1200 -W 1800 -M 1800 --output-limit 1,15 HOME/gnovelty+ HOME/instance-1737925-1240833957.cnf 1592434950 2 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1200 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1230 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 1843200 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 1894400 KiB
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 0.91 0.95 0.90 3/64 31936
/proc/meminfo: memFree=1523704/2055920 swapFree=4192812/4192956
[pid=31936] ppid=31934 vsize=63092 CPUtime=0
/proc/31936/stat : 31936 (gnovelty+) R 31934 31936 31835 0 -1 4194304 414 0 0 0 0 0 0 0 18 0 1 0 111428959 64606208 367 1992294400 134512640 135728688 4294956192 18446744073709551615 135136966 0 0 4096 0 0 0 0 17 0 0 0
/proc/31936/statm: 15773 368 97 296 0 15474 0

[startup+0.100592 s]
/proc/loadavg: 0.91 0.95 0.90 3/64 31936
/proc/meminfo: memFree=1523704/2055920 swapFree=4192812/4192956
[pid=31936] ppid=31934 vsize=65444 CPUtime=0.09
/proc/31936/stat : 31936 (gnovelty+) R 31934 31936 31835 0 -1 4194304 943 0 0 0 9 0 0 0 18 0 1 0 111428959 67014656 830 1992294400 134512640 135728688 4294956192 18446744073709551615 135259233 0 0 4096 0 0 0 0 17 0 0 0
/proc/31936/statm: 16361 830 100 296 0 16062 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 65444

[startup+0.201601 s]
/proc/loadavg: 0.91 0.95 0.90 3/64 31936
/proc/meminfo: memFree=1523704/2055920 swapFree=4192812/4192956
[pid=31936] ppid=31934 vsize=66228 CPUtime=0.19
/proc/31936/stat : 31936 (gnovelty+) R 31934 31936 31835 0 -1 4194304 1276 0 0 0 19 0 0 0 18 0 1 0 111428959 67817472 1163 1992294400 134512640 135728688 4294956192 18446744073709551615 134549589 0 0 4096 0 0 0 0 17 0 0 0
/proc/31936/statm: 16557 1163 100 296 0 16258 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 66228

[startup+0.301614 s]
/proc/loadavg: 0.91 0.95 0.90 3/64 31936
/proc/meminfo: memFree=1523704/2055920 swapFree=4192812/4192956
[pid=31936] ppid=31934 vsize=67144 CPUtime=0.29
/proc/31936/stat : 31936 (gnovelty+) R 31934 31936 31835 0 -1 4194304 1607 0 0 0 29 0 0 0 19 0 1 0 111428959 68755456 1494 1992294400 134512640 135728688 4294956192 18446744073709551615 135153040 0 0 4096 0 0 0 0 17 0 0 0
/proc/31936/statm: 16786 1494 100 296 0 16487 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 67144

[startup+0.701659 s]
/proc/loadavg: 0.91 0.95 0.90 3/64 31936
/proc/meminfo: memFree=1523704/2055920 swapFree=4192812/4192956
[pid=31936] ppid=31934 vsize=71724 CPUtime=0.69
/proc/31936/stat : 31936 (gnovelty+) R 31934 31936 31835 0 -1 4194304 3157 0 0 0 67 2 0 0 23 0 1 0 111428959 73445376 3044 1992294400 134512640 135728688 4294956192 18446744073709551615 134548953 0 0 4096 0 0 0 0 17 0 0 0
/proc/31936/statm: 17931 3044 100 296 0 17632 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 71724

[startup+1.50175 s]
/proc/loadavg: 0.91 0.95 0.90 2/65 31937
/proc/meminfo: memFree=1404784/2055920 swapFree=4192812/4192956
[pid=31936] ppid=31934 vsize=398432 CPUtime=1.49
/proc/31936/stat : 31936 (gnovelty+) R 31934 31936 31835 0 -1 4194304 85184 0 0 0 116 33 0 0 25 0 1 0 111428959 407994368 85070 1992294400 134512640 135728688 4294956192 18446744073709551615 135136966 0 0 4096 0 0 0 0 17 0 0 0
/proc/31936/statm: 99608 85077 103 296 0 99309 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 398432

[startup+3.10295 s]
/proc/loadavg: 0.91 0.95 0.90 2/65 31937
/proc/meminfo: memFree=909488/2055920 swapFree=4192812/4192956
[pid=31936] ppid=31934 vsize=984168 CPUtime=3.09
/proc/31936/stat : 31936 (gnovelty+) R 31934 31936 31835 0 -1 4194304 231562 0 0 0 219 90 0 0 25 0 1 0 111428959 1007788032 231448 1992294400 134512640 135728688 4294956192 18446744073709551615 134562438 0 0 4096 0 0 0 0 17 1 0 0
/proc/31936/statm: 246042 231448 103 296 0 245743 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 984168

[startup+6.3013 s]
/proc/loadavg: 0.92 0.95 0.90 2/65 31937
/proc/meminfo: memFree=32752/2055920 swapFree=4192812/4192956
[pid=31936] ppid=31934 vsize=1546864 CPUtime=6.28
/proc/31936/stat : 31936 (gnovelty+) R 31934 31936 31835 0 -1 4194304 372198 0 0 0 482 146 0 0 25 0 1 0 111428959 1583988736 372084 1992294400 134512640 135728688 4294956192 18446744073709551615 134568619 0 0 4096 0 0 0 0 17 0 0 0
/proc/31936/statm: 386716 372084 103 296 0 386417 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 1546864

[startup+12.701 s]
/proc/loadavg: 0.93 0.95 0.90 2/65 31937
/proc/meminfo: memFree=32624/2055920 swapFree=4192812/4192956
[pid=31936] ppid=31934 vsize=1546864 CPUtime=12.68
/proc/31936/stat : 31936 (gnovelty+) R 31934 31936 31835 0 -1 4194304 372198 0 0 0 1122 146 0 0 25 0 1 0 111428959 1583988736 372084 1992294400 134512640 135728688 4294956192 18446744073709551615 134568741 0 0 4096 0 0 0 0 17 0 0 0
/proc/31936/statm: 386716 372084 103 296 0 386417 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 1546864

[startup+25.5015 s]
/proc/loadavg: 0.94 0.96 0.91 2/65 31937
/proc/meminfo: memFree=30192/2055920 swapFree=4192812/4192956
[pid=31936] ppid=31934 vsize=1547760 CPUtime=25.47
/proc/31936/stat : 31936 (gnovelty+) R 31934 31936 31835 0 -1 4194304 372871 0 0 0 2401 146 0 0 25 0 1 0 111428959 1584906240 372757 1992294400 134512640 135728688 4294956192 18446744073709551615 134536785 0 0 4096 0 0 0 0 17 0 0 0
/proc/31936/statm: 386940 372757 106 296 0 386641 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 1547760

[startup+51.1015 s]
/proc/loadavg: 0.96 0.96 0.91 2/65 31937
/proc/meminfo: memFree=30128/2055920 swapFree=4192812/4192956
[pid=31936] ppid=31934 vsize=1547760 CPUtime=51.04
/proc/31936/stat : 31936 (gnovelty+) R 31934 31936 31835 0 -1 4194304 372872 0 0 0 4958 146 0 0 25 0 1 0 111428959 1584906240 372758 1992294400 134512640 135728688 4294956192 18446744073709551615 134545600 0 0 4096 0 0 0 0 17 0 0 0
/proc/31936/statm: 386940 372758 107 296 0 386641 0
Current children cumulated CPU time (s) 51.04
Current children cumulated vsize (KiB) 1547760

[startup+102.301 s]
/proc/loadavg: 0.98 0.96 0.91 2/65 31937
/proc/meminfo: memFree=30000/2055920 swapFree=4192812/4192956
[pid=31936] ppid=31934 vsize=1547760 CPUtime=102.23
/proc/31936/stat : 31936 (gnovelty+) R 31934 31936 31835 0 -1 4194304 372872 0 0 0 10077 146 0 0 25 0 1 0 111428959 1584906240 372758 1992294400 134512640 135728688 4294956192 18446744073709551615 134545699 0 0 4096 0 0 0 0 17 0 0 0
/proc/31936/statm: 386940 372758 107 296 0 386641 0
Current children cumulated CPU time (s) 102.23
Current children cumulated vsize (KiB) 1547760

[startup+162.301 s]
/proc/loadavg: 1.48 1.09 0.95 3/66 31938
/proc/meminfo: memFree=14888/2055920 swapFree=4192812/4192956
[pid=31936] ppid=31934 vsize=1588448 CPUtime=201.71
/proc/31936/stat : 31936 (gnovelty+) R 31934 31936 31835 0 -1 4194304 378888 0 0 0 20022 149 0 0 25 0 2 0 111428959 1626570752 378662 1992294400 134512640 135728688 4294956192 18446744073709551615 134527624 0 0 4096 0 18446744073709551615 0 0 17 0 0 0
/proc/31936/statm: 397112 378662 109 296 0 396813 0
[pid=31936/tid=31938] ppid=31934 vsize=1588448 CPUtime=39.53
/proc/31936/task/31938/stat : 31938 (gnovelty+) R 31934 31936 31835 0 -1 4194368 2115 0 0 0 3952 1 0 0 25 0 2 0 111441220 1626570752 378662 1992294400 134512640 135728688 4294956192 18446744073709551615 134528516 0 0 4096 0 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 201.71
Current children cumulated vsize (KiB) 1588448

[startup+222.306 s]
/proc/loadavg: 1.81 1.26 1.02 3/66 31938
/proc/meminfo: memFree=14888/2055920 swapFree=4192812/4192956
[pid=31936] ppid=31934 vsize=1588448 CPUtime=321.47
/proc/31936/stat : 31936 (gnovelty+) R 31934 31936 31835 0 -1 4194304 378889 0 0 0 31998 149 0 0 25 0 2 0 111428959 1626570752 378663 1992294400 134512640 135728688 4294956192 18446744073709551615 134527669 0 0 4096 0 18446744073709551615 0 0 17 0 0 0
/proc/31936/statm: 397112 378663 109 296 0 396813 0
[pid=31936/tid=31938] ppid=31934 vsize=1588448 CPUtime=99.3
/proc/31936/task/31938/stat : 31938 (gnovelty+) R 31934 31936 31835 0 -1 4194368 2115 0 0 0 9929 1 0 0 25 0 2 0 111441220 1626570752 378663 1992294400 134512640 135728688 4294956192 18446744073709551615 134527632 0 0 4096 0 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 321.47
Current children cumulated vsize (KiB) 1588448

[startup+282.301 s]
/proc/loadavg: 1.93 1.39 1.07 3/66 31938
/proc/meminfo: memFree=14888/2055920 swapFree=4192812/4192956
[pid=31936] ppid=31934 vsize=1588448 CPUtime=441.2
/proc/31936/stat : 31936 (gnovelty+) R 31934 31936 31835 0 -1 4194304 378890 0 0 0 43971 149 0 0 25 0 2 0 111428959 1626570752 378664 1992294400 134512640 135728688 4294956192 18446744073709551615 134527661 0 0 4096 0 18446744073709551615 0 0 17 0 0 0
/proc/31936/statm: 397112 378664 109 296 0 396813 0
[pid=31936/tid=31938] ppid=31934 vsize=1588448 CPUtime=159.06
/proc/31936/task/31938/stat : 31938 (gnovelty+) R 31934 31936 31835 0 -1 4194368 2115 0 0 0 15905 1 0 0 25 0 2 0 111441220 1626570752 378664 1992294400 134512640 135728688 4294956192 18446744073709551615 134526633 0 0 4096 0 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 441.2
Current children cumulated vsize (KiB) 1588448

[startup+342.301 s]
/proc/loadavg: 1.97 1.50 1.13 3/66 31938
/proc/meminfo: memFree=14888/2055920 swapFree=4192812/4192956
[pid=31936] ppid=31934 vsize=1588448 CPUtime=560.94
/proc/31936/stat : 31936 (gnovelty+) R 31934 31936 31835 0 -1 4194304 378890 0 0 0 55945 149 0 0 25 0 2 0 111428959 1626570752 378664 1992294400 134512640 135728688 4294956192 18446744073709551615 134517099 0 0 4096 0 18446744073709551615 0 0 17 0 0 0
/proc/31936/statm: 397112 378664 109 296 0 396813 0
[pid=31936/tid=31938] ppid=31934 vsize=1588448 CPUtime=218.82
/proc/31936/task/31938/stat : 31938 (gnovelty+) R 31934 31936 31835 0 -1 4194368 2115 0 0 0 21881 1 0 0 25 0 2 0 111441220 1626570752 378664 1992294400 134512640 135728688 4294956192 18446744073709551615 134513892 0 0 4096 0 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 560.94
Current children cumulated vsize (KiB) 1588448

[startup+402.302 s]
/proc/loadavg: 1.99 1.59 1.18 3/66 31938
/proc/meminfo: memFree=14888/2055920 swapFree=4192812/4192956
[pid=31936] ppid=31934 vsize=1588448 CPUtime=680.69
/proc/31936/stat : 31936 (gnovelty+) R 31934 31936 31835 0 -1 4194304 378890 0 0 0 67920 149 0 0 25 0 2 0 111428959 1626570752 378664 1992294400 134512640 135728688 4294956192 18446744073709551615 134527624 0 0 4096 0 18446744073709551615 0 0 17 0 0 0
/proc/31936/statm: 397112 378664 109 296 0 396813 0
[pid=31936/tid=31938] ppid=31934 vsize=1588448 CPUtime=278.59
/proc/31936/task/31938/stat : 31938 (gnovelty+) R 31934 31936 31835 0 -1 4194368 2115 0 0 0 27858 1 0 0 25 0 2 0 111441220 1626570752 378664 1992294400 134512640 135728688 4294956192 18446744073709551615 134517099 0 0 4096 0 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 680.69
Current children cumulated vsize (KiB) 1588448

[startup+462.302 s]
/proc/loadavg: 1.99 1.66 1.23 3/66 31938
/proc/meminfo: memFree=14888/2055920 swapFree=4192812/4192956
[pid=31936] ppid=31934 vsize=1588448 CPUtime=800.43
/proc/31936/stat : 31936 (gnovelty+) R 31934 31936 31835 0 -1 4194304 378890 0 0 0 79894 149 0 0 25 0 2 0 111428959 1626570752 378664 1992294400 134512640 135728688 4294956192 18446744073709551615 134527634 0 0 4096 0 18446744073709551615 0 0 17 0 0 0
/proc/31936/statm: 397112 378664 109 296 0 396813 0
[pid=31936/tid=31938] ppid=31934 vsize=1588448 CPUtime=338.35
/proc/31936/task/31938/stat : 31938 (gnovelty+) R 31934 31936 31835 0 -1 4194368 2115 0 0 0 33834 1 0 0 25 0 2 0 111441220 1626570752 378664 1992294400 134512640 135728688 4294956192 18446744073709551615 134517846 0 0 4096 0 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 800.43
Current children cumulated vsize (KiB) 1588448

[startup+522.302 s]
/proc/loadavg: 1.99 1.72 1.28 3/66 31938
/proc/meminfo: memFree=14888/2055920 swapFree=4192812/4192956
[pid=31936] ppid=31934 vsize=1588448 CPUtime=920.17
/proc/31936/stat : 31936 (gnovelty+) R 31934 31936 31835 0 -1 4194304 378890 0 0 0 91868 149 0 0 25 0 2 0 111428959 1626570752 378664 1992294400 134512640 135728688 4294956192 18446744073709551615 134526687 0 0 4096 0 18446744073709551615 0 0 17 0 0 0
/proc/31936/statm: 397112 378664 109 296 0 396813 0
[pid=31936/tid=31938] ppid=31934 vsize=1588448 CPUtime=398.11
/proc/31936/task/31938/stat : 31938 (gnovelty+) R 31934 31936 31835 0 -1 4194368 2115 0 0 0 39810 1 0 0 25 0 2 0 111441220 1626570752 378664 1992294400 134512640 135728688 4294956192 18446744073709551615 134527664 0 0 4096 0 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 920.17
Current children cumulated vsize (KiB) 1588448

[startup+582.302 s]
/proc/loadavg: 1.99 1.77 1.32 3/66 31938
/proc/meminfo: memFree=14888/2055920 swapFree=4192812/4192956
[pid=31936] ppid=31934 vsize=1588448 CPUtime=1039.91
/proc/31936/stat : 31936 (gnovelty+) R 31934 31936 31835 0 -1 4194304 378890 0 0 0 103842 149 0 0 25 0 2 0 111428959 1626570752 378664 1992294400 134512640 135728688 4294956192 18446744073709551615 134527624 0 0 4096 0 18446744073709551615 0 0 17 0 0 0
/proc/31936/statm: 397112 378664 109 296 0 396813 0
[pid=31936/tid=31938] ppid=31934 vsize=1588448 CPUtime=457.87
/proc/31936/task/31938/stat : 31938 (gnovelty+) R 31934 31936 31835 0 -1 4194368 2115 0 0 0 45786 1 0 0 25 0 2 0 111441220 1626570752 378664 1992294400 134512640 135728688 4294956192 18446744073709551615 134527632 0 0 4096 0 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1039.91
Current children cumulated vsize (KiB) 1588448

[startup+642.302 s]
/proc/loadavg: 1.99 1.81 1.36 3/66 31938
/proc/meminfo: memFree=14824/2055920 swapFree=4192812/4192956
[pid=31936] ppid=31934 vsize=1588448 CPUtime=1159.67
/proc/31936/stat : 31936 (gnovelty+) R 31934 31936 31835 0 -1 4194304 378890 0 0 0 115817 150 0 0 25 0 2 0 111428959 1626570752 378664 1992294400 134512640 135728688 4294956192 18446744073709551615 134527655 0 0 4096 0 18446744073709551615 0 0 17 0 0 0
/proc/31936/statm: 397112 378664 109 296 0 396813 0
[pid=31936/tid=31938] ppid=31934 vsize=1588448 CPUtime=517.64
/proc/31936/task/31938/stat : 31938 (gnovelty+) R 31934 31936 31835 0 -1 4194368 2115 0 0 0 51763 1 0 0 25 0 2 0 111441220 1626570752 378664 1992294400 134512640 135728688 4294956192 18446744073709551615 134528509 0 0 4096 0 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1159.67
Current children cumulated vsize (KiB) 1588448



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+662.602 s]
/proc/loadavg: 1.99 1.82 1.37 3/66 31938
/proc/meminfo: memFree=16232/2055920 swapFree=4192812/4192956
[pid=31936] ppid=31934 vsize=1588448 CPUtime=1200.18
/proc/31936/stat : 31936 (gnovelty+) R 31934 31936 31835 0 -1 4194304 378890 0 0 0 119868 150 0 0 25 0 2 0 111428959 1626570752 378664 1992294400 134512640 135728688 4294956192 18446744073709551615 134528502 0 0 4096 0 18446744073709551615 0 0 17 0 0 0
/proc/31936/statm: 397112 378664 109 296 0 396813 0
[pid=31936/tid=31938] ppid=31934 vsize=1588448 CPUtime=537.86
/proc/31936/task/31938/stat : 31938 (gnovelty+) R 31934 31936 31835 0 -1 4194368 2115 0 0 0 53785 1 0 0 25 0 2 0 111441220 1626570752 378664 1992294400 134512640 135728688 4294956192 18446744073709551615 134527641 0 0 4096 0 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1200.18
Current children cumulated vsize (KiB) 1588448

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

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

[startup+662.714 s]
/proc/loadavg: 1.99 1.82 1.37 3/66 31938
/proc/meminfo: memFree=16232/2055920 swapFree=4192812/4192956
[pid=31936] ppid=31934 vsize=0 CPUtime=1200.29
/proc/31936/stat : 31936 (gnovelty+) Z 31934 31936 31835 0 -1 4195340 378890 0 0 0 119869 160 0 0 25 0 2 0 111428959 0 0 1992294400 0 0 0 0 0 0 0 4096 0 18446744073709551615 0 0 17 0 0 0
/proc/31936/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1200.29
Current children cumulated vsize (KiB) 0

[startup+662.802 s]
/proc/loadavg: 1.99 1.82 1.37 3/66 31938
/proc/meminfo: memFree=16232/2055920 swapFree=4192812/4192956
[pid=31936] ppid=31934 vsize=0 CPUtime=1200.37
/proc/31936/stat : 31936 (gnovelty+) Z 31934 31936 31835 0 -1 4195340 378890 0 0 0 119869 168 0 0 25 0 2 0 111428959 0 0 1992294400 0 0 0 0 0 0 0 4096 0 18446744073709551615 0 0 17 0 0 0
/proc/31936/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1200.37
Current children cumulated vsize (KiB) 0

Child ended because it received signal 15 (SIGTERM)
Real time (s): 662.842
CPU time (s): 1200.43
CPU user time (s): 1198.7
CPU system time (s): 1.72974
CPU usage (%): 181.103
Max. virtual memory (cumulated for all children) (KiB): 1588448

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1198.7
system time used= 1.72974
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 378890
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= 3
involuntary context switches= 8523

runsolver used 0.617906 second user time and 1.80272 second system time

The end

Launcher Data

Begin job on node20 at 2009-04-27 14:05:57
IDJOB=1737925
IDBENCH=71797
IDSOLVER=552
FILE ID=node20/1737925-1240833957
PBS_JOBID= 9187554
Free space on /tmp= 66240 MiB

SOLVER NAME= gNovelty+-V.2-T 2009-03-22
BENCH NAME= SAT09/CRAFTED/parity-games/instance_n9_i9_pp_ci_ce.cnf
COMMAND LINE= HOME/gnovelty+ BENCHNAME RANDOMSEED MAXNBTHREAD
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1737925-1240833957/watcher-1737925-1240833957 -o /tmp/evaluation-result-1737925-1240833957/solver-1737925-1240833957 -C 1200 -W 1800 -M 1800 --output-limit 1,15  HOME/gnovelty+ HOME/instance-1737925-1240833957.cnf 1592434950 2

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB
MAX NB THREAD= 2

MD5SUM BENCH= 17405d60322fbbfc84267e396be14b66
RANDOM SEED=1592434950

node20.alineos.net Linux 2.6.9-22.EL.rootsmp #1 SMP Mon Oct 3 08:59:52 CEST 2005

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.214
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
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 syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5931.00
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.214
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
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 syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5586.94
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1524120 kB
Buffers:         69060 kB
Cached:         375932 kB
SwapCached:          0 kB
Active:         146948 kB
Inactive:       311864 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1524120 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:           11624 kB
Writeback:           0 kB
Mapped:          23632 kB
Slab:            59012 kB
Committed_AS:   501940 kB
PageTables:       1396 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66240 MiB
End job on node20 at 2009-04-27 14:17:02