Trace number 1718847

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.12 607.134

General information on the benchmark

Nameindustrial/babic/xinetd/
xinetd_vc56703.cnf
MD5SUM09053ffc48c8fbc3352a0ce4d89c2bbb
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark0.217966
Satisfiable
(Un)Satisfiability was proved
Number of variables110923
Number of clauses286428
Sum of the clauses size694958
Maximum clause length3
Minimum clause length1
Number of clauses of size 113085
Number of clauses of size 2138156
Number of clauses of size 3135187
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

10.39/10.47	c +------------------------------+
10.39/10.47	c | gNovelty+, version 1.0       |
10.39/10.47	c +------------------------------+
10.39/10.47	c gnovelty+ -h for help
10.39/10.47	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-1718847-1240640220/watcher-1718847-1240640220 -o /tmp/evaluation-result-1718847-1240640220/solver-1718847-1240640220 -C 1200 -W 1800 -M 1800 --output-limit 1,15 HOME/gnovelty+ HOME/instance-1718847-1240640220.cnf 1200402376 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.99 1.68 1.33 3/64 18755
/proc/meminfo: memFree=1730696/2055920 swapFree=4181276/4192956
[pid=18755] ppid=18753 vsize=509588 CPUtime=0
/proc/18755/stat : 18755 (gnovelty+) R 18753 18755 18393 0 -1 4194304 1157 0 0 0 0 0 0 0 18 0 1 0 92049842 521818112 1142 1992294400 134512640 135680988 4294956192 18446744073709551615 134537167 0 0 4096 0 0 0 0 17 0 0 0
/proc/18755/statm: 127397 1150 102 285 0 127109 0

[startup+0.049231 s]
/proc/loadavg: 1.99 1.68 1.33 3/64 18755
/proc/meminfo: memFree=1730696/2055920 swapFree=4181276/4192956
[pid=18755] ppid=18753 vsize=517404 CPUtime=0.04
/proc/18755/stat : 18755 (gnovelty+) R 18753 18755 18393 0 -1 4194304 9917 0 0 0 0 4 0 0 18 0 1 0 92049842 529821696 9902 1992294400 134512640 135680988 4294956192 18446744073709551615 134537384 0 0 4096 0 0 0 0 17 0 0 0
/proc/18755/statm: 129351 9903 102 285 0 129063 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 517404

[startup+0.101236 s]
/proc/loadavg: 1.99 1.68 1.33 3/64 18755
/proc/meminfo: memFree=1730696/2055920 swapFree=4181276/4192956
[pid=18755] ppid=18753 vsize=517404 CPUtime=0.09
/proc/18755/stat : 18755 (gnovelty+) R 18753 18755 18393 0 -1 4194304 10087 0 0 0 5 4 0 0 18 0 1 0 92049842 529821696 10072 1992294400 134512640 135680988 4294956192 18446744073709551615 135212815 0 0 4096 0 0 0 0 17 0 0 0
/proc/18755/statm: 129351 10072 102 285 0 129063 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 517404

[startup+0.301257 s]
/proc/loadavg: 1.99 1.68 1.33 3/64 18755
/proc/meminfo: memFree=1730696/2055920 swapFree=4181276/4192956
[pid=18755] ppid=18753 vsize=517404 CPUtime=0.29
/proc/18755/stat : 18755 (gnovelty+) R 18753 18755 18393 0 -1 4194304 10694 0 0 0 25 4 0 0 19 0 1 0 92049842 529821696 10679 1992294400 134512640 135680988 4294956192 18446744073709551615 134958286 0 0 4096 0 0 0 0 17 0 0 0
/proc/18755/statm: 129351 10679 102 285 0 129063 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 517404

[startup+0.7013 s]
/proc/loadavg: 1.99 1.68 1.33 3/64 18755
/proc/meminfo: memFree=1730696/2055920 swapFree=4181276/4192956
[pid=18755] ppid=18753 vsize=517400 CPUtime=0.69
/proc/18755/stat : 18755 (gnovelty+) R 18753 18755 18393 0 -1 4194304 21728 0 0 0 60 9 0 0 23 0 1 0 92049842 529817600 21712 1992294400 134512640 135680988 4294956192 18446744073709551615 134538742 0 0 4096 0 0 0 0 17 0 0 0
/proc/18755/statm: 129350 21712 102 285 0 129062 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 517400

