Trace number 1720044

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
gNovelty+-V.2-T-H 2009-03-22? (TO) 1200.21 602.847

General information on the benchmark

Nameschup-l2s-motst-2-k315.cnf
MD5SUMae1df1f35073d9127e72d2baa74b497d
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark26.61
Satisfiable
(Un)Satisfiability was proved
Number of variables507145
Number of clauses1601920
Sum of the clauses size4100982
Maximum clause length316
Minimum clause length1
Number of clauses of size 1158
Number of clauses of size 2769140
Number of clauses of size 3810244
Number of clauses of size 414181
Number of clauses of size 55044
Number of clauses of size over 53153

Solver Data

2.68/2.75	c +------------------------------+
2.68/2.75	c | gNovelty+, version 2.0       |
2.68/2.75	c +------------------------------+
2.68/2.75	c gnovelty+ -h for help
2.68/2.75	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-1720044-1240652074/watcher-1720044-1240652074 -o /tmp/evaluation-result-1720044-1240652074/solver-1720044-1240652074 -C 1200 -W 1800 -M 1800 --output-limit 1,15 HOME/gnovelty+ HOME/instance-1720044-1240652074.cnf 893550752 2 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1200 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1230 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 1843200 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 1894400 KiB
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 0.99 1.02 1.00 3/65 13826
/proc/meminfo: memFree=1737272/2055920 swapFree=4192952/4192956
[pid=13826] ppid=13824 vsize=74172 CPUtime=0
/proc/13826/stat : 13826 (gnovelty+) R 13824 13826 13759 0 -1 4194304 754 0 0 0 0 0 0 0 18 0 1 0 93237119 75952128 739 1992294400 134512640 135730148 4294956192 18446744073709551615 134549477 0 0 4096 0 0 0 0 17 1 0 0
/proc/13826/statm: 18543 745 97 297 0 18243 0

[startup+0.049289 s]
/proc/loadavg: 0.99 1.02 1.00 3/65 13826
/proc/meminfo: memFree=1737272/2055920 swapFree=4192952/4192956
[pid=13826] ppid=13824 vsize=82692 CPUtime=0.04
/proc/13826/stat : 13826 (gnovelty+) R 13824 13826 13759 0 -1 4194304 3640 0 0 0 3 1 0 0 18 0 1 0 93237119 84676608 3142 1992294400 134512640 135730148 4294956192 18446744073709551615 135138454 0 0 4096 0 0 0 0 17 1 0 0
/proc/13826/statm: 20673 3143 98 297 0 20373 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 82692

[startup+0.101298 s]
/proc/loadavg: 0.99 1.02 1.00 3/65 13826
/proc/meminfo: memFree=1737272/2055920 swapFree=4192952/4192956
[pid=13826] ppid=13824 vsize=92792 CPUtime=0.09
/proc/13826/stat : 13826 (gnovelty+) R 13824 13826 13759 0 -1 4194304 6690 0 0 0 7 2 0 0 18 0 1 0 93237119 95019008 5678 1992294400 134512640 135730148 4294956192 18446744073709551615 135138454 0 0 4096 0 0 0 0 17 1 0 0
/proc/13826/statm: 23198 5681 98 297 0 22898 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 92792

[startup+0.301333 s]
/proc/loadavg: 0.99 1.02 1.00 3/65 13826
/proc/meminfo: memFree=1737272/2055920 swapFree=4192952/4192956
[pid=13826] ppid=13824 vsize=97784 CPUtime=0.29
/proc/13826/stat : 13826 (gnovelty+) R 13824 13826 13759 0 -1 4194304 8115 0 0 0 26 3 0 0 19 0 1 0 93237119 100130816 7103 1992294400 134512640 135730148 4294956192 18446744073709551615 134616494 0 0 4096 0 0 0 0 17 1 0 0
/proc/13826/statm: 24446 7103 102 297 0 24146 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 97784

