Trace number 1524360

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.51

General information on the benchmark

NameRANDOM/MEDIUM/7SAT/UNKNOWN/65/
unif-k7-r89-v65-c5785-S2142794689-088.cnf
MD5SUM0f4b7bee4959ec0290a8262b27584313
Bench CategoryRANDOM (random 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 variables65
Number of clauses5785
Sum of the clauses size40495
Maximum clause length7
Minimum clause length7
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 55785

Solver Data

0.00/0.05	c CirCUs release 2.0 (compiled 25-Mar-09 at 4:46 PM)
0.00/0.05	c Eliminate time :       0.04 

Verifier Data

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

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-1524360-1238467778/watcher-1524360-1238467778 -o /tmp/evaluation-result-1524360-1238467778/solver-1524360-1238467778 -C 1200 -W 1800 -M 1800 --output-limit 1,15 HOME/CirCUs HOME/instance-1524360-1238467778.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.10 3/65 17775
/proc/meminfo: memFree=1474368/2055920 swapFree=4177700/4192956
[pid=17775] ppid=17773 vsize=1444 CPUtime=0
/proc/17775/stat : 17775 (CirCUs) R 17773 17775 17704 0 -1 4194304 154 0 0 0 0 0 0 0 18 0 1 120000 1119440104 1478656 139 1992294400 134512640 135224549 4294956224 18446744073709551615 134613077 0 0 4096 8192 0 0 0 17 1 0 0
/proc/17775/statm: 361 140 70 173 0 186 0

[startup+0.0596509 s]
/proc/loadavg: 1.00 1.00 1.10 3/65 17775
/proc/meminfo: memFree=1474368/2055920 swapFree=4177700/4192956
[pid=17775] ppid=17773 vsize=1836 CPUtime=0.05
/proc/17775/stat : 17775 (CirCUs) R 17773 17775 17704 0 -1 4194304 289 0 0 0 5 0 0 0 18 0 1 120000 1119440104 1880064 273 1992294400 134512640 135224549 4294956224 18446744073709551615 134726486 0 0 4096 8192 0 0 0 17 1 0 0
/proc/17775/statm: 459 273 90 173 0 284 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 1836

[startup+0.102659 s]
/proc/loadavg: 1.00 1.00 1.10 3/65 17775
/proc/meminfo: memFree=1474368/2055920 swapFree=4177700/4192956
[pid=17775] ppid=17773 vsize=1968 CPUtime=0.1
/proc/17775/stat : 17775 (CirCUs) R 17773 17775 17704 0 -1 4194304 320 0 0 0 10 0 0 0 18 0 1 120000 1119440104 2015232 304 1992294400 134512640 135224549 4294956224 18446744073709551615 134726486 0 0 4096 8192 0 0 0 17 1 0 0
/proc/17775/statm: 492 304 90 173 0 317 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 1968

[startup+0.301693 s]
/proc/loadavg: 1.00 1.00 1.10 3/65 17775
/proc/meminfo: memFree=1474368/2055920 swapFree=4177700/4192956
[pid=17775] ppid=17773 vsize=2100 CPUtime=0.29
/proc/17775/stat : 17775 (CirCUs) R 17773 17775 17704 0 -1 4194304 363 0 0 0 29 0 0 0 19 0 1 120000 1119440104 2150400 347 1992294400 134512640 135224549 4294956224 18446744073709551615 134584993 0 0 4096 8192 0 0 0 17 1 0 0
/proc/17775/statm: 525 347 90 173 0 350 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 2100

[startup+0.701764 s]
/proc/loadavg: 1.00 1.00 1.10 3/65 17775
/proc/meminfo: memFree=1474368/2055920 swapFree=4177700/4192956
[pid=17775] ppid=17773 vsize=2364 CPUtime=0.69
/proc/17775/stat : 17775 (CirCUs) R 17773 17775 17704 0 -1 4194304 411 0 0 0 69 0 0 0 22 0 1 120000 1119440104 2420736 395 1992294400 134512640 135224549 4294956224 18446744073709551615 134595405 0 0 4096 8192 0 0 0 17 1 0 0
/proc/17775/statm: 591 395 90 173 0 416 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 2364

[startup+1.5019 s]
/proc/loadavg: 1.00 1.00 1.10 2/66 17776
/proc/meminfo: memFree=1473080/2055920 swapFree=4177700/4192956
[pid=17775] ppid=17773 vsize=2784 CPUtime=1.49
/proc/17775/stat : 17775 (CirCUs) R 17773 17775 17704 0 -1 4194304 509 0 0 0 149 0 0 0 25 0 1 120000 1119440104 2850816 493 1992294400 134512640 135224549 4294956224 18446744073709551615 134618718 0 0 4096 8192 0 0 0 17 1 0 0
/proc/17775/statm: 696 493 90 173 0 521 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 2784

[startup+3.10119 s]
/proc/loadavg: 1.00 1.00 1.10 2/66 17776
/proc/meminfo: memFree=1472376/2055920 swapFree=4177700/4192956
[pid=17775] ppid=17773 vsize=3324 CPUtime=3.09
/proc/17775/stat : 17775 (CirCUs) R 17773 17775 17704 0 -1 4194304 653 0 0 0 309 0 0 0 25 0 1 120000 1119440104 3403776 637 1992294400 134512640 135224549 4294956224 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/17775/statm: 831 637 90 173 0 656 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 3324

[startup+6.30176 s]
/proc/loadavg: 1.00 1.00 1.10 2/66 17776
/proc/meminfo: memFree=1471288/2055920 swapFree=4177700/4192956
[pid=17775] ppid=17773 vsize=4256 CPUtime=6.29
/proc/17775/stat : 17775 (CirCUs) R 17773 17775 17704 0 -1 4194304 886 0 0 0 629 0 0 0 25 0 1 120000 1119440104 4358144 870 1992294400 134512640 135224549 4294956224 18446744073709551615 134631398 0 0 4096 8192 0 0 0 17 1 0 0
/proc/17775/statm: 1064 870 90 173 0 889 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 4256

[startup+12.7019 s]
/proc/loadavg: 1.00 1.00 1.10 2/66 17776
/proc/meminfo: memFree=1470080/2055920 swapFree=4177700/4192956
[pid=17775] ppid=17773 vsize=5448 CPUtime=12.69
/proc/17775/stat : 17775 (CirCUs) R 17773 17775 17704 0 -1 4194304 1170 0 0 0 1269 0 0 0 25 0 1 120000 1119440104 5578752 1154 1992294400 134512640 135224549 4294956224 18446744073709551615 134595564 0 0 4096 8192 0 0 0 17 1 0 0
/proc/17775/statm: 1362 1154 90 173 0 1187 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 5448

[startup+25.5022 s]
/proc/loadavg: 1.00 1.00 1.10 2/66 17776
/proc/meminfo: memFree=1468608/2055920 swapFree=4177700/4192956
[pid=17775] ppid=17773 vsize=6800 CPUtime=25.48
/proc/17775/stat : 17775 (CirCUs) R 17773 17775 17704 0 -1 4194304 1499 0 0 0 2548 0 0 0 25 0 1 120000 1119440104 6963200 1483 1992294400 134512640 135224549 4294956224 18446744073709551615 134595312 0 0 4096 8192 0 0 0 17 1 0 0
/proc/17775/statm: 1700 1483 90 173 0 1525 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 6800

[startup+51.1017 s]
/proc/loadavg: 1.00 1.00 1.09 2/66 17776
/proc/meminfo: memFree=1466944/2055920 swapFree=4177700/4192956
[pid=17775] ppid=17773 vsize=8568 CPUtime=51.07
/proc/17775/stat : 17775 (CirCUs) R 17773 17775 17704 0 -1 4194304 1934 0 0 0 5106 1 0 0 25 0 1 120000 1119440104 8773632 1885 1992294400 134512640 135224549 4294956224 18446744073709551615 134587617 0 0 4096 8192 0 0 0 17 1 0 0
/proc/17775/statm: 2142 1885 90 173 0 1967 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 8568

[startup+102.306 s]
/proc/loadavg: 1.00 1.00 1.09 2/66 17776
/proc/meminfo: memFree=1464384/2055920 swapFree=4177700/4192956
[pid=17775] ppid=17773 vsize=11272 CPUtime=102.26
/proc/17775/stat : 17775 (CirCUs) R 17773 17775 17704 0 -1 4194304 2593 0 0 0 10224 2 0 0 25 0 1 120000 1119440104 11542528 2544 1992294400 134512640 135224549 4294956224 18446744073709551615 134632730 0 0 4096 8192 0 0 0 17 1 0 0
/proc/17775/statm: 2818 2544 90 173 0 2643 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 11272

[startup+162.301 s]
/proc/loadavg: 1.00 1.00 1.08 2/66 17776
/proc/meminfo: memFree=1462464/2055920 swapFree=4177700/4192956
[pid=17775] ppid=17773 vsize=13600 CPUtime=162.23
/proc/17775/stat : 17775 (CirCUs) R 17773 17775 17704 0 -1 4194304 3130 0 0 0 16220 3 0 0 25 0 1 120000 1119440104 13926400 3016 1992294400 134512640 135224549 4294956224 18446744073709551615 134595405 0 0 4096 8192 0 0 0 17 1 0 0
/proc/17775/statm: 3400 3016 90 173 0 3225 0
Current children cumulated CPU time (s) 162.23
Current children cumulated vsize (KiB) 13600

[startup+222.301 s]
/proc/loadavg: 1.00 1.00 1.08 2/66 17776
/proc/meminfo: memFree=1461440/2055920 swapFree=4177700/4192956
[pid=17775] ppid=17773 vsize=14540 CPUtime=222.21
/proc/17775/stat : 17775 (CirCUs) R 17773 17775 17704 0 -1 4194304 3372 0 0 0 22218 3 0 0 25 0 1 120000 1119440104 14888960 3258 1992294400 134512640 135224549 4294956224 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/17775/statm: 3635 3258 90 173 0 3460 0
Current children cumulated CPU time (s) 222.21
Current children cumulated vsize (KiB) 14540

[startup+282.302 s]
/proc/loadavg: 1.00 1.00 1.07 2/66 17776
/proc/meminfo: memFree=1460480/2055920 swapFree=4177700/4192956
[pid=17775] ppid=17773 vsize=15464 CPUtime=282.19
/proc/17775/stat : 17775 (CirCUs) R 17773 17775 17704 0 -1 4194304 3604 0 0 0 28215 4 0 0 25 0 1 120000 1119440104 15835136 3490 1992294400 134512640 135224549 4294956224 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/17775/statm: 3866 3490 90 173 0 3691 0
Current children cumulated CPU time (s) 282.19
Current children cumulated vsize (KiB) 15464

[startup+342.301 s]
/proc/loadavg: 1.00 1.00 1.06 2/66 17776
/proc/meminfo: memFree=1459208/2055920 swapFree=4177700/4192956
[pid=17775] ppid=17773 vsize=16816 CPUtime=342.17
/proc/17775/stat : 17775 (CirCUs) R 17773 17775 17704 0 -1 4194304 3939 0 0 0 34213 4 0 0 25 0 1 120000 1119440104 17219584 3825 1992294400 134512640 135224549 4294956224 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/17775/statm: 4204 3825 90 173 0 4029 0
Current children cumulated CPU time (s) 342.17
Current children cumulated vsize (KiB) 16816

[startup+402.302 s]
/proc/loadavg: 1.00 1.00 1.06 2/66 17776
/proc/meminfo: memFree=1457864/2055920 swapFree=4177700/4192956
[pid=17775] ppid=17773 vsize=18084 CPUtime=402.15
/proc/17775/stat : 17775 (CirCUs) R 17773 17775 17704 0 -1 4194304 4265 0 0 0 40211 4 0 0 25 0 1 120000 1119440104 18518016 4151 1992294400 134512640 135224549 4294956224 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/17775/statm: 4521 4151 90 173 0 4346 0
Current children cumulated CPU time (s) 402.15
Current children cumulated vsize (KiB) 18084

[startup+462.303 s]
/proc/loadavg: 1.00 1.00 1.05 2/66 17776
/proc/meminfo: memFree=1456392/2055920 swapFree=4177700/4192956
[pid=17775] ppid=17773 vsize=19588 CPUtime=462.13
/proc/17775/stat : 17775 (CirCUs) R 17773 17775 17704 0 -1 4194304 4623 0 0 0 46209 4 0 0 25 0 1 120000 1119440104 20058112 4509 1992294400 134512640 135224549 4294956224 18446744073709551615 134595266 0 0 4096 8192 0 0 0 17 1 0 0
/proc/17775/statm: 4897 4509 90 173 0 4722 0
Current children cumulated CPU time (s) 462.13
Current children cumulated vsize (KiB) 19588

[startup+522.301 s]
/proc/loadavg: 1.00 1.00 1.05 2/66 17776
/proc/meminfo: memFree=1456136/2055920 swapFree=4177700/4192956
[pid=17775] ppid=17773 vsize=19920 CPUtime=522.11
/proc/17775/stat : 17775 (CirCUs) R 17773 17775 17704 0 -1 4194304 4695 0 0 0 52207 4 0 0 25 0 1 120000 1119440104 20398080 4581 1992294400 134512640 135224549 4294956224 18446744073709551615 134595339 0 0 4096 8192 0 0 0 17 1 0 0
/proc/17775/statm: 4980 4581 90 173 0 4805 0
Current children cumulated CPU time (s) 522.11
Current children cumulated vsize (KiB) 19920

[startup+582.302 s]
/proc/loadavg: 1.00 1.00 1.04 2/66 17776
/proc/meminfo: memFree=1454664/2055920 swapFree=4177700/4192956
[pid=17775] ppid=17773 vsize=21440 CPUtime=582.08
/proc/17775/stat : 17775 (CirCUs) R 17773 17775 17704 0 -1 4194304 5069 0 0 0 58204 4 0 0 25 0 1 120000 1119440104 21954560 4955 1992294400 134512640 135224549 4294956224 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/17775/statm: 5360 4955 90 173 0 5185 0
Current children cumulated CPU time (s) 582.08
Current children cumulated vsize (KiB) 21440

[startup+642.302 s]
/proc/loadavg: 1.04 1.01 1.04 2/66 17776
/proc/meminfo: memFree=1454024/2055920 swapFree=4177700/4192956
[pid=17775] ppid=17773 vsize=22208 CPUtime=642.06
/proc/17775/stat : 17775 (CirCUs) R 17773 17775 17704 0 -1 4194304 5214 0 0 0 64202 4 0 0 25 0 1 120000 1119440104 22740992 5100 1992294400 134512640 135224549 4294956224 18446744073709551615 134595295 0 0 4096 8192 0 0 0 17 1 0 0
/proc/17775/statm: 5552 5100 90 173 0 5377 0
Current children cumulated CPU time (s) 642.06
Current children cumulated vsize (KiB) 22208

[startup+702.301 s]
/proc/loadavg: 1.05 1.02 1.04 2/66 17782
/proc/meminfo: memFree=1452808/2055920 swapFree=4177700/4192956
[pid=17775] ppid=17773 vsize=23732 CPUtime=702.03
/proc/17775/stat : 17775 (CirCUs) R 17773 17775 17704 0 -1 4194304 5630 0 0 0 70198 5 0 0 25 0 1 120000 1119440104 24301568 5387 1992294400 134512640 135224549 4294956224 18446744073709551615 134595680 0 0 4096 8192 0 0 0 17 1 0 0
/proc/17775/statm: 5933 5387 90 173 0 5758 0
Current children cumulated CPU time (s) 702.03
Current children cumulated vsize (KiB) 23732

[startup+762.306 s]
/proc/loadavg: 1.32 1.11 1.07 2/66 17782
/proc/meminfo: memFree=1452744/2055920 swapFree=4177700/4192956
[pid=17775] ppid=17773 vsize=23972 CPUtime=762.02
/proc/17775/stat : 17775 (CirCUs) R 17773 17775 17704 0 -1 4194304 5660 0 0 0 76197 5 0 0 25 0 1 120000 1119440104 24547328 5417 1992294400 134512640 135224549 4294956224 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/17775/statm: 5993 5417 90 173 0 5818 0
Current children cumulated CPU time (s) 762.02
Current children cumulated vsize (KiB) 23972

[startup+822.302 s]
/proc/loadavg: 1.15 1.10 1.06 2/66 17782
/proc/meminfo: memFree=1452424/2055920 swapFree=4177700/4192956
[pid=17775] ppid=17773 vsize=24356 CPUtime=821.99
/proc/17775/stat : 17775 (CirCUs) R 17773 17775 17704 0 -1 4194304 5742 0 0 0 82194 5 0 0 25 0 1 120000 1119440104 24940544 5499 1992294400 134512640 135224549 4294956224 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/17775/statm: 6089 5499 90 173 0 5914 0
Current children cumulated CPU time (s) 821.99
Current children cumulated vsize (KiB) 24356

[startup+882.301 s]
/proc/loadavg: 1.05 1.08 1.06 2/66 17782
/proc/meminfo: memFree=1450824/2055920 swapFree=4177700/4192956
[pid=17775] ppid=17773 vsize=25912 CPUtime=881.97
/proc/17775/stat : 17775 (CirCUs) R 17773 17775 17704 0 -1 4194304 6134 0 0 0 88192 5 0 0 25 0 1 120000 1119440104 26533888 5891 1992294400 134512640 135224549 4294956224 18446744073709551615 134595318 0 0 4096 8192 0 0 0 17 1 0 0
/proc/17775/statm: 6478 5891 90 173 0 6303 0
Current children cumulated CPU time (s) 881.97
Current children cumulated vsize (KiB) 25912

[startup+942.302 s]
/proc/loadavg: 1.02 1.06 1.05 2/66 17782
/proc/meminfo: memFree=1450504/2055920 swapFree=4177700/4192956
[pid=17775] ppid=17773 vsize=26276 CPUtime=941.95
/proc/17775/stat : 17775 (CirCUs) R 17773 17775 17704 0 -1 4194304 6203 0 0 0 94189 6 0 0 25 0 1 120000 1119440104 26906624 5960 1992294400 134512640 135224549 4294956224 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/17775/statm: 6569 5960 90 173 0 6394 0
Current children cumulated CPU time (s) 941.95
Current children cumulated vsize (KiB) 26276

[startup+1002.3 s]
/proc/loadavg: 1.00 1.05 1.05 2/66 17782
/proc/meminfo: memFree=1450312/2055920 swapFree=4177700/4192956
[pid=17775] ppid=17773 vsize=26468 CPUtime=1001.93
/proc/17775/stat : 17775 (CirCUs) R 17773 17775 17704 0 -1 4194304 6262 0 0 0 100187 6 0 0 25 0 1 120000 1119440104 27103232 6019 1992294400 134512640 135224549 4294956224 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/17775/statm: 6617 6019 90 173 0 6442 0
Current children cumulated CPU time (s) 1001.93
Current children cumulated vsize (KiB) 26468

[startup+1062.3 s]
/proc/loadavg: 1.00 1.04 1.04 2/66 17782
/proc/meminfo: memFree=1448648/2055920 swapFree=4177700/4192956
[pid=17775] ppid=17773 vsize=28052 CPUtime=1061.91
/proc/17775/stat : 17775 (CirCUs) R 17773 17775 17704 0 -1 4194304 6673 0 0 0 106185 6 0 0 25 0 1 120000 1119440104 28725248 6430 1992294400 134512640 135224549 4294956224 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/17775/statm: 7013 6430 90 173 0 6838 0
Current children cumulated CPU time (s) 1061.91
Current children cumulated vsize (KiB) 28052

[startup+1122.3 s]
/proc/loadavg: 1.00 1.03 1.04 2/66 17782
/proc/meminfo: memFree=1448584/2055920 swapFree=4177700/4192956
[pid=17775] ppid=17773 vsize=28052 CPUtime=1121.88
/proc/17775/stat : 17775 (CirCUs) R 17773 17775 17704 0 -1 4194304 6685 0 0 0 112182 6 0 0 25 0 1 120000 1119440104 28725248 6442 1992294400 134512640 135224549 4294956224 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/17775/statm: 7013 6442 90 173 0 6838 0
Current children cumulated CPU time (s) 1121.88
Current children cumulated vsize (KiB) 28052

[startup+1182.3 s]
/proc/loadavg: 1.00 1.02 1.03 2/66 17782
/proc/meminfo: memFree=1448392/2055920 swapFree=4177700/4192956
[pid=17775] ppid=17773 vsize=28420 CPUtime=1181.86
/proc/17775/stat : 17775 (CirCUs) R 17773 17775 17704 0 -1 4194304 6756 0 0 0 118180 6 0 0 25 0 1 120000 1119440104 29102080 6513 1992294400 134512640 135224549 4294956224 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/17775/statm: 7105 6513 90 173 0 6930 0
Current children cumulated CPU time (s) 1181.86
Current children cumulated vsize (KiB) 28420



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.5 s]
/proc/loadavg: 1.00 1.02 1.03 2/66 17782
/proc/meminfo: memFree=1448264/2055920 swapFree=4177700/4192956
[pid=17775] ppid=17773 vsize=28420 CPUtime=1200.06
/proc/17775/stat : 17775 (CirCUs) R 17773 17775 17704 0 -1 4194304 6761 0 0 0 120000 6 0 0 25 0 1 100 1119440104 29102080 6518 1992294400 134512640 135224549 4294956224 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/17775/statm: 7105 6518 90 173 0 6930 0
Current children cumulated CPU time (s) 1200.06
Current children cumulated vsize (KiB) 28420

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

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

