Trace number 2068865

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.18 1803.26

General information on the benchmark

Namecsp/tdsp/
normalized-C7-1-241.xml
MD5SUMe33b3bc917a705688363a7a6c552a6f8
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables590
Number of constraints19502
Maximum constraint arity6
Maximum domain size242
Number of constraints which are defined in extension0
Number of constraints which are defined in intension19502
Global constraints used (with number of constraints)

Solver Data

0.00/0.02	c has big domains
0.00/0.02	c big-domain mode
0.00/0.05	c Seed is 120738830
0.00/0.05	c Constructing HOME/instance-2068865-1247707335.xml  with 517538 constraints
5.54/5.70	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-2068865-1247707335/watcher-2068865-1247707335 -o /tmp/evaluation-result-2068865-1247707335/solver-2068865-1247707335 -C 1800 -W 2000 -M 900 HOME/pcssolve -s 120738830 HOME/instance-2068865-1247707335.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.20 2.17 2.10 4/81 15563
/proc/meminfo: memFree=1489360/2055920 swapFree=4192812/4192956
[pid=15563] ppid=15561 vsize=5356 CPUtime=0
/proc/15563/stat : 15563 (pcssolve) R 15561 15563 14311 0 -1 4194304 290 0 0 0 0 0 0 0 21 0 1 0 57797718 5484544 241 996147200 4194304 4889804 548682068800 18446744073709551615 213116316319 0 65538 4100 65536 0 0 0 17 1 0 0
/proc/15563/statm: 1339 241 200 169 0 50 0
[pid=15564] ppid=15563 vsize=100 CPUtime=0
/proc/15564/stat : 15564 (fgrep) R 15563 15563 14311 0 -1 4194304 24 0 0 0 0 0 0 0 22 0 1 0 57797718 102400 3 996147200 0 0 548682069725 18446744073709551615 213116316967 0 0 4096 0 0 0 0 17 1 0 0
/proc/15564/statm: 25 3 0 0 0 2 0
[pid=15565] ppid=15563 vsize=5356 CPUtime=0
/proc/15565/stat : 15565 (pcssolve) R 15563 15563 14311 0 -1 4194368 0 0 0 0 0 0 0 0 21 0 1 0 57797718 5484544 241 996147200 4194304 4889804 548682068800 18446744073709551615 213116316319 0 65538 4100 65536 0 0 0 17 1 0 0
/proc/15565/statm: 1339 241 200 169 0 50 0

[startup+0.0657851 s]
/proc/loadavg: 2.20 2.17 2.10 4/81 15563
/proc/meminfo: memFree=1489360/2055920 swapFree=4192812/4192956
[pid=15563] ppid=15561 vsize=5416 CPUtime=0.03
/proc/15563/stat : 15563 (pcs.big) R 15561 15563 14311 0 -1 4194304 1005 657 0 0 3 0 0 0 18 0 1 0 57797718 5545984 636 996147200 134512640 135215973 4294956304 18446744073709551615 134808676 0 0 4096 0 0 0 0 17 1 0 0
/proc/15563/statm: 1354 636 389 171 0 279 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 5416

[startup+0.102846 s]
/proc/loadavg: 2.20 2.17 2.10 4/81 15563
/proc/meminfo: memFree=1489360/2055920 swapFree=4192812/4192956
[pid=15563] ppid=15561 vsize=6756 CPUtime=0.07
/proc/15563/stat : 15563 (pcs.big) R 15561 15563 14311 0 -1 4194304 1372 657 0 0 7 0 0 0 18 0 1 0 57797718 6918144 882 996147200 134512640 135215973 4294956304 18446744073709551615 134709323 0 0 4096 0 0 0 0 17 1 0 0
/proc/15563/statm: 1689 882 389 171 0 614 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 6756