[startup+0.701411 s]
/proc/loadavg: 0.99 1.02 1.00 3/65 13826
/proc/meminfo: memFree=1737272/2055920 swapFree=4192952/4192956
[pid=13826] ppid=13824 vsize=103164 CPUtime=0.69
/proc/13826/stat : 13826 (gnovelty+) R 13824 13826 13759 0 -1 4194304 10089 0 0 0 64 5 0 0 23 0 1 0 93237119 105639936 9077 1992294400 134512640 135730148 4294956192 18446744073709551615 135325611 0 0 4096 0 0 0 0 17 0 0 0
/proc/13826/statm: 25791 9077 102 297 0 25491 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 103164

[startup+1.50155 s]
/proc/loadavg: 0.99 1.02 1.00 2/66 13827
/proc/meminfo: memFree=1694128/2055920 swapFree=4192952/4192956
[pid=13826] ppid=13824 vsize=115492 CPUtime=1.49
/proc/13826/stat : 13826 (gnovelty+) R 13824 13826 13759 0 -1 4194304 14037 0 0 0 142 7 0 0 25 0 1 0 93237119 118263808 13025 1992294400 134512640 135730148 4294956192 18446744073709551615 135138454 0 0 4096 0 0 0 0 17 1 0 0
/proc/13826/statm: 28873 13026 102 297 0 28573 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 115492

[startup+3.10183 s]
/proc/loadavg: 1.15 1.05 1.01 2/66 13827
/proc/meminfo: memFree=1672304/2055920 swapFree=4192952/4192956
[pid=13826] ppid=13824 vsize=276448 CPUtime=3.43
/proc/13826/stat : 13826 (gnovelty+) R 13824 13826 13759 0 -1 4194304 37542 0 0 0 286 57 0 0 16 0 2 0 93237119 283082752 36529 1992294400 134512640 135730148 4294956192 18446744073709551615 134521893 0 0 4096 0 18446744073709551615 0 0 17 1 0 0
/proc/13826/statm: 69112 36529 106 297 0 68812 0
Current children cumulated CPU time (s) 3.43
Current children cumulated vsize (KiB) 276448

[startup+6.30141 s]
/proc/loadavg: 1.15 1.05 1.01 3/67 13828
/proc/meminfo: memFree=1554864/2055920 swapFree=4192952/4192956
[pid=13826] ppid=13824 vsize=276448 CPUtime=9.81
/proc/13826/stat : 13826 (gnovelty+) R 13824 13826 13759 0 -1 4194304 46453 0 0 0 904 77 0 0 25 0 2 0 93237119 283082752 45393 1992294400 134512640 135730148 4294956192 18446744073709551615 134527526 0 0 4096 0 18446744073709551615 0 0 17 1 0 0
/proc/13826/statm: 69112 45393 106 297 0 68812 0
[pid=13826/tid=13828] ppid=13824 vsize=276448 CPUtime=3.52
/proc/13826/task/13828/stat : 13828 (gnovelty+) R 13824 13826 13759 0 -1 4194368 8640 0 0 0 321 31 0 0 21 0 2 0 93237395 283082752 45393 1992294400 134512640 135730148 4294956192 18446744073709551615 134529666 0 0 4096 0 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 9.81
Current children cumulated vsize (KiB) 276448

[startup+12.7025 s]
/proc/loadavg: 1.44 1.11 1.03 3/67 13828
/proc/meminfo: memFree=1554936/2055920 swapFree=4192952/4192956
[pid=13826] ppid=13824 vsize=276448 CPUtime=22.59
/proc/13826/stat : 13826 (gnovelty+) R 13824 13826 13759 0 -1 4194304 46479 0 0 0 2181 78 0 0 25 0 2 0 93237119 283082752 45419 1992294400 134512640 135730148 4294956192 18446744073709551615 134527616 0 0 4096 0 18446744073709551615 0 0 17 1 0 0
/proc/13826/statm: 69112 45419 106 297 0 68812 0
[pid=13826/tid=13828] ppid=13824 vsize=276448 CPUtime=9.9
/proc/13826/task/13828/stat : 13828 (gnovelty+) R 13824 13826 13759 0 -1 4194368 8653 0 0 0 958 32 0 0 25 0 2 0 93237395 283082752 45419 1992294400 134512640 135730148 4294956192 18446744073709551615 134527526 0 0 4096 0 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 22.59
Current children cumulated vsize (KiB) 276448

