Trace number 2080515

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.11 1814.58

General information on the benchmark

Namecsp/queensKnights/
normalized-queensKnights-50-5-mul.xml
MD5SUM16fcc8b8bde2aa10417fc00ae864011c
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 benchmark4.18836
Satisfiable
(Un)Satisfiability was proved
Number of variables55
Number of constraints1485
Maximum constraint arity2
Maximum domain size2500
Number of constraints which are defined in extension0
Number of constraints which are defined in intension1485
Global constraints used (with number of constraints)

Solver Data

0.00/0.01	c has big domains
0.00/0.01	c big-domain mode
0.00/0.20	c Seed is 1925522747
0.00/0.20	c Constructing HOME/instance-2080515-1247717812.xml 
0.00/0.20	c deduced all_different(V1,V2,V3,V4,V5,V6,V7,V8,V9,V10,V11,V12,V13,V14,V15,V16,V17,V18,V19,V20,V21,V22,V23,V24,V25,V26,V27,V28,V29,V30,V31,V32,V33,V34,V35,V36,V37,V38,V39,V40,V41,V42,V43,V44,V45,V46,V47,V48,V49,V0)
0.00/0.20	c  with 6791 constraints
0.00/0.20	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-2080515-1247717812/watcher-2080515-1247717812 -o /tmp/evaluation-result-2080515-1247717812/solver-2080515-1247717812 -C 1800 -W 2000 -M 900 HOME/pcssolve -s 1925522747 HOME/instance-2080515-1247717812.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: 2.11 2.16 2.10 4/72 16054
/proc/meminfo: memFree=1376888/2055920 swapFree=4192812/4192956
[pid=16054] ppid=16052 vsize=5356 CPUtime=0
/proc/16054/stat : 16054 (pcssolve) R 16052 16054 15132 0 -1 4194304 265 0 0 0 0 0 0 0 20 0 1 0 58843896 5484544 233 996147200 4194304 4889804 548682068800 18446744073709551615 4309005 0 0 4100 65536 0 0 0 17 1 0 0
/proc/16054/statm: 1339 233 194 169 0 50 0

[startup+0.208518 s]
/proc/loadavg: 2.11 2.16 2.10 4/72 16054
/proc/meminfo: memFree=1376888/2055920 swapFree=4192812/4192956
[pid=16054] ppid=16052 vsize=8748 CPUtime=0.19
/proc/16054/stat : 16054 (pcs.big) R 16052 16054 15132 0 -1 4194304 2093 657 0 0 18 1 0 0 19 0 1 0 58843896 8957952 1379 996147200 134512640 135215973 4294956304 18446744073709551615 4158960056 0 0 4096 0 0 0 0 17 1 0 0
/proc/16054/statm: 2187 1379 421 171 0 1112 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 8748

[startup+0.301399 s]
/proc/loadavg: 2.11 2.16 2.10 4/72 16054
/proc/meminfo: memFree=1376888/2055920 swapFree=4192812/4192956
[pid=16054] ppid=16052 vsize=10768 CPUtime=0.28
/proc/16054/stat : 16054 (pcs.big) R 16052 16054 15132 0 -1 4194304 2734 657 0 0 27 1 0 0 19 0 1 0 58843896 11026432 1811 996147200 134512640 135215973 4294956304 18446744073709551615 135095351 0 0 4096 0 0 0 0 17 1 0 0
/proc/16054/statm: 2692 1811 421 171 0 1617 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 10768

[startup+0.401405 s]
/proc/loadavg: 2.11 2.16 2.10 4/72 16054
/proc/meminfo: memFree=1376888/2055920 swapFree=4192812/4192956
[pid=16054] ppid=16052 vsize=10768 CPUtime=0.38
/proc/16054/stat : 16054 (pcs.big) R 16052 16054 15132 0 -1 4194304 2841 657 0 0 37 1 0 0 20 0 1 0 58843896 11026432 1918 996147200 134512640 135215973 4294956304 18446744073709551615 4158960153 0 0 4096 0 0 0 0 17 1 0 0
/proc/16054/statm: 2692 1918 421 171 0 1617 0
Current children cumulated CPU time (s) 0.38
Current children cumulated vsize (KiB) 10768

