Trace number 1737924

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-H 2009-03-22? (TO) 1200.41 666.534

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

129.94/130.09	c +------------------------------+
129.94/130.09	c | gNovelty+, version 2.0       |
129.94/130.09	c +------------------------------+
129.94/130.09	c gnovelty+ -h for help
129.94/130.09	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-1737924-1240833956/watcher-1737924-1240833956 -o /tmp/evaluation-result-1737924-1240833956/solver-1737924-1240833956 -C 1200 -W 1800 -M 1800 --output-limit 1,15 HOME/gnovelty+ HOME/instance-1737924-1240833956.cnf 295011976 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.92 1.00 0.93 3/64 1519
/proc/meminfo: memFree=1765248/2055920 swapFree=4181276/4192956
[pid=1519] ppid=1517 vsize=63096 CPUtime=0
/proc/1519/stat : 1519 (gnovelty+) R 1517 1519 1418 0 -1 4194304 380 0 0 0 0 0 0 0 18 0 1 0 111423496 64610304 365 1992294400 134512640 135730148 4294956192 18446744073709551615 135154465 0 0 4096 0 0 0 0 17 1 0 0
/proc/1519/statm: 15774 374 98 297 0 15474 0

[startup+0.084931 s]
/proc/loadavg: 0.92 1.00 0.93 3/64 1519
/proc/meminfo: memFree=1765248/2055920 swapFree=4181276/4192956
[pid=1519] ppid=1517 vsize=64664 CPUtime=0.07
/proc/1519/stat : 1519 (gnovelty+) R 1517 1519 1418 0 -1 4194304 868 0 0 0 7 0 0 0 18 0 1 0 111423496 66215936 755 1992294400 134512640 135730148 4294956192 18446744073709551615 134550640 0 0 4096 0 0 0 0 17 1 0 0
/proc/1519/statm: 16166 755 102 297 0 15866 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 64664

[startup+0.101931 s]
/proc/loadavg: 0.92 1.00 0.93 3/64 1519
/proc/meminfo: memFree=1765248/2055920 swapFree=4181276/4192956
[pid=1519] ppid=1517 vsize=64664 CPUtime=0.09
/proc/1519/stat : 1519 (gnovelty+) R 1517 1519 1418 0 -1 4194304 919 0 0 0 9 0 0 0 18 0 1 0 111423496 66215936 806 1992294400 134512640 135730148 4294956192 18446744073709551615 134616494 0 0 4096 0 0 0 0 17 1 0 0
/proc/1519/statm: 16166 806 102 297 0 15866 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 64664

[startup+0.301952 s]
/proc/loadavg: 0.92 1.00 0.93 3/64 1519
/proc/meminfo: memFree=1765248/2055920 swapFree=4181276/4192956
[pid=1519] ppid=1517 vsize=67148 CPUtime=0.29
/proc/1519/stat : 1519 (gnovelty+) R 1517 1519 1418 0 -1 4194304 1525 0 0 0 29 0 0 0 19 0 1 0 111423496 68759552 1412 1992294400 134512640 135730148 4294956192 18446744073709551615 134550712 0 0 4096 0 0 0 0 17 1 0 0
/proc/1519/statm: 16787 1412 102 297 0 16487 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 67148

[startup+0.701994 s]
/proc/loadavg: 0.92 1.00 0.93 3/64 1519
/proc/meminfo: memFree=1765248/2055920 swapFree=4181276/4192956
[pid=1519] ppid=1517 vsize=70944 CPUtime=0.69
/proc/1519/stat : 1519 (gnovelty+) R 1517 1519 1418 0 -1 4194304 2933 0 0 0 67 2 0 0 22 0 1 0 111423496 72646656 2820 1992294400 134512640 135730148 4294956192 18446744073709551615 135138454 0 0 4096 0 0 0 0 17 1 0 0
/proc/1519/statm: 17736 2820 102 297 0 17436 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 70944

