Trace number 2083804

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.14 1808.74

General information on the benchmark

Namecsp/fapp/fapp01/
normalized-fapp01-0200-10.xml
MD5SUMed0064ec6f686799b617fe86f279a28f
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 benchmark1.62775
Satisfiable
(Un)Satisfiability was proved
Number of variables200
Number of constraints2053
Maximum constraint arity2
Maximum domain size190
Number of constraints which are defined in extension0
Number of constraints which are defined in intension2053
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 1567313843
0.00/0.02	c Constructing HOME/instance-2083804-1247723789.xml  with 12829 constraints
0.17/0.22	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-2083804-1247723789/watcher-2083804-1247723789 -o /tmp/evaluation-result-2083804-1247723789/solver-2083804-1247723789 -C 1800 -W 2000 -M 900 HOME/pcssolve -s 1567313843 HOME/instance-2083804-1247723789.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.94 2.05 2.01 4/72 13145
/proc/meminfo: memFree=1290464/2055920 swapFree=4192812/4192956
[pid=13145] ppid=13143 vsize=5356 CPUtime=0
/proc/13145/stat : 13145 (pcssolve) R 13143 13145 13108 0 -1 4194304 273 0 0 0 0 0 0 0 20 0 1 0 59442912 5484544 241 996147200 4194304 4889804 548682068800 18446744073709551615 272836913823 0 65538 4100 65536 0 0 0 17 1 0 0
/proc/13145/statm: 1339 241 200 169 0 50 0
[pid=13146] ppid=13145 vsize=5356 CPUtime=0
/proc/13146/stat : 13146 (pcssolve) R 13145 13145 13108 0 -1 4194368 0 0 0 0 0 0 0 0 20 0 1 0 59442912 5484544 241 996147200 4194304 4889804 548682068800 18446744073709551615 272836913823 0 65538 4100 65536 0 0 0 17 1 0 0
/proc/13146/statm: 1339 241 200 169 0 50 0

[startup+0.058127 s]
/proc/loadavg: 1.94 2.05 2.01 4/72 13145
/proc/meminfo: memFree=1290464/2055920 swapFree=4192812/4192956
[pid=13145] ppid=13143 vsize=5696 CPUtime=0.03
/proc/13145/stat : 13145 (pcs.big) R 13143 13145 13108 0 -1 4194304 1045 661 0 0 3 0 0 0 23 0 1 0 59442912 5832704 676 996147200 134512640 135215973 4294956304 18446744073709551615 12652803 0 0 4096 0 0 0 0 17 1 0 0
/proc/13145/statm: 1424 676 386 171 0 349 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 5696

[startup+0.101132 s]
/proc/loadavg: 1.94 2.05 2.01 4/72 13145
/proc/meminfo: memFree=1290464/2055920 swapFree=4192812/4192956
[pid=13145] ppid=13143 vsize=6692 CPUtime=0.08
/proc/13145/stat : 13145 (pcs.big) R 13143 13145 13108 0 -1 4194304 1304 661 0 0 8 0 0 0 23 0 1 0 59442912 6852608 894 996147200 134512640 135215973 4294956304 18446744073709551615 12686272 0 0 4096 0 0 0 0 17 1 0 0
/proc/13145/statm: 1673 894 386 171 0 598 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 6692

[startup+0.301141 s]
/proc/loadavg: 1.94 2.05 2.01 4/72 13145
/proc/meminfo: memFree=1290464/2055920 swapFree=4192812/4192956
[pid=13145] ppid=13143 vsize=10360 CPUtime=0.27
/proc/13145/stat : 13145 (pcs.big) R 13143 13145 13108 0 -1 4194304 2673 661 0 0 26 1 0 0 25 0 1 0 59442912 10608640 1835 996147200 134512640 135215973 4294956304 18446744073709551615 4158960343 0 0 4096 0 0 0 0 17 1 0 0
/proc/13145/statm: 2590 1835 410 171 0 1515 0
Current children cumulated CPU time (s) 0.27
Current children cumulated vsize (KiB) 10360