[startup+0.701429 s]
/proc/loadavg: 2.11 2.16 2.10 4/72 16054
/proc/meminfo: memFree=1376888/2055920 swapFree=4192812/4192956
[pid=16054] ppid=16052 vsize=15864 CPUtime=0.68
/proc/16054/stat : 16054 (pcs.big) R 16052 16054 15132 0 -1 4194304 4302 657 0 0 66 2 0 0 23 0 1 0 58843896 16244736 2962 996147200 134512640 135215973 4294956304 18446744073709551615 134585694 0 0 4096 0 0 0 0 17 1 0 0
/proc/16054/statm: 3966 2962 421 171 0 2891 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 15864

[startup+1.50149 s]
/proc/loadavg: 2.11 2.16 2.10 3/73 16059
/proc/meminfo: memFree=1354992/2055920 swapFree=4192812/4192956
[pid=16054] ppid=16052 vsize=28940 CPUtime=1.47
/proc/16054/stat : 16054 (pcs.big) R 16052 16054 15132 0 -1 4194304 7949 657 0 0 144 3 0 0 25 0 1 0 58843896 29634560 5776 996147200 134512640 135215973 4294956304 18446744073709551615 134999148 0 0 4096 0 0 0 0 17 1 0 0
/proc/16054/statm: 7235 5776 423 171 0 6160 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 28940

[startup+3.10162 s]
/proc/loadavg: 2.11 2.16 2.10 3/73 16059
/proc/meminfo: memFree=1354544/2055920 swapFree=4192812/4192956
[pid=16054] ppid=16052 vsize=28940 CPUtime=3.05
/proc/16054/stat : 16054 (pcs.big) R 16052 16054 15132 0 -1 4194304 7969 657 0 0 302 3 0 0 25 0 1 0 58843896 29634560 5796 996147200 134512640 135215973 4294956304 18446744073709551615 134532657 0 0 4096 0 0 0 0 17 1 0 0
/proc/16054/statm: 7235 5796 423 171 0 6160 0
Current children cumulated CPU time (s) 3.05
Current children cumulated vsize (KiB) 28940

[startup+6.30288 s]
/proc/loadavg: 2.10 2.16 2.10 4/73 16059
/proc/meminfo: memFree=1353264/2055920 swapFree=4192812/4192956
[pid=16054] ppid=16052 vsize=29716 CPUtime=6.23
/proc/16054/stat : 16054 (pcs.big) R 16052 16054 15132 0 -1 4194304 8168 657 0 0 620 3 0 0 25 0 1 0 58843896 30429184 5930 996147200 134512640 135215973 4294956304 18446744073709551615 134533094 0 0 4096 0 0 0 0 17 1 0 0
/proc/16054/statm: 7429 5930 423 171 0 6354 0
Current children cumulated CPU time (s) 6.23
Current children cumulated vsize (KiB) 29716

[startup+12.7014 s]
/proc/loadavg: 2.09 2.16 2.10 3/73 16059
/proc/meminfo: memFree=1351728/2055920 swapFree=4192812/4192956
[pid=16054] ppid=16052 vsize=29716 CPUtime=12.58
/proc/16054/stat : 16054 (pcs.big) R 16052 16054 15132 0 -1 4194304 8184 657 0 0 1255 3 0 0 25 0 1 0 58843896 30429184 5946 996147200 134512640 135215973 4294956304 18446744073709551615 134532677 0 0 4096 0 0 0 0 17 1 0 0
/proc/16054/statm: 7429 5946 423 171 0 6354 0
Current children cumulated CPU time (s) 12.58
Current children cumulated vsize (KiB) 29716