[startup+0.302876 s]
/proc/loadavg: 2.20 2.17 2.10 4/81 15563
/proc/meminfo: memFree=1489360/2055920 swapFree=4192812/4192956
[pid=15563] ppid=15561 vsize=13608 CPUtime=0.27
/proc/15563/stat : 15563 (pcs.big) R 15561 15563 14311 0 -1 4194304 3523 657 0 0 26 1 0 0 19 0 1 0 57797718 13934592 2286 996147200 134512640 135215973 4294956304 18446744073709551615 134532717 0 0 4096 0 0 0 0 17 1 0 0
/proc/15563/statm: 3402 2286 389 171 0 2327 0
Current children cumulated CPU time (s) 0.27
Current children cumulated vsize (KiB) 13608

[startup+0.701913 s]
/proc/loadavg: 2.20 2.17 2.10 4/81 15563
/proc/meminfo: memFree=1489360/2055920 swapFree=4192812/4192956
[pid=15563] ppid=15561 vsize=24136 CPUtime=0.67
/proc/15563/stat : 15563 (pcs.big) R 15561 15563 14311 0 -1 4194304 7231 657 0 0 64 3 0 0 23 0 1 0 57797718 24715264 4916 996147200 134512640 135215973 4294956304 18446744073709551615 134608549 0 0 4096 0 0 0 0 17 1 0 0
/proc/15563/statm: 6034 4916 389 171 0 4959 0
Current children cumulated CPU time (s) 0.67
Current children cumulated vsize (KiB) 24136

[startup+1.50106 s]
/proc/loadavg: 2.20 2.17 2.10 3/82 15568
/proc/meminfo: memFree=1462144/2055920 swapFree=4192812/4192956
[pid=15563] ppid=15561 vsize=50928 CPUtime=1.46
/proc/15563/stat : 15563 (pcs.big) R 15561 15563 14311 0 -1 4194304 15842 657 0 0 139 7 0 0 25 0 1 0 57797718 52150272 10294 996147200 134512640 135215973 4294956304 18446744073709551615 4158924045 0 0 4096 0 0 0 0 17 1 0 0
/proc/15563/statm: 12732 10294 389 171 0 11657 0
Current children cumulated CPU time (s) 1.46
Current children cumulated vsize (KiB) 50928

[startup+3.10136 s]
/proc/loadavg: 2.20 2.17 2.10 3/82 15568
/proc/meminfo: memFree=1431744/2055920 swapFree=4192812/4192956
[pid=15563] ppid=15561 vsize=97860 CPUtime=3.06
/proc/15563/stat : 15563 (pcs.big) R 15561 15563 14311 0 -1 4194304 31589 657 0 0 290 16 0 0 25 0 1 0 57797718 100208640 20606 996147200 134512640 135215973 4294956304 18446744073709551615 4159189321 0 0 4096 0 0 0 0 17 1 0 0
/proc/15563/statm: 24465 20606 389 171 0 23390 0
Current children cumulated CPU time (s) 3.06
Current children cumulated vsize (KiB) 97860

[startup+6.30197 s]
/proc/loadavg: 2.19 2.17 2.10 3/82 15568
/proc/meminfo: memFree=1347648/2055920 swapFree=4192812/4192956
[pid=15563] ppid=15561 vsize=217916 CPUtime=6.24
/proc/15563/stat : 15563 (pcs.big) R 15561 15563 14311 0 -1 4194304 74858 657 0 0 589 35 0 0 25 0 1 0 57797718 223145984 52188 996147200 134512640 135215973 4294956304 18446744073709551615 4158960146 0 0 4096 0 0 0 0 17 1 0 0
/proc/15563/statm: 54479 52188 405 171 0 53404 0
Current children cumulated CPU time (s) 6.24
Current children cumulated vsize (KiB) 217916