[startup+0.701165 s]
/proc/loadavg: 1.94 2.05 2.01 4/72 13145
/proc/meminfo: memFree=1290464/2055920 swapFree=4192812/4192956
[pid=13145] ppid=13143 vsize=10720 CPUtime=0.67
/proc/13145/stat : 13145 (pcs.big) R 13143 13145 13108 0 -1 4194304 2750 661 0 0 66 1 0 0 25 0 1 0 59442912 10977280 1912 996147200 134512640 135215973 4294956304 18446744073709551615 134583626 0 0 4096 0 0 0 0 17 1 0 0
/proc/13145/statm: 2680 1912 410 171 0 1605 0
Current children cumulated CPU time (s) 0.67
Current children cumulated vsize (KiB) 10720

[startup+1.50122 s]
/proc/loadavg: 1.94 2.05 2.01 3/73 13150
/proc/meminfo: memFree=1283480/2055920 swapFree=4192812/4192956
[pid=13145] ppid=13143 vsize=11456 CPUtime=1.46
/proc/13145/stat : 13145 (pcs.big) R 13143 13145 13108 0 -1 4194304 2973 661 0 0 145 1 0 0 25 0 1 0 59442912 11730944 2082 996147200 134512640 135215973 4294956304 18446744073709551615 134969500 0 0 4096 0 0 0 0 17 1 0 0
/proc/13145/statm: 2864 2082 410 171 0 1789 0
Current children cumulated CPU time (s) 1.46
Current children cumulated vsize (KiB) 11456

[startup+3.10133 s]
/proc/loadavg: 1.94 2.05 2.01 3/73 13150
/proc/meminfo: memFree=1282840/2055920 swapFree=4192812/4192956
[pid=13145] ppid=13143 vsize=12372 CPUtime=3.05
/proc/13145/stat : 13145 (pcs.big) R 13143 13145 13108 0 -1 4194304 3254 661 0 0 304 1 0 0 25 0 1 0 59442912 12668928 2258 996147200 134512640 135215973 4294956304 18446744073709551615 134585880 0 0 4096 0 0 0 0 17 1 0 0
/proc/13145/statm: 3093 2258 413 171 0 2018 0
Current children cumulated CPU time (s) 3.05
Current children cumulated vsize (KiB) 12372

[startup+6.30254 s]
/proc/loadavg: 1.94 2.05 2.01 3/73 13150
/proc/meminfo: memFree=1281496/2055920 swapFree=4192812/4192956
[pid=13145] ppid=13143 vsize=12504 CPUtime=6.22
/proc/13145/stat : 13145 (pcs.big) R 13143 13145 13108 0 -1 4194304 3361 661 0 0 621 1 0 0 25 0 1 0 59442912 12804096 2365 996147200 134512640 135215973 4294956304 18446744073709551615 134585694 0 0 4096 0 0 0 0 17 1 0 0
/proc/13145/statm: 3126 2365 413 171 0 2051 0
Current children cumulated CPU time (s) 6.22
Current children cumulated vsize (KiB) 12504

[startup+12.702 s]
/proc/loadavg: 1.95 2.05 2.01 3/73 13150
/proc/meminfo: memFree=1279832/2055920 swapFree=4192812/4192956
[pid=13145] ppid=13143 vsize=13540 CPUtime=12.58
/proc/13145/stat : 13145 (pcs.big) R 13143 13145 13108 0 -1 4194304 3629 661 0 0 1256 2 0 0 25 0 1 0 59442912 13864960 2633 996147200 134512640 135215973 4294956304 18446744073709551615 134597477 0 0 4096 0 0 0 0 17 1 0 0
/proc/13145/statm: 3385 2633 413 171 0 2310 0
Current children cumulated CPU time (s) 12.58
Current children cumulated vsize (KiB) 13540