[startup+1200.5 s]
/proc/loadavg: 1.00 1.02 1.03 2/66 17782
/proc/meminfo: memFree=1448264/2055920 swapFree=4177700/4192956
[pid=17775] ppid=17773 vsize=28420 CPUtime=1200.06
/proc/17775/stat : 17775 (CirCUs) R 17773 17775 17704 0 -1 4194304 6761 0 0 0 120000 6 0 0 25 0 1 100 1119440104 29102080 6518 1992294400 134512640 135224549 4294956224 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/17775/statm: 7105 6518 90 173 0 6930 0
Current children cumulated CPU time (s) 1200.06
Current children cumulated vsize (KiB) 28420

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1200.51
CPU time (s): 1200.08
CPU user time (s): 1200.01
CPU system time (s): 0.071989
CPU usage (%): 99.964
Max. virtual memory (cumulated for all children) (KiB): 28420

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

runsolver used 1.3148 second user time and 3.03854 second system time

The end

Launcher Data

Begin job on node56 at 2009-03-31 04:49:38
IDJOB=1524360
IDBENCH=70475
IDSOLVER=544
FILE ID=node56/1524360-1238467778
PBS_JOBID= 9061765
Free space on /tmp= 103044 MiB

SOLVER NAME= CircUs 2009-03-23
BENCH NAME= SAT09/RANDOM/MEDIUM/7SAT/UNKNOWN/65/unif-k7-r89-v65-c5785-S2142794689-088.cnf
COMMAND LINE= HOME/CirCUs BENCHNAME -t TIMEOUT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1524360-1238467778/watcher-1524360-1238467778 -o /tmp/evaluation-result-1524360-1238467778/solver-1524360-1238467778 -C 1200 -W 1800 -M 1800 --output-limit 1,15  HOME/CirCUs HOME/instance-1524360-1238467778.cnf -t 1200

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

MD5SUM BENCH= 0f4b7bee4959ec0290a8262b27584313
RANDOM SEED=533108609

node56.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.256
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.256
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:       1474848 kB
Buffers:         87460 kB
Cached:         396576 kB
SwapCached:       9032 kB
Active:         190212 kB
Inactive:       304264 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1474848 kB
SwapTotal:     4192956 kB
SwapFree:      4177700 kB
Dirty:            1200 kB
Writeback:           0 kB
Mapped:          16144 kB
Slab:            72512 kB
Committed_AS:  2605296 kB
PageTables:       1472 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= 103044 MiB
End job on node56 at 2009-03-31 05:09:41