[startup+12.7012 s]
/proc/loadavg: 2.17 2.17 2.10 3/82 15568
/proc/meminfo: memFree=1214280/2055920 swapFree=4192812/4192956
[pid=15563] ppid=15561 vsize=284844 CPUtime=12.61
/proc/15563/stat : 15563 (pcs.big) R 15561 15563 14311 0 -1 4194304 100699 657 0 0 1215 46 0 0 25 0 1 0 57797718 291680256 68894 996147200 134512640 135215973 4294956304 18446744073709551615 134533067 0 0 4096 0 0 0 0 17 1 0 0
/proc/15563/statm: 71211 68894 410 171 0 70136 0
Current children cumulated CPU time (s) 12.61
Current children cumulated vsize (KiB) 284844

[startup+25.5026 s]
/proc/loadavg: 2.13 2.16 2.10 3/82 15568
/proc/meminfo: memFree=1196552/2055920 swapFree=4192812/4192956
[pid=15563] ppid=15561 vsize=326608 CPUtime=25.34
/proc/15563/stat : 15563 (pcs.big) R 15561 15563 14311 0 -1 4194304 145649 657 0 0 2472 62 0 0 25 0 1 0 57797718 334446592 73321 996147200 134512640 135215973 4294956304 18446744073709551615 134591026 0 0 4096 0 0 0 0 17 1 0 0
/proc/15563/statm: 81652 73321 410 171 0 80577 0
Current children cumulated CPU time (s) 25.34
Current children cumulated vsize (KiB) 326608

[startup+51.1024 s]
/proc/loadavg: 2.15 2.16 2.10 3/82 15568
/proc/meminfo: memFree=1196360/2055920 swapFree=4192812/4192956
[pid=15563] ppid=15561 vsize=326824 CPUtime=50.81
/proc/15563/stat : 15563 (pcs.big) R 15561 15563 14311 0 -1 4194304 220047 657 0 0 4992 89 0 0 25 0 1 0 57797718 334667776 73379 996147200 134512640 135215973 4294956304 18446744073709551615 134680937 0 0 4096 0 0 0 0 17 1 0 0
/proc/15563/statm: 81706 73379 410 171 0 80631 0
Current children cumulated CPU time (s) 50.81
Current children cumulated vsize (KiB) 326824

[startup+102.306 s]
/proc/loadavg: 2.20 2.17 2.10 3/82 15568
/proc/meminfo: memFree=1196040/2055920 swapFree=4192812/4192956
[pid=15563] ppid=15561 vsize=327068 CPUtime=101.77
/proc/15563/stat : 15563 (pcs.big) R 15561 15563 14311 0 -1 4194304 355577 657 0 0 10035 142 0 0 25 0 1 0 57797718 334917632 73445 996147200 134512640 135215973 4294956304 18446744073709551615 134609802 0 0 4096 0 0 0 0 17 1 0 0
/proc/15563/statm: 81767 73445 410 171 0 80692 0
Current children cumulated CPU time (s) 101.77
Current children cumulated vsize (KiB) 327068

[startup+162.302 s]
/proc/loadavg: 2.50 2.27 2.14 3/82 15568
/proc/meminfo: memFree=1190600/2055920 swapFree=4192812/4192956
[pid=15563] ppid=15561 vsize=327944 CPUtime=161.47
/proc/15563/stat : 15563 (pcs.big) R 15561 15563 14311 0 -1 4194304 895092 657 0 0 15802 345 0 0 25 0 1 0 57797718 335814656 74821 996147200 134512640 135215973 4294956304 18446744073709551615 134648452 0 0 4096 0 0 0 0 17 1 0 0
/proc/15563/statm: 81986 74821 410 171 0 80911 0
Current children cumulated CPU time (s) 161.47
Current children cumulated vsize (KiB) 327944

[startup+222.302 s]
/proc/loadavg: 2.25 2.23 2.13 3/82 15568
/proc/meminfo: memFree=1189384/2055920 swapFree=4192812/4192956
[pid=15563] ppid=15561 vsize=328980 CPUtime=221.17
/proc/15563/stat : 15563 (pcs.big) R 15561 15563 14311 0 -1 4194304 1318292 657 0 0 21614 503 0 0 25 0 1 0 57797718 336875520 75109 996147200 134512640 135215973 4294956304 18446744073709551615 134590633 0 0 4096 0 0 0 0 17 1 0 0
/proc/15563/statm: 82245 75109 410 171 0 81170 0
Current children cumulated CPU time (s) 221.17
Current children cumulated vsize (KiB) 328980