[startup+25.5018 s]
/proc/loadavg: 1.96 2.04 2.01 3/73 13150
/proc/meminfo: memFree=1277144/2055920 swapFree=4192812/4192956
[pid=13145] ppid=13143 vsize=14956 CPUtime=25.27
/proc/13145/stat : 13145 (pcs.big) R 13143 13145 13108 0 -1 4194304 3964 661 0 0 2525 2 0 0 25 0 1 0 59442912 15314944 2968 996147200 134512640 135215973 4294956304 18446744073709551615 134969789 0 0 4096 0 0 0 0 17 1 0 0
/proc/13145/statm: 3739 2968 413 171 0 2664 0
Current children cumulated CPU time (s) 25.27
Current children cumulated vsize (KiB) 14956

[startup+51.1016 s]
/proc/loadavg: 1.97 2.04 2.01 3/73 13150
/proc/meminfo: memFree=1272984/2055920 swapFree=4192812/4192956
[pid=13145] ppid=13143 vsize=17392 CPUtime=50.65
/proc/13145/stat : 13145 (pcs.big) R 13143 13145 13108 0 -1 4194304 4624 661 0 0 5063 2 0 0 25 0 1 0 59442912 17809408 3419 996147200 134512640 135215973 4294956304 18446744073709551615 134585786 0 0 4096 0 0 0 0 17 1 0 0
/proc/13145/statm: 4348 3419 413 171 0 3273 0
Current children cumulated CPU time (s) 50.65
Current children cumulated vsize (KiB) 17392

[startup+102.307 s]
/proc/loadavg: 1.99 2.03 2.00 3/73 13150
/proc/meminfo: memFree=1261592/2055920 swapFree=4192812/4192956
[pid=13145] ppid=13143 vsize=23360 CPUtime=101.46
/proc/13145/stat : 13145 (pcs.big) R 13143 13145 13108 0 -1 4194304 6139 661 0 0 10143 3 0 0 25 0 1 0 59442912 23920640 4934 996147200 134512640 135215973 4294956304 18446744073709551615 4158960012 0 0 4096 0 0 0 0 17 1 0 0
/proc/13145/statm: 5840 4934 413 171 0 4765 0
Current children cumulated CPU time (s) 101.46
Current children cumulated vsize (KiB) 23360

[startup+162.301 s]
/proc/loadavg: 1.99 2.02 2.00 3/73 13150
/proc/meminfo: memFree=1240856/2055920 swapFree=4192812/4192956
[pid=13145] ppid=13143 vsize=27028 CPUtime=160.97
/proc/13145/stat : 13145 (pcs.big) R 13143 13145 13108 0 -1 4194304 7074 661 0 0 16093 4 0 0 25 0 1 0 59442912 27676672 5869 996147200 134512640 135215973 4294956304 18446744073709551615 4158960148 0 0 4096 0 0 0 0 17 1 0 0
/proc/13145/statm: 6757 5869 413 171 0 5682 0
Current children cumulated CPU time (s) 160.97
Current children cumulated vsize (KiB) 27028

[startup+222.301 s]
/proc/loadavg: 1.99 2.02 2.00 3/73 13150
/proc/meminfo: memFree=1216216/2055920 swapFree=4192812/4192956
[pid=13145] ppid=13143 vsize=32300 CPUtime=220.49
/proc/13145/stat : 13145 (pcs.big) R 13143 13145 13108 0 -1 4194304 8411 661 0 0 22045 4 0 0 25 0 1 0 59442912 33075200 7077 996147200 134512640 135215973 4294956304 18446744073709551615 134585741 0 0 4096 0 0 0 0 17 1 0 0
/proc/13145/statm: 8075 7077 413 171 0 7000 0
Current children cumulated CPU time (s) 220.49
Current children cumulated vsize (KiB) 32300

