Trace number 1524130

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/LARGE/7SAT/UNKNOWN/200/
unif-k7-r85-v200-c17000-S948914005-013.cnf
MD5SUM8e7038f460a2090de0c9ec52bd5a121d
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 variables200
Number of clauses17000
Sum of the clauses size119000
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 517000

Solver Data

0.09/0.19	c CirCUs release 2.0 (compiled 25-Mar-09 at 4:46 PM)
0.09/0.19	c Eliminate time :       0.15 

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-1524130-1238367030/watcher-1524130-1238367030 -o /tmp/evaluation-result-1524130-1238367030/solver-1524130-1238367030 -C 1200 -W 1800 -M 1800 --output-limit 1,15 HOME/CirCUs HOME/instance-1524130-1238367030.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.99 1.85 1.42 3/64 7208
/proc/meminfo: memFree=860464/2055920 swapFree=4177704/4192956
[pid=7208] ppid=7206 vsize=1448 CPUtime=0
/proc/7208/stat : 7208 (CirCUs) R 7206 7208 6748 0 -1 4194304 152 0 0 0 0 0 0 0 18 0 1 120000 1109369160 1482752 137 1992294400 134512640 135224549 4294956208 18446744073709551615 134749214 0 0 4096 8192 0 0 0 17 1 0 0
/proc/7208/statm: 362 138 70 173 0 187 0

[startup+0.0441429 s]
/proc/loadavg: 1.99 1.85 1.42 3/64 7208
/proc/meminfo: memFree=860464/2055920 swapFree=4177704/4192956
[pid=7208] ppid=7206 vsize=3308 CPUtime=0.04
/proc/7208/stat : 7208 (CirCUs) R 7206 7208 6748 0 -1 4194304 617 0 0 0 4 0 0 0 18 0 1 120000 1109369160 3387392 601 1992294400 134512640 135224549 4294956208 18446744073709551615 134570465 0 0 4096 8192 0 0 0 17 1 0 0
/proc/7208/statm: 827 601 74 173 0 652 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 3308

[startup+0.101152 s]
/proc/loadavg: 1.99 1.85 1.42 3/64 7208
/proc/meminfo: memFree=860464/2055920 swapFree=4177704/4192956
[pid=7208] ppid=7206 vsize=3308 CPUtime=0.09
/proc/7208/stat : 7208 (CirCUs) R 7206 7208 6748 0 -1 4194304 617 0 0 0 9 0 0 0 18 0 1 120000 1109369160 3387392 601 1992294400 134512640 135224549 4294956208 18446744073709551615 134570490 0 0 4096 8192 0 0 0 17 1 0 0
/proc/7208/statm: 827 601 74 173 0 652 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 3308

[startup+0.301189 s]
/proc/loadavg: 1.99 1.85 1.42 3/64 7208
/proc/meminfo: memFree=860464/2055920 swapFree=4177704/4192956
[pid=7208] ppid=7206 vsize=3440 CPUtime=0.29
/proc/7208/stat : 7208 (CirCUs) R 7206 7208 6748 0 -1 4194304 680 0 0 0 29 0 0 0 19 0 1 120000 1109369160 3522560 664 1992294400 134512640 135224549 4294956208 18446744073709551615 134726486 0 0 4096 8192 0 0 0 17 1 0 0
/proc/7208/statm: 860 664 90 173 0 685 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 3440

[startup+0.701261 s]
/proc/loadavg: 1.99 1.85 1.42 3/64 7208
/proc/meminfo: memFree=860464/2055920 swapFree=4177704/4192956
[pid=7208] ppid=7206 vsize=4496 CPUtime=0.69
/proc/7208/stat : 7208 (CirCUs) R 7206 7208 6748 0 -1 4194304 928 0 0 0 69 0 0 0 22 0 1 120000 1109369160 4603904 912 1992294400 134512640 135224549 4294956208 18446744073709551615 134595325 0 0 4096 8192 0 0 0 17 1 0 0
/proc/7208/statm: 1124 912 90 173 0 949 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 4496