[startup+1.50108 s]
/proc/loadavg: 0.92 1.00 0.93 2/65 1520
/proc/meminfo: memFree=1733752/2055920 swapFree=4181276/4192956
[pid=1519] ppid=1517 vsize=331592 CPUtime=1.49
/proc/1519/stat : 1519 (gnovelty+) R 1517 1519 1418 0 -1 4194304 68486 0 0 0 122 27 0 0 25 0 1 0 111423496 339550208 68372 1992294400 134512640 135730148 4294956192 18446744073709551615 135138375 0 0 4096 0 0 0 0 17 1 0 0
/proc/1519/statm: 82898 68378 103 297 0 82598 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 331592

[startup+3.10125 s]
/proc/loadavg: 0.92 1.00 0.93 2/65 1520
/proc/meminfo: memFree=1233656/2055920 swapFree=4181276/4192956
[pid=1519] ppid=1517 vsize=984172 CPUtime=3.09
/proc/1519/stat : 1519 (gnovelty+) R 1517 1519 1418 0 -1 4194304 231562 0 0 0 219 90 0 0 25 0 1 0 111423496 1007792128 231448 1992294400 134512640 135730148 4294956192 18446744073709551615 134561292 0 0 4096 0 0 0 0 17 1 0 0
/proc/1519/statm: 246043 231448 104 297 0 245743 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 984172

[startup+6.3016 s]
/proc/loadavg: 0.93 1.00 0.93 2/65 1520
/proc/meminfo: memFree=306808/2055920 swapFree=4181276/4192956
[pid=1519] ppid=1517 vsize=1546868 CPUtime=6.29
/proc/1519/stat : 1519 (gnovelty+) R 1517 1519 1418 0 -1 4194304 372198 0 0 0 481 148 0 0 25 0 1 0 111423496 1583992832 372084 1992294400 134512640 135730148 4294956192 18446744073709551615 134567281 0 0 4096 0 0 0 0 17 1 0 0
/proc/1519/statm: 386717 372084 104 297 0 386417 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 1546868

[startup+12.7013 s]
/proc/loadavg: 0.93 1.00 0.93 2/65 1520
/proc/meminfo: memFree=274168/2055920 swapFree=4181276/4192956
[pid=1519] ppid=1517 vsize=1546868 CPUtime=12.69
/proc/1519/stat : 1519 (gnovelty+) R 1517 1519 1418 0 -1 4194304 372198 0 0 0 1121 148 0 0 25 0 1 0 111423496 1583992832 372084 1992294400 134512640 135730148 4294956192 18446744073709551615 134566601 0 0 4096 0 0 0 0 17 1 0 0
/proc/1519/statm: 386717 372084 104 297 0 386417 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 1546868

[startup+25.5017 s]
/proc/loadavg: 0.95 1.00 0.93 2/65 1520
/proc/meminfo: memFree=271544/2055920 swapFree=4181276/4192956
[pid=1519] ppid=1517 vsize=1547764 CPUtime=25.48
/proc/1519/stat : 1519 (gnovelty+) R 1517 1519 1418 0 -1 4194304 372872 0 0 0 2400 148 0 0 25 0 1 0 111423496 1584910336 372758 1992294400 134512640 135730148 4294956192 18446744073709551615 134537839 0 0 4096 0 0 0 0 17 1 0 0
/proc/1519/statm: 386941 372758 108 297 0 386641 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 1547764

[startup+51.1014 s]
/proc/loadavg: 0.96 1.00 0.93 2/65 1520
/proc/meminfo: memFree=271608/2055920 swapFree=4181276/4192956
[pid=1519] ppid=1517 vsize=1547764 CPUtime=51.06
/proc/1519/stat : 1519 (gnovelty+) R 1517 1519 1418 0 -1 4194304 372872 0 0 0 4958 148 0 0 25 0 1 0 111423496 1584910336 372758 1992294400 134512640 135730148 4294956192 18446744073709551615 134546706 0 0 4096 0 0 0 0 17 1 0 0
/proc/1519/statm: 386941 372758 108 297 0 386641 0
Current children cumulated CPU time (s) 51.06
Current children cumulated vsize (KiB) 1547764