[startup+282.301 s]
/proc/loadavg: 1.99 2.01 2.00 3/73 13156
/proc/meminfo: memFree=1181136/2055920 swapFree=4192812/4192956
[pid=13145] ppid=13143 vsize=45468 CPUtime=280.02
/proc/13145/stat : 13145 (pcs.big) R 13143 13145 13108 0 -1 4194304 11731 661 0 0 27996 6 0 0 25 0 1 0 59442912 46559232 10397 996147200 134512640 135215973 4294956304 18446744073709551615 134585880 0 0 4096 0 0 0 0 17 1 0 0
/proc/13145/statm: 11367 10397 413 171 0 10292 0
Current children cumulated CPU time (s) 280.02
Current children cumulated vsize (KiB) 45468

[startup+342.301 s]
/proc/loadavg: 1.99 2.01 2.00 3/73 13156
/proc/meminfo: memFree=1146256/2055920 swapFree=4192812/4192956
[pid=13145] ppid=13143 vsize=53964 CPUtime=339.55
/proc/13145/stat : 13145 (pcs.big) R 13143 13145 13108 0 -1 4194304 13859 661 0 0 33948 7 0 0 25 0 1 0 59442912 55259136 12525 996147200 134512640 135215973 4294956304 18446744073709551615 134583557 0 0 4096 0 0 0 0 17 1 0 0
/proc/13145/statm: 13491 12525 413 171 0 12416 0
Current children cumulated CPU time (s) 339.55
Current children cumulated vsize (KiB) 53964

[startup+402.301 s]
/proc/loadavg: 1.99 2.00 2.00 3/73 13156
/proc/meminfo: memFree=1116880/2055920 swapFree=4192812/4192956
[pid=13145] ppid=13143 vsize=60068 CPUtime=399.09
/proc/13145/stat : 13145 (pcs.big) R 13143 13145 13108 0 -1 4194304 15408 661 0 0 39902 7 0 0 25 0 1 0 59442912 61509632 14074 996147200 134512640 135215973 4294956304 18446744073709551615 134585786 0 0 4096 0 0 0 0 17 1 0 0
/proc/13145/statm: 15017 14074 413 171 0 13942 0
Current children cumulated CPU time (s) 399.09
Current children cumulated vsize (KiB) 60068

[startup+462.301 s]
/proc/loadavg: 1.99 2.00 2.00 3/73 13156
/proc/meminfo: memFree=1095184/2055920 swapFree=4192812/4192956
[pid=13145] ppid=13143 vsize=64784 CPUtime=458.62
/proc/13145/stat : 13145 (pcs.big) R 13143 13145 13108 0 -1 4194304 16603 661 0 0 45854 8 0 0 25 0 1 0 59442912 66338816 15269 996147200 134512640 135215973 4294956304 18446744073709551615 134585720 0 0 4096 0 0 0 0 17 1 0 0
/proc/13145/statm: 16196 15269 413 171 0 15121 0
Current children cumulated CPU time (s) 458.62
Current children cumulated vsize (KiB) 64784

[startup+522.301 s]
/proc/loadavg: 1.99 2.00 2.00 3/73 13156
/proc/meminfo: memFree=1062096/2055920 swapFree=4192812/4192956
[pid=13145] ppid=13143 vsize=69256 CPUtime=518.14
/proc/13145/stat : 13145 (pcs.big) R 13143 13145 13108 0 -1 4194304 17827 661 0 0 51805 9 0 0 25 0 1 0 59442912 70918144 16493 996147200 134512640 135215973 4294956304 18446744073709551615 4158960140 0 0 4096 0 0 0 0 17 1 0 0
/proc/13145/statm: 17314 16493 413 171 0 16239 0
Current children cumulated CPU time (s) 518.14
Current children cumulated vsize (KiB) 69256

