Trace number 1524559

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.04 1200.61

General information on the benchmark

NameRANDOM/MEDIUM/3SAT/SATISFIABLE/560/
unif-k3-r4.25-v560-c2380-S45592023-054.cnf
MD5SUM1cdf960645ef22947407473f1df63e0b
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.031995
Satisfiable
(Un)Satisfiability was proved
Number of variables560
Number of clauses2380
Sum of the clauses size7140
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 32380
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

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

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-1524559-1238576609/watcher-1524559-1238576609 -o /tmp/evaluation-result-1524559-1238576609/solver-1524559-1238576609 -C 1200 -W 1800 -M 1800 --output-limit 1,15 HOME/CirCUs HOME/instance-1524559-1238576609.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: 2.19 2.03 1.71 3/64 17636
/proc/meminfo: memFree=1389328/2055920 swapFree=4171920/4192956
[pid=17636] ppid=17634 vsize=1440 CPUtime=0
/proc/17636/stat : 17636 (CirCUs) R 17634 17636 17221 0 -1 4194304 164 0 0 0 0 0 0 0 18 0 1 120000 1130326651 1474560 148 1992294400 134512640 135224549 4294956208 18446744073709551615 134569983 0 0 4096 8192 0 0 0 17 1 0 0
/proc/17636/statm: 360 148 74 173 0 185 0

[startup+0.052717 s]
/proc/loadavg: 2.19 2.03 1.71 3/64 17636
/proc/meminfo: memFree=1389328/2055920 swapFree=4171920/4192956
[pid=17636] ppid=17634 vsize=1572 CPUtime=0.04
/proc/17636/stat : 17636 (CirCUs) R 17634 17636 17221 0 -1 4194304 230 0 0 0 4 0 0 0 18 0 1 120000 1130326651 1609728 214 1992294400 134512640 135224549 4294956208 18446744073709551615 134726486 0 0 4096 8192 0 0 0 17 1 0 0
/proc/17636/statm: 393 214 89 173 0 218 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 1572

[startup+0.102722 s]
/proc/loadavg: 2.19 2.03 1.71 3/64 17636
/proc/meminfo: memFree=1389328/2055920 swapFree=4171920/4192956
[pid=17636] ppid=17634 vsize=1704 CPUtime=0.09
/proc/17636/stat : 17636 (CirCUs) R 17634 17636 17221 0 -1 4194304 261 0 0 0 9 0 0 0 18 0 1 120000 1130326651 1744896 245 1992294400 134512640 135224549 4294956208 18446744073709551615 134595219 0 0 4096 8192 0 0 0 17 1 0 0
/proc/17636/statm: 426 245 89 173 0 251 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 1704

[startup+0.302745 s]
/proc/loadavg: 2.19 2.03 1.71 3/64 17636
/proc/meminfo: memFree=1389328/2055920 swapFree=4171920/4192956
[pid=17636] ppid=17634 vsize=1836 CPUtime=0.29
/proc/17636/stat : 17636 (CirCUs) R 17634 17636 17221 0 -1 4194304 296 0 0 0 29 0 0 0 19 0 1 120000 1130326651 1880064 280 1992294400 134512640 135224549 4294956208 18446744073709551615 134595292 0 0 4096 8192 0 0 0 17 1 0 0
/proc/17636/statm: 459 280 89 173 0 284 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 1836

[startup+0.702791 s]
/proc/loadavg: 2.19 2.03 1.71 3/64 17636
/proc/meminfo: memFree=1389328/2055920 swapFree=4171920/4192956
[pid=17636] ppid=17634 vsize=2100 CPUtime=0.69
/proc/17636/stat : 17636 (CirCUs) R 17634 17636 17221 0 -1 4194304 355 0 0 0 69 0 0 0 22 0 1 120000 1130326651 2150400 339 1992294400 134512640 135224549 4294956208 18446744073709551615 134632717 0 0 4096 8192 0 0 0 17 1 0 0
/proc/17636/statm: 525 339 89 173 0 350 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 2100

