Trace number 2083154

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.09 1811.35

General information on the benchmark

Namecsp/fapp/fapp10/
normalized-fapp10-0900-4.xml
MD5SUMf60495681f907379789521d31738f5ab
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark26.6949
Satisfiable
(Un)Satisfiability was proved
Number of variables900
Number of constraints11381
Maximum constraint arity2
Maximum domain size362
Number of constraints which are defined in extension0
Number of constraints which are defined in intension11381
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.17/0.21	c Seed is 389337707
0.17/0.21	c Constructing HOME/instance-2083154-1247722526.xml  with 71589 constraints
1.16/1.28	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-2083154-1247722526/watcher-2083154-1247722526 -o /tmp/evaluation-result-2083154-1247722526/solver-2083154-1247722526 -C 1800 -W 2000 -M 900 HOME/pcssolve -s 389337707 HOME/instance-2083154-1247722526.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: 1.92 1.98 1.99 4/72 13050
/proc/meminfo: memFree=1427248/2055920 swapFree=4192812/4192956
[pid=13050] ppid=13048 vsize=5356 CPUtime=0
/proc/13050/stat : 13050 (pcssolve) R 13048 13050 10799 0 -1 4194304 273 0 0 0 0 0 0 0 20 0 1 0 59315684 5484544 241 996147200 4194304 4889804 548682068800 18446744073709551615 271894243999 0 65538 4100 65536 0 0 0 17 1 0 0
/proc/13050/statm: 1339 241 200 169 0 50 0
[pid=13051] ppid=13050 vsize=5356 CPUtime=0
/proc/13051/stat : 13051 (pcssolve) R 13050 13050 10799 0 -1 4194368 0 0 0 0 0 0 0 0 20 0 1 0 59315685 5484544 241 996147200 4194304 4889804 548682068800 18446744073709551615 271894243999 0 65538 4100 65536 0 0 0 17 1 0 0
/proc/13051/statm: 1339 241 200 169 0 50 0

[startup+0.0693919 s]
/proc/loadavg: 1.92 1.98 1.99 4/72 13050
/proc/meminfo: memFree=1427248/2055920 swapFree=4192812/4192956
[pid=13050] ppid=13048 vsize=5776 CPUtime=0.04
/proc/13050/stat : 13050 (pcs.big) R 13048 13050 10799 0 -1 4194304 1089 664 0 0 4 0 0 0 18 0 1 0 59315684 5914624 720 996147200 134512640 135215973 4294956304 18446744073709551615 134581441 0 0 4096 0 0 0 0 17 1 0 0
/proc/13050/statm: 1444 720 386 171 0 369 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 5776

[startup+0.101399 s]
/proc/loadavg: 1.92 1.98 1.99 4/72 13050
/proc/meminfo: memFree=1427248/2055920 swapFree=4192812/4192956
[pid=13050] ppid=13048 vsize=6776 CPUtime=0.07
/proc/13050/stat : 13050 (pcs.big) R 13048 13050 10799 0 -1 4194304 1378 664 0 0 7 0 0 0 18 0 1 0 59315684 6938624 899 996147200 134512640 135215973 4294956304 18446744073709551615 4159195808 0 0 4096 0 0 0 0 17 1 0 0
/proc/13050/statm: 1694 899 386 171 0 619 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 6776

[startup+0.301423 s]
/proc/loadavg: 1.92 1.98 1.99 4/72 13050
/proc/meminfo: memFree=1427248/2055920 swapFree=4192812/4192956
[pid=13050] ppid=13048 vsize=11888 CPUtime=0.28
/proc/13050/stat : 13050 (pcs.big) R 13048 13050 10799 0 -1 4194304 2990 664 0 0 27 1 0 0 19 0 1 0 59315684 12173312 1982 996147200 134512640 135215973 4294956304 18446744073709551615 5967959 0 0 4096 0 0 0 0 17 1 0 0
/proc/13050/statm: 2972 1982 386 171 0 1897 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 11888

