Trace number 2075246

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.06 1808.32

General information on the benchmark

Namecsp/rand-3-24-24-fcd/
normalized-rand-3-24-24-76-632-fcd-11_ext.xml
MD5SUMe4d4cd01e44f33c30ce76f83077a2ba5
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 benchmark90.8632
Satisfiable
(Un)Satisfiability was proved
Number of variables24
Number of constraints74
Maximum constraint arity3
Maximum domain size24
Number of constraints which are defined in extension74
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.05	c Seed is 998783999
0.00/0.05	c Constructing HOME/instance-2075246-1247712945.xml  with 74 constraints
0.98/1.02	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-2075246-1247712945/watcher-2075246-1247712945 -o /tmp/evaluation-result-2075246-1247712945/solver-2075246-1247712945 -C 1800 -W 2000 -M 900 HOME/pcssolve -s 998783999 HOME/instance-2075246-1247712945.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.92 1.98 1.99 4/81 12116
/proc/meminfo: memFree=1200832/2055920 swapFree=4192812/4192956
[pid=12116] ppid=12114 vsize=5356 CPUtime=0
/proc/12116/stat : 12116 (pcssolve) R 12114 12116 12002 0 -1 4194304 273 0 0 0 0 0 0 0 20 0 1 0 58358304 5484544 241 996147200 4194304 4889804 548682068800 18446744073709551615 258939087519 0 65538 4100 65536 0 0 0 17 1 0 0
/proc/12116/statm: 1339 241 200 169 0 50 0
[pid=12117] ppid=12116 vsize=5356 CPUtime=0
/proc/12117/stat : 12117 (pcssolve) R 12116 12116 12002 0 -1 4194368 0 0 0 0 0 0 0 0 20 0 1 0 58358305 5484544 241 996147200 4194304 4889804 548682068800 18446744073709551615 258939087519 0 65538 4100 65536 0 0 0 17 1 0 0
/proc/12117/statm: 1339 241 200 169 0 50 0

[startup+0.1191 s]
/proc/loadavg: 1.92 1.98 1.99 4/81 12116
/proc/meminfo: memFree=1200832/2055920 swapFree=4192812/4192956
[pid=12116] ppid=12114 vsize=5284 CPUtime=0.09
/proc/12116/stat : 12116 (pcs.small) R 12114 12116 12002 0 -1 4194304 942 873 0 0 6 0 2 1 18 0 1 0 58358304 5410816 551 996147200 134512640 135095119 4294956304 18446744073709551615 134939965 0 0 4096 0 0 0 0 17 1 0 0
/proc/12116/statm: 1321 551 375 142 0 275 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 5284

[startup+0.201114 s]
/proc/loadavg: 1.92 1.98 1.99 4/81 12116
/proc/meminfo: memFree=1200832/2055920 swapFree=4192812/4192956
[pid=12116] ppid=12114 vsize=6500 CPUtime=0.17
/proc/12116/stat : 12116 (pcs.small) R 12114 12116 12002 0 -1 4194304 1065 873 0 0 14 0 2 1 18 0 1 0 58358304 6656000 674 996147200 134512640 135095119 4294956304 18446744073709551615 5156956 0 0 4096 0 0 0 0 17 1 0 0
/proc/12116/statm: 1625 674 375 142 0 579 0
Current children cumulated CPU time (s) 0.17
Current children cumulated vsize (KiB) 6500

[startup+0.301134 s]
/proc/loadavg: 1.92 1.98 1.99 4/81 12116
/proc/meminfo: memFree=1200832/2055920 swapFree=4192812/4192956
[pid=12116] ppid=12114 vsize=7716 CPUtime=0.27
/proc/12116/stat : 12116 (pcs.small) R 12114 12116 12002 0 -1 4194304 1203 873 0 0 24 0 2 1 19 0 1 0 58358304 7901184 812 996147200 134512640 135095119 4294956304 18446744073709551615 134741568 0 0 4096 0 0 0 0 17 1 0 0
/proc/12116/statm: 1929 812 375 142 0 883 0
Current children cumulated CPU time (s) 0.27
Current children cumulated vsize (KiB) 7716

