Trace number 2088060

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.08 1804.95

General information on the benchmark

Namecsp/fapp/fapp17/
normalized-fapp17-0300-9.xml
MD5SUM79999494b8a624d817ccde4033265526
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark15.7836
Satisfiable
(Un)Satisfiability was proved
Number of variables300
Number of constraints3865
Maximum constraint arity2
Maximum domain size302
Number of constraints which are defined in extension0
Number of constraints which are defined in intension3865
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.18/0.21	c Seed is 1986555865
0.18/0.21	c Constructing HOME/instance-2088060-1247728806.xml  with 24360 constraints
0.37/0.43	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-2088060-1247728806/watcher-2088060-1247728806 -o /tmp/evaluation-result-2088060-1247728806/solver-2088060-1247728806 -C 1800 -W 2000 -M 900 HOME/pcssolve -s 1986555865 HOME/instance-2088060-1247728806.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.12 2.03 2.01 4/81 16583
/proc/meminfo: memFree=1273624/2055920 swapFree=4192812/4192956
[pid=16583] ppid=16581 vsize=5356 CPUtime=0
/proc/16583/stat : 16583 (pcssolve) R 16581 16583 16102 0 -1 4194304 273 0 0 0 0 0 0 0 20 0 1 0 59940911 5484544 241 996147200 4194304 4889804 548682068800 18446744073709551615 224627583647 0 65538 4100 65536 0 0 0 17 1 0 0
/proc/16583/statm: 1339 241 200 169 0 50 0
[pid=16584] ppid=16583 vsize=5356 CPUtime=0
/proc/16584/stat : 16584 (pcssolve) R 16583 16583 16102 0 -1 4194368 0 0 0 0 0 0 0 0 20 0 1 0 59940911 5484544 241 996147200 4194304 4889804 548682068800 18446744073709551615 224627583647 0 65538 4100 65536 0 0 0 17 1 0 0
/proc/16584/statm: 1339 241 200 169 0 50 0

[startup+0.108275 s]
/proc/loadavg: 2.12 2.03 2.01 4/81 16583
/proc/meminfo: memFree=1273624/2055920 swapFree=4192812/4192956
[pid=16583] ppid=16581 vsize=7016 CPUtime=0.08
/proc/16583/stat : 16583 (pcs.big) R 16581 16583 16102 0 -1 4194304 1407 662 0 0 8 0 0 0 18 0 1 0 59940911 7184384 917 996147200 134512640 135215973 4294956304 18446744073709551615 4159198340 0 0 4096 0 0 0 0 17 1 0 0
/proc/16583/statm: 1754 917 386 171 0 679 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 7016

[startup+0.201285 s]
/proc/loadavg: 2.12 2.03 2.01 4/81 16583
/proc/meminfo: memFree=1273624/2055920 swapFree=4192812/4192956
[pid=16583] ppid=16581 vsize=9524 CPUtime=0.18
/proc/16583/stat : 16583 (pcs.big) R 16581 16583 16102 0 -1 4194304 2175 662 0 0 17 1 0 0 18 0 1 0 59940911 9752576 1402 996147200 134512640 135215973 4294956304 18446744073709551615 134773060 0 0 4096 0 0 0 0 17 1 0 0
/proc/16583/statm: 2381 1402 386 171 0 1306 0
Current children cumulated CPU time (s) 0.18
Current children cumulated vsize (KiB) 9524

[startup+0.301299 s]
/proc/loadavg: 2.12 2.03 2.01 4/81 16583
/proc/meminfo: memFree=1273624/2055920 swapFree=4192812/4192956
[pid=16583] ppid=16581 vsize=11072 CPUtime=0.28
/proc/16583/stat : 16583 (pcs.big) R 16581 16583 16102 0 -1 4194304 2780 662 0 0 27 1 0 0 19 0 1 0 59940911 11337728 1878 996147200 134512640 135215973 4294956304 18446744073709551615 4159198575 0 0 4096 0 0 0 0 17 1 0 0
/proc/16583/statm: 2768 1878 386 171 0 1693 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 11072