[startup+25.5064 s]
/proc/loadavg: 2.07 2.15 2.09 3/73 16059
/proc/meminfo: memFree=1348336/2055920 swapFree=4192812/4192956
[pid=16054] ppid=16052 vsize=29828 CPUtime=25.28
/proc/16054/stat : 16054 (pcs.big) R 16052 16054 15132 0 -1 4194304 8204 657 0 0 2525 3 0 0 25 0 1 0 58843896 30543872 5966 996147200 134512640 135215973 4294956304 18446744073709551615 134533141 0 0 4096 0 0 0 0 17 1 0 0
/proc/16054/statm: 7457 5966 423 171 0 6382 0
Current children cumulated CPU time (s) 25.28
Current children cumulated vsize (KiB) 29828

[startup+51.1015 s]
/proc/loadavg: 2.04 2.13 2.09 3/73 16059
/proc/meminfo: memFree=1338224/2055920 swapFree=4192812/4192956
[pid=16054] ppid=16052 vsize=33400 CPUtime=50.69
/proc/16054/stat : 16054 (pcs.big) R 16052 16054 15132 0 -1 4194304 9098 657 0 0 5065 4 0 0 25 0 1 0 58843896 34201600 6860 996147200 134512640 135215973 4294956304 18446744073709551615 134587558 0 0 4096 0 0 0 0 17 1 0 0
/proc/16054/statm: 8350 6860 423 171 0 7275 0
Current children cumulated CPU time (s) 50.69
Current children cumulated vsize (KiB) 33400

[startup+102.302 s]
/proc/loadavg: 2.02 2.11 2.08 3/73 16059
/proc/meminfo: memFree=1323120/2055920 swapFree=4192812/4192956
[pid=16054] ppid=16052 vsize=35616 CPUtime=101.42
/proc/16054/stat : 16054 (pcs.big) R 16052 16054 15132 0 -1 4194304 9777 657 0 0 10138 4 0 0 25 0 1 0 58843896 36470784 7379 996147200 134512640 135215973 4294956304 18446744073709551615 134533052 0 0 4096 0 0 0 0 17 1 0 0
/proc/16054/statm: 8904 7379 423 171 0 7829 0
Current children cumulated CPU time (s) 101.42
Current children cumulated vsize (KiB) 35616

[startup+162.301 s]
/proc/loadavg: 2.00 2.09 2.08 3/73 16059
/proc/meminfo: memFree=1295088/2055920 swapFree=4192812/4192956
[pid=16054] ppid=16052 vsize=47104 CPUtime=160.96
/proc/16054/stat : 16054 (pcs.big) R 16052 16054 15132 0 -1 4194304 12670 657 0 0 16091 5 0 0 25 0 1 0 58843896 48234496 10272 996147200 134512640 135215973 4294956304 18446744073709551615 134533062 0 0 4096 0 0 0 0 17 1 0 0
/proc/16054/statm: 11776 10272 423 171 0 10701 0
Current children cumulated CPU time (s) 160.96
Current children cumulated vsize (KiB) 47104

[startup+222.301 s]
/proc/loadavg: 2.00 2.07 2.07 3/73 16059
/proc/meminfo: memFree=1268208/2055920 swapFree=4192812/4192956
[pid=16054] ppid=16052 vsize=56892 CPUtime=220.46
/proc/16054/stat : 16054 (pcs.big) R 16052 16054 15132 0 -1 4194304 15113 657 0 0 22039 7 0 0 25 0 1 0 58843896 58257408 12715 996147200 134512640 135215973 4294956304 18446744073709551615 134599873 0 0 4096 0 0 0 0 17 1 0 0
/proc/16054/statm: 14223 12715 423 171 0 13148 0
Current children cumulated CPU time (s) 220.46
Current children cumulated vsize (KiB) 56892

