Trace number 2083760

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

General information on the benchmark

Namecsp/fapp/fapp02/
normalized-fapp02-0250-10.xml
MD5SUM2937328af9f6c216cca6342fe202e849
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 benchmark17.2614
Satisfiable
(Un)Satisfiability was proved
Number of variables250
Number of constraints3055
Maximum constraint arity2
Maximum domain size210
Number of constraints which are defined in extension0
Number of constraints which are defined in intension3055
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 373904663
0.18/0.21	c Constructing HOME/instance-2083760-1247723730.xml  with 19175 constraints
0.28/0.35	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-2083760-1247723730/watcher-2083760-1247723730 -o /tmp/evaluation-result-2083760-1247723730/solver-2083760-1247723730 -C 1800 -W 2000 -M 900 HOME/pcssolve -s 373904663 HOME/instance-2083760-1247723730.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.08 2.02 2.01 4/81 13749
/proc/meminfo: memFree=1103400/2055920 swapFree=4192812/4192956
[pid=13749] ppid=13747 vsize=5356 CPUtime=0
/proc/13749/stat : 13749 (pcssolve) R 13747 13749 12010 0 -1 4194304 273 0 0 0 0 0 0 0 20 0 1 0 59439978 5484544 241 996147200 4194304 4889804 548682068800 18446744073709551615 262910044831 0 65538 4100 65536 0 0 0 17 1 0 0
/proc/13749/statm: 1339 241 200 169 0 50 0
[pid=13750] ppid=13749 vsize=5356 CPUtime=0
/proc/13750/stat : 13750 (pcssolve) R 13749 13749 12010 0 -1 4194368 0 0 0 0 0 0 0 0 20 0 1 0 59439978 5484544 241 996147200 4194304 4889804 548682068800 18446744073709551615 262910044831 0 65538 4100 65536 0 0 0 17 1 0 0
/proc/13750/statm: 1339 241 200 169 0 50 0

[startup+0.0660969 s]
/proc/loadavg: 2.08 2.02 2.01 4/81 13749
/proc/meminfo: memFree=1103400/2055920 swapFree=4192812/4192956
[pid=13749] ppid=13747 vsize=5760 CPUtime=0.04
/proc/13749/stat : 13749 (pcs.big) R 13747 13749 12010 0 -1 4194304 1083 661 0 0 4 0 0 0 18 0 1 0 59439978 5898240 714 996147200 134512640 135215973 4294956304 18446744073709551615 4159189636 0 0 4096 0 0 0 0 17 1 0 0
/proc/13749/statm: 1440 714 386 171 0 365 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 5760

[startup+0.10211 s]
/proc/loadavg: 2.08 2.02 2.01 4/81 13749
/proc/meminfo: memFree=1103400/2055920 swapFree=4192812/4192956
[pid=13749] ppid=13747 vsize=6948 CPUtime=0.08
/proc/13749/stat : 13749 (pcs.big) R 13747 13749 12010 0 -1 4194304 1380 661 0 0 8 0 0 0 18 0 1 0 59439978 7114752 897 996147200 134512640 135215973 4294956304 18446744073709551615 134899227 0 0 4096 0 0 0 0 17 1 0 0
/proc/13749/statm: 1737 897 386 171 0 662 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 6948

[startup+0.302156 s]
/proc/loadavg: 2.08 2.02 2.01 4/81 13749
/proc/meminfo: memFree=1103400/2055920 swapFree=4192812/4192956
[pid=13749] ppid=13747 vsize=10892 CPUtime=0.28
/proc/13749/stat : 13749 (pcs.big) R 13747 13749 12010 0 -1 4194304 2743 661 0 0 27 1 0 0 19 0 1 0 59439978 11153408 1857 996147200 134512640 135215973 4294956304 18446744073709551615 134583227 0 0 4096 0 0 0 0 17 1 0 0
/proc/13749/statm: 2723 1857 386 171 0 1648 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 10892