[startup+0.701346 s]
/proc/loadavg: 2.12 2.03 2.01 4/81 16583
/proc/meminfo: memFree=1273624/2055920 swapFree=4192812/4192956
[pid=16583] ppid=16581 vsize=16160 CPUtime=0.68
/proc/16583/stat : 16583 (pcs.big) R 16581 16583 16102 0 -1 4194304 4898 662 0 0 66 2 0 0 23 0 1 0 59940911 16547840 3150 996147200 134512640 135215973 4294956304 18446744073709551615 134533315 0 0 4096 0 0 0 0 17 1 0 0
/proc/16583/statm: 4040 3150 410 171 0 2965 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 16160

[startup+1.50146 s]
/proc/loadavg: 2.11 2.03 2.01 3/82 16588
/proc/meminfo: memFree=1262416/2055920 swapFree=4192812/4192956
[pid=16583] ppid=16581 vsize=16372 CPUtime=1.47
/proc/16583/stat : 16583 (pcs.big) R 16581 16583 16102 0 -1 4194304 4976 662 0 0 145 2 0 0 25 0 1 0 59940911 16764928 3211 996147200 134512640 135215973 4294956304 18446744073709551615 134583607 0 0 4096 0 0 0 0 17 1 0 0
/proc/16583/statm: 4093 3211 410 171 0 3018 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 16372

[startup+3.10269 s]
/proc/loadavg: 2.11 2.03 2.01 3/82 16588
/proc/meminfo: memFree=1261968/2055920 swapFree=4192812/4192956
[pid=16583] ppid=16581 vsize=18052 CPUtime=3.07
/proc/16583/stat : 16583 (pcs.big) R 16581 16583 16102 0 -1 4194304 5457 662 0 0 305 2 0 0 25 0 1 0 59940911 18485248 3534 996147200 134512640 135215973 4294956304 18446744073709551615 134585694 0 0 4096 0 0 0 0 17 1 0 0
/proc/16583/statm: 4513 3534 410 171 0 3438 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 18052

[startup+6.30115 s]
/proc/loadavg: 2.11 2.03 2.01 3/82 16588
/proc/meminfo: memFree=1260688/2055920 swapFree=4192812/4192956
[pid=16583] ppid=16581 vsize=18420 CPUtime=6.25
/proc/16583/stat : 16583 (pcs.big) R 16581 16583 16102 0 -1 4194304 5610 662 0 0 623 2 0 0 25 0 1 0 59940911 18862080 3677 996147200 134512640 135215973 4294956304 18446744073709551615 4158960058 0 0 4096 0 0 0 0 17 1 0 0
/proc/16583/statm: 4605 3677 413 171 0 3530 0
Current children cumulated CPU time (s) 6.25
Current children cumulated vsize (KiB) 18420

[startup+12.7011 s]
/proc/loadavg: 2.10 2.03 2.01 3/82 16588
/proc/meminfo: memFree=1259088/2055920 swapFree=4192812/4192956
[pid=16583] ppid=16581 vsize=20208 CPUtime=12.62
/proc/16583/stat : 16583 (pcs.big) R 16581 16583 16102 0 -1 4194304 6103 662 0 0 1259 3 0 0 25 0 1 0 59940911 20692992 3961 996147200 134512640 135215973 4294956304 18446744073709551615 134583434 0 0 4096 0 0 0 0 17 1 0 0
/proc/16583/statm: 5052 3961 413 171 0 3977 0
Current children cumulated CPU time (s) 12.62
Current children cumulated vsize (KiB) 20208

[startup+25.5019 s]
/proc/loadavg: 2.08 2.03 2.01 3/82 16588
/proc/meminfo: memFree=1257808/2055920 swapFree=4192812/4192956
[pid=16583] ppid=16581 vsize=21692 CPUtime=25.36
/proc/16583/stat : 16583 (pcs.big) R 16581 16583 16102 0 -1 4194304 6478 662 0 0 2533 3 0 0 25 0 1 0 59940911 22212608 4336 996147200 134512640 135215973 4294956304 18446744073709551615 134583539 0 0 4096 0 0 0 0 17 1 0 0
/proc/16583/statm: 5423 4336 413 171 0 4348 0
Current children cumulated CPU time (s) 25.36
Current children cumulated vsize (KiB) 21692

