Trace number 1720089

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
CircUs 2009-03-23? (TO) 1200.08 1200.45

General information on the benchmark

Namemanol-pipe-c10nidw.cnf
MD5SUM943fd86d922b13236c21a74c4f82b6d0
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark723.844
Satisfiable
(Un)Satisfiability was proved
Number of variables433601
Number of clauses1291714
Sum of the clauses size3013998
Maximum clause length3
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 2861142
Number of clauses of size 3430571
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

12.88/12.91	c CirCUs release 2.0 (compiled 25-Mar-09 at 4:46 PM)
12.88/12.91	c Eliminate time :      11.07 

Verifier Data

ERROR: Unexpected answer ! (SATISFIABLE/UNSATISFIABLE expected)
Got answer: <no 's ' line found>

Watcher Data

runsolver version 3.2.9 (svn:492) (c) roussel@cril.univ-artois.fr

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-1720089-1240652614/watcher-1720089-1240652614 -o /tmp/evaluation-result-1720089-1240652614/solver-1720089-1240652614 -C 1200 -W 1800 -M 1800 --output-limit 1,15 HOME/CirCUs HOME/instance-1720089-1240652614.cnf -t 1200 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1200 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1230 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 1843200 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 1894400 KiB
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.00 1.00 1.02 3/64 13961
/proc/meminfo: memFree=1621824/2055920 swapFree=4180432/4192956
[pid=13961] ppid=13959 vsize=11352 CPUtime=0
/proc/13961/stat : 13961 (CirCUs) R 13959 13961 13712 0 -1 4194304 671 0 0 0 0 0 0 0 18 0 1 120000 93285950 11624448 656 1992294400 134512640 135224549 4294956208 18446744073709551615 134593788 0 0 4096 8192 0 0 0 17 1 0 0
/proc/13961/statm: 2838 661 66 173 0 2663 0

[startup+0.102906 s]
/proc/loadavg: 1.00 1.00 1.02 3/64 13961
/proc/meminfo: memFree=1621824/2055920 swapFree=4180432/4192956
[pid=13961] ppid=13959 vsize=41956 CPUtime=0.09
/proc/13961/stat : 13961 (CirCUs) R 13959 13961 13712 0 -1 4194304 7036 0 0 0 6 3 0 0 18 0 1 120000 93285950 42962944 6988 1992294400 134512640 135224549 4294956208 18446744073709551615 134726486 0 0 4096 8192 0 0 0 17 1 0 0
/proc/13961/statm: 10489 6988 70 173 0 10314 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 41956

[startup+0.201919 s]
/proc/loadavg: 1.00 1.00 1.02 3/64 13961
/proc/meminfo: memFree=1621824/2055920 swapFree=4180432/4192956
[pid=13961] ppid=13959 vsize=47872 CPUtime=0.19
/proc/13961/stat : 13961 (CirCUs) R 13959 13961 13712 0 -1 4194304 8696 0 0 0 15 4 0 0 18 0 1 120000 93285950 49020928 8454 1992294400 134512640 135224549 4294956208 18446744073709551615 134749214 0 0 4096 8192 0 0 0 17 1 0 0
/proc/13961/statm: 11968 8454 70 173 0 11793 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 47872

[startup+0.301934 s]
/proc/loadavg: 1.00 1.00 1.02 3/64 13961
/proc/meminfo: memFree=1621824/2055920 swapFree=4180432/4192956
[pid=13961] ppid=13959 vsize=53152 CPUtime=0.29
/proc/13961/stat : 13961 (CirCUs) R 13959 13961 13712 0 -1 4194304 10183 0 0 0 24 5 0 0 19 0 1 120000 93285950 54427648 9941 1992294400 134512640 135224549 4294956208 18446744073709551615 134726486 0 0 4096 8192 0 0 0 17 1 0 0
/proc/13961/statm: 13288 9942 70 173 0 13113 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 53152