[startup+0.701457 s]
/proc/loadavg: 1.92 1.98 1.99 4/72 13050
/proc/meminfo: memFree=1427248/2055920 swapFree=4192812/4192956
[pid=13050] ppid=13048 vsize=22524 CPUtime=0.67
/proc/13050/stat : 13050 (pcs.big) R 13048 13050 10799 0 -1 4194304 6363 664 0 0 64 3 0 0 23 0 1 0 59315684 23064576 3848 996147200 134512640 135215973 4294956304 18446744073709551615 134794993 0 0 4096 0 0 0 0 17 1 0 0
/proc/13050/statm: 5631 3848 386 171 0 4556 0
Current children cumulated CPU time (s) 0.67
Current children cumulated vsize (KiB) 22524

[startup+1.50153 s]
/proc/loadavg: 1.92 1.98 1.99 3/73 13055
/proc/meminfo: memFree=1407784/2055920 swapFree=4192812/4192956
[pid=13050] ppid=13048 vsize=38396 CPUtime=1.46
/proc/13050/stat : 13050 (pcs.big) R 13048 13050 10799 0 -1 4194304 13209 664 0 0 140 6 0 0 25 0 1 0 59315684 39317504 8353 996147200 134512640 135215973 4294956304 18446744073709551615 134600886 0 0 4096 0 0 0 0 17 1 0 0
/proc/13050/statm: 9599 8353 410 171 0 8524 0
Current children cumulated CPU time (s) 1.46
Current children cumulated vsize (KiB) 38396

[startup+3.10169 s]
/proc/loadavg: 1.92 1.98 1.99 3/73 13055
/proc/meminfo: memFree=1394344/2055920 swapFree=4192812/4192956
[pid=13050] ppid=13048 vsize=38820 CPUtime=3.05
/proc/13050/stat : 13050 (pcs.big) R 13048 13050 10799 0 -1 4194304 13389 664 0 0 299 6 0 0 25 0 1 0 59315684 39751680 8463 996147200 134512640 135215973 4294956304 18446744073709551615 134599873 0 0 4096 0 0 0 0 17 1 0 0
/proc/13050/statm: 9705 8463 410 171 0 8630 0
Current children cumulated CPU time (s) 3.05
Current children cumulated vsize (KiB) 38820

[startup+6.303 s]
/proc/loadavg: 1.93 1.98 1.99 3/73 13055
/proc/meminfo: memFree=1392872/2055920 swapFree=4192812/4192956
[pid=13050] ppid=13048 vsize=40332 CPUtime=6.22
/proc/13050/stat : 13050 (pcs.big) R 13048 13050 10799 0 -1 4194304 13881 664 0 0 616 6 0 0 25 0 1 0 59315684 41299968 8641 996147200 134512640 135215973 4294956304 18446744073709551615 134591448 0 0 4096 0 0 0 0 17 1 0 0
/proc/13050/statm: 10083 8641 410 171 0 9008 0
Current children cumulated CPU time (s) 6.22
Current children cumulated vsize (KiB) 40332

[startup+12.7016 s]
/proc/loadavg: 1.93 1.98 1.99 3/73 13055
/proc/meminfo: memFree=1387560/2055920 swapFree=4192812/4192956
[pid=13050] ppid=13048 vsize=42840 CPUtime=12.57
/proc/13050/stat : 13050 (pcs.big) R 13048 13050 10799 0 -1 4194304 14661 664 0 0 1250 7 0 0 25 0 1 0 59315684 43868160 9421 996147200 134512640 135215973 4294956304 18446744073709551615 134585888 0 0 4096 0 0 0 0 17 1 0 0
/proc/13050/statm: 10710 9421 410 171 0 9635 0
Current children cumulated CPU time (s) 12.57
Current children cumulated vsize (KiB) 42840

