Trace number 2087961

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 1808.76

General information on the benchmark

Namecsp/fapp/fapp20/
normalized-fapp20-0420-10.xml
MD5SUM2f661a5e66156e9731263f7627d06127
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 benchmark11.6322
Satisfiable
(Un)Satisfiability was proved
Number of variables420
Number of constraints4737
Maximum constraint arity2
Maximum domain size302
Number of constraints which are defined in extension0
Number of constraints which are defined in intension4737
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.02	c Seed is 667923563
0.00/0.02	c Constructing HOME/instance-2087961-1247728644.xml  with 30154 constraints
0.47/0.53	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-2087961-1247728644/watcher-2087961-1247728644 -o /tmp/evaluation-result-2087961-1247728644/solver-2087961-1247728644 -C 1800 -W 2000 -M 900 HOME/pcssolve -s 667923563 HOME/instance-2087961-1247728644.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.15 2.07 2.02 4/82 15204
/proc/meminfo: memFree=899824/2055920 swapFree=4192812/4192956
[pid=15204] ppid=15202 vsize=5356 CPUtime=0
/proc/15204/stat : 15204 (pcssolve) R 15202 15204 14672 0 -1 4194304 290 0 0 0 0 0 0 0 21 0 1 0 59931443 5484544 241 996147200 4194304 4889804 548682068800 18446744073709551615 252429527711 0 65538 4100 65536 0 0 0 17 1 0 0
/proc/15204/statm: 1339 241 200 169 0 50 0
[pid=15205] ppid=15204 vsize=3676 CPUtime=0
/proc/15205/stat : 15205 (fgrep) R 15204 15204 14672 0 -1 4194304 152 0 0 0 0 0 0 0 22 0 1 0 59931444 3764224 119 996147200 4194304 4274172 548682068976 18446744073709551615 252429349552 0 0 4096 0 0 0 0 17 1 0 0
/proc/15205/statm: 919 119 91 19 0 43 0
[pid=15206] ppid=15204 vsize=5356 CPUtime=0
/proc/15206/stat : 15206 (pcssolve) R 15204 15204 14672 0 -1 4194368 0 0 0 0 0 0 0 0 21 0 1 0 59931444 5484544 241 996147200 4194304 4889804 548682068800 18446744073709551615 252429527711 0 65538 4100 65536 0 0 0 17 1 0 0
/proc/15206/statm: 1339 241 200 169 0 50 0

[startup+0.109108 s]
/proc/loadavg: 2.15 2.07 2.02 4/82 15204
/proc/meminfo: memFree=899824/2055920 swapFree=4192812/4192956
[pid=15204] ppid=15202 vsize=6584 CPUtime=0.08
/proc/15204/stat : 15204 (pcs.big) R 15202 15204 14672 0 -1 4194304 1362 662 0 0 8 0 0 0 23 0 1 0 59931443 6742016 886 996147200 134512640 135215973 4294956304 18446744073709551615 134762855 0 0 4096 0 0 0 0 17 1 0 0
/proc/15204/statm: 1646 886 386 171 0 571 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 6584

[startup+0.202118 s]
/proc/loadavg: 2.15 2.07 2.02 4/82 15204
/proc/meminfo: memFree=899824/2055920 swapFree=4192812/4192956
[pid=15204] ppid=15202 vsize=9048 CPUtime=0.18
/proc/15204/stat : 15204 (pcs.big) R 15202 15204 14672 0 -1 4194304 2064 662 0 0 17 1 0 0 24 0 1 0 59931443 9265152 1376 996147200 134512640 135215973 4294956304 18446744073709551615 4159345920 0 0 4096 0 0 0 0 17 1 0 0
/proc/15204/statm: 2262 1376 386 171 0 1187 0
Current children cumulated CPU time (s) 0.18
Current children cumulated vsize (KiB) 9048

[startup+0.302132 s]
/proc/loadavg: 2.15 2.07 2.02 4/82 15204
/proc/meminfo: memFree=899824/2055920 swapFree=4192812/4192956
[pid=15204] ppid=15202 vsize=11828 CPUtime=0.28
/proc/15204/stat : 15204 (pcs.big) R 15202 15204 14672 0 -1 4194304 2879 662 0 0 27 1 0 0 25 0 1 0 59931443 12111872 1930 996147200 134512640 135215973 4294956304 18446744073709551615 9813108 0 0 4096 0 0 0 0 17 1 0 0
/proc/15204/statm: 2957 1930 386 171 0 1882 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 11828