[startup+0.701205 s]
/proc/loadavg: 1.92 1.98 1.99 4/81 12116
/proc/meminfo: memFree=1200832/2055920 swapFree=4192812/4192956
[pid=12116] ppid=12114 vsize=12952 CPUtime=0.68
/proc/12116/stat : 12116 (pcs.small) R 12114 12116 12002 0 -1 4194304 1790 873 0 0 64 1 2 1 23 0 1 0 58358304 13262848 1399 996147200 134512640 135095119 4294956304 18446744073709551615 134741556 0 0 4096 0 0 0 0 17 1 0 0
/proc/12116/statm: 3238 1399 375 142 0 2192 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 12952

[startup+1.50136 s]
/proc/loadavg: 1.92 1.98 1.99 3/82 12122
/proc/meminfo: memFree=1194672/2055920 swapFree=4192812/4192956
[pid=12116] ppid=12114 vsize=17140 CPUtime=1.47
/proc/12116/stat : 12116 (pcs.small) R 12114 12116 12002 0 -1 4194304 2291 873 0 0 143 1 2 1 25 0 1 0 58358304 17551360 1900 996147200 134512640 135095119 4294956304 18446744073709551615 134927073 0 0 4096 0 0 0 0 17 1 0 0
/proc/12116/statm: 4285 1900 389 142 0 3239 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 17140

[startup+3.10165 s]
/proc/loadavg: 1.92 1.98 1.99 3/82 12122
/proc/meminfo: memFree=1194480/2055920 swapFree=4192812/4192956
[pid=12116] ppid=12114 vsize=17140 CPUtime=3.06
/proc/12116/stat : 12116 (pcs.small) R 12114 12116 12002 0 -1 4194304 2295 873 0 0 302 1 2 1 25 0 1 0 58358304 17551360 1904 996147200 134512640 135095119 4294956304 18446744073709551615 134918156 0 0 4096 0 0 0 0 17 1 0 0
/proc/12116/statm: 4285 1904 389 142 0 3239 0
Current children cumulated CPU time (s) 3.06
Current children cumulated vsize (KiB) 17140

[startup+6.30123 s]
/proc/loadavg: 1.93 1.98 1.99 3/82 12122
/proc/meminfo: memFree=1194160/2055920 swapFree=4192812/4192956
[pid=12116] ppid=12114 vsize=17140 CPUtime=6.25
/proc/12116/stat : 12116 (pcs.small) R 12114 12116 12002 0 -1 4194304 2332 873 0 0 621 1 2 1 25 0 1 0 58358304 17551360 1941 996147200 134512640 135095119 4294956304 18446744073709551615 134918253 0 0 4096 0 0 0 0 17 1 0 0
/proc/12116/statm: 4285 1941 389 142 0 3239 0
Current children cumulated CPU time (s) 6.25
Current children cumulated vsize (KiB) 17140

[startup+12.7014 s]
/proc/loadavg: 1.93 1.98 1.99 3/82 12122
/proc/meminfo: memFree=1193784/2055920 swapFree=4192812/4192956
[pid=12116] ppid=12114 vsize=17400 CPUtime=12.61
/proc/12116/stat : 12116 (pcs.small) R 12114 12116 12002 0 -1 4194304 2425 873 0 0 1257 1 2 1 25 0 1 0 58358304 17817600 2034 996147200 134512640 135095119 4294956304 18446744073709551615 134918190 0 0 4096 0 0 0 0 17 1 0 0
/proc/12116/statm: 4350 2034 389 142 0 3304 0
Current children cumulated CPU time (s) 12.61
Current children cumulated vsize (KiB) 17400