[startup+25.5018 s]
/proc/loadavg: 1.52 1.14 1.04 3/67 13828
/proc/meminfo: memFree=1555768/2055920 swapFree=4192952/4192956
[pid=13826] ppid=13824 vsize=276448 CPUtime=48.12
/proc/13826/stat : 13826 (gnovelty+) R 13824 13826 13759 0 -1 4194304 46479 0 0 0 4734 78 0 0 25 0 2 0 93237119 283082752 45419 1992294400 134512640 135730148 4294956192 18446744073709551615 134529405 0 0 4096 0 18446744073709551615 0 0 17 1 0 0
/proc/13826/statm: 69112 45419 106 297 0 68812 0
[pid=13826/tid=13828] ppid=13824 vsize=276448 CPUtime=22.64
/proc/13826/task/13828/stat : 13828 (gnovelty+) R 13824 13826 13759 0 -1 4194368 8653 0 0 0 2232 32 0 0 25 0 2 0 93237395 283082752 45419 1992294400 134512640 135730148 4294956192 18446744073709551615 134529430 0 0 4096 0 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 48.12
Current children cumulated vsize (KiB) 276448

[startup+51.1014 s]
/proc/loadavg: 1.68 1.21 1.06 3/67 13828
/proc/meminfo: memFree=1555960/2055920 swapFree=4192952/4192956
[pid=13826] ppid=13824 vsize=276448 CPUtime=99.18
/proc/13826/stat : 13826 (gnovelty+) R 13824 13826 13759 0 -1 4194304 46479 0 0 0 9840 78 0 0 25 0 2 0 93237119 283082752 45419 1992294400 134512640 135730148 4294956192 18446744073709551615 134529443 0 0 4096 0 18446744073709551615 0 0 17 1 0 0
/proc/13826/statm: 69112 45419 106 297 0 68812 0
[pid=13826/tid=13828] ppid=13824 vsize=276448 CPUtime=48.11
/proc/13826/task/13828/stat : 13828 (gnovelty+) R 13824 13826 13759 0 -1 4194368 8653 0 0 0 4779 32 0 0 25 0 2 0 93237395 283082752 45419 1992294400 134512640 135730148 4294956192 18446744073709551615 134529430 0 0 4096 0 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 99.18
Current children cumulated vsize (KiB) 276448

[startup+102.305 s]
/proc/loadavg: 1.91 1.35 1.12 3/67 13828
/proc/meminfo: memFree=1555960/2055920 swapFree=4192952/4192956
[pid=13826] ppid=13824 vsize=276448 CPUtime=201.36
/proc/13826/stat : 13826 (gnovelty+) R 13824 13826 13759 0 -1 4194304 46479 0 0 0 20058 78 0 0 25 0 2 0 93237119 283082752 45419 1992294400 134512640 135730148 4294956192 18446744073709551615 134529592 0 0 4096 0 18446744073709551615 0 0 17 1 0 0
/proc/13826/statm: 69112 45419 106 297 0 68812 0
[pid=13826/tid=13828] ppid=13824 vsize=276448 CPUtime=99.11
/proc/13826/task/13828/stat : 13828 (gnovelty+) R 13824 13826 13759 0 -1 4194368 8653 0 0 0 9879 32 0 0 25 0 2 0 93237395 283082752 45419 1992294400 134512640 135730148 4294956192 18446744073709551615 134529613 0 0 4096 0 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 201.36
Current children cumulated vsize (KiB) 276448