[startup+1.50141 s]
/proc/loadavg: 1.91 1.84 1.42 2/65 7209
/proc/meminfo: memFree=857064/2055920 swapFree=4177704/4192956
[pid=7208] ppid=7206 vsize=4760 CPUtime=1.49
/proc/7208/stat : 7208 (CirCUs) R 7206 7208 6748 0 -1 4194304 999 0 0 0 149 0 0 0 25 0 1 120000 1109369160 4874240 983 1992294400 134512640 135224549 4294956208 18446744073709551615 134595283 0 0 4096 8192 0 0 0 17 1 0 0
/proc/7208/statm: 1190 983 90 173 0 1015 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 4760

[startup+3.1027 s]
/proc/loadavg: 1.91 1.84 1.42 2/65 7209
/proc/meminfo: memFree=856552/2055920 swapFree=4177704/4192956
[pid=7208] ppid=7206 vsize=5288 CPUtime=3.09
/proc/7208/stat : 7208 (CirCUs) R 7206 7208 6748 0 -1 4194304 1132 0 0 0 309 0 0 0 25 0 1 120000 1109369160 5414912 1116 1992294400 134512640 135224549 4294956208 18446744073709551615 134632717 0 0 4096 8192 0 0 0 17 1 0 0
/proc/7208/statm: 1322 1116 90 173 0 1147 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 5288

[startup+6.30128 s]
/proc/loadavg: 1.91 1.84 1.42 2/65 7209
/proc/meminfo: memFree=855400/2055920 swapFree=4177704/4192956
[pid=7208] ppid=7206 vsize=6404 CPUtime=6.29
/proc/7208/stat : 7208 (CirCUs) R 7206 7208 6748 0 -1 4194304 1400 0 0 0 629 0 0 0 25 0 1 120000 1109369160 6557696 1384 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/7208/statm: 1601 1384 90 173 0 1426 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 6404

[startup+12.7015 s]
/proc/loadavg: 1.77 1.81 1.41 2/65 7209
/proc/meminfo: memFree=853480/2055920 swapFree=4177704/4192956
[pid=7208] ppid=7206 vsize=8124 CPUtime=12.69
/proc/7208/stat : 7208 (CirCUs) R 7206 7208 6748 0 -1 4194304 1806 0 0 0 1268 1 0 0 25 0 1 120000 1109369160 8318976 1790 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/7208/statm: 2031 1790 90 173 0 1856 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 8124

[startup+25.5018 s]
/proc/loadavg: 1.65 1.78 1.41 2/65 7209
/proc/meminfo: memFree=851048/2055920 swapFree=4177704/4192956
[pid=7208] ppid=7206 vsize=10500 CPUtime=25.48
/proc/7208/stat : 7208 (CirCUs) R 7206 7208 6748 0 -1 4194304 2405 0 0 0 2547 1 0 0 25 0 1 120000 1109369160 10752000 2389 1992294400 134512640 135224549 4294956208 18446744073709551615 134595312 0 0 4096 8192 0 0 0 17 1 0 0
/proc/7208/statm: 2625 2389 90 173 0 2450 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 10500

[startup+51.1015 s]
/proc/loadavg: 1.43 1.72 1.40 2/65 7209
/proc/meminfo: memFree=847528/2055920 swapFree=4177704/4192956
[pid=7208] ppid=7206 vsize=14060 CPUtime=51.07
/proc/7208/stat : 7208 (CirCUs) R 7206 7208 6748 0 -1 4194304 3308 0 0 0 5105 2 0 0 25 0 1 120000 1109369160 14397440 3259 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/7208/statm: 3515 3259 90 173 0 3340 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 14060