[startup+0.70199 s]
/proc/loadavg: 1.00 1.00 1.02 3/64 13961
/proc/meminfo: memFree=1621824/2055920 swapFree=4180432/4192956
[pid=13961] ppid=13959 vsize=76288 CPUtime=0.69
/proc/13961/stat : 13961 (CirCUs) R 13959 13961 13712 0 -1 4194304 16682 0 0 0 61 8 0 0 22 0 1 120000 93285950 78118912 15670 1992294400 134512640 135224549 4294956208 18446744073709551615 134726486 0 0 4096 8192 0 0 0 17 1 0 0
/proc/13961/statm: 19072 15671 70 173 0 18897 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 76288

[startup+1.5011 s]
/proc/loadavg: 1.00 1.00 1.02 2/65 13962
/proc/meminfo: memFree=1535736/2055920 swapFree=4180432/4192956
[pid=13961] ppid=13959 vsize=119600 CPUtime=1.49
/proc/13961/stat : 13961 (CirCUs) R 13959 13961 13712 0 -1 4194304 28937 0 0 0 133 16 0 0 25 0 1 120000 93285950 122470400 26900 1992294400 134512640 135224549 4294956208 18446744073709551615 134726486 0 0 4096 8192 0 0 0 17 1 0 0
/proc/13961/statm: 29900 26901 70 173 0 29725 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 119600

[startup+3.10133 s]
/proc/loadavg: 1.00 1.00 1.02 2/65 13962
/proc/meminfo: memFree=1491192/2055920 swapFree=4180432/4192956
[pid=13961] ppid=13959 vsize=169596 CPUtime=3.09
/proc/13961/stat : 13961 (CirCUs) R 13959 13961 13712 0 -1 4194304 42533 0 0 0 287 22 0 0 25 0 1 120000 93285950 173666304 40366 1992294400 134512640 135224549 4294956208 18446744073709551615 134726486 0 0 4096 8192 0 0 0 17 1 0 0
/proc/13961/statm: 42399 40366 77 173 0 42224 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 169596

[startup+6.30178 s]
/proc/loadavg: 1.00 1.00 1.02 2/65 13962
/proc/meminfo: memFree=1409336/2055920 swapFree=4180432/4192956
[pid=13961] ppid=13959 vsize=235996 CPUtime=6.29
/proc/13961/stat : 13961 (CirCUs) R 13959 13961 13712 0 -1 4194304 60769 0 0 0 598 31 0 0 25 0 1 120000 93285950 241659904 56296 1992294400 134512640 135224549 4294956208 18446744073709551615 134560857 0 0 4096 8192 0 0 0 17 1 0 0
/proc/13961/statm: 58999 56296 77 173 0 58824 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 235996

[startup+12.7017 s]
/proc/loadavg: 1.00 1.00 1.02 2/65 13962
/proc/meminfo: memFree=1391672/2055920 swapFree=4180432/4192956
[pid=13961] ppid=13959 vsize=240212 CPUtime=12.69
/proc/13961/stat : 13961 (CirCUs) R 13959 13961 13712 0 -1 4194304 62001 0 0 0 1238 31 0 0 25 0 1 120000 93285950 245977088 57528 1992294400 134512640 135224549 4294956208 18446744073709551615 134632717 0 0 4096 8192 0 0 0 17 1 0 0
/proc/13961/statm: 60053 57528 77 173 0 59878 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 240212

[startup+25.5015 s]
/proc/loadavg: 1.00 1.00 1.02 2/65 13962
/proc/meminfo: memFree=1383224/2055920 swapFree=4180432/4192956
[pid=13961] ppid=13959 vsize=249204 CPUtime=25.49
/proc/13961/stat : 13961 (CirCUs) R 13959 13961 13712 0 -1 4194304 66164 0 0 0 2516 33 0 0 25 0 1 120000 93285950 255184896 59687 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/13961/statm: 62301 59687 93 173 0 62126 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 249204

