Trace number 2084067

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

General information on the benchmark

Namecsp/fapp/fapp09/
normalized-fapp09-0800-6.xml
MD5SUM546e6ed781e2059b953cb6ecdfe4a630
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 benchmark31.8422
Satisfiable
(Un)Satisfiability was proved
Number of variables800
Number of constraints8975
Maximum constraint arity2
Maximum domain size350
Number of constraints which are defined in extension0
Number of constraints which are defined in intension8975
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.01	c Seed is 743172719
0.00/0.01	c Constructing HOME/instance-2084067-1247724384.xml  with 56428 constraints
0.87/0.91	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-2084067-1247724384/watcher-2084067-1247724384 -o /tmp/evaluation-result-2084067-1247724384/solver-2084067-1247724384 -C 1800 -W 2000 -M 900 HOME/pcssolve -s 743172719 HOME/instance-2084067-1247724384.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.00 2.00 2.00 4/73 14614
/proc/meminfo: memFree=1362504/2055920 swapFree=4192812/4192956
[pid=14614] ppid=14612 vsize=5356 CPUtime=0
/proc/14614/stat : 14614 (pcssolve) S 14612 14614 13233 0 -1 4194304 305 155 0 0 0 0 0 0 19 0 1 0 59503813 5484544 242 996147200 4194304 4889804 548682068800 18446744073709551615 243665527620 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14614/statm: 1339 242 201 169 0 50 0
[pid=14616] ppid=14614 vsize=5356 CPUtime=0
/proc/14616/stat : 14616 (pcssolve) R 14614 14614 13233 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 1 0 59503813 5484544 244 996147200 4194304 4889804 548682068800 18446744073709551615 243665530151 0 0 4096 0 0 0 0 17 1 0 0
/proc/14616/statm: 1339 244 203 169 0 50 0

[startup+0.068229 s]
/proc/loadavg: 2.00 2.00 2.00 4/73 14614
/proc/meminfo: memFree=1362504/2055920 swapFree=4192812/4192956
[pid=14614] ppid=14612 vsize=6016 CPUtime=0.04
/proc/14614/stat : 14614 (pcs.big) R 14612 14614 13233 0 -1 4194304 1149 665 0 0 4 0 0 0 21 0 1 0 59503813 6160384 780 996147200 134512640 135215973 4294956304 18446744073709551615 134608549 0 0 4096 0 0 0 0 17 0 0 0
/proc/14614/statm: 1504 780 386 171 0 429 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 6016

[startup+0.102226 s]
/proc/loadavg: 2.00 2.00 2.00 4/73 14614
/proc/meminfo: memFree=1362504/2055920 swapFree=4192812/4192956
[pid=14614] ppid=14612 vsize=6736 CPUtime=0.08
/proc/14614/stat : 14614 (pcs.big) R 14612 14614 13233 0 -1 4194304 1372 665 0 0 8 0 0 0 21 0 1 0 59503813 6897664 929 996147200 134512640 135215973 4294956304 18446744073709551615 134906926 0 0 4096 0 0 0 0 17 0 0 0
/proc/14614/statm: 1684 929 386 171 0 609 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 6736

[startup+0.301266 s]
/proc/loadavg: 2.00 2.00 2.00 4/73 14614
/proc/meminfo: memFree=1362504/2055920 swapFree=4192812/4192956
[pid=14614] ppid=14612 vsize=11720 CPUtime=0.27
/proc/14614/stat : 14614 (pcs.big) R 14612 14614 13233 0 -1 4194304 2943 665 0 0 26 1 0 0 22 0 1 0 59503813 12001280 1995 996147200 134512640 135215973 4294956304 18446744073709551615 134757343 0 0 4096 0 0 0 0 17 0 0 0
/proc/14614/statm: 2930 1995 386 171 0 1855 0
Current children cumulated CPU time (s) 0.27
Current children cumulated vsize (KiB) 11720