[startup+1.50188 s]
/proc/loadavg: 2.09 2.02 1.71 2/65 17637
/proc/meminfo: memFree=1388168/2055920 swapFree=4171920/4192956
[pid=17636] ppid=17634 vsize=2496 CPUtime=1.49
/proc/17636/stat : 17636 (CirCUs) R 17634 17636 17221 0 -1 4194304 469 0 0 0 149 0 0 0 25 0 1 120000 1130326651 2555904 453 1992294400 134512640 135224549 4294956208 18446744073709551615 134595405 0 0 4096 8192 0 0 0 17 1 0 0
/proc/17636/statm: 624 453 89 173 0 449 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 2496

[startup+3.10107 s]
/proc/loadavg: 2.09 2.02 1.71 2/65 17637
/proc/meminfo: memFree=1387592/2055920 swapFree=4171920/4192956
[pid=17636] ppid=17634 vsize=3156 CPUtime=2.89
/proc/17636/stat : 17636 (CirCUs) R 17634 17636 17221 0 -1 4194304 616 0 0 0 289 0 0 0 25 0 1 120000 1130326651 3231744 600 1992294400 134512640 135224549 4294956208 18446744073709551615 134631376 0 0 4096 8192 0 0 0 17 1 0 0
/proc/17636/statm: 789 600 89 173 0 614 0
Current children cumulated CPU time (s) 2.89
Current children cumulated vsize (KiB) 3156

[startup+6.30143 s]
/proc/loadavg: 2.09 2.02 1.71 2/65 17637
/proc/meminfo: memFree=1386448/2055920 swapFree=4171920/4192956
[pid=17636] ppid=17634 vsize=4080 CPUtime=6.09
/proc/17636/stat : 17636 (CirCUs) R 17634 17636 17221 0 -1 4194304 844 0 0 0 609 0 0 0 25 0 1 120000 1130326651 4177920 828 1992294400 134512640 135224549 4294956208 18446744073709551615 134632717 0 0 4096 8192 0 0 0 17 1 0 0
/proc/17636/statm: 1020 828 89 173 0 845 0
Current children cumulated CPU time (s) 6.09
Current children cumulated vsize (KiB) 4080

[startup+12.7012 s]
/proc/loadavg: 1.92 1.98 1.70 2/65 17637
/proc/meminfo: memFree=1384976/2055920 swapFree=4171920/4192956
[pid=17636] ppid=17634 vsize=5268 CPUtime=12.48
/proc/17636/stat : 17636 (CirCUs) R 17634 17636 17221 0 -1 4194304 1132 0 0 0 1248 0 0 0 25 0 1 120000 1130326651 5394432 1116 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/17636/statm: 1317 1116 89 173 0 1142 0
Current children cumulated CPU time (s) 12.48
Current children cumulated vsize (KiB) 5268

[startup+25.5016 s]
/proc/loadavg: 1.78 1.95 1.69 2/65 17637
/proc/meminfo: memFree=1383184/2055920 swapFree=4171920/4192956
[pid=17636] ppid=17634 vsize=6984 CPUtime=25.27
/proc/17636/stat : 17636 (CirCUs) R 17634 17636 17221 0 -1 4194304 1575 0 0 0 2526 1 0 0 25 0 1 120000 1130326651 7151616 1559 1992294400 134512640 135224549 4294956208 18446744073709551615 134595778 0 0 4096 8192 0 0 0 17 1 0 0
/proc/17636/statm: 1746 1559 89 173 0 1571 0
Current children cumulated CPU time (s) 25.27
Current children cumulated vsize (KiB) 6984