[startup+51.1011 s]
/proc/loadavg: 1.00 1.00 1.02 2/65 13962
/proc/meminfo: memFree=1382136/2055920 swapFree=4180432/4192956
[pid=13961] ppid=13959 vsize=250260 CPUtime=51.07
/proc/13961/stat : 13961 (CirCUs) R 13959 13961 13712 0 -1 4194304 66426 0 0 0 5074 33 0 0 25 0 1 120000 93285950 256266240 59949 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/13961/statm: 62565 59949 93 173 0 62390 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 250260

[startup+102.301 s]
/proc/loadavg: 1.00 1.00 1.01 2/65 13962
/proc/meminfo: memFree=1382072/2055920 swapFree=4180432/4192956
[pid=13961] ppid=13959 vsize=250440 CPUtime=102.25
/proc/13961/stat : 13961 (CirCUs) R 13959 13961 13712 0 -1 4194304 66452 0 0 0 10192 33 0 0 25 0 1 120000 93285950 256450560 59975 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/13961/statm: 62610 59975 93 173 0 62435 0
Current children cumulated CPU time (s) 102.25
Current children cumulated vsize (KiB) 250440

[startup+162.302 s]
/proc/loadavg: 1.00 1.00 1.01 2/65 13962
/proc/meminfo: memFree=1381624/2055920 swapFree=4180432/4192956
[pid=13961] ppid=13959 vsize=250836 CPUtime=162.23
/proc/13961/stat : 13961 (CirCUs) R 13959 13961 13712 0 -1 4194304 66570 0 0 0 16190 33 0 0 25 0 1 120000 93285950 256856064 60093 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/13961/statm: 62709 60093 93 173 0 62534 0
Current children cumulated CPU time (s) 162.23
Current children cumulated vsize (KiB) 250836