[startup+0.701338 s]
/proc/loadavg: 2.00 2.00 2.00 4/73 14614
/proc/meminfo: memFree=1362504/2055920 swapFree=4192812/4192956
[pid=14614] ppid=14612 vsize=22600 CPUtime=0.68
/proc/14614/stat : 14614 (pcs.big) R 14612 14614 13233 0 -1 4194304 6465 665 0 0 65 3 0 0 25 0 1 0 59503813 23142400 4046 996147200 134512640 135215973 4294956304 18446744073709551615 7222907 0 0 4096 0 0 0 0 17 0 0 0
/proc/14614/statm: 5650 4046 386 171 0 4575 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 22600

[startup+1.50248 s]
/proc/loadavg: 2.00 2.00 2.00 3/74 14619
/proc/meminfo: memFree=1338112/2055920 swapFree=4192812/4192956
[pid=14614] ppid=14612 vsize=29660 CPUtime=1.47
/proc/14614/stat : 14614 (pcs.big) R 14612 14614 13233 0 -1 4194304 9738 665 0 0 143 4 0 0 25 0 1 0 59503813 30371840 6444 996147200 134512640 135215973 4294956304 18446744073709551615 134585388 0 0 4096 0 0 0 0 17 0 0 0
/proc/14614/statm: 7415 6444 410 171 0 6340 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 29660

[startup+3.10178 s]
/proc/loadavg: 2.00 2.00 2.00 3/74 14619
/proc/meminfo: memFree=1337344/2055920 swapFree=4192812/4192956
[pid=14614] ppid=14612 vsize=30812 CPUtime=3.06
/proc/14614/stat : 14614 (pcs.big) R 14612 14614 13233 0 -1 4194304 10126 665 0 0 302 4 0 0 25 0 1 0 59503813 31551488 6674 996147200 134512640 135215973 4294956304 18446744073709551615 134589892 0 0 4096 0 0 0 0 17 0 0 0
/proc/14614/statm: 7703 6674 410 171 0 6628 0
Current children cumulated CPU time (s) 3.06
Current children cumulated vsize (KiB) 30812

[startup+6.30236 s]
/proc/loadavg: 2.00 2.00 2.00 3/74 14619
/proc/meminfo: memFree=1332928/2055920 swapFree=4192812/4192956
[pid=14614] ppid=14612 vsize=34548 CPUtime=6.26
/proc/14614/stat : 14614 (pcs.big) R 14612 14614 13233 0 -1 4194304 11203 665 0 0 621 5 0 0 25 0 1 0 59503813 35377152 7542 996147200 134512640 135215973 4294956304 18446744073709551615 134585720 0 0 4096 0 0 0 0 17 0 0 0
/proc/14614/statm: 8637 7542 410 171 0 7562 0
Current children cumulated CPU time (s) 6.26
Current children cumulated vsize (KiB) 34548

[startup+12.7015 s]
/proc/loadavg: 2.00 2.00 2.00 3/74 14619
/proc/meminfo: memFree=1330176/2055920 swapFree=4192812/4192956
[pid=14614] ppid=14612 vsize=37664 CPUtime=12.62
/proc/14614/stat : 14614 (pcs.big) R 14612 14614 13233 0 -1 4194304 12235 665 0 0 1257 5 0 0 25 0 1 0 59503813 38567936 8157 996147200 134512640 135215973 4294956304 18446744073709551615 134600804 0 0 4096 0 0 0 0 17 0 0 0
/proc/14614/statm: 9416 8157 411 171 0 8341 0
Current children cumulated CPU time (s) 12.62
Current children cumulated vsize (KiB) 37664