[startup+0.702165 s]
/proc/loadavg: 2.15 2.07 2.02 4/82 15204
/proc/meminfo: memFree=899824/2055920 swapFree=4192812/4192956
[pid=15204] ppid=15202 vsize=17848 CPUtime=0.67
/proc/15204/stat : 15204 (pcs.big) R 15202 15204 14672 0 -1 4194304 5291 662 0 0 65 2 0 0 25 0 1 0 59931443 18276352 3671 996147200 134512640 135215973 4294956304 18446744073709551615 134532659 0 0 4096 0 0 0 0 17 1 0 0
/proc/15204/statm: 4462 3671 409 171 0 3387 0
Current children cumulated CPU time (s) 0.67
Current children cumulated vsize (KiB) 17848

[startup+1.50124 s]
/proc/loadavg: 2.15 2.07 2.02 3/83 15209
/proc/meminfo: memFree=886440/2055920 swapFree=4192812/4192956
[pid=15204] ppid=15202 vsize=18060 CPUtime=1.46
/proc/15204/stat : 15204 (pcs.big) R 15202 15204 14672 0 -1 4194304 5364 662 0 0 144 2 0 0 25 0 1 0 59931443 18493440 3744 996147200 134512640 135215973 4294956304 18446744073709551615 134588298 0 0 4096 0 0 0 0 17 1 0 0
/proc/15204/statm: 4515 3744 410 171 0 3440 0
Current children cumulated CPU time (s) 1.46
Current children cumulated vsize (KiB) 18060

[startup+3.1014 s]
/proc/loadavg: 2.15 2.07 2.02 3/83 15209
/proc/meminfo: memFree=885800/2055920 swapFree=4192812/4192956
[pid=15204] ppid=15202 vsize=19608 CPUtime=3.05
/proc/15204/stat : 15204 (pcs.big) R 15202 15204 14672 0 -1 4194304 5823 662 0 0 302 3 0 0 25 0 1 0 59931443 20078592 4045 996147200 134512640 135215973 4294956304 18446744073709551615 4158960048 0 0 4096 0 0 0 0 17 1 0 0
/proc/15204/statm: 4902 4045 410 171 0 3827 0
Current children cumulated CPU time (s) 3.05
Current children cumulated vsize (KiB) 19608

[startup+6.30172 s]
/proc/loadavg: 2.13 2.06 2.02 3/83 15209
/proc/meminfo: memFree=883944/2055920 swapFree=4192812/4192956
[pid=15204] ppid=15202 vsize=20400 CPUtime=6.22
/proc/15204/stat : 15204 (pcs.big) R 15202 15204 14672 0 -1 4194304 6068 662 0 0 619 3 0 0 25 0 1 0 59931443 20889600 4290 996147200 134512640 135215973 4294956304 18446744073709551615 134585786 0 0 4096 0 0 0 0 17 1 0 0
/proc/15204/statm: 5100 4290 411 171 0 4025 0
Current children cumulated CPU time (s) 6.22
Current children cumulated vsize (KiB) 20400

[startup+12.7014 s]
/proc/loadavg: 2.12 2.06 2.02 3/83 15209
/proc/meminfo: memFree=882408/2055920 swapFree=4192812/4192956
[pid=15204] ppid=15202 vsize=21968 CPUtime=12.56
/proc/15204/stat : 15204 (pcs.big) R 15202 15204 14672 0 -1 4194304 6637 662 0 0 1253 3 0 0 25 0 1 0 59931443 22495232 4631 996147200 134512640 135215973 4294956304 18446744073709551615 134585798 0 0 4096 0 0 0 0 17 1 0 0
/proc/15204/statm: 5492 4631 413 171 0 4417 0
Current children cumulated CPU time (s) 12.56
Current children cumulated vsize (KiB) 21968

[startup+25.5026 s]
/proc/loadavg: 2.10 2.06 2.02 3/83 15209
/proc/meminfo: memFree=879464/2055920 swapFree=4192812/4192956
[pid=15204] ppid=15202 vsize=25056 CPUtime=25.23
/proc/15204/stat : 15204 (pcs.big) R 15202 15204 14672 0 -1 4194304 7405 662 0 0 2520 3 0 0 25 0 1 0 59931443 25657344 5399 996147200 134512640 135215973 4294956304 18446744073709551615 134585694 0 0 4096 0 0 0 0 17 1 0 0
/proc/15204/statm: 6264 5399 413 171 0 5189 0
Current children cumulated CPU time (s) 25.23
Current children cumulated vsize (KiB) 25056