[startup+102.306 s]
/proc/loadavg: 0.98 1.00 0.93 2/65 1520
/proc/meminfo: memFree=271608/2055920 swapFree=4181276/4192956
[pid=1519] ppid=1517 vsize=1547764 CPUtime=102.26
/proc/1519/stat : 1519 (gnovelty+) R 1517 1519 1418 0 -1 4194304 372872 0 0 0 10077 149 0 0 25 0 1 0 111423496 1584910336 372758 1992294400 134512640 135730148 4294956192 18446744073709551615 134546624 0 0 4096 0 0 0 0 17 1 0 0
/proc/1519/statm: 386941 372758 108 297 0 386641 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 1547764

[startup+162.302 s]
/proc/loadavg: 1.39 1.09 0.96 3/66 1521
/proc/meminfo: memFree=248624/2055920 swapFree=4181276/4192956
[pid=1519] ppid=1517 vsize=1588648 CPUtime=194.31
/proc/1519/stat : 1519 (gnovelty+) R 1517 1519 1418 0 -1 4194304 378746 0 0 0 19278 153 0 0 25 0 2 0 111423496 1626775552 378473 1992294400 134512640 135730148 4294956192 18446744073709551615 134518015 0 0 4096 0 18446744073709551615 0 0 17 1 0 0
/proc/1519/statm: 397162 378473 111 297 0 396862 0
[pid=1519/tid=1521] ppid=1517 vsize=1588648 CPUtime=32.07
/proc/1519/task/1521/stat : 1521 (gnovelty+) R 1517 1519 1418 0 -1 4194368 1849 0 0 0 3206 1 0 0 25 0 2 0 111436506 1626775552 378473 1992294400 134512640 135730148 4294956192 18446744073709551615 134527861 0 0 4096 0 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 194.31
Current children cumulated vsize (KiB) 1588648

[startup+222.302 s]
/proc/loadavg: 1.77 1.26 1.02 3/66 1521
/proc/meminfo: memFree=248624/2055920 swapFree=4181276/4192956
[pid=1519] ppid=1517 vsize=1588648 CPUtime=314.05
/proc/1519/stat : 1519 (gnovelty+) R 1517 1519 1418 0 -1 4194304 378749 0 0 0 31252 153 0 0 25 0 2 0 111423496 1626775552 378476 1992294400 134512640 135730148 4294956192 18446744073709551615 134527845 0 0 4096 0 18446744073709551615 0 0 17 1 0 0
/proc/1519/statm: 397162 378476 111 297 0 396862 0
[pid=1519/tid=1521] ppid=1517 vsize=1588648 CPUtime=91.83
/proc/1519/task/1521/stat : 1521 (gnovelty+) R 1517 1519 1418 0 -1 4194368 1850 0 0 0 9182 1 0 0 25 0 2 0 111436506 1626775552 378476 1992294400 134512640 135730148 4294956192 18446744073709551615 134527819 0 0 4096 0 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 314.05
Current children cumulated vsize (KiB) 1588648