[startup+25.5018 s]
/proc/loadavg: 2.00 2.00 2.00 3/74 14619
/proc/meminfo: memFree=1324288/2055920 swapFree=4192812/4192956
[pid=14614] ppid=14612 vsize=44292 CPUtime=25.37
/proc/14614/stat : 14614 (pcs.big) R 14612 14614 13233 0 -1 4194304 20110 665 0 0 2529 8 0 0 25 0 1 0 59503813 45355008 9343 996147200 134512640 135215973 4294956304 18446744073709551615 4158960058 0 0 4096 0 0 0 0 17 0 0 0
/proc/14614/statm: 11073 9343 413 171 0 9998 0
Current children cumulated CPU time (s) 25.37
Current children cumulated vsize (KiB) 44292

[startup+51.1015 s]
/proc/loadavg: 1.85 1.97 1.99 3/74 14684
/proc/meminfo: memFree=1612928/2055920 swapFree=4192812/4192956
[pid=14614] ppid=14612 vsize=44552 CPUtime=50.83
/proc/14614/stat : 14614 (pcs.big) R 14612 14614 13233 0 -1 4194304 43289 665 0 0 5067 16 0 0 25 0 1 0 59503813 45621248 9386 996147200 134512640 135215973 4294956304 18446744073709551615 134583616 0 0 4096 0 0 0 0 17 1 0 0
/proc/14614/statm: 11138 9386 413 171 0 10063 0
Current children cumulated CPU time (s) 50.83
Current children cumulated vsize (KiB) 44552

[startup+102.307 s]
/proc/loadavg: 1.93 1.97 1.99 3/74 14684
/proc/meminfo: memFree=1596096/2055920 swapFree=4192812/4192956
[pid=14614] ppid=14612 vsize=52732 CPUtime=101.83
/proc/14614/stat : 14614 (pcs.big) R 14612 14614 13233 0 -1 4194304 99101 665 0 0 10150 33 0 0 25 0 1 0 59503813 53997568 11438 996147200 134512640 135215973 4294956304 18446744073709551615 135094864 0 0 4096 0 0 0 0 17 1 0 0
/proc/14614/statm: 13183 11438 413 171 0 12108 0
Current children cumulated CPU time (s) 101.83
Current children cumulated vsize (KiB) 52732

[startup+162.302 s]
/proc/loadavg: 1.97 1.97 1.99 3/74 14684
/proc/meminfo: memFree=1579456/2055920 swapFree=4192812/4192956
[pid=14614] ppid=14612 vsize=61828 CPUtime=161.58
/proc/14614/stat : 14614 (pcs.big) R 14612 14614 13233 0 -1 4194304 144217 665 0 0 16113 45 0 0 25 0 1 0 59503813 63311872 13738 996147200 134512640 135215973 4294956304 18446744073709551615 134590017 0 0 4096 0 0 0 0 17 1 0 0
/proc/14614/statm: 15457 13738 413 171 0 14382 0
Current children cumulated CPU time (s) 161.58
Current children cumulated vsize (KiB) 61828

[startup+222.302 s]
/proc/loadavg: 1.99 1.97 1.99 3/74 14684
/proc/meminfo: memFree=1564480/2055920 swapFree=4192812/4192956
[pid=14614] ppid=14612 vsize=68156 CPUtime=221.34
/proc/14614/stat : 14614 (pcs.big) R 14612 14614 13233 0 -1 4194304 180215 665 0 0 22077 57 0 0 25 0 1 0 59503813 69791744 15320 996147200 134512640 135215973 4294956304 18446744073709551615 134585786 0 0 4096 0 0 0 0 17 1 0 0
/proc/14614/statm: 17039 15320 413 171 0 15964 0
Current children cumulated CPU time (s) 221.34
Current children cumulated vsize (KiB) 68156

[startup+282.301 s]
/proc/loadavg: 1.99 1.97 1.99 3/74 14684
/proc/meminfo: memFree=1555264/2055920 swapFree=4192812/4192956
[pid=14614] ppid=14612 vsize=74752 CPUtime=281.11
/proc/14614/stat : 14614 (pcs.big) R 14612 14614 13233 0 -1 4194304 205272 665 0 0 28046 65 0 0 25 0 1 0 59503813 76546048 16953 996147200 134512640 135215973 4294956304 18446744073709551615 134589797 0 0 4096 0 0 0 0 17 1 0 0
/proc/14614/statm: 18688 16953 413 171 0 17613 0
Current children cumulated CPU time (s) 281.11
Current children cumulated vsize (KiB) 74752