[startup+51.1022 s]
/proc/loadavg: 2.06 2.05 2.01 3/83 15209
/proc/meminfo: memFree=874280/2055920 swapFree=4192812/4192956
[pid=15204] ppid=15202 vsize=30328 CPUtime=50.59
/proc/15204/stat : 15204 (pcs.big) R 15202 15204 14672 0 -1 4194304 8729 662 0 0 5055 4 0 0 25 0 1 0 59931443 31055872 6723 996147200 134512640 135215973 4294956304 18446744073709551615 134591783 0 0 4096 0 0 0 0 17 1 0 0
/proc/15204/statm: 7582 6723 413 171 0 6507 0
Current children cumulated CPU time (s) 50.59
Current children cumulated vsize (KiB) 30328

[startup+102.301 s]
/proc/loadavg: 2.08 2.06 2.01 3/83 15209
/proc/meminfo: memFree=864936/2055920 swapFree=4192812/4192956
[pid=15204] ppid=15202 vsize=40476 CPUtime=101.29
/proc/15204/stat : 15204 (pcs.big) R 15202 15204 14672 0 -1 4194304 11397 662 0 0 10123 6 0 0 25 0 1 0 59931443 41447424 8974 996147200 134512640 135215973 4294956304 18446744073709551615 134585549 0 0 4096 0 0 0 0 17 1 0 0
/proc/15204/statm: 10119 8974 413 171 0 9044 0
Current children cumulated CPU time (s) 101.29
Current children cumulated vsize (KiB) 40476

[startup+162.301 s]
/proc/loadavg: 2.08 2.06 2.01 3/82 15209
/proc/meminfo: memFree=853608/2055920 swapFree=4192812/4192956
[pid=15204] ppid=15202 vsize=52408 CPUtime=160.73
/proc/15204/stat : 15204 (pcs.big) R 15202 15204 14672 0 -1 4194304 14579 662 0 0 16066 7 0 0 25 0 1 0 59931443 53665792 11866 996147200 134512640 135215973 4294956304 18446744073709551615 134585720 0 0 4096 0 0 0 0 17 1 0 0
/proc/15204/statm: 13102 11866 413 171 0 12027 0
Current children cumulated CPU time (s) 160.73
Current children cumulated vsize (KiB) 52408

[startup+222.306 s]
/proc/loadavg: 2.07 2.06 2.01 3/82 15209
/proc/meminfo: memFree=846376/2055920 swapFree=4192812/4192956
[pid=15204] ppid=15202 vsize=59340 CPUtime=220.21
/proc/15204/stat : 15204 (pcs.big) R 15202 15204 14672 0 -1 4194304 16332 662 0 0 22013 8 0 0 25 0 1 0 59931443 60764160 13619 996147200 134512640 135215973 4294956304 18446744073709551615 134599879 0 0 4096 0 0 0 0 17 1 0 0
/proc/15204/statm: 14835 13619 413 171 0 13760 0
Current children cumulated CPU time (s) 220.21
Current children cumulated vsize (KiB) 59340

[startup+282.301 s]
/proc/loadavg: 2.07 2.06 2.01 3/82 15209
/proc/meminfo: memFree=834472/2055920 swapFree=4192812/4192956
[pid=15204] ppid=15202 vsize=71356 CPUtime=279.67
/proc/15204/stat : 15204 (pcs.big) R 15202 15204 14672 0 -1 4194304 19347 662 0 0 27958 9 0 0 25 0 1 0 59931443 73068544 16634 996147200 134512640 135215973 4294956304 18446744073709551615 135094872 0 0 4096 0 0 0 0 17 1 0 0
/proc/15204/statm: 17839 16634 413 171 0 16764 0
Current children cumulated CPU time (s) 279.67
Current children cumulated vsize (KiB) 71356

[startup+342.302 s]
/proc/loadavg: 2.06 2.06 2.01 3/82 15209
/proc/meminfo: memFree=820912/2055920 swapFree=4192812/4192956
[pid=15204] ppid=15202 vsize=84780 CPUtime=339.14
/proc/15204/stat : 15204 (pcs.big) R 15202 15204 14672 0 -1 4194304 22716 662 0 0 33904 10 0 0 25 0 1 0 59931443 86814720 20003 996147200 134512640 135215973 4294956304 18446744073709551615 134969584 0 0 4096 0 0 0 0 17 1 0 0
/proc/15204/statm: 21195 20003 413 171 0 20120 0
Current children cumulated CPU time (s) 339.14
Current children cumulated vsize (KiB) 84780