[startup+25.5017 s]
/proc/loadavg: 1.95 1.98 1.99 3/82 12122
/proc/meminfo: memFree=1193208/2055920 swapFree=4192812/4192956
[pid=12116] ppid=12114 vsize=17916 CPUtime=25.35
/proc/12116/stat : 12116 (pcs.small) R 12114 12116 12002 0 -1 4194304 2645 873 0 0 2531 1 2 1 25 0 1 0 58358304 18345984 2189 996147200 134512640 135095119 4294956304 18446744073709551615 134910839 0 0 4096 0 0 0 0 17 1 0 0
/proc/12116/statm: 4479 2189 389 142 0 3433 0
Current children cumulated CPU time (s) 25.35
Current children cumulated vsize (KiB) 17916

[startup+51.1014 s]
/proc/loadavg: 1.96 1.98 1.99 3/82 12122
/proc/meminfo: memFree=1192056/2055920 swapFree=4192812/4192956
[pid=12116] ppid=12114 vsize=18684 CPUtime=50.82
/proc/12116/stat : 12116 (pcs.small) R 12114 12116 12002 0 -1 4194304 3116 873 0 0 5078 1 2 1 25 0 1 0 58358304 19132416 2466 996147200 134512640 135095119 4294956304 18446744073709551615 134916431 0 0 4096 0 0 0 0 17 1 0 0
/proc/12116/statm: 4671 2466 389 142 0 3625 0
Current children cumulated CPU time (s) 50.82
Current children cumulated vsize (KiB) 18684

[startup+102.302 s]
/proc/loadavg: 2.06 2.00 2.00 3/82 12122
/proc/meminfo: memFree=1189752/2055920 swapFree=4192812/4192956
[pid=12116] ppid=12114 vsize=20220 CPUtime=101.78
/proc/12116/stat : 12116 (pcs.small) R 12114 12116 12002 0 -1 4194304 4111 873 0 0 10172 3 2 1 25 0 1 0 58358304 20705280 3075 996147200 134512640 135095119 4294956304 18446744073709551615 134918215 0 0 4096 0 0 0 0 17 1 0 0
/proc/12116/statm: 5055 3075 389 142 0 4009 0
Current children cumulated CPU time (s) 101.78
Current children cumulated vsize (KiB) 20220

[startup+162.302 s]
/proc/loadavg: 2.09 2.02 2.00 3/82 12122
/proc/meminfo: memFree=1187576/2055920 swapFree=4192812/4192956
[pid=12116] ppid=12114 vsize=22268 CPUtime=161.48
/proc/12116/stat : 12116 (pcs.small) R 12114 12116 12002 0 -1 4194304 5127 873 0 0 16142 3 2 1 25 0 1 0 58358304 22802432 3578 996147200 134512640 135095119 4294956304 18446744073709551615 134918185 0 0 4096 0 0 0 0 17 1 0 0
/proc/12116/statm: 5567 3578 389 142 0 4521 0
Current children cumulated CPU time (s) 161.48
Current children cumulated vsize (KiB) 22268

[startup+222.307 s]
/proc/loadavg: 2.10 2.03 2.00 3/82 12122
/proc/meminfo: memFree=1184632/2055920 swapFree=4192812/4192956
[pid=12116] ppid=12114 vsize=23552 CPUtime=221.18
/proc/12116/stat : 12116 (pcs.small) R 12114 12116 12002 0 -1 4194304 6154 873 0 0 22111 4 2 1 25 0 1 0 58358304 24117248 4348 996147200 134512640 135095119 4294956304 18446744073709551615 134927067 0 0 4096 0 0 0 0 17 1 0 0
/proc/12116/statm: 5888 4348 389 142 0 4842 0
Current children cumulated CPU time (s) 221.18
Current children cumulated vsize (KiB) 23552

