Trace number 1563646

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.07 602.84

General information on the benchmark

NameAPPLICATIONS/c32sat/
post-cbmc-aes-ele-noholes.cnf
MD5SUMf135b1d0c8abb3603a01568e46f7396a
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark32.0141
Satisfiable
(Un)Satisfiability was proved
Number of variables270963
Number of clauses1601376
Sum of the clauses size4314698
Maximum clause length257
Minimum clause length1
Number of clauses of size 139870
Number of clauses of size 21147330
Number of clauses of size 3334113
Number of clauses of size 49978
Number of clauses of size 50
Number of clauses of size over 570085

Solver Data

2.78/2.82	c +------------------------------+
2.78/2.82	c | gNovelty+, version 2.0       |
2.78/2.82	c +------------------------------+
2.78/2.82	c gnovelty+ -h for help
2.78/2.82	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-1563646-1238788304/watcher-1563646-1238788304 -o /tmp/evaluation-result-1563646-1238788304/solver-1563646-1238788304 -C 1200 -W 1800 -M 1800 --output-limit 1,15 HOME/gnovelty+ HOME/instance-1563646-1238788304.cnf 1797909172 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.00 1.00 1.00 3/64 413
/proc/meminfo: memFree=1678424/2055920 swapFree=4177960/4192956
[pid=413] ppid=411 vsize=70480 CPUtime=0
/proc/413/stat : 413 (gnovelty+) R 411 413 32588 0 -1 4194304 676 0 0 0 0 0 0 0 18 0 1 0 1151491602 72171520 661 1992294400 134512640 135730148 4294956192 18446744073709551615 135138454 0 0 4096 0 0 0 0 17 1 0 0
/proc/413/statm: 17620 662 97 297 0 17320 0