[startup+282.301 s]
/proc/loadavg: 2.00 2.05 2.07 3/73 16059
/proc/meminfo: memFree=1250800/2055920 swapFree=4192812/4192956
[pid=16054] ppid=16052 vsize=57596 CPUtime=279.93
/proc/16054/stat : 16054 (pcs.big) R 16052 16054 15132 0 -1 4194304 15295 657 0 0 27986 7 0 0 25 0 1 0 58843896 58978304 12897 996147200 134512640 135215973 4294956304 18446744073709551615 134648297 0 0 4096 0 0 0 0 17 1 0 0
/proc/16054/statm: 14399 12897 423 171 0 13324 0
Current children cumulated CPU time (s) 279.93
Current children cumulated vsize (KiB) 57596

[startup+342.307 s]
/proc/loadavg: 2.00 2.04 2.06 3/73 16059
/proc/meminfo: memFree=1230256/2055920 swapFree=4192812/4192956
[pid=16054] ppid=16052 vsize=63064 CPUtime=339.4
/proc/16054/stat : 16054 (pcs.big) R 16052 16054 15132 0 -1 4194304 16825 657 0 0 33931 9 0 0 25 0 1 0 58843896 64577536 14094 996147200 134512640 135215973 4294956304 18446744073709551615 134583202 0 0 4096 0 0 0 0 17 1 0 0
/proc/16054/statm: 15766 14094 423 171 0 14691 0
Current children cumulated CPU time (s) 339.4
Current children cumulated vsize (KiB) 63064

[startup+402.302 s]
/proc/loadavg: 2.00 2.03 2.05 3/73 16059
/proc/meminfo: memFree=1214320/2055920 swapFree=4192812/4192956
[pid=16054] ppid=16052 vsize=63756 CPUtime=398.84
/proc/16054/stat : 16054 (pcs.big) R 16052 16054 15132 0 -1 4194304 17117 657 0 0 39875 9 0 0 25 0 1 0 58843896 65286144 14386 996147200 134512640 135215973 4294956304 18446744073709551615 134687041 0 0 4096 0 0 0 0 17 1 0 0
/proc/16054/statm: 15939 14386 423 171 0 14864 0
Current children cumulated CPU time (s) 398.84
Current children cumulated vsize (KiB) 63756

[startup+462.302 s]
/proc/loadavg: 2.00 2.02 2.05 3/73 16059
/proc/meminfo: memFree=1197488/2055920 swapFree=4192812/4192956
[pid=16054] ppid=16052 vsize=66608 CPUtime=458.29
/proc/16054/stat : 16054 (pcs.big) R 16052 16054 15132 0 -1 4194304 17894 657 0 0 45819 10 0 0 25 0 1 0 58843896 68206592 15130 996147200 134512640 135215973 4294956304 18446744073709551615 134533249 0 0 4096 0 0 0 0 17 1 0 0
/proc/16054/statm: 16652 15130 423 171 0 15577 0
Current children cumulated CPU time (s) 458.29
Current children cumulated vsize (KiB) 66608

[startup+522.302 s]
/proc/loadavg: 2.00 2.02 2.04 3/73 16059
/proc/meminfo: memFree=1180976/2055920 swapFree=4192812/4192956
[pid=16054] ppid=16052 vsize=71288 CPUtime=517.73
/proc/16054/stat : 16054 (pcs.big) R 16052 16054 15132 0 -1 4194304 19147 657 0 0 51762 11 0 0 25 0 1 0 58843896 72998912 15870 996147200 134512640 135215973 4294956304 18446744073709551615 134590993 0 0 4096 0 0 0 0 17 1 0 0
/proc/16054/statm: 17822 15870 423 171 0 16747 0
Current children cumulated CPU time (s) 517.73
Current children cumulated vsize (KiB) 71288

[startup+582.301 s]
/proc/loadavg: 2.00 2.01 2.04 3/73 16059
/proc/meminfo: memFree=1152560/2055920 swapFree=4192812/4192956
[pid=16054] ppid=16052 vsize=84352 CPUtime=577.17
/proc/16054/stat : 16054 (pcs.big) R 16052 16054 15132 0 -1 4194304 22503 657 0 0 57704 13 0 0 25 0 1 0 58843896 86376448 19226 996147200 134512640 135215973 4294956304 18446744073709551615 134532897 0 0 4096 0 0 0 0 17 1 0 0
/proc/16054/statm: 21088 19226 423 171 0 20013 0
Current children cumulated CPU time (s) 577.17
Current children cumulated vsize (KiB) 84352