[startup+282.301 s]
/proc/loadavg: 2.18 2.05 2.01 3/83 12164
/proc/meminfo: memFree=1233088/2055920 swapFree=4192812/4192956
[pid=12116] ppid=12114 vsize=27648 CPUtime=281.1
/proc/12116/stat : 12116 (pcs.small) R 12114 12116 12002 0 -1 4194304 7804 873 0 0 28100 7 2 1 25 0 1 0 58358304 28311552 4973 996147200 134512640 135095119 4294956304 18446744073709551615 134918151 0 0 4096 0 0 0 0 17 0 0 0
/proc/12116/statm: 6912 4973 389 142 0 5866 0
Current children cumulated CPU time (s) 281.1
Current children cumulated vsize (KiB) 27648

[startup+342.301 s]
/proc/loadavg: 2.25 2.09 2.02 3/83 12170
/proc/meminfo: memFree=1186104/2055920 swapFree=4192812/4192956
[pid=12116] ppid=12114 vsize=27776 CPUtime=341.08
/proc/12116/stat : 12116 (pcs.small) R 12114 12116 12002 0 -1 4194304 8380 873 0 0 34097 8 2 1 25 0 1 0 58358304 28442624 5549 996147200 134512640 135095119 4294956304 18446744073709551615 134578928 0 0 4096 0 0 0 0 17 0 0 0
/proc/12116/statm: 6944 5549 389 142 0 5898 0
Current children cumulated CPU time (s) 341.08
Current children cumulated vsize (KiB) 27776

[startup+402.301 s]
/proc/loadavg: 2.14 2.08 2.02 3/83 12170
/proc/meminfo: memFree=921400/2055920 swapFree=4192812/4192956
[pid=12116] ppid=12114 vsize=33512 CPUtime=401.05
/proc/12116/stat : 12116 (pcs.small) R 12114 12116 12002 0 -1 4194304 10161 873 0 0 40093 9 2 1 25 0 1 0 58358304 34316288 6752 996147200 134512640 135095119 4294956304 18446744073709551615 134918190 0 0 4096 0 0 0 0 17 0 0 0
/proc/12116/statm: 8378 6752 389 142 0 7332 0
Current children cumulated CPU time (s) 401.05
Current children cumulated vsize (KiB) 33512

[startup+462.301 s]
/proc/loadavg: 2.05 2.07 2.01 3/83 12170
/proc/meminfo: memFree=678392/2055920 swapFree=4192812/4192956
[pid=12116] ppid=12114 vsize=33512 CPUtime=460.76
/proc/12116/stat : 12116 (pcs.small) R 12114 12116 12002 0 -1 4194304 10505 873 0 0 46064 9 2 1 25 0 1 0 58358304 34316288 7096 996147200 134512640 135095119 4294956304 18446744073709551615 134918271 0 0 4096 0 0 0 0 17 0 0 0
/proc/12116/statm: 8378 7096 389 142 0 7332 0
Current children cumulated CPU time (s) 460.76
Current children cumulated vsize (KiB) 33512

[startup+522.302 s]
/proc/loadavg: 2.25 2.13 2.03 3/83 12170
/proc/meminfo: memFree=514872/2055920 swapFree=4192812/4192956
[pid=12116] ppid=12114 vsize=43148 CPUtime=520.46
/proc/12116/stat : 12116 (pcs.small) R 12114 12116 12002 0 -1 4194304 13261 873 0 0 52032 11 2 1 25 0 1 0 58358304 44183552 7803 996147200 134512640 135095119 4294956304 18446744073709551615 134918151 0 0 4096 0 0 0 0 17 0 0 0
/proc/12116/statm: 10787 7803 389 142 0 9741 0
Current children cumulated CPU time (s) 520.46
Current children cumulated vsize (KiB) 43148