[startup+102.306 s]
/proc/loadavg: 1.17 1.59 1.37 2/65 7209
/proc/meminfo: memFree=842536/2055920 swapFree=4177704/4192956
[pid=7208] ppid=7206 vsize=19076 CPUtime=102.26
/proc/7208/stat : 7208 (CirCUs) R 7206 7208 6748 0 -1 4194304 4576 0 0 0 10223 3 0 0 25 0 1 120000 1109369160 19533824 4527 1992294400 134512640 135224549 4294956208 18446744073709551615 134632717 0 0 4096 8192 0 0 0 17 1 0 0
/proc/7208/statm: 4769 4527 90 173 0 4594 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 19076

[startup+162.302 s]
/proc/loadavg: 1.06 1.48 1.34 2/65 7209
/proc/meminfo: memFree=839080/2055920 swapFree=4177704/4192956
[pid=7208] ppid=7206 vsize=22500 CPUtime=162.24
/proc/7208/stat : 7208 (CirCUs) R 7206 7208 6748 0 -1 4194304 5441 0 0 0 16219 5 0 0 25 0 1 120000 1109369160 23040000 5327 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/7208/statm: 5625 5327 90 173 0 5450 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 22500

[startup+222.302 s]
/proc/loadavg: 1.02 1.39 1.32 2/65 7209
/proc/meminfo: memFree=835240/2055920 swapFree=4177704/4192956
[pid=7208] ppid=7206 vsize=26468 CPUtime=222.21
/proc/7208/stat : 7208 (CirCUs) R 7206 7208 6748 0 -1 4194304 6444 0 0 0 22216 5 0 0 25 0 1 120000 1109369160 27103232 6330 1992294400 134512640 135224549 4294956208 18446744073709551615 134595598 0 0 4096 8192 0 0 0 17 1 0 0
/proc/7208/statm: 6617 6330 90 173 0 6442 0
Current children cumulated CPU time (s) 222.21
Current children cumulated vsize (KiB) 26468

[startup+282.302 s]
/proc/loadavg: 1.01 1.32 1.30 2/65 7209
/proc/meminfo: memFree=832872/2055920 swapFree=4177704/4192956
[pid=7208] ppid=7206 vsize=28724 CPUtime=282.19
/proc/7208/stat : 7208 (CirCUs) R 7206 7208 6748 0 -1 4194304 7030 0 0 0 28213 6 0 0 25 0 1 120000 1109369160 29413376 6916 1992294400 134512640 135224549 4294956208 18446744073709551615 134595334 0 0 4096 8192 0 0 0 17 1 0 0
/proc/7208/statm: 7181 6916 90 173 0 7006 0
Current children cumulated CPU time (s) 282.19
Current children cumulated vsize (KiB) 28724

[startup+342.302 s]
/proc/loadavg: 1.00 1.26 1.27 2/65 7209
/proc/meminfo: memFree=830376/2055920 swapFree=4177704/4192956
[pid=7208] ppid=7206 vsize=31236 CPUtime=342.17
/proc/7208/stat : 7208 (CirCUs) R 7206 7208 6748 0 -1 4194304 7652 0 0 0 34209 8 0 0 25 0 1 120000 1109369160 31985664 7538 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/7208/statm: 7809 7538 90 173 0 7634 0
Current children cumulated CPU time (s) 342.17
Current children cumulated vsize (KiB) 31236

[startup+402.302 s]
/proc/loadavg: 1.00 1.21 1.26 2/65 7209
/proc/meminfo: memFree=827624/2055920 swapFree=4177704/4192956
[pid=7208] ppid=7206 vsize=34036 CPUtime=402.15
/proc/7208/stat : 7208 (CirCUs) R 7206 7208 6748 0 -1 4194304 8342 0 0 0 40206 9 0 0 25 0 1 120000 1109369160 34852864 8228 1992294400 134512640 135224549 4294956208 18446744073709551615 134595304 0 0 4096 8192 0 0 0 17 1 0 0
/proc/7208/statm: 8509 8228 90 173 0 8334 0
Current children cumulated CPU time (s) 402.15
Current children cumulated vsize (KiB) 34036

