Trace number 1737923

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? (TO) 1200.17 602.532

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

1.99/2.10	c +------------------------------+
1.99/2.10	c | gNovelty+, version 1.0       |
1.99/2.10	c +------------------------------+
1.99/2.10	c gnovelty+ -h for help
1.99/2.10	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-1737923-1240833956/watcher-1737923-1240833956 -o /tmp/evaluation-result-1737923-1240833956/solver-1737923-1240833956 -C 1200 -W 1800 -M 1800 --output-limit 1,15 HOME/gnovelty+ HOME/instance-1737923-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: 1.11 1.02 0.93 3/65 20354
/proc/meminfo: memFree=1776288/2055920 swapFree=4181360/4192956
[pid=20354] ppid=20352 vsize=509288 CPUtime=0
/proc/20354/stat : 20354 (gnovelty+) R 20352 20354 20253 0 -1 4194304 1082 0 0 0 0 0 0 0 20 0 1 0 111425042 521510912 1067 1992294400 134512640 135680988 4294956192 18446744073709551615 134537167 0 0 4096 0 0 0 0 17 1 0 0
/proc/20354/statm: 127322 1075 102 285 0 127034 0

[startup+0.09085 s]
/proc/loadavg: 1.11 1.02 0.93 3/65 20354
/proc/meminfo: memFree=1776288/2055920 swapFree=4181360/4192956
[pid=20354] ppid=20352 vsize=517104 CPUtime=0.08
/proc/20354/stat : 20354 (gnovelty+) R 20352 20354 20253 0 -1 4194304 10016 0 0 0 4 4 0 0 20 0 1 0 111425042 529514496 10001 1992294400 134512640 135680988 4294956192 18446744073709551615 134958286 0 0 4096 0 0 0 0 17 1 0 0
/proc/20354/statm: 129276 10001 102 285 0 128988 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 517104

[startup+0.10285 s]
/proc/loadavg: 1.11 1.02 0.93 3/65 20354
/proc/meminfo: memFree=1776288/2055920 swapFree=4181360/4192956
[pid=20354] ppid=20352 vsize=517104 CPUtime=0.09
/proc/20354/stat : 20354 (gnovelty+) R 20352 20354 20253 0 -1 4194304 10047 0 0 0 5 4 0 0 21 0 1 0 111425042 529514496 10032 1992294400 134512640 135680988 4294956192 18446744073709551615 134958286 0 0 4096 0 0 0 0 17 1 0 0
/proc/20354/statm: 129276 10032 102 285 0 128988 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 517104

[startup+0.302887 s]
/proc/loadavg: 1.11 1.02 0.93 3/65 20354
/proc/meminfo: memFree=1776288/2055920 swapFree=4181360/4192956
[pid=20354] ppid=20352 vsize=517104 CPUtime=0.29
/proc/20354/stat : 20354 (gnovelty+) R 20352 20354 20253 0 -1 4194304 10564 0 0 0 25 4 0 0 23 0 1 0 111425042 529514496 10549 1992294400 134512640 135680988 4294956192 18446744073709551615 134958286 0 0 4096 0 0 0 0 17 1 0 0
/proc/20354/statm: 129276 10549 102 285 0 128988 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 517104

[startup+0.701961 s]
/proc/loadavg: 1.11 1.02 0.93 3/65 20354
/proc/meminfo: memFree=1776288/2055920 swapFree=4181360/4192956
[pid=20354] ppid=20352 vsize=517104 CPUtime=0.69
/proc/20354/stat : 20354 (gnovelty+) R 20352 20354 20253 0 -1 4194304 11659 0 0 0 64 5 0 0 25 0 1 0 111425042 529514496 11644 1992294400 134512640 135680988 4294956192 18446744073709551615 134958286 0 0 4096 0 0 0 0 17 1 0 0
/proc/20354/statm: 129276 11644 102 285 0 128988 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 517104

