Trace number 2083111

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.07 1807.35

General information on the benchmark

Namecsp/fapp/fapp08/
normalized-fapp08-0700-8.xml
MD5SUM76f5c8323181a5b7c43a501cf4eaddc1
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 benchmark33.9748
Satisfiable
(Un)Satisfiability was proved
Number of variables700
Number of constraints7122
Maximum constraint arity2
Maximum domain size282
Number of constraints which are defined in extension0
Number of constraints which are defined in intension7122
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 1188837176
0.00/0.02	c Constructing HOME/instance-2083111-1247722474.xml  with 44620 constraints
0.67/0.79	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-2083111-1247722474/watcher-2083111-1247722474 -o /tmp/evaluation-result-2083111-1247722474/solver-2083111-1247722474 -C 1800 -W 2000 -M 900 HOME/pcssolve -s 1188837176 HOME/instance-2083111-1247722474.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.12 2.07 2.02 4/72 12439
/proc/meminfo: memFree=1171160/2055920 swapFree=4192812/4192956
[pid=12439] ppid=12437 vsize=5356 CPUtime=0
/proc/12439/stat : 12439 (pcssolve) R 12437 12439 10944 0 -1 4194304 290 0 0 0 0 0 0 0 21 0 1 0 59314019 5484544 241 996147200 4194304 4889804 548682068800 18446744073709551615 227848809119 0 65538 4100 65536 0 0 0 17 1 0 0
/proc/12439/statm: 1339 241 200 169 0 50 0
[pid=12440] ppid=12439 vsize=0 CPUtime=0
/proc/12440/stat : 12440 (pcssolve) R 12439 12439 10944 0 -1 4194368 22 0 0 0 0 0 0 0 22 0 1 0 59314019 0 0 996147200 0 0 0 18446744073709551615 227848809767 0 0 4096 0 0 0 0 17 1 0 0
/proc/12440/statm: 0 0 0 0 0 0 0
[pid=12441] ppid=12439 vsize=5356 CPUtime=0
/proc/12441/stat : 12441 (pcssolve) R 12439 12439 10944 0 -1 4194368 0 0 0 0 0 0 0 0 21 0 1 0 59314019 5484544 241 996147200 4194304 4889804 548682068800 18446744073709551615 227848809119 0 65538 4100 65536 0 0 0 17 1 0 0
/proc/12441/statm: 1339 241 200 169 0 50 0

[startup+0.0376921 s]
/proc/loadavg: 2.12 2.07 2.02 4/72 12439
/proc/meminfo: memFree=1171160/2055920 swapFree=4192812/4192956
[pid=12439] ppid=12437 vsize=5028 CPUtime=0.01
/proc/12439/stat : 12439 (pcs.big) R 12437 12439 10944 0 -1 4194304 914 664 0 0 1 0 0 0 23 0 1 0 59314019 5148672 545 996147200 134512640 135215973 4294956304 18446744073709551615 134608352 0 0 4096 0 0 0 0 17 1 0 0
/proc/12439/statm: 1257 545 386 171 0 182 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 5028

[startup+0.101703 s]
/proc/loadavg: 2.12 2.07 2.02 4/72 12439
/proc/meminfo: memFree=1171160/2055920 swapFree=4192812/4192956
[pid=12439] ppid=12437 vsize=6676 CPUtime=0.07
/proc/12439/stat : 12439 (pcs.big) R 12437 12439 10944 0 -1 4194304 1334 664 0 0 7 0 0 0 23 0 1 0 59314019 6836224 891 996147200 134512640 135215973 4294956304 18446744073709551615 8328156 0 0 4096 0 0 0 0 17 1 0 0
/proc/12439/statm: 1669 891 386 171 0 594 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 6676