[startup+0.0354509 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 413
/proc/meminfo: memFree=1678424/2055920 swapFree=4177960/4192956
[pid=413] ppid=411 vsize=76888 CPUtime=0.02
/proc/413/stat : 413 (gnovelty+) R 411 413 32588 0 -1 4194304 2511 0 0 0 2 0 0 0 18 0 1 0 1151491602 78733312 2012 1992294400 134512640 135730148 4294956192 18446744073709551615 135138454 0 0 4096 0 0 0 0 17 1 0 0
/proc/413/statm: 19222 2015 98 297 0 18922 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 76888

[startup+0.101463 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 413
/proc/meminfo: memFree=1678424/2055920 swapFree=4177960/4192956
[pid=413] ppid=411 vsize=83944 CPUtime=0.09
/proc/413/stat : 413 (gnovelty+) R 411 413 32588 0 -1 4194304 4498 0 0 0 8 1 0 0 18 0 1 0 1151491602 85958656 3486 1992294400 134512640 135730148 4294956192 18446744073709551615 135138454 0 0 4096 0 0 0 0 17 1 0 0
/proc/413/statm: 20986 3486 102 297 0 20686 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 83944

[startup+0.301504 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 413
/proc/meminfo: memFree=1678424/2055920 swapFree=4177960/4192956
[pid=413] ppid=411 vsize=86700 CPUtime=0.29
/proc/413/stat : 413 (gnovelty+) R 411 413 32588 0 -1 4194304 5487 0 0 0 27 2 0 0 19 0 1 0 1151491602 88780800 4475 1992294400 134512640 135730148 4294956192 18446744073709551615 135138454 0 0 4096 0 0 0 0 17 1 0 0
/proc/413/statm: 21675 4475 102 297 0 21375 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 86700

[startup+0.701591 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 413
/proc/meminfo: memFree=1678424/2055920 swapFree=4177960/4192956
[pid=413] ppid=411 vsize=92864 CPUtime=0.69
/proc/413/stat : 413 (gnovelty+) R 411 413 32588 0 -1 4194304 7435 0 0 0 65 4 0 0 22 0 1 0 1151491602 95092736 6423 1992294400 134512640 135730148 4294956192 18446744073709551615 134550640 0 0 4096 0 0 0 0 17 1 0 0
/proc/413/statm: 23216 6423 102 297 0 22916 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 92864

[startup+1.50176 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 414
/proc/meminfo: memFree=1647184/2055920 swapFree=4177960/4192956
[pid=413] ppid=411 vsize=104408 CPUtime=1.49
/proc/413/stat : 413 (gnovelty+) R 411 413 32588 0 -1 4194304 11299 0 0 0 143 6 0 0 25 0 1 0 1151491602 106913792 10287 1992294400 134512640 135730148 4294956192 18446744073709551615 135138454 0 0 4096 0 0 0 0 17 1 0 0
/proc/413/statm: 26102 10288 102 297 0 25802 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 104408

[startup+3.10112 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 414
/proc/meminfo: memFree=1626128/2055920 swapFree=4177960/4192956
[pid=413] ppid=411 vsize=253412 CPUtime=3.36
/proc/413/stat : 413 (gnovelty+) R 411 413 32588 0 -1 4194304 33534 0 0 0 287 49 0 0 16 0 2 0 1151491602 259493888 32521 1992294400 134512640 135730148 4294956192 18446744073709551615 134522503 0 0 4096 0 18446744073709551615 0 0 17 0 0 0
/proc/413/statm: 63353 32523 106 297 0 63053 0
Current children cumulated CPU time (s) 3.36
Current children cumulated vsize (KiB) 253412

[startup+6.30181 s]
/proc/loadavg: 1.00 1.00 1.00 3/66 415
/proc/meminfo: memFree=1520968/2055920 swapFree=4177960/4192956
[pid=413] ppid=411 vsize=253412 CPUtime=9.73
/proc/413/stat : 413 (gnovelty+) R 411 413 32588 0 -1 4194304 40558 0 0 0 920 53 0 0 25 0 2 0 1151491602 259493888 39498 1992294400 134512640 135730148 4294956192 18446744073709551615 134529405 0 0 4096 0 18446744073709551615 0 0 17 0 0 0
/proc/413/statm: 63353 39498 106 297 0 63053 0
[pid=413/tid=415] ppid=411 vsize=253412 CPUtime=3.45
/proc/413/task/415/stat : 415 (gnovelty+) R 411 413 32588 0 -1 4194368 7717 0 0 0 326 19 0 0 25 0 2 0 1151491884 259493888 39498 1992294400 134512640 135730148 4294956192 18446744073709551615 134529680 0 0 4096 0 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 9.73
Current children cumulated vsize (KiB) 253412

[startup+12.7012 s]
/proc/loadavg: 1.15 1.03 1.01 3/66 415
/proc/meminfo: memFree=1520840/2055920 swapFree=4177960/4192956
[pid=413] ppid=411 vsize=253412 CPUtime=22.5
/proc/413/stat : 413 (gnovelty+) R 411 413 32588 0 -1 4194304 40571 0 0 0 2197 53 0 0 25 0 2 0 1151491602 259493888 39511 1992294400 134512640 135730148 4294956192 18446744073709551615 134529421 0 0 4096 0 18446744073709551615 0 0 17 0 0 0
/proc/413/statm: 63353 39511 106 297 0 63053 0
[pid=413/tid=415] ppid=411 vsize=253412 CPUtime=9.85
/proc/413/task/415/stat : 415 (gnovelty+) R 411 413 32588 0 -1 4194368 7726 0 0 0 966 19 0 0 25 0 2 0 1151491884 259493888 39511 1992294400 134512640 135730148 4294956192 18446744073709551615 134529584 0 0 4096 0 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 22.5
Current children cumulated vsize (KiB) 253412

[startup+25.5019 s]
/proc/loadavg: 1.28 1.06 1.02 3/66 415
/proc/meminfo: memFree=1520776/2055920 swapFree=4177960/4192956
[pid=413] ppid=411 vsize=253412 CPUtime=48.05
/proc/413/stat : 413 (gnovelty+) R 411 413 32588 0 -1 4194304 40587 0 0 0 4752 53 0 0 25 0 2 0 1151491602 259493888 39527 1992294400 134512640 135730148 4294956192 18446744073709551615 134529405 0 0 4096 0 18446744073709551615 0 0 17 0 0 0
/proc/413/statm: 63353 39527 106 297 0 63053 0
[pid=413/tid=415] ppid=411 vsize=253412 CPUtime=22.65
/proc/413/task/415/stat : 415 (gnovelty+) R 411 413 32588 0 -1 4194368 7733 0 0 0 2246 19 0 0 25 0 2 0 1151491884 259493888 39527 1992294400 134512640 135730148 4294956192 18446744073709551615 134527666 0 0 4096 0 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 48.05
Current children cumulated vsize (KiB) 253412

[startup+51.1014 s]
/proc/loadavg: 1.53 1.14 1.04 3/66 415
/proc/meminfo: memFree=1520584/2055920 swapFree=4177960/4192956
[pid=413] ppid=411 vsize=253412 CPUtime=99.1
/proc/413/stat : 413 (gnovelty+) R 411 413 32588 0 -1 4194304 40587 0 0 0 9857 53 0 0 25 0 2 0 1151491602 259493888 39527 1992294400 134512640 135730148 4294956192 18446744073709551615 134527522 0 0 4096 0 18446744073709551615 0 0 17 0 0 0
/proc/413/statm: 63353 39527 106 297 0 63053 0
[pid=413/tid=415] ppid=411 vsize=253412 CPUtime=48.21
/proc/413/task/415/stat : 415 (gnovelty+) R 411 413 32588 0 -1 4194368 7733 0 0 0 4802 19 0 0 25 0 2 0 1151491884 259493888 39527 1992294400 134512640 135730148 4294956192 18446744073709551615 134529552 0 0 4096 0 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 99.1
Current children cumulated vsize (KiB) 253412

[startup+102.306 s]
/proc/loadavg: 1.81 1.28 1.10 3/66 415
/proc/meminfo: memFree=1520648/2055920 swapFree=4177960/4192956
[pid=413] ppid=411 vsize=253412 CPUtime=201.28
/proc/413/stat : 413 (gnovelty+) R 411 413 32588 0 -1 4194304 40587 0 0 0 20075 53 0 0 25 0 2 0 1151491602 259493888 39527 1992294400 134512640 135730148 4294956192 18446744073709551615 134529637 0 0 4096 0 18446744073709551615 0 0 17 0 0 0
/proc/413/statm: 63353 39527 106 297 0 63053 0
[pid=413/tid=415] ppid=411 vsize=253412 CPUtime=99.39
/proc/413/task/415/stat : 415 (gnovelty+) R 411 413 32588 0 -1 4194368 7733 0 0 0 9920 19 0 0 25 0 2 0 1151491884 259493888 39527 1992294400 134512640 135730148 4294956192 18446744073709551615 134529430 0 0 4096 0 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 201.28
Current children cumulated vsize (KiB) 253412

[startup+162.301 s]
/proc/loadavg: 1.93 1.41 1.15 3/66 415
/proc/meminfo: memFree=1520648/2055920 swapFree=4177960/4192956
[pid=413] ppid=411 vsize=253412 CPUtime=321.01
/proc/413/stat : 413 (gnovelty+) R 411 413 32588 0 -1 4194304 40587 0 0 0 32047 54 0 0 25 0 2 0 1151491602 259493888 39527 1992294400 134512640 135730148 4294956192 18446744073709551615 134582629 0 0 4096 0 18446744073709551615 0 0 17 0 0 0
/proc/413/statm: 63353 39527 106 297 0 63053 0
[pid=413/tid=415] ppid=411 vsize=253412 CPUtime=159.36
/proc/413/task/415/stat : 415 (gnovelty+) R 411 413 32588 0 -1 4194368 7733 0 0 0 15917 19 0 0 25 0 2 0 1151491884 259493888 39527 1992294400 134512640 135730148 4294956192 18446744073709551615 134529542 0 0 4096 0 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 321.01
Current children cumulated vsize (KiB) 253412

[startup+222.301 s]
/proc/loadavg: 1.97 1.51 1.20 3/66 415
/proc/meminfo: memFree=1520648/2055920 swapFree=4177960/4192956
[pid=413] ppid=411 vsize=253412 CPUtime=440.74
/proc/413/stat : 413 (gnovelty+) R 411 413 32588 0 -1 4194304 40587 0 0 0 44020 54 0 0 25 0 2 0 1151491602 259493888 39527 1992294400 134512640 135730148 4294956192 18446744073709551615 134527702 0 0 4096 0 18446744073709551615 0 0 17 0 0 0
/proc/413/statm: 63353 39527 106 297 0 63053 0
[pid=413/tid=415] ppid=411 vsize=253412 CPUtime=219.34
/proc/413/task/415/stat : 415 (gnovelty+) R 411 413 32588 0 -1 4194368 7733 0 0 0 21915 19 0 0 25 0 2 0 1151491884 259493888 39527 1992294400 134512640 135730148 4294956192 18446744073709551615 134529592 0 0 4096 0 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 440.74
Current children cumulated vsize (KiB) 253412

[startup+282.301 s]
/proc/loadavg: 1.99 1.60 1.25 3/66 415
/proc/meminfo: memFree=1520648/2055920 swapFree=4177960/4192956
[pid=413] ppid=411 vsize=253412 CPUtime=560.47
/proc/413/stat : 413 (gnovelty+) R 411 413 32588 0 -1 4194304 40587 0 0 0 55993 54 0 0 25 0 2 0 1151491602 259493888 39527 1992294400 134512640 135730148 4294956192 18446744073709551615 134527551 0 0 4096 0 18446744073709551615 0 0 17 0 0 0
/proc/413/statm: 63353 39527 106 297 0 63053 0
[pid=413/tid=415] ppid=411 vsize=253412 CPUtime=279.32
/proc/413/task/415/stat : 415 (gnovelty+) R 411 413 32588 0 -1 4194368 7733 0 0 0 27913 19 0 0 25 0 2 0 1151491884 259493888 39527 1992294400 134512640 135730148 4294956192 18446744073709551615 134529430 0 0 4096 0 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 560.47
Current children cumulated vsize (KiB) 253412

[startup+342.302 s]
/proc/loadavg: 1.99 1.67 1.29 3/66 415
/proc/meminfo: memFree=1520648/2055920 swapFree=4177960/4192956
[pid=413] ppid=411 vsize=253412 CPUtime=680.2
/proc/413/stat : 413 (gnovelty+) R 411 413 32588 0 -1 4194304 40587 0 0 0 67966 54 0 0 25 0 2 0 1151491602 259493888 39527 1992294400 134512640 135730148 4294956192 18446744073709551615 134529552 0 0 4096 0 18446744073709551615 0 0 17 0 0 0
/proc/413/statm: 63353 39527 106 297 0 63053 0
[pid=413/tid=415] ppid=411 vsize=253412 CPUtime=339.29
/proc/413/task/415/stat : 415 (gnovelty+) R 411 413 32588 0 -1 4194368 7733 0 0 0 33910 19 0 0 25 0 2 0 1151491884 259493888 39527 1992294400 134512640 135730148 4294956192 18446744073709551615 134527569 0 0 4096 0 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 680.2
Current children cumulated vsize (KiB) 253412

[startup+402.302 s]
/proc/loadavg: 1.99 1.73 1.33 3/66 415
/proc/meminfo: memFree=1520648/2055920 swapFree=4177960/4192956
[pid=413] ppid=411 vsize=253412 CPUtime=799.93
/proc/413/stat : 413 (gnovelty+) R 411 413 32588 0 -1 4194304 40611 0 0 0 79939 54 0 0 25 0 2 0 1151491602 259493888 39551 1992294400 134512640 135730148 4294956192 18446744073709551615 134527690 0 0 4096 0 18446744073709551615 0 0 17 0 0 0
/proc/413/statm: 63353 39551 106 297 0 63053 0
[pid=413/tid=415] ppid=411 vsize=253412 CPUtime=399.27
/proc/413/task/415/stat : 415 (gnovelty+) R 411 413 32588 0 -1 4194368 7733 0 0 0 39908 19 0 0 25 0 2 0 1151491884 259493888 39551 1992294400 134512640 135730148 4294956192 18446744073709551615 134529554 0 0 4096 0 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 799.93
Current children cumulated vsize (KiB) 253412

[startup+462.302 s]
/proc/loadavg: 1.99 1.77 1.37 3/66 415
/proc/meminfo: memFree=1520584/2055920 swapFree=4177960/4192956
[pid=413] ppid=411 vsize=253412 CPUtime=919.66
/proc/413/stat : 413 (gnovelty+) R 411 413 32588 0 -1 4194304 40634 0 0 0 91912 54 0 0 25 0 2 0 1151491602 259493888 39574 1992294400 134512640 135730148 4294956192 18446744073709551615 134529500 0 0 4096 0 18446744073709551615 0 0 17 0 0 0
/proc/413/statm: 63353 39574 106 297 0 63053 0
[pid=413/tid=415] ppid=411 vsize=253412 CPUtime=459.25
/proc/413/task/415/stat : 415 (gnovelty+) R 411 413 32588 0 -1 4194368 7756 0 0 0 45906 19 0 0 25 0 2 0 1151491884 259493888 39574 1992294400 134512640 135730148 4294956192 18446744073709551615 134527748 0 0 4096 0 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 919.66
Current children cumulated vsize (KiB) 253412

[startup+522.302 s]
/proc/loadavg: 1.99 1.81 1.41 3/66 415
/proc/meminfo: memFree=1520584/2055920 swapFree=4177960/4192956
[pid=413] ppid=411 vsize=253412 CPUtime=1039.39
/proc/413/stat : 413 (gnovelty+) R 411 413 32588 0 -1 4194304 40634 0 0 0 103885 54 0 0 25 0 2 0 1151491602 259493888 39574 1992294400 134512640 135730148 4294956192 18446744073709551615 134527551 0 0 4096 0 18446744073709551615 0 0 17 0 0 0
/proc/413/statm: 63353 39574 106 297 0 63053 0
[pid=413/tid=415] ppid=411 vsize=253412 CPUtime=519.22
/proc/413/task/415/stat : 415 (gnovelty+) R 411 413 32588 0 -1 4194368 7756 0 0 0 51903 19 0 0 25 0 2 0 1151491884 259493888 39574 1992294400 134512640 135730148 4294956192 18446744073709551615 134530076 0 0 4096 0 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1039.39
Current children cumulated vsize (KiB) 253412

[startup+582.302 s]
/proc/loadavg: 1.99 1.84 1.44 3/66 421
/proc/meminfo: memFree=1520512/2055920 swapFree=4177960/4192956
[pid=413] ppid=411 vsize=253412 CPUtime=1159.1
/proc/413/stat : 413 (gnovelty+) R 411 413 32588 0 -1 4194304 40634 0 0 0 115856 54 0 0 25 0 2 0 1151491602 259493888 39574 1992294400 134512640 135730148 4294956192 18446744073709551615 134529434 0 0 4096 0 18446744073709551615 0 0 17 0 0 0
/proc/413/statm: 63353 39574 106 297 0 63053 0
[pid=413/tid=415] ppid=411 vsize=253412 CPUtime=579.18
/proc/413/task/415/stat : 415 (gnovelty+) R 411 413 32588 0 -1 4194368 7756 0 0 0 57899 19 0 0 25 0 2 0 1151491884 259493888 39574 1992294400 134512640 135730148 4294956192 18446744073709551615 134530076 0 0 4096 0 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1159.1
Current children cumulated vsize (KiB) 253412



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+602.805 s]
/proc/loadavg: 1.99 1.85 1.45 3/66 421
/proc/meminfo: memFree=1520512/2055920 swapFree=4177960/4192956
[pid=413] ppid=411 vsize=253412 CPUtime=1200.02
/proc/413/stat : 413 (gnovelty+) R 411 413 32588 0 -1 4194304 40634 0 0 0 119948 54 0 0 25 0 2 0 1151491602 259493888 39574 1992294400 134512640 135730148 4294956192 18446744073709551615 134527551 0 0 4096 0 18446744073709551615 0 0 17 0 0 0
/proc/413/statm: 63353 39574 106 297 0 63053 0
[pid=413/tid=415] ppid=411 vsize=253412 CPUtime=599.68
/proc/413/task/415/stat : 415 (gnovelty+) R 411 413 32588 0 -1 4194368 7756 0 0 0 59949 19 0 0 25 0 2 0 1151491884 259493888 39574 1992294400 134512640 135730148 4294956192 18446744073709551615 134527982 0 0 4096 0 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1200.02
Current children cumulated vsize (KiB) 253412

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.84
CPU time (s): 1200.07
CPU user time (s): 1199.49
CPU system time (s): 0.573912
CPU usage (%): 199.069
Max. virtual memory (cumulated for all children) (KiB): 253412

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1199.49
system time used= 0.573912
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 40634
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= 118
involuntary context switches= 8997

runsolver used 0.538918 second user time and 1.66475 second system time

The end

Launcher Data

Begin job on node71 at 2009-04-03 21:51:46
IDJOB=1563646
IDBENCH=70957
IDSOLVER=551
FILE ID=node71/1563646-1238788304
PBS_JOBID= 9085599
Free space on /tmp= 66520 MiB

SOLVER NAME= gNovelty+-V.2-T-H 2009-03-22
BENCH NAME= SAT09/APPLICATIONS/c32sat/post-cbmc-aes-ele-noholes.cnf
COMMAND LINE= HOME/gnovelty+ BENCHNAME RANDOMSEED MAXNBTHREAD
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1563646-1238788304/watcher-1563646-1238788304 -o /tmp/evaluation-result-1563646-1238788304/solver-1563646-1238788304 -C 1200 -W 1800 -M 1800 --output-limit 1,15  HOME/gnovelty+ HOME/instance-1563646-1238788304.cnf 1797909172 2

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

MD5SUM BENCH= f135b1d0c8abb3603a01568e46f7396a
RANDOM SEED=1797909172

node71.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.270
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.270
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:       1678904 kB
Buffers:         46448 kB
Cached:         250520 kB
SwapCached:       9032 kB
Active:         182104 kB
Inactive:       125520 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1678904 kB
SwapTotal:     4192956 kB
SwapFree:      4177960 kB
Dirty:           34132 kB
Writeback:           0 kB
Mapped:          16296 kB
Slab:            55308 kB
Committed_AS:  2598284 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= 66516 MiB
End job on node71 at 2009-04-03 22:01:51