Trace number 329358

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.1 1200.56

General information on the benchmark

Nameindustrial/IBM_FV_2002_13_rule_1/
SAT_dat.k90.cnf
MD5SUM4d4e319f149d6e692fcbe15ac5f23f27
Bench CategoryINDUST (industrial instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables48367
Number of clauses172410
Sum of the clauses size457782
Maximum clause length37
Minimum clause length1
Number of clauses of size 11188
Number of clauses of size 290456
Number of clauses of size 374240
Number of clauses of size 4446
Number of clauses of size 5865
Number of clauses of size over 55215

Solver Data (download as text)

0.19/0.25	c Tinisat 0.22
0.19/0.25	c solving /tmp/evaluation/329358-1173138450/instance-329358-1173138450.cnf
0.19/0.25	c 48367 variables, 172410 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/node2/watcher-329358-1173138450 -o ROOT/results/node2/solver-329358-1173138450 -C 1200 -W 2400 -M 1800 --output-limit 1,15 /tmp/evaluation/329358-1173138450/tinisat /tmp/evaluation/329358-1173138450/instance-329358-1173138450.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.93 0.99 0.99 3/77 27056
/proc/meminfo: memFree=1039152/2055920 swapFree=4153276/4192956
[pid=27056] ppid=27054 vsize=716 CPUtime=0
/proc/27056/stat : 27056 (tinisat) R 27054 27056 26548 0 -1 4194304 67 0 0 0 0 0 0 0 18 0 1 0 333799986 733184 52 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134629133 0 0 4096 0 0 0 0 17 1 0 0
/proc/27056/statm: 179 52 41 110 0 66 0

[startup+0.102804 s]
/proc/loadavg: 0.93 0.99 0.99 3/77 27056
/proc/meminfo: memFree=1039152/2055920 swapFree=4153276/4192956
[pid=27056] ppid=27054 vsize=3388 CPUtime=0.1
/proc/27056/stat : 27056 (tinisat) R 27054 27056 26548 0 -1 4194304 538 0 0 0 10 0 0 0 18 0 1 0 333799986 3469312 523 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134612771 0 0 4096 0 0 0 0 17 1 0 0
/proc/27056/statm: 847 523 48 110 0 734 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 3388

[startup+0.201814 s]
/proc/loadavg: 0.93 0.99 0.99 3/77 27056
/proc/meminfo: memFree=1039152/2055920 swapFree=4153276/4192956
[pid=27056] ppid=27054 vsize=4840 CPUtime=0.19
/proc/27056/stat : 27056 (tinisat) R 27054 27056 26548 0 -1 4194304 1027 0 0 0 19 0 0 0 18 0 1 0 333799986 4956160 1012 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134612771 0 0 4096 0 0 0 0 17 1 0 0
/proc/27056/statm: 1210 1012 48 110 0 1097 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 4840

[startup+0.301826 s]
/proc/loadavg: 0.93 0.99 0.99 3/77 27056
/proc/meminfo: memFree=1039152/2055920 swapFree=4153276/4192956
[pid=27056] ppid=27054 vsize=17232 CPUtime=0.29
/proc/27056/stat : 27056 (tinisat) R 27054 27056 26548 0 -1 4194304 3103 0 0 0 28 1 0 0 19 0 1 0 333799986 17645568 3087 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134612771 0 0 4096 0 0 0 0 17 1 0 0
/proc/27056/statm: 4308 3088 51 110 0 4195 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 17232

[startup+0.701866 s]
/proc/loadavg: 0.93 0.99 0.99 3/77 27056
/proc/meminfo: memFree=1039152/2055920 swapFree=4153276/4192956
[pid=27056] ppid=27054 vsize=18044 CPUtime=0.69
/proc/27056/stat : 27056 (tinisat) R 27054 27056 26548 0 -1 4194304 4198 0 0 0 68 1 0 0 22 0 1 0 333799986 18477056 3560 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134532918 0 0 4096 0 0 0 0 17 1 0 0
/proc/27056/statm: 4511 3560 52 110 0 4398 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 18044

[startup+1.50195 s]
/proc/loadavg: 0.93 0.99 0.99 2/78 27057
/proc/meminfo: memFree=1024872/2055920 swapFree=4153276/4192956
[pid=27056] ppid=27054 vsize=18044 CPUtime=1.49
/proc/27056/stat : 27056 (tinisat) R 27054 27056 26548 0 -1 4194304 4255 0 0 0 148 1 0 0 25 0 1 0 333799986 18477056 3617 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134518744 0 0 4096 0 0 0 0 17 1 0 0
/proc/27056/statm: 4511 3617 52 110 0 4398 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 18044

[startup+3.10111 s]
/proc/loadavg: 0.93 0.99 0.99 2/78 27057
/proc/meminfo: memFree=1024296/2055920 swapFree=4153276/4192956
[pid=27056] ppid=27054 vsize=18044 CPUtime=3.09
/proc/27056/stat : 27056 (tinisat) R 27054 27056 26548 0 -1 4194304 4375 0 0 0 307 2 0 0 25 0 1 0 333799986 18477056 3737 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519657 0 0 4096 0 0 0 0 17 1 0 0
/proc/27056/statm: 4511 3737 52 110 0 4398 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 18044

[startup+6.30145 s]
/proc/loadavg: 0.94 0.99 0.99 2/78 27057
/proc/meminfo: memFree=1023528/2055920 swapFree=4153276/4192956
[pid=27056] ppid=27054 vsize=18044 CPUtime=6.29
/proc/27056/stat : 27056 (tinisat) R 27054 27056 26548 0 -1 4194304 4588 0 0 0 627 2 0 0 25 0 1 0 333799986 18477056 3950 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/27056/statm: 4511 3950 52 110 0 4398 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 18044

[startup+12.7011 s]
/proc/loadavg: 0.94 0.99 0.99 2/78 27057
/proc/meminfo: memFree=1021224/2055920 swapFree=4153276/4192956
[pid=27056] ppid=27054 vsize=27892 CPUtime=12.69
/proc/27056/stat : 27056 (tinisat) R 27054 27056 26548 0 -1 4194304 5110 0 0 0 1267 2 0 0 25 0 1 0 333799986 28561408 4472 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/27056/statm: 6973 4472 52 110 0 6860 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 27892

[startup+25.5014 s]
/proc/loadavg: 0.95 0.99 0.99 2/78 27057
/proc/meminfo: memFree=1016552/2055920 swapFree=4153276/4192956
[pid=27056] ppid=27054 vsize=27892 CPUtime=25.48
/proc/27056/stat : 27056 (tinisat) R 27054 27056 26548 0 -1 4194304 6254 0 0 0 2545 3 0 0 25 0 1 0 333799986 28561408 5616 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519582 0 0 4096 0 0 0 0 17 1 0 0
/proc/27056/statm: 6973 5616 52 110 0 6860 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 27892

[startup+51.1011 s]
/proc/loadavg: 0.97 0.99 0.99 2/78 27057
/proc/meminfo: memFree=1008232/2055920 swapFree=4153276/4192956
[pid=27056] ppid=27054 vsize=47588 CPUtime=51.08
/proc/27056/stat : 27056 (tinisat) R 27054 27056 26548 0 -1 4194304 8332 0 0 0 5103 5 0 0 25 0 1 0 333799986 48730112 7694 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519582 0 0 4096 0 0 0 0 17 1 0 0
/proc/27056/statm: 11897 7694 52 110 0 11784 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 47588

[startup+102.301 s]
/proc/loadavg: 0.98 0.99 0.99 2/78 27057
/proc/meminfo: memFree=993576/2055920 swapFree=4153276/4192956
[pid=27056] ppid=27054 vsize=47588 CPUtime=102.26
/proc/27056/stat : 27056 (tinisat) R 27054 27056 26548 0 -1 4194304 11989 0 0 0 10218 8 0 0 25 0 1 0 333799986 48730112 11351 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134515474 0 0 4096 0 0 0 0 17 1 0 0
/proc/27056/statm: 11897 11351 52 110 0 11784 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 47588

[startup+162.302 s]
/proc/loadavg: 0.99 0.99 0.99 2/78 27057
/proc/meminfo: memFree=970408/2055920 swapFree=4153276/4192956
[pid=27056] ppid=27054 vsize=86976 CPUtime=162.25
/proc/27056/stat : 27056 (tinisat) R 27054 27056 26548 0 -1 4194304 17802 0 0 0 16211 14 0 0 25 0 1 0 333799986 89063424 17164 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519582 0 0 4096 0 0 0 0 17 1 0 0
/proc/27056/statm: 21744 17164 52 110 0 21631 0
Current children cumulated CPU time (s) 162.25
Current children cumulated vsize (KiB) 86976

[startup+222.306 s]
/proc/loadavg: 0.99 0.99 0.99 2/78 27057
/proc/meminfo: memFree=950632/2055920 swapFree=4153276/4192956
[pid=27056] ppid=27054 vsize=165752 CPUtime=222.23
/proc/27056/stat : 27056 (tinisat) R 27054 27056 26548 0 -1 4194304 22690 0 0 0 22204 19 0 0 25 0 1 0 333799986 169730048 22052 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/27056/statm: 41438 22052 52 110 0 41325 0
Current children cumulated CPU time (s) 222.23
Current children cumulated vsize (KiB) 165752

[startup+282.301 s]
/proc/loadavg: 0.99 0.99 0.99 2/78 27057
/proc/meminfo: memFree=934376/2055920 swapFree=4153276/4192956
[pid=27056] ppid=27054 vsize=165752 CPUtime=282.21
/proc/27056/stat : 27056 (tinisat) R 27054 27056 26548 0 -1 4194304 26765 0 0 0 28196 25 0 0 25 0 1 0 333799986 169730048 26127 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519841 0 0 4096 0 0 0 0 17 1 0 0
/proc/27056/statm: 41438 26127 52 110 0 41325 0
Current children cumulated CPU time (s) 282.21
Current children cumulated vsize (KiB) 165752

[startup+342.301 s]
/proc/loadavg: 0.99 0.99 0.99 2/78 27057
/proc/meminfo: memFree=915240/2055920 swapFree=4153276/4192956
[pid=27056] ppid=27054 vsize=166780 CPUtime=342.19
/proc/27056/stat : 27056 (tinisat) R 27054 27056 26548 0 -1 4194304 31513 0 0 0 34189 30 0 0 25 0 1 0 333799986 170782720 30875 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/27056/statm: 41695 30875 52 110 0 41582 0
Current children cumulated CPU time (s) 342.19
Current children cumulated vsize (KiB) 166780

[startup+402.301 s]
/proc/loadavg: 0.99 0.99 0.99 2/78 27057
/proc/meminfo: memFree=901864/2055920 swapFree=4153276/4192956
[pid=27056] ppid=27054 vsize=167048 CPUtime=402.18
/proc/27056/stat : 27056 (tinisat) R 27054 27056 26548 0 -1 4194304 34866 0 0 0 40184 34 0 0 25 0 1 0 333799986 171057152 34228 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134515541 0 0 4096 0 0 0 0 17 1 0 0
/proc/27056/statm: 41762 34228 52 110 0 41649 0
Current children cumulated CPU time (s) 402.18
Current children cumulated vsize (KiB) 167048

[startup+462.302 s]
/proc/loadavg: 0.99 0.99 0.99 2/78 27057
/proc/meminfo: memFree=888040/2055920 swapFree=4153276/4192956
[pid=27056] ppid=27054 vsize=167848 CPUtime=462.16
/proc/27056/stat : 27056 (tinisat) R 27054 27056 26548 0 -1 4194304 38308 0 0 0 46179 37 0 0 25 0 1 0 333799986 171876352 37670 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519582 0 0 4096 0 0 0 0 17 1 0 0
/proc/27056/statm: 41962 37670 52 110 0 41849 0
Current children cumulated CPU time (s) 462.16
Current children cumulated vsize (KiB) 167848

[startup+522.302 s]
/proc/loadavg: 0.99 0.99 0.99 2/78 27057
/proc/meminfo: memFree=871912/2055920 swapFree=4153276/4192956
[pid=27056] ppid=27054 vsize=167848 CPUtime=522.14
/proc/27056/stat : 27056 (tinisat) R 27054 27056 26548 0 -1 4194304 42370 0 0 0 52172 42 0 0 25 0 1 0 333799986 171876352 41732 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519972 0 0 4096 0 0 0 0 17 1 0 0
/proc/27056/statm: 41962 41732 52 110 0 41849 0
Current children cumulated CPU time (s) 522.14
Current children cumulated vsize (KiB) 167848

[startup+582.301 s]
/proc/loadavg: 0.99 0.99 0.99 2/78 27057
/proc/meminfo: memFree=856232/2055920 swapFree=4153276/4192956
[pid=27056] ppid=27054 vsize=325676 CPUtime=582.12
/proc/27056/stat : 27056 (tinisat) R 27054 27056 26548 0 -1 4194304 46259 0 0 0 58164 48 0 0 25 0 1 0 333799986 333492224 45621 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134517013 0 0 4096 0 0 0 0 17 1 0 0
/proc/27056/statm: 81419 45622 52 110 0 81306 0
Current children cumulated CPU time (s) 582.12
Current children cumulated vsize (KiB) 325676

[startup+642.301 s]
/proc/loadavg: 0.99 0.99 0.99 2/78 27057
/proc/meminfo: memFree=840232/2055920 swapFree=4153276/4192956
[pid=27056] ppid=27054 vsize=325812 CPUtime=642.1
/proc/27056/stat : 27056 (tinisat) R 27054 27056 26548 0 -1 4194304 50266 0 0 0 64158 52 0 0 25 0 1 0 333799986 333631488 49628 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134520074 0 0 4096 0 0 0 0 17 1 0 0
/proc/27056/statm: 81453 49628 52 110 0 81340 0
Current children cumulated CPU time (s) 642.1
Current children cumulated vsize (KiB) 325812

[startup+702.302 s]
/proc/loadavg: 0.99 0.99 0.99 3/78 27057
/proc/meminfo: memFree=824680/2055920 swapFree=4153276/4192956
[pid=27056] ppid=27054 vsize=325812 CPUtime=702.09
/proc/27056/stat : 27056 (tinisat) R 27054 27056 26548 0 -1 4194304 54130 0 0 0 70152 57 0 0 25 0 1 0 333799986 333631488 53492 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519858 0 0 4096 0 0 0 0 17 1 0 0
/proc/27056/statm: 81453 53492 52 110 0 81340 0
Current children cumulated CPU time (s) 702.09
Current children cumulated vsize (KiB) 325812

[startup+762.302 s]
/proc/loadavg: 0.99 0.99 0.99 2/78 27057
/proc/meminfo: memFree=808552/2055920 swapFree=4153276/4192956
[pid=27056] ppid=27054 vsize=325944 CPUtime=762.08
/proc/27056/stat : 27056 (tinisat) R 27054 27056 26548 0 -1 4194304 58126 0 0 0 76146 62 0 0 25 0 1 0 333799986 333766656 57488 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134515524 0 0 4096 0 0 0 0 17 1 0 0
/proc/27056/statm: 81486 57488 52 110 0 81373 0
Current children cumulated CPU time (s) 762.08
Current children cumulated vsize (KiB) 325944

[startup+822.302 s]
/proc/loadavg: 1.04 1.00 1.00 2/84 27129
/proc/meminfo: memFree=794480/2055920 swapFree=4153276/4192956
[pid=27056] ppid=27054 vsize=326916 CPUtime=822.03
/proc/27056/stat : 27056 (tinisat) R 27054 27056 26548 0 -1 4194304 61354 0 0 0 82137 66 0 0 25 0 1 0 333799986 334761984 60716 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134515313 0 0 4096 0 0 0 0 17 1 0 0
/proc/27056/statm: 81729 60716 52 110 0 81616 0
Current children cumulated CPU time (s) 822.03
Current children cumulated vsize (KiB) 326916

[startup+882.306 s]
/proc/loadavg: 1.01 1.00 1.00 3/84 27227
/proc/meminfo: memFree=783352/2055920 swapFree=4153276/4192956
[pid=27056] ppid=27054 vsize=327876 CPUtime=881.95
/proc/27056/stat : 27056 (tinisat) R 27054 27056 26548 0 -1 4194304 64115 0 0 0 88127 68 0 0 25 0 1 0 333799986 335745024 63477 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519927 0 0 4096 0 0 0 0 17 1 0 0
/proc/27056/statm: 81969 63477 52 110 0 81856 0
Current children cumulated CPU time (s) 881.95
Current children cumulated vsize (KiB) 327876

[startup+942.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 27255
/proc/meminfo: memFree=772136/2055920 swapFree=4153276/4192956
[pid=27056] ppid=27054 vsize=329032 CPUtime=941.91
/proc/27056/stat : 27056 (tinisat) R 27054 27056 26548 0 -1 4194304 67480 0 0 0 94119 72 0 0 25 0 1 0 333799986 336928768 66585 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519836 0 0 4096 0 0 0 0 17 1 0 0
/proc/27056/statm: 82258 66585 52 110 0 82145 0
Current children cumulated CPU time (s) 941.91
Current children cumulated vsize (KiB) 329032

[startup+1002.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 27255
/proc/meminfo: memFree=761896/2055920 swapFree=4153276/4192956
[pid=27056] ppid=27054 vsize=329584 CPUtime=1001.89
/proc/27056/stat : 27056 (tinisat) R 27054 27056 26548 0 -1 4194304 69992 0 0 0 100114 75 0 0 25 0 1 0 333799986 337494016 69097 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/27056/statm: 82396 69097 52 110 0 82283 0
Current children cumulated CPU time (s) 1001.89
Current children cumulated vsize (KiB) 329584

[startup+1062.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 27255
/proc/meminfo: memFree=752744/2055920 swapFree=4153276/4192956
[pid=27056] ppid=27054 vsize=330364 CPUtime=1061.87
/proc/27056/stat : 27056 (tinisat) R 27054 27056 26548 0 -1 4194304 72305 0 0 0 106109 78 0 0 25 0 1 0 333799986 338292736 71410 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519841 0 0 4096 0 0 0 0 17 1 0 0
/proc/27056/statm: 82591 71410 52 110 0 82478 0
Current children cumulated CPU time (s) 1061.87
Current children cumulated vsize (KiB) 330364

[startup+1122.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 27255
/proc/meminfo: memFree=740328/2055920 swapFree=4153276/4192956
[pid=27056] ppid=27054 vsize=330496 CPUtime=1121.86
/proc/27056/stat : 27056 (tinisat) R 27054 27056 26548 0 -1 4194304 75403 0 0 0 112104 82 0 0 25 0 1 0 333799986 338427904 74508 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519905 0 0 4096 0 0 0 0 17 1 0 0
/proc/27056/statm: 82624 74508 52 110 0 82511 0
Current children cumulated CPU time (s) 1121.86
Current children cumulated vsize (KiB) 330496

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 27255
/proc/meminfo: memFree=728680/2055920 swapFree=4153276/4192956
[pid=27056] ppid=27054 vsize=330944 CPUtime=1181.84
/proc/27056/stat : 27056 (tinisat) R 27054 27056 26548 0 -1 4194304 78313 0 0 0 118098 86 0 0 25 0 1 0 333799986 338886656 77418 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519841 0 0 4096 0 0 0 0 17 1 0 0
/proc/27056/statm: 82736 77418 52 110 0 82623 0
Current children cumulated CPU time (s) 1181.84
Current children cumulated vsize (KiB) 330944



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.5 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 27255
/proc/meminfo: memFree=726568/2055920 swapFree=4153276/4192956
[pid=27056] ppid=27054 vsize=331344 CPUtime=1200.04
/proc/27056/stat : 27056 (tinisat) R 27054 27056 26548 0 -1 4194304 78824 0 0 0 119918 86 0 0 25 0 1 0 333799986 339296256 77929 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519582 0 0 4096 0 0 0 0 17 1 0 0
/proc/27056/statm: 82836 77929 52 110 0 82723 0
Current children cumulated CPU time (s) 1200.04
Current children cumulated vsize (KiB) 331344

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): 1200.56
CPU time (s): 1200.1
CPU user time (s): 1199.19
CPU system time (s): 0.91686
CPU usage (%): 99.9622
Max. virtual memory (cumulated for all children) (KiB): 331344

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

runsolver used 1.38179 second user time and 2.99055 second system time

The end

Launcher Data (download as text)

Begin job on node2 on Mon Mar  5 23:47:30 UTC 2007

IDJOB= 329358
IDBENCH= 20538
IDSOLVER= 100
FILE ID= node2/329358-1173138450

PBS_JOBID= 4014975

Free space on /tmp= 66507 MiB

SOLVER NAME= tinisat 2007-02-08
BENCH NAME= HOME/pub/bench/SAT07/industrial/IBM_FV_2002_13_rule_1/SAT_dat.k90.cnf
COMMAND LINE= /tmp/evaluation/329358-1173138450/tinisat /tmp/evaluation/329358-1173138450/instance-329358-1173138450.cnf            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node2/watcher-329358-1173138450 -o ROOT/results/node2/solver-329358-1173138450 -C 1200 -W 2400 -M 1800 --output-limit 1,15  /tmp/evaluation/329358-1173138450/tinisat /tmp/evaluation/329358-1173138450/instance-329358-1173138450.cnf            

META MD5SUM SOLVER= 15788d06198cf45d0201cced774790cd
MD5SUM BENCH=  4d4e319f149d6e692fcbe15ac5f23f27

RANDOM SEED= 965109612

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node2.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.247
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.247
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:       1039496 kB
Buffers:         51120 kB
Cached:         867720 kB
SwapCached:       2968 kB
Active:         109588 kB
Inactive:       832552 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1039496 kB
SwapTotal:     4192956 kB
SwapFree:      4153276 kB
Dirty:            4904 kB
Writeback:           0 kB
Mapped:          30620 kB
Slab:            59752 kB
Committed_AS:  1563416 kB
PageTables:       1812 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= 66507 MiB

End job on node2 on Tue Mar  6 00:07:33 UTC 2007