[startup+0.301724 s]
/proc/loadavg: 2.12 2.07 2.02 4/72 12439
/proc/meminfo: memFree=1171160/2055920 swapFree=4192812/4192956
[pid=12439] ppid=12437 vsize=11344 CPUtime=0.28
/proc/12439/stat : 12439 (pcs.big) R 12437 12439 10944 0 -1 4194304 2836 664 0 0 27 1 0 0 25 0 1 0 59314019 11616256 1910 996147200 134512640 135215973 4294956304 18446744073709551615 4158960644 0 0 4096 0 0 0 0 17 1 0 0
/proc/12439/statm: 2836 1910 386 171 0 1761 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 11344

[startup+0.701766 s]
/proc/loadavg: 2.12 2.07 2.02 4/72 12439
/proc/meminfo: memFree=1171160/2055920 swapFree=4192812/4192956
[pid=12439] ppid=12437 vsize=22016 CPUtime=0.67
/proc/12439/stat : 12439 (pcs.big) R 12437 12439 10944 0 -1 4194304 6207 664 0 0 64 3 0 0 25 0 1 0 59314019 22544384 3847 996147200 134512640 135215973 4294956304 18446744073709551615 134608549 0 0 4096 0 0 0 0 17 1 0 0
/proc/12439/statm: 5504 3847 386 171 0 4429 0
Current children cumulated CPU time (s) 0.67
Current children cumulated vsize (KiB) 22016

[startup+1.50183 s]
/proc/loadavg: 2.12 2.07 2.02 3/73 12444
/proc/meminfo: memFree=1151056/2055920 swapFree=4192812/4192956
[pid=12439] ppid=12437 vsize=26224 CPUtime=1.47
/proc/12439/stat : 12439 (pcs.big) R 12437 12439 10944 0 -1 4194304 8395 664 0 0 143 4 0 0 25 0 1 0 59314019 26853376 5338 996147200 134512640 135215973 4294956304 18446744073709551615 134584175 0 0 4096 0 0 0 0 17 1 0 0
/proc/12439/statm: 6556 5338 410 171 0 5481 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 26224

[startup+3.10198 s]
/proc/loadavg: 2.12 2.07 2.02 3/73 12444
/proc/meminfo: memFree=1150032/2055920 swapFree=4192812/4192956
[pid=12439] ppid=12437 vsize=26848 CPUtime=3.06
/proc/12439/stat : 12439 (pcs.big) R 12437 12439 10944 0 -1 4194304 8633 664 0 0 302 4 0 0 25 0 1 0 59314019 27492352 5418 996147200 134512640 135215973 4294956304 18446744073709551615 135094328 0 0 4096 0 0 0 0 17 1 0 0
/proc/12439/statm: 6712 5418 410 171 0 5637 0
Current children cumulated CPU time (s) 3.06
Current children cumulated vsize (KiB) 26848

[startup+6.30129 s]
/proc/loadavg: 2.11 2.07 2.01 3/73 12444
/proc/meminfo: memFree=1146064/2055920 swapFree=4192812/4192956
[pid=12439] ppid=12437 vsize=29924 CPUtime=6.23
/proc/12439/stat : 12439 (pcs.big) R 12437 12439 10944 0 -1 4194304 9492 664 0 0 619 4 0 0 25 0 1 0 59314019 30642176 6068 996147200 134512640 135215973 4294956304 18446744073709551615 134583674 0 0 4096 0 0 0 0 17 1 0 0
/proc/12439/statm: 7481 6068 410 171 0 6406 0
Current children cumulated CPU time (s) 6.23
Current children cumulated vsize (KiB) 29924

[startup+12.7029 s]
/proc/loadavg: 2.10 2.07 2.01 3/73 12444
/proc/meminfo: memFree=1141840/2055920 swapFree=4192812/4192956
[pid=12439] ppid=12437 vsize=30320 CPUtime=12.58
/proc/12439/stat : 12439 (pcs.big) R 12437 12439 10944 0 -1 4194304 9844 664 0 0 1254 4 0 0 25 0 1 0 59314019 31047680 6344 996147200 134512640 135215973 4294956304 18446744073709551615 134590055 0 0 4096 0 0 0 0 17 1 0 0
/proc/12439/statm: 7580 6344 413 171 0 6505 0
Current children cumulated CPU time (s) 12.58
Current children cumulated vsize (KiB) 30320