[startup+1.50139 s]
/proc/loadavg: 1.99 1.68 1.33 2/65 18756
/proc/meminfo: memFree=1643904/2055920 swapFree=4181276/4192956
[pid=18755] ppid=18753 vsize=517400 CPUtime=1.49
/proc/18755/stat : 18755 (gnovelty+) R 18753 18755 18393 0 -1 4194304 21824 0 0 0 140 9 0 0 25 0 1 0 92049842 529817600 21808 1992294400 134512640 135680988 4294956192 18446744073709551615 134538742 0 0 4096 0 0 0 0 17 0 0 0
/proc/18755/statm: 129350 21808 102 285 0 129062 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 517400

[startup+3.10156 s]
/proc/loadavg: 1.99 1.68 1.33 2/65 18756
/proc/meminfo: memFree=1643328/2055920 swapFree=4181276/4192956
[pid=18755] ppid=18753 vsize=517400 CPUtime=3.09
/proc/18755/stat : 18755 (gnovelty+) R 18753 18755 18393 0 -1 4194304 21964 0 0 0 300 9 0 0 25 0 1 0 92049842 529817600 21948 1992294400 134512640 135680988 4294956192 18446744073709551615 134538742 0 0 4096 0 0 0 0 17 0 0 0
/proc/18755/statm: 129350 21948 102 285 0 129062 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 517400

[startup+6.3019 s]
/proc/loadavg: 1.91 1.67 1.33 2/65 18756
/proc/meminfo: memFree=1642176/2055920 swapFree=4181276/4192956
[pid=18755] ppid=18753 vsize=517400 CPUtime=6.29
/proc/18755/stat : 18755 (gnovelty+) R 18753 18755 18393 0 -1 4194304 22146 0 0 0 620 9 0 0 25 0 1 0 92049842 529817600 22130 1992294400 134512640 135680988 4294956192 18446744073709551615 134538742 0 0 4096 0 0 0 0 17 0 0 0
/proc/18755/statm: 129350 22130 102 285 0 129062 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 517400

[startup+12.7016 s]
/proc/loadavg: 1.84 1.66 1.32 3/66 18757
/proc/meminfo: memFree=1623992/2055920 swapFree=4181276/4192956
[pid=18755] ppid=18753 vsize=555416 CPUtime=14.9
/proc/18755/stat : 18755 (gnovelty+) R 18753 18755 18393 0 -1 4194304 26767 0 0 0 1470 20 0 0 25 0 2 0 92049842 568745984 26642 1992294400 134512640 135680988 4294956192 18446744073709551615 134542644 0 0 4096 0 18446744073709551615 0 0 17 0 0 0
/proc/18755/statm: 138854 26642 106 285 0 138566 0
[pid=18755/tid=18757] ppid=18753 vsize=555416 CPUtime=2.2
/proc/18755/task/18757/stat : 18757 (gnovelty+) R 18753 18755 18393 0 -1 4194368 2203 0 0 0 215 5 0 0 25 0 2 0 92050890 568745984 26642 1992294400 134512640 135680988 4294956192 18446744073709551615 134541383 0 0 4096 0 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 14.9
Current children cumulated vsize (KiB) 555416

[startup+25.502 s]
/proc/loadavg: 1.88 1.68 1.33 3/66 18757
/proc/meminfo: memFree=1623992/2055920 swapFree=4181276/4192956
[pid=18755] ppid=18753 vsize=555416 CPUtime=40.43
/proc/18755/stat : 18755 (gnovelty+) R 18753 18755 18393 0 -1 4194304 26767 0 0 0 3819 224 0 0 17 0 2 0 92049842 568745984 26642 1992294400 134512640 135680988 4294956192 18446744073709551615 134957681 0 0 4096 0 18446744073709551615 0 0 17 0 0 0
/proc/18755/statm: 138854 26642 106 285 0 138566 0
[pid=18755/tid=18757] ppid=18753 vsize=555416 CPUtime=14.96
/proc/18755/task/18757/stat : 18757 (gnovelty+) R 18753 18755 18393 0 -1 4194368 2203 0 0 0 1386 110 0 0 16 0 2 0 92050890 568745984 26642 1992294400 134512640 135680988 4294956192 18446744073709551615 134533823 0 0 4096 0 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 40.43
Current children cumulated vsize (KiB) 555416

