Trace number 2080646

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
pcs 0.3.2? (TO) 1800.15 1812.95

General information on the benchmark

Namecsp/knights/
normalized-knights-20-5.xml
MD5SUM311a040810b6f6cbc5a2df6382a6ca4e
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark0.787879
Satisfiable
(Un)Satisfiability was proved
Number of variables5
Number of constraints10
Maximum constraint arity2
Maximum domain size400
Number of constraints which are defined in extension0
Number of constraints which are defined in intension10
Global constraints used (with number of constraints)

Solver Data

0.00/0.02	c has big domains
0.00/0.02	c big-domain mode
0.17/0.21	c Seed is 544632086
0.17/0.21	c Constructing HOME/instance-2080646-1247717984.xml  with 140 constraints
0.17/0.21	c Solving 

Verifier Data

ERROR: Unexpected answer ! ('s SATISFIABLE'/'s 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-2080646-1247717984/watcher-2080646-1247717984 -o /tmp/evaluation-result-2080646-1247717984/solver-2080646-1247717984 -C 1800 -W 2000 -M 900 HOME/pcssolve -s 544632086 HOME/instance-2080646-1247717984.xml 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2000 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 921600 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 972800 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.93 1.98 1.99 4/81 18268
/proc/meminfo: memFree=1647968/2055920 swapFree=4192812/4192956
[pid=18268] ppid=18266 vsize=5356 CPUtime=0
/proc/18268/stat : 18268 (pcssolve) R 18266 18268 16577 0 -1 4194304 290 0 0 0 0 0 0 0 23 0 1 0 58865948 5484544 241 996147200 4194304 4889804 548682068800 18446744073709551615 233632754335 0 65538 4100 65536 0 0 0 17 1 0 0
/proc/18268/statm: 1339 241 200 169 0 50 0
[pid=18269] ppid=18268 vsize=0 CPUtime=0
/proc/18269/stat : 18269 (pcssolve) R 18268 18268 16577 0 -1 4194368 22 0 0 0 0 0 0 0 24 0 1 0 58865949 0 0 996147200 0 0 0 18446744073709551615 233632754983 0 0 4096 0 0 0 0 17 1 0 0
/proc/18269/statm: 0 0 0 0 0 0 0
[pid=18270] ppid=18268 vsize=5356 CPUtime=0
/proc/18270/stat : 18270 (pcssolve) R 18268 18268 16577 0 -1 4194368 0 0 0 0 0 0 0 0 23 0 1 0 58865949 5484544 241 996147200 4194304 4889804 548682068800 18446744073709551615 233632754335 0 65538 4100 65536 0 0 0 17 1 0 0
/proc/18270/statm: 1339 241 200 169 0 50 0

[startup+0.0833699 s]
/proc/loadavg: 1.93 1.98 1.99 4/81 18268
/proc/meminfo: memFree=1647968/2055920 swapFree=4192812/4192956
[pid=18268] ppid=18266 vsize=4768 CPUtime=0.05
/proc/18268/stat : 18268 (pcs.big) R 18266 18268 16577 0 -1 4194304 901 641 0 0 5 0 0 0 18 0 1 0 58865948 4882432 532 996147200 134512640 135215973 4294956320 18446744073709551615 4158960018 0 0 4096 0 0 0 0 17 1 0 0
/proc/18268/statm: 1192 532 416 171 0 117 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 4768

[startup+0.102369 s]
/proc/loadavg: 1.93 1.98 1.99 4/81 18268
/proc/meminfo: memFree=1647968/2055920 swapFree=4192812/4192956
[pid=18268] ppid=18266 vsize=4896 CPUtime=0.07
/proc/18268/stat : 18268 (pcs.big) R 18266 18268 16577 0 -1 4194304 933 641 0 0 7 0 0 0 18 0 1 0 58865948 5013504 564 996147200 134512640 135215973 4294956320 18446744073709551615 4158960018 0 0 4096 0 0 0 0 17 1 0 0
/proc/18268/statm: 1224 564 416 171 0 149 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 4896

[startup+0.302401 s]
/proc/loadavg: 1.93 1.98 1.99 4/81 18268
/proc/meminfo: memFree=1647968/2055920 swapFree=4192812/4192956
[pid=18268] ppid=18266 vsize=5560 CPUtime=0.27
/proc/18268/stat : 18268 (pcs.big) R 18266 18268 16577 0 -1 4194304 1112 641 0 0 27 0 0 0 19 0 1 0 58865948 5693440 743 996147200 134512640 135215973 4294956320 18446744073709551615 134902469 0 0 4096 0 0 0 0 17 1 0 0
/proc/18268/statm: 1390 743 416 171 0 315 0
Current children cumulated CPU time (s) 0.27
Current children cumulated vsize (KiB) 5560

[startup+0.701467 s]
/proc/loadavg: 1.93 1.98 1.99 4/81 18268
/proc/meminfo: memFree=1647968/2055920 swapFree=4192812/4192956
[pid=18268] ppid=18266 vsize=5956 CPUtime=0.67
/proc/18268/stat : 18268 (pcs.big) R 18266 18268 16577 0 -1 4194304 1186 641 0 0 67 0 0 0 23 0 1 0 58865948 6098944 817 996147200 134512640 135215973 4294956320 18446744073709551615 134585720 0 0 4096 0 0 0 0 17 1 0 0
/proc/18268/statm: 1489 817 416 171 0 414 0
Current children cumulated CPU time (s) 0.67
Current children cumulated vsize (KiB) 5956

[startup+1.5016 s]
/proc/loadavg: 1.93 1.98 1.99 3/82 18273
/proc/meminfo: memFree=1645464/2055920 swapFree=4192812/4192956
[pid=18268] ppid=18266 vsize=7268 CPUtime=1.46
/proc/18268/stat : 18268 (pcs.big) R 18266 18268 16577 0 -1 4194304 1519 641 0 0 146 0 0 0 25 0 1 0 58865948 7442432 1117 996147200 134512640 135215973 4294956320 18446744073709551615 134604883 0 0 4096 0 0 0 0 17 1 0 0
/proc/18268/statm: 1817 1117 416 171 0 742 0
Current children cumulated CPU time (s) 1.46
Current children cumulated vsize (KiB) 7268

[startup+3.10186 s]
/proc/loadavg: 1.93 1.98 1.99 4/82 18273
/proc/meminfo: memFree=1644504/2055920 swapFree=4192812/4192956
[pid=18268] ppid=18266 vsize=8564 CPUtime=3.05
/proc/18268/stat : 18268 (pcs.big) R 18266 18268 16577 0 -1 4194304 1878 641 0 0 305 0 0 0 25 0 1 0 58865948 8769536 1411 996147200 134512640 135215973 4294956320 18446744073709551615 134648311 0 0 4096 0 0 0 0 17 1 0 0
/proc/18268/statm: 2141 1411 416 171 0 1066 0
Current children cumulated CPU time (s) 3.05
Current children cumulated vsize (KiB) 8564

[startup+6.30138 s]
/proc/loadavg: 1.93 1.98 1.99 3/82 18273
/proc/meminfo: memFree=1642136/2055920 swapFree=4192812/4192956
[pid=18268] ppid=18266 vsize=10524 CPUtime=6.22
/proc/18268/stat : 18268 (pcs.big) R 18266 18268 16577 0 -1 4194304 2397 641 0 0 621 1 0 0 25 0 1 0 58865948 10776576 1930 996147200 134512640 135215973 4294956320 18446744073709551615 134591029 0 0 4096 0 0 0 0 17 1 0 0
/proc/18268/statm: 2631 1930 416 171 0 1556 0
Current children cumulated CPU time (s) 6.22
Current children cumulated vsize (KiB) 10524

[startup+12.7014 s]
/proc/loadavg: 1.94 1.98 1.99 3/82 18273
/proc/meminfo: memFree=1638168/2055920 swapFree=4192812/4192956
[pid=18268] ppid=18266 vsize=15304 CPUtime=12.56
/proc/18268/stat : 18268 (pcs.big) R 18266 18268 16577 0 -1 4194304 3641 641 0 0 1255 1 0 0 25 0 1 0 58865948 15671296 3045 996147200 134512640 135215973 4294956320 18446744073709551615 134532677 0 0 4096 0 0 0 0 17 1 0 0
/proc/18268/statm: 3826 3045 416 171 0 2751 0
Current children cumulated CPU time (s) 12.56
Current children cumulated vsize (KiB) 15304

[startup+25.5025 s]
/proc/loadavg: 1.95 1.98 1.99 3/82 18273
/proc/meminfo: memFree=1634264/2055920 swapFree=4192812/4192956
[pid=18268] ppid=18266 vsize=18248 CPUtime=25.24
/proc/18268/stat : 18268 (pcs.big) R 18266 18268 16577 0 -1 4194304 4410 641 0 0 2522 2 0 0 25 0 1 0 58865948 18685952 3814 996147200 134512640 135215973 4294956320 18446744073709551615 134590993 0 0 4096 0 0 0 0 17 1 0 0
/proc/18268/statm: 4562 3814 416 171 0 3487 0
Current children cumulated CPU time (s) 25.24
Current children cumulated vsize (KiB) 18248

[startup+51.1026 s]
/proc/loadavg: 1.97 1.98 1.99 3/82 18273
/proc/meminfo: memFree=1627736/2055920 swapFree=4192812/4192956
[pid=18268] ppid=18266 vsize=24904 CPUtime=50.6
/proc/18268/stat : 18268 (pcs.big) R 18266 18268 16577 0 -1 4194304 6202 641 0 0 5057 3 0 0 25 0 1 0 58865948 25501696 5508 996147200 134512640 135215973 4294956320 18446744073709551615 134590993 0 0 4096 0 0 0 0 17 1 0 0
/proc/18268/statm: 6226 5508 416 171 0 5151 0
Current children cumulated CPU time (s) 50.6
Current children cumulated vsize (KiB) 24904

[startup+102.307 s]
/proc/loadavg: 1.98 1.98 1.99 3/82 18273
/proc/meminfo: memFree=1611864/2055920 swapFree=4192812/4192956
[pid=18268] ppid=18266 vsize=41396 CPUtime=101.32
/proc/18268/stat : 18268 (pcs.big) R 18266 18268 16577 0 -1 4194304 10706 641 0 0 10125 7 0 0 25 0 1 0 58865948 42389504 9369 996147200 134512640 135215973 4294956320 18446744073709551615 134587521 0 0 4096 0 0 0 0 17 1 0 0
/proc/18268/statm: 10349 9369 416 171 0 9274 0
Current children cumulated CPU time (s) 101.32
Current children cumulated vsize (KiB) 41396

[startup+162.303 s]
/proc/loadavg: 1.99 1.98 1.99 3/82 18273
/proc/meminfo: memFree=1596504/2055920 swapFree=4192812/4192956
[pid=18268] ppid=18266 vsize=57352 CPUtime=160.75
/proc/18268/stat : 18268 (pcs.big) R 18266 18268 16577 0 -1 4194304 15050 641 0 0 16065 10 0 0 25 0 1 0 58865948 58728448 13200 996147200 134512640 135215973 4294956320 18446744073709551615 134599844 0 0 4096 0 0 0 0 17 1 0 0
/proc/18268/statm: 14338 13200 416 171 0 13263 0
Current children cumulated CPU time (s) 160.75
Current children cumulated vsize (KiB) 57352

[startup+222.301 s]
/proc/loadavg: 1.99 1.98 1.99 3/82 18273
/proc/meminfo: memFree=1580696/2055920 swapFree=4192812/4192956
[pid=18268] ppid=18266 vsize=74172 CPUtime=220.18
/proc/18268/stat : 18268 (pcs.big) R 18266 18268 16577 0 -1 4194304 19494 641 0 0 22004 14 0 0 25 0 1 0 58865948 75952128 17131 996147200 134512640 135215973 4294956320 18446744073709551615 134648275 0 0 4096 0 0 0 0 17 1 0 0
/proc/18268/statm: 18543 17131 416 171 0 17468 0
Current children cumulated CPU time (s) 220.18
Current children cumulated vsize (KiB) 74172

[startup+282.302 s]
/proc/loadavg: 1.99 1.98 1.99 3/82 18273
/proc/meminfo: memFree=1570072/2055920 swapFree=4192812/4192956
[pid=18268] ppid=18266 vsize=84028 CPUtime=279.62
/proc/18268/stat : 18268 (pcs.big) R 18266 18268 16577 0 -1 4194304 22136 641 0 0 27946 16 0 0 25 0 1 0 58865948 86044672 19773 996147200 134512640 135215973 4294956320 18446744073709551615 134687076 0 0 4096 0 0 0 0 17 1 0 0
/proc/18268/statm: 21007 19773 416 171 0 19932 0
Current children cumulated CPU time (s) 279.62
Current children cumulated vsize (KiB) 84028

[startup+342.302 s]
/proc/loadavg: 1.99 1.98 1.99 3/82 18273
/proc/meminfo: memFree=1562264/2055920 swapFree=4192812/4192956
[pid=18268] ppid=18266 vsize=91360 CPUtime=339.04
/proc/18268/stat : 18268 (pcs.big) R 18266 18268 16577 0 -1 4194304 24090 641 0 0 33887 17 0 0 25 0 1 0 58865948 93552640 21727 996147200 134512640 135215973 4294956320 18446744073709551615 134648275 0 0 4096 0 0 0 0 17 1 0 0
/proc/18268/statm: 22840 21727 416 171 0 21765 0
Current children cumulated CPU time (s) 339.04
Current children cumulated vsize (KiB) 91360

[startup+402.301 s]
/proc/loadavg: 1.99 1.98 1.99 3/82 18273
/proc/meminfo: memFree=1554776/2055920 swapFree=4192812/4192956
[pid=18268] ppid=18266 vsize=98332 CPUtime=398.48
/proc/18268/stat : 18268 (pcs.big) R 18266 18268 16577 0 -1 4194304 25965 641 0 0 39829 19 0 0 25 0 1 0 58865948 100691968 23602 996147200 134512640 135215973 4294956320 18446744073709551615 4158960080 0 0 4096 0 0 0 0 17 1 0 0
/proc/18268/statm: 24583 23602 416 171 0 23508 0
Current children cumulated CPU time (s) 398.48
Current children cumulated vsize (KiB) 98332

[startup+462.302 s]
/proc/loadavg: 1.99 1.98 1.99 3/82 18273
/proc/meminfo: memFree=1549016/2055920 swapFree=4192812/4192956
[pid=18268] ppid=18266 vsize=107804 CPUtime=457.92
/proc/18268/stat : 18268 (pcs.big) R 18266 18268 16577 0 -1 4194304 28411 641 0 0 45770 22 0 0 25 0 1 0 58865948 110391296 25023 996147200 134512640 135215973 4294956320 18446744073709551615 134590993 0 0 4096 0 0 0 0 17 1 0 0
/proc/18268/statm: 26951 25023 416 171 0 25876 0
Current children cumulated CPU time (s) 457.92
Current children cumulated vsize (KiB) 107804

[startup+522.302 s]
/proc/loadavg: 1.99 1.98 1.99 3/82 18273
/proc/meminfo: memFree=1543448/2055920 swapFree=4192812/4192956
[pid=18268] ppid=18266 vsize=113304 CPUtime=517.36
/proc/18268/stat : 18268 (pcs.big) R 18266 18268 16577 0 -1 4194304 29895 641 0 0 51713 23 0 0 25 0 1 0 58865948 116023296 26507 996147200 134512640 135215973 4294956320 18446744073709551615 134590993 0 0 4096 0 0 0 0 17 1 0 0
/proc/18268/statm: 28326 26507 416 171 0 27251 0
Current children cumulated CPU time (s) 517.36
Current children cumulated vsize (KiB) 113304

[startup+582.302 s]
/proc/loadavg: 1.99 1.98 1.99 3/82 18273
/proc/meminfo: memFree=1538264/2055920 swapFree=4192812/4192956
[pid=18268] ppid=18266 vsize=118032 CPUtime=576.78
/proc/18268/stat : 18268 (pcs.big) R 18266 18268 16577 0 -1 4194304 31127 641 0 0 57654 24 0 0 25 0 1 0 58865948 120864768 27739 996147200 134512640 135215973 4294956320 18446744073709551615 134590993 0 0 4096 0 0 0 0 17 1 0 0
/proc/18268/statm: 29508 27739 416 171 0 28433 0
Current children cumulated CPU time (s) 576.78
Current children cumulated vsize (KiB) 118032

[startup+642.301 s]
/proc/loadavg: 1.99 1.98 1.99 3/82 18273
/proc/meminfo: memFree=1531096/2055920 swapFree=4192812/4192956
[pid=18268] ppid=18266 vsize=124340 CPUtime=636.23

################
# More data... #
################

[startup+882.301 s]
/proc/loadavg: 1.99 1.98 1.99 3/82 18273
/proc/meminfo: memFree=1491672/2055920 swapFree=4192812/4192956
[pid=18268] ppid=18266 vsize=168044 CPUtime=873.96
/proc/18268/stat : 18268 (pcs.big) R 18266 18268 16577 0 -1 4194304 44720 641 0 0 87360 36 0 0 25 0 1 0 58865948 172077056 39283 996147200 134512640 135215973 4294956320 18446744073709551615 134591061 0 0 4096 0 0 0 0 17 1 0 0
/proc/18268/statm: 42011 39283 416 171 0 40936 0
Current children cumulated CPU time (s) 873.96
Current children cumulated vsize (KiB) 168044

[startup+942.302 s]
/proc/loadavg: 1.99 1.98 1.99 3/82 18273
/proc/meminfo: memFree=1480920/2055920 swapFree=4192812/4192956
[pid=18268] ppid=18266 vsize=181896 CPUtime=933.41
/proc/18268/stat : 18268 (pcs.big) R 18266 18268 16577 0 -1 4194304 48433 641 0 0 93302 39 0 0 25 0 1 0 58865948 186261504 41971 996147200 134512640 135215973 4294956320 18446744073709551615 4158960153 0 0 4096 0 0 0 0 17 1 0 0
/proc/18268/statm: 45474 41971 416 171 0 44399 0
Current children cumulated CPU time (s) 933.41
Current children cumulated vsize (KiB) 181896

[startup+1002.3 s]
/proc/loadavg: 1.99 1.98 1.99 3/82 18273
/proc/meminfo: memFree=1472856/2055920 swapFree=4192812/4192956
[pid=18268] ppid=18266 vsize=189136 CPUtime=992.83
/proc/18268/stat : 18268 (pcs.big) R 18266 18268 16577 0 -1 4194304 50444 641 0 0 99242 41 0 0 25 0 1 0 58865948 193675264 43982 996147200 134512640 135215973 4294956320 18446744073709551615 134584968 0 0 4096 0 0 0 0 17 1 0 0
/proc/18268/statm: 47284 43982 416 171 0 46209 0
Current children cumulated CPU time (s) 992.83
Current children cumulated vsize (KiB) 189136

[startup+1062.3 s]
/proc/loadavg: 1.99 1.98 1.99 3/82 18273
/proc/meminfo: memFree=1463704/2055920 swapFree=4192812/4192956
[pid=18268] ppid=18266 vsize=197156 CPUtime=1052.27
/proc/18268/stat : 18268 (pcs.big) R 18266 18268 16577 0 -1 4194304 52719 641 0 0 105184 43 0 0 25 0 1 0 58865948 201887744 46257 996147200 134512640 135215973 4294956320 18446744073709551615 134583363 0 0 4096 0 0 0 0 17 1 0 0
/proc/18268/statm: 49289 46257 416 171 0 48214 0
Current children cumulated CPU time (s) 1052.27
Current children cumulated vsize (KiB) 197156

[startup+1122.3 s]
/proc/loadavg: 1.99 1.98 1.99 3/82 18273
/proc/meminfo: memFree=1454232/2055920 swapFree=4192812/4192956
[pid=18268] ppid=18266 vsize=205596 CPUtime=1111.7
/proc/18268/stat : 18268 (pcs.big) R 18266 18268 16577 0 -1 4194304 55082 641 0 0 111125 45 0 0 25 0 1 0 58865948 210530304 48620 996147200 134512640 135215973 4294956320 18446744073709551615 134599868 0 0 4096 0 0 0 0 17 1 0 0
/proc/18268/statm: 51399 48620 416 171 0 50324 0
Current children cumulated CPU time (s) 1111.7
Current children cumulated vsize (KiB) 205596

[startup+1182.3 s]
/proc/loadavg: 1.99 1.98 1.99 3/82 18273
/proc/meminfo: memFree=1445400/2055920 swapFree=4192812/4192956
[pid=18268] ppid=18266 vsize=213352 CPUtime=1171.15
/proc/18268/stat : 18268 (pcs.big) R 18266 18268 16577 0 -1 4194304 57287 641 0 0 117067 48 0 0 25 0 1 0 58865948 218472448 50825 996147200 134512640 135215973 4294956320 18446744073709551615 134590993 0 0 4096 0 0 0 0 17 1 0 0
/proc/18268/statm: 53338 50825 416 171 0 52263 0
Current children cumulated CPU time (s) 1171.15
Current children cumulated vsize (KiB) 213352

[startup+1242.3 s]
/proc/loadavg: 1.99 1.98 1.99 3/82 18273
/proc/meminfo: memFree=1434456/2055920 swapFree=4192812/4192956
[pid=18268] ppid=18266 vsize=223212 CPUtime=1230.57
/proc/18268/stat : 18268 (pcs.big) R 18266 18268 16577 0 -1 4194304 60012 641 0 0 123007 50 0 0 25 0 1 0 58865948 228569088 53550 996147200 134512640 135215973 4294956320 18446744073709551615 134640977 0 0 4096 0 0 0 0 17 1 0 0
/proc/18268/statm: 55803 53550 416 171 0 54728 0
Current children cumulated CPU time (s) 1230.57
Current children cumulated vsize (KiB) 223212

[startup+1302.3 s]
/proc/loadavg: 1.99 1.98 1.99 3/82 18273
/proc/meminfo: memFree=1424984/2055920 swapFree=4192812/4192956
[pid=18268] ppid=18266 vsize=231508 CPUtime=1290.02
/proc/18268/stat : 18268 (pcs.big) R 18266 18268 16577 0 -1 4194304 62279 641 0 0 128950 52 0 0 25 0 1 0 58865948 237064192 55817 996147200 134512640 135215973 4294956320 18446744073709551615 4158512689 0 0 4096 0 0 0 0 17 1 0 0
/proc/18268/statm: 57877 55817 416 171 0 56802 0
Current children cumulated CPU time (s) 1290.02
Current children cumulated vsize (KiB) 231508

[startup+1362.3 s]
/proc/loadavg: 1.94 1.97 1.99 3/83 18316
/proc/meminfo: memFree=1406288/2055920 swapFree=4192812/4192956
[pid=18268] ppid=18266 vsize=238884 CPUtime=1349.69
/proc/18268/stat : 18268 (pcs.big) R 18266 18268 16577 0 -1 4194304 64320 641 0 0 134915 54 0 0 25 0 1 0 58865948 244617216 57858 996147200 134512640 135215973 4294956320 18446744073709551615 134609802 0 0 4096 0 0 0 0 17 0 0 0
/proc/18268/statm: 59721 57858 416 171 0 58646 0
Current children cumulated CPU time (s) 1349.69
Current children cumulated vsize (KiB) 238884

[startup+1422.31 s]
/proc/loadavg: 1.98 1.97 1.99 3/83 18316
/proc/meminfo: memFree=1348944/2055920 swapFree=4192812/4192956
[pid=18268] ppid=18266 vsize=245972 CPUtime=1409.66
/proc/18268/stat : 18268 (pcs.big) R 18266 18268 16577 0 -1 4194304 66292 641 0 0 140910 56 0 0 25 0 1 0 58865948 251875328 59830 996147200 134512640 135215973 4294956320 18446744073709551615 134590016 0 0 4096 0 0 0 0 17 0 0 0
/proc/18268/statm: 61493 59830 416 171 0 60418 0
Current children cumulated CPU time (s) 1409.66
Current children cumulated vsize (KiB) 245972

[startup+1482.3 s]
/proc/loadavg: 1.99 1.97 1.99 3/83 18316
/proc/meminfo: memFree=1340688/2055920 swapFree=4192812/4192956
[pid=18268] ppid=18266 vsize=253072 CPUtime=1469.62
/proc/18268/stat : 18268 (pcs.big) R 18266 18268 16577 0 -1 4194304 68232 641 0 0 146905 57 0 0 25 0 1 0 58865948 259145728 61770 996147200 134512640 135215973 4294956320 18446744073709551615 134590993 0 0 4096 0 0 0 0 17 0 0 0
/proc/18268/statm: 63268 61770 416 171 0 62193 0
Current children cumulated CPU time (s) 1469.62
Current children cumulated vsize (KiB) 253072

[startup+1542.3 s]
/proc/loadavg: 1.99 1.97 1.99 3/82 18316
/proc/meminfo: memFree=1332688/2055920 swapFree=4192812/4192956
[pid=18268] ppid=18266 vsize=276560 CPUtime=1529.6
/proc/18268/stat : 18268 (pcs.big) R 18266 18268 16577 0 -1 4194304 74316 641 0 0 152899 61 0 0 25 0 1 0 58865948 283197440 63757 996147200 134512640 135215973 4294956320 18446744073709551615 4158960004 0 0 4096 0 0 0 0 17 0 0 0
/proc/18268/statm: 69140 63757 416 171 0 68065 0
Current children cumulated CPU time (s) 1529.6
Current children cumulated vsize (KiB) 276560

[startup+1602.3 s]
/proc/loadavg: 2.05 1.99 1.99 3/82 18316
/proc/meminfo: memFree=1325072/2055920 swapFree=4192812/4192956
[pid=18268] ppid=18266 vsize=283268 CPUtime=1589.57
/proc/18268/stat : 18268 (pcs.big) R 18266 18268 16577 0 -1 4194304 76182 641 0 0 158894 63 0 0 25 0 1 0 58865948 290066432 65623 996147200 134512640 135215973 4294956320 18446744073709551615 4158960021 0 0 4096 0 0 0 0 17 0 0 0
/proc/18268/statm: 70817 65623 416 171 0 69742 0
Current children cumulated CPU time (s) 1589.57
Current children cumulated vsize (KiB) 283268

[startup+1662.3 s]
/proc/loadavg: 2.35 2.07 2.02 3/82 18316
/proc/meminfo: memFree=1316880/2055920 swapFree=4192812/4192956
[pid=18268] ppid=18266 vsize=290616 CPUtime=1649.55
/proc/18268/stat : 18268 (pcs.big) R 18266 18268 16577 0 -1 4194304 78204 641 0 0 164890 65 0 0 25 0 1 0 58865948 297590784 67645 996147200 134512640 135215973 4294956320 18446744073709551615 134591029 0 0 4096 0 0 0 0 17 0 0 0
/proc/18268/statm: 72654 67645 416 171 0 71579 0
Current children cumulated CPU time (s) 1649.55
Current children cumulated vsize (KiB) 290616

[startup+1722.3 s]
/proc/loadavg: 2.13 2.05 2.01 3/82 18316
/proc/meminfo: memFree=1308816/2055920 swapFree=4192812/4192956
[pid=18268] ppid=18266 vsize=297984 CPUtime=1709.52
/proc/18268/stat : 18268 (pcs.big) R 18266 18268 16577 0 -1 4194304 80255 641 0 0 170886 66 0 0 25 0 1 0 58865948 305135616 69696 996147200 134512640 135215973 4294956320 18446744073709551615 134532930 0 0 4096 0 0 0 0 17 0 0 0
/proc/18268/statm: 74496 69696 416 171 0 73421 0
Current children cumulated CPU time (s) 1709.52
Current children cumulated vsize (KiB) 297984

[startup+1782.3 s]
/proc/loadavg: 2.04 2.04 2.01 3/82 18316
/proc/meminfo: memFree=1300368/2055920 swapFree=4192812/4192956
[pid=18268] ppid=18266 vsize=305356 CPUtime=1769.49
/proc/18268/stat : 18268 (pcs.big) R 18266 18268 16577 0 -1 4194304 82287 641 0 0 176881 68 0 0 25 0 1 0 58865948 312684544 71728 996147200 134512640 135215973 4294956320 18446744073709551615 134532711 0 0 4096 0 0 0 0 17 0 0 0
/proc/18268/statm: 76339 71728 416 171 0 75264 0
Current children cumulated CPU time (s) 1769.49
Current children cumulated vsize (KiB) 305356



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1812.9 s]
/proc/loadavg: 2.03 2.03 2.01 3/82 18316
/proc/meminfo: memFree=1296720/2055920 swapFree=4192812/4192956
[pid=18268] ppid=18266 vsize=308508 CPUtime=1800.08
/proc/18268/stat : 18268 (pcs.big) R 18266 18268 16577 0 -1 4194304 83188 641 0 0 179939 69 0 0 25 0 1 0 58865948 315912192 72629 996147200 134512640 135215973 4294956320 18446744073709551615 4158960004 0 0 4096 0 0 0 0 17 0 0 0
/proc/18268/statm: 77127 72629 416 171 0 76052 0
Current children cumulated CPU time (s) 1800.08
Current children cumulated vsize (KiB) 308508

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

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