[startup+162.301 s]
/proc/loadavg: 1.96 1.47 1.17 3/67 13828
/proc/meminfo: memFree=1555960/2055920 swapFree=4192952/4192956
[pid=13826] ppid=13824 vsize=276448 CPUtime=321.09
/proc/13826/stat : 13826 (gnovelty+) R 13824 13826 13759 0 -1 4194304 46479 0 0 0 32031 78 0 0 25 0 2 0 93237119 283082752 45419 1992294400 134512640 135730148 4294956192 18446744073709551615 134527526 0 0 4096 0 18446744073709551615 0 0 17 1 0 0
/proc/13826/statm: 69112 45419 106 297 0 68812 0
[pid=13826/tid=13828] ppid=13824 vsize=276448 CPUtime=158.86
/proc/13826/task/13828/stat : 13828 (gnovelty+) R 13824 13826 13759 0 -1 4194368 8653 0 0 0 15854 32 0 0 25 0 2 0 93237395 283082752 45419 1992294400 134512640 135730148 4294956192 18446744073709551615 134527679 0 0 4096 0 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 321.09
Current children cumulated vsize (KiB) 276448

[startup+222.302 s]
/proc/loadavg: 1.98 1.56 1.22 3/67 13828
/proc/meminfo: memFree=1555960/2055920 swapFree=4192952/4192956
[pid=13826] ppid=13824 vsize=276448 CPUtime=440.82
/proc/13826/stat : 13826 (gnovelty+) R 13824 13826 13759 0 -1 4194304 46479 0 0 0 44004 78 0 0 25 0 2 0 93237119 283082752 45419 1992294400 134512640 135730148 4294956192 18446744073709551615 134529407 0 0 4096 0 18446744073709551615 0 0 17 1 0 0
/proc/13826/statm: 69112 45419 106 297 0 68812 0
[pid=13826/tid=13828] ppid=13824 vsize=276448 CPUtime=218.61
/proc/13826/task/13828/stat : 13828 (gnovelty+) R 13824 13826 13759 0 -1 4194368 8653 0 0 0 21829 32 0 0 25 0 2 0 93237395 283082752 45419 1992294400 134512640 135730148 4294956192 18446744073709551615 134527969 0 0 4096 0 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 440.82
Current children cumulated vsize (KiB) 276448

[startup+282.302 s]
/proc/loadavg: 1.99 1.64 1.27 3/67 13830
/proc/meminfo: memFree=1555832/2055920 swapFree=4192952/4192956
[pid=13826] ppid=13824 vsize=276448 CPUtime=560.56
/proc/13826/stat : 13826 (gnovelty+) R 13824 13826 13759 0 -1 4194304 46479 0 0 0 55978 78 0 0 25 0 2 0 93237119 283082752 45419 1992294400 134512640 135730148 4294956192 18446744073709551615 134529430 0 0 4096 0 18446744073709551615 0 0 17 1 0 0
/proc/13826/statm: 69112 45419 106 297 0 68812 0
[pid=13826/tid=13828] ppid=13824 vsize=276448 CPUtime=278.37
/proc/13826/task/13828/stat : 13828 (gnovelty+) R 13824 13826 13759 0 -1 4194368 8653 0 0 0 27805 32 0 0 25 0 2 0 93237395 283082752 45419 1992294400 134512640 135730148 4294956192 18446744073709551615 134529430 0 0 4096 0 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 560.56
Current children cumulated vsize (KiB) 276448

[startup+342.301 s]
/proc/loadavg: 1.99 1.70 1.31 3/67 13830
/proc/meminfo: memFree=1555896/2055920 swapFree=4192952/4192956
[pid=13826] ppid=13824 vsize=276448 CPUtime=680.29
/proc/13826/stat : 13826 (gnovelty+) R 13824 13826 13759 0 -1 4194304 46479 0 0 0 67951 78 0 0 25 0 2 0 93237119 283082752 45419 1992294400 134512640 135730148 4294956192 18446744073709551615 134529430 0 0 4096 0 18446744073709551615 0 0 17 1 0 0
/proc/13826/statm: 69112 45419 106 297 0 68812 0
[pid=13826/tid=13828] ppid=13824 vsize=276448 CPUtime=338.12
/proc/13826/task/13828/stat : 13828 (gnovelty+) R 13824 13826 13759 0 -1 4194368 8653 0 0 0 33780 32 0 0 25 0 2 0 93237395 283082752 45419 1992294400 134512640 135730148 4294956192 18446744073709551615 134529430 0 0 4096 0 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 680.29
Current children cumulated vsize (KiB) 276448

