Trace number 314496

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, and are wall clock time (not CPU 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
tinisat 2007-02-08? (TO) 1200.04 1200.53

General information on the benchmark

Nameindustrial/fuhs/medium/
AProVE07-21.cnf
MD5SUM627e3d704e5200c3037f9c9d83c939c1
Bench CategoryINDUST (industrial instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark412.228
Satisfiable
(Un)Satisfiability was proved
Number of variables3189
Number of clauses11039
Sum of the clauses size28509
Maximum clause length25
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 25404
Number of clauses of size 35107
Number of clauses of size 4389
Number of clauses of size 586
Number of clauses of size over 552

Solver Data (download as text)

0.00/0.01	c Tinisat 0.22
0.00/0.01	c solving /tmp/evaluation/314496-1172637850/instance-314496-1172637850.cnf
0.00/0.01	c 3189 variables, 11039 clauses

Verifier Data (download as text)

ERROR: Unexpected answer ! (SATISFIABLE/UNSATISFIABLE expected)
Got answer: 

Watcher Data (download as text)

runsolver version 3.2.1 (c) roussel@cril.univ-artois.fr

command line: runsolver --timestamp -w ROOT/results/node65/watcher-314496-1172637850 -o ROOT/results/node65/solver-314496-1172637850 -C 1200 -W 2400 -M 1800 --output-limit 1,15 /tmp/evaluation/314496-1172637850/tinisat /tmp/evaluation/314496-1172637850/instance-314496-1172637850.cnf 

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): 2400 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 0.97 0.97 3/64 6455
/proc/meminfo: memFree=1740176/2055920 swapFree=4184008/4192956
[pid=6455] ppid=6453 vsize=848 CPUtime=0
/proc/6455/stat : 6455 (tinisat) R 6453 6455 5922 0 -1 4194304 111 0 0 0 0 0 0 0 18 0 1 0 283742528 868352 96 18446744073709551615 134512640 134966189 4294956640 18446744073709551615 134629133 0 0 4096 0 0 0 0 17 1 0 0
/proc/6455/statm: 212 96 48 110 0 99 0

[startup+0.0488649 s]
/proc/loadavg: 0.99 0.97 0.97 3/64 6455
/proc/meminfo: memFree=1740176/2055920 swapFree=4184008/4192956
[pid=6455] ppid=6453 vsize=1980 CPUtime=0.04
/proc/6455/stat : 6455 (tinisat) R 6453 6455 5922 0 -1 4194304 364 0 0 0 4 0 0 0 18 0 1 0 283742528 2027520 348 18446744073709551615 134512640 134966189 4294956640 18446744073709551615 134518568 0 0 4096 0 0 0 0 17 1 0 0
/proc/6455/statm: 495 348 52 110 0 382 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 1980

[startup+0.101873 s]
/proc/loadavg: 0.99 0.97 0.97 3/64 6455
/proc/meminfo: memFree=1740176/2055920 swapFree=4184008/4192956
[pid=6455] ppid=6453 vsize=1980 CPUtime=0.1
/proc/6455/stat : 6455 (tinisat) R 6453 6455 5922 0 -1 4194304 385 0 0 0 10 0 0 0 18 0 1 0 283742528 2027520 369 18446744073709551615 134512640 134966189 4294956640 18446744073709551615 134518568 0 0 4096 0 0 0 0 17 1 0 0
/proc/6455/statm: 495 369 52 110 0 382 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 1980

[startup+0.301906 s]
/proc/loadavg: 0.99 0.97 0.97 3/64 6455
/proc/meminfo: memFree=1740176/2055920 swapFree=4184008/4192956
[pid=6455] ppid=6453 vsize=2600 CPUtime=0.3
/proc/6455/stat : 6455 (tinisat) R 6453 6455 5922 0 -1 4194304 455 0 0 0 30 0 0 0 19 0 1 0 283742528 2662400 439 18446744073709551615 134512640 134966189 4294956640 18446744073709551615 134518744 0 0 4096 0 0 0 0 17 1 0 0
/proc/6455/statm: 650 439 52 110 0 537 0
Current children cumulated CPU time (s) 0.3
Current children cumulated vsize (KiB) 2600

[startup+0.701971 s]
/proc/loadavg: 0.99 0.97 0.97 3/64 6455
/proc/meminfo: memFree=1740176/2055920 swapFree=4184008/4192956
[pid=6455] ppid=6453 vsize=3836 CPUtime=0.7
/proc/6455/stat : 6455 (tinisat) R 6453 6455 5922 0 -1 4194304 593 0 0 0 70 0 0 0 22 0 1 0 283742528 3928064 577 18446744073709551615 134512640 134966189 4294956640 18446744073709551615 134518744 0 0 4096 0 0 0 0 17 1 0 0
/proc/6455/statm: 959 577 52 110 0 846 0
Current children cumulated CPU time (s) 0.7
Current children cumulated vsize (KiB) 3836

[startup+1.5011 s]
/proc/loadavg: 0.99 0.97 0.97 2/65 6456
/proc/meminfo: memFree=1737608/2055920 swapFree=4184008/4192956
[pid=6455] ppid=6453 vsize=3836 CPUtime=1.49
/proc/6455/stat : 6455 (tinisat) R 6453 6455 5922 0 -1 4194304 822 0 0 0 149 0 0 0 25 0 1 0 283742528 3928064 806 18446744073709551615 134512640 134966189 4294956640 18446744073709551615 134519905 0 0 4096 0 0 0 0 17 1 0 0
/proc/6455/statm: 959 806 52 110 0 846 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 3836

[startup+3.10136 s]
/proc/loadavg: 0.99 0.97 0.97 2/65 6456
/proc/meminfo: memFree=1736520/2055920 swapFree=4184008/4192956
[pid=6455] ppid=6453 vsize=6308 CPUtime=3.09
/proc/6455/stat : 6455 (tinisat) R 6453 6455 5922 0 -1 4194304 1194 0 0 0 309 0 0 0 25 0 1 0 283742528 6459392 1178 18446744073709551615 134512640 134966189 4294956640 18446744073709551615 134519943 0 0 4096 0 0 0 0 17 1 0 0
/proc/6455/statm: 1577 1178 52 110 0 1464 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 6308

[startup+6.30189 s]
/proc/loadavg: 0.99 0.97 0.97 2/65 6456
/proc/meminfo: memFree=1733832/2055920 swapFree=4184008/4192956
[pid=6455] ppid=6453 vsize=11516 CPUtime=6.29
/proc/6455/stat : 6455 (tinisat) R 6453 6455 5922 0 -1 4194304 1749 0 0 0 629 0 0 0 25 0 1 0 283742528 11792384 1733 18446744073709551615 134512640 134966189 4294956640 18446744073709551615 134519905 0 0 4096 0 0 0 0 17 1 0 0
/proc/6455/statm: 2879 1733 52 110 0 2766 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 11516

[startup+12.7019 s]
/proc/loadavg: 0.99 0.97 0.97 2/65 6456
/proc/meminfo: memFree=1730504/2055920 swapFree=4184008/4192956
[pid=6455] ppid=6453 vsize=11784 CPUtime=12.69
/proc/6455/stat : 6455 (tinisat) R 6453 6455 5922 0 -1 4194304 2483 0 0 0 1268 1 0 0 25 0 1 0 283742528 12066816 2467 18446744073709551615 134512640 134966189 4294956640 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/6455/statm: 2946 2467 52 110 0 2833 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 11784

[startup+25.501 s]
/proc/loadavg: 0.99 0.97 0.97 2/65 6456
/proc/meminfo: memFree=1724552/2055920 swapFree=4184008/4192956
[pid=6455] ppid=6453 vsize=22204 CPUtime=25.48
/proc/6455/stat : 6455 (tinisat) R 6453 6455 5922 0 -1 4194304 3961 0 0 0 2545 3 0 0 25 0 1 0 283742528 22736896 3912 18446744073709551615 134512640 134966189 4294956640 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/6455/statm: 5551 3912 52 110 0 5438 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 22204

[startup+51.1013 s]
/proc/loadavg: 0.99 0.97 0.97 2/65 6456
/proc/meminfo: memFree=1717448/2055920 swapFree=4184008/4192956
[pid=6455] ppid=6453 vsize=42552 CPUtime=51.07
/proc/6455/stat : 6455 (tinisat) R 6453 6455 5922 0 -1 4194304 5736 0 0 0 5102 5 0 0 25 0 1 0 283742528 43573248 5687 18446744073709551615 134512640 134966189 4294956640 18446744073709551615 134519876 0 0 4096 0 0 0 0 17 1 0 0
/proc/6455/statm: 10638 5687 52 110 0 10525 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 42552

[startup+102.306 s]
/proc/loadavg: 1.04 0.99 0.98 2/65 6456
/proc/meminfo: memFree=1706440/2055920 swapFree=4184008/4192956
[pid=6455] ppid=6453 vsize=43408 CPUtime=102.26
/proc/6455/stat : 6455 (tinisat) R 6453 6455 5922 0 -1 4194304 8517 0 0 0 10218 8 0 0 25 0 1 0 283742528 44449792 8403 18446744073709551615 134512640 134966189 4294956640 18446744073709551615 134519912 0 0 4096 0 0 0 0 17 1 0 0
/proc/6455/statm: 10852 8403 52 110 0 10739 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 43408

[startup+162.302 s]
/proc/loadavg: 1.05 1.00 0.98 2/65 6456
/proc/meminfo: memFree=1696200/2055920 swapFree=4184008/4192956
[pid=6455] ppid=6453 vsize=84052 CPUtime=162.24
/proc/6455/stat : 6455 (tinisat) R 6453 6455 5922 0 -1 4194304 11091 0 0 0 16213 11 0 0 25 0 1 0 283742528 86069248 10977 18446744073709551615 134512640 134966189 4294956640 18446744073709551615 134519921 0 0 4096 0 0 0 0 17 1 0 0
/proc/6455/statm: 21013 10977 52 110 0 20900 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 84052

[startup+222.301 s]
/proc/loadavg: 1.02 1.00 0.98 2/65 6456
/proc/meminfo: memFree=1686664/2055920 swapFree=4184008/4192956
[pid=6455] ppid=6453 vsize=84840 CPUtime=222.22
/proc/6455/stat : 6455 (tinisat) R 6453 6455 5922 0 -1 4194304 13440 0 0 0 22209 13 0 0 25 0 1 0 283742528 86876160 13326 18446744073709551615 134512640 134966189 4294956640 18446744073709551615 134515528 0 0 4096 0 0 0 0 17 1 0 0
/proc/6455/statm: 21210 13326 52 110 0 21097 0
Current children cumulated CPU time (s) 222.22
Current children cumulated vsize (KiB) 84840

[startup+282.301 s]
/proc/loadavg: 1.00 1.00 0.98 2/65 6456
/proc/meminfo: memFree=1678280/2055920 swapFree=4184008/4192956
[pid=6455] ppid=6453 vsize=85980 CPUtime=282.2
/proc/6455/stat : 6455 (tinisat) R 6453 6455 5922 0 -1 4194304 15678 0 0 0 28204 16 0 0 25 0 1 0 283742528 88043520 15435 18446744073709551615 134512640 134966189 4294956640 18446744073709551615 134520011 0 0 4096 0 0 0 0 17 1 0 0
/proc/6455/statm: 21495 15435 52 110 0 21382 0
Current children cumulated CPU time (s) 282.2
Current children cumulated vsize (KiB) 85980

[startup+342.301 s]
/proc/loadavg: 1.00 1.00 0.98 2/65 6456
/proc/meminfo: memFree=1671304/2055920 swapFree=4184008/4192956
[pid=6455] ppid=6453 vsize=86428 CPUtime=342.18
/proc/6455/stat : 6455 (tinisat) R 6453 6455 5922 0 -1 4194304 17395 0 0 0 34201 17 0 0 25 0 1 0 283742528 88502272 17152 18446744073709551615 134512640 134966189 4294956640 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/6455/statm: 21607 17152 52 110 0 21494 0
Current children cumulated CPU time (s) 342.18
Current children cumulated vsize (KiB) 86428

[startup+402.302 s]
/proc/loadavg: 1.00 1.00 0.98 2/65 6456
/proc/meminfo: memFree=1664200/2055920 swapFree=4184008/4192956
[pid=6455] ppid=6453 vsize=86720 CPUtime=402.16
/proc/6455/stat : 6455 (tinisat) R 6453 6455 5922 0 -1 4194304 19176 0 0 0 40196 20 0 0 25 0 1 0 283742528 88801280 18933 18446744073709551615 134512640 134966189 4294956640 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/6455/statm: 21680 18933 52 110 0 21567 0
Current children cumulated CPU time (s) 402.16
Current children cumulated vsize (KiB) 86720

[startup+462.302 s]
/proc/loadavg: 1.00 1.00 0.98 2/65 6456
/proc/meminfo: memFree=1656520/2055920 swapFree=4184008/4192956
[pid=6455] ppid=6453 vsize=87112 CPUtime=462.14
/proc/6455/stat : 6455 (tinisat) R 6453 6455 5922 0 -1 4194304 21062 0 0 0 46193 21 0 0 25 0 1 0 283742528 89202688 20819 18446744073709551615 134512640 134966189 4294956640 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/6455/statm: 21778 20819 52 110 0 21665 0
Current children cumulated CPU time (s) 462.14
Current children cumulated vsize (KiB) 87112

[startup+522.302 s]
/proc/loadavg: 1.00 1.00 0.98 2/65 6456
/proc/meminfo: memFree=1650824/2055920 swapFree=4184008/4192956
[pid=6455] ppid=6453 vsize=166404 CPUtime=522.12
/proc/6455/stat : 6455 (tinisat) R 6453 6455 5922 0 -1 4194304 22476 0 0 0 52190 22 0 0 25 0 1 0 283742528 170397696 22233 18446744073709551615 134512640 134966189 4294956640 18446744073709551615 134520054 0 0 4096 0 0 0 0 17 1 0 0
/proc/6455/statm: 41601 22233 52 110 0 41488 0
Current children cumulated CPU time (s) 522.12
Current children cumulated vsize (KiB) 166404

[startup+582.302 s]
/proc/loadavg: 1.00 1.00 0.98 2/65 6456
/proc/meminfo: memFree=1644488/2055920 swapFree=4184008/4192956
[pid=6455] ppid=6453 vsize=166540 CPUtime=582.11
/proc/6455/stat : 6455 (tinisat) R 6453 6455 5922 0 -1 4194304 24041 0 0 0 58186 25 0 0 25 0 1 0 283742528 170536960 23798 18446744073709551615 134512640 134966189 4294956640 18446744073709551615 134520078 0 0 4096 0 0 0 0 17 1 0 0
/proc/6455/statm: 41635 23798 52 110 0 41522 0
Current children cumulated CPU time (s) 582.11
Current children cumulated vsize (KiB) 166540

[startup+642.301 s]
/proc/loadavg: 1.00 1.00 0.98 2/65 6456
/proc/meminfo: memFree=1638984/2055920 swapFree=4184008/4192956
[pid=6455] ppid=6453 vsize=166732 CPUtime=642.09
/proc/6455/stat : 6455 (tinisat) R 6453 6455 5922 0 -1 4194304 25400 0 0 0 64183 26 0 0 25 0 1 0 283742528 170733568 25157 18446744073709551615 134512640 134966189 4294956640 18446744073709551615 134518568 0 0 4096 0 0 0 0 17 1 0 0
/proc/6455/statm: 41683 25157 52 110 0 41570 0
Current children cumulated CPU time (s) 642.09
Current children cumulated vsize (KiB) 166732

[startup+702.301 s]
/proc/loadavg: 1.00 1.00 0.98 2/65 6456
/proc/meminfo: memFree=1632968/2055920 swapFree=4184008/4192956
[pid=6455] ppid=6453 vsize=167732 CPUtime=702.07
/proc/6455/stat : 6455 (tinisat) R 6453 6455 5922 0 -1 4194304 26908 0 0 0 70179 28 0 0 25 0 1 0 283742528 171757568 26665 18446744073709551615 134512640 134966189 4294956640 18446744073709551615 134519905 0 0 4096 0 0 0 0 17 1 0 0
/proc/6455/statm: 41933 26665 52 110 0 41820 0
Current children cumulated CPU time (s) 702.07
Current children cumulated vsize (KiB) 167732

[startup+762.305 s]
/proc/loadavg: 1.00 1.00 0.98 2/65 6456
/proc/meminfo: memFree=1626952/2055920 swapFree=4184008/4192956
[pid=6455] ppid=6453 vsize=167892 CPUtime=762.05
/proc/6455/stat : 6455 (tinisat) R 6453 6455 5922 0 -1 4194304 28403 0 0 0 76175 30 0 0 25 0 1 0 283742528 171921408 28160 18446744073709551615 134512640 134966189 4294956640 18446744073709551615 134520084 0 0 4096 0 0 0 0 17 1 0 0
/proc/6455/statm: 41973 28160 52 110 0 41860 0
Current children cumulated CPU time (s) 762.05
Current children cumulated vsize (KiB) 167892

[startup+822.302 s]
/proc/loadavg: 1.00 1.00 0.98 2/65 6456
/proc/meminfo: memFree=1622152/2055920 swapFree=4184008/4192956
[pid=6455] ppid=6453 vsize=168340 CPUtime=822.03
/proc/6455/stat : 6455 (tinisat) R 6453 6455 5922 0 -1 4194304 29614 0 0 0 82172 31 0 0 25 0 1 0 283742528 172380160 29371 18446744073709551615 134512640 134966189 4294956640 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/6455/statm: 42085 29371 52 110 0 41972 0
Current children cumulated CPU time (s) 822.03
Current children cumulated vsize (KiB) 168340

[startup+882.302 s]
/proc/loadavg: 1.00 1.00 0.98 2/65 6456
/proc/meminfo: memFree=1616968/2055920 swapFree=4184008/4192956
[pid=6455] ppid=6453 vsize=169756 CPUtime=882.01
/proc/6455/stat : 6455 (tinisat) R 6453 6455 5922 0 -1 4194304 31176 0 0 0 88168 33 0 0 25 0 1 0 283742528 173830144 30643 18446744073709551615 134512640 134966189 4294956640 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/6455/statm: 42439 30643 52 110 0 42326 0
Current children cumulated CPU time (s) 882.01
Current children cumulated vsize (KiB) 169756

[startup+942.302 s]
/proc/loadavg: 1.00 1.00 0.98 2/65 6456
/proc/meminfo: memFree=1612168/2055920 swapFree=4184008/4192956
[pid=6455] ppid=6453 vsize=170152 CPUtime=941.99
/proc/6455/stat : 6455 (tinisat) R 6453 6455 5922 0 -1 4194304 32387 0 0 0 94165 34 0 0 25 0 1 0 283742528 174235648 31854 18446744073709551615 134512640 134966189 4294956640 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/6455/statm: 42538 31854 52 110 0 42425 0
Current children cumulated CPU time (s) 941.99
Current children cumulated vsize (KiB) 170152

[startup+1002.3 s]
/proc/loadavg: 1.00 1.00 0.98 2/65 6456
/proc/meminfo: memFree=1607560/2055920 swapFree=4184008/4192956
[pid=6455] ppid=6453 vsize=170676 CPUtime=1001.97
/proc/6455/stat : 6455 (tinisat) R 6453 6455 5922 0 -1 4194304 33550 0 0 0 100162 35 0 0 25 0 1 0 283742528 174772224 32984 18446744073709551615 134512640 134966189 4294956640 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/6455/statm: 42669 32984 52 110 0 42556 0
Current children cumulated CPU time (s) 1001.97
Current children cumulated vsize (KiB) 170676

[startup+1062.3 s]
/proc/loadavg: 1.00 1.00 0.98 2/71 6572
/proc/meminfo: memFree=1602192/2055920 swapFree=4184008/4192956
[pid=6455] ppid=6453 vsize=170932 CPUtime=1061.91
/proc/6455/stat : 6455 (tinisat) R 6453 6455 5922 0 -1 4194304 34677 0 0 0 106154 37 0 0 25 0 1 0 283742528 175034368 34046 18446744073709551615 134512640 134966189 4294956640 18446744073709551615 134519905 0 0 4096 0 0 0 0 17 1 0 0
/proc/6455/statm: 42733 34046 52 110 0 42620 0
Current children cumulated CPU time (s) 1061.91
Current children cumulated vsize (KiB) 170932

[startup+1122.3 s]
/proc/loadavg: 1.00 1.00 0.98 2/65 6654
/proc/meminfo: memFree=1598216/2055920 swapFree=4184008/4192956
[pid=6455] ppid=6453 vsize=171064 CPUtime=1121.83
/proc/6455/stat : 6455 (tinisat) R 6453 6455 5922 0 -1 4194304 35893 0 0 0 112143 40 0 0 25 0 1 0 283742528 175169536 35262 18446744073709551615 134512640 134966189 4294956640 18446744073709551615 134519912 0 0 4096 0 0 0 0 17 1 0 0
/proc/6455/statm: 42766 35262 52 110 0 42653 0
Current children cumulated CPU time (s) 1121.83
Current children cumulated vsize (KiB) 171064

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 0.98 2/65 6654
/proc/meminfo: memFree=1594504/2055920 swapFree=4184008/4192956
[pid=6455] ppid=6453 vsize=171336 CPUtime=1181.81
/proc/6455/stat : 6455 (tinisat) R 6453 6455 5922 0 -1 4194304 36854 0 0 0 118140 41 0 0 25 0 1 0 283742528 175448064 36190 18446744073709551615 134512640 134966189 4294956640 18446744073709551615 134519569 0 0 4096 0 0 0 0 17 1 0 0
/proc/6455/statm: 42834 36190 52 110 0 42721 0
Current children cumulated CPU time (s) 1181.81
Current children cumulated vsize (KiB) 171336



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.5 s]
/proc/loadavg: 1.00 1.00 0.98 2/65 6654
/proc/meminfo: memFree=1593096/2055920 swapFree=4184008/4192956
[pid=6455] ppid=6453 vsize=171336 CPUtime=1200.01
/proc/6455/stat : 6455 (tinisat) R 6453 6455 5922 0 -1 4194304 37180 0 0 0 119959 42 0 0 25 0 1 0 283742528 175448064 36516 18446744073709551615 134512640 134966189 4294956640 18446744073709551615 134519905 0 0 4096 0 0 0 0 17 1 0 0
/proc/6455/statm: 42834 36516 52 110 0 42721 0
Current children cumulated CPU time (s) 1200.01
Current children cumulated vsize (KiB) 171336

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

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