[startup+0.701223 s]
/proc/loadavg: 2.08 2.02 2.01 4/81 13749
/proc/meminfo: memFree=1103400/2055920 swapFree=4192812/4192956
[pid=13749] ppid=13747 vsize=14564 CPUtime=0.67
/proc/13749/stat : 13749 (pcs.big) R 13747 13749 12010 0 -1 4194304 4130 661 0 0 65 2 0 0 23 0 1 0 59439978 14913536 2667 996147200 134512640 135215973 4294956304 18446744073709551615 134599868 0 0 4096 0 0 0 0 17 1 0 0
/proc/13749/statm: 3641 2667 410 171 0 2566 0
Current children cumulated CPU time (s) 0.67
Current children cumulated vsize (KiB) 14564

[startup+1.50138 s]
/proc/loadavg: 2.08 2.02 2.01 3/82 13754
/proc/meminfo: memFree=1094048/2055920 swapFree=4192812/4192956
[pid=13749] ppid=13747 vsize=14984 CPUtime=1.46
/proc/13749/stat : 13749 (pcs.big) R 13747 13749 12010 0 -1 4194304 4260 661 0 0 144 2 0 0 25 0 1 0 59439978 15343616 2744 996147200 134512640 135215973 4294956304 18446744073709551615 134585880 0 0 4096 0 0 0 0 17 1 0 0
/proc/13749/statm: 3746 2744 410 171 0 2671 0
Current children cumulated CPU time (s) 1.46
Current children cumulated vsize (KiB) 14984

[startup+3.10169 s]
/proc/loadavg: 2.08 2.02 2.01 3/82 13754
/proc/meminfo: memFree=1093280/2055920 swapFree=4192812/4192956
[pid=13749] ppid=13747 vsize=16060 CPUtime=3.05
/proc/13749/stat : 13749 (pcs.big) R 13747 13749 12010 0 -1 4194304 4560 661 0 0 303 2 0 0 25 0 1 0 59439978 16445440 2939 996147200 134512640 135215973 4294956304 18446744073709551615 134585880 0 0 4096 0 0 0 0 17 1 0 0
/proc/13749/statm: 4015 2939 410 171 0 2940 0
Current children cumulated CPU time (s) 3.05
Current children cumulated vsize (KiB) 16060

[startup+6.30133 s]
/proc/loadavg: 2.07 2.02 2.00 3/82 13754
/proc/meminfo: memFree=1091552/2055920 swapFree=4192812/4192956
[pid=13749] ppid=13747 vsize=17792 CPUtime=6.22
/proc/13749/stat : 13749 (pcs.big) R 13747 13749 12010 0 -1 4194304 5122 661 0 0 619 3 0 0 25 0 1 0 59439978 18219008 3292 996147200 134512640 135215973 4294956304 18446744073709551615 134597322 0 0 4096 0 0 0 0 17 1 0 0
/proc/13749/statm: 4448 3292 413 171 0 3373 0
Current children cumulated CPU time (s) 6.22
Current children cumulated vsize (KiB) 17792

[startup+12.7016 s]
/proc/loadavg: 2.07 2.02 2.00 3/82 13754
/proc/meminfo: memFree=1090848/2055920 swapFree=4192812/4192956
[pid=13749] ppid=13747 vsize=17956 CPUtime=12.56
/proc/13749/stat : 13749 (pcs.big) R 13747 13749 12010 0 -1 4194304 5282 661 0 0 1253 3 0 0 25 0 1 0 59439978 18386944 3452 996147200 134512640 135215973 4294956304 18446744073709551615 134599870 0 0 4096 0 0 0 0 17 1 0 0
/proc/13749/statm: 4489 3452 413 171 0 3414 0
Current children cumulated CPU time (s) 12.56
Current children cumulated vsize (KiB) 17956