[startup+582.303 s]
/proc/loadavg: 2.29 2.15 2.04 3/83 12170
/proc/meminfo: memFree=511800/2055920 swapFree=4192812/4192956
[pid=12116] ppid=12114 vsize=44712 CPUtime=580.16
/proc/12116/stat : 12116 (pcs.small) R 12114 12116 12002 0 -1 4194304 13984 873 0 0 58001 12 2 1 25 0 1 0 58358304 45785088 8526 996147200 134512640 135095119 4294956304 18446744073709551615 134918271 0 0 4096 0 0 0 0 17 0 0 0
/proc/12116/statm: 11178 8526 389 142 0 10132 0
Current children cumulated CPU time (s) 580.16
Current children cumulated vsize (KiB) 44712

[startup+642.302 s]
/proc/loadavg: 2.26 2.16 2.05 3/83 12170
/proc/meminfo: memFree=508800/2055920 swapFree=4192812/4192956
[pid=12116] ppid=12114 vsize=46284 CPUtime=639.85
/proc/12116/stat : 12116 (pcs.small) R 12114 12116 12002 0 -1 4194304 14730 873 0 0 63970 12 2 1 25 0 1 0 58358304 47394816 9272 996147200 134512640 135095119 4294956304 18446744073709551615 134918190 0 0 4096 0 0 0 0 17 0 0 0
/proc/12116/statm: 11571 9272 389 142 0 10525 0
Current children cumulated CPU time (s) 639.85

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

[startup+822.302 s]
/proc/loadavg: 2.05 2.14 2.06 3/83 12171
/proc/meminfo: memFree=497272/2055920 swapFree=4192812/4192956
[pid=12116] ppid=12114 vsize=57376 CPUtime=818.96
/proc/12116/stat : 12116 (pcs.small) R 12114 12116 12002 0 -1 4194304 18634 873 0 0 81877 16 2 1 25 0 1 0 58358304 58753024 12022 996147200 134512640 135095119 4294956304 18446744073709551615 134918253 0 0 4096 0 0 0 0 17 0 0 0
/proc/12116/statm: 14344 12022 389 142 0 13298 0
Current children cumulated CPU time (s) 818.96
Current children cumulated vsize (KiB) 57376

[startup+882.306 s]
/proc/loadavg: 2.02 2.11 2.06 3/83 12171
/proc/meminfo: memFree=495864/2055920 swapFree=4192812/4192956
[pid=12116] ppid=12114 vsize=57376 CPUtime=878.66
/proc/12116/stat : 12116 (pcs.small) R 12114 12116 12002 0 -1 4194304 18960 873 0 0 87847 16 2 1 25 0 1 0 58358304 58753024 12348 996147200 134512640 135095119 4294956304 18446744073709551615 134927011 0 0 4096 0 0 0 0 17 0 0 0
/proc/12116/statm: 14344 12348 389 142 0 13298 0
Current children cumulated CPU time (s) 878.66
Current children cumulated vsize (KiB) 57376

[startup+942.301 s]
/proc/loadavg: 2.00 2.09 2.05 3/83 12171
/proc/meminfo: memFree=493240/2055920 swapFree=4192812/4192956
[pid=12116] ppid=12114 vsize=58688 CPUtime=938.35
/proc/12116/stat : 12116 (pcs.small) R 12114 12116 12002 0 -1 4194304 19620 873 0 0 93815 17 2 1 25 0 1 0 58358304 60096512 13008 996147200 134512640 135095119 4294956304 18446744073709551615 134927075 0 0 4096 0 0 0 0 17 0 0 0
/proc/12116/statm: 14672 13008 389 142 0 13626 0
Current children cumulated CPU time (s) 938.35
Current children cumulated vsize (KiB) 58688

[startup+1002.3 s]
/proc/loadavg: 2.00 2.07 2.05 3/83 12171
/proc/meminfo: memFree=490296/2055920 swapFree=4192812/4192956
[pid=12116] ppid=12114 vsize=60248 CPUtime=998.06
/proc/12116/stat : 12116 (pcs.small) R 12114 12116 12002 0 -1 4194304 20328 873 0 0 99785 18 2 1 25 0 1 0 58358304 61693952 13716 996147200 134512640 135095119 4294956304 18446744073709551615 134927080 0 0 4096 0 0 0 0 17 0 0 0
/proc/12116/statm: 15062 13716 389 142 0 14016 0
Current children cumulated CPU time (s) 998.06
Current children cumulated vsize (KiB) 60248