[startup+51.1026 s]
/proc/loadavg: 1.78 1.67 1.34 3/66 18757
/proc/meminfo: memFree=1623928/2055920 swapFree=4181276/4192956
[pid=18755] ppid=18753 vsize=555416 CPUtime=91.47
/proc/18755/stat : 18755 (gnovelty+) R 18753 18755 18393 0 -1 4194304 26767 0 0 0 8350 797 0 0 17 0 2 0 92049842 568745984 26642 1992294400 134512640 135680988 4294956192 18446744073709551615 134532911 0 0 4096 0 18446744073709551615 0 0 17 0 0 0
/proc/18755/statm: 138854 26642 106 285 0 138566 0
[pid=18755/tid=18757] ppid=18753 vsize=555416 CPUtime=40.49
/proc/18755/task/18757/stat : 18757 (gnovelty+) R 18753 18755 18393 0 -1 4194368 2203 0 0 0 3649 400 0 0 16 0 2 0 92050890 568745984 26642 1992294400 134512640 135680988 4294956192 18446744073709551615 134543268 0 0 4096 0 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 91.47
Current children cumulated vsize (KiB) 555416

[startup+102.306 s]
/proc/loadavg: 1.90 1.72 1.37 3/66 18757
/proc/meminfo: memFree=1623992/2055920 swapFree=4181276/4192956
[pid=18755] ppid=18753 vsize=555416 CPUtime=193.56
/proc/18755/stat : 18755 (gnovelty+) R 18753 18755 18393 0 -1 4194304 26767 0 0 0 17364 1992 0 0 16 0 2 0 92049842 568745984 26642 1992294400 134512640 135680988 4294956192 18446744073709551615 134957681 0 0 4096 0 18446744073709551615 0 0 17 1 0 0
/proc/18755/statm: 138854 26642 106 285 0 138566 0
[pid=18755/tid=18757] ppid=18753 vsize=555416 CPUtime=91.56
/proc/18755/task/18757/stat : 18757 (gnovelty+) R 18753 18755 18393 0 -1 4194368 2203 0 0 0 8154 1002 0 0 17 0 2 0 92050890 568745984 26642 1992294400 134512640 135680988 4294956192 18446744073709551615 134541714 0 0 4096 0 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 193.56
Current children cumulated vsize (KiB) 555416

[startup+162.302 s]
/proc/loadavg: 1.96 1.77 1.41 3/66 18757
/proc/meminfo: memFree=1623928/2055920 swapFree=4181276/4192956
[pid=18755] ppid=18753 vsize=555416 CPUtime=313.18
/proc/18755/stat : 18755 (gnovelty+) R 18753 18755 18393 0 -1 4194304 26767 0 0 0 27897 3421 0 0 16 0 2 0 92049842 568745984 26642 1992294400 134512640 135680988 4294956192 18446744073709551615 134533494 0 0 4096 0 18446744073709551615 0 0 17 1 0 0
/proc/18755/statm: 138854 26642 106 285 0 138566 0
[pid=18755/tid=18757] ppid=18753 vsize=555416 CPUtime=151.41
/proc/18755/task/18757/stat : 18757 (gnovelty+) R 18753 18755 18393 0 -1 4194368 2203 0 0 0 13413 1728 0 0 16 0 2 0 92050890 568745984 26642 1992294400 134512640 135680988 4294956192 18446744073709551615 134957681 0 0 4096 0 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 313.18
Current children cumulated vsize (KiB) 555416