[startup+51.1016 s]
/proc/loadavg: 1.51 1.87 1.67 2/65 17637
/proc/meminfo: memFree=1380816/2055920 swapFree=4171920/4192956
[pid=17636] ppid=17634 vsize=9500 CPUtime=50.86
/proc/17636/stat : 17636 (CirCUs) R 17634 17636 17221 0 -1 4194304 2210 0 0 0 5084 2 0 0 25 0 1 120000 1130326651 9728000 2161 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/17636/statm: 2375 2161 89 173 0 2200 0
Current children cumulated CPU time (s) 50.86
Current children cumulated vsize (KiB) 9500

[startup+102.305 s]
/proc/loadavg: 1.20 1.72 1.63 2/65 17637
/proc/meminfo: memFree=1378256/2055920 swapFree=4171920/4192956
[pid=17636] ppid=17634 vsize=12012 CPUtime=102.05
/proc/17636/stat : 17636 (CirCUs) R 17634 17636 17221 0 -1 4194304 2843 0 0 0 10202 3 0 0 25 0 1 120000 1130326651 12300288 2794 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/17636/statm: 3003 2794 89 173 0 2828 0
Current children cumulated CPU time (s) 102.05
Current children cumulated vsize (KiB) 12012

[startup+162.301 s]
/proc/loadavg: 1.07 1.59 1.59 2/65 17637
/proc/meminfo: memFree=1376016/2055920 swapFree=4171920/4192956
[pid=17636] ppid=17634 vsize=14396 CPUtime=162.02
/proc/17636/stat : 17636 (CirCUs) R 17634 17636 17221 0 -1 4194304 3473 0 0 0 16199 3 0 0 25 0 1 120000 1130326651 14741504 3359 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/17636/statm: 3599 3359 89 173 0 3424 0
Current children cumulated CPU time (s) 162.02
Current children cumulated vsize (KiB) 14396

[startup+222.301 s]
/proc/loadavg: 1.02 1.48 1.55 2/65 17637
/proc/meminfo: memFree=1373456/2055920 swapFree=4171920/4192956
[pid=17636] ppid=17634 vsize=16964 CPUtime=222.01
/proc/17636/stat : 17636 (CirCUs) R 17634 17636 17221 0 -1 4194304 4101 0 0 0 22197 4 0 0 25 0 1 120000 1130326651 17371136 3987 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/17636/statm: 4241 3987 89 173 0 4066 0
Current children cumulated CPU time (s) 222.01
Current children cumulated vsize (KiB) 16964

[startup+282.301 s]
/proc/loadavg: 1.01 1.39 1.51 2/65 17637
/proc/meminfo: memFree=1371920/2055920 swapFree=4171920/4192956
[pid=17636] ppid=17634 vsize=18416 CPUtime=281.99
/proc/17636/stat : 17636 (CirCUs) R 17634 17636 17221 0 -1 4194304 4482 0 0 0 28194 5 0 0 25 0 1 120000 1130326651 18857984 4368 1992294400 134512640 135224549 4294956208 18446744073709551615 134632717 0 0 4096 8192 0 0 0 17 1 0 0
/proc/17636/statm: 4604 4368 89 173 0 4429 0
Current children cumulated CPU time (s) 281.99
Current children cumulated vsize (KiB) 18416

[startup+342.302 s]
/proc/loadavg: 1.00 1.32 1.48 2/65 17637
/proc/meminfo: memFree=1370192/2055920 swapFree=4171920/4192956
[pid=17636] ppid=17634 vsize=20160 CPUtime=341.98
/proc/17636/stat : 17636 (CirCUs) R 17634 17636 17221 0 -1 4194304 4897 0 0 0 34192 6 0 0 25 0 1 120000 1130326651 20643840 4783 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/17636/statm: 5040 4783 89 173 0 4865 0
Current children cumulated CPU time (s) 341.98
Current children cumulated vsize (KiB) 20160