[startup+1.50111 s]
/proc/loadavg: 1.11 1.02 0.93 2/66 20355
/proc/meminfo: memFree=1689368/2055920 swapFree=4181360/4192956
[pid=20354] ppid=20352 vsize=524916 CPUtime=1.49
/proc/20354/stat : 20354 (gnovelty+) R 20352 20354 20253 0 -1 4194304 24467 0 0 0 139 10 0 0 25 0 1 0 111425042 537513984 24451 1992294400 134512640 135680988 4294956192 18446744073709551615 134538748 0 0 4096 0 0 0 0 17 1 0 0
/proc/20354/statm: 131229 24451 102 285 0 130941 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 524916

[startup+3.10142 s]
/proc/loadavg: 1.10 1.02 0.93 3/67 20356
/proc/meminfo: memFree=1676368/2055920 swapFree=4181360/4192956
[pid=20354] ppid=20352 vsize=578840 CPUtime=4.08
/proc/20354/stat : 20354 (gnovelty+) R 20352 20354 20253 0 -1 4194304 30622 0 0 0 395 13 0 0 17 0 2 0 111425042 592732160 30572 1992294400 134512640 135680988 4294956192 18446744073709551615 134533068 0 0 4096 0 18446744073709551615 0 0 17 1 0 0
/proc/20354/statm: 144710 30572 106 285 0 144422 0
[pid=20354/tid=20356] ppid=20352 vsize=578840 CPUtime=0.98
/proc/20354/task/20356/stat : 20356 (gnovelty+) R 20352 20354 20253 0 -1 4194368 2872 0 0 0 97 1 0 0 17 0 2 0 111425253 592732160 30572 1992294400 134512640 135680988 4294956192 18446744073709551615 134533805 0 0 4096 0 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 4.08
Current children cumulated vsize (KiB) 578840

[startup+6.30202 s]
/proc/loadavg: 1.10 1.02 0.93 3/67 20356
/proc/meminfo: memFree=1653848/2055920 swapFree=4181360/4192956
[pid=20354] ppid=20352 vsize=578840 CPUtime=10.47
/proc/20354/stat : 20354 (gnovelty+) R 20352 20354 20253 0 -1 4194304 30622 0 0 0 1031 16 0 0 20 0 2 0 111425042 592732160 30572 1992294400 134512640 135680988 4294956192 18446744073709551615 134534000 0 0 4096 0 18446744073709551615 0 0 17 1 0 0
/proc/20354/statm: 144710 30572 106 285 0 144422 0
[pid=20354/tid=20356] ppid=20352 vsize=578840 CPUtime=4.17
/proc/20354/task/20356/stat : 20356 (gnovelty+) R 20352 20354 20253 0 -1 4194368 2872 0 0 0 414 3 0 0 18 0 2 0 111425253 592732160 30572 1992294400 134512640 135680988 4294956192 18446744073709551615 134534551 0 0 4096 0 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 10.47
Current children cumulated vsize (KiB) 578840

[startup+12.7012 s]
/proc/loadavg: 1.24 1.05 0.94 3/67 20356
/proc/meminfo: memFree=1653784/2055920 swapFree=4181360/4192956
[pid=20354] ppid=20352 vsize=578840 CPUtime=23.23
/proc/20354/stat : 20354 (gnovelty+) R 20352 20354 20253 0 -1 4194304 30622 0 0 0 2303 20 0 0 17 0 2 0 111425042 592732160 30572 1992294400 134512640 135680988 4294956192 18446744073709551615 134534576 0 0 4096 0 18446744073709551615 0 0 17 1 0 0
/proc/20354/statm: 144710 30572 106 285 0 144422 0
[pid=20354/tid=20356] ppid=20352 vsize=578840 CPUtime=10.55
/proc/20354/task/20356/stat : 20356 (gnovelty+) R 20352 20354 20253 0 -1 4194368 2872 0 0 0 1050 5 0 0 18 0 2 0 111425253 592732160 30572 1992294400 134512640 135680988 4294956192 18446744073709551615 134534000 0 0 4096 0 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 23.23
Current children cumulated vsize (KiB) 578840