[startup+582.301 s]
/proc/loadavg: 1.99 2.00 2.00 3/73 13156
/proc/meminfo: memFree=1039832/2055920 swapFree=4192812/4192956
[pid=13145] ppid=13143 vsize=72368 CPUtime=577.66
/proc/13145/stat : 13145 (pcs.big) R 13143 13145 13108 0 -1 4194304 18625 661 0 0 57757 9 0 0 25 0 1 0 59442912 74104832 17291 996147200 134512640 135215973 4294956304 18446744073709551615 134583640 0 0 4096 0 0 0 0 17 1 0 0
/proc/13145/statm: 18092 17291 413 171 0 17017 0
Current children cumulated CPU time (s) 577.66
Current children cumulated vsize (KiB) 72368

[startup+642.301 s]
/proc/loadavg: 1.99 2.00 2.00 3/73 13156
/proc/meminfo: memFree=1014552/2055920 swapFree=4192812/4192956
[pid=13145] ppid=13143 vsize=78908 CPUtime=637.2
/proc/13145/stat : 13145 (pcs.big) R 13143 13145 13108 0 -1 4194304 20270 661 0 0 63710 10 0 0 25 0 1 0 59442912 80801792 18936 996147200 134512640 135215973 4294956304 18446744073709551615 134590027 0 0 4096 0 0 0 0 17 1 0 0
/proc/13145/statm: 19727 18936 413 171 0 18652 0
Current children cumulated CPU time (s) 637.2

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

[startup+882.301 s]
/proc/loadavg: 1.99 2.00 2.00 3/73 13156
/proc/meminfo: memFree=922392/2055920 swapFree=4192812/4192956
[pid=13145] ppid=13143 vsize=90840 CPUtime=875.21
/proc/13145/stat : 13145 (pcs.big) R 13143 13145 13108 0 -1 4194304 23319 661 0 0 87508 13 0 0 25 0 1 0 59442912 93020160 21568 996147200 134512640 135215973 4294956304 18446744073709551615 134583377 0 0 4096 0 0 0 0 17 1 0 0
/proc/13145/statm: 22710 21568 413 171 0 21635 0
Current children cumulated CPU time (s) 875.21
Current children cumulated vsize (KiB) 90840

[startup+942.301 s]
/proc/loadavg: 1.99 2.00 2.00 3/73 13156
/proc/meminfo: memFree=905112/2055920 swapFree=4192812/4192956
[pid=13145] ppid=13143 vsize=94624 CPUtime=934.73
/proc/13145/stat : 13145 (pcs.big) R 13143 13145 13108 0 -1 4194304 24274 661 0 0 93459 14 0 0 25 0 1 0 59442912 96894976 22523 996147200 134512640 135215973 4294956304 18446744073709551615 134584195 0 0 4096 0 0 0 0 17 1 0 0
/proc/13145/statm: 23656 22523 413 171 0 22581 0
Current children cumulated CPU time (s) 934.73
Current children cumulated vsize (KiB) 94624

[startup+1002.3 s]
/proc/loadavg: 2.06 2.02 2.00 3/73 13156
/proc/meminfo: memFree=884824/2055920 swapFree=4192812/4192956
[pid=13145] ppid=13143 vsize=96568 CPUtime=994.25
/proc/13145/stat : 13145 (pcs.big) R 13143 13145 13108 0 -1 4194304 24767 661 0 0 99410 15 0 0 25 0 1 0 59442912 98885632 23016 996147200 134512640 135215973 4294956304 18446744073709551615 134585694 0 0 4096 0 0 0 0 17 1 0 0
/proc/13145/statm: 24142 23016 413 171 0 23067 0
Current children cumulated CPU time (s) 994.25
Current children cumulated vsize (KiB) 96568

[startup+1062.3 s]
/proc/loadavg: 2.02 2.01 2.00 3/73 13222
/proc/meminfo: memFree=1260672/2055920 swapFree=4192812/4192956
[pid=13145] ppid=13143 vsize=102740 CPUtime=1053.96
/proc/13145/stat : 13145 (pcs.big) R 13143 13145 13108 0 -1 4194304 26337 661 0 0 105379 17 0 0 25 0 1 0 59442912 105205760 24296 996147200 134512640 135215973 4294956304 18446744073709551615 134584297 0 0 4096 0 0 0 0 17 0 0 0
/proc/13145/statm: 25685 24296 413 171 0 24610 0
Current children cumulated CPU time (s) 1053.96
Current children cumulated vsize (KiB) 102740