[startup+642.301 s]
/proc/loadavg: 2.00 2.01 2.03 3/73 16059
/proc/meminfo: memFree=1137456/2055920 swapFree=4192812/4192956
[pid=16054] ppid=16052 vsize=84580 CPUtime=636.62
/proc/16054/stat : 16054 (pcs.big) R 16052 16054 15132 0 -1 4194304 22557 657 0 0 63649 13 0 0 25 0 1 0 58843896 86609920 19280 996147200 134512640 135215973 4294956304 18446744073709551615 134597319 0 0 4096 0 0 0 0 17 1 0 0
/proc/16054/statm: 21145 19280 423 171 0 20070 0
Current children cumulated CPU time (s) 636.62
Current children cumulated vsize (KiB) 84580

[startup+702.302 s]

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

[startup+882.302 s]
/proc/loadavg: 2.00 2.00 2.01 3/73 16059
/proc/meminfo: memFree=1070512/2055920 swapFree=4192812/4192956
[pid=16054] ppid=16052 vsize=94444 CPUtime=874.42
/proc/16054/stat : 16054 (pcs.big) R 16052 16054 15132 0 -1 4194304 25055 657 0 0 87427 15 0 0 25 0 1 0 58843896 96710656 21713 996147200 134512640 135215973 4294956304 18446744073709551615 134590083 0 0 4096 0 0 0 0 17 1 0 0
/proc/16054/statm: 23611 21713 423 171 0 22536 0
Current children cumulated CPU time (s) 874.42
Current children cumulated vsize (KiB) 94444