[startup+402.302 s]
/proc/loadavg: 1.99 1.75 1.35 3/67 13830
/proc/meminfo: memFree=1555960/2055920 swapFree=4192952/4192956
[pid=13826] ppid=13824 vsize=276448 CPUtime=800.03
/proc/13826/stat : 13826 (gnovelty+) R 13824 13826 13759 0 -1 4194304 46479 0 0 0 79924 79 0 0 25 0 2 0 93237119 283082752 45419 1992294400 134512640 135730148 4294956192 18446744073709551615 134529405 0 0 4096 0 18446744073709551615 0 0 17 1 0 0
/proc/13826/statm: 69112 45419 106 297 0 68812 0
[pid=13826/tid=13828] ppid=13824 vsize=276448 CPUtime=397.88
/proc/13826/task/13828/stat : 13828 (gnovelty+) R 13824 13826 13759 0 -1 4194368 8653 0 0 0 39756 32 0 0 25 0 2 0 93237395 283082752 45419 1992294400 134512640 135730148 4294956192 18446744073709551615 134530063 0 0 4096 0 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 800.03
Current children cumulated vsize (KiB) 276448

[startup+462.302 s]
/proc/loadavg: 1.99 1.80 1.39 3/67 13830
/proc/meminfo: memFree=1555960/2055920 swapFree=4192952/4192956
[pid=13826] ppid=13824 vsize=276448 CPUtime=919.77
/proc/13826/stat : 13826 (gnovelty+) R 13824 13826 13759 0 -1 4194304 46479 0 0 0 91898 79 0 0 25 0 2 0 93237119 283082752 45419 1992294400 134512640 135730148 4294956192 18446744073709551615 134529430 0 0 4096 0 18446744073709551615 0 0 17 1 0 0
/proc/13826/statm: 69112 45419 106 297 0 68812 0
[pid=13826/tid=13828] ppid=13824 vsize=276448 CPUtime=457.63
/proc/13826/task/13828/stat : 13828 (gnovelty+) R 13824 13826 13759 0 -1 4194368 8653 0 0 0 45731 32 0 0 25 0 2 0 93237395 283082752 45419 1992294400 134512640 135730148 4294956192 18446744073709551615 134529680 0 0 4096 0 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 919.77
Current children cumulated vsize (KiB) 276448

[startup+522.301 s]
/proc/loadavg: 1.99 1.83 1.42 3/67 13830
/proc/meminfo: memFree=1555896/2055920 swapFree=4192952/4192956
[pid=13826] ppid=13824 vsize=276448 CPUtime=1039.5
/proc/13826/stat : 13826 (gnovelty+) R 13824 13826 13759 0 -1 4194304 46479 0 0 0 103871 79 0 0 25 0 2 0 93237119 283082752 45419 1992294400 134512640 135730148 4294956192 18446744073709551615 134530063 0 0 4096 0 18446744073709551615 0 0 17 1 0 0
/proc/13826/statm: 69112 45419 106 297 0 68812 0
[pid=13826/tid=13828] ppid=13824 vsize=276448 CPUtime=517.4
/proc/13826/task/13828/stat : 13828 (gnovelty+) R 13824 13826 13759 0 -1 4194368 8653 0 0 0 51707 33 0 0 25 0 2 0 93237395 283082752 45419 1992294400 134512640 135730148 4294956192 18446744073709551615 134529517 0 0 4096 0 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1039.5
Current children cumulated vsize (KiB) 276448