[startup+282.301 s]
/proc/loadavg: 2.15 2.20 2.12 3/82 15568
/proc/meminfo: memFree=1186696/2055920 swapFree=4192812/4192956
[pid=15563] ppid=15561 vsize=331704 CPUtime=280.88
/proc/15563/stat : 15563 (pcs.big) R 15561 15563 14311 0 -1 4194304 2744316 657 0 0 27053 1035 0 0 25 0 1 0 57797718 339664896 75772 996147200 134512640 135215973 4294956304 18446744073709551615 134532677 0 0 4096 0 0 0 0 17 1 0 0
/proc/15563/statm: 82926 75772 410 171 0 81851 0
Current children cumulated CPU time (s) 280.88
Current children cumulated vsize (KiB) 331704

[startup+342.301 s]
/proc/loadavg: 2.11 2.18 2.12 3/82 15568
/proc/meminfo: memFree=1178056/2055920 swapFree=4192812/4192956
[pid=15563] ppid=15561 vsize=356788 CPUtime=340.59
/proc/15563/stat : 15563 (pcs.big) R 15561 15563 14311 0 -1 4194304 2905882 657 0 0 32960 1099 0 0 25 0 1 0 57797718 365350912 77953 996147200 134512640 135215973 4294956304 18446744073709551615 134907445 0 0 4096 0 0 0 0 17 1 0 0
/proc/15563/statm: 89197 77953 410 171 0 88122 0
Current children cumulated CPU time (s) 340.59
Current children cumulated vsize (KiB) 356788

[startup+402.302 s]
/proc/loadavg: 2.09 2.16 2.11 3/82 15568
/proc/meminfo: memFree=1178056/2055920 swapFree=4192812/4192956
[pid=15563] ppid=15561 vsize=356788 CPUtime=400.3
/proc/15563/stat : 15563 (pcs.big) R 15561 15563 14311 0 -1 4194304 2905890 657 0 0 38931 1099 0 0 25 0 1 0 57797718 365350912 77961 996147200 134512640 135215973 4294956304 18446744073709551615 134648275 0 0 4096 0 0 0 0 17 1 0 0
/proc/15563/statm: 89197 77961 410 171 0 88122 0
Current children cumulated CPU time (s) 400.3
Current children cumulated vsize (KiB) 356788

[startup+462.302 s]
/proc/loadavg: 2.08 2.14 2.10 3/82 15568
/proc/meminfo: memFree=1178056/2055920 swapFree=4192812/4192956
[pid=15563] ppid=15561 vsize=356788 CPUtime=460
/proc/15563/stat : 15563 (pcs.big) R 15561 15563 14311 0 -1 4194304 3095052 657 0 0 44830 1170 0 0 25 0 1 0 57797718 365350912 77969 996147200 134512640 135215973 4294956304 18446744073709551615 4158960109 0 0 4096 0 0 0 0 17 1 0 0
/proc/15563/statm: 89197 77969 410 171 0 88122 0
Current children cumulated CPU time (s) 460
Current children cumulated vsize (KiB) 356788

[startup+522.302 s]
/proc/loadavg: 2.07 2.13 2.10 3/73 15602
/proc/meminfo: memFree=1161888/2055920 swapFree=4192812/4192956
[pid=15563] ppid=15561 vsize=356788 CPUtime=519.8
/proc/15563/stat : 15563 (pcs.big) R 15561 15563 14311 0 -1 4194304 3529536 657 0 0 50640 1340 0 0 25 0 1 0 57797718 365350912 77977 996147200 134512640 135215973 4294956304 18446744073709551615 134590633 0 0 4096 0 0 0 0 17 0 0 0
/proc/15563/statm: 89197 77977 410 171 0 88122 0
Current children cumulated CPU time (s) 519.8
Current children cumulated vsize (KiB) 356788