[startup+1122.3 s]
/proc/loadavg: 1.94 1.99 1.99 3/82 13295
/proc/meminfo: memFree=1321648/2055920 swapFree=4192812/4192956
[pid=13145] ppid=13143 vsize=106656 CPUtime=1113.93
/proc/13145/stat : 13145 (pcs.big) R 13143 13145 13108 0 -1 4194304 27331 661 0 0 111375 18 0 0 25 0 1 0 59442912 109215744 25290 996147200 134512640 135215973 4294956304 18446744073709551615 134590055 0 0 4096 0 0 0 0 17 0 0 0
/proc/13145/statm: 26664 25290 413 171 0 25589 0
Current children cumulated CPU time (s) 1113.93
Current children cumulated vsize (KiB) 106656

[startup+1182.3 s]
/proc/loadavg: 1.98 1.99 1.99 3/82 13295
/proc/meminfo: memFree=1310192/2055920 swapFree=4192812/4192956
[pid=13145] ppid=13143 vsize=118256 CPUtime=1173.91
/proc/13145/stat : 13145 (pcs.big) R 13143 13145 13108 0 -1 4194304 30244 661 0 0 117371 20 0 0 25 0 1 0 59442912 121094144 28203 996147200 134512640 135215973 4294956304 18446744073709551615 134591838 0 0 4096 0 0 0 0 17 0 0 0
/proc/13145/statm: 29564 28203 413 171 0 28489 0
Current children cumulated CPU time (s) 1173.91
Current children cumulated vsize (KiB) 118256

[startup+1242.3 s]
/proc/loadavg: 1.99 1.99 1.99 3/82 13295
/proc/meminfo: memFree=1298544/2055920 swapFree=4192812/4192956
[pid=13145] ppid=13143 vsize=129652 CPUtime=1233.89
/proc/13145/stat : 13145 (pcs.big) R 13143 13145 13108 0 -1 4194304 33122 661 0 0 123367 22 0 0 25 0 1 0 59442912 132763648 31081 996147200 134512640 135215973 4294956304 18446744073709551615 135097572 0 0 4096 0 0 0 0 17 0 0 0
/proc/13145/statm: 32413 31081 413 171 0 31338 0
Current children cumulated CPU time (s) 1233.89
Current children cumulated vsize (KiB) 129652

[startup+1302.3 s]
/proc/loadavg: 2.06 2.00 2.00 3/82 13295
/proc/meminfo: memFree=1281840/2055920 swapFree=4192812/4192956
[pid=13145] ppid=13143 vsize=145772 CPUtime=1293.87
/proc/13145/stat : 13145 (pcs.big) R 13143 13145 13108 0 -1 4194304 37174 661 0 0 129363 24 0 0 25 0 1 0 59442912 149270528 35133 996147200 134512640 135215973 4294956304 18446744073709551615 134587784 0 0 4096 0 0 0 0 17 0 0 0
/proc/13145/statm: 36443 35133 413 171 0 35368 0
Current children cumulated CPU time (s) 1293.87
Current children cumulated vsize (KiB) 145772

[startup+1362.3 s]
/proc/loadavg: 2.21 2.05 2.01 3/82 13295
/proc/meminfo: memFree=1269168/2055920 swapFree=4192812/4192956
[pid=13145] ppid=13143 vsize=158640 CPUtime=1353.84
/proc/13145/stat : 13145 (pcs.big) R 13143 13145 13108 0 -1 4194304 40410 661 0 0 135359 25 0 0 25 0 1 0 59442912 162447360 38369 996147200 134512640 135215973 4294956304 18446744073709551615 134585720 0 0 4096 0 0 0 0 17 0 0 0
/proc/13145/statm: 39660 38369 413 171 0 38585 0
Current children cumulated CPU time (s) 1353.84
Current children cumulated vsize (KiB) 158640

