Trace number 1727560

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.16 608.069

General information on the benchmark

Namecrafted/Hard/contest05/phnf/
phnf-size10-exclusive-all.used-as.sat04-986.sat05-4198.reshuffled-07.cnf
MD5SUM73bcef7c584867538ae0bed90374a7ab
Bench CategoryCRAFTED (crafted 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 variables61649
Number of clauses3157120
Sum of the clauses size6361883
Maximum clause length10
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 23150117
Number of clauses of size 31
Number of clauses of size 413
Number of clauses of size 58
Number of clauses of size over 56981

Solver Data

12.68/12.77	c +------------------------------+
12.68/12.77	c | gNovelty+, version 1.0       |
12.68/12.77	c +------------------------------+
12.68/12.77	c gnovelty+ -h for help
12.68/12.77	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-1727560-1240726330/watcher-1727560-1240726330 -o /tmp/evaluation-result-1727560-1240726330/solver-1727560-1240726330 -C 1200 -W 1800 -M 1800 --output-limit 1,15 HOME/gnovelty+ HOME/instance-1727560-1240726330.cnf 1540101237 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.84 1.82 1.45 3/65 22861
/proc/meminfo: memFree=1756248/2055920 swapFree=4180664/4192956
[pid=22861] ppid=22859 vsize=509396 CPUtime=0
/proc/22861/stat : 22861 (gnovelty+) R 22859 22861 22574 0 -1 4194304 1169 0 0 0 0 0 0 0 18 0 1 0 100666103 521621504 1154 1992294400 134512640 135680988 4294956192 18446744073709551615 134537167 0 0 4096 0 0 0 0 17 0 0 0
/proc/22861/statm: 127349 1163 102 285 0 127061 0

[startup+0.05439 s]
/proc/loadavg: 1.84 1.82 1.45 3/65 22861
/proc/meminfo: memFree=1756248/2055920 swapFree=4180664/4192956
[pid=22861] ppid=22859 vsize=517212 CPUtime=0.05
/proc/22861/stat : 22861 (gnovelty+) R 22859 22861 22574 0 -1 4194304 9922 0 0 0 1 4 0 0 18 0 1 0 100666103 529625088 9907 1992294400 134512640 135680988 4294956192 18446744073709551615 135213403 0 0 4096 0 0 0 0 17 0 0 0
/proc/22861/statm: 129303 9907 102 285 0 129015 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 517212

[startup+0.101392 s]
/proc/loadavg: 1.84 1.82 1.45 3/65 22861
/proc/meminfo: memFree=1756248/2055920 swapFree=4180664/4192956
[pid=22861] ppid=22859 vsize=517212 CPUtime=0.09
/proc/22861/stat : 22861 (gnovelty+) R 22859 22861 22574 0 -1 4194304 10069 0 0 0 5 4 0 0 18 0 1 0 100666103 529625088 10054 1992294400 134512640 135680988 4294956192 18446744073709551615 134958286 0 0 4096 0 0 0 0 17 0 0 0
/proc/22861/statm: 129303 10054 102 285 0 129015 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 517212

[startup+0.301417 s]
/proc/loadavg: 1.84 1.82 1.45 3/65 22861
/proc/meminfo: memFree=1756248/2055920 swapFree=4180664/4192956
[pid=22861] ppid=22859 vsize=517212 CPUtime=0.29
/proc/22861/stat : 22861 (gnovelty+) R 22859 22861 22574 0 -1 4194304 10692 0 0 0 25 4 0 0 19 0 1 0 100666103 529625088 10677 1992294400 134512640 135680988 4294956192 18446744073709551615 134958286 0 0 4096 0 0 0 0 17 0 0 0
/proc/22861/statm: 129303 10677 102 285 0 129015 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 517212

[startup+0.701464 s]
/proc/loadavg: 1.84 1.82 1.45 3/65 22861
/proc/meminfo: memFree=1756248/2055920 swapFree=4180664/4192956
[pid=22861] ppid=22859 vsize=517212 CPUtime=0.69
/proc/22861/stat : 22861 (gnovelty+) R 22859 22861 22574 0 -1 4194304 11939 0 0 0 64 5 0 0 23 0 1 0 100666103 529625088 11924 1992294400 134512640 135680988 4294956192 18446744073709551615 134537384 0 0 4096 0 0 0 0 17 0 0 0
/proc/22861/statm: 129303 11924 102 285 0 129015 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 517212

[startup+1.50156 s]
/proc/loadavg: 1.84 1.82 1.45 2/66 22862
/proc/meminfo: memFree=1706448/2055920 swapFree=4180664/4192956
[pid=22861] ppid=22859 vsize=525028 CPUtime=1.49
/proc/22861/stat : 22861 (gnovelty+) R 22859 22861 22574 0 -1 4194304 14439 0 0 0 142 7 0 0 25 0 1 0 100666103 537628672 14424 1992294400 134512640 135680988 4294956192 18446744073709551615 134537493 0 0 4096 0 0 0 0 17 0 0 0
/proc/22861/statm: 131257 14424 102 285 0 130969 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 525028

[startup+3.10175 s]
/proc/loadavg: 1.84 1.82 1.45 2/66 22862
/proc/meminfo: memFree=1692624/2055920 swapFree=4180664/4192956
[pid=22861] ppid=22859 vsize=532844 CPUtime=3.09
/proc/22861/stat : 22861 (gnovelty+) R 22859 22861 22574 0 -1 4194304 19369 0 0 0 299 10 0 0 25 0 1 0 100666103 545632256 19354 1992294400 134512640 135680988 4294956192 18446744073709551615 135067937 0 0 4096 0 0 0 0 17 1 0 0
/proc/22861/statm: 133211 19354 102 285 0 132923 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 532844

[startup+6.30212 s]
/proc/loadavg: 1.77 1.81 1.45 2/66 22862
/proc/meminfo: memFree=1603024/2055920 swapFree=4180664/4192956
[pid=22861] ppid=22859 vsize=564104 CPUtime=6.29
/proc/22861/stat : 22861 (gnovelty+) R 22859 22861 22574 0 -1 4194304 39427 0 0 0 610 19 0 0 25 0 1 0 100666103 577642496 39411 1992294400 134512640 135680988 4294956192 18446744073709551615 134538735 0 0 4096 0 0 0 0 17 0 0 0
/proc/22861/statm: 141026 39411 102 285 0 140738 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 564104

[startup+12.7019 s]
/proc/loadavg: 1.71 1.80 1.44 2/66 22862
/proc/meminfo: memFree=1581840/2055920 swapFree=4180664/4192956
[pid=22861] ppid=22859 vsize=587552 CPUtime=12.68
/proc/22861/stat : 22861 (gnovelty+) R 22859 22861 22574 0 -1 4194304 44542 0 0 0 1248 20 0 0 25 0 1 0 100666103 601653248 44526 1992294400 134512640 135680988 4294956192 18446744073709551615 134538748 0 0 4096 0 0 0 0 17 0 0 0
/proc/22861/statm: 146888 44526 102 285 0 146600 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 587552

[startup+25.5014 s]
/proc/loadavg: 1.77 1.81 1.45 3/67 22863
/proc/meminfo: memFree=1422920/2055920 swapFree=4180664/4192956
[pid=22861] ppid=22859 vsize=824940 CPUtime=38.15
/proc/22861/stat : 22861 (gnovelty+) R 22859 22861 22574 0 -1 4194304 83709 0 0 0 3769 46 0 0 25 0 2 0 100666103 844738560 83632 1992294400 134512640 135680988 4294956192 18446744073709551615 134533962 0 0 4096 0 18446744073709551615 0 0 17 0 0 0
/proc/22861/statm: 206235 83632 106 285 0 205947 0
[pid=22861/tid=22863] ppid=22859 vsize=824940 CPUtime=12.66
/proc/22861/task/22863/stat : 22863 (gnovelty+) R 22859 22861 22574 0 -1 4194368 19534 0 0 0 1254 12 0 0 25 0 2 0 100667381 844738560 83632 1992294400 134512640 135680988 4294956192 18446744073709551615 134535217 0 0 4096 0 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 38.15
Current children cumulated vsize (KiB) 824940

[startup+51.1014 s]
/proc/loadavg: 1.85 1.82 1.47 3/67 22863
/proc/meminfo: memFree=1422920/2055920 swapFree=4180664/4192956
[pid=22861] ppid=22859 vsize=824940 CPUtime=89.18
/proc/22861/stat : 22861 (gnovelty+) R 22859 22861 22574 0 -1 4194304 83709 0 0 0 8870 48 0 0 25 0 2 0 100666103 844738560 83632 1992294400 134512640 135680988 4294956192 18446744073709551615 134533592 0 0 4096 0 18446744073709551615 0 0 17 0 0 0
/proc/22861/statm: 206235 83632 106 285 0 205947 0
[pid=22861/tid=22863] ppid=22859 vsize=824940 CPUtime=38.13
/proc/22861/task/22863/stat : 22863 (gnovelty+) R 22859 22861 22574 0 -1 4194368 19534 0 0 0 3800 13 0 0 25 0 2 0 100667381 844738560 83632 1992294400 134512640 135680988 4294956192 18446744073709551615 134534576 0 0 4096 0 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 89.18
Current children cumulated vsize (KiB) 824940

[startup+102.306 s]
/proc/loadavg: 1.93 1.85 1.49 3/67 22863
/proc/meminfo: memFree=1422856/2055920 swapFree=4180664/4192956
[pid=22861] ppid=22859 vsize=824940 CPUtime=191.32
/proc/22861/stat : 22861 (gnovelty+) R 22859 22861 22574 0 -1 4194304 83709 0 0 0 19080 52 0 0 19 0 2 0 100666103 844738560 83632 1992294400 134512640 135680988 4294956192 18446744073709551615 134534576 0 0 4096 0 18446744073709551615 0 0 17 0 0 0
/proc/22861/statm: 206235 83632 106 285 0 205947 0
[pid=22861/tid=22863] ppid=22859 vsize=824940 CPUtime=89.09
/proc/22861/task/22863/stat : 22863 (gnovelty+) R 22859 22861 22574 0 -1 4194368 19534 0 0 0 8894 15 0 0 25 0 2 0 100667381 844738560 83632 1992294400 134512640 135680988 4294956192 18446744073709551615 134534000 0 0 4096 0 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 191.32
Current children cumulated vsize (KiB) 824940

[startup+162.301 s]
/proc/loadavg: 1.97 1.87 1.52 3/67 22863
/proc/meminfo: memFree=1422792/2055920 swapFree=4180664/4192956
[pid=22861] ppid=22859 vsize=824940 CPUtime=311
/proc/22861/stat : 22861 (gnovelty+) R 22859 22861 22574 0 -1 4194304 83709 0 0 0 31044 56 0 0 25 0 2 0 100666103 844738560 83632 1992294400 134512640 135680988 4294956192 18446744073709551615 134534551 0 0 4096 0 18446744073709551615 0 0 17 0 0 0
/proc/22861/statm: 206235 83632 106 285 0 205947 0
[pid=22861/tid=22863] ppid=22859 vsize=824940 CPUtime=148.79
/proc/22861/task/22863/stat : 22863 (gnovelty+) R 22859 22861 22574 0 -1 4194368 19534 0 0 0 14862 17 0 0 25 0 2 0 100667381 844738560 83632 1992294400 134512640 135680988 4294956192 18446744073709551615 134533068 0 0 4096 0 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 311
Current children cumulated vsize (KiB) 824940

[startup+222.301 s]
/proc/loadavg: 1.99 1.89 1.55 3/67 22863
/proc/meminfo: memFree=1422728/2055920 swapFree=4180664/4192956
[pid=22861] ppid=22859 vsize=824940 CPUtime=430.69
/proc/22861/stat : 22861 (gnovelty+) R 22859 22861 22574 0 -1 4194304 83709 0 0 0 43008 61 0 0 25 0 2 0 100666103 844738560 83632 1992294400 134512640 135680988 4294956192 18446744073709551615 134535087 0 0 4096 0 18446744073709551615 0 0 17 0 0 0
/proc/22861/statm: 206235 83632 106 285 0 205947 0
[pid=22861/tid=22863] ppid=22859 vsize=824940 CPUtime=208.5
/proc/22861/task/22863/stat : 22863 (gnovelty+) R 22859 22861 22574 0 -1 4194368 19534 0 0 0 20831 19 0 0 25 0 2 0 100667381 844738560 83632 1992294400 134512640 135680988 4294956192 18446744073709551615 134534576 0 0 4096 0 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 430.69
Current children cumulated vsize (KiB) 824940

[startup+282.302 s]
/proc/loadavg: 1.99 1.91 1.57 3/67 22863
/proc/meminfo: memFree=1422792/2055920 swapFree=4180664/4192956
[pid=22861] ppid=22859 vsize=824940 CPUtime=550.38
/proc/22861/stat : 22861 (gnovelty+) R 22859 22861 22574 0 -1 4194304 83709 0 0 0 54972 66 0 0 25 0 2 0 100666103 844738560 83632 1992294400 134512640 135680988 4294956192 18446744073709551615 134533468 0 0 4096 0 18446744073709551615 0 0 17 0 0 0
/proc/22861/statm: 206235 83632 106 285 0 205947 0
[pid=22861/tid=22863] ppid=22859 vsize=824940 CPUtime=268.22
/proc/22861/task/22863/stat : 22863 (gnovelty+) R 22859 22861 22574 0 -1 4194368 19534 0 0 0 26801 21 0 0 18 0 2 0 100667381 844738560 83632 1992294400 134512640 135680988 4294956192 18446744073709551615 134533489 0 0 4096 0 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 550.38
Current children cumulated vsize (KiB) 824940

[startup+342.302 s]
/proc/loadavg: 1.99 1.92 1.60 3/67 22863
/proc/meminfo: memFree=1422792/2055920 swapFree=4180664/4192956
[pid=22861] ppid=22859 vsize=824940 CPUtime=670.07
/proc/22861/stat : 22861 (gnovelty+) R 22859 22861 22574 0 -1 4194304 83709 0 0 0 66938 69 0 0 25 0 2 0 100666103 844738560 83632 1992294400 134512640 135680988 4294956192 18446744073709551615 134535087 0 0 4096 0 18446744073709551615 0 0 17 0 0 0
/proc/22861/statm: 206235 83632 106 285 0 205947 0
[pid=22861/tid=22863] ppid=22859 vsize=824940 CPUtime=327.93
/proc/22861/task/22863/stat : 22863 (gnovelty+) R 22859 22861 22574 0 -1 4194368 19534 0 0 0 32770 23 0 0 25 0 2 0 100667381 844738560 83632 1992294400 134512640 135680988 4294956192 18446744073709551615 134534696 0 0 4096 0 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 670.07
Current children cumulated vsize (KiB) 824940

[startup+402.302 s]
/proc/loadavg: 1.99 1.93 1.62 3/67 22863
/proc/meminfo: memFree=1422792/2055920 swapFree=4180664/4192956
[pid=22861] ppid=22859 vsize=824940 CPUtime=789.75
/proc/22861/stat : 22861 (gnovelty+) R 22859 22861 22574 0 -1 4194304 83709 0 0 0 78902 73 0 0 25 0 2 0 100666103 844738560 83632 1992294400 134512640 135680988 4294956192 18446744073709551615 134534000 0 0 4096 0 18446744073709551615 0 0 17 0 0 0
/proc/22861/statm: 206235 83632 106 285 0 205947 0
[pid=22861/tid=22863] ppid=22859 vsize=824940 CPUtime=387.64
/proc/22861/task/22863/stat : 22863 (gnovelty+) R 22859 22861 22574 0 -1 4194368 19534 0 0 0 38739 25 0 0 25 0 2 0 100667381 844738560 83632 1992294400 134512640 135680988 4294956192 18446744073709551615 134533068 0 0 4096 0 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 789.75
Current children cumulated vsize (KiB) 824940

[startup+462.302 s]
/proc/loadavg: 1.99 1.94 1.64 3/67 22863
/proc/meminfo: memFree=1422792/2055920 swapFree=4180664/4192956
[pid=22861] ppid=22859 vsize=824940 CPUtime=909.43
/proc/22861/stat : 22861 (gnovelty+) R 22859 22861 22574 0 -1 4194304 83709 0 0 0 90867 76 0 0 25 0 2 0 100666103 844738560 83632 1992294400 134512640 135680988 4294956192 18446744073709551615 134533068 0 0 4096 0 18446744073709551615 0 0 17 1 0 0
/proc/22861/statm: 206235 83632 106 285 0 205947 0
[pid=22861/tid=22863] ppid=22859 vsize=824940 CPUtime=447.39
/proc/22861/task/22863/stat : 22863 (gnovelty+) R 22859 22861 22574 0 -1 4194368 19534 0 0 0 44712 27 0 0 25 0 2 0 100667381 844738560 83632 1992294400 134512640 135680988 4294956192 18446744073709551615 134535076 0 0 4096 0 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 909.43
Current children cumulated vsize (KiB) 824940

[startup+522.302 s]
/proc/loadavg: 1.99 1.95 1.66 3/67 22863
/proc/meminfo: memFree=1422728/2055920 swapFree=4180664/4192956
[pid=22861] ppid=22859 vsize=824940 CPUtime=1029.13
/proc/22861/stat : 22861 (gnovelty+) R 22859 22861 22574 0 -1 4194304 83709 0 0 0 102831 82 0 0 25 0 2 0 100666103 844738560 83632 1992294400 134512640 135680988 4294956192 18446744073709551615 134535179 0 0 4096 0 18446744073709551615 0 0 17 1 0 0
/proc/22861/statm: 206235 83632 106 285 0 205947 0
[pid=22861/tid=22863] ppid=22859 vsize=824940 CPUtime=507.37
/proc/22861/task/22863/stat : 22863 (gnovelty+) R 22859 22861 22574 0 -1 4194368 19534 0 0 0 50707 30 0 0 25 0 2 0 100667381 844738560 83632 1992294400 134512640 135680988 4294956192 18446744073709551615 134535087 0 0 4096 0 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1029.13
Current children cumulated vsize (KiB) 824940

[startup+582.302 s]
/proc/loadavg: 1.99 1.95 1.68 3/67 22863
/proc/meminfo: memFree=1422728/2055920 swapFree=4180664/4192956
[pid=22861] ppid=22859 vsize=824940 CPUtime=1148.81
/proc/22861/stat : 22861 (gnovelty+) R 22859 22861 22574 0 -1 4194304 83709 0 0 0 114795 86 0 0 21 0 2 0 100666103 844738560 83632 1992294400 134512640 135680988 4294956192 18446744073709551615 134534576 0 0 4096 0 18446744073709551615 0 0 17 1 0 0
/proc/22861/statm: 206235 83632 106 285 0 205947 0
[pid=22861/tid=22863] ppid=22859 vsize=824940 CPUtime=567.34
/proc/22861/task/22863/stat : 22863 (gnovelty+) R 22859 22861 22574 0 -1 4194368 19534 0 0 0 56703 31 0 0 25 0 2 0 100667381 844738560 83632 1992294400 134512640 135680988 4294956192 18446744073709551615 134532911 0 0 4096 0 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1148.81
Current children cumulated vsize (KiB) 824940



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+608.002 s]
/proc/loadavg: 1.99 1.96 1.68 3/67 22863
/proc/meminfo: memFree=1422664/2055920 swapFree=4180664/4192956
[pid=22861] ppid=22859 vsize=824940 CPUtime=1200.09
/proc/22861/stat : 22861 (gnovelty+) R 22859 22861 22574 0 -1 4194304 83709 0 0 0 119921 88 0 0 25 0 2 0 100666103 844738560 83632 1992294400 134512640 135680988 4294956192 18446744073709551615 134535087 0 0 4096 0 18446744073709551615 0 0 17 1 0 0
/proc/22861/statm: 206235 83632 106 285 0 205947 0
[pid=22861/tid=22863] ppid=22859 vsize=824940 CPUtime=593.03
/proc/22861/task/22863/stat : 22863 (gnovelty+) R 22859 22861 22574 0 -1 4194368 19534 0 0 0 59271 32 0 0 17 0 2 0 100667381 844738560 83632 1992294400 134512640 135680988 4294956192 18446744073709551615 134535206 0 0 4096 0 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1200.09
Current children cumulated vsize (KiB) 824940

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): 608.069
CPU time (s): 1200.16
CPU user time (s): 1199.22
CPU system time (s): 0.936857
CPU usage (%): 197.373
Max. virtual memory (cumulated for all children) (KiB): 824940

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1199.22
system time used= 0.936857
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 83709
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= 186
involuntary context switches= 8954

