Trace number 1719211

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.35 666.149

General information on the benchmark

Nameindustrial/vliw_unsat_2.0/
9dlx_vliw_at_b_iq8.cnf
MD5SUM776da55785376fd8eac6989ca812b102
Bench CategoryAPPLICATION (applications 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 variables371419
Number of clauses7170909
Sum of the clauses size20872419
Maximum clause length205
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 26770451
Number of clauses of size 392326
Number of clauses of size 48862
Number of clauses of size 523554
Number of clauses of size over 5275715

Solver Data

129.33/129.43	c +------------------------------+
129.33/129.43	c | gNovelty+, version 1.0       |
129.33/129.43	c +------------------------------+
129.33/129.43	c gnovelty+ -h for help
129.33/129.43	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-1719211-1240644649/watcher-1719211-1240644649 -o /tmp/evaluation-result-1719211-1240644649/solver-1719211-1240644649 -C 1200 -W 1800 -M 1800 --output-limit 1,15 HOME/gnovelty+ HOME/instance-1719211-1240644649.cnf 1554828056 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.86 1.94 1.73 3/64 17280
/proc/meminfo: memFree=1061376/2055920 swapFree=4192956/4192956
[pid=17280] ppid=17278 vsize=510604 CPUtime=0
/proc/17280/stat : 17280 (gnovelty+) R 17278 17280 16763 0 -1 4194304 1109 0 0 0 0 0 0 0 18 0 1 0 92499601 522858496 1094 1992294400 134512640 135680988 4294956192 18446744073709551615 134537167 0 0 4096 0 0 0 0 17 0 0 0
/proc/17280/statm: 127651 1103 101 285 0 127363 0

[startup+0.0397409 s]
/proc/loadavg: 1.86 1.94 1.73 3/64 17280
/proc/meminfo: memFree=1061376/2055920 swapFree=4192956/4192956
[pid=17280] ppid=17278 vsize=510604 CPUtime=0.03
/proc/17280/stat : 17280 (gnovelty+) R 17278 17280 16763 0 -1 4194304 8508 0 0 0 0 3 0 0 18 0 1 0 92499601 522858496 8493 1992294400 134512640 135680988 4294956192 18446744073709551615 134537167 0 0 4096 0 0 0 0 17 0 0 0
/proc/17280/statm: 127651 8502 101 285 0 127363 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 510604

[startup+0.101744 s]
/proc/loadavg: 1.86 1.94 1.73 3/64 17280
/proc/meminfo: memFree=1061376/2055920 swapFree=4192956/4192956
[pid=17280] ppid=17278 vsize=518420 CPUtime=0.09
/proc/17280/stat : 17280 (gnovelty+) R 17278 17280 16763 0 -1 4194304 10075 0 0 0 5 4 0 0 18 0 1 0 92499601 530862080 10060 1992294400 134512640 135680988 4294956192 18446744073709551615 135279083 0 0 4096 0 0 0 0 17 0 0 0
/proc/17280/statm: 129605 10060 102 285 0 129317 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 518420

[startup+0.301768 s]
/proc/loadavg: 1.86 1.94 1.73 3/64 17280
/proc/meminfo: memFree=1061376/2055920 swapFree=4192956/4192956
[pid=17280] ppid=17278 vsize=518420 CPUtime=0.3
/proc/17280/stat : 17280 (gnovelty+) R 17278 17280 16763 0 -1 4194304 10686 0 0 0 25 5 0 0 19 0 1 0 92499601 530862080 10671 1992294400 134512640 135680988 4294956192 18446744073709551615 134958286 0 0 4096 0 0 0 0 17 0 0 0
/proc/17280/statm: 129605 10672 102 285 0 129317 0
Current children cumulated CPU time (s) 0.3
Current children cumulated vsize (KiB) 518420

[startup+0.701813 s]
/proc/loadavg: 1.86 1.94 1.73 3/64 17280
/proc/meminfo: memFree=1061376/2055920 swapFree=4192956/4192956
[pid=17280] ppid=17278 vsize=518420 CPUtime=0.69
/proc/17280/stat : 17280 (gnovelty+) R 17278 17280 16763 0 -1 4194304 11874 0 0 0 63 6 0 0 23 0 1 0 92499601 530862080 11859 1992294400 134512640 135680988 4294956192 18446744073709551615 134958286 0 0 4096 0 0 0 0 17 0 0 0
/proc/17280/statm: 129605 11859 102 285 0 129317 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 518420

[startup+1.5019 s]
/proc/loadavg: 1.86 1.94 1.73 2/65 17281
/proc/meminfo: memFree=1013432/2055920 swapFree=4192956/4192956
[pid=17280] ppid=17278 vsize=526236 CPUtime=1.49
/proc/17280/stat : 17280 (gnovelty+) R 17278 17280 16763 0 -1 4194304 14188 0 0 0 141 8 0 0 25 0 1 0 92499601 538865664 14173 1992294400 134512640 135680988 4294956192 18446744073709551615 134537384 0 0 4096 0 0 0 0 17 0 0 0
/proc/17280/statm: 131559 14173 102 285 0 131271 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 526236

[startup+3.10108 s]
/proc/loadavg: 1.86 1.94 1.73 2/65 17281
/proc/meminfo: memFree=1000440/2055920 swapFree=4192956/4192956
[pid=17280] ppid=17278 vsize=534052 CPUtime=3.08
/proc/17280/stat : 17280 (gnovelty+) R 17278 17280 16763 0 -1 4194304 18901 0 0 0 297 11 0 0 25 0 1 0 92499601 546869248 18886 1992294400 134512640 135680988 4294956192 18446744073709551615 134958286 0 0 4096 0 0 0 0 17 0 0 0
/proc/17280/statm: 133513 18886 102 285 0 133225 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 534052

[startup+6.30144 s]
/proc/loadavg: 1.87 1.94 1.73 2/65 17281
/proc/meminfo: memFree=962104/2055920 swapFree=4192956/4192956
[pid=17280] ppid=17278 vsize=557500 CPUtime=6.28
/proc/17280/stat : 17280 (gnovelty+) R 17278 17280 16763 0 -1 4194304 28201 0 0 0 610 18 0 0 25 0 1 0 92499601 570880000 28186 1992294400 134512640 135680988 4294956192 18446744073709551615 134958286 0 0 4096 0 0 0 0 17 0 0 0
/proc/17280/statm: 139375 28186 102 285 0 139087 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 557500

[startup+12.7012 s]
/proc/loadavg: 1.80 1.92 1.72 2/65 17281
/proc/meminfo: memFree=841528/2055920 swapFree=4192956/4192956
[pid=17280] ppid=17278 vsize=674736 CPUtime=12.68
/proc/17280/stat : 17280 (gnovelty+) R 17278 17280 16763 0 -1 4194304 74948 0 0 0 1228 40 0 0 25 0 1 0 92499601 690929664 74932 1992294400 134512640 135680988 4294956192 18446744073709551615 134538473 0 0 4096 0 0 0 0 17 0 0 0
/proc/17280/statm: 168684 74932 102 285 0 168396 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 674736

[startup+25.5016 s]
/proc/loadavg: 1.63 1.88 1.71 2/65 17281
/proc/meminfo: memFree=717880/2055920 swapFree=4192956/4192956
[pid=17280] ppid=17278 vsize=729448 CPUtime=25.48
/proc/17280/stat : 17280 (gnovelty+) R 17278 17280 16763 0 -1 4194304 86862 0 0 0 2504 44 0 0 25 0 1 0 92499601 746954752 86846 1992294400 134512640 135680988 4294956192 18446744073709551615 134538727 0 0 4096 0 0 0 0 17 0 0 0
/proc/17280/statm: 182362 86846 102 285 0 182074 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 729448

[startup+51.1014 s]
/proc/loadavg: 1.41 1.81 1.69 2/65 17281
/proc/meminfo: memFree=674680/2055920 swapFree=4192956/4192956
[pid=17280] ppid=17278 vsize=768528 CPUtime=51.06
/proc/17280/stat : 17280 (gnovelty+) R 17278 17280 16763 0 -1 4194304 97595 0 0 0 5058 48 0 0 25 0 1 0 92499601 786972672 97579 1992294400 134512640 135680988 4294956192 18446744073709551615 134538735 0 0 4096 0 0 0 0 17 0 0 0
/proc/17280/statm: 192132 97579 102 285 0 191844 0
Current children cumulated CPU time (s) 51.06
Current children cumulated vsize (KiB) 768528

[startup+102.305 s]
/proc/loadavg: 1.18 1.68 1.65 2/65 17281
/proc/meminfo: memFree=626872/2055920 swapFree=4192956/4192956
[pid=17280] ppid=17278 vsize=815424 CPUtime=102.24
/proc/17280/stat : 17280 (gnovelty+) R 17278 17280 16763 0 -1 4194304 109465 0 0 0 10170 54 0 0 25 0 1 0 92499601 834994176 109449 1992294400 134512640 135680988 4294956192 18446744073709551615 134538742 0 0 4096 0 0 0 0 17 0 0 0
/proc/17280/statm: 203856 109449 102 285 0 203568 0
Current children cumulated CPU time (s) 102.24
Current children cumulated vsize (KiB) 815424

[startup+162.302 s]
/proc/loadavg: 1.46 1.65 1.64 3/66 17282
/proc/meminfo: memFree=241520/2055920 swapFree=4192956/4192956
[pid=17280] ppid=17278 vsize=1374164 CPUtime=194.95
/proc/17280/stat : 17280 (gnovelty+) R 17278 17280 16763 0 -1 4194304 205904 0 0 0 19369 126 0 0 25 0 2 0 92499601 1407143936 205525 1992294400 134512640 135680988 4294956192 18446744073709551615 134542529 0 0 4096 0 18446744073709551615 0 0 17 0 0 0
/proc/17280/statm: 343541 205525 106 285 0 343253 0
[pid=17280/tid=17282] ppid=17278 vsize=1374164 CPUtime=32.74
/proc/17280/task/17282/stat : 17282 (gnovelty+) R 17278 17280 16763 0 -1 4194368 45269 0 0 0 3238 36 0 0 25 0 2 0 92512544 1407143936 205525 1992294400 134512640 135680988 4294956192 18446744073709551615 134547394 0 0 4096 0 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 194.95
Current children cumulated vsize (KiB) 1374164

[startup+222.302 s]
/proc/loadavg: 1.80 1.71 1.66 3/66 17282
/proc/meminfo: memFree=241520/2055920 swapFree=4192956/4192956
[pid=17280] ppid=17278 vsize=1374164 CPUtime=314.69
/proc/17280/stat : 17280 (gnovelty+) R 17278 17280 16763 0 -1 4194304 205904 0 0 0 31343 126 0 0 25 0 2 0 92499601 1407143936 205525 1992294400 134512640 135680988 4294956192 18446744073709551615 134542529 0 0 4096 0 18446744073709551615 0 0 17 0 0 0
/proc/17280/statm: 343541 205525 106 285 0 343253 0
[pid=17280/tid=17282] ppid=17278 vsize=1374164 CPUtime=92.5
/proc/17280/task/17282/stat : 17282 (gnovelty+) R 17278 17280 16763 0 -1 4194368 45269 0 0 0 9214 36 0 0 25 0 2 0 92512544 1407143936 205525 1992294400 134512640 135680988 4294956192 18446744073709551615 134542529 0 0 4096 0 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 314.69
Current children cumulated vsize (KiB) 1374164

[startup+282.301 s]
/proc/loadavg: 1.92 1.76 1.68 3/66 17282
/proc/meminfo: memFree=241520/2055920 swapFree=4192956/4192956
[pid=17280] ppid=17278 vsize=1374164 CPUtime=434.44
/proc/17280/stat : 17280 (gnovelty+) R 17278 17280 16763 0 -1 4194304 205904 0 0 0 43318 126 0 0 25 0 2 0 92499601 1407143936 205525 1992294400 134512640 135680988 4294956192 18446744073709551615 134541247 0 0 4096 0 18446744073709551615 0 0 17 0 0 0
/proc/17280/statm: 343541 205525 106 285 0 343253 0
[pid=17280/tid=17282] ppid=17278 vsize=1374164 CPUtime=152.26
/proc/17280/task/17282/stat : 17282 (gnovelty+) R 17278 17280 16763 0 -1 4194368 45269 0 0 0 15190 36 0 0 25 0 2 0 92512544 1407143936 205525 1992294400 134512640 135680988 4294956192 18446744073709551615 134541148 0 0 4096 0 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 434.44
Current children cumulated vsize (KiB) 1374164

[startup+342.302 s]
/proc/loadavg: 1.97 1.80 1.69 3/66 17282
/proc/meminfo: memFree=241520/2055920 swapFree=4192956/4192956
[pid=17280] ppid=17278 vsize=1374164 CPUtime=554.18
/proc/17280/stat : 17280 (gnovelty+) R 17278 17280 16763 0 -1 4194304 205904 0 0 0 55292 126 0 0 25 0 2 0 92499601 1407143936 205525 1992294400 134512640 135680988 4294956192 18446744073709551615 134542629 0 0 4096 0 18446744073709551615 0 0 17 0 0 0
/proc/17280/statm: 343541 205525 106 285 0 343253 0
[pid=17280/tid=17282] ppid=17278 vsize=1374164 CPUtime=212.03
/proc/17280/task/17282/stat : 17282 (gnovelty+) R 17278 17280 16763 0 -1 4194368 45269 0 0 0 21167 36 0 0 25 0 2 0 92512544 1407143936 205525 1992294400 134512640 135680988 4294956192 18446744073709551615 134542529 0 0 4096 0 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 554.18
Current children cumulated vsize (KiB) 1374164

[startup+402.302 s]
/proc/loadavg: 1.99 1.83 1.71 3/66 17282
/proc/meminfo: memFree=241520/2055920 swapFree=4192956/4192956
[pid=17280] ppid=17278 vsize=1374164 CPUtime=673.93
/proc/17280/stat : 17280 (gnovelty+) R 17278 17280 16763 0 -1 4194304 205904 0 0 0 67266 127 0 0 25 0 2 0 92499601 1407143936 205525 1992294400 134512640 135680988 4294956192 18446744073709551615 134542839 0 0 4096 0 18446744073709551615 0 0 17 0 0 0
/proc/17280/statm: 343541 205525 106 285 0 343253 0
[pid=17280/tid=17282] ppid=17278 vsize=1374164 CPUtime=271.79
/proc/17280/task/17282/stat : 17282 (gnovelty+) R 17278 17280 16763 0 -1 4194368 45269 0 0 0 27143 36 0 0 25 0 2 0 92512544 1407143936 205525 1992294400 134512640 135680988 4294956192 18446744073709551615 134542529 0 0 4096 0 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 673.93
Current children cumulated vsize (KiB) 1374164

[startup+462.301 s]
/proc/loadavg: 1.99 1.86 1.73 3/66 17284
/proc/meminfo: memFree=241392/2055920 swapFree=4192956/4192956
[pid=17280] ppid=17278 vsize=1374164 CPUtime=793.66
/proc/17280/stat : 17280 (gnovelty+) R 17278 17280 16763 0 -1 4194304 205904 0 0 0 79239 127 0 0 25 0 2 0 92499601 1407143936 205525 1992294400 134512640 135680988 4294956192 18446744073709551615 134535027 0 0 4096 0 18446744073709551615 0 0 17 0 0 0
/proc/17280/statm: 343541 205525 106 285 0 343253 0
[pid=17280/tid=17282] ppid=17278 vsize=1374164 CPUtime=331.55
/proc/17280/task/17282/stat : 17282 (gnovelty+) R 17278 17280 16763 0 -1 4194368 45269 0 0 0 33119 36 0 0 25 0 2 0 92512544 1407143936 205525 1992294400 134512640 135680988 4294956192 18446744073709551615 134532950 0 0 4096 0 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 793.66
Current children cumulated vsize (KiB) 1374164

[startup+522.302 s]
/proc/loadavg: 1.99 1.89 1.74 3/66 17284
/proc/meminfo: memFree=241456/2055920 swapFree=4192956/4192956
[pid=17280] ppid=17278 vsize=1374164 CPUtime=913.41
/proc/17280/stat : 17280 (gnovelty+) R 17278 17280 16763 0 -1 4194304 205904 0 0 0 91214 127 0 0 25 0 2 0 92499601 1407143936 205525 1992294400 134512640 135680988 4294956192 18446744073709551615 134533068 0 0 4096 0 18446744073709551615 0 0 17 0 0 0
/proc/17280/statm: 343541 205525 106 285 0 343253 0
[pid=17280/tid=17282] ppid=17278 vsize=1374164 CPUtime=391.32
/proc/17280/task/17282/stat : 17282 (gnovelty+) R 17278 17280 16763 0 -1 4194368 45269 0 0 0 39096 36 0 0 25 0 2 0 92512544 1407143936 205525 1992294400 134512640 135680988 4294956192 18446744073709551615 134533489 0 0 4096 0 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 913.41
Current children cumulated vsize (KiB) 1374164

[startup+582.302 s]
/proc/loadavg: 1.99 1.90 1.75 3/66 17284
/proc/meminfo: memFree=241456/2055920 swapFree=4192956/4192956
[pid=17280] ppid=17278 vsize=1374164 CPUtime=1033.15
/proc/17280/stat : 17280 (gnovelty+) R 17278 17280 16763 0 -1 4194304 205904 0 0 0 103188 127 0 0 25 0 2 0 92499601 1407143936 205525 1992294400 134512640 135680988 4294956192 18446744073709551615 134534570 0 0 4096 0 18446744073709551615 0 0 17 0 0 0
/proc/17280/statm: 343541 205525 106 285 0 343253 0
[pid=17280/tid=17282] ppid=17278 vsize=1374164 CPUtime=451.08
/proc/17280/task/17282/stat : 17282 (gnovelty+) R 17278 17280 16763 0 -1 4194368 45269 0 0 0 45072 36 0 0 25 0 2 0 92512544 1407143936 205525 1992294400 134512640 135680988 4294956192 18446744073709551615 134533471 0 0 4096 0 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1033.15
Current children cumulated vsize (KiB) 1374164

[startup+642.301 s]
/proc/loadavg: 1.99 1.92 1.76 3/66 17284
/proc/meminfo: memFree=241392/2055920 swapFree=4192956/4192956
[pid=17280] ppid=17278 vsize=1374164 CPUtime=1152.89
/proc/17280/stat : 17280 (gnovelty+) R 17278 17280 16763 0 -1 4194304 205904 0 0 0 115162 127 0 0 25 0 2 0 92499601 1407143936 205525 1992294400 134512640 135680988 4294956192 18446744073709551615 134534707 0 0 4096 0 18446744073709551615 0 0 17 0 0 0
/proc/17280/statm: 343541 205525 106 285 0 343253 0
[pid=17280/tid=17282] ppid=17278 vsize=1374164 CPUtime=510.85
/proc/17280/task/17282/stat : 17282 (gnovelty+) R 17278 17280 16763 0 -1 4194368 45269 0 0 0 51049 36 0 0 25 0 2 0 92512544 1407143936 205525 1992294400 134512640 135680988 4294956192 18446744073709551615 134535076 0 0 4096 0 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1152.89
Current children cumulated vsize (KiB) 1374164



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+666.001 s]
/proc/loadavg: 1.99 1.92 1.77 3/66 17284
/proc/meminfo: memFree=241328/2055920 swapFree=4192956/4192956
[pid=17280] ppid=17278 vsize=1374164 CPUtime=1200.18
/proc/17280/stat : 17280 (gnovelty+) R 17278 17280 16763 0 -1 4194304 205904 0 0 0 119891 127 0 0 25 0 2 0 92499601 1407143936 205525 1992294400 134512640 135680988 4294956192 18446744073709551615 134535076 0 0 4096 0 18446744073709551615 0 0 17 0 0 0
/proc/17280/statm: 343541 205525 106 285 0 343253 0
[pid=17280/tid=17282] ppid=17278 vsize=1374164 CPUtime=534.45
/proc/17280/task/17282/stat : 17282 (gnovelty+) R 17278 17280 16763 0 -1 4194368 45269 0 0 0 53409 36 0 0 25 0 2 0 92512544 1407143936 205525 1992294400 134512640 135680988 4294956192 18446744073709551615 134535076 0 0 4096 0 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1200.18
Current children cumulated vsize (KiB) 1374164

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

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