[startup+51.1015 s]
/proc/loadavg: 2.05 2.02 2.00 3/82 16588
/proc/meminfo: memFree=1252048/2055920 swapFree=4192812/4192956
[pid=16583] ppid=16581 vsize=27112 CPUtime=50.84
/proc/16583/stat : 16583 (pcs.big) R 16581 16583 16102 0 -1 4194304 7939 662 0 0 5080 4 0 0 25 0 1 0 59940911 27762688 5797 996147200 134512640 135215973 4294956304 18446744073709551615 134585720 0 0 4096 0 0 0 0 17 1 0 0
/proc/16583/statm: 6778 5797 413 171 0 5703 0
Current children cumulated CPU time (s) 50.84
Current children cumulated vsize (KiB) 27112

[startup+102.302 s]
/proc/loadavg: 2.02 2.02 2.00 3/82 16588
/proc/meminfo: memFree=1245520/2055920 swapFree=4192812/4192956
[pid=16583] ppid=16581 vsize=33476 CPUtime=101.81
/proc/16583/stat : 16583 (pcs.big) R 16581 16583 16102 0 -1 4194304 9537 662 0 0 10176 5 0 0 25 0 1 0 59940911 34279424 7395 996147200 134512640 135215973 4294956304 18446744073709551615 134585694 0 0 4096 0 0 0 0 17 1 0 0
/proc/16583/statm: 8369 7395 413 171 0 7294 0
Current children cumulated CPU time (s) 101.81
Current children cumulated vsize (KiB) 33476

[startup+162.301 s]
/proc/loadavg: 2.04 2.03 2.00 3/82 16588
/proc/meminfo: memFree=1227984/2055920 swapFree=4192812/4192956
[pid=16583] ppid=16581 vsize=51720 CPUtime=161.52
/proc/16583/stat : 16583 (pcs.big) R 16581 16583 16102 0 -1 4194304 14303 662 0 0 16145 7 0 0 25 0 1 0 59940911 52961280 11744 996147200 134512640 135215973 4294956304 18446744073709551615 134599830 0 0 4096 0 0 0 0 17 1 0 0
/proc/16583/statm: 12930 11744 413 171 0 11855 0
Current children cumulated CPU time (s) 161.52
Current children cumulated vsize (KiB) 51720

[startup+222.307 s]
/proc/loadavg: 2.01 2.02 2.00 3/82 16588
/proc/meminfo: memFree=1219600/2055920 swapFree=4192812/4192956
[pid=16583] ppid=16581 vsize=60028 CPUtime=221.25
/proc/16583/stat : 16583 (pcs.big) R 16581 16583 16102 0 -1 4194304 16397 662 0 0 22117 8 0 0 25 0 1 0 59940911 61468672 13838 996147200 134512640 135215973 4294956304 18446744073709551615 134583488 0 0 4096 0 0 0 0 17 1 0 0
/proc/16583/statm: 15007 13838 413 171 0 13932 0
Current children cumulated CPU time (s) 221.25
Current children cumulated vsize (KiB) 60028

[startup+282.301 s]
/proc/loadavg: 2.00 2.02 2.00 3/82 16588
/proc/meminfo: memFree=1211600/2055920 swapFree=4192812/4192956
[pid=16583] ppid=16581 vsize=67776 CPUtime=280.98
/proc/16583/stat : 16583 (pcs.big) R 16581 16583 16102 0 -1 4194304 18380 662 0 0 28089 9 0 0 25 0 1 0 59940911 69402624 15821 996147200 134512640 135215973 4294956304 18446744073709551615 134585794 0 0 4096 0 0 0 0 17 1 0 0
/proc/16583/statm: 16944 15821 413 171 0 15869 0
Current children cumulated CPU time (s) 280.98
Current children cumulated vsize (KiB) 67776

[startup+342.302 s]
/proc/loadavg: 2.00 2.01 2.00 3/82 16588
/proc/meminfo: memFree=1207248/2055920 swapFree=4192812/4192956
[pid=16583] ppid=16581 vsize=71640 CPUtime=340.7
/proc/16583/stat : 16583 (pcs.big) R 16581 16583 16102 0 -1 4194304 19468 662 0 0 34060 10 0 0 25 0 1 0 59940911 73359360 16909 996147200 134512640 135215973 4294956304 18446744073709551615 134585720 0 0 4096 0 0 0 0 17 1 0 0
/proc/16583/statm: 17910 16909 413 171 0 16835 0
Current children cumulated CPU time (s) 340.7
Current children cumulated vsize (KiB) 71640