[startup+942.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/73 16059
/proc/meminfo: memFree=1057904/2055920 swapFree=4192812/4192956
[pid=16054] ppid=16052 vsize=94444 CPUtime=933.86
/proc/16054/stat : 16054 (pcs.big) R 16052 16054 15132 0 -1 4194304 25119 657 0 0 93371 15 0 0 25 0 1 0 58843896 96710656 21777 996147200 134512640 135215973 4294956304 18446744073709551615 134609802 0 0 4096 0 0 0 0 17 1 0 0
/proc/16054/statm: 23611 21777 423 171 0 22536 0
Current children cumulated CPU time (s) 933.86
Current children cumulated vsize (KiB) 94444

[startup+1002.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/73 16059
/proc/meminfo: memFree=1045552/2055920 swapFree=4192812/4192956
[pid=16054] ppid=16052 vsize=94444 CPUtime=993.32
/proc/16054/stat : 16054 (pcs.big) R 16052 16054 15132 0 -1 4194304 25123 657 0 0 99316 16 0 0 25 0 1 0 58843896 96710656 21781 996147200 134512640 135215973 4294956304 18446744073709551615 134591029 0 0 4096 0 0 0 0 17 1 0 0
/proc/16054/statm: 23611 21781 423 171 0 22536 0
Current children cumulated CPU time (s) 993.32
Current children cumulated vsize (KiB) 94444

[startup+1062.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/73 16059
/proc/meminfo: memFree=1033328/2055920 swapFree=4192812/4192956
[pid=16054] ppid=16052 vsize=94444 CPUtime=1052.76
/proc/16054/stat : 16054 (pcs.big) R 16052 16054 15132 0 -1 4194304 25129 657 0 0 105260 16 0 0 25 0 1 0 58843896 96710656 21787 996147200 134512640 135215973 4294956304 18446744073709551615 134533052 0 0 4096 0 0 0 0 17 1 0 0
/proc/16054/statm: 23611 21787 423 171 0 22536 0
Current children cumulated CPU time (s) 1052.76
Current children cumulated vsize (KiB) 94444

[startup+1122.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/73 16059
/proc/meminfo: memFree=1021040/2055920 swapFree=4192812/4192956
[pid=16054] ppid=16052 vsize=94444 CPUtime=1112.2
/proc/16054/stat : 16054 (pcs.big) R 16052 16054 15132 0 -1 4194304 25139 657 0 0 111204 16 0 0 25 0 1 0 58843896 96710656 21797 996147200 134512640 135215973 4294956304 18446744073709551615 134599865 0 0 4096 0 0 0 0 17 1 0 0
/proc/16054/statm: 23611 21797 423 171 0 22536 0
Current children cumulated CPU time (s) 1112.2
Current children cumulated vsize (KiB) 94444

[startup+1182.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/73 16059
/proc/meminfo: memFree=1006448/2055920 swapFree=4192812/4192956
[pid=16054] ppid=16052 vsize=94444 CPUtime=1171.65
/proc/16054/stat : 16054 (pcs.big) R 16052 16054 15132 0 -1 4194304 25145 657 0 0 117149 16 0 0 25 0 1 0 58843896 96710656 21803 996147200 134512640 135215973 4294956304 18446744073709551615 134533052 0 0 4096 0 0 0 0 17 1 0 0
/proc/16054/statm: 23611 21803 423 171 0 22536 0
Current children cumulated CPU time (s) 1171.65
Current children cumulated vsize (KiB) 94444

[startup+1242.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/73 16059
/proc/meminfo: memFree=955248/2055920 swapFree=4192812/4192956
[pid=16054] ppid=16052 vsize=131556 CPUtime=1231.09
/proc/16054/stat : 16054 (pcs.big) R 16052 16054 15132 0 -1 4194304 34456 657 0 0 123089 20 0 0 25 0 1 0 58843896 134713344 31114 996147200 134512640 135215973 4294956304 18446744073709551615 4158960021 0 0 4096 0 0 0 0 17 1 0 0
/proc/16054/statm: 32889 31114 423 171 0 31814 0
Current children cumulated CPU time (s) 1231.09
Current children cumulated vsize (KiB) 131556

[startup+1302.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/73 16059
/proc/meminfo: memFree=877552/2055920 swapFree=4192812/4192956
[pid=16054] ppid=16052 vsize=193728 CPUtime=1290.54
/proc/16054/stat : 16054 (pcs.big) R 16052 16054 15132 0 -1 4194304 50010 657 0 0 129027 27 0 0 25 0 1 0 58843896 198377472 46668 996147200 134512640 135215973 4294956304 18446744073709551615 4158960048 0 0 4096 0 0 0 0 17 1 0 0
/proc/16054/statm: 48432 46668 423 171 0 47357 0
Current children cumulated CPU time (s) 1290.54
Current children cumulated vsize (KiB) 193728

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/73 16059
/proc/meminfo: memFree=828144/2055920 swapFree=4192812/4192956
[pid=16054] ppid=16052 vsize=225976 CPUtime=1349.98
/proc/16054/stat : 16054 (pcs.big) R 16052 16054 15132 0 -1 4194304 58080 657 0 0 134967 31 0 0 25 0 1 0 58843896 231399424 54738 996147200 134512640 135215973 4294956304 18446744073709551615 134532677 0 0 4096 0 0 0 0 17 1 0 0
/proc/16054/statm: 56494 54738 423 171 0 55419 0
Current children cumulated CPU time (s) 1349.98
Current children cumulated vsize (KiB) 225976

[startup+1422.3 s]
/proc/loadavg: 2.07 2.02 2.00 3/73 16059
/proc/meminfo: memFree=713904/2055920 swapFree=4192812/4192956
[pid=16054] ppid=16052 vsize=326344 CPUtime=1409.42
/proc/16054/stat : 16054 (pcs.big) R 16052 16054 15132 0 -1 4194304 83169 657 0 0 140898 44 0 0 25 0 1 0 58843896 334176256 79827 996147200 134512640 135215973 4294956304 18446744073709551615 4158960021 0 0 4096 0 0 0 0 17 1 0 0
/proc/16054/statm: 81586 79827 423 171 0 80511 0
Current children cumulated CPU time (s) 1409.42
Current children cumulated vsize (KiB) 326344

[startup+1482.3 s]
/proc/loadavg: 2.09 2.03 2.00 3/73 16059
/proc/meminfo: memFree=589296/2055920 swapFree=4192812/4192956
[pid=16054] ppid=16052 vsize=434812 CPUtime=1468.87
/proc/16054/stat : 16054 (pcs.big) R 16052 16054 15132 0 -1 4194304 110316 657 0 0 146828 59 0 0 25 0 1 0 58843896 445247488 106845 996147200 134512640 135215973 4294956304 18446744073709551615 4158960018 0 0 4096 0 0 0 0 17 1 0 0
/proc/16054/statm: 108703 106845 423 171 0 107628 0
Current children cumulated CPU time (s) 1468.87
Current children cumulated vsize (KiB) 434812

[startup+1542.3 s]
/proc/loadavg: 2.14 2.05 2.01 3/73 16059
/proc/meminfo: memFree=533488/2055920 swapFree=4192812/4192956
[pid=16054] ppid=16052 vsize=476144 CPUtime=1528.32
/proc/16054/stat : 16054 (pcs.big) R 16052 16054 15132 0 -1 4194304 120705 657 0 0 152767 65 0 0 25 0 1 0 58843896 487571456 117234 996147200 134512640 135215973 4294956304 18446744073709551615 4158960021 0 0 4096 0 0 0 0 17 1 0 0
/proc/16054/statm: 119036 117234 423 171 0 117961 0
Current children cumulated CPU time (s) 1528.32
Current children cumulated vsize (KiB) 476144

[startup+1602.3 s]
/proc/loadavg: 1.98 2.02 2.00 3/83 16101
/proc/meminfo: memFree=923736/2055920 swapFree=4192812/4192956
[pid=16054] ppid=16052 vsize=486944 CPUtime=1587.89
/proc/16054/stat : 16054 (pcs.big) R 16052 16054 15132 0 -1 4194304 123442 657 0 0 158721 68 0 0 25 0 1 0 58843896 498630656 119971 996147200 134512640 135215973 4294956304 18446744073709551615 4158960018 0 0 4096 0 0 0 0 17 0 0 0
/proc/16054/statm: 121736 119971 423 171 0 120661 0
Current children cumulated CPU time (s) 1587.89
Current children cumulated vsize (KiB) 486944

[startup+1662.31 s]
/proc/loadavg: 2.06 2.03 2.00 3/83 16101
/proc/meminfo: memFree=858648/2055920 swapFree=4192812/4192956
[pid=16054] ppid=16052 vsize=486944 CPUtime=1647.87
/proc/16054/stat : 16054 (pcs.big) R 16052 16054 15132 0 -1 4194304 123450 657 0 0 164718 69 0 0 25 0 1 0 58843896 498630656 119979 996147200 134512640 135215973 4294956304 18446744073709551615 134533073 0 0 4096 0 0 0 0 17 0 0 0
/proc/16054/statm: 121736 119979 423 171 0 120661 0
Current children cumulated CPU time (s) 1647.87
Current children cumulated vsize (KiB) 486944

[startup+1722.3 s]
/proc/loadavg: 2.14 2.06 2.01 3/83 16101
/proc/meminfo: memFree=851928/2055920 swapFree=4192812/4192956
[pid=16054] ppid=16052 vsize=487968 CPUtime=1707.85
/proc/16054/stat : 16054 (pcs.big) R 16052 16054 15132 0 -1 4194304 123770 657 0 0 170716 69 0 0 25 0 1 0 58843896 499679232 120042 996147200 134512640 135215973 4294956304 18446744073709551615 4158960146 0 0 4096 0 0 0 0 17 0 0 0
/proc/16054/statm: 121992 120042 423 171 0 120917 0
Current children cumulated CPU time (s) 1707.85
Current children cumulated vsize (KiB) 487968

[startup+1782.3 s]
/proc/loadavg: 2.24 2.09 2.02 3/82 16101
/proc/meminfo: memFree=851544/2055920 swapFree=4192812/4192956
[pid=16054] ppid=16052 vsize=488204 CPUtime=1767.83
/proc/16054/stat : 16054 (pcs.big) R 16052 16054 15132 0 -1 4194304 123822 657 0 0 176714 69 0 0 25 0 1 0 58843896 499920896 120094 996147200 134512640 135215973 4294956304 18446744073709551615 4158960021 0 0 4096 0 0 0 0 17 0 0 0
/proc/16054/statm: 122051 120094 423 171 0 120976 0
Current children cumulated CPU time (s) 1767.83
Current children cumulated vsize (KiB) 488204



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1814.5 s]
/proc/loadavg: 2.32 2.13 2.03 3/82 16101
/proc/meminfo: memFree=851416/2055920 swapFree=4192812/4192956
[pid=16054] ppid=16052 vsize=488204 CPUtime=1800.02
/proc/16054/stat : 16054 (pcs.big) R 16052 16054 15132 0 -1 4194304 123855 657 0 0 179933 69 0 0 25 0 1 0 58843896 499920896 120127 996147200 134512640 135215973 4294956304 18446744073709551615 134590027 0 0 4096 0 0 0 0 17 0 0 0
/proc/16054/statm: 122051 120127 423 171 0 120976 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 488204

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

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

[startup+1814.5 s]
/proc/loadavg: 2.32 2.13 2.03 3/82 16101
/proc/meminfo: memFree=851416/2055920 swapFree=4192812/4192956
[pid=16054] ppid=16052 vsize=488204 CPUtime=1800.02
/proc/16054/stat : 16054 (pcs.big) R 16052 16054 15132 0 -1 4194304 123855 657 0 0 179933 69 0 0 25 0 1 0 58843896 499920896 120127 996147200 134512640 135215973 4294956304 18446744073709551615 134590027 0 0 4096 0 0 0 0 17 0 0 0
/proc/16054/statm: 122051 120127 423 171 0 120976 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 488204

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1814.58
CPU time (s): 1800.11
CPU user time (s): 1799.34
CPU system time (s): 0.770882
CPU usage (%): 99.2025
Max. virtual memory (cumulated for all children) (KiB): 488204

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.34
system time used= 0.770882
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 124512
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= 19
involuntary context switches= 35410

runsolver used 2.45963 second user time and 5.45617 second system time

The end

Launcher Data

Begin job on node69 at 2009-07-16 06:16:52
IDJOB=2080515
IDBENCH=57101
IDSOLVER=734
FILE ID=node69/2080515-1247717812
PBS_JOBID= 9521472
Free space on /tmp= 66416 MiB

SOLVER NAME= pcs-restart 0.2.restart
BENCH NAME= CPAI08/csp/queensKnights/normalized-queensKnights-50-5-mul.xml
COMMAND LINE= HOME/pcssolve -s RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2080515-1247717812/watcher-2080515-1247717812 -o /tmp/evaluation-result-2080515-1247717812/solver-2080515-1247717812 -C 1800 -W 2000 -M 900  HOME/pcssolve -s 1925522747 HOME/instance-2080515-1247717812.xml

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

MD5SUM BENCH= 16fcc8b8bde2aa10417fc00ae864011c
RANDOM SEED=1925522747

node69.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.211
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.211
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:       1377368 kB
Buffers:         82884 kB
Cached:         437112 kB
SwapCached:          0 kB
Active:         191772 kB
Inactive:       406380 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1377368 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            2244 kB
Writeback:           0 kB
Mapped:          89636 kB
Slab:            65672 kB
Committed_AS:   618136 kB
PageTables:       1984 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= 66416 MiB
End job on node69 at 2009-07-16 06:47:08