[startup+222.301 s]
/proc/loadavg: 2.05 1.82 1.45 3/66 18757
/proc/meminfo: memFree=1623864/2055920 swapFree=4181276/4192956
[pid=18755] ppid=18753 vsize=555416 CPUtime=432.81
/proc/18755/stat : 18755 (gnovelty+) R 18753 18755 18393 0 -1 4194304 26767 0 0 0 38441 4840 0 0 16 0 2 0 92049842 568745984 26642 1992294400 134512640 135680988 4294956192 18446744073709551615 134957681 0 0 4096 0 18446744073709551615 0 0 17 0 0 0
/proc/18755/statm: 138854 26642 106 285 0 138566 0
[pid=18755/tid=18757] ppid=18753 vsize=555416 CPUtime=211.22
/proc/18755/task/18757/stat : 18757 (gnovelty+) R 18753 18755 18393 0 -1 4194368 2203 0 0 0 18671 2451 0 0 16 0 2 0 92050890 568745984 26642 1992294400 134512640 135680988 4294956192 18446744073709551615 134533068 0 0 4096 0 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 432.81
Current children cumulated vsize (KiB) 555416

[startup+282.302 s]
/proc/loadavg: 1.87 1.82 1.47 3/66 18757
/proc/meminfo: memFree=1623864/2055920 swapFree=4181276/4192956
[pid=18755] ppid=18753 vsize=555416 CPUtime=552.44
/proc/18755/stat : 18755 (gnovelty+) R 18753 18755 18393 0 -1 4194304 26767 0 0 0 48989 6255 0 0 16 0 2 0 92049842 568745984 26642 1992294400 134512640 135680988 4294956192 18446744073709551615 134957681 0 0 4096 0 18446744073709551615 0 0 17 0 0 0
/proc/18755/statm: 138854 26642 106 285 0 138566 0
[pid=18755/tid=18757] ppid=18753 vsize=555416 CPUtime=271.03
/proc/18755/task/18757/stat : 18757 (gnovelty+) R 18753 18755 18393 0 -1 4194368 2203 0 0 0 23941 3162 0 0 16 0 2 0 92050890 568745984 26642 1992294400 134512640 135680988 4294956192 18446744073709551615 134533518 0 0 4096 0 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 552.44
Current children cumulated vsize (KiB) 555416

[startup+342.303 s]
/proc/loadavg: 1.92 1.84 1.49 3/66 18757
/proc/meminfo: memFree=1623864/2055920 swapFree=4181276/4192956
[pid=18755] ppid=18753 vsize=555416 CPUtime=672.07
/proc/18755/stat : 18755 (gnovelty+) R 18753 18755 18393 0 -1 4194304 26767 0 0 0 59548 7659 0 0 16 0 2 0 92049842 568745984 26642 1992294400 134512640 135680988 4294956192 18446744073709551615 134532911 0 0 4096 0 18446744073709551615 0 0 17 0 0 0
/proc/18755/statm: 138854 26642 106 285 0 138566 0
[pid=18755/tid=18757] ppid=18753 vsize=555416 CPUtime=330.84
/proc/18755/task/18757/stat : 18757 (gnovelty+) R 18753 18755 18393 0 -1 4194368 2203 0 0 0 29206 3878 0 0 16 0 2 0 92050890 568745984 26642 1992294400 134512640 135680988 4294956192 18446744073709551615 134533047 0 0 4096 0 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 672.07
Current children cumulated vsize (KiB) 555416

[startup+402.302 s]
/proc/loadavg: 1.91 1.85 1.52 3/66 18757
/proc/meminfo: memFree=1623800/2055920 swapFree=4181276/4192956
[pid=18755] ppid=18753 vsize=555416 CPUtime=791.68
/proc/18755/stat : 18755 (gnovelty+) R 18753 18755 18393 0 -1 4194304 26767 0 0 0 70094 9074 0 0 16 0 2 0 92049842 568745984 26642 1992294400 134512640 135680988 4294956192 18446744073709551615 134532950 0 0 4096 0 18446744073709551615 0 0 17 1 0 0
/proc/18755/statm: 138854 26642 106 285 0 138566 0
[pid=18755/tid=18757] ppid=18753 vsize=555416 CPUtime=390.66
/proc/18755/task/18757/stat : 18757 (gnovelty+) R 18753 18755 18393 0 -1 4194368 2203 0 0 0 34479 4587 0 0 16 0 2 0 92050890 568745984 26642 1992294400 134512640 135680988 4294956192 18446744073709551615 134957681 0 0 4096 0 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 791.68
Current children cumulated vsize (KiB) 555416