[startup+25.5019 s]
/proc/loadavg: 1.95 1.98 1.99 3/73 13055
/proc/meminfo: memFree=1382632/2055920 swapFree=4192812/4192956
[pid=13050] ppid=13048 vsize=45428 CPUtime=25.28
/proc/13050/stat : 13050 (pcs.big) R 13048 13050 10799 0 -1 4194304 16674 664 0 0 2520 8 0 0 25 0 1 0 59315684 46518272 9919 996147200 134512640 135215973 4294956304 18446744073709551615 134583383 0 0 4096 0 0 0 0 17 1 0 0
/proc/13050/statm: 11357 9919 413 171 0 10282 0
Current children cumulated CPU time (s) 25.28
Current children cumulated vsize (KiB) 45428

[startup+51.1014 s]
/proc/loadavg: 1.96 1.98 1.99 3/73 13055
/proc/meminfo: memFree=1375336/2055920 swapFree=4192812/4192956
[pid=13050] ppid=13048 vsize=48332 CPUtime=50.68
/proc/13050/stat : 13050 (pcs.big) R 13048 13050 10799 0 -1 4194304 37770 664 0 0 5054 14 0 0 25 0 1 0 59315684 49491968 10641 996147200 134512640 135215973 4294956304 18446744073709551615 134585800 0 0 4096 0 0 0 0 17 1 0 0
/proc/13050/statm: 12083 10641 413 171 0 11008 0
Current children cumulated CPU time (s) 50.68
Current children cumulated vsize (KiB) 48332

[startup+102.306 s]
/proc/loadavg: 1.98 1.98 1.99 3/73 13055
/proc/meminfo: memFree=1355432/2055920 swapFree=4192812/4192956
[pid=13050] ppid=13048 vsize=56248 CPUtime=101.5
/proc/13050/stat : 13050 (pcs.big) R 13048 13050 10799 0 -1 4194304 87843 664 0 0 10122 28 0 0 25 0 1 0 59315684 57597952 12646 996147200 134512640 135215973 4294956304 18446744073709551615 134585720 0 0 4096 0 0 0 0 17 1 0 0
/proc/13050/statm: 14062 12646 413 171 0 12987 0
Current children cumulated CPU time (s) 101.5
Current children cumulated vsize (KiB) 56248

[startup+162.301 s]
/proc/loadavg: 1.99 1.98 1.99 3/73 13055
/proc/meminfo: memFree=1337256/2055920 swapFree=4192812/4192956
[pid=13050] ppid=13048 vsize=64680 CPUtime=161.04
/proc/13050/stat : 13050 (pcs.big) R 13048 13050 10799 0 -1 4194304 146720 664 0 0 16059 45 0 0 25 0 1 0 59315684 66232320 14793 996147200 134512640 135215973 4294956304 18446744073709551615 134585762 0 0 4096 0 0 0 0 17 1 0 0
/proc/13050/statm: 16170 14793 413 171 0 15095 0
Current children cumulated CPU time (s) 161.04
Current children cumulated vsize (KiB) 64680

[startup+222.301 s]
/proc/loadavg: 1.99 1.98 1.99 3/73 13055
/proc/meminfo: memFree=1319080/2055920 swapFree=4192812/4192956
[pid=13050] ppid=13048 vsize=72892 CPUtime=220.58
/proc/13050/stat : 13050 (pcs.big) R 13048 13050 10799 0 -1 4194304 189138 664 0 0 22001 57 0 0 25 0 1 0 59315684 74641408 16362 996147200 134512640 135215973 4294956304 18446744073709551615 134591616 0 0 4096 0 0 0 0 17 1 0 0
/proc/13050/statm: 18223 16362 413 171 0 17148 0
Current children cumulated CPU time (s) 220.58
Current children cumulated vsize (KiB) 72892