[startup+222.305 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 13962
/proc/meminfo: memFree=1380536/2055920 swapFree=4180432/4192956
[pid=13961] ppid=13959 vsize=251908 CPUtime=222.21
/proc/13961/stat : 13961 (CirCUs) R 13959 13961 13712 0 -1 4194304 66829 0 0 0 22188 33 0 0 25 0 1 120000 93285950 257953792 60352 1992294400 134512640 135224549 4294956208 18446744073709551615 134617458 0 0 4096 8192 0 0 0 17 1 0 0
/proc/13961/statm: 62977 60352 93 173 0 62802 0
Current children cumulated CPU time (s) 222.21
Current children cumulated vsize (KiB) 251908

[startup+282.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 13962
/proc/meminfo: memFree=1379128/2055920 swapFree=4180432/4192956
[pid=13961] ppid=13959 vsize=253228 CPUtime=282.2
/proc/13961/stat : 13961 (CirCUs) R 13959 13961 13712 0 -1 4194304 67170 0 0 0 28186 34 0 0 25 0 1 120000 93285950 259305472 60693 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/13961/statm: 63307 60693 93 173 0 63132 0
Current children cumulated CPU time (s) 282.2
Current children cumulated vsize (KiB) 253228

[startup+342.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 13962
/proc/meminfo: memFree=1378168/2055920 swapFree=4180432/4192956
[pid=13961] ppid=13959 vsize=254284 CPUtime=342.18
/proc/13961/stat : 13961 (CirCUs) R 13959 13961 13712 0 -1 4194304 67409 0 0 0 34184 34 0 0 25 0 1 120000 93285950 260386816 60932 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/13961/statm: 63571 60932 93 173 0 63396 0
Current children cumulated CPU time (s) 342.18
Current children cumulated vsize (KiB) 254284

[startup+402.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 13962
/proc/meminfo: memFree=1376376/2055920 swapFree=4180432/4192956
[pid=13961] ppid=13959 vsize=256000 CPUtime=402.16
/proc/13961/stat : 13961 (CirCUs) R 13959 13961 13712 0 -1 4194304 67862 0 0 0 40181 35 0 0 25 0 1 120000 93285950 262144000 61385 1992294400 134512640 135224549 4294956208 18446744073709551615 134595201 0 0 4096 8192 0 0 0 17 1 0 0
/proc/13961/statm: 64000 61385 93 173 0 63825 0
Current children cumulated CPU time (s) 402.16
Current children cumulated vsize (KiB) 256000

[startup+462.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 13962
/proc/meminfo: memFree=1376248/2055920 swapFree=4180432/4192956
[pid=13961] ppid=13959 vsize=256132 CPUtime=462.14
/proc/13961/stat : 13961 (CirCUs) R 13959 13961 13712 0 -1 4194304 67885 0 0 0 46179 35 0 0 25 0 1 120000 93285950 262279168 61408 1992294400 134512640 135224549 4294956208 18446744073709551615 134585011 0 0 4096 8192 0 0 0 17 1 0 0
/proc/13961/statm: 64033 61408 93 173 0 63858 0
Current children cumulated CPU time (s) 462.14
Current children cumulated vsize (KiB) 256132

[startup+522.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 13962
/proc/meminfo: memFree=1374136/2055920 swapFree=4180432/4192956
[pid=13961] ppid=13959 vsize=258364 CPUtime=522.12
/proc/13961/stat : 13961 (CirCUs) R 13959 13961 13712 0 -1 4194304 68399 0 0 0 52177 35 0 0 25 0 1 120000 93285950 264564736 61922 1992294400 134512640 135224549 4294956208 18446744073709551615 134595588 0 0 4096 8192 0 0 0 17 1 0 0
/proc/13961/statm: 64591 61922 93 173 0 64416 0
Current children cumulated CPU time (s) 522.12
Current children cumulated vsize (KiB) 258364

[startup+582.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 13962
/proc/meminfo: memFree=1372984/2055920 swapFree=4180432/4192956
[pid=13961] ppid=13959 vsize=259552 CPUtime=582.11
/proc/13961/stat : 13961 (CirCUs) R 13959 13961 13712 0 -1 4194304 68685 0 0 0 58175 36 0 0 25 0 1 120000 93285950 265781248 62208 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/13961/statm: 64888 62208 93 173 0 64713 0
Current children cumulated CPU time (s) 582.11
Current children cumulated vsize (KiB) 259552

[startup+642.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 13962
/proc/meminfo: memFree=1372984/2055920 swapFree=4180432/4192956
[pid=13961] ppid=13959 vsize=259552 CPUtime=642.09
/proc/13961/stat : 13961 (CirCUs) R 13959 13961 13712 0 -1 4194304 68692 0 0 0 64173 36 0 0 25 0 1 120000 93285950 265781248 62215 1992294400 134512640 135224549 4294956208 18446744073709551615 134595334 0 0 4096 8192 0 0 0 17 1 0 0
/proc/13961/statm: 64888 62215 93 173 0 64713 0
Current children cumulated CPU time (s) 642.09
Current children cumulated vsize (KiB) 259552

[startup+702.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 13962
/proc/meminfo: memFree=1372152/2055920 swapFree=4180432/4192956
[pid=13961] ppid=13959 vsize=260212 CPUtime=702.07
/proc/13961/stat : 13961 (CirCUs) R 13959 13961 13712 0 -1 4194304 68884 0 0 0 70171 36 0 0 25 0 1 120000 93285950 266457088 62407 1992294400 134512640 135224549 4294956208 18446744073709551615 134595219 0 0 4096 8192 0 0 0 17 1 0 0
/proc/13961/statm: 65053 62407 93 173 0 64878 0
Current children cumulated CPU time (s) 702.07
Current children cumulated vsize (KiB) 260212

[startup+762.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 13962
/proc/meminfo: memFree=1372152/2055920 swapFree=4180432/4192956
[pid=13961] ppid=13959 vsize=260212 CPUtime=762.06
/proc/13961/stat : 13961 (CirCUs) R 13959 13961 13712 0 -1 4194304 68884 0 0 0 76170 36 0 0 25 0 1 120000 93285950 266457088 62407 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/13961/statm: 65053 62407 93 173 0 64878 0
Current children cumulated CPU time (s) 762.06
Current children cumulated vsize (KiB) 260212

[startup+822.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 13962
/proc/meminfo: memFree=1369336/2055920 swapFree=4180432/4192956
[pid=13961] ppid=13959 vsize=263116 CPUtime=822.04
/proc/13961/stat : 13961 (CirCUs) R 13959 13961 13712 0 -1 4194304 69610 0 0 0 82166 38 0 0 25 0 1 120000 93285950 269430784 63133 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/13961/statm: 65779 63133 93 173 0 65604 0
Current children cumulated CPU time (s) 822.04
Current children cumulated vsize (KiB) 263116

[startup+882.306 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 13962
/proc/meminfo: memFree=1369336/2055920 swapFree=4180432/4192956
[pid=13961] ppid=13959 vsize=263116 CPUtime=882.03
/proc/13961/stat : 13961 (CirCUs) R 13959 13961 13712 0 -1 4194304 69615 0 0 0 88165 38 0 0 25 0 1 120000 93285950 269430784 63138 1992294400 134512640 135224549 4294956208 18446744073709551615 134595219 0 0 4096 8192 0 0 0 17 1 0 0
/proc/13961/statm: 65779 63138 93 173 0 65604 0
Current children cumulated CPU time (s) 882.03
Current children cumulated vsize (KiB) 263116

[startup+942.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 13962
/proc/meminfo: memFree=1369272/2055920 swapFree=4180432/4192956
[pid=13961] ppid=13959 vsize=263116 CPUtime=942
/proc/13961/stat : 13961 (CirCUs) R 13959 13961 13712 0 -1 4194304 69615 0 0 0 94162 38 0 0 25 0 1 120000 93285950 269430784 63138 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/13961/statm: 65779 63138 93 173 0 65604 0
Current children cumulated CPU time (s) 942
Current children cumulated vsize (KiB) 263116

[startup+1002.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 13962
/proc/meminfo: memFree=1367480/2055920 swapFree=4180432/4192956
[pid=13961] ppid=13959 vsize=264832 CPUtime=1001.98
/proc/13961/stat : 13961 (CirCUs) R 13959 13961 13712 0 -1 4194304 70058 0 0 0 100160 38 0 0 25 0 1 120000 93285950 271187968 63581 1992294400 134512640 135224549 4294956208 18446744073709551615 134595336 0 0 4096 8192 0 0 0 17 1 0 0
/proc/13961/statm: 66208 63581 93 173 0 66033 0
Current children cumulated CPU time (s) 1001.98
Current children cumulated vsize (KiB) 264832

[startup+1062.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 13968
/proc/meminfo: memFree=1366904/2055920 swapFree=4180432/4192956
[pid=13961] ppid=13959 vsize=265360 CPUtime=1061.97
/proc/13961/stat : 13961 (CirCUs) R 13959 13961 13712 0 -1 4194304 70190 0 0 0 106158 39 0 0 25 0 1 120000 93285950 271728640 63713 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/13961/statm: 66340 63713 93 173 0 66165 0
Current children cumulated CPU time (s) 1061.97
Current children cumulated vsize (KiB) 265360

[startup+1122.3 s]
/proc/loadavg: 1.04 1.01 1.00 2/65 13968
/proc/meminfo: memFree=1366520/2055920 swapFree=4180432/4192956
[pid=13961] ppid=13959 vsize=265624 CPUtime=1121.95
/proc/13961/stat : 13961 (CirCUs) R 13959 13961 13712 0 -1 4194304 70276 0 0 0 112156 39 0 0 25 0 1 120000 93285950 271998976 63799 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/13961/statm: 66406 63799 93 173 0 66231 0
Current children cumulated CPU time (s) 1121.95
Current children cumulated vsize (KiB) 265624

[startup+1182.3 s]
/proc/loadavg: 1.05 1.02 1.00 2/65 13968
/proc/meminfo: memFree=1366072/2055920 swapFree=4180432/4192956
[pid=13961] ppid=13959 vsize=266284 CPUtime=1181.93
/proc/13961/stat : 13961 (CirCUs) R 13959 13961 13712 0 -1 4194304 70429 0 0 0 118154 39 0 0 25 0 1 120000 93285950 272674816 63952 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/13961/statm: 66571 63952 93 173 0 66396 0
Current children cumulated CPU time (s) 1181.93
Current children cumulated vsize (KiB) 266284



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.4 s]
/proc/loadavg: 1.09 1.04 1.00 2/65 13968
/proc/meminfo: memFree=1363576/2055920 swapFree=4180432/4192956
[pid=13961] ppid=13959 vsize=269172 CPUtime=1200.02
/proc/13961/stat : 13961 (CirCUs) R 13959 13961 13712 0 -1 4194304 71164 0 0 0 119963 39 0 0 25 0 1 100 93285950 275632128 64558 1992294400 134512640 135224549 4294956208 18446744073709551615 134595325 0 0 4096 8192 0 0 0 17 1 0 0
/proc/13961/statm: 67293 64558 93 173 0 67118 0
Current children cumulated CPU time (s) 1200.02
Current children cumulated vsize (KiB) 269172

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

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

[startup+1200.4 s]
/proc/loadavg: 1.09 1.04 1.00 2/65 13968
/proc/meminfo: memFree=1363576/2055920 swapFree=4180432/4192956
[pid=13961] ppid=13959 vsize=269172 CPUtime=1200.02
/proc/13961/stat : 13961 (CirCUs) R 13959 13961 13712 0 -1 4194304 71164 0 0 0 119963 39 0 0 25 0 1 100 93285950 275632128 64558 1992294400 134512640 135224549 4294956208 18446744073709551615 134595325 0 0 4096 8192 0 0 0 17 1 0 0
/proc/13961/statm: 67293 64558 93 173 0 67118 0
Current children cumulated CPU time (s) 1200.02
Current children cumulated vsize (KiB) 269172

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1200.45
CPU time (s): 1200.08
CPU user time (s): 1199.64
CPU system time (s): 0.441932
CPU usage (%): 99.9694
Max. virtual memory (cumulated for all children) (KiB): 269172

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1199.64
system time used= 0.441932
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 71164
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= 2
involuntary context switches= 2935

runsolver used 0.85487 second user time and 2.49862 second system time

The end

Launcher Data

Begin job on node49 at 2009-04-25 11:43:36
IDJOB=1720089
IDBENCH=69591
IDSOLVER=544
FILE ID=node49/1720089-1240652614
PBS_JOBID= 9186480
Free space on /tmp= 66296 MiB

SOLVER NAME= CircUs 2009-03-23
BENCH NAME= SAT_RACE08/cnf/manol-pipe-c10nidw.cnf
COMMAND LINE= HOME/CirCUs BENCHNAME -t TIMEOUT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1720089-1240652614/watcher-1720089-1240652614 -o /tmp/evaluation-result-1720089-1240652614/solver-1720089-1240652614 -C 1200 -W 1800 -M 1800 --output-limit 1,15  HOME/CirCUs HOME/instance-1720089-1240652614.cnf -t 1200

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

MD5SUM BENCH= 943fd86d922b13236c21a74c4f82b6d0
RANDOM SEED=127234091

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

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.241
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.241
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:       1622304 kB
Buffers:         38492 kB
Cached:         323224 kB
SwapCached:       5620 kB
Active:         154860 kB
Inactive:       216664 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1622304 kB
SwapTotal:     4192956 kB
SwapFree:      4180432 kB
Dirty:           24756 kB
Writeback:           0 kB
Mapped:          13776 kB
Slab:            47924 kB
Committed_AS:   322660 kB
PageTables:       1384 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66296 MiB
End job on node49 at 2009-04-25 12:03:38