[startup+462.301 s]
/proc/loadavg: 1.97 1.87 1.55 3/66 18757
/proc/meminfo: memFree=1623864/2055920 swapFree=4181276/4192956
[pid=18755] ppid=18753 vsize=555416 CPUtime=911.33
/proc/18755/stat : 18755 (gnovelty+) R 18753 18755 18393 0 -1 4194304 26767 0 0 0 80644 10489 0 0 16 0 2 0 92049842 568745984 26642 1992294400 134512640 135680988 4294956192 18446744073709551615 134957681 0 0 4096 0 18446744073709551615 0 0 17 0 0 0
/proc/18755/statm: 138854 26642 106 285 0 138566 0
[pid=18755/tid=18757] ppid=18753 vsize=555416 CPUtime=450.51
/proc/18755/task/18757/stat : 18757 (gnovelty+) R 18753 18755 18393 0 -1 4194368 2203 0 0 0 39747 5304 0 0 16 0 2 0 92050890 568745984 26642 1992294400 134512640 135680988 4294956192 18446744073709551615 134533192 0 0 4096 0 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 911.33
Current children cumulated vsize (KiB) 555416

[startup+522.302 s]
/proc/loadavg: 1.95 1.89 1.57 3/66 18757
/proc/meminfo: memFree=1623800/2055920 swapFree=4181276/4192956
[pid=18755] ppid=18753 vsize=555416 CPUtime=1030.97
/proc/18755/stat : 18755 (gnovelty+) R 18753 18755 18393 0 -1 4194304 26767 0 0 0 91135 11962 0 0 16 0 2 0 92049842 568745984 26642 1992294400 134512640 135680988 4294956192 18446744073709551615 134957422 0 0 4096 0 18446744073709551615 0 0 17 1 0 0
/proc/18755/statm: 138854 26642 106 285 0 138566 0
[pid=18755/tid=18757] ppid=18753 vsize=555416 CPUtime=510.33
/proc/18755/task/18757/stat : 18757 (gnovelty+) R 18753 18755 18393 0 -1 4194368 2203 0 0 0 44994 6039 0 0 16 0 2 0 92050890 568745984 26642 1992294400 134512640 135680988 4294956192 18446744073709551615 134957681 0 0 4096 0 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1030.97
Current children cumulated vsize (KiB) 555416

[startup+582.302 s]
/proc/loadavg: 1.95 1.90 1.59 3/66 18757
/proc/meminfo: memFree=1623864/2055920 swapFree=4181276/4192956
[pid=18755] ppid=18753 vsize=555416 CPUtime=1150.61
/proc/18755/stat : 18755 (gnovelty+) R 18753 18755 18393 0 -1 4194304 26767 0 0 0 101694 13367 0 0 16 0 2 0 92049842 568745984 26642 1992294400 134512640 135680988 4294956192 18446744073709551615 134957681 0 0 4096 0 18446744073709551615 0 0 17 0 0 0
/proc/18755/statm: 138854 26642 106 285 0 138566 0
[pid=18755/tid=18757] ppid=18753 vsize=555416 CPUtime=570.16
/proc/18755/task/18757/stat : 18757 (gnovelty+) R 18753 18755 18393 0 -1 4194368 2203 0 0 0 50281 6735 0 0 16 0 2 0 92050890 568745984 26642 1992294400 134512640 135680988 4294956192 18446744073709551615 134533155 0 0 4096 0 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1150.61
Current children cumulated vsize (KiB) 555416



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+607.102 s]
/proc/loadavg: 1.96 1.90 1.60 3/66 18757
/proc/meminfo: memFree=1623864/2055920 swapFree=4181276/4192956
[pid=18755] ppid=18753 vsize=555416 CPUtime=1200.08
/proc/18755/stat : 18755 (gnovelty+) R 18753 18755 18393 0 -1 4194304 26767 0 0 0 106048 13960 0 0 16 0 2 0 92049842 568745984 26642 1992294400 134512640 135680988 4294956192 18446744073709551615 134535217 0 0 4096 0 18446744073709551615 0 0 17 1 0 0
/proc/18755/statm: 138854 26642 106 285 0 138566 0
[pid=18755/tid=18757] ppid=18753 vsize=555416 CPUtime=594.89
/proc/18755/task/18757/stat : 18757 (gnovelty+) R 18753 18755 18393 0 -1 4194368 2203 0 0 0 52457 7032 0 0 17 0 2 0 92050890 568745984 26642 1992294400 134512640 135680988 4294956192 18446744073709551615 134533566 0 0 4096 0 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1200.08
Current children cumulated vsize (KiB) 555416

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

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