[startup+342.301 s]
/proc/loadavg: 1.99 1.97 1.99 3/74 14684
/proc/meminfo: memFree=1543424/2055920 swapFree=4192812/4192956
[pid=14614] ppid=14612 vsize=79632 CPUtime=340.87
/proc/14614/stat : 14614 (pcs.big) R 14612 14614 13233 0 -1 4194304 233578 665 0 0 34012 75 0 0 25 0 1 0 59503813 81543168 18187 996147200 134512640 135215973 4294956304 18446744073709551615 134591856 0 0 4096 0 0 0 0 17 1 0 0
/proc/14614/statm: 19908 18187 413 171 0 18833 0
Current children cumulated CPU time (s) 340.87
Current children cumulated vsize (KiB) 79632

[startup+402.301 s]
/proc/loadavg: 1.99 1.97 1.99 3/74 14684
/proc/meminfo: memFree=1522688/2055920 swapFree=4192812/4192956
[pid=14614] ppid=14612 vsize=88856 CPUtime=400.63
/proc/14614/stat : 14614 (pcs.big) R 14612 14614 13233 0 -1 4194304 289796 665 0 0 39972 91 0 0 25 0 1 0 59503813 90988544 20501 996147200 134512640 135215973 4294956304 18446744073709551615 134585720 0 0 4096 0 0 0 0 17 1 0 0
/proc/14614/statm: 22214 20501 413 171 0 21139 0
Current children cumulated CPU time (s) 400.63
Current children cumulated vsize (KiB) 88856

[startup+462.301 s]
/proc/loadavg: 1.99 1.97 1.99 3/74 14684
/proc/meminfo: memFree=1503744/2055920 swapFree=4192812/4192956
[pid=14614] ppid=14612 vsize=100208 CPUtime=460.4
/proc/14614/stat : 14614 (pcs.big) R 14612 14614 13233 0 -1 4194304 340259 665 0 0 45935 105 0 0 25 0 1 0 59503813 102612992 23348 996147200 134512640 135215973 4294956304 18446744073709551615 134585720 0 0 4096 0 0 0 0 17 1 0 0
/proc/14614/statm: 25052 23348 413 171 0 23977 0
Current children cumulated CPU time (s) 460.4
Current children cumulated vsize (KiB) 100208

[startup+522.301 s]
/proc/loadavg: 1.99 1.97 1.99 3/74 14684
/proc/meminfo: memFree=1490496/2055920 swapFree=4192812/4192956
[pid=14614] ppid=14612 vsize=106936 CPUtime=520.15
/proc/14614/stat : 14614 (pcs.big) R 14612 14614 13233 0 -1 4194304 390150 665 0 0 51896 119 0 0 25 0 1 0 59503813 109502464 25047 996147200 134512640 135215973 4294956304 18446744073709551615 134585786 0 0 4096 0 0 0 0 17 1 0 0
/proc/14614/statm: 26734 25047 413 171 0 25659 0
Current children cumulated CPU time (s) 520.15
Current children cumulated vsize (KiB) 106936

[startup+582.302 s]
/proc/loadavg: 1.99 1.97 1.99 3/74 14684
/proc/meminfo: memFree=1476800/2055920 swapFree=4192812/4192956
[pid=14614] ppid=14612 vsize=113928 CPUtime=579.91
/proc/14614/stat : 14614 (pcs.big) R 14612 14614 13233 0 -1 4194304 441827 665 0 0 57858 133 0 0 25 0 1 0 59503813 116662272 26804 996147200 134512640 135215973 4294956304 18446744073709551615 135002116 0 0 4096 0 0 0 0 17 1 0 0
/proc/14614/statm: 28482 26804 413 171 0 27407 0
Current children cumulated CPU time (s) 579.91
Current children cumulated vsize (KiB) 113928