[startup+582.302 s]
/proc/loadavg: 2.07 2.12 2.09 3/73 15602
/proc/meminfo: memFree=1154400/2055920 swapFree=4192812/4192956
[pid=15563] ppid=15561 vsize=356788 CPUtime=579.77
/proc/15563/stat : 15563 (pcs.big) R 15561 15563 14311 0 -1 4194304 3975172 657 0 0 56478 1499 0 0 25 0 1 0 57797718 365350912 77986 996147200 134512640 135215973 4294956304 18446744073709551615 134609800 0 0 4096 0 0 0 0 17 0 0 0
/proc/15563/statm: 89197 77986 410 171 0 88122 0
Current children cumulated CPU time (s) 579.77
Current children cumulated vsize (KiB) 356788

[startup+642.301 s]
/proc/loadavg: 2.06 2.11 2.09 3/73 15602
/proc/meminfo: memFree=1122144/2055920 swapFree=4192812/4192956
[pid=15563] ppid=15561 vsize=361212 CPUtime=639.75

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

[startup+822.301 s]
/proc/loadavg: 2.02 2.07 2.08 3/73 15634
/proc/meminfo: memFree=1059616/2055920 swapFree=4192812/4192956
[pid=15563] ppid=15561 vsize=362740 CPUtime=819.65
/proc/15563/stat : 15563 (pcs.big) R 15561 15563 14311 0 -1 4194304 5707297 657 0 0 79829 2136 0 0 25 0 1 0 57797718 371445760 79512 996147200 134512640 135215973 4294956304 18446744073709551615 134593969 0 0 4096 0 0 0 0 17 0 0 0
/proc/15563/statm: 90685 79512 410 171 0 89610 0
Current children cumulated CPU time (s) 819.65
Current children cumulated vsize (KiB) 362740

[startup+882.302 s]
/proc/loadavg: 2.05 2.07 2.08 3/73 15634
/proc/meminfo: memFree=1057184/2055920 swapFree=4192812/4192956
[pid=15563] ppid=15561 vsize=362988 CPUtime=879.61
/proc/15563/stat : 15563 (pcs.big) R 15561 15563 14311 0 -1 4194304 5846939 657 0 0 85772 2189 0 0 25 0 1 0 57797718 371699712 79560 996147200 134512640 135215973 4294956304 18446744073709551615 135095273 0 0 4096 0 0 0 0 17 0 0 0
/proc/15563/statm: 90747 79560 410 171 0 89672 0
Current children cumulated CPU time (s) 879.61
Current children cumulated vsize (KiB) 362988

[startup+942.302 s]
/proc/loadavg: 2.02 2.06 2.07 3/73 15634
/proc/meminfo: memFree=1048608/2055920 swapFree=4192812/4192956
[pid=15563] ppid=15561 vsize=363236 CPUtime=939.58
/proc/15563/stat : 15563 (pcs.big) R 15561 15563 14311 0 -1 4194304 6040723 657 0 0 91694 2264 0 0 25 0 1 0 57797718 371953664 79647 996147200 134512640 135215973 4294956304 18446744073709551615 134648452 0 0 4096 0 0 0 0 17 0 0 0
/proc/15563/statm: 90809 79647 410 171 0 89734 0
Current children cumulated CPU time (s) 939.58
Current children cumulated vsize (KiB) 363236

[startup+1002.3 s]
/proc/loadavg: 2.00 2.04 2.07 3/73 15634
/proc/meminfo: memFree=1045728/2055920 swapFree=4192812/4192956
[pid=15563] ppid=15561 vsize=365728 CPUtime=999.56
/proc/15563/stat : 15563 (pcs.big) R 15561 15563 14311 0 -1 4194304 6350270 657 0 0 97577 2379 0 0 25 0 1 0 57797718 374505472 80270 996147200 134512640 135215973 4294956304 18446744073709551615 4158960146 0 0 4096 0 0 0 0 17 0 0 0
/proc/15563/statm: 91432 80270 410 171 0 90357 0
Current children cumulated CPU time (s) 999.56
Current children cumulated vsize (KiB) 365728