[startup+462.302 s]
/proc/loadavg: 1.00 1.17 1.24 2/65 7209
/proc/meminfo: memFree=824680/2055920 swapFree=4177704/4192956
[pid=7208] ppid=7206 vsize=36960 CPUtime=462.13
/proc/7208/stat : 7208 (CirCUs) R 7206 7208 6748 0 -1 4194304 9085 0 0 0 46203 10 0 0 25 0 1 120000 1109369160 37847040 8971 1992294400 134512640 135224549 4294956208 18446744073709551615 134595322 0 0 4096 8192 0 0 0 17 1 0 0
/proc/7208/statm: 9240 8971 90 173 0 9065 0
Current children cumulated CPU time (s) 462.13
Current children cumulated vsize (KiB) 36960

[startup+522.302 s]
/proc/loadavg: 1.00 1.13 1.22 2/65 7209
/proc/meminfo: memFree=824616/2055920 swapFree=4177704/4192956
[pid=7208] ppid=7206 vsize=36960 CPUtime=522.1
/proc/7208/stat : 7208 (CirCUs) R 7206 7208 6748 0 -1 4194304 9089 0 0 0 52200 10 0 0 25 0 1 120000 1109369160 37847040 8975 1992294400 134512640 135224549 4294956208 18446744073709551615 134595322 0 0 4096 8192 0 0 0 17 1 0 0
/proc/7208/statm: 9240 8975 90 173 0 9065 0
Current children cumulated CPU time (s) 522.1
Current children cumulated vsize (KiB) 36960

[startup+582.302 s]
/proc/loadavg: 1.00 1.11 1.20 2/65 7209
/proc/meminfo: memFree=821160/2055920 swapFree=4177704/4192956
[pid=7208] ppid=7206 vsize=40392 CPUtime=582.09
/proc/7208/stat : 7208 (CirCUs) R 7206 7208 6748 0 -1 4194304 9945 0 0 0 58198 11 0 0 25 0 1 120000 1109369160 41361408 9831 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/7208/statm: 10098 9831 90 173 0 9923 0
Current children cumulated CPU time (s) 582.09
Current children cumulated vsize (KiB) 40392

[startup+642.301 s]
/proc/loadavg: 1.00 1.08 1.18 2/65 7215
/proc/meminfo: memFree=820968/2055920 swapFree=4177704/4192956
[pid=7208] ppid=7206 vsize=40392 CPUtime=642.06
/proc/7208/stat : 7208 (CirCUs) R 7206 7208 6748 0 -1 4194304 9950 0 0 0 64195 11 0 0 25 0 1 120000 1109369160 41361408 9836 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/7208/statm: 10098 9836 90 173 0 9923 0
Current children cumulated CPU time (s) 642.06
Current children cumulated vsize (KiB) 40392

[startup+702.301 s]
/proc/loadavg: 1.00 1.07 1.17 2/65 7215
/proc/meminfo: memFree=817384/2055920 swapFree=4177704/4192956
[pid=7208] ppid=7206 vsize=44664 CPUtime=702.04
/proc/7208/stat : 7208 (CirCUs) R 7206 7208 6748 0 -1 4194304 11018 0 0 0 70192 12 0 0 25 0 1 120000 1109369160 45735936 10775 1992294400 134512640 135224549 4294956208 18446744073709551615 134595555 0 0 4096 8192 0 0 0 17 1 0 0
/proc/7208/statm: 11166 10775 90 173 0 10991 0
Current children cumulated CPU time (s) 702.04
Current children cumulated vsize (KiB) 44664

[startup+762.305 s]
/proc/loadavg: 1.00 1.05 1.16 2/65 7215
/proc/meminfo: memFree=817384/2055920 swapFree=4177704/4192956
[pid=7208] ppid=7206 vsize=44664 CPUtime=762.02
/proc/7208/stat : 7208 (CirCUs) R 7206 7208 6748 0 -1 4194304 11023 0 0 0 76190 12 0 0 25 0 1 120000 1109369160 45735936 10780 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/7208/statm: 11166 10780 90 173 0 10991 0
Current children cumulated CPU time (s) 762.02
Current children cumulated vsize (KiB) 44664