[startup+582.303 s]
/proc/loadavg: 1.99 1.86 1.46 3/67 13830
/proc/meminfo: memFree=1555960/2055920 swapFree=4192952/4192956
[pid=13826] ppid=13824 vsize=276448 CPUtime=1159.23
/proc/13826/stat : 13826 (gnovelty+) R 13824 13826 13759 0 -1 4194304 46479 0 0 0 115844 79 0 0 25 0 2 0 93237119 283082752 45419 1992294400 134512640 135730148 4294956192 18446744073709551615 134529554 0 0 4096 0 18446744073709551615 0 0 17 1 0 0
/proc/13826/statm: 69112 45419 106 297 0 68812 0
[pid=13826/tid=13828] ppid=13824 vsize=276448 CPUtime=577.15
/proc/13826/task/13828/stat : 13828 (gnovelty+) R 13824 13826 13759 0 -1 4194368 8653 0 0 0 57682 33 0 0 25 0 2 0 93237395 283082752 45419 1992294400 134512640 135730148 4294956192 18446744073709551615 134529688 0 0 4096 0 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1159.23
Current children cumulated vsize (KiB) 276448



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+602.807 s]
/proc/loadavg: 1.99 1.87 1.47 3/67 13830
/proc/meminfo: memFree=1555896/2055920 swapFree=4192952/4192956
[pid=13826] ppid=13824 vsize=276448 CPUtime=1200.15
/proc/13826/stat : 13826 (gnovelty+) R 13824 13826 13759 0 -1 4194304 46479 0 0 0 119936 79 0 0 25 0 2 0 93237119 283082752 45419 1992294400 134512640 135730148 4294956192 18446744073709551615 134529443 0 0 4096 0 18446744073709551615 0 0 17 1 0 0
/proc/13826/statm: 69112 45419 106 297 0 68812 0
[pid=13826/tid=13828] ppid=13824 vsize=276448 CPUtime=597.57
/proc/13826/task/13828/stat : 13828 (gnovelty+) R 13824 13826 13759 0 -1 4194368 8653 0 0 0 59724 33 0 0 25 0 2 0 93237395 283082752 45419 1992294400 134512640 135730148 4294956192 18446744073709551615 134530076 0 0 4096 0 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1200.15
Current children cumulated vsize (KiB) 276448

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): 602.847
CPU time (s): 1200.21
CPU user time (s): 1199.38
CPU system time (s): 0.824874
CPU usage (%): 199.09
Max. virtual memory (cumulated for all children) (KiB): 276448

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1199.38
system time used= 0.824874
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 46479
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= 206
involuntary context switches= 8980

runsolver used 0.515921 second user time and 1.68674 second system time

The end

Launcher Data

Begin job on node89 at 2009-04-25 11:34:36
IDJOB=1720044
IDBENCH=69587
IDSOLVER=551
FILE ID=node89/1720044-1240652074
PBS_JOBID= 9186546
Free space on /tmp= 66320 MiB

SOLVER NAME= gNovelty+-V.2-T-H 2009-03-22
BENCH NAME= SAT_RACE08/cnf/schup-l2s-motst-2-k315.cnf
COMMAND LINE= HOME/gnovelty+ BENCHNAME RANDOMSEED MAXNBTHREAD
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1720044-1240652074/watcher-1720044-1240652074 -o /tmp/evaluation-result-1720044-1240652074/solver-1720044-1240652074 -C 1200 -W 1800 -M 1800 --output-limit 1,15  HOME/gnovelty+ HOME/instance-1720044-1240652074.cnf 893550752 2

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

MD5SUM BENCH= ae1df1f35073d9127e72d2baa74b497d
RANDOM SEED=893550752

node89.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.268
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.268
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:       1737816 kB
Buffers:         15096 kB
Cached:         223852 kB
SwapCached:          4 kB
Active:          69168 kB
Inactive:       183560 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1737816 kB
SwapTotal:     4192956 kB
SwapFree:      4192952 kB
Dirty:           33484 kB
Writeback:           0 kB
Mapped:          23544 kB
Slab:            51376 kB
Committed_AS:   247420 kB
PageTables:       1372 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= 66320 MiB
End job on node89 at 2009-04-25 11:44:41