runsolver used 0.943856 second user time and 1.81472 second system time

The end

Launcher Data

Begin job on node73 at 2009-04-26 08:12:18
IDJOB=1727560
IDBENCH=24640
IDSOLVER=550
FILE ID=node73/1727560-1240726330
PBS_JOBID= 9186890
Free space on /tmp= 66312 MiB

SOLVER NAME= gNovelty+-T 2009-03-22
BENCH NAME= SAT07/crafted/Hard/contest05/phnf/phnf-size10-exclusive-all.used-as.sat04-986.sat05-4198.reshuffled-07.cnf
COMMAND LINE= HOME/gnovelty+ BENCHNAME RANDOMSEED MAXNBTHREAD
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1727560-1240726330/watcher-1727560-1240726330 -o /tmp/evaluation-result-1727560-1240726330/solver-1727560-1240726330 -C 1200 -W 1800 -M 1800 --output-limit 1,15  HOME/gnovelty+ HOME/instance-1727560-1240726330.cnf 1540101237 2

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

MD5SUM BENCH= 73bcef7c584867538ae0bed90374a7ab
RANDOM SEED=1540101237

node73.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	: 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.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:       1756728 kB
Buffers:         12212 kB
Cached:         210104 kB
SwapCached:       6232 kB
Active:          66100 kB
Inactive:       164808 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1756728 kB
SwapTotal:     4192956 kB
SwapFree:      4180664 kB
Dirty:           47024 kB
Writeback:           0 kB
Mapped:          14040 kB
Slab:            54264 kB
Committed_AS:   419832 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= 66312 MiB
End job on node73 at 2009-04-26 08:22:28