[startup+25.5026 s]
/proc/loadavg: 1.36 1.08 0.95 3/67 20356
/proc/meminfo: memFree=1653784/2055920 swapFree=4181360/4192956
[pid=20354] ppid=20352 vsize=578840 CPUtime=48.78
/proc/20354/stat : 20354 (gnovelty+) R 20352 20354 20253 0 -1 4194304 30622 0 0 0 4845 33 0 0 17 0 2 0 111425042 592732160 30572 1992294400 134512640 135680988 4294956192 18446744073709551615 134532950 0 0 4096 0 18446744073709551615 0 0 17 1 0 0
/proc/20354/statm: 144710 30572 106 285 0 144422 0
[pid=20354/tid=20356] ppid=20352 vsize=578840 CPUtime=23.28
/proc/20354/task/20356/stat : 20356 (gnovelty+) R 20352 20354 20253 0 -1 4194368 2872 0 0 0 2318 10 0 0 18 0 2 0 111425253 592732160 30572 1992294400 134512640 135680988 4294956192 18446744073709551615 134542650 0 0 4096 0 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 48.78
Current children cumulated vsize (KiB) 578840

[startup+51.1015 s]
/proc/loadavg: 1.57 1.15 0.97 3/67 20356
/proc/meminfo: memFree=1653912/2055920 swapFree=4181360/4192956
[pid=20354] ppid=20352 vsize=578840 CPUtime=99.85
/proc/20354/stat : 20354 (gnovelty+) R 20352 20354 20253 0 -1 4194304 30622 0 0 0 9928 57 0 0 17 0 2 0 111425042 592732160 30572 1992294400 134512640 135680988 4294956192 18446744073709551615 134997743 0 0 4096 0 18446744073709551615 0 0 17 1 0 0
/proc/20354/statm: 144710 30572 106 285 0 144422 0
[pid=20354/tid=20356] ppid=20352 vsize=578840 CPUtime=48.85
/proc/20354/task/20356/stat : 20356 (gnovelty+) S 20352 20354 20253 0 -1 4194368 2872 0 0 0 4863 22 0 0 17 0 2 0 111425253 592732160 30572 1992294400 134512640 135680988 4294956192 18446744073709551615 134957422 0 0 4096 0 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 99.85
Current children cumulated vsize (KiB) 578840

[startup+102.306 s]
/proc/loadavg: 1.83 1.29 1.03 3/67 20356
/proc/meminfo: memFree=1653912/2055920 swapFree=4181360/4192956
[pid=20354] ppid=20352 vsize=578840 CPUtime=202.03
/proc/20354/stat : 20354 (gnovelty+) R 20352 20354 20253 0 -1 4194304 30622 0 0 0 20092 111 0 0 17 0 2 0 111425042 592732160 30572 1992294400 134512640 135680988 4294956192 18446744073709551615 134534216 0 0 4096 0 18446744073709551615 0 0 17 0 0 0
/proc/20354/statm: 144710 30572 106 285 0 144422 0
[pid=20354/tid=20356] ppid=20352 vsize=578840 CPUtime=100.01
/proc/20354/task/20356/stat : 20356 (gnovelty+) R 20352 20354 20253 0 -1 4194368 2872 0 0 0 9951 50 0 0 16 0 2 0 111425253 592732160 30572 1992294400 134512640 135680988 4294956192 18446744073709551615 134533068 0 0 4096 0 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 202.03
Current children cumulated vsize (KiB) 578840

[startup+162.302 s]
/proc/loadavg: 1.97 1.42 1.09 3/67 20356
/proc/meminfo: memFree=1653848/2055920 swapFree=4181360/4192956
[pid=20354] ppid=20352 vsize=578840 CPUtime=321.75
/proc/20354/stat : 20354 (gnovelty+) R 20352 20354 20253 0 -1 4194304 30622 0 0 0 32000 175 0 0 17 0 2 0 111425042 592732160 30572 1992294400 134512640 135680988 4294956192 18446744073709551615 134533489 0 0 4096 0 18446744073709551615 0 0 17 0 0 0
/proc/20354/statm: 144710 30572 106 285 0 144422 0
[pid=20354/tid=20356] ppid=20352 vsize=578840 CPUtime=159.79
/proc/20354/task/20356/stat : 20356 (gnovelty+) R 20352 20354 20253 0 -1 4194368 2872 0 0 0 15897 82 0 0 17 0 2 0 111425253 592732160 30572 1992294400 134512640 135680988 4294956192 18446744073709551615 134534924 0 0 4096 0 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 321.75
Current children cumulated vsize (KiB) 578840