[startup+25.5011 s]
/proc/loadavg: 2.05 2.01 2.00 3/82 13754
/proc/meminfo: memFree=1089696/2055920 swapFree=4192812/4192956
[pid=13749] ppid=13747 vsize=19352 CPUtime=25.24
/proc/13749/stat : 13749 (pcs.big) R 13747 13749 12010 0 -1 4194304 5620 661 0 0 2521 3 0 0 25 0 1 0 59439978 19816448 3790 996147200 134512640 135215973 4294956304 18446744073709551615 134583364 0 0 4096 0 0 0 0 17 1 0 0
/proc/13749/statm: 4838 3790 413 171 0 3763 0
Current children cumulated CPU time (s) 25.24
Current children cumulated vsize (KiB) 19352

[startup+51.1021 s]
/proc/loadavg: 2.03 2.01 2.00 3/82 13754
/proc/meminfo: memFree=1087520/2055920 swapFree=4192812/4192956
[pid=13749] ppid=13747 vsize=21440 CPUtime=50.6
/proc/13749/stat : 13749 (pcs.big) R 13747 13749 12010 0 -1 4194304 6146 661 0 0 5056 4 0 0 25 0 1 0 59439978 21954560 4316 996147200 134512640 135215973 4294956304 18446744073709551615 4158960074 0 0 4096 0 0 0 0 17 1 0 0
/proc/13749/statm: 5360 4316 413 171 0 4285 0
Current children cumulated CPU time (s) 50.6
Current children cumulated vsize (KiB) 21440

[startup+102.305 s]
/proc/loadavg: 2.01 2.01 2.00 3/82 13754
/proc/meminfo: memFree=1079328/2055920 swapFree=4192812/4192956
[pid=13749] ppid=13747 vsize=29532 CPUtime=101.34
/proc/13749/stat : 13749 (pcs.big) R 13747 13749 12010 0 -1 4194304 8179 661 0 0 10129 5 0 0 25 0 1 0 59439978 30240768 6349 996147200 134512640 135215973 4294956304 18446744073709551615 134583557 0 0 4096 0 0 0 0 17 1 0 0
/proc/13749/statm: 7383 6349 413 171 0 6308 0
Current children cumulated CPU time (s) 101.34
Current children cumulated vsize (KiB) 29532