[startup+607.102 s]
/proc/loadavg: 1.96 1.90 1.60 3/66 18757
/proc/meminfo: memFree=1623864/2055920 swapFree=4181276/4192956
[pid=18755] ppid=18753 vsize=555416 CPUtime=1200.08
/proc/18755/stat : 18755 (gnovelty+) R 18753 18755 18393 0 -1 4194304 26767 0 0 0 106048 13960 0 0 16 0 2 0 92049842 568745984 26642 1992294400 134512640 135680988 4294956192 18446744073709551615 134535217 0 0 4096 0 18446744073709551615 0 0 17 1 0 0
/proc/18755/statm: 138854 26642 106 285 0 138566 0
[pid=18755/tid=18757] ppid=18753 vsize=555416 CPUtime=594.89
/proc/18755/task/18757/stat : 18757 (gnovelty+) R 18753 18755 18393 0 -1 4194368 2203 0 0 0 52457 7032 0 0 17 0 2 0 92050890 568745984 26642 1992294400 134512640 135680988 4294956192 18446744073709551615 134533566 0 0 4096 0 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1200.08
Current children cumulated vsize (KiB) 555416

Child ended because it received signal 15 (SIGTERM)
Real time (s): 607.134
CPU time (s): 1200.12
CPU user time (s): 1060.49
CPU system time (s): 139.623
CPU usage (%): 197.669
Max. virtual memory (cumulated for all children) (KiB): 555416

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1060.49
system time used= 139.623
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 26767
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= 152626
involuntary context switches= 7328

runsolver used 0.58891 second user time and 1.77173 second system time

The end

Launcher Data

Begin job on node47 at 2009-04-25 08:17:01
IDJOB=1718847
IDBENCH=20516
IDSOLVER=550
FILE ID=node47/1718847-1240640220
PBS_JOBID= 9186446
Free space on /tmp= 66284 MiB

SOLVER NAME= gNovelty+-T 2009-03-22
BENCH NAME= SAT07/industrial/babic/xinetd/xinetd_vc56703.cnf
COMMAND LINE= HOME/gnovelty+ BENCHNAME RANDOMSEED MAXNBTHREAD
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1718847-1240640220/watcher-1718847-1240640220 -o /tmp/evaluation-result-1718847-1240640220/solver-1718847-1240640220 -C 1200 -W 1800 -M 1800 --output-limit 1,15  HOME/gnovelty+ HOME/instance-1718847-1240640220.cnf 1200402376 2

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

MD5SUM BENCH= 09053ffc48c8fbc3352a0ce4d89c2bbb
RANDOM SEED=1200402376

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:       1731176 kB
Buffers:         47004 kB
Cached:         227132 kB
SwapCached:       6432 kB
Active:         119316 kB
Inactive:       163648 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1731176 kB
SwapTotal:     4192956 kB
SwapFree:      4181276 kB
Dirty:            6396 kB
Writeback:           0 kB
Mapped:          13532 kB
Slab:            27768 kB
Committed_AS:   327048 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= 66284 MiB
End job on node47 at 2009-04-25 08:27:10