[startup+642.302 s]
/proc/loadavg: 1.99 1.97 1.99 3/74 14684
/proc/meminfo: memFree=1462272/2055920 swapFree=4192812/4192956
[pid=14614] ppid=14612 vsize=125060 CPUtime=639.68
/proc/14614/stat : 14614 (pcs.big) R 14612 14614 13233 0 -1 4194304 488746 665 0 0 63821 147 0 0 25 0 1 0 59503813 128061440 29033 996147200 134512640 135215973 4294956304 18446744073709551615 134600789 0 0 4096 0 0 0 0 17 1 0 0
/proc/14614/statm: 31265 29033 413 171 0 30190 0
Current children cumulated CPU time (s) 639.68

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

[startup+882.301 s]
/proc/loadavg: 2.10 2.00 2.00 3/74 14684
/proc/meminfo: memFree=1409472/2055920 swapFree=4192812/4192956
[pid=14614] ppid=14612 vsize=147752 CPUtime=878.72
/proc/14614/stat : 14614 (pcs.big) R 14612 14614 13233 0 -1 4194304 659229 665 0 0 87680 192 0 0 25 0 1 0 59503813 151298048 34828 996147200 134512640 135215973 4294956304 18446744073709551615 134585694 0 0 4096 0 0 0 0 17 1 0 0
/proc/14614/statm: 36938 34828 413 171 0 35863 0
Current children cumulated CPU time (s) 878.72
Current children cumulated vsize (KiB) 147752

[startup+942.301 s]
/proc/loadavg: 2.10 2.02 2.00 3/74 14684
/proc/meminfo: memFree=1400832/2055920 swapFree=4192812/4192956
[pid=14614] ppid=14612 vsize=151448 CPUtime=938.49
/proc/14614/stat : 14614 (pcs.big) R 14612 14614 13233 0 -1 4194304 696105 665 0 0 93647 202 0 0 25 0 1 0 59503813 155082752 35752 996147200 134512640 135215973 4294956304 18446744073709551615 134597615 0 0 4096 0 0 0 0 17 1 0 0
/proc/14614/statm: 37862 35752 413 171 0 36787 0
Current children cumulated CPU time (s) 938.49
Current children cumulated vsize (KiB) 151448

[startup+1002.3 s]
/proc/loadavg: 2.10 2.03 2.00 3/74 14684
/proc/meminfo: memFree=1393536/2055920 swapFree=4192812/4192956
[pid=14614] ppid=14612 vsize=155408 CPUtime=998.25
/proc/14614/stat : 14614 (pcs.big) R 14612 14614 13233 0 -1 4194304 732382 665 0 0 99613 212 0 0 25 0 1 0 59503813 159137792 36749 996147200 134512640 135215973 4294956304 18446744073709551615 134597328 0 0 4096 0 0 0 0 17 1 0 0
/proc/14614/statm: 38852 36749 413 171 0 37777 0
Current children cumulated CPU time (s) 998.25
Current children cumulated vsize (KiB) 155408

[startup+1062.3 s]
/proc/loadavg: 2.23 2.08 2.02 3/74 14684
/proc/meminfo: memFree=1383744/2055920 swapFree=4192812/4192956
[pid=14614] ppid=14612 vsize=158700 CPUtime=1058.01
/proc/14614/stat : 14614 (pcs.big) R 14612 14614 13233 0 -1 4194304 778817 665 0 0 105576 225 0 0 25 0 1 0 59503813 162508800 37584 996147200 134512640 135215973 4294956304 18446744073709551615 134590104 0 0 4096 0 0 0 0 17 1 0 0
/proc/14614/statm: 39675 37584 413 171 0 38600 0
Current children cumulated CPU time (s) 1058.01
Current children cumulated vsize (KiB) 158700