[startup+1062.3 s]
/proc/loadavg: 2.00 2.05 2.04 3/83 12171
/proc/meminfo: memFree=487608/2055920 swapFree=4192812/4192956
[pid=12116] ppid=12114 vsize=78064 CPUtime=1057.76
/proc/12116/stat : 12116 (pcs.small) R 12114 12116 12002 0 -1 4194304 25095 873 0 0 105752 21 2 1 25 0 1 0 58358304 79937536 14386 996147200 134512640 135095119 4294956304 18446744073709551615 134918238 0 0 4096 0 0 0 0 17 0 0 0
/proc/12116/statm: 19516 14386 389 142 0 18470 0
Current children cumulated CPU time (s) 1057.76
Current children cumulated vsize (KiB) 78064

[startup+1122.3 s]
/proc/loadavg: 2.00 2.04 2.03 3/83 12171
/proc/meminfo: memFree=484856/2055920 swapFree=4192812/4192956
[pid=12116] ppid=12114 vsize=79504 CPUtime=1117.46
/proc/12116/stat : 12116 (pcs.small) R 12114 12116 12002 0 -1 4194304 25767 873 0 0 111721 22 2 1 25 0 1 0 58358304 81412096 15058 996147200 134512640 135095119 4294956304 18446744073709551615 134927073 0 0 4096 0 0 0 0 17 0 0 0
/proc/12116/statm: 19876 15058 389 142 0 18830 0
Current children cumulated CPU time (s) 1117.46
Current children cumulated vsize (KiB) 79504

[startup+1182.3 s]
/proc/loadavg: 2.00 2.03 2.03 3/83 12171
/proc/meminfo: memFree=482104/2055920 swapFree=4192812/4192956
[pid=12116] ppid=12114 vsize=80936 CPUtime=1177.15
/proc/12116/stat : 12116 (pcs.small) R 12114 12116 12002 0 -1 4194304 26460 873 0 0 117690 22 2 1 25 0 1 0 58358304 82878464 15751 996147200 134512640 135095119 4294956304 18446744073709551615 134918175 0 0 4096 0 0 0 0 17 0 0 0
/proc/12116/statm: 20234 15751 389 142 0 19188 0
Current children cumulated CPU time (s) 1177.15
Current children cumulated vsize (KiB) 80936

[startup+1242.3 s]
/proc/loadavg: 2.04 2.04 2.03 3/83 12171
/proc/meminfo: memFree=479096/2055920 swapFree=4192812/4192956
[pid=12116] ppid=12114 vsize=82488 CPUtime=1236.85
/proc/12116/stat : 12116 (pcs.small) R 12114 12116 12002 0 -1 4194304 27169 873 0 0 123659 23 2 1 25 0 1 0 58358304 84467712 16460 996147200 134512640 135095119 4294956304 18446744073709551615 134918198 0 0 4096 0 0 0 0 17 0 0 0
/proc/12116/statm: 20622 16460 389 142 0 19576 0
Current children cumulated CPU time (s) 1236.85
Current children cumulated vsize (KiB) 82488

[startup+1302.3 s]
/proc/loadavg: 2.01 2.03 2.02 3/83 12171
/proc/meminfo: memFree=476216/2055920 swapFree=4192812/4192956
[pid=12116] ppid=12114 vsize=83924 CPUtime=1296.55
/proc/12116/stat : 12116 (pcs.small) R 12114 12116 12002 0 -1 4194304 27868 873 0 0 129628 24 2 1 25 0 1 0 58358304 85938176 17159 996147200 134512640 135095119 4294956304 18446744073709551615 134918178 0 0 4096 0 0 0 0 17 0 0 0
/proc/12116/statm: 20981 17159 389 142 0 19935 0
Current children cumulated CPU time (s) 1296.55
Current children cumulated vsize (KiB) 83924