[startup+282.301 s]
/proc/loadavg: 1.91 1.39 1.08 3/66 1521
/proc/meminfo: memFree=248560/2055920 swapFree=4181276/4192956
[pid=1519] ppid=1517 vsize=1588648 CPUtime=433.8
/proc/1519/stat : 1519 (gnovelty+) R 1517 1519 1418 0 -1 4194304 378760 0 0 0 43227 153 0 0 25 0 2 0 111423496 1626775552 378487 1992294400 134512640 135730148 4294956192 18446744073709551615 134527849 0 0 4096 0 18446744073709551615 0 0 17 1 0 0
/proc/1519/statm: 397162 378487 111 297 0 396862 0
[pid=1519/tid=1521] ppid=1517 vsize=1588648 CPUtime=151.59
/proc/1519/task/1521/stat : 1521 (gnovelty+) R 1517 1519 1418 0 -1 4194368 1855 0 0 0 15158 1 0 0 25 0 2 0 111436506 1626775552 378487 1992294400 134512640 135730148 4294956192 18446744073709551615 134527855 0 0 4096 0 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 433.8
Current children cumulated vsize (KiB) 1588648

[startup+342.302 s]
/proc/loadavg: 1.97 1.50 1.14 3/66 1521
/proc/meminfo: memFree=248496/2055920 swapFree=4181276/4192956
[pid=1519] ppid=1517 vsize=1588648 CPUtime=553.54
/proc/1519/stat : 1519 (gnovelty+) R 1517 1519 1418 0 -1 4194304 378762 0 0 0 55201 153 0 0 25 0 2 0 111423496 1626775552 378489 1992294400 134512640 135730148 4294956192 18446744073709551615 134527842 0 0 4096 0 18446744073709551615 0 0 17 1 0 0
/proc/1519/statm: 397162 378489 111 297 0 396862 0
[pid=1519/tid=1521] ppid=1517 vsize=1588648 CPUtime=211.35
/proc/1519/task/1521/stat : 1521 (gnovelty+) R 1517 1519 1418 0 -1 4194368 1855 0 0 0 21134 1 0 0 25 0 2 0 111436506 1626775552 378489 1992294400 134512640 135730148 4294956192 18446744073709551615 134527559 0 0 4096 0 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 553.54
Current children cumulated vsize (KiB) 1588648

[startup+402.301 s]
/proc/loadavg: 1.99 1.59 1.19 3/66 1521
/proc/meminfo: memFree=248432/2055920 swapFree=4181276/4192956
[pid=1519] ppid=1517 vsize=1588648 CPUtime=673.29
/proc/1519/stat : 1519 (gnovelty+) R 1517 1519 1418 0 -1 4194304 378773 0 0 0 67175 154 0 0 25 0 2 0 111423496 1626775552 378500 1992294400 134512640 135730148 4294956192 18446744073709551615 134527863 0 0 4096 0 18446744073709551615 0 0 17 1 0 0
/proc/1519/statm: 397162 378500 111 297 0 396862 0
[pid=1519/tid=1521] ppid=1517 vsize=1588648 CPUtime=271.11
/proc/1519/task/1521/stat : 1521 (gnovelty+) R 1517 1519 1418 0 -1 4194368 1855 0 0 0 27110 1 0 0 25 0 2 0 111436506 1626775552 378500 1992294400 134512640 135730148 4294956192 18446744073709551615 134527838 0 0 4096 0 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 673.29
Current children cumulated vsize (KiB) 1588648

[startup+462.302 s]
/proc/loadavg: 1.99 1.66 1.24 3/66 1521
/proc/meminfo: memFree=248432/2055920 swapFree=4181276/4192956
[pid=1519] ppid=1517 vsize=1588648 CPUtime=793.03
/proc/1519/stat : 1519 (gnovelty+) R 1517 1519 1418 0 -1 4194304 378773 0 0 0 79149 154 0 0 25 0 2 0 111423496 1626775552 378500 1992294400 134512640 135730148 4294956192 18446744073709551615 134527821 0 0 4096 0 18446744073709551615 0 0 17 1 0 0
/proc/1519/statm: 397162 378500 111 297 0 396862 0
[pid=1519/tid=1521] ppid=1517 vsize=1588648 CPUtime=330.87
/proc/1519/task/1521/stat : 1521 (gnovelty+) R 1517 1519 1418 0 -1 4194368 1855 0 0 0 33086 1 0 0 25 0 2 0 111436506 1626775552 378500 1992294400 134512640 135730148 4294956192 18446744073709551615 134527829 0 0 4096 0 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 793.03
Current children cumulated vsize (KiB) 1588648