[startup+1122.3 s]
/proc/loadavg: 2.14 2.08 2.02 3/74 14684
/proc/meminfo: memFree=1372992/2055920 swapFree=4192812/4192956
[pid=14614] ppid=14612 vsize=164640 CPUtime=1117.77
/proc/14614/stat : 14614 (pcs.big) R 14612 14614 13233 0 -1 4194304 804958 665 0 0 111543 234 0 0 25 0 1 0 59503813 168591360 39053 996147200 134512640 135215973 4294956304 18446744073709551615 134585786 0 0 4096 0 0 0 0 17 1 0 0
/proc/14614/statm: 41160 39053 413 171 0 40085 0
Current children cumulated CPU time (s) 1117.77
Current children cumulated vsize (KiB) 164640

[startup+1182.3 s]
/proc/loadavg: 2.05 2.06 2.01 3/74 14684
/proc/meminfo: memFree=1365312/2055920 swapFree=4192812/4192956
[pid=14614] ppid=14612 vsize=167540 CPUtime=1177.53
/proc/14614/stat : 14614 (pcs.big) R 14612 14614 13233 0 -1 4194304 832256 665 0 0 117511 242 0 0 25 0 1 0 59503813 171560960 39807 996147200 134512640 135215973 4294956304 18446744073709551615 135094922 0 0 4096 0 0 0 0 17 1 0 0
/proc/14614/statm: 41885 39807 413 171 0 40810 0
Current children cumulated CPU time (s) 1177.53
Current children cumulated vsize (KiB) 167540

[startup+1242.3 s]
/proc/loadavg: 2.02 2.05 2.01 3/74 14684
/proc/meminfo: memFree=1355776/2055920 swapFree=4192812/4192956
[pid=14614] ppid=14612 vsize=171628 CPUtime=1237.3
/proc/14614/stat : 14614 (pcs.big) R 14612 14614 13233 0 -1 4194304 863426 665 0 0 123479 251 0 0 25 0 1 0 59503813 175747072 40833 996147200 134512640 135215973 4294956304 18446744073709551615 134590020 0 0 4096 0 0 0 0 17 1 0 0
/proc/14614/statm: 42907 40833 413 171 0 41832 0
Current children cumulated CPU time (s) 1237.3
Current children cumulated vsize (KiB) 171628

[startup+1302.3 s]
/proc/loadavg: 2.00 2.04 2.00 3/74 14684
/proc/meminfo: memFree=1347136/2055920 swapFree=4192812/4192956
[pid=14614] ppid=14612 vsize=175320 CPUtime=1297.06
/proc/14614/stat : 14614 (pcs.big) R 14612 14614 13233 0 -1 4194304 890078 665 0 0 129446 260 0 0 25 0 1 0 59503813 179527680 41757 996147200 134512640 135215973 4294956304 18446744073709551615 134585756 0 0 4096 0 0 0 0 17 1 0 0
/proc/14614/statm: 43830 41757 413 171 0 42755 0
Current children cumulated CPU time (s) 1297.06
Current children cumulated vsize (KiB) 175320

[startup+1362.3 s]
/proc/loadavg: 2.00 2.03 2.00 3/74 14684
/proc/meminfo: memFree=1338240/2055920 swapFree=4192812/4192956
[pid=14614] ppid=14612 vsize=180992 CPUtime=1356.82
/proc/14614/stat : 14614 (pcs.big) R 14612 14614 13233 0 -1 4194304 912169 665 0 0 135416 266 0 0 25 0 1 0 59503813 185335808 43160 996147200 134512640 135215973 4294956304 18446744073709551615 134585786 0 0 4096 0 0 0 0 17 1 0 0
/proc/14614/statm: 45248 43160 413 171 0 44173 0
Current children cumulated CPU time (s) 1356.82
Current children cumulated vsize (KiB) 180992

