Trace number 334110

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.09 1200.42

General information on the benchmark

Namecrafted/Hard/contest04/connamacher/
connm-ue-csp-sat-n800-d0.04-s1788334438.sat05-543.reshuffled-07.cnf
MD5SUMeb542a3ed65e86298dd7b9339a890090
Bench CategoryCRAFTED (crafted 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 variables764
Number of clauses9695
Sum of the clauses size29276
Maximum clause length4
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 39504
Number of clauses of size 4191
Number of clauses of size 50
Number of clauses of size over 50

Solver Data (download as text)

0.00/0.01	c Tinisat 0.22
0.00/0.01	c solving /tmp/evaluation/334110-1173551499/instance-334110-1173551499.cnf
0.00/0.01	c 764 variables, 9695 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/node14/watcher-334110-1173551499 -o ROOT/results/node14/solver-334110-1173551499 -C 1200 -W 2400 -M 1800 --output-limit 1,15 /tmp/evaluation/334110-1173551499/tinisat /tmp/evaluation/334110-1173551499/instance-334110-1173551499.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: 1.00 1.00 0.99 3/77 1743
/proc/meminfo: memFree=1523656/2055920 swapFree=4146600/4192956
[pid=1743] ppid=1741 vsize=848 CPUtime=0
/proc/1743/stat : 1743 (tinisat) R 1741 1743 1293 0 -1 4194304 110 0 0 0 0 0 0 0 18 0 1 0 375104281 868352 95 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134612771 0 0 4096 0 0 0 0 17 1 0 0
/proc/1743/statm: 212 95 48 110 0 99 0

[startup+0.0688771 s]
/proc/loadavg: 1.00 1.00 0.99 3/77 1743
/proc/meminfo: memFree=1523656/2055920 swapFree=4146600/4192956
[pid=1743] ppid=1741 vsize=1548 CPUtime=0.06
/proc/1743/stat : 1743 (tinisat) R 1741 1743 1293 0 -1 4194304 267 0 0 0 6 0 0 0 18 0 1 0 375104281 1585152 251 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134515541 0 0 4096 0 0 0 0 17 1 0 0
/proc/1743/statm: 387 251 52 110 0 274 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 1548

[startup+0.10188 s]
/proc/loadavg: 1.00 1.00 0.99 3/77 1743
/proc/meminfo: memFree=1523656/2055920 swapFree=4146600/4192956
[pid=1743] ppid=1741 vsize=1548 CPUtime=0.09
/proc/1743/stat : 1743 (tinisat) R 1741 1743 1293 0 -1 4194304 276 0 0 0 9 0 0 0 18 0 1 0 375104281 1585152 260 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134515539 0 0 4096 0 0 0 0 17 1 0 0
/proc/1743/statm: 387 260 52 110 0 274 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 1548

[startup+0.301898 s]
/proc/loadavg: 1.00 1.00 0.99 3/77 1743
/proc/meminfo: memFree=1523656/2055920 swapFree=4146600/4192956
[pid=1743] ppid=1741 vsize=2160 CPUtime=0.29
/proc/1743/stat : 1743 (tinisat) R 1741 1743 1293 0 -1 4194304 325 0 0 0 29 0 0 0 20 0 1 0 375104281 2211840 309 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519905 0 0 4096 0 0 0 0 17 1 0 0
/proc/1743/statm: 540 309 52 110 0 427 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 2160

[startup+0.701937 s]
/proc/loadavg: 1.00 1.00 0.99 3/77 1743
/proc/meminfo: memFree=1523656/2055920 swapFree=4146600/4192956
[pid=1743] ppid=1741 vsize=2160 CPUtime=0.69
/proc/1743/stat : 1743 (tinisat) R 1741 1743 1293 0 -1 4194304 393 0 0 0 69 0 0 0 24 0 1 0 375104281 2211840 377 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519905 0 0 4096 0 0 0 0 17 1 0 0
/proc/1743/statm: 540 377 52 110 0 427 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 2160

[startup+1.50301 s]
/proc/loadavg: 1.00 1.00 0.99 2/78 1744
/proc/meminfo: memFree=1522112/2055920 swapFree=4146600/4192956
[pid=1743] ppid=1741 vsize=3380 CPUtime=1.49
/proc/1743/stat : 1743 (tinisat) R 1741 1743 1293 0 -1 4194304 542 0 0 0 149 0 0 0 25 0 1 0 375104281 3461120 526 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134518568 0 0 4096 0 0 0 0 17 1 0 0
/proc/1743/statm: 845 526 52 110 0 732 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 3380

[startup+3.10116 s]
/proc/loadavg: 1.00 1.00 0.99 2/78 1744
/proc/meminfo: memFree=1521152/2055920 swapFree=4146600/4192956
[pid=1743] ppid=1741 vsize=6080 CPUtime=3.09
/proc/1743/stat : 1743 (tinisat) R 1741 1743 1293 0 -1 4194304 825 0 0 0 309 0 0 0 25 0 1 0 375104281 6225920 809 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134517018 0 0 4096 0 0 0 0 17 1 0 0
/proc/1743/statm: 1520 809 52 110 0 1407 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 6080

[startup+6.30147 s]
/proc/loadavg: 1.00 1.00 0.99 2/78 1744
/proc/meminfo: memFree=1519296/2055920 swapFree=4146600/4192956
[pid=1743] ppid=1741 vsize=6344 CPUtime=6.29
/proc/1743/stat : 1743 (tinisat) R 1741 1743 1293 0 -1 4194304 1175 0 0 0 629 0 0 0 25 0 1 0 375104281 6496256 1159 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/1743/statm: 1586 1159 52 110 0 1473 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 6344

[startup+12.7011 s]
/proc/loadavg: 1.00 1.00 0.99 2/78 1744
/proc/meminfo: memFree=1517504/2055920 swapFree=4146600/4192956
[pid=1743] ppid=1741 vsize=11620 CPUtime=12.69
/proc/1743/stat : 1743 (tinisat) R 1741 1743 1293 0 -1 4194304 1610 0 0 0 1268 1 0 0 25 0 1 0 375104281 11898880 1561 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519905 0 0 4096 0 0 0 0 17 1 0 0
/proc/1743/statm: 2905 1561 52 110 0 2792 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 11620

[startup+25.5013 s]
/proc/loadavg: 1.00 1.00 0.99 2/78 1744
/proc/meminfo: memFree=1514688/2055920 swapFree=4146600/4192956
[pid=1743] ppid=1741 vsize=12084 CPUtime=25.49
/proc/1743/stat : 1743 (tinisat) R 1741 1743 1293 0 -1 4194304 2282 0 0 0 2547 2 0 0 25 0 1 0 375104281 12374016 2233 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519898 0 0 4096 0 0 0 0 17 1 0 0
/proc/1743/statm: 3021 2233 52 110 0 2908 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 12084

[startup+51.1017 s]
/proc/loadavg: 1.00 1.00 0.99 2/78 1744
/proc/meminfo: memFree=1511360/2055920 swapFree=4146600/4192956
[pid=1743] ppid=1741 vsize=22676 CPUtime=51.08
/proc/1743/stat : 1743 (tinisat) R 1741 1743 1293 0 -1 4194304 3172 0 0 0 5105 3 0 0 25 0 1 0 375104281 23220224 3058 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/1743/statm: 5669 3058 52 110 0 5556 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 22676

[startup+102.306 s]
/proc/loadavg: 1.00 1.00 0.99 2/78 1744
/proc/meminfo: memFree=1505856/2055920 swapFree=4146600/4192956
[pid=1743] ppid=1741 vsize=23720 CPUtime=102.27
/proc/1743/stat : 1743 (tinisat) R 1741 1743 1293 0 -1 4194304 4506 0 0 0 10222 5 0 0 25 0 1 0 375104281 24289280 4392 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/1743/statm: 5930 4392 52 110 0 5817 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 23720

[startup+162.301 s]
/proc/loadavg: 1.00 1.00 0.99 2/78 1744
/proc/meminfo: memFree=1501248/2055920 swapFree=4146600/4192956
[pid=1743] ppid=1741 vsize=24832 CPUtime=162.24
/proc/1743/stat : 1743 (tinisat) R 1741 1743 1293 0 -1 4194304 5803 0 0 0 16218 6 0 0 25 0 1 0 375104281 25427968 5560 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519921 0 0 4096 0 0 0 0 17 1 0 0
/proc/1743/statm: 6208 5560 52 110 0 6095 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 24832

[startup+222.302 s]
/proc/loadavg: 1.00 1.00 0.99 2/78 1744
/proc/meminfo: memFree=1496768/2055920 swapFree=4146600/4192956
[pid=1743] ppid=1741 vsize=45256 CPUtime=222.23
/proc/1743/stat : 1743 (tinisat) R 1741 1743 1293 0 -1 4194304 6908 0 0 0 22215 8 0 0 25 0 1 0 375104281 46342144 6632 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/1743/statm: 11314 6632 52 110 0 11201 0
Current children cumulated CPU time (s) 222.23
Current children cumulated vsize (KiB) 45256

[startup+282.302 s]
/proc/loadavg: 1.00 1.00 0.99 2/78 1744
/proc/meminfo: memFree=1493632/2055920 swapFree=4146600/4192956
[pid=1743] ppid=1741 vsize=45752 CPUtime=282.21
/proc/1743/stat : 1743 (tinisat) R 1741 1743 1293 0 -1 4194304 7726 0 0 0 28212 9 0 0 25 0 1 0 375104281 46850048 7450 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/1743/statm: 11438 7450 52 110 0 11325 0
Current children cumulated CPU time (s) 282.21
Current children cumulated vsize (KiB) 45752

[startup+342.301 s]
/proc/loadavg: 1.00 1.00 0.99 2/78 1744
/proc/meminfo: memFree=1490496/2055920 swapFree=4146600/4192956
[pid=1743] ppid=1741 vsize=46044 CPUtime=342.2
/proc/1743/stat : 1743 (tinisat) R 1741 1743 1293 0 -1 4194304 8505 0 0 0 34210 10 0 0 25 0 1 0 375104281 47149056 8229 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/1743/statm: 11511 8229 52 110 0 11398 0
Current children cumulated CPU time (s) 342.2
Current children cumulated vsize (KiB) 46044

[startup+402.302 s]
/proc/loadavg: 1.00 1.00 0.99 2/78 1744
/proc/meminfo: memFree=1487936/2055920 swapFree=4146600/4192956
[pid=1743] ppid=1741 vsize=46396 CPUtime=402.19
/proc/1743/stat : 1743 (tinisat) R 1741 1743 1293 0 -1 4194304 9174 0 0 0 40208 11 0 0 25 0 1 0 375104281 47509504 8898 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/1743/statm: 11599 8898 52 110 0 11486 0
Current children cumulated CPU time (s) 402.19
Current children cumulated vsize (KiB) 46396

[startup+462.302 s]
/proc/loadavg: 1.00 1.00 0.99 2/78 1744
/proc/meminfo: memFree=1484672/2055920 swapFree=4146600/4192956
[pid=1743] ppid=1741 vsize=47372 CPUtime=462.17
/proc/1743/stat : 1743 (tinisat) R 1741 1743 1293 0 -1 4194304 10004 0 0 0 46205 12 0 0 25 0 1 0 375104281 48508928 9662 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134520118 0 0 4096 0 0 0 0 17 1 0 0
/proc/1743/statm: 11843 9662 52 110 0 11730 0
Current children cumulated CPU time (s) 462.17
Current children cumulated vsize (KiB) 47372

[startup+522.301 s]
/proc/loadavg: 1.00 1.00 0.99 2/78 1744
/proc/meminfo: memFree=1482112/2055920 swapFree=4146600/4192956
[pid=1743] ppid=1741 vsize=48788 CPUtime=522.15
/proc/1743/stat : 1743 (tinisat) R 1741 1743 1293 0 -1 4194304 10917 0 0 0 52202 13 0 0 25 0 1 0 375104281 49958912 10318 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519912 0 0 4096 0 0 0 0 17 1 0 0
/proc/1743/statm: 12197 10318 52 110 0 12084 0
Current children cumulated CPU time (s) 522.15
Current children cumulated vsize (KiB) 48788

[startup+582.302 s]
/proc/loadavg: 1.00 1.00 0.99 2/78 1744
/proc/meminfo: memFree=1479744/2055920 swapFree=4146600/4192956
[pid=1743] ppid=1741 vsize=49048 CPUtime=582.13
/proc/1743/stat : 1743 (tinisat) R 1741 1743 1293 0 -1 4194304 11525 0 0 0 58200 13 0 0 25 0 1 0 375104281 50225152 10893 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/1743/statm: 12262 10893 52 110 0 12149 0
Current children cumulated CPU time (s) 582.13
Current children cumulated vsize (KiB) 49048

[startup+642.302 s]
/proc/loadavg: 1.00 1.00 0.99 2/78 1744
/proc/meminfo: memFree=1477248/2055920 swapFree=4146600/4192956
[pid=1743] ppid=1741 vsize=49844 CPUtime=642.12
/proc/1743/stat : 1743 (tinisat) R 1741 1743 1293 0 -1 4194304 12219 0 0 0 64197 15 0 0 25 0 1 0 375104281 51040256 11522 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/1743/statm: 12461 11522 52 110 0 12348 0
Current children cumulated CPU time (s) 642.12
Current children cumulated vsize (KiB) 49844

[startup+702.301 s]
/proc/loadavg: 1.00 1.00 0.99 2/78 1746
/proc/meminfo: memFree=1475008/2055920 swapFree=4146600/4192956
[pid=1743] ppid=1741 vsize=88948 CPUtime=702.1
/proc/1743/stat : 1743 (tinisat) R 1741 1743 1293 0 -1 4194304 12785 0 0 0 70194 16 0 0 25 0 1 0 375104281 91082752 12088 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/1743/statm: 22237 12088 52 110 0 22124 0
Current children cumulated CPU time (s) 702.1
Current children cumulated vsize (KiB) 88948

[startup+762.306 s]
/proc/loadavg: 1.00 1.00 0.99 2/78 1746
/proc/meminfo: memFree=1473216/2055920 swapFree=4146600/4192956
[pid=1743] ppid=1741 vsize=88948 CPUtime=762.09
/proc/1743/stat : 1743 (tinisat) R 1741 1743 1293 0 -1 4194304 13238 0 0 0 76192 17 0 0 25 0 1 0 375104281 91082752 12541 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/1743/statm: 22237 12541 52 110 0 22124 0
Current children cumulated CPU time (s) 762.09
Current children cumulated vsize (KiB) 88948

[startup+822.302 s]
/proc/loadavg: 1.00 1.00 0.99 2/78 1746
/proc/meminfo: memFree=1470720/2055920 swapFree=4146600/4192956
[pid=1743] ppid=1741 vsize=89624 CPUtime=822.06
/proc/1743/stat : 1743 (tinisat) R 1741 1743 1293 0 -1 4194304 13856 0 0 0 82188 18 0 0 25 0 1 0 375104281 91774976 13159 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/1743/statm: 22406 13159 52 110 0 22293 0
Current children cumulated CPU time (s) 822.06
Current children cumulated vsize (KiB) 89624

[startup+882.301 s]
/proc/loadavg: 1.00 1.00 0.99 2/78 1746
/proc/meminfo: memFree=1468608/2055920 swapFree=4146600/4192956
[pid=1743] ppid=1741 vsize=90336 CPUtime=882.05
/proc/1743/stat : 1743 (tinisat) R 1741 1743 1293 0 -1 4194304 14457 0 0 0 88186 19 0 0 25 0 1 0 375104281 92504064 13694 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/1743/statm: 22584 13694 52 110 0 22471 0
Current children cumulated CPU time (s) 882.05
Current children cumulated vsize (KiB) 90336

[startup+942.302 s]
/proc/loadavg: 1.00 1.00 0.99 2/78 1746
/proc/meminfo: memFree=1466752/2055920 swapFree=4146600/4192956
[pid=1743] ppid=1741 vsize=90464 CPUtime=942.03
/proc/1743/stat : 1743 (tinisat) R 1741 1743 1293 0 -1 4194304 14956 0 0 0 94183 20 0 0 25 0 1 0 375104281 92635136 14160 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/1743/statm: 22616 14160 52 110 0 22503 0
Current children cumulated CPU time (s) 942.03
Current children cumulated vsize (KiB) 90464

[startup+1002.3 s]
/proc/loadavg: 1.00 1.00 0.99 2/78 1746
/proc/meminfo: memFree=1464960/2055920 swapFree=4146600/4192956
[pid=1743] ppid=1741 vsize=90784 CPUtime=1002.02
/proc/1743/stat : 1743 (tinisat) R 1741 1743 1293 0 -1 4194304 15412 0 0 0 100181 21 0 0 25 0 1 0 375104281 92962816 14583 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/1743/statm: 22696 14583 52 110 0 22583 0
Current children cumulated CPU time (s) 1002.02
Current children cumulated vsize (KiB) 90784

[startup+1062.3 s]
/proc/loadavg: 1.00 1.00 0.99 2/78 1746
/proc/meminfo: memFree=1462848/2055920 swapFree=4146600/4192956
[pid=1743] ppid=1741 vsize=91568 CPUtime=1062
/proc/1743/stat : 1743 (tinisat) R 1741 1743 1293 0 -1 4194304 15982 0 0 0 106178 22 0 0 25 0 1 0 375104281 93765632 15120 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/1743/statm: 22892 15120 52 110 0 22779 0
Current children cumulated CPU time (s) 1062
Current children cumulated vsize (KiB) 91568

[startup+1122.3 s]
/proc/loadavg: 1.00 1.00 0.99 2/78 1746
/proc/meminfo: memFree=1460864/2055920 swapFree=4146600/4192956
[pid=1743] ppid=1741 vsize=91952 CPUtime=1121.99
/proc/1743/stat : 1743 (tinisat) R 1741 1743 1293 0 -1 4194304 16475 0 0 0 112176 23 0 0 25 0 1 0 375104281 94158848 15613 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/1743/statm: 22988 15613 52 110 0 22875 0
Current children cumulated CPU time (s) 1121.99
Current children cumulated vsize (KiB) 91952

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 0.99 2/78 1746
/proc/meminfo: memFree=1459264/2055920 swapFree=4146600/4192956
[pid=1743] ppid=1741 vsize=92528 CPUtime=1181.97
/proc/1743/stat : 1743 (tinisat) R 1741 1743 1293 0 -1 4194304 16975 0 0 0 118173 24 0 0 25 0 1 0 375104281 94748672 16015 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/1743/statm: 23132 16015 52 110 0 23019 0
Current children cumulated CPU time (s) 1181.97
Current children cumulated vsize (KiB) 92528



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.4 s]
/proc/loadavg: 1.00 1.00 0.99 2/78 1746
/proc/meminfo: memFree=1458688/2055920 swapFree=4146600/4192956
[pid=1743] ppid=1741 vsize=92660 CPUtime=1200.07
/proc/1743/stat : 1743 (tinisat) R 1741 1743 1293 0 -1 4194304 17105 0 0 0 119983 24 0 0 25 0 1 0 375104281 94883840 16145 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/1743/statm: 23165 16145 52 110 0 23052 0
Current children cumulated CPU time (s) 1200.07
Current children cumulated vsize (KiB) 92660

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.42
CPU time (s): 1200.09
CPU user time (s): 1199.84
CPU system time (s): 0.253961
CPU usage (%): 99.9727
Max. virtual memory (cumulated for all children) (KiB): 92660

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