[startup+822.301 s]
/proc/loadavg: 1.00 1.04 1.15 2/65 7215
/proc/meminfo: memFree=813352/2055920 swapFree=4177704/4192956
[pid=7208] ppid=7206 vsize=48640 CPUtime=821.99
/proc/7208/stat : 7208 (CirCUs) R 7206 7208 6748 0 -1 4194304 12029 0 0 0 82186 13 0 0 25 0 1 120000 1109369160 49807360 11786 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/7208/statm: 12160 11786 90 173 0 11985 0
Current children cumulated CPU time (s) 821.99
Current children cumulated vsize (KiB) 48640

[startup+882.301 s]
/proc/loadavg: 1.00 1.03 1.14 2/65 7215
/proc/meminfo: memFree=813288/2055920 swapFree=4177704/4192956
[pid=7208] ppid=7206 vsize=48640 CPUtime=881.97
/proc/7208/stat : 7208 (CirCUs) R 7206 7208 6748 0 -1 4194304 12029 0 0 0 88184 13 0 0 25 0 1 120000 1109369160 49807360 11786 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/7208/statm: 12160 11786 90 173 0 11985 0
Current children cumulated CPU time (s) 881.97
Current children cumulated vsize (KiB) 48640

[startup+942.301 s]
/proc/loadavg: 1.00 1.02 1.12 2/65 7215
/proc/meminfo: memFree=813288/2055920 swapFree=4177704/4192956
[pid=7208] ppid=7206 vsize=48640 CPUtime=941.94
/proc/7208/stat : 7208 (CirCUs) R 7206 7208 6748 0 -1 4194304 12036 0 0 0 94181 13 0 0 25 0 1 120000 1109369160 49807360 11793 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/7208/statm: 12160 11793 90 173 0 11985 0
Current children cumulated CPU time (s) 941.94
Current children cumulated vsize (KiB) 48640

[startup+1002.3 s]
/proc/loadavg: 1.00 1.02 1.11 2/65 7215
/proc/meminfo: memFree=809064/2055920 swapFree=4177704/4192956
[pid=7208] ppid=7206 vsize=52864 CPUtime=1001.93
/proc/7208/stat : 7208 (CirCUs) R 7206 7208 6748 0 -1 4194304 13081 0 0 0 100178 15 0 0 25 0 1 120000 1109369160 54132736 12838 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/7208/statm: 13216 12838 90 173 0 13041 0
Current children cumulated CPU time (s) 1001.93
Current children cumulated vsize (KiB) 52864

[startup+1062.3 s]
/proc/loadavg: 1.00 1.01 1.10 2/65 7215
/proc/meminfo: memFree=809128/2055920 swapFree=4177704/4192956
[pid=7208] ppid=7206 vsize=52864 CPUtime=1061.91
/proc/7208/stat : 7208 (CirCUs) R 7206 7208 6748 0 -1 4194304 13082 0 0 0 106176 15 0 0 25 0 1 120000 1109369160 54132736 12839 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/7208/statm: 13216 12839 90 173 0 13041 0
Current children cumulated CPU time (s) 1061.91
Current children cumulated vsize (KiB) 52864

[startup+1122.3 s]
/proc/loadavg: 1.00 1.01 1.09 2/65 7215
/proc/meminfo: memFree=809064/2055920 swapFree=4177704/4192956
[pid=7208] ppid=7206 vsize=52864 CPUtime=1121.88
/proc/7208/stat : 7208 (CirCUs) R 7206 7208 6748 0 -1 4194304 13086 0 0 0 112173 15 0 0 25 0 1 120000 1109369160 54132736 12843 1992294400 134512640 135224549 4294956208 18446744073709551615 134595325 0 0 4096 8192 0 0 0 17 1 0 0
/proc/7208/statm: 13216 12843 90 173 0 13041 0
Current children cumulated CPU time (s) 1121.88
Current children cumulated vsize (KiB) 52864