[startup+282.301 s]
/proc/loadavg: 1.99 1.98 1.99 3/73 13055
/proc/meminfo: memFree=1307560/2055920 swapFree=4192812/4192956
[pid=13050] ppid=13048 vsize=78300 CPUtime=280.13
/proc/13050/stat : 13050 (pcs.big) R 13048 13050 10799 0 -1 4194304 223774 664 0 0 27943 70 0 0 25 0 1 0 59315684 80179200 17692 996147200 134512640 135215973 4294956304 18446744073709551615 134585388 0 0 4096 0 0 0 0 17 1 0 0
/proc/13050/statm: 19575 17692 413 171 0 18500 0
Current children cumulated CPU time (s) 280.13
Current children cumulated vsize (KiB) 78300

[startup+342.302 s]
/proc/loadavg: 1.99 1.98 1.99 3/73 13055
/proc/meminfo: memFree=1294056/2055920 swapFree=4192812/4192956
[pid=13050] ppid=13048 vsize=84504 CPUtime=339.68
/proc/13050/stat : 13050 (pcs.big) R 13048 13050 10799 0 -1 4194304 243408 664 0 0 33892 76 0 0 25 0 1 0 59315684 86532096 19270 996147200 134512640 135215973 4294956304 18446744073709551615 134597419 0 0 4096 0 0 0 0 17 1 0 0
/proc/13050/statm: 21126 19270 413 171 0 20051 0
Current children cumulated CPU time (s) 339.68
Current children cumulated vsize (KiB) 84504

[startup+402.302 s]
/proc/loadavg: 1.99 1.98 1.99 3/73 13055
/proc/meminfo: memFree=1277928/2055920 swapFree=4192812/4192956
[pid=13050] ppid=13048 vsize=88856 CPUtime=399.22
/proc/13050/stat : 13050 (pcs.big) R 13048 13050 10799 0 -1 4194304 268224 664 0 0 39838 84 0 0 25 0 1 0 59315684 90988544 20357 996147200 134512640 135215973 4294956304 18446744073709551615 134974772 0 0 4096 0 0 0 0 17 1 0 0
/proc/13050/statm: 22214 20357 413 171 0 21139 0
Current children cumulated CPU time (s) 399.22
Current children cumulated vsize (KiB) 88856

[startup+462.302 s]
/proc/loadavg: 1.99 1.98 1.99 3/73 13055
/proc/meminfo: memFree=1253096/2055920 swapFree=4192812/4192956
[pid=13050] ppid=13048 vsize=95172 CPUtime=458.77
/proc/13050/stat : 13050 (pcs.big) R 13048 13050 10799 0 -1 4194304 344545 664 0 0 45771 106 0 0 25 0 1 0 59315684 97456128 21953 996147200 134512640 135215973 4294956304 18446744073709551615 134585697 0 0 4096 0 0 0 0 17 1 0 0
/proc/13050/statm: 23793 21953 413 171 0 22718 0
Current children cumulated CPU time (s) 458.77
Current children cumulated vsize (KiB) 95172

[startup+522.302 s]
/proc/loadavg: 2.06 2.00 2.00 3/73 13055
/proc/meminfo: memFree=1218536/2055920 swapFree=4192812/4192956
[pid=13050] ppid=13048 vsize=109264 CPUtime=518.32
/proc/13050/stat : 13050 (pcs.big) R 13048 13050 10799 0 -1 4194304 397337 664 0 0 51707 125 0 0 25 0 1 0 59315684 111886336 25457 996147200 134512640 135215973 4294956304 18446744073709551615 134599868 0 0 4096 0 0 0 0 17 1 0 0
/proc/13050/statm: 27316 25457 413 171 0 26241 0
Current children cumulated CPU time (s) 518.32
Current children cumulated vsize (KiB) 109264

[startup+582.302 s]
/proc/loadavg: 2.07 2.01 2.00 3/73 13055
/proc/meminfo: memFree=1197224/2055920 swapFree=4192812/4192956
[pid=13050] ppid=13048 vsize=114816 CPUtime=577.86
/proc/13050/stat : 13050 (pcs.big) R 13048 13050 10799 0 -1 4194304 465003 664 0 0 57639 147 0 0 25 0 1 0 59315684 117571584 26877 996147200 134512640 135215973 4294956304 18446744073709551615 134597671 0 0 4096 0 0 0 0 17 1 0 0
/proc/13050/statm: 28704 26877 413 171 0 27629 0
Current children cumulated CPU time (s) 577.86
Current children cumulated vsize (KiB) 114816