[startup+402.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 16588
/proc/meminfo: memFree=1195728/2055920 swapFree=4192812/4192956
[pid=16583] ppid=16581 vsize=85704 CPUtime=400.42
/proc/16583/stat : 16583 (pcs.big) R 16581 16583 16102 0 -1 4194304 23181 662 0 0 40031 11 0 0 25 0 1 0 59940911 87760896 19789 996147200 134512640 135215973 4294956304 18446744073709551615 134599856 0 0 4096 0 0 0 0 17 1 0 0
/proc/16583/statm: 21426 19789 413 171 0 20351 0
Current children cumulated CPU time (s) 400.42
Current children cumulated vsize (KiB) 85704

[startup+462.302 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 16588
/proc/meminfo: memFree=1187472/2055920 swapFree=4192812/4192956
[pid=16583] ppid=16581 vsize=93784 CPUtime=460.14
/proc/16583/stat : 16583 (pcs.big) R 16581 16583 16102 0 -1 4194304 25211 662 0 0 46002 12 0 0 25 0 1 0 59940911 96034816 21819 996147200 134512640 135215973 4294956304 18446744073709551615 134585615 0 0 4096 0 0 0 0 17 1 0 0
/proc/16583/statm: 23446 21819 413 171 0 22371 0
Current children cumulated CPU time (s) 460.14
Current children cumulated vsize (KiB) 93784

[startup+522.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 16588
/proc/meminfo: memFree=1179856/2055920 swapFree=4192812/4192956
[pid=16583] ppid=16581 vsize=101536 CPUtime=519.86
/proc/16583/stat : 16583 (pcs.big) R 16581 16583 16102 0 -1 4194304 27158 662 0 0 51973 13 0 0 25 0 1 0 59940911 103972864 23766 996147200 134512640 135215973 4294956304 18446744073709551615 134591592 0 0 4096 0 0 0 0 17 1 0 0
/proc/16583/statm: 25384 23766 413 171 0 24309 0
Current children cumulated CPU time (s) 519.86
Current children cumulated vsize (KiB) 101536

[startup+582.302 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 16588
/proc/meminfo: memFree=1174032/2055920 swapFree=4192812/4192956
[pid=16583] ppid=16581 vsize=108352 CPUtime=579.58
/proc/16583/stat : 16583 (pcs.big) R 16581 16583 16102 0 -1 4194304 28874 662 0 0 57944 14 0 0 25 0 1 0 59940911 110952448 25192 996147200 134512640 135215973 4294956304 18446744073709551615 134585745 0 0 4096 0 0 0 0 17 1 0 0
/proc/16583/statm: 27088 25192 413 171 0 26013 0
Current children cumulated CPU time (s) 579.58
Current children cumulated vsize (KiB) 108352

[startup+642.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 16588
/proc/meminfo: memFree=1164496/2055920 swapFree=4192812/4192956
[pid=16583] ppid=16581 vsize=117588 CPUtime=639.31
/proc/16583/stat : 16583 (pcs.big) R 16581 16583 16102 0 -1 4194304 31277 662 0 0 63916 15 0 0 25 0 1 0 59940911 120410112 27595 996147200 134512640 135215973 4294956304 18446744073709551615 4158960028 0 0 4096 0 0 0 0 17 1 0 0
/proc/16583/statm: 29397 27595 413 171 0 28322 0
Current children cumulated CPU time (s) 639.31

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

[startup+822.302 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 16588
/proc/meminfo: memFree=1145616/2055920 swapFree=4192812/4192956
[pid=16583] ppid=16581 vsize=136256 CPUtime=818.49
/proc/16583/stat : 16583 (pcs.big) R 16581 16583 16102 0 -1 4194304 35968 662 0 0 81831 18 0 0 25 0 1 0 59940911 139526144 32286 996147200 134512640 135215973 4294956304 18446744073709551615 4158960160 0 0 4096 0 0 0 0 17 1 0 0
/proc/16583/statm: 34064 32286 413 171 0 32989 0
Current children cumulated CPU time (s) 818.49
Current children cumulated vsize (KiB) 136256

[startup+882.307 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 16588
/proc/meminfo: memFree=1139408/2055920 swapFree=4192812/4192956
[pid=16583] ppid=16581 vsize=142452 CPUtime=878.22
/proc/16583/stat : 16583 (pcs.big) R 16581 16583 16102 0 -1 4194304 37533 662 0 0 87804 18 0 0 25 0 1 0 59940911 145870848 33818 996147200 134512640 135215973 4294956304 18446744073709551615 134969725 0 0 4096 0 0 0 0 17 1 0 0
/proc/16583/statm: 35613 33818 413 171 0 34538 0
Current children cumulated CPU time (s) 878.22
Current children cumulated vsize (KiB) 142452

[startup+942.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 16588
/proc/meminfo: memFree=1132880/2055920 swapFree=4192812/4192956
[pid=16583] ppid=16581 vsize=148912 CPUtime=937.94
/proc/16583/stat : 16583 (pcs.big) R 16581 16583 16102 0 -1 4194304 39170 662 0 0 93775 19 0 0 25 0 1 0 59940911 152485888 35455 996147200 134512640 135215973 4294956304 18446744073709551615 135097688 0 0 4096 0 0 0 0 17 1 0 0
/proc/16583/statm: 37228 35455 413 171 0 36153 0
Current children cumulated CPU time (s) 937.94
Current children cumulated vsize (KiB) 148912

[startup+1002.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/73 16664
/proc/meminfo: memFree=1261728/2055920 swapFree=4192812/4192956
[pid=16583] ppid=16581 vsize=155052 CPUtime=997.76
/proc/16583/stat : 16583 (pcs.big) R 16581 16583 16102 0 -1 4194304 40730 662 0 0 99755 21 0 0 25 0 1 0 59940911 158773248 36950 996147200 134512640 135215973 4294956304 18446744073709551615 134590116 0 0 4096 0 0 0 0 17 0 0 0
/proc/16583/statm: 38763 36950 413 171 0 37688 0
Current children cumulated CPU time (s) 997.76
Current children cumulated vsize (KiB) 155052

[startup+1062.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/73 16664
/proc/meminfo: memFree=1244448/2055920 swapFree=4192812/4192956
[pid=16583] ppid=16581 vsize=162832 CPUtime=1057.73
/proc/16583/stat : 16583 (pcs.big) R 16581 16583 16102 0 -1 4194304 42678 662 0 0 105751 22 0 0 25 0 1 0 59940911 166739968 38898 996147200 134512640 135215973 4294956304 18446744073709551615 134600068 0 0 4096 0 0 0 0 17 0 0 0
/proc/16583/statm: 40708 38898 413 171 0 39633 0
Current children cumulated CPU time (s) 1057.73
Current children cumulated vsize (KiB) 162832

[startup+1122.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/73 16664
/proc/meminfo: memFree=1229664/2055920 swapFree=4192812/4192956
[pid=16583] ppid=16581 vsize=170848 CPUtime=1117.7
/proc/16583/stat : 16583 (pcs.big) R 16581 16583 16102 0 -1 4194304 44701 662 0 0 111747 23 0 0 25 0 1 0 59940911 174948352 40921 996147200 134512640 135215973 4294956304 18446744073709551615 4158960050 0 0 4096 0 0 0 0 17 0 0 0
/proc/16583/statm: 42712 40921 413 171 0 41637 0
Current children cumulated CPU time (s) 1117.7
Current children cumulated vsize (KiB) 170848

[startup+1182.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/73 16664
/proc/meminfo: memFree=1217376/2055920 swapFree=4192812/4192956
[pid=16583] ppid=16581 vsize=178852 CPUtime=1177.68
/proc/16583/stat : 16583 (pcs.big) R 16581 16583 16102 0 -1 4194304 46699 662 0 0 117744 24 0 0 25 0 1 0 59940911 183144448 42919 996147200 134512640 135215973 4294956304 18446744073709551615 134583640 0 0 4096 0 0 0 0 17 0 0 0
/proc/16583/statm: 44713 42919 413 171 0 43638 0
Current children cumulated CPU time (s) 1177.68
Current children cumulated vsize (KiB) 178852

[startup+1242.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/73 16664
/proc/meminfo: memFree=1208224/2055920 swapFree=4192812/4192956
[pid=16583] ppid=16581 vsize=183412 CPUtime=1237.65
/proc/16583/stat : 16583 (pcs.big) R 16581 16583 16102 0 -1 4194304 47846 662 0 0 123740 25 0 0 25 0 1 0 59940911 187813888 44066 996147200 134512640 135215973 4294956304 18446744073709551615 134585786 0 0 4096 0 0 0 0 17 0 0 0
/proc/16583/statm: 45853 44066 413 171 0 44778 0
Current children cumulated CPU time (s) 1237.65
Current children cumulated vsize (KiB) 183412

[startup+1302.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/73 16664
/proc/meminfo: memFree=1199968/2055920 swapFree=4192812/4192956
[pid=16583] ppid=16581 vsize=188316 CPUtime=1297.63
/proc/16583/stat : 16583 (pcs.big) R 16581 16583 16102 0 -1 4194304 49076 662 0 0 129737 26 0 0 25 0 1 0 59940911 192835584 45296 996147200 134512640 135215973 4294956304 18446744073709551615 134583607 0 0 4096 0 0 0 0 17 0 0 0
/proc/16583/statm: 47079 45296 413 171 0 46004 0
Current children cumulated CPU time (s) 1297.63
Current children cumulated vsize (KiB) 188316

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/73 16664
/proc/meminfo: memFree=1185376/2055920 swapFree=4192812/4192956
[pid=16583] ppid=16581 vsize=193972 CPUtime=1357.61
/proc/16583/stat : 16583 (pcs.big) R 16581 16583 16102 0 -1 4194304 50503 662 0 0 135734 27 0 0 25 0 1 0 59940911 198627328 46723 996147200 134512640 135215973 4294956304 18446744073709551615 4158960140 0 0 4096 0 0 0 0 17 0 0 0
/proc/16583/statm: 48493 46723 413 171 0 47418 0
Current children cumulated CPU time (s) 1357.61
Current children cumulated vsize (KiB) 193972

[startup+1422.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/73 16664
/proc/meminfo: memFree=1178464/2055920 swapFree=4192812/4192956
[pid=16583] ppid=16581 vsize=199332 CPUtime=1417.58
/proc/16583/stat : 16583 (pcs.big) R 16581 16583 16102 0 -1 4194304 51842 662 0 0 141730 28 0 0 25 0 1 0 59940911 204115968 48062 996147200 134512640 135215973 4294956304 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 0 0 0
/proc/16583/statm: 49833 48062 413 171 0 48758 0
Current children cumulated CPU time (s) 1417.58
Current children cumulated vsize (KiB) 199332

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/73 16664
/proc/meminfo: memFree=1171936/2055920 swapFree=4192812/4192956
[pid=16583] ppid=16581 vsize=204420 CPUtime=1477.55
/proc/16583/stat : 16583 (pcs.big) R 16581 16583 16102 0 -1 4194304 53131 662 0 0 147727 28 0 0 25 0 1 0 59940911 209326080 49351 996147200 134512640 135215973 4294956304 18446744073709551615 134600799 0 0 4096 0 0 0 0 17 0 0 0
/proc/16583/statm: 51105 49351 413 171 0 50030 0
Current children cumulated CPU time (s) 1477.55
Current children cumulated vsize (KiB) 204420

[startup+1542.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/73 16664
/proc/meminfo: memFree=1161440/2055920 swapFree=4192812/4192956
[pid=16583] ppid=16581 vsize=213228 CPUtime=1537.53
/proc/16583/stat : 16583 (pcs.big) R 16581 16583 16102 0 -1 4194304 55331 662 0 0 153724 29 0 0 25 0 1 0 59940911 218345472 51551 996147200 134512640 135215973 4294956304 18446744073709551615 134585880 0 0 4096 0 0 0 0 17 0 0 0
/proc/16583/statm: 53307 51551 413 171 0 52232 0
Current children cumulated CPU time (s) 1537.53
Current children cumulated vsize (KiB) 213228

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/73 16664
/proc/meminfo: memFree=1147168/2055920 swapFree=4192812/4192956
[pid=16583] ppid=16581 vsize=224588 CPUtime=1597.49
/proc/16583/stat : 16583 (pcs.big) R 16581 16583 16102 0 -1 4194304 58186 662 0 0 159719 30 0 0 25 0 1 0 59940911 229978112 54406 996147200 134512640 135215973 4294956304 18446744073709551615 134585694 0 0 4096 0 0 0 0 17 0 0 0
/proc/16583/statm: 56147 54406 413 171 0 55072 0
Current children cumulated CPU time (s) 1597.49
Current children cumulated vsize (KiB) 224588

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/73 16664
/proc/meminfo: memFree=1132832/2055920 swapFree=4192812/4192956
[pid=16583] ppid=16581 vsize=236136 CPUtime=1657.47
/proc/16583/stat : 16583 (pcs.big) R 16581 16583 16102 0 -1 4194304 61087 662 0 0 165715 32 0 0 25 0 1 0 59940911 241803264 57307 996147200 134512640 135215973 4294956304 18446744073709551615 134585786 0 0 4096 0 0 0 0 17 0 0 0
/proc/16583/statm: 59034 57307 413 171 0 57959 0
Current children cumulated CPU time (s) 1657.47
Current children cumulated vsize (KiB) 236136

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/73 16664
/proc/meminfo: memFree=1115488/2055920 swapFree=4192812/4192956
[pid=16583] ppid=16581 vsize=251076 CPUtime=1717.45
/proc/16583/stat : 16583 (pcs.big) R 16581 16583 16102 0 -1 4194304 64840 662 0 0 171711 34 0 0 25 0 1 0 59940911 257101824 61060 996147200 134512640 135215973 4294956304 18446744073709551615 134597411 0 0 4096 0 0 0 0 17 0 0 0
/proc/16583/statm: 62769 61060 413 171 0 61694 0
Current children cumulated CPU time (s) 1717.45
Current children cumulated vsize (KiB) 251076

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/73 16664
/proc/meminfo: memFree=1098976/2055920 swapFree=4192812/4192956
[pid=16583] ppid=16581 vsize=264328 CPUtime=1777.42
/proc/16583/stat : 16583 (pcs.big) R 16581 16583 16102 0 -1 4194304 68213 662 0 0 177706 36 0 0 25 0 1 0 59940911 270671872 64433 996147200 134512640 135215973 4294956304 18446744073709551615 134597311 0 0 4096 0 0 0 0 17 0 0 0
/proc/16583/statm: 66082 64433 413 171 0 65007 0
Current children cumulated CPU time (s) 1777.42
Current children cumulated vsize (KiB) 264328



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1804.9 s]
/proc/loadavg: 2.00 2.00 2.00 3/73 16664
/proc/meminfo: memFree=1092256/2055920 swapFree=4192812/4192956
[pid=16583] ppid=16581 vsize=269972 CPUtime=1800.02
/proc/16583/stat : 16583 (pcs.big) R 16581 16583 16102 0 -1 4194304 69686 662 0 0 179965 37 0 0 25 0 1 0 59940911 276451328 65906 996147200 134512640 135215973 4294956304 18446744073709551615 134585720 0 0 4096 0 0 0 0 17 0 0 0
/proc/16583/statm: 67493 65906 413 171 0 66418 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 269972

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): 1804.95
CPU time (s): 1800.08
CPU user time (s): 1799.66
CPU system time (s): 0.421935
CPU usage (%): 99.7301
Max. virtual memory (cumulated for all children) (KiB): 269972

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.66
system time used= 0.421935
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 70348
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= 24
involuntary context switches= 33916

runsolver used 2.36864 second user time and 5.33619 second system time

The end

Launcher Data

Begin job on node49 at 2009-07-16 09:20:06
IDJOB=2088060
IDBENCH=58865
IDSOLVER=733
FILE ID=node49/2088060-1247728806
PBS_JOBID= 9521578
Free space on /tmp= 66376 MiB

SOLVER NAME= pcs 0.2
BENCH NAME= CPAI08/csp/fapp/fapp17/normalized-fapp17-0300-9.xml
COMMAND LINE= HOME/pcssolve -s RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2088060-1247728806/watcher-2088060-1247728806 -o /tmp/evaluation-result-2088060-1247728806/solver-2088060-1247728806 -C 1800 -W 2000 -M 900  HOME/pcssolve -s 1986555865 HOME/instance-2088060-1247728806.xml

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

MD5SUM BENCH= 79999494b8a624d817ccde4033265526
RANDOM SEED=1986555865

node49.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.232
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.232
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:       1274104 kB
Buffers:         64400 kB
Cached:         494832 kB
SwapCached:          0 kB
Active:         271812 kB
Inactive:       446428 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1274104 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            2692 kB
Writeback:           0 kB
Mapped:         179416 kB
Slab:            48156 kB
Committed_AS:   732156 kB
PageTables:       2120 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66376 MiB
End job on node49 at 2009-07-16 09:50:13