[startup+402.302 s]
/proc/loadavg: 1.00 1.26 1.44 2/65 17637
/proc/meminfo: memFree=1369040/2055920 swapFree=4171920/4192956
[pid=17636] ppid=17634 vsize=21356 CPUtime=401.96
/proc/17636/stat : 17636 (CirCUs) R 17634 17636 17221 0 -1 4194304 5208 0 0 0 40190 6 0 0 25 0 1 120000 1130326651 21868544 5094 1992294400 134512640 135224549 4294956208 18446744073709551615 134726486 0 0 4096 8192 0 0 0 17 1 0 0
/proc/17636/statm: 5339 5094 89 173 0 5164 0
Current children cumulated CPU time (s) 401.96
Current children cumulated vsize (KiB) 21356

[startup+462.303 s]
/proc/loadavg: 1.00 1.21 1.42 2/65 17637
/proc/meminfo: memFree=1368464/2055920 swapFree=4171920/4192956
[pid=17636] ppid=17634 vsize=21752 CPUtime=461.94
/proc/17636/stat : 17636 (CirCUs) R 17634 17636 17221 0 -1 4194304 5316 0 0 0 46188 6 0 0 25 0 1 120000 1130326651 22274048 5202 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/17636/statm: 5438 5202 89 173 0 5263 0
Current children cumulated CPU time (s) 461.94
Current children cumulated vsize (KiB) 21752

[startup+522.303 s]
/proc/loadavg: 1.00 1.17 1.39 2/65 17637
/proc/meminfo: memFree=1366672/2055920 swapFree=4171920/4192956
[pid=17636] ppid=17634 vsize=24296 CPUtime=521.92
/proc/17636/stat : 17636 (CirCUs) R 17634 17636 17221 0 -1 4194304 5927 0 0 0 52186 6 0 0 25 0 1 120000 1130326651 24879104 5684 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/17636/statm: 6074 5684 89 173 0 5899 0
Current children cumulated CPU time (s) 521.92
Current children cumulated vsize (KiB) 24296

[startup+582.303 s]
/proc/loadavg: 1.00 1.13 1.36 2/65 17637
/proc/meminfo: memFree=1366608/2055920 swapFree=4171920/4192956
[pid=17636] ppid=17634 vsize=24296 CPUtime=581.9
/proc/17636/stat : 17636 (CirCUs) R 17634 17636 17221 0 -1 4194304 5942 0 0 0 58184 6 0 0 25 0 1 120000 1130326651 24879104 5699 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/17636/statm: 6074 5699 89 173 0 5899 0
Current children cumulated CPU time (s) 581.9
Current children cumulated vsize (KiB) 24296

[startup+642.302 s]
/proc/loadavg: 1.00 1.11 1.33 2/65 17637
/proc/meminfo: memFree=1364432/2055920 swapFree=4171920/4192956
[pid=17636] ppid=17634 vsize=26564 CPUtime=641.89
/proc/17636/stat : 17636 (CirCUs) R 17634 17636 17221 0 -1 4194304 6488 0 0 0 64182 7 0 0 25 0 1 120000 1130326651 27201536 6245 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/17636/statm: 6641 6245 89 173 0 6466 0
Current children cumulated CPU time (s) 641.89
Current children cumulated vsize (KiB) 26564

[startup+702.302 s]
/proc/loadavg: 1.00 1.08 1.31 2/65 17637
/proc/meminfo: memFree=1364176/2055920 swapFree=4171920/4192956
[pid=17636] ppid=17634 vsize=26860 CPUtime=701.87
/proc/17636/stat : 17636 (CirCUs) R 17634 17636 17221 0 -1 4194304 6538 0 0 0 70180 7 0 0 25 0 1 120000 1130326651 27504640 6295 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/17636/statm: 6715 6295 89 173 0 6540 0
Current children cumulated CPU time (s) 701.87
Current children cumulated vsize (KiB) 26860