[startup+522.302 s]
/proc/loadavg: 1.99 1.72 1.28 3/66 1521
/proc/meminfo: memFree=248368/2055920 swapFree=4181276/4192956
[pid=1519] ppid=1517 vsize=1588648 CPUtime=912.78
/proc/1519/stat : 1519 (gnovelty+) R 1517 1519 1418 0 -1 4194304 378773 0 0 0 91124 154 0 0 25 0 2 0 111423496 1626775552 378500 1992294400 134512640 135730148 4294956192 18446744073709551615 134527863 0 0 4096 0 18446744073709551615 0 0 17 1 0 0
/proc/1519/statm: 397162 378500 111 297 0 396862 0
[pid=1519/tid=1521] ppid=1517 vsize=1588648 CPUtime=390.63
/proc/1519/task/1521/stat : 1521 (gnovelty+) R 1517 1519 1418 0 -1 4194368 1855 0 0 0 39062 1 0 0 25 0 2 0 111436506 1626775552 378500 1992294400 134512640 135730148 4294956192 18446744073709551615 134527858 0 0 4096 0 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 912.78
Current children cumulated vsize (KiB) 1588648

[startup+582.301 s]
/proc/loadavg: 1.99 1.77 1.32 3/66 1521
/proc/meminfo: memFree=248368/2055920 swapFree=4181276/4192956
[pid=1519] ppid=1517 vsize=1588648 CPUtime=1032.52
/proc/1519/stat : 1519 (gnovelty+) R 1517 1519 1418 0 -1 4194304 378773 0 0 0 103098 154 0 0 25 0 2 0 111423496 1626775552 378500 1992294400 134512640 135730148 4294956192 18446744073709551615 134527849 0 0 4096 0 18446744073709551615 0 0 17 1 0 0
/proc/1519/statm: 397162 378500 111 297 0 396862 0
[pid=1519/tid=1521] ppid=1517 vsize=1588648 CPUtime=450.4
/proc/1519/task/1521/stat : 1521 (gnovelty+) R 1517 1519 1418 0 -1 4194368 1855 0 0 0 45038 2 0 0 25 0 2 0 111436506 1626775552 378500 1992294400 134512640 135730148 4294956192 18446744073709551615 134527606 0 0 4096 0 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1032.52
Current children cumulated vsize (KiB) 1588648

[startup+642.302 s]
/proc/loadavg: 1.99 1.81 1.36 3/66 1521
/proc/meminfo: memFree=248304/2055920 swapFree=4181276/4192956
[pid=1519] ppid=1517 vsize=1588648 CPUtime=1152.27
/proc/1519/stat : 1519 (gnovelty+) R 1517 1519 1418 0 -1 4194304 378789 0 0 0 115073 154 0 0 25 0 2 0 111423496 1626775552 378516 1992294400 134512640 135730148 4294956192 18446744073709551615 134527821 0 0 4096 0 18446744073709551615 0 0 17 1 0 0
/proc/1519/statm: 397162 378516 111 297 0 396862 0
[pid=1519/tid=1521] ppid=1517 vsize=1588648 CPUtime=510.17
/proc/1519/task/1521/stat : 1521 (gnovelty+) R 1517 1519 1418 0 -1 4194368 1871 0 0 0 51015 2 0 0 25 0 2 0 111436506 1626775552 378516 1992294400 134512640 135730148 4294956192 18446744073709551615 134529826 0 0 4096 0 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1152.27
Current children cumulated vsize (KiB) 1588648



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+666.302 s]
/proc/loadavg: 1.99 1.82 1.38 3/66 1521
/proc/meminfo: memFree=248304/2055920 swapFree=4181276/4192956
[pid=1519] ppid=1517 vsize=1588648 CPUtime=1200.17
/proc/1519/stat : 1519 (gnovelty+) R 1517 1519 1418 0 -1 4194304 378789 0 0 0 119863 154 0 0 25 0 2 0 111423496 1626775552 378516 1992294400 134512640 135730148 4294956192 18446744073709551615 134527845 0 0 4096 0 18446744073709551615 0 0 17 1 0 0
/proc/1519/statm: 397162 378516 111 297 0 396862 0
[pid=1519/tid=1521] ppid=1517 vsize=1588648 CPUtime=534.07
/proc/1519/task/1521/stat : 1521 (gnovelty+) R 1517 1519 1418 0 -1 4194368 1871 0 0 0 53405 2 0 0 25 0 2 0 111436506 1626775552 378516 1992294400 134512640 135730148 4294956192 18446744073709551615 134527863 0 0 4096 0 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1200.17
Current children cumulated vsize (KiB) 1588648

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

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