[startup+402.302 s]
/proc/loadavg: 2.02 2.05 2.01 3/82 15209
/proc/meminfo: memFree=808688/2055920 swapFree=4192812/4192956
[pid=15204] ppid=15202 vsize=96996 CPUtime=398.6
/proc/15204/stat : 15204 (pcs.big) R 15202 15204 14672 0 -1 4194304 25793 662 0 0 39849 11 0 0 25 0 1 0 59931443 99323904 23080 996147200 134512640 135215973 4294956304 18446744073709551615 134585720 0 0 4096 0 0 0 0 17 1 0 0
/proc/15204/statm: 24249 23080 413 171 0 23174 0
Current children cumulated CPU time (s) 398.6
Current children cumulated vsize (KiB) 96996

[startup+462.303 s]
/proc/loadavg: 2.01 2.04 2.00 3/82 15209
/proc/meminfo: memFree=796912/2055920 swapFree=4192812/4192956
[pid=15204] ppid=15202 vsize=108432 CPUtime=458.08
/proc/15204/stat : 15204 (pcs.big) R 15202 15204 14672 0 -1 4194304 28665 662 0 0 45795 13 0 0 25 0 1 0 59931443 111034368 25952 996147200 134512640 135215973 4294956304 18446744073709551615 134583449 0 0 4096 0 0 0 0 17 1 0 0
/proc/15204/statm: 27108 25952 413 171 0 26033 0
Current children cumulated CPU time (s) 458.08
Current children cumulated vsize (KiB) 108432

[startup+522.303 s]
/proc/loadavg: 2.00 2.03 2.00 3/82 15209
/proc/meminfo: memFree=786480/2055920 swapFree=4192812/4192956
[pid=15204] ppid=15202 vsize=118168 CPUtime=517.53
/proc/15204/stat : 15204 (pcs.big) R 15202 15204 14672 0 -1 4194304 31261 662 0 0 51740 13 0 0 25 0 1 0 59931443 121004032 28548 996147200 134512640 135215973 4294956304 18446744073709551615 134583360 0 0 4096 0 0 0 0 17 1 0 0
/proc/15204/statm: 29542 28548 413 171 0 28467 0
Current children cumulated CPU time (s) 517.53
Current children cumulated vsize (KiB) 118168

[startup+582.303 s]
/proc/loadavg: 2.00 2.02 2.00 3/82 15209
/proc/meminfo: memFree=775152/2055920 swapFree=4192812/4192956
[pid=15204] ppid=15202 vsize=132196 CPUtime=576.98
/proc/15204/stat : 15204 (pcs.big) R 15202 15204 14672 0 -1 4194304 34944 662 0 0 57682 16 0 0 25 0 1 0 59931443 135368704 31398 996147200 134512640 135215973 4294956304 18446744073709551615 134600504 0 0 4096 0 0 0 0 17 1 0 0
/proc/15204/statm: 33049 31398 413 171 0 31974 0
Current children cumulated CPU time (s) 576.98
Current children cumulated vsize (KiB) 132196

[startup+642.303 s]
/proc/loadavg: 2.00 2.02 2.00 3/82 15209
/proc/meminfo: memFree=767920/2055920 swapFree=4192812/4192956
[pid=15204] ppid=15202 vsize=138992 CPUtime=636.44

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