[startup+1812.9 s]
/proc/loadavg: 2.03 2.03 2.01 3/82 18316
/proc/meminfo: memFree=1296720/2055920 swapFree=4192812/4192956
[pid=18268] ppid=18266 vsize=308508 CPUtime=1800.08
/proc/18268/stat : 18268 (pcs.big) R 18266 18268 16577 0 -1 4194304 83188 641 0 0 179939 69 0 0 25 0 1 0 58865948 315912192 72629 996147200 134512640 135215973 4294956320 18446744073709551615 4158960004 0 0 4096 0 0 0 0 17 0 0 0
/proc/18268/statm: 77127 72629 416 171 0 76052 0
Current children cumulated CPU time (s) 1800.08
Current children cumulated vsize (KiB) 308508

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1812.95
CPU time (s): 1800.15
CPU user time (s): 1799.4
CPU system time (s): 0.749886
CPU usage (%): 99.2935
Max. virtual memory (cumulated for all children) (KiB): 308508

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.4
system time used= 0.749886
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 83829
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= 18
involuntary context switches= 52894

runsolver used 2.6346 second user time and 5.61515 second system time

The end

Launcher Data

Begin job on node3 at 2009-07-16 06:19:44
IDJOB=2080646
IDBENCH=57122
IDSOLVER=733
FILE ID=node3/2080646-1247717984
PBS_JOBID= 9521332
Free space on /tmp= 66404 MiB

SOLVER NAME= pcs 0.2
BENCH NAME= CPAI08/csp/knights/normalized-knights-20-5.xml
COMMAND LINE= HOME/pcssolve -s RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2080646-1247717984/watcher-2080646-1247717984 -o /tmp/evaluation-result-2080646-1247717984/solver-2080646-1247717984 -C 1800 -W 2000 -M 900  HOME/pcssolve -s 544632086 HOME/instance-2080646-1247717984.xml

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

MD5SUM BENCH= 311a040810b6f6cbc5a2df6382a6ca4e
RANDOM SEED=544632086

node3.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.259
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.259
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:       1648448 kB
Buffers:         68820 kB
Cached:         206648 kB
SwapCached:          0 kB
Active:         130888 kB
Inactive:       206252 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1648448 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            1956 kB
Writeback:           0 kB
Mapped:          82100 kB
Slab:            55380 kB
Committed_AS:   696284 kB
PageTables:       1908 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= 66404 MiB
End job on node3 at 2009-07-16 06:49:59