[startup+1200.5 s]
/proc/loadavg: 1.00 1.00 0.98 2/65 6654
/proc/meminfo: memFree=1593096/2055920 swapFree=4184008/4192956
[pid=6455] ppid=6453 vsize=171336 CPUtime=1200.01
/proc/6455/stat : 6455 (tinisat) R 6453 6455 5922 0 -1 4194304 37180 0 0 0 119959 42 0 0 25 0 1 0 283742528 175448064 36516 18446744073709551615 134512640 134966189 4294956640 18446744073709551615 134519905 0 0 4096 0 0 0 0 17 1 0 0
/proc/6455/statm: 42834 36516 52 110 0 42721 0
Current children cumulated CPU time (s) 1200.01
Current children cumulated vsize (KiB) 171336

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1200.53
CPU time (s): 1200.04
CPU user time (s): 1199.6
CPU system time (s): 0.444932
CPU usage (%): 99.9595
Max. virtual memory (cumulated for all children) (KiB): 171336

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1199.6
system time used= 0.444932
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 37180
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= 6
involuntary context switches= 1915

runsolver used 0.975851 second user time and 2.40063 second system time

The end

Launcher Data (download as text)

Begin job on node65 on Wed Feb 28 04:44:10 UTC 2007

IDJOB= 314496
IDBENCH= 20393
IDSOLVER= 100
FILE ID= node65/314496-1172637850