[startup+822.303 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 15209
/proc/meminfo: memFree=740016/2055920 swapFree=4192812/4192956
[pid=15204] ppid=15202 vsize=166572 CPUtime=814.86
/proc/15204/stat : 15204 (pcs.big) R 15202 15204 14672 0 -1 4194304 43686 662 0 0 81467 19 0 0 25 0 1 0 59931443 170569728 40140 996147200 134512640 135215973 4294956304 18446744073709551615 135094982 0 0 4096 0 0 0 0 17 1 0 0
/proc/15204/statm: 41643 40140 413 171 0 40568 0
Current children cumulated CPU time (s) 814.86
Current children cumulated vsize (KiB) 166572

[startup+882.306 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 15209
/proc/meminfo: memFree=734576/2055920 swapFree=4192812/4192956
[pid=15204] ppid=15202 vsize=172180 CPUtime=874.34
/proc/15204/stat : 15204 (pcs.big) R 15202 15204 14672 0 -1 4194304 45089 662 0 0 87414 20 0 0 25 0 1 0 59931443 176312320 41543 996147200 134512640 135215973 4294956304 18446744073709551615 134585880 0 0 4096 0 0 0 0 17 1 0 0
/proc/15204/statm: 43045 41543 413 171 0 41970 0
Current children cumulated CPU time (s) 874.34
Current children cumulated vsize (KiB) 172180

[startup+942.302 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 15251
/proc/meminfo: memFree=1294008/2055920 swapFree=4192812/4192956
[pid=15204] ppid=15202 vsize=180016 CPUtime=933.95
/proc/15204/stat : 15204 (pcs.big) R 15202 15204 14672 0 -1 4194304 47055 662 0 0 93374 21 0 0 25 0 1 0 59931443 184336384 43509 996147200 134512640 135215973 4294956304 18446744073709551615 134532916 0 0 4096 0 0 0 0 17 0 0 0
/proc/15204/statm: 45004 43509 413 171 0 43929 0
Current children cumulated CPU time (s) 933.95
Current children cumulated vsize (KiB) 180016

[startup+1002.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/73 15284
/proc/meminfo: memFree=1280200/2055920 swapFree=4192812/4192956
[pid=15204] ppid=15202 vsize=187584 CPUtime=993.93
/proc/15204/stat : 15204 (pcs.big) R 15202 15204 14672 0 -1 4194304 48960 662 0 0 99371 22 0 0 25 0 1 0 59931443 192086016 45414 996147200 134512640 135215973 4294956304 18446744073709551615 134532661 0 0 4096 0 0 0 0 17 0 0 0
/proc/15204/statm: 46896 45414 413 171 0 45821 0
Current children cumulated CPU time (s) 993.93
Current children cumulated vsize (KiB) 187584

[startup+1062.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/73 15284
/proc/meminfo: memFree=1265544/2055920 swapFree=4192812/4192956
[pid=15204] ppid=15202 vsize=195340 CPUtime=1053.9
/proc/15204/stat : 15204 (pcs.big) R 15202 15204 14672 0 -1 4194304 50903 662 0 0 105367 23 0 0 25 0 1 0 59931443 200028160 47357 996147200 134512640 135215973 4294956304 18446744073709551615 134976999 0 0 4096 0 0 0 0 17 0 0 0
/proc/15204/statm: 48835 47357 413 171 0 47760 0
Current children cumulated CPU time (s) 1053.9
Current children cumulated vsize (KiB) 195340

[startup+1122.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/73 15284
/proc/meminfo: memFree=1251912/2055920 swapFree=4192812/4192956
[pid=15204] ppid=15202 vsize=201168 CPUtime=1113.89
/proc/15204/stat : 15204 (pcs.big) R 15202 15204 14672 0 -1 4194304 52366 662 0 0 111365 24 0 0 25 0 1 0 59931443 205996032 48820 996147200 134512640 135215973 4294956304 18446744073709551615 134585720 0 0 4096 0 0 0 0 17 0 0 0
/proc/15204/statm: 50292 48820 413 171 0 49217 0
Current children cumulated CPU time (s) 1113.89
Current children cumulated vsize (KiB) 201168

[startup+1182.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/73 15284
/proc/meminfo: memFree=1234504/2055920 swapFree=4192812/4192956
[pid=15204] ppid=15202 vsize=207548 CPUtime=1173.86
/proc/15204/stat : 15204 (pcs.big) R 15202 15204 14672 0 -1 4194304 53972 662 0 0 117361 25 0 0 25 0 1 0 59931443 212529152 50393 996147200 134512640 135215973 4294956304 18446744073709551615 134585694 0 0 4096 0 0 0 0 17 0 0 0
/proc/15204/statm: 51887 50393 413 171 0 50812 0
Current children cumulated CPU time (s) 1173.86
Current children cumulated vsize (KiB) 207548

[startup+1242.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/73 15284
/proc/meminfo: memFree=1225288/2055920 swapFree=4192812/4192956
[pid=15204] ppid=15202 vsize=214088 CPUtime=1233.84
/proc/15204/stat : 15204 (pcs.big) R 15202 15204 14672 0 -1 4194304 55626 662 0 0 123358 26 0 0 25 0 1 0 59931443 219226112 52047 996147200 134512640 135215973 4294956304 18446744073709551615 4158960138 0 0 4096 0 0 0 0 17 0 0 0
/proc/15204/statm: 53522 52047 413 171 0 52447 0
Current children cumulated CPU time (s) 1233.84
Current children cumulated vsize (KiB) 214088

[startup+1302.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/73 15284
/proc/meminfo: memFree=1213064/2055920 swapFree=4192812/4192956
[pid=15204] ppid=15202 vsize=220780 CPUtime=1293.81
/proc/15204/stat : 15204 (pcs.big) R 15202 15204 14672 0 -1 4194304 57319 662 0 0 129354 27 0 0 25 0 1 0 59931443 226078720 53740 996147200 134512640 135215973 4294956304 18446744073709551615 134585720 0 0 4096 0 0 0 0 17 0 0 0
/proc/15204/statm: 55195 53740 413 171 0 54120 0
Current children cumulated CPU time (s) 1293.81
Current children cumulated vsize (KiB) 220780

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/73 15284
/proc/meminfo: memFree=1200776/2055920 swapFree=4192812/4192956
[pid=15204] ppid=15202 vsize=227760 CPUtime=1353.79
/proc/15204/stat : 15204 (pcs.big) R 15202 15204 14672 0 -1 4194304 59085 662 0 0 135351 28 0 0 25 0 1 0 59931443 233226240 55441 996147200 134512640 135215973 4294956304 18446744073709551615 134583607 0 0 4096 0 0 0 0 17 0 0 0
/proc/15204/statm: 56940 55441 413 171 0 55865 0
Current children cumulated CPU time (s) 1353.79
Current children cumulated vsize (KiB) 227760

[startup+1422.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/73 15284
/proc/meminfo: memFree=1190024/2055920 swapFree=4192812/4192956
[pid=15204] ppid=15202 vsize=233320 CPUtime=1413.76
/proc/15204/stat : 15204 (pcs.big) R 15202 15204 14672 0 -1 4194304 60495 662 0 0 141348 28 0 0 25 0 1 0 59931443 238919680 56851 996147200 134512640 135215973 4294956304 18446744073709551615 134585786 0 0 4096 0 0 0 0 17 0 0 0
/proc/15204/statm: 58330 56851 413 171 0 57255 0
Current children cumulated CPU time (s) 1413.76
Current children cumulated vsize (KiB) 233320

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/73 15284
/proc/meminfo: memFree=1173768/2055920 swapFree=4192812/4192956
[pid=15204] ppid=15202 vsize=245056 CPUtime=1473.74
/proc/15204/stat : 15204 (pcs.big) R 15202 15204 14672 0 -1 4194304 63455 662 0 0 147344 30 0 0 25 0 1 0 59931443 250937344 59811 996147200 134512640 135215973 4294956304 18446744073709551615 134585720 0 0 4096 0 0 0 0 17 0 0 0
/proc/15204/statm: 61264 59811 413 171 0 60189 0
Current children cumulated CPU time (s) 1473.74
Current children cumulated vsize (KiB) 245056

[startup+1542.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/73 15284
/proc/meminfo: memFree=1158088/2055920 swapFree=4192812/4192956
[pid=15204] ppid=15202 vsize=255756 CPUtime=1533.72
/proc/15204/stat : 15204 (pcs.big) R 15202 15204 14672 0 -1 4194304 66161 662 0 0 153341 31 0 0 25 0 1 0 59931443 261894144 62517 996147200 134512640 135215973 4294956304 18446744073709551615 134585880 0 0 4096 0 0 0 0 17 0 0 0
/proc/15204/statm: 63939 62517 413 171 0 62864 0
Current children cumulated CPU time (s) 1533.72
Current children cumulated vsize (KiB) 255756

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/73 15284
/proc/meminfo: memFree=1127432/2055920 swapFree=4192812/4192956
[pid=15204] ppid=15202 vsize=265932 CPUtime=1593.69
/proc/15204/stat : 15204 (pcs.big) R 15202 15204 14672 0 -1 4194304 68751 662 0 0 159337 32 0 0 25 0 1 0 59931443 272314368 65107 996147200 134512640 135215973 4294956304 18446744073709551615 134585880 0 0 4096 0 0 0 0 17 0 0 0
/proc/15204/statm: 66483 65107 413 171 0 65408 0
Current children cumulated CPU time (s) 1593.69
Current children cumulated vsize (KiB) 265932

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/73 15284
/proc/meminfo: memFree=1109128/2055920 swapFree=4192812/4192956
[pid=15204] ppid=15202 vsize=282356 CPUtime=1653.68
/proc/15204/stat : 15204 (pcs.big) R 15202 15204 14672 0 -1 4194304 72868 662 0 0 165334 34 0 0 25 0 1 0 59931443 289132544 69224 996147200 134512640 135215973 4294956304 18446744073709551615 134583557 0 0 4096 0 0 0 0 17 0 0 0
/proc/15204/statm: 70589 69224 413 171 0 69514 0
Current children cumulated CPU time (s) 1653.68
Current children cumulated vsize (KiB) 282356

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/73 15284
/proc/meminfo: memFree=1097608/2055920 swapFree=4192812/4192956
[pid=15204] ppid=15202 vsize=292344 CPUtime=1713.65
/proc/15204/stat : 15204 (pcs.big) R 15202 15204 14672 0 -1 4194304 75379 662 0 0 171330 35 0 0 25 0 1 0 59931443 299360256 71735 996147200 134512640 135215973 4294956304 18446744073709551615 134585694 0 0 4096 0 0 0 0 17 0 0 0
/proc/15204/statm: 73086 71735 413 171 0 72011 0
Current children cumulated CPU time (s) 1713.65
Current children cumulated vsize (KiB) 292344

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/73 15284
/proc/meminfo: memFree=1085960/2055920 swapFree=4192812/4192956
[pid=15204] ppid=15202 vsize=301892 CPUtime=1773.62
/proc/15204/stat : 15204 (pcs.big) R 15202 15204 14672 0 -1 4194304 77875 662 0 0 177326 36 0 0 25 0 1 0 59931443 309137408 74231 996147200 134512640 135215973 4294956304 18446744073709551615 134590021 0 0 4096 0 0 0 0 17 0 0 0
/proc/15204/statm: 75473 74231 413 171 0 74398 0
Current children cumulated CPU time (s) 1773.62
Current children cumulated vsize (KiB) 301892



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1808.7 s]
/proc/loadavg: 2.00 2.00 2.00 3/73 15284
/proc/meminfo: memFree=1080328/2055920 swapFree=4192812/4192956
[pid=15204] ppid=15202 vsize=306340 CPUtime=1800.01
/proc/15204/stat : 15204 (pcs.big) R 15202 15204 14672 0 -1 4194304 79122 662 0 0 179965 36 0 0 25 0 1 0 59931443 313692160 75478 996147200 134512640 135215973 4294956304 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 0 0 0
/proc/15204/statm: 76585 75478 413 171 0 75510 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 306340

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.76
CPU time (s): 1800.08
CPU user time (s): 1799.66
CPU system time (s): 0.420936
CPU usage (%): 99.5205
Max. virtual memory (cumulated for all children) (KiB): 306340

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.66
system time used= 0.420936
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 79784
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 23
involuntary context switches= 40360

runsolver used 2.31865 second user time and 5.14622 second system time

The end

Launcher Data

Begin job on node12 at 2009-07-16 09:17:24
IDJOB=2087961
IDBENCH=58829
IDSOLVER=733
FILE ID=node12/2087961-1247728644
PBS_JOBID= 9521548
Free space on /tmp= 66200 MiB

SOLVER NAME= pcs 0.2
BENCH NAME= CPAI08/csp/fapp/fapp20/normalized-fapp20-0420-10.xml
COMMAND LINE= HOME/pcssolve -s RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2087961-1247728644/watcher-2087961-1247728644 -o /tmp/evaluation-result-2087961-1247728644/solver-2087961-1247728644 -C 1800 -W 2000 -M 900  HOME/pcssolve -s 667923563 HOME/instance-2087961-1247728644.xml

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

MD5SUM BENCH= 2f661a5e66156e9731263f7627d06127
RANDOM SEED=667923563

node12.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.240
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.240
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:        900304 kB
Buffers:         86520 kB
Cached:         457888 kB
SwapCached:          0 kB
Active:         682384 kB
Inactive:       389524 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        900304 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:           64420 kB
Writeback:           0 kB
Mapped:         547832 kB
Slab:            67892 kB
Committed_AS:  1281884 kB
PageTables:       2812 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= 66268 MiB
End job on node12 at 2009-07-16 09:47:35