[startup+666.413 s]
/proc/loadavg: 1.99 1.82 1.38 3/66 1521
/proc/meminfo: memFree=248304/2055920 swapFree=4181276/4192956
[pid=1519] ppid=1517 vsize=0 CPUtime=1200.28
/proc/1519/stat : 1519 (gnovelty+) Z 1517 1519 1418 0 -1 4195340 378789 0 0 0 119864 164 0 0 25 0 2 0 111423496 0 0 1992294400 0 0 0 0 0 0 0 4096 0 18446744073709551615 0 0 17 1 0 0
/proc/1519/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1200.28
Current children cumulated vsize (KiB) 0

[startup+666.502 s]
/proc/loadavg: 1.99 1.82 1.38 2/67 1522
/proc/meminfo: memFree=1571944/2055920 swapFree=4181276/4192956
[pid=1519] ppid=1517 vsize=0 CPUtime=1200.37
/proc/1519/stat : 1519 (gnovelty+) Z 1517 1519 1418 0 -1 4195340 378789 0 0 0 119864 173 0 0 25 0 2 0 111423496 0 0 1992294400 0 0 0 0 0 0 0 4096 0 18446744073709551615 0 0 17 1 0 0
/proc/1519/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): 666.534
CPU time (s): 1200.41
CPU user time (s): 1198.65
CPU system time (s): 1.76373
CPU usage (%): 180.098
Max. virtual memory (cumulated for all children) (KiB): 1588648

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1198.65
system time used= 1.76373
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 378789
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= 4
involuntary context switches= 8373

runsolver used 0.634903 second user time and 1.74273 second system time

The end

Launcher Data

Begin job on node47 at 2009-04-27 14:05:57
IDJOB=1737924
IDBENCH=71797
IDSOLVER=551
FILE ID=node47/1737924-1240833956
PBS_JOBID= 9187541
Free space on /tmp= 66280 MiB

SOLVER NAME= gNovelty+-V.2-T-H 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-1737924-1240833956/watcher-1737924-1240833956 -o /tmp/evaluation-result-1737924-1240833956/solver-1737924-1240833956 -C 1200 -W 1800 -M 1800 --output-limit 1,15  HOME/gnovelty+ HOME/instance-1737924-1240833956.cnf 295011976 2

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

MD5SUM BENCH= 17405d60322fbbfc84267e396be14b66
RANDOM SEED=295011976

node47.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.212
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	: 5914.62
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.212
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:       1765728 kB
Buffers:         37764 kB
Cached:         171016 kB
SwapCached:       5488 kB
Active:          56536 kB
Inactive:       160128 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1765728 kB
SwapTotal:     4192956 kB
SwapFree:      4181276 kB
Dirty:           11628 kB
Writeback:           0 kB
Mapped:          13524 kB
Slab:            59464 kB
Committed_AS:   478112 kB
PageTables:       1444 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= 66280 MiB
End job on node47 at 2009-04-27 14:17:05