[startup+25.5011 s]
/proc/loadavg: 2.08 2.06 2.01 3/73 12444
/proc/meminfo: memFree=1136464/2055920 swapFree=4192812/4192956
[pid=12439] ppid=12437 vsize=33436 CPUtime=25.27
/proc/12439/stat : 12439 (pcs.big) R 12437 12439 10944 0 -1 4194304 15043 664 0 0 2521 6 0 0 25 0 1 0 59314019 34238464 6756 996147200 134512640 135215973 4294956304 18446744073709551615 134589807 0 0 4096 0 0 0 0 17 1 0 0
/proc/12439/statm: 8359 6756 413 171 0 7284 0
Current children cumulated CPU time (s) 25.27
Current children cumulated vsize (KiB) 33436

[startup+51.1016 s]
/proc/loadavg: 2.05 2.06 2.01 3/73 12444
/proc/meminfo: memFree=1126736/2055920 swapFree=4192812/4192956
[pid=12439] ppid=12437 vsize=35416 CPUtime=50.67
/proc/12439/stat : 12439 (pcs.big) R 12437 12439 10944 0 -1 4194304 31994 664 0 0 5057 10 0 0 25 0 1 0 59314019 36265984 7253 996147200 134512640 135215973 4294956304 18446744073709551615 134585880 0 0 4096 0 0 0 0 17 1 0 0
/proc/12439/statm: 8854 7253 413 171 0 7779 0
Current children cumulated CPU time (s) 50.67
Current children cumulated vsize (KiB) 35416

[startup+102.307 s]
/proc/loadavg: 2.02 2.05 2.00 3/73 12444
/proc/meminfo: memFree=1103824/2055920 swapFree=4192812/4192956
[pid=12439] ppid=12437 vsize=41084 CPUtime=101.49
/proc/12439/stat : 12439 (pcs.big) R 12437 12439 10944 0 -1 4194304 67009 664 0 0 10126 23 0 0 25 0 1 0 59314019 42070016 8676 996147200 134512640 135215973 4294956304 18446744073709551615 134583498 0 0 4096 0 0 0 0 17 1 0 0
/proc/12439/statm: 10271 8676 413 171 0 9196 0
Current children cumulated CPU time (s) 101.49
Current children cumulated vsize (KiB) 41084

[startup+162.301 s]
/proc/loadavg: 2.01 2.04 2.00 3/73 12444
/proc/meminfo: memFree=1074512/2055920 swapFree=4192812/4192956
[pid=12439] ppid=12437 vsize=48204 CPUtime=161.03
/proc/12439/stat : 12439 (pcs.big) R 12437 12439 10944 0 -1 4194304 101691 664 0 0 16070 33 0 0 25 0 1 0 59314019 49360896 10640 996147200 134512640 135215973 4294956304 18446744073709551615 134585694 0 0 4096 0 0 0 0 17 1 0 0
/proc/12439/statm: 12051 10640 413 171 0 10976 0
Current children cumulated CPU time (s) 161.03
Current children cumulated vsize (KiB) 48204

[startup+222.302 s]
/proc/loadavg: 2.00 2.03 2.00 3/73 12444
/proc/meminfo: memFree=1048464/2055920 swapFree=4192812/4192956
[pid=12439] ppid=12437 vsize=52976 CPUtime=220.57
/proc/12439/stat : 12439 (pcs.big) R 12437 12439 10944 0 -1 4194304 134168 664 0 0 22013 44 0 0 25 0 1 0 59314019 54247424 11805 996147200 134512640 135215973 4294956304 18446744073709551615 134585786 0 0 4096 0 0 0 0 17 1 0 0
/proc/12439/statm: 13244 11805 413 171 0 12169 0
Current children cumulated CPU time (s) 220.57
Current children cumulated vsize (KiB) 52976