[startup+1182.3 s]
/proc/loadavg: 1.04 1.02 1.09 2/65 7215
/proc/meminfo: memFree=805544/2055920 swapFree=4177704/4192956
[pid=7208] ppid=7206 vsize=56616 CPUtime=1181.86
/proc/7208/stat : 7208 (CirCUs) R 7206 7208 6748 0 -1 4194304 14011 0 0 0 118170 16 0 0 25 0 1 120000 1109369160 57974784 13768 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/7208/statm: 14154 13768 90 173 0 13979 0
Current children cumulated CPU time (s) 1181.86
Current children cumulated vsize (KiB) 56616



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.5 s]
/proc/loadavg: 1.10 1.03 1.09 2/65 7215
/proc/meminfo: memFree=804072/2055920 swapFree=4177704/4192956
[pid=7208] ppid=7206 vsize=57968 CPUtime=1200.06
/proc/7208/stat : 7208 (CirCUs) R 7206 7208 6748 0 -1 4194304 14335 0 0 0 119989 17 0 0 25 0 1 100 1109369160 59359232 14092 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/7208/statm: 14492 14092 90 173 0 14317 0
Current children cumulated CPU time (s) 1200.06
Current children cumulated vsize (KiB) 57968

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.10 1.03 1.09 2/65 7215
/proc/meminfo: memFree=804072/2055920 swapFree=4177704/4192956
[pid=7208] ppid=7206 vsize=57968 CPUtime=1200.06
/proc/7208/stat : 7208 (CirCUs) R 7206 7208 6748 0 -1 4194304 14335 0 0 0 119989 17 0 0 25 0 1 100 1109369160 59359232 14092 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/7208/statm: 14492 14092 90 173 0 14317 0
Current children cumulated CPU time (s) 1200.06
Current children cumulated vsize (KiB) 57968

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1200.51
CPU time (s): 1200.08
CPU user time (s): 1199.9
CPU system time (s): 0.180972
CPU usage (%): 99.9636
Max. virtual memory (cumulated for all children) (KiB): 57968

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

runsolver used 0.92086 second user time and 2.6556 second system time

The end

Launcher Data

Begin job on node24 at 2009-03-30 00:50:30
IDJOB=1524130
IDBENCH=70245
IDSOLVER=544
FILE ID=node24/1524130-1238367030
PBS_JOBID= 9061204
Free space on /tmp= 65752 MiB

SOLVER NAME= CircUs 2009-03-23
BENCH NAME= SAT09/RANDOM/LARGE/7SAT/UNKNOWN/200/unif-k7-r85-v200-c17000-S948914005-013.cnf
COMMAND LINE= HOME/CirCUs BENCHNAME -t TIMEOUT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1524130-1238367030/watcher-1524130-1238367030 -o /tmp/evaluation-result-1524130-1238367030/solver-1524130-1238367030 -C 1200 -W 1800 -M 1800 --output-limit 1,15  HOME/CirCUs HOME/instance-1524130-1238367030.cnf -t 1200

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

MD5SUM BENCH= 8e7038f460a2090de0c9ec52bd5a121d
RANDOM SEED=867227633

node24.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.260
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.260
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:        860944 kB
Buffers:         98536 kB
Cached:         993352 kB
SwapCached:       9032 kB
Active:         132840 kB
Inactive:       969516 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        860944 kB
SwapTotal:     4192956 kB
SwapFree:      4177704 kB
Dirty:            1556 kB
Writeback:           0 kB
Mapped:          16080 kB
Slab:            78480 kB
Committed_AS:  3118524 kB
PageTables:       1448 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= 65752 MiB
End job on node24 at 2009-03-30 01:10:33