Trace number 2075103

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-restart 0.3.2? (TO) 1800.12 1815.22

General information on the benchmark

Namecsp/rand-3-24-24-fcd/
normalized-rand-3-24-24-76-632-fcd-41_ext.xml
MD5SUM0f43e4f562ecd636043bcca7dfaf8fa5
Bench CategoryN-ARY-EXT (n-ary constraints in extension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark164.482
Satisfiable
(Un)Satisfiability was proved
Number of variables24
Number of constraints76
Maximum constraint arity3
Maximum domain size24
Number of constraints which are defined in extension76
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data

0.00/0.04	c small-domain mode
0.00/0.04	c Seed is 1358815279
0.00/0.04	c Constructing HOME/instance-2075103-1247712790.xml  with 76 constraints
0.96/1.06	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-2075103-1247712790/watcher-2075103-1247712790 -o /tmp/evaluation-result-2075103-1247712790/solver-2075103-1247712790 -C 1800 -W 2000 -M 900 HOME/pcssolve -s 1358815279 HOME/instance-2075103-1247712790.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.91 1.98 1.99 4/82 14127
/proc/meminfo: memFree=1725160/2055920 swapFree=4192812/4192956
[pid=14127] ppid=14125 vsize=5356 CPUtime=0
/proc/14127/stat : 14127 (pcssolve) R 14125 14127 13366 0 -1 4194304 273 0 0 0 0 0 0 0 20 0 1 0 58341600 5484544 241 996147200 4194304 4889804 548682068800 18446744073709551615 231962372767 0 65538 4100 65536 0 0 0 17 1 0 0
/proc/14127/statm: 1339 241 200 169 0 50 0
[pid=14128] ppid=14127 vsize=5356 CPUtime=0
/proc/14128/stat : 14128 (pcssolve) R 14127 14127 13366 0 -1 4194368 0 0 0 0 0 0 0 0 20 0 1 0 58341600 5484544 241 996147200 4194304 4889804 548682068800 18446744073709551615 231962372767 0 65538 4100 65536 0 0 0 17 1 0 0
/proc/14128/statm: 1339 241 200 169 0 50 0

[startup+0.072224 s]
/proc/loadavg: 1.91 1.98 1.99 4/82 14127
/proc/meminfo: memFree=1725160/2055920 swapFree=4192812/4192956
[pid=14127] ppid=14125 vsize=4632 CPUtime=0.04
/proc/14127/stat : 14127 (pcs.small) R 14125 14127 13366 0 -1 4194304 870 873 0 0 2 0 2 0 18 0 1 0 58341600 4743168 479 996147200 134512640 135095119 4294956304 18446744073709551615 7671390 0 0 4096 0 0 0 0 17 1 0 0
/proc/14127/statm: 1158 479 375 142 0 112 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 4632

[startup+0.101226 s]
/proc/loadavg: 1.91 1.98 1.99 4/82 14127
/proc/meminfo: memFree=1725160/2055920 swapFree=4192812/4192956
[pid=14127] ppid=14125 vsize=5092 CPUtime=0.06
/proc/14127/stat : 14127 (pcs.small) R 14125 14127 13366 0 -1 4194304 907 873 0 0 4 0 2 0 18 0 1 0 58341600 5214208 516 996147200 134512640 135095119 4294956304 18446744073709551615 134741568 0 0 4096 0 0 0 0 17 1 0 0
/proc/14127/statm: 1273 516 375 142 0 227 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 5092

[startup+0.301252 s]
/proc/loadavg: 1.91 1.98 1.99 4/82 14127
/proc/meminfo: memFree=1725160/2055920 swapFree=4192812/4192956
[pid=14127] ppid=14125 vsize=7712 CPUtime=0.26
/proc/14127/stat : 14127 (pcs.small) R 14125 14127 13366 0 -1 4194304 1202 873 0 0 24 0 2 0 19 0 1 0 58341600 7897088 811 996147200 134512640 135095119 4294956304 18446744073709551615 134681668 0 0 4096 0 0 0 0 17 1 0 0
/proc/14127/statm: 1928 811 375 142 0 882 0
Current children cumulated CPU time (s) 0.26
Current children cumulated vsize (KiB) 7712

[startup+0.701306 s]
/proc/loadavg: 1.91 1.98 1.99 4/82 14127
/proc/meminfo: memFree=1725160/2055920 swapFree=4192812/4192956
[pid=14127] ppid=14125 vsize=12944 CPUtime=0.66
/proc/14127/stat : 14127 (pcs.small) R 14125 14127 13366 0 -1 4194304 1805 873 0 0 64 0 2 0 23 0 1 0 58341600 13254656 1414 996147200 134512640 135095119 4294956304 18446744073709551615 134939970 0 0 4096 0 0 0 0 17 1 0 0
/proc/14127/statm: 3236 1414 375 142 0 2190 0
Current children cumulated CPU time (s) 0.66
Current children cumulated vsize (KiB) 12944

[startup+1.50142 s]
/proc/loadavg: 1.91 1.98 1.99 3/83 14133
/proc/meminfo: memFree=1719136/2055920 swapFree=4192812/4192956
[pid=14127] ppid=14125 vsize=17712 CPUtime=1.45
/proc/14127/stat : 14127 (pcs.small) R 14125 14127 13366 0 -1 4194304 2353 873 0 0 143 0 2 0 25 0 1 0 58341600 18137088 1962 996147200 134512640 135095119 4294956304 18446744073709551615 134918185 0 0 4096 0 0 0 0 17 1 0 0
/proc/14127/statm: 4428 1962 389 142 0 3382 0
Current children cumulated CPU time (s) 1.45
Current children cumulated vsize (KiB) 17712

[startup+3.10164 s]
/proc/loadavg: 1.91 1.98 1.99 4/83 14133
/proc/meminfo: memFree=1718560/2055920 swapFree=4192812/4192956
[pid=14127] ppid=14125 vsize=17712 CPUtime=3.04
/proc/14127/stat : 14127 (pcs.small) R 14125 14127 13366 0 -1 4194304 2370 873 0 0 301 1 2 0 25 0 1 0 58341600 18137088 1979 996147200 134512640 135095119 4294956304 18446744073709551615 134918159 0 0 4096 0 0 0 0 17 1 0 0
/proc/14127/statm: 4428 1979 389 142 0 3382 0
Current children cumulated CPU time (s) 3.04
Current children cumulated vsize (KiB) 17712

[startup+6.30208 s]
/proc/loadavg: 1.92 1.98 1.99 3/83 14133
/proc/meminfo: memFree=1718368/2055920 swapFree=4192812/4192956
[pid=14127] ppid=14125 vsize=17712 CPUtime=6.21
/proc/14127/stat : 14127 (pcs.small) R 14125 14127 13366 0 -1 4194304 2400 873 0 0 618 1 2 0 25 0 1 0 58341600 18137088 2009 996147200 134512640 135095119 4294956304 18446744073709551615 134918139 0 0 4096 0 0 0 0 17 1 0 0
/proc/14127/statm: 4428 2009 389 142 0 3382 0
Current children cumulated CPU time (s) 6.21
Current children cumulated vsize (KiB) 17712

[startup+12.7019 s]
/proc/loadavg: 1.93 1.98 1.99 3/83 14133
/proc/meminfo: memFree=1717920/2055920 swapFree=4192812/4192956
[pid=14127] ppid=14125 vsize=17972 CPUtime=12.55
/proc/14127/stat : 14127 (pcs.small) R 14125 14127 13366 0 -1 4194304 2487 873 0 0 1252 1 2 0 25 0 1 0 58341600 18403328 2096 996147200 134512640 135095119 4294956304 18446744073709551615 134916460 0 0 4096 0 0 0 0 17 1 0 0
/proc/14127/statm: 4493 2096 389 142 0 3447 0
Current children cumulated CPU time (s) 12.55
Current children cumulated vsize (KiB) 17972

[startup+25.5017 s]
/proc/loadavg: 1.94 1.98 1.99 3/83 14133
/proc/meminfo: memFree=1717600/2055920 swapFree=4192812/4192956
[pid=14127] ppid=14125 vsize=18228 CPUtime=25.22
/proc/14127/stat : 14127 (pcs.small) R 14125 14127 13366 0 -1 4194304 2658 873 0 0 2519 1 2 0 25 0 1 0 58341600 18665472 2202 996147200 134512640 135095119 4294956304 18446744073709551615 134916512 0 0 4096 0 0 0 0 17 1 0 0
/proc/14127/statm: 4557 2202 389 142 0 3511 0
Current children cumulated CPU time (s) 25.22
Current children cumulated vsize (KiB) 18228

[startup+51.1011 s]
/proc/loadavg: 1.96 1.98 1.99 3/83 14133
/proc/meminfo: memFree=1716448/2055920 swapFree=4192812/4192956
[pid=14127] ppid=14125 vsize=19000 CPUtime=50.58
/proc/14127/stat : 14127 (pcs.small) R 14125 14127 13366 0 -1 4194304 3093 873 0 0 5055 1 2 0 25 0 1 0 58341600 19456000 2508 996147200 134512640 135095119 4294956304 18446744073709551615 134926999 0 0 4096 0 0 0 0 17 1 0 0
/proc/14127/statm: 4750 2508 389 142 0 3704 0
Current children cumulated CPU time (s) 50.58
Current children cumulated vsize (KiB) 19000

[startup+102.306 s]
/proc/loadavg: 1.98 1.98 1.99 3/83 14133
/proc/meminfo: memFree=1714208/2055920 swapFree=4192812/4192956
[pid=14127] ppid=14125 vsize=20280 CPUtime=101.31
/proc/14127/stat : 14127 (pcs.small) R 14125 14127 13366 0 -1 4194304 3968 873 0 0 10126 3 2 0 25 0 1 0 58341600 20766720 3061 996147200 134512640 135095119 4294956304 18446744073709551615 134918244 0 0 4096 0 0 0 0 17 1 0 0
/proc/14127/statm: 5070 3061 389 142 0 4024 0
Current children cumulated CPU time (s) 101.31
Current children cumulated vsize (KiB) 20280

[startup+162.301 s]
/proc/loadavg: 1.99 1.98 1.99 3/83 14133
/proc/meminfo: memFree=1711200/2055920 swapFree=4192812/4192956
[pid=14127] ppid=14125 vsize=22840 CPUtime=160.74
/proc/14127/stat : 14127 (pcs.small) R 14125 14127 13366 0 -1 4194304 5329 873 0 0 16068 4 2 0 25 0 1 0 58341600 23388160 3780 996147200 134512640 135095119 4294956304 18446744073709551615 134918190 0 0 4096 0 0 0 0 17 1 0 0
/proc/14127/statm: 5710 3780 389 142 0 4664 0
Current children cumulated CPU time (s) 160.74
Current children cumulated vsize (KiB) 22840

[startup+222.301 s]
/proc/loadavg: 2.07 2.00 2.00 3/83 14133
/proc/meminfo: memFree=1707360/2055920 swapFree=4192812/4192956
[pid=14127] ppid=14125 vsize=24124 CPUtime=220.17
/proc/14127/stat : 14127 (pcs.small) R 14125 14127 13366 0 -1 4194304 6529 873 0 0 22010 5 2 0 25 0 1 0 58341600 24702976 4723 996147200 134512640 135095119 4294956304 18446744073709551615 134926973 0 0 4096 0 0 0 0 17 1 0 0
/proc/14127/statm: 6031 4723 389 142 0 4985 0
Current children cumulated CPU time (s) 220.17
Current children cumulated vsize (KiB) 24124

[startup+282.302 s]
/proc/loadavg: 2.02 2.00 2.00 3/83 14133
/proc/meminfo: memFree=1705824/2055920 swapFree=4192812/4192956
[pid=14127] ppid=14125 vsize=28220 CPUtime=279.61
/proc/14127/stat : 14127 (pcs.small) R 14125 14127 13366 0 -1 4194304 7922 873 0 0 27953 6 2 0 25 0 1 0 58341600 28897280 5091 996147200 134512640 135095119 4294956304 18446744073709551615 134916422 0 0 4096 0 0 0 0 17 1 0 0
/proc/14127/statm: 7055 5091 389 142 0 6009 0
Current children cumulated CPU time (s) 279.61
Current children cumulated vsize (KiB) 28220

[startup+342.302 s]
/proc/loadavg: 2.01 2.00 2.00 3/83 14133
/proc/meminfo: memFree=1703456/2055920 swapFree=4192812/4192956
[pid=14127] ppid=14125 vsize=28220 CPUtime=339.04
/proc/14127/stat : 14127 (pcs.small) R 14125 14127 13366 0 -1 4194304 8507 873 0 0 33895 7 2 0 25 0 1 0 58341600 28897280 5676 996147200 134512640 135095119 4294956304 18446744073709551615 134916508 0 0 4096 0 0 0 0 17 1 0 0
/proc/14127/statm: 7055 5676 389 142 0 6009 0
Current children cumulated CPU time (s) 339.04
Current children cumulated vsize (KiB) 28220

[startup+402.302 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 14133
/proc/meminfo: memFree=1700704/2055920 swapFree=4192812/4192956
[pid=14127] ppid=14125 vsize=29668 CPUtime=398.48
/proc/14127/stat : 14127 (pcs.small) R 14125 14127 13366 0 -1 4194304 9195 873 0 0 39838 8 2 0 25 0 1 0 58341600 30380032 6364 996147200 134512640 135095119 4294956304 18446744073709551615 134918175 0 0 4096 0 0 0 0 17 1 0 0
/proc/14127/statm: 7417 6364 389 142 0 6371 0
Current children cumulated CPU time (s) 398.48
Current children cumulated vsize (KiB) 29668

[startup+462.302 s]
/proc/loadavg: 2.06 2.02 2.00 3/83 14133
/proc/meminfo: memFree=1695456/2055920 swapFree=4192812/4192956
[pid=14127] ppid=14125 vsize=35932 CPUtime=457.92
/proc/14127/stat : 14127 (pcs.small) R 14125 14127 13366 0 -1 4194304 11078 873 0 0 45780 10 2 0 25 0 1 0 58341600 36794368 7669 996147200 134512640 135095119 4294956304 18446744073709551615 134926981 0 0 4096 0 0 0 0 17 1 0 0
/proc/14127/statm: 8983 7669 389 142 0 7937 0
Current children cumulated CPU time (s) 457.92
Current children cumulated vsize (KiB) 35932

[startup+522.301 s]
/proc/loadavg: 2.02 2.01 2.00 3/83 14139
/proc/meminfo: memFree=1694048/2055920 swapFree=4192812/4192956
[pid=14127] ppid=14125 vsize=44124 CPUtime=517.34
/proc/14127/stat : 14127 (pcs.small) R 14125 14127 13366 0 -1 4194304 13451 873 0 0 51721 11 2 0 25 0 1 0 58341600 45182976 7993 996147200 134512640 135095119 4294956304 18446744073709551615 134918253 0 0 4096 0 0 0 0 17 1 0 0
/proc/14127/statm: 11031 7993 389 142 0 9985 0
Current children cumulated CPU time (s) 517.34
Current children cumulated vsize (KiB) 44124

[startup+582.301 s]
/proc/loadavg: 2.01 2.00 2.00 3/83 14139
/proc/meminfo: memFree=1692128/2055920 swapFree=4192812/4192956
[pid=14127] ppid=14125 vsize=44652 CPUtime=576.77
/proc/14127/stat : 14127 (pcs.small) R 14125 14127 13366 0 -1 4194304 13919 873 0 0 57663 12 2 0 25 0 1 0 58341600 45723648 8461 996147200 134512640 135095119 4294956304 18446744073709551615 134927273 0 0 4096 0 0 0 0 17 1 0 0
/proc/14127/statm: 11163 8461 389 142 0 10117 0
Current children cumulated CPU time (s) 576.77
Current children cumulated vsize (KiB) 44652

[startup+642.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 14139
/proc/meminfo: memFree=1689312/2055920 swapFree=4192812/4192956
[pid=14127] ppid=14125 vsize=46088 CPUtime=636.21
/proc/14127/stat : 14127 (pcs.small) R 14125 14127 13366 0 -1 4194304 14598 873 0 0 63606 13 2 0 25 0 1 0 58341600 47194112 9140 996147200 134512640 135095119 4294956304 18446744073709551615 134918271 0 0 4096 0 0 0 0 17 1 0 0
/proc/14127/statm: 11522 9140 389 142 0 10476 0
Current children cumulated CPU time (s) 636.21

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

[startup+822.302 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 14139
/proc/meminfo: memFree=1680608/2055920 swapFree=4192812/4192956
[pid=14127] ppid=14125 vsize=50796 CPUtime=814.52
/proc/14127/stat : 14127 (pcs.small) R 14125 14127 13366 0 -1 4194304 16760 873 0 0 81434 16 2 0 25 0 1 0 58341600 52015104 11302 996147200 134512640 135095119 4294956304 18446744073709551615 134926970 0 0 4096 0 0 0 0 17 1 0 0
/proc/14127/statm: 12699 11302 389 142 0 11653 0
Current children cumulated CPU time (s) 814.52
Current children cumulated vsize (KiB) 50796

[startup+882.302 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 14139
/proc/meminfo: memFree=1671904/2055920 swapFree=4192812/4192956
[pid=14127] ppid=14125 vsize=62164 CPUtime=873.95
/proc/14127/stat : 14127 (pcs.small) R 14125 14127 13366 0 -1 4194304 20055 873 0 0 87376 17 2 0 25 0 1 0 58341600 63655936 13443 996147200 134512640 135095119 4294956304 18446744073709551615 134926968 0 0 4096 0 0 0 0 17 1 0 0
/proc/14127/statm: 15541 13443 389 142 0 14495 0
Current children cumulated CPU time (s) 873.95
Current children cumulated vsize (KiB) 62164

[startup+942.302 s]
/proc/loadavg: 2.07 2.02 2.00 3/83 14139
/proc/meminfo: memFree=1670688/2055920 swapFree=4192812/4192956
[pid=14127] ppid=14125 vsize=62164 CPUtime=933.39
/proc/14127/stat : 14127 (pcs.small) R 14125 14127 13366 0 -1 4194304 20380 873 0 0 93319 18 2 0 25 0 1 0 58341600 63655936 13768 996147200 134512640 135095119 4294956304 18446744073709551615 134918203 0 0 4096 0 0 0 0 17 1 0 0
/proc/14127/statm: 15541 13768 389 142 0 14495 0
Current children cumulated CPU time (s) 933.39
Current children cumulated vsize (KiB) 62164

[startup+1002.3 s]
/proc/loadavg: 2.02 2.01 2.00 3/83 14139
/proc/meminfo: memFree=1669216/2055920 swapFree=4192812/4192956
[pid=14127] ppid=14125 vsize=78548 CPUtime=992.82
/proc/14127/stat : 14127 (pcs.small) R 14125 14127 13366 0 -1 4194304 24801 873 0 0 99260 20 2 0 25 0 1 0 58341600 80433152 14092 996147200 134512640 135095119 4294956304 18446744073709551615 134918136 0 0 4096 0 0 0 0 17 1 0 0
/proc/14127/statm: 19637 14092 389 142 0 18591 0
Current children cumulated CPU time (s) 992.82
Current children cumulated vsize (KiB) 78548

[startup+1062.3 s]
/proc/loadavg: 2.01 2.00 2.00 3/83 14139
/proc/meminfo: memFree=1668000/2055920 swapFree=4192812/4192956
[pid=14127] ppid=14125 vsize=78548 CPUtime=1052.26
/proc/14127/stat : 14127 (pcs.small) R 14125 14127 13366 0 -1 4194304 25119 873 0 0 105204 20 2 0 25 0 1 0 58341600 80433152 14410 996147200 134512640 135095119 4294956304 18446744073709551615 134617027 0 0 4096 0 0 0 0 17 1 0 0
/proc/14127/statm: 19637 14410 389 142 0 18591 0
Current children cumulated CPU time (s) 1052.26
Current children cumulated vsize (KiB) 78548

[startup+1122.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 14139
/proc/meminfo: memFree=1665568/2055920 swapFree=4192812/4192956
[pid=14127] ppid=14125 vsize=79724 CPUtime=1111.7
/proc/14127/stat : 14127 (pcs.small) R 14125 14127 13366 0 -1 4194304 25723 873 0 0 111147 21 2 0 25 0 1 0 58341600 81637376 15014 996147200 134512640 135095119 4294956304 18446744073709551615 134918151 0 0 4096 0 0 0 0 17 1 0 0
/proc/14127/statm: 19931 15014 389 142 0 18885 0
Current children cumulated CPU time (s) 1111.7
Current children cumulated vsize (KiB) 79724

[startup+1182.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 14139
/proc/meminfo: memFree=1662880/2055920 swapFree=4192812/4192956
[pid=14127] ppid=14125 vsize=81164 CPUtime=1171.14
/proc/14127/stat : 14127 (pcs.small) R 14125 14127 13366 0 -1 4194304 26403 873 0 0 117090 22 2 0 25 0 1 0 58341600 83111936 15694 996147200 134512640 135095119 4294956304 18446744073709551615 134918166 0 0 4096 0 0 0 0 17 1 0 0
/proc/14127/statm: 20291 15694 389 142 0 19245 0
Current children cumulated CPU time (s) 1171.14
Current children cumulated vsize (KiB) 81164

[startup+1242.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 14139
/proc/meminfo: memFree=1660000/2055920 swapFree=4192812/4192956
[pid=14127] ppid=14125 vsize=82732 CPUtime=1230.57
/proc/14127/stat : 14127 (pcs.small) R 14125 14127 13366 0 -1 4194304 27097 873 0 0 123032 23 2 0 25 0 1 0 58341600 84717568 16388 996147200 134512640 135095119 4294956304 18446744073709551615 134918166 0 0 4096 0 0 0 0 17 1 0 0
/proc/14127/statm: 20683 16388 389 142 0 19637 0
Current children cumulated CPU time (s) 1230.57
Current children cumulated vsize (KiB) 82732

[startup+1302.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 14139
/proc/meminfo: memFree=1657056/2055920 swapFree=4192812/4192956
[pid=14127] ppid=14125 vsize=84168 CPUtime=1290.01
/proc/14127/stat : 14127 (pcs.small) R 14125 14127 13366 0 -1 4194304 27799 873 0 0 128976 23 2 0 25 0 1 0 58341600 86188032 17090 996147200 134512640 135095119 4294956304 18446744073709551615 134918185 0 0 4096 0 0 0 0 17 1 0 0
/proc/14127/statm: 21042 17090 389 142 0 19996 0
Current children cumulated CPU time (s) 1290.01
Current children cumulated vsize (KiB) 84168

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 14139
/proc/meminfo: memFree=1654496/2055920 swapFree=4192812/4192956
[pid=14127] ppid=14125 vsize=85604 CPUtime=1349.44
/proc/14127/stat : 14127 (pcs.small) R 14125 14127 13366 0 -1 4194304 28466 873 0 0 134918 24 2 0 25 0 1 0 58341600 87658496 17757 996147200 134512640 135095119 4294956304 18446744073709551615 134927032 0 0 4096 0 0 0 0 17 1 0 0
/proc/14127/statm: 21401 17757 389 142 0 20355 0
Current children cumulated CPU time (s) 1349.44
Current children cumulated vsize (KiB) 85604

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 14139
/proc/meminfo: memFree=1651680/2055920 swapFree=4192812/4192956
[pid=14127] ppid=14125 vsize=87180 CPUtime=1408.88
/proc/14127/stat : 14127 (pcs.small) R 14125 14127 13366 0 -1 4194304 29153 873 0 0 140861 25 2 0 25 0 1 0 58341600 89272320 18444 996147200 134512640 135095119 4294956304 18446744073709551615 134918190 0 0 4096 0 0 0 0 17 1 0 0
/proc/14127/statm: 21795 18444 389 142 0 20749 0
Current children cumulated CPU time (s) 1408.88
Current children cumulated vsize (KiB) 87180

[startup+1482.3 s]
/proc/loadavg: 2.04 2.01 2.00 3/73 14287
/proc/meminfo: memFree=1530104/2055920 swapFree=4192812/4192956
[pid=14127] ppid=14125 vsize=88756 CPUtime=1468.52
/proc/14127/stat : 14127 (pcs.small) R 14125 14127 13366 0 -1 4194304 29892 873 0 0 146821 29 2 0 25 0 1 0 58341600 90886144 19183 996147200 134512640 135095119 4294956304 18446744073709551615 134911427 0 0 4096 0 0 0 0 17 0 0 0
/proc/14127/statm: 22189 19183 389 142 0 21143 0
Current children cumulated CPU time (s) 1468.52
Current children cumulated vsize (KiB) 88756

[startup+1542.3 s]
/proc/loadavg: 2.05 2.02 2.00 3/73 14287
/proc/meminfo: memFree=1526712/2055920 swapFree=4192812/4192956
[pid=14127] ppid=14125 vsize=90336 CPUtime=1528.27
/proc/14127/stat : 14127 (pcs.small) R 14125 14127 13366 0 -1 4194304 30634 873 0 0 152796 29 2 0 25 0 1 0 58341600 92504064 19925 996147200 134512640 135095119 4294956304 18446744073709551615 134918148 0 0 4096 0 0 0 0 17 0 0 0
/proc/14127/statm: 22584 19925 389 142 0 21538 0
Current children cumulated CPU time (s) 1528.27
Current children cumulated vsize (KiB) 90336

[startup+1602.3 s]
/proc/loadavg: 2.05 2.03 2.00 3/73 14287
/proc/meminfo: memFree=1523640/2055920 swapFree=4192812/4192956
[pid=14127] ppid=14125 vsize=91912 CPUtime=1588.03
/proc/14127/stat : 14127 (pcs.small) R 14125 14127 13366 0 -1 4194304 31358 873 0 0 158771 30 2 0 25 0 1 0 58341600 94117888 20649 996147200 134512640 135095119 4294956304 18446744073709551615 134918148 0 0 4096 0 0 0 0 17 0 0 0
/proc/14127/statm: 22978 20649 389 142 0 21932 0
Current children cumulated CPU time (s) 1588.03
Current children cumulated vsize (KiB) 91912

[startup+1662.3 s]
/proc/loadavg: 2.02 2.02 2.00 3/73 14287
/proc/meminfo: memFree=1519928/2055920 swapFree=4192812/4192956
[pid=14127] ppid=14125 vsize=93472 CPUtime=1647.79
/proc/14127/stat : 14127 (pcs.small) R 14125 14127 13366 0 -1 4194304 32079 873 0 0 164746 31 2 0 25 0 1 0 58341600 95715328 21370 996147200 134512640 135095119 4294956304 18446744073709551615 134918190 0 0 4096 0 0 0 0 17 0 0 0
/proc/14127/statm: 23368 21370 389 142 0 22322 0
Current children cumulated CPU time (s) 1647.79
Current children cumulated vsize (KiB) 93472

[startup+1722.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/73 14287
/proc/meminfo: memFree=1502840/2055920 swapFree=4192812/4192956
[pid=14127] ppid=14125 vsize=116972 CPUtime=1707.55
/proc/14127/stat : 14127 (pcs.small) R 14125 14127 13366 0 -1 4194304 38268 873 0 0 170720 33 2 0 25 0 1 0 58341600 119779328 25510 996147200 134512640 135095119 4294956304 18446744073709551615 134927070 0 0 4096 0 0 0 0 17 0 0 0
/proc/14127/statm: 29243 25510 389 142 0 28197 0
Current children cumulated CPU time (s) 1707.55
Current children cumulated vsize (KiB) 116972

[startup+1782.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/73 14287
/proc/meminfo: memFree=1500984/2055920 swapFree=4192812/4192956
[pid=14127] ppid=14125 vsize=116972 CPUtime=1767.3
/proc/14127/stat : 14127 (pcs.small) R 14125 14127 13366 0 -1 4194304 38606 873 0 0 176695 33 2 0 25 0 1 0 58341600 119779328 25848 996147200 134512640 135095119 4294956304 18446744073709551615 134918190 0 0 4096 0 0 0 0 17 0 0 0
/proc/14127/statm: 29243 25848 389 142 0 28197 0
Current children cumulated CPU time (s) 1767.3
Current children cumulated vsize (KiB) 116972



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1815.2 s]
/proc/loadavg: 2.00 2.01 2.00 3/73 14287
/proc/meminfo: memFree=1500024/2055920 swapFree=4192812/4192956
[pid=14127] ppid=14125 vsize=116972 CPUtime=1800.08
/proc/14127/stat : 14127 (pcs.small) R 14125 14127 13366 0 -1 4194304 38796 873 0 0 179972 34 2 0 25 0 1 0 58341600 119779328 26038 996147200 134512640 135095119 4294956304 18446744073709551615 134918185 0 0 4096 0 0 0 0 17 0 0 0
/proc/14127/statm: 29243 26038 389 142 0 28197 0
Current children cumulated CPU time (s) 1800.08
Current children cumulated vsize (KiB) 116972

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): 1815.22
CPU time (s): 1800.12
CPU user time (s): 1799.75
CPU system time (s): 0.367944
CPU usage (%): 99.1678
Max. virtual memory (cumulated for all children) (KiB): 125168

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.75
system time used= 0.367944
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 39669
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= 23
involuntary context switches= 62772

runsolver used 2.88556 second user time and 5.34219 second system time

The end

Launcher Data

Begin job on node71 at 2009-07-16 04:53:10
IDJOB=2075103
IDBENCH=56231
IDSOLVER=734
FILE ID=node71/2075103-1247712790
PBS_JOBID= 9521428
Free space on /tmp= 66392 MiB

SOLVER NAME= pcs-restart 0.2.restart
BENCH NAME= CPAI08/csp/rand-3-24-24-fcd/normalized-rand-3-24-24-76-632-fcd-41_ext.xml
COMMAND LINE= HOME/pcssolve -s RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2075103-1247712790/watcher-2075103-1247712790 -o /tmp/evaluation-result-2075103-1247712790/solver-2075103-1247712790 -C 1800 -W 2000 -M 900  HOME/pcssolve -s 1358815279 HOME/instance-2075103-1247712790.xml

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

MD5SUM BENCH= 0f43e4f562ecd636043bcca7dfaf8fa5
RANDOM SEED=1358815279

node71.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.222
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.222
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:       1725640 kB
Buffers:         63976 kB
Cached:         143084 kB
SwapCached:          0 kB
Active:         104880 kB
Inactive:       135412 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1725640 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            4668 kB
Writeback:           0 kB
Mapped:          53628 kB
Slab:            75032 kB
Committed_AS:   579524 kB
PageTables:       1940 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= 66388 MiB
End job on node71 at 2009-07-16 05:23:27