[startup+282.302 s]
/proc/loadavg: 2.00 2.02 2.00 3/73 12444
/proc/meminfo: memFree=1023696/2055920 swapFree=4192812/4192956
[pid=12439] ppid=12437 vsize=59708 CPUtime=280.12
/proc/12439/stat : 12439 (pcs.big) R 12437 12439 10944 0 -1 4194304 161977 664 0 0 27958 54 0 0 25 0 1 0 59314019 61140992 13508 996147200 134512640 135215973 4294956304 18446744073709551615 134585623 0 0 4096 0 0 0 0 17 1 0 0
/proc/12439/statm: 14927 13508 413 171 0 13852 0
Current children cumulated CPU time (s) 280.12
Current children cumulated vsize (KiB) 59708

[startup+342.302 s]
/proc/loadavg: 2.00 2.02 2.00 3/73 12444
/proc/meminfo: memFree=1005208/2055920 swapFree=4192812/4192956
[pid=12439] ppid=12437 vsize=63680 CPUtime=339.66
/proc/12439/stat : 12439 (pcs.big) R 12437 12439 10944 0 -1 4194304 189374 664 0 0 33904 62 0 0 25 0 1 0 59314019 65208320 14500 996147200 134512640 135215973 4294956304 18446744073709551615 134605749 0 0 4096 0 0 0 0 17 1 0 0
/proc/12439/statm: 15920 14500 413 171 0 14845 0
Current children cumulated CPU time (s) 339.66
Current children cumulated vsize (KiB) 63680

[startup+402.301 s]
/proc/loadavg: 2.00 2.01 2.00 3/73 12444
/proc/meminfo: memFree=979736/2055920 swapFree=4192812/4192956
[pid=12439] ppid=12437 vsize=75796 CPUtime=399.21
/proc/12439/stat : 12439 (pcs.big) R 12437 12439 10944 0 -1 4194304 262071 664 0 0 39835 86 0 0 25 0 1 0 59314019 77615104 17543 996147200 134512640 135215973 4294956304 18446744073709551615 134583640 0 0 4096 0 0 0 0 17 1 0 0
/proc/12439/statm: 18949 17543 413 171 0 17874 0
Current children cumulated CPU time (s) 399.21
Current children cumulated vsize (KiB) 75796