[startup+762.305 s]
/proc/loadavg: 1.00 1.07 1.29 2/65 17637
/proc/meminfo: memFree=1361936/2055920 swapFree=4171920/4192956
[pid=17636] ppid=17634 vsize=29104 CPUtime=761.86
/proc/17636/stat : 17636 (CirCUs) R 17634 17636 17221 0 -1 4194304 7108 0 0 0 76178 8 0 0 25 0 1 120000 1130326651 29802496 6865 1992294400 134512640 135224549 4294956208 18446744073709551615 134632717 0 0 4096 8192 0 0 0 17 1 0 0
/proc/17636/statm: 7276 6865 89 173 0 7101 0
Current children cumulated CPU time (s) 761.86
Current children cumulated vsize (KiB) 29104

[startup+822.301 s]
/proc/loadavg: 1.00 1.05 1.27 2/65 17637
/proc/meminfo: memFree=1361872/2055920 swapFree=4171920/4192956
[pid=17636] ppid=17634 vsize=29104 CPUtime=821.84
/proc/17636/stat : 17636 (CirCUs) R 17634 17636 17221 0 -1 4194304 7118 0 0 0 82176 8 0 0 25 0 1 120000 1130326651 29802496 6875 1992294400 134512640 135224549 4294956208 18446744073709551615 134632717 0 0 4096 8192 0 0 0 17 1 0 0
/proc/17636/statm: 7276 6875 89 173 0 7101 0
Current children cumulated CPU time (s) 821.84
Current children cumulated vsize (KiB) 29104

[startup+882.301 s]
/proc/loadavg: 1.00 1.04 1.25 2/65 17637
/proc/meminfo: memFree=1361808/2055920 swapFree=4171920/4192956
[pid=17636] ppid=17634 vsize=29272 CPUtime=881.82
/proc/17636/stat : 17636 (CirCUs) R 17634 17636 17221 0 -1 4194304 7142 0 0 0 88174 8 0 0 25 0 1 120000 1130326651 29974528 6899 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/17636/statm: 7318 6899 89 173 0 7143 0
Current children cumulated CPU time (s) 881.82
Current children cumulated vsize (KiB) 29272

[startup+942.301 s]
/proc/loadavg: 1.00 1.03 1.23 2/65 17637
/proc/meminfo: memFree=1359184/2055920 swapFree=4171920/4192956
[pid=17636] ppid=17634 vsize=31780 CPUtime=941.79
/proc/17636/stat : 17636 (CirCUs) R 17634 17636 17221 0 -1 4194304 7784 0 0 0 94171 8 0 0 25 0 1 120000 1130326651 32542720 7541 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/17636/statm: 7945 7541 89 173 0 7770 0
Current children cumulated CPU time (s) 941.79
Current children cumulated vsize (KiB) 31780

[startup+1002.3 s]
/proc/loadavg: 1.00 1.02 1.21 2/65 17637
/proc/meminfo: memFree=1359248/2055920 swapFree=4171920/4192956
[pid=17636] ppid=17634 vsize=31780 CPUtime=1001.78
/proc/17636/stat : 17636 (CirCUs) R 17634 17636 17221 0 -1 4194304 7790 0 0 0 100170 8 0 0 25 0 1 120000 1130326651 32542720 7547 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/17636/statm: 7945 7547 89 173 0 7770 0
Current children cumulated CPU time (s) 1001.78
Current children cumulated vsize (KiB) 31780

[startup+1062.3 s]
/proc/loadavg: 1.00 1.02 1.20 2/65 17637
/proc/meminfo: memFree=1358928/2055920 swapFree=4171920/4192956
[pid=17636] ppid=17634 vsize=32228 CPUtime=1061.76
/proc/17636/stat : 17636 (CirCUs) R 17634 17636 17221 0 -1 4194304 7847 0 0 0 106168 8 0 0 25 0 1 120000 1130326651 33001472 7604 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/17636/statm: 8057 7604 89 173 0 7882 0
Current children cumulated CPU time (s) 1061.76
Current children cumulated vsize (KiB) 32228