[startup+1062.3 s]
/proc/loadavg: 2.00 2.03 2.06 3/73 15634
/proc/meminfo: memFree=1037408/2055920 swapFree=4192812/4192956
[pid=15563] ppid=15561 vsize=370968 CPUtime=1059.53
/proc/15563/stat : 15563 (pcs.big) R 15561 15563 14311 0 -1 4194304 6695243 657 0 0 103447 2506 0 0 25 0 1 0 57797718 379871232 82040 996147200 134512640 135215973 4294956304 18446744073709551615 134609802 0 0 4096 0 0 0 0 17 0 0 0
/proc/15563/statm: 92742 82040 410 171 0 91667 0
Current children cumulated CPU time (s) 1059.53
Current children cumulated vsize (KiB) 370968

[startup+1122.3 s]
/proc/loadavg: 2.00 2.02 2.06 3/73 15634
/proc/meminfo: memFree=1034912/2055920 swapFree=4192812/4192956
[pid=15563] ppid=15561 vsize=371840 CPUtime=1119.5
/proc/15563/stat : 15563 (pcs.big) R 15561 15563 14311 0 -1 4194304 7035360 657 0 0 109316 2634 0 0 25 0 1 0 57797718 380764160 82258 996147200 134512640 135215973 4294956304 18446744073709551615 134609802 0 0 4096 0 0 0 0 17 0 0 0
/proc/15563/statm: 92960 82258 410 171 0 91885 0
Current children cumulated CPU time (s) 1119.5
Current children cumulated vsize (KiB) 371840

[startup+1182.3 s]
/proc/loadavg: 2.00 2.02 2.05 3/73 15634
/proc/meminfo: memFree=1025632/2055920 swapFree=4192812/4192956
[pid=15563] ppid=15561 vsize=372848 CPUtime=1179.48
/proc/15563/stat : 15563 (pcs.big) R 15561 15563 14311 0 -1 4194304 7412688 657 0 0 115173 2775 0 0 25 0 1 0 57797718 381796352 82517 996147200 134512640 135215973 4294956304 18446744073709551615 134533343 0 0 4096 0 0 0 0 17 0 0 0
/proc/15563/statm: 93212 82517 410 171 0 92137 0
Current children cumulated CPU time (s) 1179.48
Current children cumulated vsize (KiB) 372848

[startup+1242.3 s]
/proc/loadavg: 2.00 2.01 2.04 3/73 15634
/proc/meminfo: memFree=1023072/2055920 swapFree=4192812/4192956
[pid=15563] ppid=15561 vsize=373364 CPUtime=1239.44
/proc/15563/stat : 15563 (pcs.big) R 15561 15563 14311 0 -1 4194304 7675906 657 0 0 121072 2872 0 0 25 0 1 0 57797718 382324736 82654 996147200 134512640 135215973 4294956304 18446744073709551615 134532946 0 0 4096 0 0 0 0 17 0 0 0
/proc/15563/statm: 93341 82654 410 171 0 92266 0
Current children cumulated CPU time (s) 1239.44
Current children cumulated vsize (KiB) 373364