[startup+1362.3 s]
/proc/loadavg: 2.00 2.02 2.02 3/83 12171
/proc/meminfo: memFree=473400/2055920 swapFree=4192812/4192956
[pid=12116] ppid=12114 vsize=85496 CPUtime=1356.26
/proc/12116/stat : 12116 (pcs.small) R 12114 12116 12002 0 -1 4194304 28583 873 0 0 135598 25 2 1 25 0 1 0 58358304 87547904 17874 996147200 134512640 135095119 4294956304 18446744073709551615 134918190 0 0 4096 0 0 0 0 17 0 0 0
/proc/12116/statm: 21374 17874 389 142 0 20328 0
Current children cumulated CPU time (s) 1356.26
Current children cumulated vsize (KiB) 85496

[startup+1422.3 s]
/proc/loadavg: 2.00 2.02 2.01 3/83 12171
/proc/meminfo: memFree=459832/2055920 swapFree=4192812/4192956
[pid=12116] ppid=12114 vsize=105952 CPUtime=1415.96
/proc/12116/stat : 12116 (pcs.small) R 12114 12116 12002 0 -1 4194304 34010 873 0 0 141566 27 2 1 25 0 1 0 58358304 108494848 21252 996147200 134512640 135095119 4294956304 18446744073709551615 134918163 0 0 4096 0 0 0 0 17 0 0 0
/proc/12116/statm: 26488 21252 389 142 0 25442 0
Current children cumulated CPU time (s) 1415.96
Current children cumulated vsize (KiB) 105952