[startup+1422.31 s]
/proc/loadavg: 2.08 2.03 2.01 3/82 13295
/proc/meminfo: memFree=1260976/2055920 swapFree=4192812/4192956
[pid=13145] ppid=13143 vsize=166576 CPUtime=1413.83
/proc/13145/stat : 13145 (pcs.big) R 13143 13145 13108 0 -1 4194304 42407 661 0 0 141356 27 0 0 25 0 1 0 59442912 170573824 40366 996147200 134512640 135215973 4294956304 18446744073709551615 4158960056 0 0 4096 0 0 0 0 17 0 0 0
/proc/13145/statm: 41644 40366 413 171 0 40569 0
Current children cumulated CPU time (s) 1413.83
Current children cumulated vsize (KiB) 166576

[startup+1482.3 s]
/proc/loadavg: 2.03 2.03 2.00 3/82 13295
/proc/meminfo: memFree=1253808/2055920 swapFree=4192812/4192956
[pid=13145] ppid=13143 vsize=173900 CPUtime=1473.8
/proc/13145/stat : 13145 (pcs.big) R 13143 13145 13108 0 -1 4194304 44264 661 0 0 147352 28 0 0 25 0 1 0 59442912 178073600 42223 996147200 134512640 135215973 4294956304 18446744073709551615 135094864 0 0 4096 0 0 0 0 17 0 0 0
/proc/13145/statm: 43475 42223 413 171 0 42400 0
Current children cumulated CPU time (s) 1473.8
Current children cumulated vsize (KiB) 173900

[startup+1542.3 s]
/proc/loadavg: 2.01 2.02 2.00 3/82 13295
/proc/meminfo: memFree=1246384/2055920 swapFree=4192812/4192956
[pid=13145] ppid=13143 vsize=181076 CPUtime=1533.78
/proc/13145/stat : 13145 (pcs.big) R 13143 13145 13108 0 -1 4194304 46068 661 0 0 153349 29 0 0 25 0 1 0 59442912 185421824 44027 996147200 134512640 135215973 4294956304 18446744073709551615 134583640 0 0 4096 0 0 0 0 17 0 0 0
/proc/13145/statm: 45269 44027 413 171 0 44194 0
Current children cumulated CPU time (s) 1533.78
Current children cumulated vsize (KiB) 181076