runsolver used 1.2848 second user time and 3.08953 second system time

The end

Launcher Data (download as text)

Begin job on node14 on Sat Mar 10 18:31:39 UTC 2007

IDJOB= 334110
IDBENCH= 24620
IDSOLVER= 100
FILE ID= node14/334110-1173551499

PBS_JOBID= 4101179

Free space on /tmp= 66546 MiB

SOLVER NAME= tinisat 2007-02-08
BENCH NAME= HOME/pub/bench/SAT07/crafted/Hard/contest04/connamacher/connm-ue-csp-sat-n800-d0.04-s1788334438.sat05-543.reshuffled-07.cnf
COMMAND LINE= /tmp/evaluation/334110-1173551499/tinisat /tmp/evaluation/334110-1173551499/instance-334110-1173551499.cnf            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node14/watcher-334110-1173551499 -o ROOT/results/node14/solver-334110-1173551499 -C 1200 -W 2400 -M 1800 --output-limit 1,15  /tmp/evaluation/334110-1173551499/tinisat /tmp/evaluation/334110-1173551499/instance-334110-1173551499.cnf            

META MD5SUM SOLVER= 15788d06198cf45d0201cced774790cd
MD5SUM BENCH=  eb542a3ed65e86298dd7b9339a890090

RANDOM SEED= 384470868

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node14.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.216
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.216
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:       1524128 kB
Buffers:         51988 kB
Cached:         392444 kB
SwapCached:      14908 kB
Active:         237684 kB
Inactive:       229520 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1524128 kB
SwapTotal:     4192956 kB
SwapFree:      4146600 kB
Dirty:             688 kB
Writeback:           0 kB
Mapped:          29520 kB
Slab:            50260 kB
Committed_AS:  1271276 kB
PageTables:       1736 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= 66546 MiB

End job on node14 on Sat Mar 10 18:51:41 UTC 2007