[startup+642.301 s]
/proc/loadavg: 2.07 2.02 2.00 3/73 13055
/proc/meminfo: memFree=1184232/2055920 swapFree=4192812/4192956
[pid=13050] ppid=13048 vsize=119964 CPUtime=637.4
/proc/13050/stat : 13050 (pcs.big) R 13048 13050 10799 0 -1 4194304 509481 664 0 0 63577 163 0 0 25 0 1 0 59315684 122843136 28167 996147200 134512640 135215973 4294956304 18446744073709551615 134600802 0 0 4096 0 0 0 0 17 1 0 0
/proc/13050/statm: 29991 28167 413 171 0 28916 0
Current children cumulated CPU time (s) 637.4

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

[startup+882.302 s]
/proc/loadavg: 2.01 2.03 2.00 3/73 13055
/proc/meminfo: memFree=1062248/2055920 swapFree=4192812/4192956
[pid=13050] ppid=13048 vsize=152548 CPUtime=875.58
/proc/13050/stat : 13050 (pcs.big) R 13048 13050 10799 0 -1 4194304 675202 664 0 0 87344 214 0 0 25 0 1 0 59315684 156209152 36325 996147200 134512640 135215973 4294956304 18446744073709551615 134585694 0 0 4096 0 0 0 0 17 1 0 0
/proc/13050/statm: 38137 36325 413 171 0 37062 0
Current children cumulated CPU time (s) 875.58
Current children cumulated vsize (KiB) 152548

[startup+942.302 s]
/proc/loadavg: 2.00 2.02 2.00 3/73 13055
/proc/meminfo: memFree=1033640/2055920 swapFree=4192812/4192956
[pid=13050] ppid=13048 vsize=158616 CPUtime=935.13
/proc/13050/stat : 13050 (pcs.big) R 13048 13050 10799 0 -1 4194304 719131 664 0 0 93287 226 0 0 25 0 1 0 59315684 162422784 37920 996147200 134512640 135215973 4294956304 18446744073709551615 134585880 0 0 4096 0 0 0 0 17 1 0 0
/proc/13050/statm: 39654 37920 413 171 0 38579 0
Current children cumulated CPU time (s) 935.13
Current children cumulated vsize (KiB) 158616