[startup+1602.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/82 13295
/proc/meminfo: memFree=1240752/2055920 swapFree=4192812/4192956
[pid=13145] ppid=13143 vsize=186812 CPUtime=1593.76
/proc/13145/stat : 13145 (pcs.big) R 13143 13145 13108 0 -1 4194304 47494 661 0 0 159347 29 0 0 25 0 1 0 59442912 191295488 45453 996147200 134512640 135215973 4294956304 18446744073709551615 134585409 0 0 4096 0 0 0 0 17 0 0 0
/proc/13145/statm: 46703 45453 413 171 0 45628 0
Current children cumulated CPU time (s) 1593.76
Current children cumulated vsize (KiB) 186812

[startup+1662.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/82 13295
/proc/meminfo: memFree=1233840/2055920 swapFree=4192812/4192956
[pid=13145] ppid=13143 vsize=193624 CPUtime=1653.74
/proc/13145/stat : 13145 (pcs.big) R 13143 13145 13108 0 -1 4194304 49209 661 0 0 165344 30 0 0 25 0 1 0 59442912 198270976 47168 996147200 134512640 135215973 4294956304 18446744073709551615 134583607 0 0 4096 0 0 0 0 17 0 0 0
/proc/13145/statm: 48406 47168 413 171 0 47331 0
Current children cumulated CPU time (s) 1653.74
Current children cumulated vsize (KiB) 193624

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 13295
/proc/meminfo: memFree=1227056/2055920 swapFree=4192812/4192956
[pid=13145] ppid=13143 vsize=200448 CPUtime=1713.71
/proc/13145/stat : 13145 (pcs.big) R 13143 13145 13108 0 -1 4194304 50928 661 0 0 171340 31 0 0 25 0 1 0 59442912 205258752 48887 996147200 134512640 135215973 4294956304 18446744073709551615 134982836 0 0 4096 0 0 0 0 17 0 0 0
/proc/13145/statm: 50112 48887 413 171 0 49037 0
Current children cumulated CPU time (s) 1713.71
Current children cumulated vsize (KiB) 200448

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 13295
/proc/meminfo: memFree=1219696/2055920 swapFree=4192812/4192956
[pid=13145] ppid=13143 vsize=207468 CPUtime=1773.7
/proc/13145/stat : 13145 (pcs.big) R 13143 13145 13108 0 -1 4194304 52700 661 0 0 177338 32 0 0 25 0 1 0 59442912 212447232 50659 996147200 134512640 135215973 4294956304 18446744073709551615 134585750 0 0 4096 0 0 0 0 17 0 0 0
/proc/13145/statm: 51867 50659 413 171 0 50792 0
Current children cumulated CPU time (s) 1773.7
Current children cumulated vsize (KiB) 207468



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1808.7 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 13295
/proc/meminfo: memFree=1216624/2055920 swapFree=4192812/4192956
[pid=13145] ppid=13143 vsize=210524 CPUtime=1800.09
/proc/13145/stat : 13145 (pcs.big) R 13143 13145 13108 0 -1 4194304 53467 661 0 0 179977 32 0 0 25 0 1 0 59442912 215576576 51426 996147200 134512640 135215973 4294956304 18446744073709551615 134585576 0 0 4096 0 0 0 0 17 0 0 0
/proc/13145/statm: 52631 51426 413 171 0 51556 0
Current children cumulated CPU time (s) 1800.09
Current children cumulated vsize (KiB) 210524

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

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

[startup+1808.7 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 13295
/proc/meminfo: memFree=1216624/2055920 swapFree=4192812/4192956
[pid=13145] ppid=13143 vsize=210524 CPUtime=1800.09
/proc/13145/stat : 13145 (pcs.big) R 13143 13145 13108 0 -1 4194304 53467 661 0 0 179977 32 0 0 25 0 1 0 59442912 215576576 51426 996147200 134512640 135215973 4294956304 18446744073709551615 134585576 0 0 4096 0 0 0 0 17 0 0 0
/proc/13145/statm: 52631 51426 413 171 0 51556 0
Current children cumulated CPU time (s) 1800.09
Current children cumulated vsize (KiB) 210524

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1808.74
CPU time (s): 1800.14
CPU user time (s): 1799.78
CPU system time (s): 0.361944
CPU usage (%): 99.5246
Max. virtual memory (cumulated for all children) (KiB): 210524

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.78
system time used= 0.361944
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 54128
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= 22
involuntary context switches= 25148

runsolver used 2.23966 second user time and 5.2242 second system time

The end

Launcher Data

Begin job on node39 at 2009-07-16 07:56:29
IDJOB=2083804
IDBENCH=57940
IDSOLVER=734
FILE ID=node39/2083804-1247723789
PBS_JOBID= 9521502
Free space on /tmp= 66360 MiB

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

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

MD5SUM BENCH= ed0064ec6f686799b617fe86f279a28f
RANDOM SEED=1567313843

node39.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.236
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.236
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:       1290944 kB
Buffers:         87864 kB
Cached:         419552 kB
SwapCached:          0 kB
Active:         362436 kB
Inactive:       318252 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1290944 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            2164 kB
Writeback:           0 kB
Mapped:         184864 kB
Slab:            69564 kB
Committed_AS:   705012 kB
PageTables:       2036 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= 66360 MiB
End job on node39 at 2009-07-16 08:26:39