[startup+1302.3 s]
/proc/loadavg: 2.00 2.01 2.04 3/73 15634
/proc/meminfo: memFree=1021536/2055920 swapFree=4192812/4192956
[pid=15563] ppid=15561 vsize=373864 CPUtime=1299.42
/proc/15563/stat : 15563 (pcs.big) R 15561 15563 14311 0 -1 4194304 7897415 657 0 0 126987 2955 0 0 25 0 1 0 57797718 382836736 82795 996147200 134512640 135215973 4294956304 18446744073709551615 134902593 0 0 4096 0 0 0 0 17 0 0 0
/proc/15563/statm: 93466 82795 410 171 0 92391 0
Current children cumulated CPU time (s) 1299.42
Current children cumulated vsize (KiB) 373864

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 2.03 3/73 15634
/proc/meminfo: memFree=1000288/2055920 swapFree=4192812/4192956
[pid=15563] ppid=15561 vsize=376140 CPUtime=1359.4
/proc/15563/stat : 15563 (pcs.big) R 15561 15563 14311 0 -1 4194304 8176494 657 0 0 132878 3062 0 0 25 0 1 0 57797718 385167360 83100 996147200 134512640 135215973 4294956304 18446744073709551615 134627170 0 0 4096 0 0 0 0 17 0 0 0
/proc/15563/statm: 94035 83116 410 171 0 92960 0
Current children cumulated CPU time (s) 1359.4
Current children cumulated vsize (KiB) 376140

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.03 3/73 15634
/proc/meminfo: memFree=988768/2055920 swapFree=4192812/4192956
[pid=15563] ppid=15561 vsize=378416 CPUtime=1419.37
/proc/15563/stat : 15563 (pcs.big) R 15561 15563 14311 0 -1 4194304 8559379 657 0 0 138734 3203 0 0 25 0 1 0 57797718 387497984 83959 996147200 134512640 135215973 4294956304 18446744073709551615 134609802 0 0 4096 0 0 0 0 17 0 0 0
/proc/15563/statm: 94604 83959 410 171 0 93529 0
Current children cumulated CPU time (s) 1419.37
Current children cumulated vsize (KiB) 378416

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.02 3/73 15634
/proc/meminfo: memFree=984736/2055920 swapFree=4192812/4192956
[pid=15563] ppid=15561 vsize=381600 CPUtime=1479.34
/proc/15563/stat : 15563 (pcs.big) R 15561 15563 14311 0 -1 4194304 9353544 657 0 0 144438 3496 0 0 25 0 1 0 57797718 390758400 84339 996147200 134512640 135215973 4294956304 18446744073709551615 3603534 0 0 4096 0 0 0 0 17 0 0 0
/proc/15563/statm: 95400 84355 410 171 0 94325 0
Current children cumulated CPU time (s) 1479.34
Current children cumulated vsize (KiB) 381600

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.02 3/73 15634
/proc/meminfo: memFree=980384/2055920 swapFree=4192812/4192956
[pid=15563] ppid=15561 vsize=383388 CPUtime=1539.31
/proc/15563/stat : 15563 (pcs.big) R 15561 15563 14311 0 -1 4194304 10321677 657 0 0 150069 3862 0 0 25 0 1 0 57797718 392589312 85225 996147200 134512640 135215973 4294956304 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 0 0 0
/proc/15563/statm: 95847 84812 410 171 0 94772 0
Current children cumulated CPU time (s) 1539.31
Current children cumulated vsize (KiB) 383388

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.01 3/73 15634
/proc/meminfo: memFree=976288/2055920 swapFree=4192812/4192956
[pid=15563] ppid=15561 vsize=383512 CPUtime=1599.28
/proc/15563/stat : 15563 (pcs.big) R 15561 15563 14311 0 -1 4194304 11203880 657 0 0 155743 4185 0 0 25 0 1 0 57797718 392716288 85260 996147200 134512640 135215973 4294956304 18446744073709551615 134585720 0 0 4096 0 0 0 0 17 0 0 0
/proc/15563/statm: 95878 85260 410 171 0 94803 0
Current children cumulated CPU time (s) 1599.28
Current children cumulated vsize (KiB) 383512

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/73 15634
/proc/meminfo: memFree=972320/2055920 swapFree=4192812/4192956
[pid=15563] ppid=15561 vsize=386948 CPUtime=1659.26
/proc/15563/stat : 15563 (pcs.big) R 15561 15563 14311 0 -1 4194304 12184801 657 0 0 161373 4553 0 0 25 0 1 0 57797718 396234752 86133 996147200 134512640 135215973 4294956304 18446744073709551615 134627170 0 0 4096 0 0 0 0 17 0 0 0
/proc/15563/statm: 96737 86135 410 171 0 95662 0
Current children cumulated CPU time (s) 1659.26
Current children cumulated vsize (KiB) 386948

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/73 15634
/proc/meminfo: memFree=966880/2055920 swapFree=4192812/4192956
[pid=15563] ppid=15561 vsize=386444 CPUtime=1719.23
/proc/15563/stat : 15563 (pcs.big) R 15561 15563 14311 0 -1 4194304 12991320 657 0 0 167068 4855 0 0 25 0 1 0 57797718 395718656 86062 996147200 134512640 135215973 4294956304 18446744073709551615 134532946 0 0 4096 0 0 0 0 17 0 0 0
/proc/15563/statm: 96611 86062 410 171 0 95536 0
Current children cumulated CPU time (s) 1719.23
Current children cumulated vsize (KiB) 386444

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/73 15636
/proc/meminfo: memFree=963808/2055920 swapFree=4192812/4192956
[pid=15563] ppid=15561 vsize=386828 CPUtime=1779.2
/proc/15563/stat : 15563 (pcs.big) R 15561 15563 14311 0 -1 4194304 13452741 657 0 0 172890 5030 0 0 25 0 1 0 57797718 396111872 86162 996147200 134512640 135215973 4294956304 18446744073709551615 134587409 0 0 4096 0 0 0 0 17 0 0 0
/proc/15563/statm: 96707 86162 410 171 0 95632 0
Current children cumulated CPU time (s) 1779.2
Current children cumulated vsize (KiB) 386828



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1803.2 s]
/proc/loadavg: 2.00 2.00 2.00 3/73 15636
/proc/meminfo: memFree=963488/2055920 swapFree=4192812/4192956
[pid=15563] ppid=15561 vsize=386956 CPUtime=1800.09
/proc/15563/stat : 15563 (pcs.big) R 15561 15563 14311 0 -1 4194304 13599387 657 0 0 174924 5085 0 0 25 0 1 0 57797718 396242944 86193 996147200 134512640 135215973 4294956304 18446744073709551615 4158960036 0 0 4096 0 0 0 0 17 0 0 0
/proc/15563/statm: 96739 86193 410 171 0 95664 0
Current children cumulated CPU time (s) 1800.09
Current children cumulated vsize (KiB) 386956

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): 1803.26
CPU time (s): 1800.18
CPU user time (s): 1749.25
CPU system time (s): 50.9243
CPU usage (%): 99.8289
Max. virtual memory (cumulated for all children) (KiB): 388608

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1749.25
system time used= 50.9243
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 13600044
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 19
involuntary context switches= 11011