[startup+1002.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/73 13057
/proc/meminfo: memFree=1018600/2055920 swapFree=4192812/4192956
[pid=13050] ppid=13048 vsize=166400 CPUtime=994.67
/proc/13050/stat : 13050 (pcs.big) R 13048 13050 10799 0 -1 4194304 763574 664 0 0 99228 239 0 0 25 0 1 0 59315684 170393600 39846 996147200 134512640 135215973 4294956304 18446744073709551615 134583375 0 0 4096 0 0 0 0 17 1 0 0
/proc/13050/statm: 41600 39846 413 171 0 40525 0
Current children cumulated CPU time (s) 994.67
Current children cumulated vsize (KiB) 166400

[startup+1062.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/73 13057
/proc/meminfo: memFree=998952/2055920 swapFree=4192812/4192956
[pid=13050] ppid=13048 vsize=174844 CPUtime=1054.21
/proc/13050/stat : 13050 (pcs.big) R 13048 13050 10799 0 -1 4194304 808758 664 0 0 105166 255 0 0 25 0 1 0 59315684 179040256 42025 996147200 134512640 135215973 4294956304 18446744073709551615 4158960053 0 0 4096 0 0 0 0 17 1 0 0
/proc/13050/statm: 43711 42025 413 171 0 42636 0
Current children cumulated CPU time (s) 1054.21
Current children cumulated vsize (KiB) 174844

[startup+1122.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/73 13057
/proc/meminfo: memFree=985832/2055920 swapFree=4192812/4192956
[pid=13050] ppid=13048 vsize=177484 CPUtime=1113.77
/proc/13050/stat : 13050 (pcs.big) R 13048 13050 10799 0 -1 4194304 841649 664 0 0 111111 266 0 0 25 0 1 0 59315684 181743616 42708 996147200 134512640 135215973 4294956304 18446744073709551615 134597673 0 0 4096 0 0 0 0 17 1 0 0
/proc/13050/statm: 44371 42708 413 171 0 43296 0
Current children cumulated CPU time (s) 1113.77
Current children cumulated vsize (KiB) 177484

[startup+1182.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/73 13057
/proc/meminfo: memFree=964904/2055920 swapFree=4192812/4192956
[pid=13050] ppid=13048 vsize=181968 CPUtime=1173.3
/proc/13050/stat : 13050 (pcs.big) R 13048 13050 10799 0 -1 4194304 889615 664 0 0 117050 280 0 0 25 0 1 0 59315684 186335232 43826 996147200 134512640 135215973 4294956304 18446744073709551615 4158960021 0 0 4096 0 0 0 0 17 1 0 0
/proc/13050/statm: 45492 43826 413 171 0 44417 0
Current children cumulated CPU time (s) 1173.3
Current children cumulated vsize (KiB) 181968

[startup+1242.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/73 13057
/proc/meminfo: memFree=929192/2055920 swapFree=4192812/4192956
[pid=13050] ppid=13048 vsize=191340 CPUtime=1232.84
/proc/13050/stat : 13050 (pcs.big) R 13048 13050 10799 0 -1 4194304 929763 664 0 0 122992 292 0 0 25 0 1 0 59315684 195932160 46154 996147200 134512640 135215973 4294956304 18446744073709551615 134597640 0 0 4096 0 0 0 0 17 1 0 0
/proc/13050/statm: 47835 46154 413 171 0 46760 0
Current children cumulated CPU time (s) 1232.84
Current children cumulated vsize (KiB) 191340

[startup+1302.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/73 13057
/proc/meminfo: memFree=897768/2055920 swapFree=4192812/4192956
[pid=13050] ppid=13048 vsize=203480 CPUtime=1292.4
/proc/13050/stat : 13050 (pcs.big) R 13048 13050 10799 0 -1 4194304 977956 664 0 0 128933 307 0 0 25 0 1 0 59315684 208363520 49207 996147200 134512640 135215973 4294956304 18446744073709551615 134583640 0 0 4096 0 0 0 0 17 1 0 0
/proc/13050/statm: 50870 49207 413 171 0 49795 0
Current children cumulated CPU time (s) 1292.4
Current children cumulated vsize (KiB) 203480

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/73 13057
/proc/meminfo: memFree=884840/2055920 swapFree=4192812/4192956
[pid=13050] ppid=13048 vsize=208892 CPUtime=1351.94
/proc/13050/stat : 13050 (pcs.big) R 13048 13050 10799 0 -1 4194304 1020022 664 0 0 134876 318 0 0 25 0 1 0 59315684 213905408 50586 996147200 134512640 135215973 4294956304 18446744073709551615 4158960000 0 0 4096 0 0 0 0 17 1 0 0
/proc/13050/statm: 52223 50586 413 171 0 51148 0
Current children cumulated CPU time (s) 1351.94
Current children cumulated vsize (KiB) 208892

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/73 13057
/proc/meminfo: memFree=866792/2055920 swapFree=4192812/4192956
[pid=13050] ppid=13048 vsize=217468 CPUtime=1411.49
/proc/13050/stat : 13050 (pcs.big) R 13048 13050 10799 0 -1 4194304 1062582 664 0 0 140816 333 0 0 25 0 1 0 59315684 222687232 52703 996147200 134512640 135215973 4294956304 18446744073709551615 134600785 0 0 4096 0 0 0 0 17 1 0 0
/proc/13050/statm: 54367 52703 413 171 0 53292 0
Current children cumulated CPU time (s) 1411.49
Current children cumulated vsize (KiB) 217468

[startup+1482.3 s]
/proc/loadavg: 1.87 1.97 1.99 3/73 13122
/proc/meminfo: memFree=1273816/2055920 swapFree=4192812/4192956
[pid=13050] ppid=13048 vsize=223792 CPUtime=1471.15
/proc/13050/stat : 13050 (pcs.big) R 13048 13050 10799 0 -1 4194304 1101398 664 0 0 146770 345 0 0 25 0 1 0 59315684 229163008 54276 996147200 134512640 135215973 4294956304 18446744073709551615 134591835 0 0 4096 0 0 0 0 17 0 0 0
/proc/13050/statm: 55948 54276 413 171 0 54873 0
Current children cumulated CPU time (s) 1471.15
Current children cumulated vsize (KiB) 223792

[startup+1542.3 s]
/proc/loadavg: 1.95 1.97 1.99 3/73 13128
/proc/meminfo: memFree=1259608/2055920 swapFree=4192812/4192956
[pid=13050] ppid=13048 vsize=231312 CPUtime=1531.12
/proc/13050/stat : 13050 (pcs.big) R 13048 13050 10799 0 -1 4194304 1142175 664 0 0 152755 357 0 0 25 0 1 0 59315684 236863488 56196 996147200 134512640 135215973 4294956304 18446744073709551615 134590043 0 0 4096 0 0 0 0 17 0 0 0
/proc/13050/statm: 57828 56196 413 171 0 56753 0
Current children cumulated CPU time (s) 1531.12
Current children cumulated vsize (KiB) 231312

[startup+1602.3 s]
/proc/loadavg: 1.98 1.97 1.99 3/73 13128
/proc/meminfo: memFree=1248024/2055920 swapFree=4192812/4192956
[pid=13050] ppid=13048 vsize=238296 CPUtime=1591.1
/proc/13050/stat : 13050 (pcs.big) R 13048 13050 10799 0 -1 4194304 1182862 664 0 0 158742 368 0 0 25 0 1 0 59315684 244015104 57900 996147200 134512640 135215973 4294956304 18446744073709551615 134585880 0 0 4096 0 0 0 0 17 0 0 0
/proc/13050/statm: 59574 57900 413 171 0 58499 0
Current children cumulated CPU time (s) 1591.1
Current children cumulated vsize (KiB) 238296

[startup+1662.3 s]
/proc/loadavg: 1.99 1.97 1.99 3/73 13128
/proc/meminfo: memFree=1233560/2055920 swapFree=4192812/4192956
[pid=13050] ppid=13048 vsize=243168 CPUtime=1651.07
/proc/13050/stat : 13050 (pcs.big) R 13048 13050 10799 0 -1 4194304 1223275 664 0 0 164726 381 0 0 25 0 1 0 59315684 249004032 59151 996147200 134512640 135215973 4294956304 18446744073709551615 135095366 0 0 4096 0 0 0 0 17 0 0 0
/proc/13050/statm: 60792 59151 413 171 0 59717 0
Current children cumulated CPU time (s) 1651.07
Current children cumulated vsize (KiB) 243168

[startup+1722.3 s]
/proc/loadavg: 1.99 1.97 1.99 3/73 13128
/proc/meminfo: memFree=1218776/2055920 swapFree=4192812/4192956
[pid=13050] ppid=13048 vsize=251996 CPUtime=1711.06
/proc/13050/stat : 13050 (pcs.big) R 13048 13050 10799 0 -1 4194304 1266116 664 0 0 170709 397 0 0 25 0 1 0 59315684 258043904 61366 996147200 134512640 135215973 4294956304 18446744073709551615 134583597 0 0 4096 0 0 0 0 17 0 0 0
/proc/13050/statm: 62999 61366 413 171 0 61924 0
Current children cumulated CPU time (s) 1711.06
Current children cumulated vsize (KiB) 251996

[startup+1782.3 s]
/proc/loadavg: 1.99 1.97 1.99 3/73 13128
/proc/meminfo: memFree=1206680/2055920 swapFree=4192812/4192956
[pid=13050] ppid=13048 vsize=258324 CPUtime=1771.03
/proc/13050/stat : 13050 (pcs.big) R 13048 13050 10799 0 -1 4194304 1303601 664 0 0 176697 406 0 0 25 0 1 0 59315684 264523776 62983 996147200 134512640 135215973 4294956304 18446744073709551615 134532930 0 0 4096 0 0 0 0 17 0 0 0
/proc/13050/statm: 64581 62983 413 171 0 63506 0
Current children cumulated CPU time (s) 1771.03
Current children cumulated vsize (KiB) 258324



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1811.3 s]
/proc/loadavg: 1.99 1.97 1.99 3/73 13128
/proc/meminfo: memFree=1202456/2055920 swapFree=4192812/4192956
[pid=13050] ppid=13048 vsize=261736 CPUtime=1800.03
/proc/13050/stat : 13050 (pcs.big) R 13048 13050 10799 0 -1 4194304 1322693 664 0 0 179591 412 0 0 25 0 1 0 59315684 268017664 63707 996147200 134512640 135215973 4294956304 18446744073709551615 134585780 0 0 4096 0 0 0 0 17 0 0 0
/proc/13050/statm: 65434 63707 413 171 0 64359 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 261736

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

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

[startup+1811.3 s]
/proc/loadavg: 1.99 1.97 1.99 3/73 13128
/proc/meminfo: memFree=1202456/2055920 swapFree=4192812/4192956
[pid=13050] ppid=13048 vsize=261736 CPUtime=1800.03
/proc/13050/stat : 13050 (pcs.big) R 13048 13050 10799 0 -1 4194304 1322693 664 0 0 179591 412 0 0 25 0 1 0 59315684 268017664 63707 996147200 134512640 135215973 4294956304 18446744073709551615 134585780 0 0 4096 0 0 0 0 17 0 0 0
/proc/13050/statm: 65434 63707 413 171 0 64359 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 261736

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1811.35
CPU time (s): 1800.09
CPU user time (s): 1795.92
CPU system time (s): 4.17037
CPU usage (%): 99.3785
Max. virtual memory (cumulated for all children) (KiB): 261848

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1795.92
system time used= 4.17037
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1323357
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= 27
involuntary context switches= 32754

runsolver used 1.80373 second user time and 4.82926 second system time

The end

Launcher Data

Begin job on node60 at 2009-07-16 07:35:27
IDJOB=2083154
IDBENCH=57722
IDSOLVER=733
FILE ID=node60/2083154-1247722526
PBS_JOBID= 9521372
Free space on /tmp= 66428 MiB

SOLVER NAME= pcs 0.2
BENCH NAME= CPAI08/csp/fapp/fapp10/normalized-fapp10-0900-4.xml
COMMAND LINE= HOME/pcssolve -s RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2083154-1247722526/watcher-2083154-1247722526 -o /tmp/evaluation-result-2083154-1247722526/solver-2083154-1247722526 -C 1800 -W 2000 -M 900  HOME/pcssolve -s 389337707 HOME/instance-2083154-1247722526.xml

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

MD5SUM BENCH= f60495681f907379789521d31738f5ab
RANDOM SEED=389337707

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

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

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


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1427728 kB
Buffers:         78968 kB
Cached:         370716 kB
SwapCached:          0 kB
Active:         172588 kB
Inactive:       371984 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1427728 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            3328 kB
Writeback:           0 kB
Mapped:         106400 kB
Slab:            68740 kB
Committed_AS:   623972 kB
PageTables:       1992 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= 66428 MiB
End job on node60 at 2009-07-16 08:05:40