[startup+1422.31 s]
/proc/loadavg: 2.00 2.02 2.00 3/74 14684
/proc/meminfo: memFree=1324928/2055920 swapFree=4192812/4192956
[pid=14614] ppid=14612 vsize=185600 CPUtime=1416.58
/proc/14614/stat : 14614 (pcs.big) R 14612 14614 13233 0 -1 4194304 934599 665 0 0 141387 271 0 0 25 0 1 0 59503813 190054400 44293 996147200 134512640 135215973 4294956304 18446744073709551615 134591365 0 0 4096 0 0 0 0 17 1 0 0
/proc/14614/statm: 46400 44293 413 171 0 45325 0
Current children cumulated CPU time (s) 1416.58
Current children cumulated vsize (KiB) 185600

[startup+1482.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/74 14684
/proc/meminfo: memFree=1309248/2055920 swapFree=4192812/4192956
[pid=14614] ppid=14612 vsize=190740 CPUtime=1476.35
/proc/14614/stat : 14614 (pcs.big) R 14612 14614 13233 0 -1 4194304 956275 665 0 0 147357 278 0 0 25 0 1 0 59503813 195317760 45617 996147200 134512640 135215973 4294956304 18446744073709551615 134583640 0 0 4096 0 0 0 0 17 1 0 0
/proc/14614/statm: 47685 45617 413 171 0 46610 0
Current children cumulated CPU time (s) 1476.35
Current children cumulated vsize (KiB) 190740

[startup+1542.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/74 14684
/proc/meminfo: memFree=1294656/2055920 swapFree=4192812/4192956
[pid=14614] ppid=14612 vsize=194692 CPUtime=1536.1
/proc/14614/stat : 14614 (pcs.big) R 14612 14614 13233 0 -1 4194304 978041 665 0 0 153326 284 0 0 25 0 1 0 59503813 199364608 46599 996147200 134512640 135215973 4294956304 18446744073709551615 134589807 0 0 4096 0 0 0 0 17 1 0 0
/proc/14614/statm: 48673 46599 413 171 0 47598 0
Current children cumulated CPU time (s) 1536.1
Current children cumulated vsize (KiB) 194692

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/74 14684
/proc/meminfo: memFree=1274944/2055920 swapFree=4192812/4192956
[pid=14614] ppid=14612 vsize=198108 CPUtime=1595.87
/proc/14614/stat : 14614 (pcs.big) R 14612 14614 13233 0 -1 4194304 999852 665 0 0 159297 290 0 0 25 0 1 0 59503813 202862592 47417 996147200 134512640 135215973 4294956304 18446744073709551615 134599865 0 0 4096 0 0 0 0 17 1 0 0
/proc/14614/statm: 49527 47417 413 171 0 48452 0
Current children cumulated CPU time (s) 1595.87
Current children cumulated vsize (KiB) 198108

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/74 14684
/proc/meminfo: memFree=1251200/2055920 swapFree=4192812/4192956
[pid=14614] ppid=14612 vsize=201276 CPUtime=1655.63
/proc/14614/stat : 14614 (pcs.big) R 14612 14614 13233 0 -1 4194304 1022506 665 0 0 165267 296 0 0 25 0 1 0 59503813 206106624 48231 996147200 134512640 135215973 4294956304 18446744073709551615 134591375 0 0 4096 0 0 0 0 17 1 0 0
/proc/14614/statm: 50319 48231 413 171 0 49244 0
Current children cumulated CPU time (s) 1655.63
Current children cumulated vsize (KiB) 201276

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/74 14684
/proc/meminfo: memFree=1239808/2055920 swapFree=4192812/4192956
[pid=14614] ppid=14612 vsize=206948 CPUtime=1715.39
/proc/14614/stat : 14614 (pcs.big) R 14612 14614 13233 0 -1 4194304 1056560 665 0 0 171233 306 0 0 25 0 1 0 59503813 211914752 49645 996147200 134512640 135215973 4294956304 18446744073709551615 134591693 0 0 4096 0 0 0 0 17 1 0 0
/proc/14614/statm: 51737 49645 413 171 0 50662 0
Current children cumulated CPU time (s) 1715.39
Current children cumulated vsize (KiB) 206948

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/74 14684
/proc/meminfo: memFree=1225408/2055920 swapFree=4192812/4192956
[pid=14614] ppid=14612 vsize=214868 CPUtime=1775.15
/proc/14614/stat : 14614 (pcs.big) R 14612 14614 13233 0 -1 4194304 1101630 665 0 0 177197 318 0 0 25 0 1 0 59503813 220024832 51659 996147200 134512640 135215973 4294956304 18446744073709551615 134533281 0 0 4096 0 0 0 0 17 1 0 0
/proc/14614/statm: 53717 51659 413 171 0 52642 0
Current children cumulated CPU time (s) 1775.15
Current children cumulated vsize (KiB) 214868



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1807.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/74 14684
/proc/meminfo: memFree=1219264/2055920 swapFree=4192812/4192956
[pid=14614] ppid=14612 vsize=218564 CPUtime=1800.06
/proc/14614/stat : 14614 (pcs.big) R 14612 14614 13233 0 -1 4194304 1121869 665 0 0 179681 325 0 0 25 0 1 0 59503813 223809536 52602 996147200 134512640 135215973 4294956304 18446744073709551615 134590017 0 0 4096 0 0 0 0 17 1 0 0
/proc/14614/statm: 54641 52602 413 171 0 53566 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 218564

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

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

[startup+1807.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/74 14684
/proc/meminfo: memFree=1219264/2055920 swapFree=4192812/4192956
[pid=14614] ppid=14612 vsize=218564 CPUtime=1800.06
/proc/14614/stat : 14614 (pcs.big) R 14612 14614 13233 0 -1 4194304 1121869 665 0 0 179681 325 0 0 25 0 1 0 59503813 223809536 52602 996147200 134512640 135215973 4294956304 18446744073709551615 134590017 0 0 4096 0 0 0 0 17 1 0 0
/proc/14614/statm: 54641 52602 413 171 0 53566 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 218564

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1807.35
CPU time (s): 1800.11
CPU user time (s): 1796.82
CPU system time (s): 3.2945
CPU usage (%): 99.5997
Max. virtual memory (cumulated for all children) (KiB): 218756

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1796.82
system time used= 3.2945
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1122534
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= 28
involuntary context switches= 20306

runsolver used 1.69574 second user time and 4.88626 second system time

The end

Launcher Data

Begin job on node84 at 2009-07-16 08:06:24
IDJOB=2084067
IDBENCH=58026
IDSOLVER=733
FILE ID=node84/2084067-1247724384
PBS_JOBID= 9521398
Free space on /tmp= 66176 MiB

SOLVER NAME= pcs 0.2
BENCH NAME= CPAI08/csp/fapp/fapp09/normalized-fapp09-0800-6.xml
COMMAND LINE= HOME/pcssolve -s RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2084067-1247724384/watcher-2084067-1247724384 -o /tmp/evaluation-result-2084067-1247724384/solver-2084067-1247724384 -C 1800 -W 2000 -M 900  HOME/pcssolve -s 743172719 HOME/instance-2084067-1247724384.xml

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

MD5SUM BENCH= 546e6ed781e2059b953cb6ecdfe4a630
RANDOM SEED=743172719

node84.alineos.net Linux 2.6.9-22.EL.rootsmp #1 SMP Mon Oct 3 08:59:52 CEST 2005

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.259
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5914.62
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.259
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5996.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1362992 kB
Buffers:         74052 kB
Cached:         218960 kB
SwapCached:          0 kB
Active:         398552 kB
Inactive:       205872 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1362992 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            2952 kB
Writeback:           0 kB
Mapped:         322872 kB
Slab:            73296 kB
Committed_AS:   787624 kB
PageTables:       2364 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= 66180 MiB
End job on node84 at 2009-07-16 08:36:34