[startup+1482.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/83 12171
/proc/meminfo: memFree=458552/2055920 swapFree=4192812/4192956
[pid=12116] ppid=12114 vsize=105952 CPUtime=1475.65
/proc/12116/stat : 12116 (pcs.small) R 12114 12116 12002 0 -1 4194304 34330 873 0 0 147535 27 2 1 25 0 1 0 58358304 108494848 21572 996147200 134512640 135095119 4294956304 18446744073709551615 134926973 0 0 4096 0 0 0 0 17 0 0 0
/proc/12116/statm: 26488 21572 389 142 0 25442 0
Current children cumulated CPU time (s) 1475.65
Current children cumulated vsize (KiB) 105952

[startup+1542.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 12171
/proc/meminfo: memFree=457208/2055920 swapFree=4192812/4192956
[pid=12116] ppid=12114 vsize=105952 CPUtime=1535.36
/proc/12116/stat : 12116 (pcs.small) R 12114 12116 12002 0 -1 4194304 34648 873 0 0 153505 28 2 1 25 0 1 0 58358304 108494848 21890 996147200 134512640 135095119 4294956304 18446744073709551615 134926973 0 0 4096 0 0 0 0 17 0 0 0
/proc/12116/statm: 26488 21890 389 142 0 25442 0
Current children cumulated CPU time (s) 1535.36
Current children cumulated vsize (KiB) 105952

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 12171
/proc/meminfo: memFree=455992/2055920 swapFree=4192812/4192956
[pid=12116] ppid=12114 vsize=105952 CPUtime=1595.05
/proc/12116/stat : 12116 (pcs.small) R 12114 12116 12002 0 -1 4194304 34970 873 0 0 159474 28 2 1 25 0 1 0 58358304 108494848 22212 996147200 134512640 135095119 4294956304 18446744073709551615 134927080 0 0 4096 0 0 0 0 17 0 0 0
/proc/12116/statm: 26488 22212 389 142 0 25442 0
Current children cumulated CPU time (s) 1595.05
Current children cumulated vsize (KiB) 105952

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 12171
/proc/meminfo: memFree=454712/2055920 swapFree=4192812/4192956
[pid=12116] ppid=12114 vsize=105952 CPUtime=1654.76
/proc/12116/stat : 12116 (pcs.small) R 12114 12116 12002 0 -1 4194304 35291 873 0 0 165444 29 2 1 25 0 1 0 58358304 108494848 22533 996147200 134512640 135095119 4294956304 18446744073709551615 134918175 0 0 4096 0 0 0 0 17 0 0 0
/proc/12116/statm: 26488 22533 389 142 0 25442 0
Current children cumulated CPU time (s) 1654.76
Current children cumulated vsize (KiB) 105952

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 12171
/proc/meminfo: memFree=453432/2055920 swapFree=4192812/4192956
[pid=12116] ppid=12114 vsize=105952 CPUtime=1714.45
/proc/12116/stat : 12116 (pcs.small) R 12114 12116 12002 0 -1 4194304 35618 873 0 0 171413 29 2 1 25 0 1 0 58358304 108494848 22860 996147200 134512640 135095119 4294956304 18446744073709551615 134918271 0 0 4096 0 0 0 0 17 0 0 0
/proc/12116/statm: 26488 22860 389 142 0 25442 0
Current children cumulated CPU time (s) 1714.45
Current children cumulated vsize (KiB) 105952

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 12171
/proc/meminfo: memFree=451896/2055920 swapFree=4192812/4192956
[pid=12116] ppid=12114 vsize=105952 CPUtime=1774.16
/proc/12116/stat : 12116 (pcs.small) R 12114 12116 12002 0 -1 4194304 35935 873 0 0 177384 29 2 1 25 0 1 0 58358304 108494848 23177 996147200 134512640 135095119 4294956304 18446744073709551615 134918190 0 0 4096 0 0 0 0 17 0 0 0
/proc/12116/statm: 26488 23177 389 142 0 25442 0
Current children cumulated CPU time (s) 1774.16
Current children cumulated vsize (KiB) 105952



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1808.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 12171
/proc/meminfo: memFree=451064/2055920 swapFree=4192812/4192956
[pid=12116] ppid=12114 vsize=106212 CPUtime=1800.03
/proc/12116/stat : 12116 (pcs.small) R 12114 12116 12002 0 -1 4194304 36151 873 0 0 179970 30 2 1 25 0 1 0 58358304 108761088 23393 996147200 134512640 135095119 4294956304 18446744073709551615 134918190 0 0 4096 0 0 0 0 17 0 0 0
/proc/12116/statm: 26553 23393 389 142 0 25507 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 106212

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): 1808.32
CPU time (s): 1800.06
CPU user time (s): 1799.73
CPU system time (s): 0.331949
CPU usage (%): 99.5434
Max. virtual memory (cumulated for all children) (KiB): 110716

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.73
system time used= 0.331949
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 37024
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= 22
involuntary context switches= 47772

runsolver used 2.47462 second user time and 5.32119 second system time

The end

Launcher Data

Begin job on node45 at 2009-07-16 04:55:45
IDJOB=2075246
IDBENCH=56253
IDSOLVER=734
FILE ID=node45/2075246-1247712945
PBS_JOBID= 9521445
Free space on /tmp= 66376 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-11_ext.xml
COMMAND LINE= HOME/pcssolve -s RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2075246-1247712945/watcher-2075246-1247712945 -o /tmp/evaluation-result-2075246-1247712945/solver-2075246-1247712945 -C 1800 -W 2000 -M 900  HOME/pcssolve -s 998783999 HOME/instance-2075246-1247712945.xml

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

MD5SUM BENCH= e4d4cd01e44f33c30ce76f83077a2ba5
RANDOM SEED=998783999

node45.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.281
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.281
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:       1201312 kB
Buffers:         80248 kB
Cached:         572892 kB
SwapCached:          0 kB
Active:         209032 kB
Inactive:       554044 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1201312 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            4536 kB
Writeback:           0 kB
Mapped:         130376 kB
Slab:            76584 kB
Committed_AS:   628212 kB
PageTables:       2012 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= 66376 MiB
End job on node45 at 2009-07-16 05:25:56