[startup+462.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/73 12444
/proc/meminfo: memFree=958040/2055920 swapFree=4192812/4192956
[pid=12439] ppid=12437 vsize=82528 CPUtime=458.76
/proc/12439/stat : 12439 (pcs.big) R 12437 12439 10944 0 -1 4194304 300686 664 0 0 45777 99 0 0 25 0 1 0 59314019 84508672 19222 996147200 134512640 135215973 4294956304 18446744073709551615 134585741 0 0 4096 0 0 0 0 17 1 0 0
/proc/12439/statm: 20632 19222 413 171 0 19557 0
Current children cumulated CPU time (s) 458.76
Current children cumulated vsize (KiB) 82528

[startup+522.302 s]
/proc/loadavg: 2.00 2.00 2.00 3/73 12444
/proc/meminfo: memFree=928664/2055920 swapFree=4192812/4192956
[pid=12439] ppid=12437 vsize=91624 CPUtime=518.3
/proc/12439/stat : 12439 (pcs.big) R 12437 12439 10944 0 -1 4194304 338758 664 0 0 51719 111 0 0 25 0 1 0 59314019 93822976 21498 996147200 134512640 135215973 4294956304 18446744073709551615 4158960041 0 0 4096 0 0 0 0 17 1 0 0
/proc/12439/statm: 22906 21498 413 171 0 21831 0
Current children cumulated CPU time (s) 518.3
Current children cumulated vsize (KiB) 91624

[startup+582.302 s]
/proc/loadavg: 2.00 2.00 2.00 3/73 12444
/proc/meminfo: memFree=891160/2055920 swapFree=4192812/4192956
[pid=12439] ppid=12437 vsize=99144 CPUtime=577.85
/proc/12439/stat : 12439 (pcs.big) R 12437 12439 10944 0 -1 4194304 386953 664 0 0 57660 125 0 0 25 0 1 0 59314019 101523456 23409 996147200 134512640 135215973 4294956304 18446744073709551615 134591846 0 0 4096 0 0 0 0 17 1 0 0
/proc/12439/statm: 24786 23409 413 171 0 23711 0
Current children cumulated CPU time (s) 577.85
Current children cumulated vsize (KiB) 99144

[startup+642.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/73 12444
/proc/meminfo: memFree=865176/2055920 swapFree=4192812/4192956
[pid=12439] ppid=12437 vsize=107984 CPUtime=637.4

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

[startup+882.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/73 12444
/proc/meminfo: memFree=764824/2055920 swapFree=4192812/4192956
[pid=12439] ppid=12437 vsize=133692 CPUtime=875.57
/proc/12439/stat : 12439 (pcs.big) R 12437 12439 10944 0 -1 4194304 566023 664 0 0 87376 181 0 0 25 0 1 0 59314019 136900608 32087 996147200 134512640 135215973 4294956304 18446744073709551615 134585549 0 0 4096 0 0 0 0 17 1 0 0
/proc/12439/statm: 33423 32087 413 171 0 32348 0
Current children cumulated CPU time (s) 875.57
Current children cumulated vsize (KiB) 133692

[startup+942.301 s]
/proc/loadavg: 1.95 1.98 1.99 3/73 12476
/proc/meminfo: memFree=1301976/2055920 swapFree=4192812/4192956
[pid=12439] ppid=12437 vsize=141072 CPUtime=935.34
/proc/12439/stat : 12439 (pcs.big) R 12437 12439 10944 0 -1 4194304 600449 664 0 0 93341 193 0 0 25 0 1 0 59314019 144457728 33947 996147200 134512640 135215973 4294956304 18446744073709551615 134585720 0 0 4096 0 0 0 0 17 0 0 0
/proc/12439/statm: 35268 33947 413 171 0 34193 0
Current children cumulated CPU time (s) 935.34
Current children cumulated vsize (KiB) 141072

[startup+1002.3 s]
/proc/loadavg: 1.98 1.98 1.99 3/73 12478
/proc/meminfo: memFree=1289752/2055920 swapFree=4192812/4192956
[pid=12439] ppid=12437 vsize=144760 CPUtime=995.32
/proc/12439/stat : 12439 (pcs.big) R 12437 12439 10944 0 -1 4194304 664305 664 0 0 99320 212 0 0 25 0 1 0 59314019 148234240 34875 996147200 134512640 135215973 4294956304 18446744073709551615 4158960170 0 0 4096 0 0 0 0 17 0 0 0
/proc/12439/statm: 36190 34875 413 171 0 35115 0
Current children cumulated CPU time (s) 995.32
Current children cumulated vsize (KiB) 144760

[startup+1062.3 s]
/proc/loadavg: 1.99 1.98 1.99 3/73 12478
/proc/meminfo: memFree=1272728/2055920 swapFree=4192812/4192956
[pid=12439] ppid=12437 vsize=154780 CPUtime=1055.29
/proc/12439/stat : 12439 (pcs.big) R 12437 12439 10944 0 -1 4194304 716797 664 0 0 105301 228 0 0 25 0 1 0 59314019 158494720 37435 996147200 134512640 135215973 4294956304 18446744073709551615 4158960056 0 0 4096 0 0 0 0 17 0 0 0
/proc/12439/statm: 38695 37435 413 171 0 37620 0
Current children cumulated CPU time (s) 1055.29
Current children cumulated vsize (KiB) 154780

[startup+1122.3 s]
/proc/loadavg: 1.99 1.98 1.99 3/73 12478
/proc/meminfo: memFree=1251096/2055920 swapFree=4192812/4192956
[pid=12439] ppid=12437 vsize=160700 CPUtime=1115.26
/proc/12439/stat : 12439 (pcs.big) R 12437 12439 10944 0 -1 4194304 749414 664 0 0 111289 237 0 0 25 0 1 0 59314019 164556800 38865 996147200 134512640 135215973 4294956304 18446744073709551615 134585388 0 0 4096 0 0 0 0 17 0 0 0
/proc/12439/statm: 40175 38865 413 171 0 39100 0
Current children cumulated CPU time (s) 1115.26
Current children cumulated vsize (KiB) 160700

[startup+1182.3 s]
/proc/loadavg: 1.99 1.98 1.99 3/73 12478
/proc/meminfo: memFree=1236056/2055920 swapFree=4192812/4192956
[pid=12439] ppid=12437 vsize=167812 CPUtime=1175.25
/proc/12439/stat : 12439 (pcs.big) R 12437 12439 10944 0 -1 4194304 786833 664 0 0 117277 248 0 0 25 0 1 0 59314019 171839488 40678 996147200 134512640 135215973 4294956304 18446744073709551615 134600884 0 0 4096 0 0 0 0 17 0 0 0
/proc/12439/statm: 41953 40678 413 171 0 40878 0
Current children cumulated CPU time (s) 1175.25
Current children cumulated vsize (KiB) 167812

[startup+1242.3 s]
/proc/loadavg: 1.99 1.98 1.99 3/73 12478
/proc/meminfo: memFree=1222488/2055920 swapFree=4192812/4192956
[pid=12439] ppid=12437 vsize=175064 CPUtime=1235.22
/proc/12439/stat : 12439 (pcs.big) R 12437 12439 10944 0 -1 4194304 826824 664 0 0 123264 258 0 0 25 0 1 0 59314019 179265536 42517 996147200 134512640 135215973 4294956304 18446744073709551615 134585388 0 0 4096 0 0 0 0 17 0 0 0
/proc/12439/statm: 43766 42517 413 171 0 42691 0
Current children cumulated CPU time (s) 1235.22
Current children cumulated vsize (KiB) 175064

[startup+1302.3 s]
/proc/loadavg: 1.99 1.98 1.99 3/73 12478
/proc/meminfo: memFree=1198488/2055920 swapFree=4192812/4192956
[pid=12439] ppid=12437 vsize=185008 CPUtime=1295.2
/proc/12439/stat : 12439 (pcs.big) R 12437 12439 10944 0 -1 4194304 861999 664 0 0 129251 269 0 0 25 0 1 0 59314019 189448192 44305 996147200 134512640 135215973 4294956304 18446744073709551615 134585786 0 0 4096 0 0 0 0 17 0 0 0
/proc/12439/statm: 46252 44305 413 171 0 45177 0
Current children cumulated CPU time (s) 1295.2
Current children cumulated vsize (KiB) 185008

[startup+1362.3 s]
/proc/loadavg: 1.99 1.98 1.99 3/73 12478
/proc/meminfo: memFree=1174552/2055920 swapFree=4192812/4192956
[pid=12439] ppid=12437 vsize=195832 CPUtime=1355.17
/proc/12439/stat : 12439 (pcs.big) R 12437 12439 10944 0 -1 4194304 907844 664 0 0 135236 281 0 0 25 0 1 0 59314019 200531968 47058 996147200 134512640 135215973 4294956304 18446744073709551615 134969500 0 0 4096 0 0 0 0 17 0 0 0
/proc/12439/statm: 48958 47058 413 171 0 47883 0
Current children cumulated CPU time (s) 1355.17
Current children cumulated vsize (KiB) 195832

[startup+1422.31 s]
/proc/loadavg: 1.99 1.98 1.99 3/73 12478
/proc/meminfo: memFree=1151640/2055920 swapFree=4192812/4192956
[pid=12439] ppid=12437 vsize=204804 CPUtime=1415.16
/proc/12439/stat : 12439 (pcs.big) R 12437 12439 10944 0 -1 4194304 949793 664 0 0 141222 294 0 0 25 0 1 0 59314019 209719296 49297 996147200 134512640 135215973 4294956304 18446744073709551615 135094532 0 0 4096 0 0 0 0 17 0 0 0
/proc/12439/statm: 51201 49297 413 171 0 50126 0
Current children cumulated CPU time (s) 1415.16
Current children cumulated vsize (KiB) 204804

[startup+1482.3 s]
/proc/loadavg: 1.99 1.98 1.99 3/73 12478
/proc/meminfo: memFree=1125080/2055920 swapFree=4192812/4192956
[pid=12439] ppid=12437 vsize=217472 CPUtime=1475.13
/proc/12439/stat : 12439 (pcs.big) R 12437 12439 10944 0 -1 4194304 1021450 664 0 0 147200 313 0 0 25 0 1 0 59314019 222691328 52478 996147200 134512640 135215973 4294956304 18446744073709551615 134969725 0 0 4096 0 0 0 0 17 0 0 0
/proc/12439/statm: 54368 52478 413 171 0 53293 0
Current children cumulated CPU time (s) 1475.13
Current children cumulated vsize (KiB) 217472

[startup+1542.3 s]
/proc/loadavg: 1.99 1.98 1.99 3/73 12478
/proc/meminfo: memFree=1101336/2055920 swapFree=4192812/4192956
[pid=12439] ppid=12437 vsize=231328 CPUtime=1535.11
/proc/12439/stat : 12439 (pcs.big) R 12437 12439 10944 0 -1 4194304 1093344 664 0 0 153179 332 0 0 25 0 1 0 59314019 236879872 55972 996147200 134512640 135215973 4294956304 18446744073709551615 134587924 0 0 4096 0 0 0 0 17 0 0 0
/proc/12439/statm: 57832 55972 413 171 0 56757 0
Current children cumulated CPU time (s) 1535.11
Current children cumulated vsize (KiB) 231328

[startup+1602.3 s]
/proc/loadavg: 1.99 1.98 1.99 3/73 12484
/proc/meminfo: memFree=1089040/2055920 swapFree=4192812/4192956
[pid=12439] ppid=12437 vsize=243996 CPUtime=1595.08
/proc/12439/stat : 12439 (pcs.big) R 12437 12439 10944 0 -1 4194304 1158252 664 0 0 159158 350 0 0 25 0 1 0 59314019 249851904 59130 996147200 134512640 135215973 4294956304 18446744073709551615 134585786 0 0 4096 0 0 0 0 17 0 0 0
/proc/12439/statm: 60999 59130 413 171 0 59924 0
Current children cumulated CPU time (s) 1595.08
Current children cumulated vsize (KiB) 243996

[startup+1662.3 s]
/proc/loadavg: 1.99 1.98 1.99 3/73 12484
/proc/meminfo: memFree=1077968/2055920 swapFree=4192812/4192956
[pid=12439] ppid=12437 vsize=254552 CPUtime=1655.05
/proc/12439/stat : 12439 (pcs.big) R 12437 12439 10944 0 -1 4194304 1207953 664 0 0 165139 366 0 0 25 0 1 0 59314019 260661248 61787 996147200 134512640 135215973 4294956304 18446744073709551615 134585694 0 0 4096 0 0 0 0 17 0 0 0
/proc/12439/statm: 63638 61787 413 171 0 62563 0
Current children cumulated CPU time (s) 1655.05
Current children cumulated vsize (KiB) 254552

[startup+1722.3 s]
/proc/loadavg: 1.99 1.98 1.99 3/73 12484
/proc/meminfo: memFree=1055056/2055920 swapFree=4192812/4192956
[pid=12439] ppid=12437 vsize=261936 CPUtime=1715.03
/proc/12439/stat : 12439 (pcs.big) R 12437 12439 10944 0 -1 4194304 1273712 664 0 0 171118 385 0 0 25 0 1 0 59314019 268222464 63668 996147200 134512640 135215973 4294956304 18446744073709551615 134590075 0 0 4096 0 0 0 0 17 0 0 0
/proc/12439/statm: 65484 63668 413 171 0 64409 0
Current children cumulated CPU time (s) 1715.03
Current children cumulated vsize (KiB) 261936

[startup+1782.3 s]
/proc/loadavg: 1.99 1.98 1.99 3/73 12484
/proc/meminfo: memFree=1038864/2055920 swapFree=4192812/4192956
[pid=12439] ppid=12437 vsize=268140 CPUtime=1775.01
/proc/12439/stat : 12439 (pcs.big) R 12437 12439 10944 0 -1 4194304 1311028 664 0 0 177104 397 0 0 25 0 1 0 59314019 274575360 65226 996147200 134512640 135215973 4294956304 18446744073709551615 134969492 0 0 4096 0 0 0 0 17 0 0 0
/proc/12439/statm: 67035 65226 413 171 0 65960 0
Current children cumulated CPU time (s) 1775.01
Current children cumulated vsize (KiB) 268140



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1807.31 s]
/proc/loadavg: 1.99 1.98 1.99 3/73 12484
/proc/meminfo: memFree=1030544/2055920 swapFree=4192812/4192956
[pid=12439] ppid=12437 vsize=271564 CPUtime=1800.01
/proc/12439/stat : 12439 (pcs.big) R 12437 12439 10944 0 -1 4194304 1330583 664 0 0 179597 404 0 0 25 0 1 0 59314019 278081536 66085 996147200 134512640 135215973 4294956304 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 0 0 0
/proc/12439/statm: 67891 66085 413 171 0 66816 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 271564

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

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

[startup+1807.31 s]
/proc/loadavg: 1.99 1.98 1.99 3/73 12484
/proc/meminfo: memFree=1030544/2055920 swapFree=4192812/4192956
[pid=12439] ppid=12437 vsize=271564 CPUtime=1800.01
/proc/12439/stat : 12439 (pcs.big) R 12437 12439 10944 0 -1 4194304 1330583 664 0 0 179597 404 0 0 25 0 1 0 59314019 278081536 66085 996147200 134512640 135215973 4294956304 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 0 0 0
/proc/12439/statm: 67891 66085 413 171 0 66816 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 271564

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1807.35
CPU time (s): 1800.07
CPU user time (s): 1795.98
CPU system time (s): 4.09638
CPU usage (%): 99.5972
Max. virtual memory (cumulated for all children) (KiB): 271716

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1795.98
system time used= 4.09638
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1331247
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= 22824

runsolver used 1.73374 second user time and 4.90425 second system time

The end

Launcher Data

Begin job on node18 at 2009-07-16 07:34:34
IDJOB=2083111
IDBENCH=57705
IDSOLVER=734
FILE ID=node18/2083111-1247722474
PBS_JOBID= 9521387
Free space on /tmp= 66320 MiB

SOLVER NAME= pcs-restart 0.2.restart
BENCH NAME= CPAI08/csp/fapp/fapp08/normalized-fapp08-0700-8.xml
COMMAND LINE= HOME/pcssolve -s RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2083111-1247722474/watcher-2083111-1247722474 -o /tmp/evaluation-result-2083111-1247722474/solver-2083111-1247722474 -C 1800 -W 2000 -M 900  HOME/pcssolve -s 1188837176 HOME/instance-2083111-1247722474.xml

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

MD5SUM BENCH= 76f5c8323181a5b7c43a501cf4eaddc1
RANDOM SEED=1188837176

node18.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.243
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.243
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:       1171576 kB
Buffers:         87720 kB
Cached:         367200 kB
SwapCached:          0 kB
Active:         426468 kB
Inactive:       377936 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1171576 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            2696 kB
Writeback:           0 kB
Mapped:         361036 kB
Slab:            64728 kB
Committed_AS:   811064 kB
PageTables:       2400 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= 66316 MiB
End job on node18 at 2009-07-16 08:04:43