[startup+222.302 s]
/proc/loadavg: 1.99 1.53 1.15 3/67 20356
/proc/meminfo: memFree=1653912/2055920 swapFree=4181360/4192956
[pid=20354] ppid=20352 vsize=578840 CPUtime=441.47
/proc/20354/stat : 20354 (gnovelty+) R 20352 20354 20253 0 -1 4194304 30622 0 0 0 43908 239 0 0 17 0 2 0 111425042 592732160 30572 1992294400 134512640 135680988 4294956192 18446744073709551615 134533068 0 0 4096 0 18446744073709551615 0 0 17 0 0 0
/proc/20354/statm: 144710 30572 106 285 0 144422 0
[pid=20354/tid=20356] ppid=20352 vsize=578840 CPUtime=219.64
/proc/20354/task/20356/stat : 20356 (gnovelty+) R 20352 20354 20253 0 -1 4194368 2872 0 0 0 21849 115 0 0 17 0 2 0 111425253 592732160 30572 1992294400 134512640 135680988 4294956192 18446744073709551615 134535217 0 0 4096 0 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 441.47
Current children cumulated vsize (KiB) 578840

[startup+282.301 s]
/proc/loadavg: 1.99 1.61 1.19 3/67 20356
/proc/meminfo: memFree=1653912/2055920 swapFree=4181360/4192956
[pid=20354] ppid=20352 vsize=578840 CPUtime=561.21
/proc/20354/stat : 20354 (gnovelty+) R 20352 20354 20253 0 -1 4194304 30622 0 0 0 55817 304 0 0 17 0 2 0 111425042 592732160 30572 1992294400 134512640 135680988 4294956192 18446744073709551615 134534576 0 0 4096 0 18446744073709551615 0 0 17 1 0 0
/proc/20354/statm: 144710 30572 106 285 0 144422 0
[pid=20354/tid=20356] ppid=20352 vsize=578840 CPUtime=279.41
/proc/20354/task/20356/stat : 20356 (gnovelty+) R 20352 20354 20253 0 -1 4194368 2872 0 0 0 27793 148 0 0 17 0 2 0 111425253 592732160 30572 1992294400 134512640 135680988 4294956192 18446744073709551615 134533263 0 0 4096 0 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 561.21
Current children cumulated vsize (KiB) 578840

[startup+342.302 s]
/proc/loadavg: 1.99 1.68 1.24 3/67 20356
/proc/meminfo: memFree=1653848/2055920 swapFree=4181360/4192956
[pid=20354] ppid=20352 vsize=578840 CPUtime=680.91
/proc/20354/stat : 20354 (gnovelty+) R 20352 20354 20253 0 -1 4194304 30622 0 0 0 67719 372 0 0 17 0 2 0 111425042 592732160 30572 1992294400 134512640 135680988 4294956192 18446744073709551615 134535076 0 0 4096 0 18446744073709551615 0 0 17 1 0 0
/proc/20354/statm: 144710 30572 106 285 0 144422 0
[pid=20354/tid=20356] ppid=20352 vsize=578840 CPUtime=339.3
/proc/20354/task/20356/stat : 20356 (gnovelty+) R 20352 20354 20253 0 -1 4194368 2872 0 0 0 33749 181 0 0 17 0 2 0 111425253 592732160 30572 1992294400 134512640 135680988 4294956192 18446744073709551615 134533068 0 0 4096 0 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 680.91
Current children cumulated vsize (KiB) 578840