[startup+666.113 s]
/proc/loadavg: 1.99 1.92 1.77 3/66 17284
/proc/meminfo: memFree=241328/2055920 swapFree=4192956/4192956
[pid=17280] ppid=17278 vsize=0 CPUtime=1200.3
/proc/17280/stat : 17280 (gnovelty+) Z 17278 17280 16763 0 -1 4195340 205904 0 0 0 119893 137 0 0 25 0 2 0 92499601 0 0 1992294400 0 0 0 0 0 0 0 4096 0 18446744073709551615 0 0 17 0 0 0
/proc/17280/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1200.3
Current children cumulated vsize (KiB) 0

Child ended because it received signal 15 (SIGTERM)
Real time (s): 666.149
CPU time (s): 1200.35
CPU user time (s): 1198.93
CPU system time (s): 1.41578
CPU usage (%): 180.192
Max. virtual memory (cumulated for all children) (KiB): 1374164

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1198.93
system time used= 1.41578
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 205904
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= 120
involuntary context switches= 8387

runsolver used 0.634903 second user time and 1.80472 second system time

The end

Launcher Data

Begin job on node9 at 2009-04-25 09:30:59
IDJOB=1719211
IDBENCH=20579
IDSOLVER=550
FILE ID=node9/1719211-1240644649
PBS_JOBID= 9186454
Free space on /tmp= 66176 MiB

SOLVER NAME= gNovelty+-T 2009-03-22
BENCH NAME= SAT07/industrial/vliw_unsat_2.0/9dlx_vliw_at_b_iq8.cnf
COMMAND LINE= HOME/gnovelty+ BENCHNAME RANDOMSEED MAXNBTHREAD
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1719211-1240644649/watcher-1719211-1240644649 -o /tmp/evaluation-result-1719211-1240644649/solver-1719211-1240644649 -C 1200 -W 1800 -M 1800 --output-limit 1,15  HOME/gnovelty+ HOME/instance-1719211-1240644649.cnf 1554828056 2

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

MD5SUM BENCH= 776da55785376fd8eac6989ca812b102
RANDOM SEED=1554828056

node9.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.240
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.240
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:       1062304 kB
Buffers:         87536 kB
Cached:         803128 kB
SwapCached:          0 kB
Active:         182672 kB
Inactive:       721904 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1062304 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:          157900 kB
Writeback:           0 kB
Mapped:          23712 kB
Slab:            75044 kB
Committed_AS:   304680 kB
PageTables:       1388 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= 66176 MiB
End job on node9 at 2009-04-25 09:42:07