[startup+162.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 13754
/proc/meminfo: memFree=1072864/2055920 swapFree=4192812/4192956
[pid=13749] ppid=13747 vsize=35520 CPUtime=160.8
/proc/13749/stat : 13749 (pcs.big) R 13747 13749 12010 0 -1 4194304 9751 661 0 0 16074 6 0 0 25 0 1 0 59439978 36372480 7921 996147200 134512640 135215973 4294956304 18446744073709551615 135094643 0 0 4096 0 0 0 0 17 1 0 0
/proc/13749/statm: 8880 7921 413 171 0 7805 0
Current children cumulated CPU time (s) 160.8
Current children cumulated vsize (KiB) 35520

[startup+222.302 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 13754
/proc/meminfo: memFree=1066976/2055920 swapFree=4192812/4192956
[pid=13749] ppid=13747 vsize=41460 CPUtime=220.24
/proc/13749/stat : 13749 (pcs.big) R 13747 13749 12010 0 -1 4194304 11239 661 0 0 22017 7 0 0 25 0 1 0 59439978 42455040 9409 996147200 134512640 135215973 4294956304 18446744073709551615 134597328 0 0 4096 0 0 0 0 17 1 0 0
/proc/13749/statm: 10365 9409 413 171 0 9290 0
Current children cumulated CPU time (s) 220.24
Current children cumulated vsize (KiB) 41460

[startup+282.302 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 13754
/proc/meminfo: memFree=1056608/2055920 swapFree=4192812/4192956
[pid=13749] ppid=13747 vsize=51852 CPUtime=279.69
/proc/13749/stat : 13749 (pcs.big) R 13747 13749 12010 0 -1 4194304 13852 661 0 0 27961 8 0 0 25 0 1 0 59439978 53096448 12022 996147200 134512640 135215973 4294956304 18446744073709551615 134585720 0 0 4096 0 0 0 0 17 1 0 0
/proc/13749/statm: 12963 12022 413 171 0 11888 0
Current children cumulated CPU time (s) 279.69
Current children cumulated vsize (KiB) 51852

[startup+342.302 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 13760
/proc/meminfo: memFree=1048928/2055920 swapFree=4192812/4192956
[pid=13749] ppid=13747 vsize=59260 CPUtime=339.12
/proc/13749/stat : 13749 (pcs.big) R 13747 13749 12010 0 -1 4194304 15719 661 0 0 33903 9 0 0 25 0 1 0 59439978 60682240 13889 996147200 134512640 135215973 4294956304 18446744073709551615 4158960129 0 0 4096 0 0 0 0 17 1 0 0
/proc/13749/statm: 14815 13889 413 171 0 13740 0
Current children cumulated CPU time (s) 339.12
Current children cumulated vsize (KiB) 59260

[startup+402.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 13760
/proc/meminfo: memFree=1043424/2055920 swapFree=4192812/4192956
[pid=13749] ppid=13747 vsize=65020 CPUtime=398.57
/proc/13749/stat : 13749 (pcs.big) R 13747 13749 12010 0 -1 4194304 17167 661 0 0 39847 10 0 0 25 0 1 0 59439978 66580480 15337 996147200 134512640 135215973 4294956304 18446744073709551615 134585720 0 0 4096 0 0 0 0 17 1 0 0
/proc/13749/statm: 16255 15337 413 171 0 15180 0
Current children cumulated CPU time (s) 398.57
Current children cumulated vsize (KiB) 65020

[startup+462.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 13760
/proc/meminfo: memFree=1036704/2055920 swapFree=4192812/4192956
[pid=13749] ppid=13747 vsize=71484 CPUtime=458.02
/proc/13749/stat : 13749 (pcs.big) R 13747 13749 12010 0 -1 4194304 18796 661 0 0 45791 11 0 0 25 0 1 0 59439978 73199616 16966 996147200 134512640 135215973 4294956304 18446744073709551615 134585786 0 0 4096 0 0 0 0 17 1 0 0
/proc/13749/statm: 17871 16966 413 171 0 16796 0
Current children cumulated CPU time (s) 458.02
Current children cumulated vsize (KiB) 71484

[startup+522.302 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 13760
/proc/meminfo: memFree=1032288/2055920 swapFree=4192812/4192956
[pid=13749] ppid=13747 vsize=75868 CPUtime=517.46
/proc/13749/stat : 13749 (pcs.big) R 13747 13749 12010 0 -1 4194304 19902 661 0 0 51735 11 0 0 25 0 1 0 59439978 77688832 18072 996147200 134512640 135215973 4294956304 18446744073709551615 134585626 0 0 4096 0 0 0 0 17 1 0 0
/proc/13749/statm: 18967 18072 413 171 0 17892 0
Current children cumulated CPU time (s) 517.46
Current children cumulated vsize (KiB) 75868

[startup+582.302 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 13760
/proc/meminfo: memFree=1025440/2055920 swapFree=4192812/4192956
[pid=13749] ppid=13747 vsize=84000 CPUtime=576.9
/proc/13749/stat : 13749 (pcs.big) R 13747 13749 12010 0 -1 4194304 21994 661 0 0 57678 12 0 0 25 0 1 0 59439978 86016000 19747 996147200 134512640 135215973 4294956304 18446744073709551615 4158960140 0 0 4096 0 0 0 0 17 1 0 0
/proc/13749/statm: 21000 19747 413 171 0 19925 0
Current children cumulated CPU time (s) 576.9
Current children cumulated vsize (KiB) 84000

[startup+642.302 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 13760
/proc/meminfo: memFree=1019680/2055920 swapFree=4192812/4192956
[pid=13749] ppid=13747 vsize=89600 CPUtime=636.36
/proc/13749/stat : 13749 (pcs.big) R 13747 13749 12010 0 -1 4194304 23414 661 0 0 63623 13 0 0 25 0 1 0 59439978 91750400 21167 996147200 134512640 135215973 4294956304 18446744073709551615 134591840 0 0 4096 0 0 0 0 17 1 0 0
/proc/13749/statm: 22400 21167 413 171 0 21325 0
Current children cumulated CPU time (s) 636.36

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

[startup+822.301 s]
/proc/loadavg: 2.05 2.03 2.00 3/83 13803
/proc/meminfo: memFree=894368/2055920 swapFree=4192812/4192956
[pid=13749] ppid=13747 vsize=107932 CPUtime=816.2
/proc/13749/stat : 13749 (pcs.big) R 13747 13749 12010 0 -1 4194304 28005 661 0 0 81604 16 0 0 25 0 1 0 59439978 110522368 25468 996147200 134512640 135215973 4294956304 18446744073709551615 134599879 0 0 4096 0 0 0 0 17 0 0 0
/proc/13749/statm: 26983 25468 413 171 0 25908 0
Current children cumulated CPU time (s) 816.2
Current children cumulated vsize (KiB) 107932

[startup+882.302 s]
/proc/loadavg: 2.13 2.05 2.01 3/83 13803
/proc/meminfo: memFree=754144/2055920 swapFree=4192812/4192956
[pid=13749] ppid=13747 vsize=114428 CPUtime=876.17
/proc/13749/stat : 13749 (pcs.big) R 13747 13749 12010 0 -1 4194304 29677 661 0 0 87600 17 0 0 25 0 1 0 59439978 117174272 27107 996147200 134512640 135215973 4294956304 18446744073709551615 134590080 0 0 4096 0 0 0 0 17 0 0 0
/proc/13749/statm: 28607 27107 413 171 0 27532 0
Current children cumulated CPU time (s) 876.17
Current children cumulated vsize (KiB) 114428

[startup+942.302 s]
/proc/loadavg: 2.51 2.16 2.04 4/83 13803
/proc/meminfo: memFree=705312/2055920 swapFree=4192812/4192956
[pid=13749] ppid=13747 vsize=119336 CPUtime=936.14
/proc/13749/stat : 13749 (pcs.big) R 13747 13749 12010 0 -1 4194304 30932 661 0 0 93597 17 0 0 25 0 1 0 59439978 122200064 28297 996147200 134512640 135215973 4294956304 18446744073709551615 135094906 0 0 4096 0 0 0 0 17 0 0 0
/proc/13749/statm: 29834 28297 413 171 0 28759 0
Current children cumulated CPU time (s) 936.14
Current children cumulated vsize (KiB) 119336

[startup+1002.3 s]
/proc/loadavg: 2.45 2.21 2.07 4/83 13803
/proc/meminfo: memFree=699744/2055920 swapFree=4192812/4192956
[pid=13749] ppid=13747 vsize=124848 CPUtime=996.12
/proc/13749/stat : 13749 (pcs.big) R 13747 13749 12010 0 -1 4194304 32342 661 0 0 99594 18 0 0 25 0 1 0 59439978 127844352 29707 996147200 134512640 135215973 4294956304 18446744073709551615 134585720 0 0 4096 0 0 0 0 17 0 0 0
/proc/13749/statm: 31212 29707 413 171 0 30137 0
Current children cumulated CPU time (s) 996.12
Current children cumulated vsize (KiB) 124848

[startup+1062.3 s]
/proc/loadavg: 2.32 2.22 2.08 3/83 13803
/proc/meminfo: memFree=693152/2055920 swapFree=4192812/4192956
[pid=13749] ppid=13747 vsize=131220 CPUtime=1056.08
/proc/13749/stat : 13749 (pcs.big) R 13747 13749 12010 0 -1 4194304 33968 661 0 0 105589 19 0 0 25 0 1 0 59439978 134369280 31333 996147200 134512640 135215973 4294956304 18446744073709551615 134597355 0 0 4096 0 0 0 0 17 0 0 0
/proc/13749/statm: 32805 31333 413 171 0 31730 0
Current children cumulated CPU time (s) 1056.08
Current children cumulated vsize (KiB) 131220

[startup+1122.3 s]
/proc/loadavg: 2.12 2.18 2.08 3/83 13803
/proc/meminfo: memFree=687456/2055920 swapFree=4192812/4192956
[pid=13749] ppid=13747 vsize=137280 CPUtime=1116.06
/proc/13749/stat : 13749 (pcs.big) R 13747 13749 12010 0 -1 4194304 35510 661 0 0 111586 20 0 0 25 0 1 0 59439978 140574720 32746 996147200 134512640 135215973 4294956304 18446744073709551615 4158960056 0 0 4096 0 0 0 0 17 0 0 0
/proc/13749/statm: 34320 32746 413 171 0 33245 0
Current children cumulated CPU time (s) 1116.06
Current children cumulated vsize (KiB) 137280

[startup+1182.3 s]
/proc/loadavg: 2.04 2.14 2.07 3/83 13803
/proc/meminfo: memFree=677664/2055920 swapFree=4192812/4192956
[pid=13749] ppid=13747 vsize=146948 CPUtime=1176.03
/proc/13749/stat : 13749 (pcs.big) R 13747 13749 12010 0 -1 4194304 37943 661 0 0 117582 21 0 0 25 0 1 0 59439978 150474752 35179 996147200 134512640 135215973 4294956304 18446744073709551615 135095366 0 0 4096 0 0 0 0 17 0 0 0
/proc/13749/statm: 36737 35179 413 171 0 35662 0
Current children cumulated CPU time (s) 1176.03
Current children cumulated vsize (KiB) 146948

[startup+1242.3 s]
/proc/loadavg: 2.01 2.12 2.06 3/82 13845
/proc/meminfo: memFree=1404520/2055920 swapFree=4192812/4192956
[pid=13749] ppid=13747 vsize=159848 CPUtime=1236
/proc/13749/stat : 13749 (pcs.big) R 13747 13749 12010 0 -1 4194304 41193 661 0 0 123577 23 0 0 25 0 1 0 59439978 163684352 38429 996147200 134512640 135215973 4294956304 18446744073709551615 134600828 0 0 4096 0 0 0 0 17 0 0 0
/proc/13749/statm: 39962 38429 413 171 0 38887 0
Current children cumulated CPU time (s) 1236
Current children cumulated vsize (KiB) 159848

[startup+1302.3 s]
/proc/loadavg: 2.00 2.09 2.06 3/82 13845
/proc/meminfo: memFree=1392872/2055920 swapFree=4192812/4192956
[pid=13749] ppid=13747 vsize=171120 CPUtime=1295.97
/proc/13749/stat : 13749 (pcs.big) R 13747 13749 12010 0 -1 4194304 44030 661 0 0 129573 24 0 0 25 0 1 0 59439978 175226880 41266 996147200 134512640 135215973 4294956304 18446744073709551615 134600784 0 0 4096 0 0 0 0 17 0 0 0
/proc/13749/statm: 42780 41266 413 171 0 41705 0
Current children cumulated CPU time (s) 1295.97
Current children cumulated vsize (KiB) 171120

[startup+1362.3 s]
/proc/loadavg: 2.00 2.07 2.05 3/82 13845
/proc/meminfo: memFree=1379304/2055920 swapFree=4192812/4192956
[pid=13749] ppid=13747 vsize=184724 CPUtime=1355.94
/proc/13749/stat : 13749 (pcs.big) R 13747 13749 12010 0 -1 4194304 47443 661 0 0 135568 26 0 0 25 0 1 0 59439978 189157376 44679 996147200 134512640 135215973 4294956304 18446744073709551615 134583640 0 0 4096 0 0 0 0 17 0 0 0
/proc/13749/statm: 46181 44679 413 171 0 45106 0
Current children cumulated CPU time (s) 1355.94
Current children cumulated vsize (KiB) 184724

[startup+1422.31 s]
/proc/loadavg: 2.00 2.06 2.05 3/82 13845
/proc/meminfo: memFree=1369384/2055920 swapFree=4192812/4192956
[pid=13749] ppid=13747 vsize=194368 CPUtime=1415.91
/proc/13749/stat : 13749 (pcs.big) R 13747 13749 12010 0 -1 4194304 49871 661 0 0 141564 27 0 0 25 0 1 0 59439978 199032832 47107 996147200 134512640 135215973 4294956304 18446744073709551615 134969690 0 0 4096 0 0 0 0 17 0 0 0
/proc/13749/statm: 48592 47107 413 171 0 47517 0
Current children cumulated CPU time (s) 1415.91
Current children cumulated vsize (KiB) 194368

[startup+1482.3 s]
/proc/loadavg: 2.00 2.04 2.04 3/82 13845
/proc/meminfo: memFree=1361832/2055920 swapFree=4192812/4192956
[pid=13749] ppid=13747 vsize=202032 CPUtime=1475.88
/proc/13749/stat : 13749 (pcs.big) R 13747 13749 12010 0 -1 4194304 51802 661 0 0 147560 28 0 0 25 0 1 0 59439978 206880768 49038 996147200 134512640 135215973 4294956304 18446744073709551615 134585786 0 0 4096 0 0 0 0 17 0 0 0
/proc/13749/statm: 50508 49038 413 171 0 49433 0
Current children cumulated CPU time (s) 1475.88
Current children cumulated vsize (KiB) 202032

[startup+1542.3 s]
/proc/loadavg: 2.00 2.03 2.03 3/82 13845
/proc/meminfo: memFree=1354472/2055920 swapFree=4192812/4192956
[pid=13749] ppid=13747 vsize=209132 CPUtime=1535.85
/proc/13749/stat : 13749 (pcs.big) R 13747 13749 12010 0 -1 4194304 53590 661 0 0 153556 29 0 0 25 0 1 0 59439978 214151168 50826 996147200 134512640 135215973 4294956304 18446744073709551615 134589549 0 0 4096 0 0 0 0 17 0 0 0
/proc/13749/statm: 52283 50826 413 171 0 51208 0
Current children cumulated CPU time (s) 1535.85
Current children cumulated vsize (KiB) 209132

[startup+1602.3 s]
/proc/loadavg: 2.00 2.03 2.03 3/82 13845
/proc/meminfo: memFree=1347432/2055920 swapFree=4192812/4192956
[pid=13749] ppid=13747 vsize=216128 CPUtime=1595.81
/proc/13749/stat : 13749 (pcs.big) R 13747 13749 12010 0 -1 4194304 55349 661 0 0 159551 30 0 0 25 0 1 0 59439978 221315072 52585 996147200 134512640 135215973 4294956304 18446744073709551615 4158960134 0 0 4096 0 0 0 0 17 0 0 0
/proc/13749/statm: 54032 52585 413 171 0 52957 0
Current children cumulated CPU time (s) 1595.81
Current children cumulated vsize (KiB) 216128

[startup+1662.3 s]
/proc/loadavg: 2.00 2.02 2.02 3/82 13845
/proc/meminfo: memFree=1339048/2055920 swapFree=4192812/4192956
[pid=13749] ppid=13747 vsize=224520 CPUtime=1655.79
/proc/13749/stat : 13749 (pcs.big) R 13747 13749 12010 0 -1 4194304 57459 661 0 0 165548 31 0 0 25 0 1 0 59439978 229908480 54695 996147200 134512640 135215973 4294956304 18446744073709551615 134969626 0 0 4096 0 0 0 0 17 0 0 0
/proc/13749/statm: 56130 54695 413 171 0 55055 0
Current children cumulated CPU time (s) 1655.79
Current children cumulated vsize (KiB) 224520

[startup+1722.3 s]
/proc/loadavg: 2.00 2.01 2.02 3/82 13845
/proc/meminfo: memFree=1331624/2055920 swapFree=4192812/4192956
[pid=13749] ppid=13747 vsize=231988 CPUtime=1715.76
/proc/13749/stat : 13749 (pcs.big) R 13747 13749 12010 0 -1 4194304 59341 661 0 0 171544 32 0 0 25 0 1 0 59439978 237555712 56577 996147200 134512640 135215973 4294956304 18446744073709551615 134532659 0 0 4096 0 0 0 0 17 0 0 0
/proc/13749/statm: 57997 56577 413 171 0 56922 0
Current children cumulated CPU time (s) 1715.76
Current children cumulated vsize (KiB) 231988

[startup+1782.3 s]
/proc/loadavg: 2.00 2.01 2.01 3/82 13845
/proc/meminfo: memFree=1324136/2055920 swapFree=4192812/4192956
[pid=13749] ppid=13747 vsize=239076 CPUtime=1775.73
/proc/13749/stat : 13749 (pcs.big) R 13747 13749 12010 0 -1 4194304 61131 661 0 0 177540 33 0 0 25 0 1 0 59439978 244813824 58367 996147200 134512640 135215973 4294956304 18446744073709551615 134585720 0 0 4096 0 0 0 0 17 0 0 0
/proc/13749/statm: 59769 58367 413 171 0 58694 0
Current children cumulated CPU time (s) 1775.73
Current children cumulated vsize (KiB) 239076



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1806.6 s]
/proc/loadavg: 2.00 2.01 2.01 3/82 13845
/proc/meminfo: memFree=1321128/2055920 swapFree=4192812/4192956
[pid=13749] ppid=13747 vsize=242128 CPUtime=1800.02
/proc/13749/stat : 13749 (pcs.big) R 13747 13749 12010 0 -1 4194304 61894 661 0 0 179969 33 0 0 25 0 1 0 59439978 247939072 59130 996147200 134512640 135215973 4294956304 18446744073709551615 134597660 0 0 4096 0 0 0 0 17 0 0 0
/proc/13749/statm: 60532 59130 413 171 0 59457 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 242128

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): 1806.64
CPU time (s): 1800.08
CPU user time (s): 1799.69
CPU system time (s): 0.382941
CPU usage (%): 99.6365
Max. virtual memory (cumulated for all children) (KiB): 242128

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.69
system time used= 0.382941
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 62555
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= 21
involuntary context switches= 27435

runsolver used 2.43663 second user time and 5.55715 second system time

The end

Launcher Data

Begin job on node11 at 2009-07-16 07:55:30
IDJOB=2083760
IDBENCH=57924
IDSOLVER=734
FILE ID=node11/2083760-1247723730
PBS_JOBID= 9521466
Free space on /tmp= 66416 MiB

SOLVER NAME= pcs-restart 0.2.restart
BENCH NAME= CPAI08/csp/fapp/fapp02/normalized-fapp02-0250-10.xml
COMMAND LINE= HOME/pcssolve -s RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2083760-1247723730/watcher-2083760-1247723730 -o /tmp/evaluation-result-2083760-1247723730/solver-2083760-1247723730 -C 1800 -W 2000 -M 900  HOME/pcssolve -s 373904663 HOME/instance-2083760-1247723730.xml

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

MD5SUM BENCH= 2937328af9f6c216cca6342fe202e849
RANDOM SEED=373904663

node11.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.274
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.274
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:       1103880 kB
Buffers:         71232 kB
Cached:         314192 kB
SwapCached:          0 kB
Active:         570828 kB
Inactive:       310792 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1103880 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            2176 kB
Writeback:           0 kB
Mapped:         516596 kB
Slab:            54540 kB
Committed_AS:  1157328 kB
PageTables:       2868 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 node11 at 2009-07-16 08:25:38