Trace number 315536

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.11 1200.54

General information on the benchmark

Nameindustrial/palacios/uts/
uts-l06-ipc5-h31-unknown.cnf
MD5SUM4211c3af8594e6cbb06d7f7e8978c614
Bench CategoryINDUST (industrial instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark53.0629
Satisfiable
(Un)Satisfiability was proved
Number of variables149210
Number of clauses761906
Sum of the clauses size1988854
Maximum clause length591
Minimum clause length1
Number of clauses of size 1276
Number of clauses of size 2614506
Number of clauses of size 3141844
Number of clauses of size 41307
Number of clauses of size 5115
Number of clauses of size over 53858

Solver Data (download as text)

1.09/1.10	c Tinisat 0.22
1.09/1.10	c solving /tmp/evaluation/315536-1172655513/instance-315536-1172655513.cnf
1.09/1.10	c 151768 variables, 761906 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/node12/watcher-315536-1172655513 -o ROOT/results/node12/solver-315536-1172655513 -C 1200 -W 2400 -M 1800 --output-limit 1,15 /tmp/evaluation/315536-1172655513/tinisat /tmp/evaluation/315536-1172655513/instance-315536-1172655513.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.92 0.98 0.99 3/77 395
/proc/meminfo: memFree=1248968/2055920 swapFree=4156744/4192956
[pid=395] ppid=393 vsize=6676 CPUtime=0
/proc/395/stat : 395 (tinisat) R 393 395 32304 0 -1 4194304 96 0 0 0 0 0 0 0 18 0 1 0 285505730 6836224 81 18446744073709551615 134512640 134966189 4294956624 18446744073709551615 134629133 0 0 4096 0 0 0 0 17 1 0 0
/proc/395/statm: 1669 81 48 110 0 1556 0

[startup+0.0426261 s]
/proc/loadavg: 0.92 0.98 0.99 3/77 395
/proc/meminfo: memFree=1248968/2055920 swapFree=4156744/4192956
[pid=395] ppid=393 vsize=7204 CPUtime=0.03
/proc/395/stat : 395 (tinisat) R 393 395 32304 0 -1 4194304 263 0 0 0 3 0 0 0 18 0 1 0 285505730 7376896 248 18446744073709551615 134512640 134966189 4294956624 18446744073709551615 134612771 0 0 4096 0 0 0 0 17 1 0 0
/proc/395/statm: 1801 248 48 110 0 1688 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 7204

[startup+0.101635 s]
/proc/loadavg: 0.92 0.98 0.99 3/77 395
/proc/meminfo: memFree=1248968/2055920 swapFree=4156744/4192956
[pid=395] ppid=393 vsize=7864 CPUtime=0.09
/proc/395/stat : 395 (tinisat) R 393 395 32304 0 -1 4194304 510 0 0 0 9 0 0 0 18 0 1 0 285505730 8052736 495 18446744073709551615 134512640 134966189 4294956624 18446744073709551615 134629133 0 0 4096 0 0 0 0 17 1 0 0
/proc/395/statm: 1966 496 48 110 0 1853 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 7864

[startup+0.301671 s]
/proc/loadavg: 0.92 0.98 0.99 3/77 395
/proc/meminfo: memFree=1248968/2055920 swapFree=4156744/4192956
[pid=395] ppid=393 vsize=10240 CPUtime=0.29
/proc/395/stat : 395 (tinisat) R 393 395 32304 0 -1 4194304 1350 0 0 0 29 0 0 0 19 0 1 0 285505730 10485760 1335 18446744073709551615 134512640 134966189 4294956624 18446744073709551615 134612771 0 0 4096 0 0 0 0 17 1 0 0
/proc/395/statm: 2560 1335 48 110 0 2447 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 10240

[startup+0.701743 s]
/proc/loadavg: 0.92 0.98 0.99 3/77 395
/proc/meminfo: memFree=1248968/2055920 swapFree=4156744/4192956
[pid=395] ppid=393 vsize=15388 CPUtime=0.69
/proc/395/stat : 395 (tinisat) R 393 395 32304 0 -1 4194304 3162 0 0 0 68 1 0 0 23 0 1 0 285505730 15757312 3147 18446744073709551615 134512640 134966189 4294956624 18446744073709551615 134514772 0 0 4096 0 0 0 0 17 1 0 0
/proc/395/statm: 3847 3147 48 110 0 3734 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 15388

[startup+1.50289 s]
/proc/loadavg: 0.92 0.98 0.99 2/78 396
/proc/meminfo: memFree=1230784/2055920 swapFree=4156744/4192956
[pid=395] ppid=393 vsize=70772 CPUtime=1.49
/proc/395/stat : 395 (tinisat) R 393 395 32304 0 -1 4194304 15384 0 0 0 142 7 0 0 25 0 1 0 285505730 72470528 12988 18446744073709551615 134512640 134966189 4294956624 18446744073709551615 134519582 0 0 4096 0 0 0 0 17 1 0 0
/proc/395/statm: 17693 12988 52 110 0 17580 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 70772

[startup+3.10118 s]
/proc/loadavg: 0.92 0.98 0.99 2/78 396
/proc/meminfo: memFree=1196480/2055920 swapFree=4156744/4192956
[pid=395] ppid=393 vsize=70772 CPUtime=3.09
/proc/395/stat : 395 (tinisat) R 393 395 32304 0 -1 4194304 15528 0 0 0 302 7 0 0 25 0 1 0 285505730 72470528 13132 18446744073709551615 134512640 134966189 4294956624 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/395/statm: 17693 13132 52 110 0 17580 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 70772

[startup+6.30175 s]
/proc/loadavg: 0.93 0.98 0.99 2/78 396
/proc/meminfo: memFree=1195968/2055920 swapFree=4156744/4192956
[pid=395] ppid=393 vsize=70772 CPUtime=6.29
/proc/395/stat : 395 (tinisat) R 393 395 32304 0 -1 4194304 15634 0 0 0 622 7 0 0 25 0 1 0 285505730 72470528 13238 18446744073709551615 134512640 134966189 4294956624 18446744073709551615 134519657 0 0 4096 0 0 0 0 17 1 0 0
/proc/395/statm: 17693 13238 52 110 0 17580 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 70772

[startup+12.7019 s]
/proc/loadavg: 0.93 0.98 0.99 2/78 396
/proc/meminfo: memFree=1195008/2055920 swapFree=4156744/4192956
[pid=395] ppid=393 vsize=70772 CPUtime=12.68
/proc/395/stat : 395 (tinisat) R 393 395 32304 0 -1 4194304 15925 0 0 0 1261 7 0 0 25 0 1 0 285505730 72470528 13529 18446744073709551615 134512640 134966189 4294956624 18446744073709551615 134519905 0 0 4096 0 0 0 0 17 1 0 0
/proc/395/statm: 17693 13529 52 110 0 17580 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 70772

[startup+25.5012 s]
/proc/loadavg: 0.95 0.98 0.99 2/78 396
/proc/meminfo: memFree=1194176/2055920 swapFree=4156744/4192956
[pid=395] ppid=393 vsize=70772 CPUtime=25.48
/proc/395/stat : 395 (tinisat) R 393 395 32304 0 -1 4194304 16119 0 0 0 2541 7 0 0 25 0 1 0 285505730 72470528 13723 18446744073709551615 134512640 134966189 4294956624 18446744073709551615 134519836 0 0 4096 0 0 0 0 17 1 0 0
/proc/395/statm: 17693 13723 52 110 0 17580 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 70772

[startup+51.1018 s]
/proc/loadavg: 0.96 0.98 0.99 2/78 396
/proc/meminfo: memFree=1192448/2055920 swapFree=4156744/4192956
[pid=395] ppid=393 vsize=70772 CPUtime=51.07
/proc/395/stat : 395 (tinisat) R 393 395 32304 0 -1 4194304 16565 0 0 0 5099 8 0 0 25 0 1 0 285505730 72470528 14169 18446744073709551615 134512640 134966189 4294956624 18446744073709551615 134517013 0 0 4096 0 0 0 0 17 1 0 0
/proc/395/statm: 17693 14169 52 110 0 17580 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 70772

[startup+102.306 s]
/proc/loadavg: 0.98 0.98 0.99 2/78 396
/proc/meminfo: memFree=1185600/2055920 swapFree=4156744/4192956
[pid=395] ppid=393 vsize=70772 CPUtime=102.26
/proc/395/stat : 395 (tinisat) R 393 395 32304 0 -1 4194304 18287 0 0 0 10216 10 0 0 25 0 1 0 285505730 72470528 15891 18446744073709551615 134512640 134966189 4294956624 18446744073709551615 134519939 0 0 4096 0 0 0 0 17 1 0 0
/proc/395/statm: 17693 15891 52 110 0 17580 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 70772

[startup+162.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 396
/proc/meminfo: memFree=1176960/2055920 swapFree=4156744/4192956
[pid=395] ppid=393 vsize=113756 CPUtime=162.23
/proc/395/stat : 395 (tinisat) R 393 395 32304 0 -1 4194304 20446 0 0 0 16210 13 0 0 25 0 1 0 285505730 116486144 18050 18446744073709551615 134512640 134966189 4294956624 18446744073709551615 134518568 0 0 4096 0 0 0 0 17 1 0 0
/proc/395/statm: 28439 18050 52 110 0 28326 0
Current children cumulated CPU time (s) 162.23
Current children cumulated vsize (KiB) 113756

[startup+222.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 398
/proc/meminfo: memFree=1164928/2055920 swapFree=4156744/4192956
[pid=395] ppid=393 vsize=113756 CPUtime=222.21
/proc/395/stat : 395 (tinisat) R 393 395 32304 0 -1 4194304 23400 0 0 0 22204 17 0 0 25 0 1 0 285505730 116486144 21004 18446744073709551615 134512640 134966189 4294956624 18446744073709551615 134533224 0 0 4096 0 0 0 0 17 1 0 0
/proc/395/statm: 28439 21004 52 110 0 28326 0
Current children cumulated CPU time (s) 222.21
Current children cumulated vsize (KiB) 113756

[startup+282.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 398
/proc/meminfo: memFree=1155904/2055920 swapFree=4156744/4192956
[pid=395] ppid=393 vsize=113756 CPUtime=282.19
/proc/395/stat : 395 (tinisat) R 393 395 32304 0 -1 4194304 25706 0 0 0 28199 20 0 0 25 0 1 0 285505730 116486144 23310 18446744073709551615 134512640 134966189 4294956624 18446744073709551615 134519964 0 0 4096 0 0 0 0 17 1 0 0
/proc/395/statm: 28439 23310 52 110 0 28326 0
Current children cumulated CPU time (s) 282.19
Current children cumulated vsize (KiB) 113756

[startup+342.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 398
/proc/meminfo: memFree=1147520/2055920 swapFree=4156744/4192956
[pid=395] ppid=393 vsize=113756 CPUtime=342.17
/proc/395/stat : 395 (tinisat) R 393 395 32304 0 -1 4194304 27788 0 0 0 34195 22 0 0 25 0 1 0 285505730 116486144 25392 18446744073709551615 134512640 134966189 4294956624 18446744073709551615 134519582 0 0 4096 0 0 0 0 17 1 0 0
/proc/395/statm: 28439 25392 52 110 0 28326 0
Current children cumulated CPU time (s) 342.17
Current children cumulated vsize (KiB) 113756

[startup+402.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 398
/proc/meminfo: memFree=1139200/2055920 swapFree=4156744/4192956
[pid=395] ppid=393 vsize=113756 CPUtime=402.15
/proc/395/stat : 395 (tinisat) R 393 395 32304 0 -1 4194304 29885 0 0 0 40190 25 0 0 25 0 1 0 285505730 116486144 27489 18446744073709551615 134512640 134966189 4294956624 18446744073709551615 134519567 0 0 4096 0 0 0 0 17 1 0 0
/proc/395/statm: 28439 27489 52 110 0 28326 0
Current children cumulated CPU time (s) 402.15
Current children cumulated vsize (KiB) 113756

[startup+462.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 398
/proc/meminfo: memFree=1126336/2055920 swapFree=4156744/4192956
[pid=395] ppid=393 vsize=199720 CPUtime=462.12
/proc/395/stat : 395 (tinisat) R 393 395 32304 0 -1 4194304 33062 0 0 0 46183 29 0 0 25 0 1 0 285505730 204513280 30666 18446744073709551615 134512640 134966189 4294956624 18446744073709551615 134519582 0 0 4096 0 0 0 0 17 1 0 0
/proc/395/statm: 49930 30666 52 110 0 49817 0
Current children cumulated CPU time (s) 462.12
Current children cumulated vsize (KiB) 199720

[startup+522.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 398
/proc/meminfo: memFree=1114240/2055920 swapFree=4156744/4192956
[pid=395] ppid=393 vsize=199720 CPUtime=522.1
/proc/395/stat : 395 (tinisat) R 393 395 32304 0 -1 4194304 36072 0 0 0 52179 31 0 0 25 0 1 0 285505730 204513280 33676 18446744073709551615 134512640 134966189 4294956624 18446744073709551615 134519580 0 0 4096 0 0 0 0 17 1 0 0
/proc/395/statm: 49930 33676 52 110 0 49817 0
Current children cumulated CPU time (s) 522.1
Current children cumulated vsize (KiB) 199720

[startup+582.301 s]
/proc/loadavg: 1.03 1.00 1.00 2/78 398
/proc/meminfo: memFree=1102848/2055920 swapFree=4156744/4192956
[pid=395] ppid=393 vsize=199720 CPUtime=582.08
/proc/395/stat : 395 (tinisat) R 393 395 32304 0 -1 4194304 38899 0 0 0 58174 34 0 0 25 0 1 0 285505730 204513280 36503 18446744073709551615 134512640 134966189 4294956624 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/395/statm: 49930 36503 52 110 0 49817 0
Current children cumulated CPU time (s) 582.08
Current children cumulated vsize (KiB) 199720

[startup+642.301 s]
/proc/loadavg: 1.01 1.00 1.00 2/78 398
/proc/meminfo: memFree=1093184/2055920 swapFree=4156744/4192956
[pid=395] ppid=393 vsize=199720 CPUtime=642.07
/proc/395/stat : 395 (tinisat) R 393 395 32304 0 -1 4194304 41295 0 0 0 64170 37 0 0 25 0 1 0 285505730 204513280 38899 18446744073709551615 134512640 134966189 4294956624 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/395/statm: 49930 38899 52 110 0 49817 0
Current children cumulated CPU time (s) 642.07
Current children cumulated vsize (KiB) 199720

[startup+702.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 398
/proc/meminfo: memFree=1084416/2055920 swapFree=4156744/4192956
[pid=395] ppid=393 vsize=199720 CPUtime=702.04
/proc/395/stat : 395 (tinisat) R 393 395 32304 0 -1 4194304 43502 0 0 0 70164 40 0 0 25 0 1 0 285505730 204513280 41106 18446744073709551615 134512640 134966189 4294956624 18446744073709551615 134520029 0 0 4096 0 0 0 0 17 1 0 0
/proc/395/statm: 49930 41106 52 110 0 49817 0
Current children cumulated CPU time (s) 702.04
Current children cumulated vsize (KiB) 199720

[startup+762.306 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 398
/proc/meminfo: memFree=1075456/2055920 swapFree=4156744/4192956
[pid=395] ppid=393 vsize=199720 CPUtime=762.02
/proc/395/stat : 395 (tinisat) R 393 395 32304 0 -1 4194304 45713 0 0 0 76159 43 0 0 25 0 1 0 285505730 204513280 43317 18446744073709551615 134512640 134966189 4294956624 18446744073709551615 134519827 0 0 4096 0 0 0 0 17 1 0 0
/proc/395/statm: 49930 43317 52 110 0 49817 0
Current children cumulated CPU time (s) 762.02
Current children cumulated vsize (KiB) 199720

[startup+822.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 398
/proc/meminfo: memFree=1067008/2055920 swapFree=4156744/4192956
[pid=395] ppid=393 vsize=199720 CPUtime=821.99
/proc/395/stat : 395 (tinisat) R 393 395 32304 0 -1 4194304 47832 0 0 0 82154 45 0 0 25 0 1 0 285505730 204513280 45436 18446744073709551615 134512640 134966189 4294956624 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/395/statm: 49930 45436 52 110 0 49817 0
Current children cumulated CPU time (s) 821.99
Current children cumulated vsize (KiB) 199720

[startup+882.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 398
/proc/meminfo: memFree=1059456/2055920 swapFree=4156744/4192956
[pid=395] ppid=393 vsize=199720 CPUtime=881.97
/proc/395/stat : 395 (tinisat) R 393 395 32304 0 -1 4194304 49705 0 0 0 88150 47 0 0 25 0 1 0 285505730 204513280 47309 18446744073709551615 134512640 134966189 4294956624 18446744073709551615 134519582 0 0 4096 0 0 0 0 17 1 0 0
/proc/395/statm: 49930 47309 52 110 0 49817 0
Current children cumulated CPU time (s) 881.97
Current children cumulated vsize (KiB) 199720

[startup+942.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 398
/proc/meminfo: memFree=1049984/2055920 swapFree=4156744/4192956
[pid=395] ppid=393 vsize=199720 CPUtime=941.95
/proc/395/stat : 395 (tinisat) R 393 395 32304 0 -1 4194304 52132 0 0 0 94145 50 0 0 25 0 1 0 285505730 204513280 49736 18446744073709551615 134512640 134966189 4294956624 18446744073709551615 134519582 0 0 4096 0 0 0 0 17 1 0 0
/proc/395/statm: 49930 49736 52 110 0 49817 0
Current children cumulated CPU time (s) 941.95
Current children cumulated vsize (KiB) 199720

[startup+1002.3 s]
/proc/loadavg: 1.08 1.02 1.01 2/78 398
/proc/meminfo: memFree=1041728/2055920 swapFree=4156744/4192956
[pid=395] ppid=393 vsize=371644 CPUtime=1001.94
/proc/395/stat : 395 (tinisat) R 393 395 32304 0 -1 4194304 54129 0 0 0 100141 53 0 0 25 0 1 0 285505730 380563456 51733 18446744073709551615 134512640 134966189 4294956624 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/395/statm: 92911 51733 52 110 0 92798 0
Current children cumulated CPU time (s) 1001.94
Current children cumulated vsize (KiB) 371644

[startup+1062.3 s]
/proc/loadavg: 1.10 1.03 1.00 2/78 398
/proc/meminfo: memFree=1034688/2055920 swapFree=4156744/4192956
[pid=395] ppid=393 vsize=371644 CPUtime=1061.91
/proc/395/stat : 395 (tinisat) R 393 395 32304 0 -1 4194304 55942 0 0 0 106136 55 0 0 25 0 1 0 285505730 380563456 53546 18446744073709551615 134512640 134966189 4294956624 18446744073709551615 134518744 0 0 4096 0 0 0 0 17 1 0 0
/proc/395/statm: 92911 53546 52 110 0 92798 0
Current children cumulated CPU time (s) 1061.91
Current children cumulated vsize (KiB) 371644

[startup+1122.3 s]
/proc/loadavg: 1.10 1.04 1.00 2/78 398
/proc/meminfo: memFree=1027520/2055920 swapFree=4156744/4192956
[pid=395] ppid=393 vsize=371644 CPUtime=1121.88
/proc/395/stat : 395 (tinisat) R 393 395 32304 0 -1 4194304 57675 0 0 0 112131 57 0 0 25 0 1 0 285505730 380563456 55279 18446744073709551615 134512640 134966189 4294956624 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/395/statm: 92911 55279 52 110 0 92798 0
Current children cumulated CPU time (s) 1121.88
Current children cumulated vsize (KiB) 371644

[startup+1182.3 s]
/proc/loadavg: 1.10 1.04 1.00 2/78 398
/proc/meminfo: memFree=1020864/2055920 swapFree=4156744/4192956
[pid=395] ppid=393 vsize=371644 CPUtime=1181.87
/proc/395/stat : 395 (tinisat) R 393 395 32304 0 -1 4194304 59333 0 0 0 118127 60 0 0 25 0 1 0 285505730 380563456 56937 18446744073709551615 134512640 134966189 4294956624 18446744073709551615 134520118 0 0 4096 0 0 0 0 17 1 0 0
/proc/395/statm: 92911 56937 52 110 0 92798 0
Current children cumulated CPU time (s) 1181.87
Current children cumulated vsize (KiB) 371644



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.5 s]
/proc/loadavg: 1.07 1.04 1.00 2/78 398
/proc/meminfo: memFree=1018496/2055920 swapFree=4156744/4192956
[pid=395] ppid=393 vsize=371644 CPUtime=1200.06
/proc/395/stat : 395 (tinisat) R 393 395 32304 0 -1 4194304 59906 0 0 0 119946 60 0 0 25 0 1 0 285505730 380563456 57510 18446744073709551615 134512640 134966189 4294956624 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/395/statm: 92911 57510 52 110 0 92798 0
Current children cumulated CPU time (s) 1200.06
Current children cumulated vsize (KiB) 371644

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.07 1.04 1.00 2/78 398
/proc/meminfo: memFree=1018496/2055920 swapFree=4156744/4192956
[pid=395] ppid=393 vsize=371644 CPUtime=1200.06
/proc/395/stat : 395 (tinisat) R 393 395 32304 0 -1 4194304 59906 0 0 0 119946 60 0 0 25 0 1 0 285505730 380563456 57510 18446744073709551615 134512640 134966189 4294956624 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/395/statm: 92911 57510 52 110 0 92798 0
Current children cumulated CPU time (s) 1200.06
Current children cumulated vsize (KiB) 371644

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1200.54
CPU time (s): 1200.11
CPU user time (s): 1199.47
CPU system time (s): 0.645901
CPU usage (%): 99.9641
Max. virtual memory (cumulated for all children) (KiB): 371644

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1199.47
system time used= 0.645901
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 59906
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= 24112

runsolver used 1.42178 second user time and 2.93255 second system time

The end

Launcher Data (download as text)

Begin job on node12 on Wed Feb 28 09:38:33 UTC 2007

IDJOB= 315536
IDBENCH= 20419
IDSOLVER= 100
FILE ID= node12/315536-1172655513

PBS_JOBID= 3980955

Free space on /tmp= 66497 MiB

SOLVER NAME= tinisat 2007-02-08
BENCH NAME= HOME/pub/bench/SAT07/industrial/palacios/uts/uts-l06-ipc5-h31-unknown.cnf
COMMAND LINE= /tmp/evaluation/315536-1172655513/tinisat /tmp/evaluation/315536-1172655513/instance-315536-1172655513.cnf            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node12/watcher-315536-1172655513 -o ROOT/results/node12/solver-315536-1172655513 -C 1200 -W 2400 -M 1800 --output-limit 1,15  /tmp/evaluation/315536-1172655513/tinisat /tmp/evaluation/315536-1172655513/instance-315536-1172655513.cnf            

META MD5SUM SOLVER= 15788d06198cf45d0201cced774790cd
MD5SUM BENCH=  4211c3af8594e6cbb06d7f7e8978c614

RANDOM SEED= 471502133

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node12.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.285
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.285
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:       1249376 kB
Buffers:         33916 kB
Cached:         691652 kB
SwapCached:      14884 kB
Active:         167036 kB
Inactive:       581532 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1249376 kB
SwapTotal:     4192956 kB
SwapFree:      4156744 kB
Dirty:           14276 kB
Writeback:           0 kB
Mapped:          29996 kB
Slab:            43540 kB
Committed_AS:  1198676 kB
PageTables:       1692 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= 66497 MiB

End job on node12 on Wed Feb 28 09:58:35 UTC 2007