[startup+402.302 s]
/proc/loadavg: 1.92 1.70 1.28 3/67 20356
/proc/meminfo: memFree=1653784/2055920 swapFree=4181360/4192956
[pid=20354] ppid=20352 vsize=578840 CPUtime=800.63
/proc/20354/stat : 20354 (gnovelty+) R 20352 20354 20253 0 -1 4194304 30622 0 0 0 79625 438 0 0 17 0 2 0 111425042 592732160 30572 1992294400 134512640 135680988 4294956192 18446744073709551615 134957681 0 0 4096 0 18446744073709551615 0 0 17 0 0 0
/proc/20354/statm: 144710 30572 106 285 0 144422 0
[pid=20354/tid=20356] ppid=20352 vsize=578840 CPUtime=399.22
/proc/20354/task/20356/stat : 20356 (gnovelty+) R 20352 20354 20253 0 -1 4194368 2872 0 0 0 39710 212 0 0 17 0 2 0 111425253 592732160 30572 1992294400 134512640 135680988 4294956192 18446744073709551615 134534699 0 0 4096 0 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 800.63
Current children cumulated vsize (KiB) 578840

[startup+462.302 s]
/proc/loadavg: 1.97 1.76 1.32 3/67 20356
/proc/meminfo: memFree=1653848/2055920 swapFree=4181360/4192956
[pid=20354] ppid=20352 vsize=578840 CPUtime=920.36
/proc/20354/stat : 20354 (gnovelty+) S 20352 20354 20253 0 -1 4194304 30622 0 0 0 91538 498 0 0 16 0 2 0 111425042 592732160 30572 1992294400 134512640 135680988 4294956192 18446744073709551615 134957422 0 0 4096 0 18446744073709551615 0 0 17 0 0 0
/proc/20354/statm: 144710 30572 106 285 0 144422 0
[pid=20354/tid=20356] ppid=20352 vsize=578840 CPUtime=458.99
/proc/20354/task/20356/stat : 20356 (gnovelty+) R 20352 20354 20253 0 -1 4194368 2872 0 0 0 45656 243 0 0 16 0 2 0 111425253 592732160 30572 1992294400 134512640 135680988 4294956192 18446744073709551615 134997743 0 0 4096 0 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 920.36
Current children cumulated vsize (KiB) 578840

[startup+522.303 s]
/proc/loadavg: 1.99 1.80 1.36 3/67 20356
/proc/meminfo: memFree=1653784/2055920 swapFree=4181360/4192956
[pid=20354] ppid=20352 vsize=578840 CPUtime=1040.1
/proc/20354/stat : 20354 (gnovelty+) R 20352 20354 20253 0 -1 4194304 30622 0 0 0 103445 565 0 0 17 0 2 0 111425042 592732160 30572 1992294400 134512640 135680988 4294956192 18446744073709551615 134533068 0 0 4096 0 18446744073709551615 0 0 17 0 0 0
/proc/20354/statm: 144710 30572 106 285 0 144422 0
[pid=20354/tid=20356] ppid=20352 vsize=578840 CPUtime=518.74
/proc/20354/task/20356/stat : 20356 (gnovelty+) R 20352 20354 20253 0 -1 4194368 2872 0 0 0 51599 275 0 0 17 0 2 0 111425253 592732160 30572 1992294400 134512640 135680988 4294956192 18446744073709551615 134533321 0 0 4096 0 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1040.1
Current children cumulated vsize (KiB) 578840