runsolver used 2.27865 second user time and 5.9301 second system time

The end

Launcher Data

Begin job on node37 at 2009-07-16 03:22:15
IDJOB=2068865
IDBENCH=54946
IDSOLVER=733
FILE ID=node37/2068865-1247707335
PBS_JOBID= 9521236
Free space on /tmp= 66396 MiB

SOLVER NAME= pcs 0.2
BENCH NAME= CPAI08/csp/tdsp/normalized-C7-1-241.xml
COMMAND LINE= HOME/pcssolve -s RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2068865-1247707335/watcher-2068865-1247707335 -o /tmp/evaluation-result-2068865-1247707335/solver-2068865-1247707335 -C 1800 -W 2000 -M 900  HOME/pcssolve -s 120738830 HOME/instance-2068865-1247707335.xml

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

MD5SUM BENCH= e33b3bc917a705688363a7a6c552a6f8
RANDOM SEED=120738830

node37.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.260
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.260
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:       1489840 kB
Buffers:         74096 kB
Cached:         385584 kB
SwapCached:          0 kB
Active:         206724 kB
Inactive:       292260 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1489840 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            5040 kB
Writeback:           0 kB
Mapped:          59748 kB
Slab:            52272 kB
Committed_AS:   595852 kB
PageTables:       1868 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= 66384 MiB
End job on node37 at 2009-07-16 03:52:21