[startup+1122.3 s]
/proc/loadavg: 1.00 1.01 1.18 2/65 17637
/proc/meminfo: memFree=1356304/2055920 swapFree=4171920/4192956
[pid=17636] ppid=17634 vsize=34884 CPUtime=1121.74
/proc/17636/stat : 17636 (CirCUs) R 17634 17636 17221 0 -1 4194304 8516 0 0 0 112165 9 0 0 25 0 1 120000 1130326651 35721216 8273 1992294400 134512640 135224549 4294956208 18446744073709551615 134583891 0 0 4096 8192 0 0 0 17 1 0 0
/proc/17636/statm: 8721 8273 89 173 0 8546 0
Current children cumulated CPU time (s) 1121.74
Current children cumulated vsize (KiB) 34884

[startup+1182.3 s]
/proc/loadavg: 1.00 1.01 1.17 2/65 17637
/proc/meminfo: memFree=1356240/2055920 swapFree=4171920/4192956
[pid=17636] ppid=17634 vsize=34884 CPUtime=1181.73
/proc/17636/stat : 17636 (CirCUs) R 17634 17636 17221 0 -1 4194304 8516 0 0 0 118164 9 0 0 25 0 1 120000 1130326651 35721216 8273 1992294400 134512640 135224549 4294956208 18446744073709551615 134595591 0 0 4096 8192 0 0 0 17 1 0 0
/proc/17636/statm: 8721 8273 89 173 0 8546 0
Current children cumulated CPU time (s) 1181.73
Current children cumulated vsize (KiB) 34884



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.6 s]
/proc/loadavg: 1.00 1.00 1.16 2/65 17637
/proc/meminfo: memFree=1356240/2055920 swapFree=4171920/4192956
[pid=17636] ppid=17634 vsize=34884 CPUtime=1200.02
/proc/17636/stat : 17636 (CirCUs) R 17634 17636 17221 0 -1 4194304 8516 0 0 0 119993 9 0 0 25 0 1 100 1130326651 35721216 8273 1992294400 134512640 135224549 4294956208 18446744073709551615 134632700 0 0 4096 8192 0 0 0 17 1 0 0
/proc/17636/statm: 8721 8273 89 173 0 8546 0
Current children cumulated CPU time (s) 1200.02
Current children cumulated vsize (KiB) 34884

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.61
CPU time (s): 1200.04
CPU user time (s): 1199.94
CPU system time (s): 0.104984
CPU usage (%): 99.9528
Max. virtual memory (cumulated for all children) (KiB): 34884

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

runsolver used 0.901862 second user time and 2.58361 second system time

The end

Launcher Data

Begin job on node28 at 2009-04-01 11:03:29
IDJOB=1524559
IDBENCH=70674
IDSOLVER=544
FILE ID=node28/1524559-1238576609
PBS_JOBID= 9070527
Free space on /tmp= 66300 MiB

SOLVER NAME= CircUs 2009-03-23
BENCH NAME= SAT09/RANDOM/MEDIUM/3SAT/SATISFIABLE/560/unif-k3-r4.25-v560-c2380-S45592023-054.cnf
COMMAND LINE= HOME/CirCUs BENCHNAME -t TIMEOUT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1524559-1238576609/watcher-1524559-1238576609 -o /tmp/evaluation-result-1524559-1238576609/solver-1524559-1238576609 -C 1200 -W 1800 -M 1800 --output-limit 1,15  HOME/CirCUs HOME/instance-1524559-1238576609.cnf -t 1200

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

MD5SUM BENCH= 1cdf960645ef22947407473f1df63e0b
RANDOM SEED=19685243

node28.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.212
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.212
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:       1389808 kB
Buffers:        112548 kB
Cached:         439208 kB
SwapCached:      14208 kB
Active:         209968 kB
Inactive:       358928 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1389808 kB
SwapTotal:     4192956 kB
SwapFree:      4171920 kB
Dirty:            1096 kB
Writeback:           0 kB
Mapped:          17824 kB
Slab:            83012 kB
Committed_AS:  2974708 kB
PageTables:       1428 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= 66300 MiB
End job on node28 at 2009-04-01 11:23:32