[startup+582.302 s]
/proc/loadavg: 1.99 1.83 1.39 3/67 20356
/proc/meminfo: memFree=1653784/2055920 swapFree=4181360/4192956
[pid=20354] ppid=20352 vsize=578840 CPUtime=1159.82
/proc/20354/stat : 20354 (gnovelty+) R 20352 20354 20253 0 -1 4194304 30622 0 0 0 115346 636 0 0 17 0 2 0 111425042 592732160 30572 1992294400 134512640 135680988 4294956192 18446744073709551615 134533068 0 0 4096 0 18446744073709551615 0 0 17 0 0 0
/proc/20354/statm: 144710 30572 106 285 0 144422 0
[pid=20354/tid=20356] ppid=20352 vsize=578840 CPUtime=578.59
/proc/20354/task/20356/stat : 20356 (gnovelty+) R 20352 20354 20253 0 -1 4194368 2872 0 0 0 57548 311 0 0 17 0 2 0 111425253 592732160 30572 1992294400 134512640 135680988 4294956192 18446744073709551615 134533489 0 0 4096 0 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1159.82
Current children cumulated vsize (KiB) 578840



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+602.502 s]
/proc/loadavg: 1.99 1.84 1.41 3/67 20356
/proc/meminfo: memFree=1653784/2055920 swapFree=4181360/4192956
[pid=20354] ppid=20352 vsize=578840 CPUtime=1200.13
/proc/20354/stat : 20354 (gnovelty+) R 20352 20354 20253 0 -1 4194304 30622 0 0 0 119351 662 0 0 16 0 2 0 111425042 592732160 30572 1992294400 134512640 135680988 4294956192 18446744073709551615 134533489 0 0 4096 0 18446744073709551615 0 0 17 0 0 0
/proc/20354/statm: 144710 30572 106 285 0 144422 0
[pid=20354/tid=20356] ppid=20352 vsize=578840 CPUtime=598.79
/proc/20354/task/20356/stat : 20356 (gnovelty+) R 20352 20354 20253 0 -1 4194368 2872 0 0 0 59555 324 0 0 17 0 2 0 111425253 592732160 30572 1992294400 134512640 135680988 4294956192 18446744073709551615 134534576 0 0 4096 0 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1200.13
Current children cumulated vsize (KiB) 578840

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

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

[startup+602.502 s]
/proc/loadavg: 1.99 1.84 1.41 3/67 20356
/proc/meminfo: memFree=1653784/2055920 swapFree=4181360/4192956
[pid=20354] ppid=20352 vsize=578840 CPUtime=1200.13
/proc/20354/stat : 20354 (gnovelty+) R 20352 20354 20253 0 -1 4194304 30622 0 0 0 119351 662 0 0 16 0 2 0 111425042 592732160 30572 1992294400 134512640 135680988 4294956192 18446744073709551615 134533489 0 0 4096 0 18446744073709551615 0 0 17 0 0 0
/proc/20354/statm: 144710 30572 106 285 0 144422 0
[pid=20354/tid=20356] ppid=20352 vsize=578840 CPUtime=598.79
/proc/20354/task/20356/stat : 20356 (gnovelty+) R 20352 20354 20253 0 -1 4194368 2872 0 0 0 59555 324 0 0 17 0 2 0 111425253 592732160 30572 1992294400 134512640 135680988 4294956192 18446744073709551615 134534576 0 0 4096 0 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1200.13
Current children cumulated vsize (KiB) 578840

Child ended because it received signal 15 (SIGTERM)
Real time (s): 602.532
CPU time (s): 1200.17
CPU user time (s): 1193.53
CPU system time (s): 6.63999
CPU usage (%): 199.188
Max. virtual memory (cumulated for all children) (KiB): 578840

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1193.53
system time used= 6.63999
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 30622
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= 7642
involuntary context switches= 8965

runsolver used 0.560914 second user time and 1.64475 second system time

The end

Launcher Data

Begin job on node82 at 2009-04-27 14:05:57
IDJOB=1737923
IDBENCH=71797
IDSOLVER=550
FILE ID=node82/1737923-1240833956
PBS_JOBID= 9187544
Free space on /tmp= 66376 MiB

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

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

MD5SUM BENCH= 17405d60322fbbfc84267e396be14b66
RANDOM SEED=295011976

node82.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.259
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.259
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	: 5996.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1776768 kB
Buffers:         34736 kB
Cached:         179644 kB
SwapCached:       4920 kB
Active:          54076 kB
Inactive:       168312 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1776768 kB
SwapTotal:     4192956 kB
SwapFree:      4181360 kB
Dirty:           11584 kB
Writeback:           0 kB
Mapped:          14340 kB
Slab:            42700 kB
Committed_AS:   335388 kB
PageTables:       1384 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66372 MiB
End job on node82 at 2009-04-27 14:16:02