PBS_JOBID= 3981157

Free space on /tmp= 66499 MiB

SOLVER NAME= tinisat 2007-02-08
BENCH NAME= HOME/pub/bench/SAT07/industrial/fuhs/medium/AProVE07-21.cnf
COMMAND LINE= /tmp/evaluation/314496-1172637850/tinisat /tmp/evaluation/314496-1172637850/instance-314496-1172637850.cnf            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node65/watcher-314496-1172637850 -o ROOT/results/node65/solver-314496-1172637850 -C 1200 -W 2400 -M 1800 --output-limit 1,15  /tmp/evaluation/314496-1172637850/tinisat /tmp/evaluation/314496-1172637850/instance-314496-1172637850.cnf            

META MD5SUM SOLVER= 15788d06198cf45d0201cced774790cd
MD5SUM BENCH=  627e3d704e5200c3037f9c9d83c939c1

RANDOM SEED= 582623072

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node65.alineos.net 2.6.9-22.EL.rootsmp #1 SMP Mon Oct 3 08:59:52 CEST 2005 x86_64 x86_64 x86_64 GNU/Linux

/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.259
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.259
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:       1740648 kB
Buffers:         10856 kB
Cached:         254328 kB
SwapCached:       2668 kB
Active:          38304 kB
Inactive:       236252 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1740648 kB
SwapTotal:     4192956 kB
SwapFree:      4184008 kB
Dirty:             684 kB
Writeback:           0 kB
Mapped:          15348 kB
Slab:            26720 kB
Committed_AS:   691624 kB
PageTables:       1456 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= 66499 MiB

End job on node65 on Wed Feb 28 05:04:13 UTC 2007