Trace number 2083330

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.16 1806.88

General information on the benchmark

Namecsp/fapp/fapp21/
normalized-fapp21-0500-9.xml
MD5SUMdf17b803234115e4f44c4b6c29f818f0
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 benchmark21.9297
Satisfiable
(Un)Satisfiability was proved
Number of variables500
Number of constraints2852
Maximum constraint arity2
Maximum domain size242
Number of constraints which are defined in extension0
Number of constraints which are defined in intension2852
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.28/0.30	c Seed is 907047188
0.28/0.30	c Constructing HOME/instance-2083330-1247722978.xml  with 17594 constraints
0.28/0.30	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-2083330-1247722978/watcher-2083330-1247722978 -o /tmp/evaluation-result-2083330-1247722978/solver-2083330-1247722978 -C 1800 -W 2000 -M 900 HOME/pcssolve -s 907047188 HOME/instance-2083330-1247722978.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.19 2.32 2.15 4/73 16403
/proc/meminfo: memFree=1404248/2055920 swapFree=4192812/4192956
[pid=16403] ppid=16401 vsize=5356 CPUtime=0
/proc/16403/stat : 16403 (pcssolve) S 16401 16403 14549 0 -1 4194304 305 155 0 0 0 0 0 0 19 0 1 0 59363367 5484544 242 996147200 4194304 4889804 548682068800 18446744073709551615 234045891396 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/16403/statm: 1339 242 201 169 0 50 0
[pid=16405] ppid=16403 vsize=5356 CPUtime=0
/proc/16405/stat : 16405 (pcssolve) R 16403 16403 14549 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 1 0 59363367 5484544 244 996147200 4194304 4889804 548682068800 18446744073709551615 234045893927 0 0 4096 0 0 0 0 17 1 0 0
/proc/16405/statm: 1339 244 203 169 0 50 0

[startup+0.016854 s]
/proc/loadavg: 2.19 2.32 2.15 4/73 16403
/proc/meminfo: memFree=1404248/2055920 swapFree=4192812/4192956
[pid=16403] ppid=16401 vsize=4404 CPUtime=0
/proc/16403/stat : 16403 (pcs.big) R 16401 16403 14549 0 -1 4194304 521 660 0 0 0 0 0 0 17 0 1 0 59363367 4509696 164 996147200 134512640 135215973 4294956304 18446744073709551615 4705144 0 0 4096 0 0 0 0 17 0 0 0
/proc/16403/statm: 1101 164 139 171 0 14 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 4404

[startup+0.101864 s]
/proc/loadavg: 2.19 2.32 2.15 4/73 16403
/proc/meminfo: memFree=1404248/2055920 swapFree=4192812/4192956
[pid=16403] ppid=16401 vsize=6840 CPUtime=0.08
/proc/16403/stat : 16403 (pcs.big) R 16401 16403 14549 0 -1 4194304 1416 660 0 0 8 0 0 0 17 0 1 0 59363367 7004160 933 996147200 134512640 135215973 4294956304 18446744073709551615 5170811 0 0 4096 0 0 0 0 17 0 0 0
/proc/16403/statm: 1710 933 386 171 0 635 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 6840

[startup+0.301886 s]
/proc/loadavg: 2.19 2.32 2.15 4/73 16403
/proc/meminfo: memFree=1404248/2055920 swapFree=4192812/4192956
[pid=16403] ppid=16401 vsize=11328 CPUtime=0.28
/proc/16403/stat : 16403 (pcs.big) R 16401 16403 14549 0 -1 4194304 3189 660 0 0 27 1 0 0 18 0 1 0 59363367 11599872 2006 996147200 134512640 135215973 4294956304 18446744073709551615 134635456 0 0 4096 0 0 0 0 17 0 0 0
/proc/16403/statm: 2832 2010 396 171 0 1757 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 11328

[startup+0.701927 s]
/proc/loadavg: 2.19 2.32 2.15 4/73 16403
/proc/meminfo: memFree=1404248/2055920 swapFree=4192812/4192956
[pid=16403] ppid=16401 vsize=12892 CPUtime=0.68
/proc/16403/stat : 16403 (pcs.big) R 16401 16403 14549 0 -1 4194304 3608 660 0 0 67 1 0 0 22 0 1 0 59363367 13201408 2424 996147200 134512640 135215973 4294956304 18446744073709551615 134908087 0 0 4096 0 0 0 0 17 0 0 0
/proc/16403/statm: 3223 2424 410 171 0 2148 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 12892

[startup+1.50201 s]
/proc/loadavg: 2.19 2.32 2.15 3/74 16408
/proc/meminfo: memFree=1395848/2055920 swapFree=4192812/4192956
[pid=16403] ppid=16401 vsize=13524 CPUtime=1.48
/proc/16403/stat : 16403 (pcs.big) R 16401 16403 14549 0 -1 4194304 3793 660 0 0 147 1 0 0 25 0 1 0 59363367 13848576 2549 996147200 134512640 135215973 4294956304 18446744073709551615 4158960683 0 0 4096 0 0 0 0 17 0 0 0
/proc/16403/statm: 3381 2549 410 171 0 2306 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 13524

[startup+3.10118 s]
/proc/loadavg: 2.19 2.32 2.15 3/74 16408
/proc/meminfo: memFree=1394696/2055920 swapFree=4192812/4192956
[pid=16403] ppid=16401 vsize=14052 CPUtime=3.08
/proc/16403/stat : 16403 (pcs.big) R 16401 16403 14549 0 -1 4194304 3953 660 0 0 307 1 0 0 25 0 1 0 59363367 14389248 2709 996147200 134512640 135215973 4294956304 18446744073709551615 134585720 0 0 4096 0 0 0 0 17 0 0 0
/proc/16403/statm: 3513 2709 410 171 0 2438 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 14052

[startup+6.30252 s]
/proc/loadavg: 2.18 2.32 2.15 3/74 16408
/proc/meminfo: memFree=1393864/2055920 swapFree=4192812/4192956
[pid=16403] ppid=16401 vsize=16488 CPUtime=6.28
/proc/16403/stat : 16403 (pcs.big) R 16401 16403 14549 0 -1 4194304 4678 660 0 0 626 2 0 0 25 0 1 0 59363367 16883712 3120 996147200 134512640 135215973 4294956304 18446744073709551615 134597363 0 0 4096 0 0 0 0 17 0 0 0
/proc/16403/statm: 4122 3120 413 171 0 3047 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 16488

[startup+12.7012 s]
/proc/loadavg: 2.16 2.31 2.15 3/74 16408
/proc/meminfo: memFree=1392288/2055920 swapFree=4192812/4192956
[pid=16403] ppid=16401 vsize=16532 CPUtime=12.68
/proc/16403/stat : 16403 (pcs.big) R 16401 16403 14549 0 -1 4194304 4784 660 0 0 1266 2 0 0 25 0 1 0 59363367 16928768 3226 996147200 134512640 135215973 4294956304 18446744073709551615 134585694 0 0 4096 0 0 0 0 17 0 0 0
/proc/16403/statm: 4133 3226 413 171 0 3058 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 16532

[startup+25.5015 s]
/proc/loadavg: 2.13 2.30 2.15 3/74 16408
/proc/meminfo: memFree=1389024/2055920 swapFree=4192812/4192956
[pid=16403] ppid=16401 vsize=19744 CPUtime=25.47
/proc/16403/stat : 16403 (pcs.big) R 16401 16403 14549 0 -1 4194304 5578 660 0 0 2545 2 0 0 25 0 1 0 59363367 20217856 4020 996147200 134512640 135215973 4294956304 18446744073709551615 134969707 0 0 4096 0 0 0 0 17 0 0 0
/proc/16403/statm: 4936 4020 413 171 0 3861 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 19744

[startup+51.1012 s]
/proc/loadavg: 2.08 2.27 2.14 3/74 16408
/proc/meminfo: memFree=1379936/2055920 swapFree=4192812/4192956
[pid=16403] ppid=16401 vsize=28012 CPUtime=51.05
/proc/16403/stat : 16403 (pcs.big) R 16401 16403 14549 0 -1 4194304 7670 660 0 0 5102 3 0 0 25 0 1 0 59363367 28684288 6112 996147200 134512640 135215973 4294956304 18446744073709551615 134600888 0 0 4096 0 0 0 0 17 0 0 0
/proc/16403/statm: 7003 6112 413 171 0 5928 0
Current children cumulated CPU time (s) 51.05
Current children cumulated vsize (KiB) 28012

[startup+102.306 s]
/proc/loadavg: 2.07 2.24 2.14 3/74 16408
/proc/meminfo: memFree=1364704/2055920 swapFree=4192812/4192956
[pid=16403] ppid=16401 vsize=41596 CPUtime=102.24
/proc/16403/stat : 16403 (pcs.big) R 16401 16403 14549 0 -1 4194304 11064 660 0 0 10219 5 0 0 25 0 1 0 59363367 42594304 9506 996147200 134512640 135215973 4294956304 18446744073709551615 134982855 0 0 4096 0 0 0 0 17 0 0 0
/proc/16403/statm: 10399 9506 413 171 0 9324 0
Current children cumulated CPU time (s) 102.24
Current children cumulated vsize (KiB) 41596

[startup+162.302 s]
/proc/loadavg: 1.99 2.19 2.12 3/84 16449
/proc/meminfo: memFree=1424648/2055920 swapFree=4192812/4192956
[pid=16403] ppid=16401 vsize=50936 CPUtime=162.18
/proc/16403/stat : 16403 (pcs.big) R 16401 16403 14549 0 -1 4194304 13415 660 0 0 16211 7 0 0 25 0 1 0 59363367 52158464 11857 996147200 134512640 135215973 4294956304 18446744073709551615 134600806 0 0 4096 0 0 0 0 17 0 0 0
/proc/16403/statm: 12734 11857 413 171 0 11659 0
Current children cumulated CPU time (s) 162.18
Current children cumulated vsize (KiB) 50936

[startup+222.301 s]
/proc/loadavg: 2.19 2.20 2.13 3/84 16449
/proc/meminfo: memFree=1184712/2055920 swapFree=4192812/4192956
[pid=16403] ppid=16401 vsize=73900 CPUtime=222.08
/proc/16403/stat : 16403 (pcs.big) R 16401 16403 14549 0 -1 4194304 19178 660 0 0 22199 9 0 0 25 0 1 0 59363367 75673600 17620 996147200 134512640 135215973 4294956304 18446744073709551615 4158960148 0 0 4096 0 0 0 0 17 0 0 0
/proc/16403/statm: 18475 17620 413 171 0 17400 0
Current children cumulated CPU time (s) 222.08
Current children cumulated vsize (KiB) 73900

[startup+282.301 s]
/proc/loadavg: 2.14 2.18 2.12 3/84 16449
/proc/meminfo: memFree=814856/2055920 swapFree=4192812/4192956
[pid=16403] ppid=16401 vsize=86144 CPUtime=281.78
/proc/16403/stat : 16403 (pcs.big) R 16401 16403 14549 0 -1 4194304 22270 660 0 0 28167 11 0 0 25 0 1 0 59363367 88211456 20712 996147200 134512640 135215973 4294956304 18446744073709551615 134583539 0 0 4096 0 0 0 0 17 0 0 0
/proc/16403/statm: 21536 20712 413 171 0 20461 0
Current children cumulated CPU time (s) 281.78
Current children cumulated vsize (KiB) 86144

[startup+342.302 s]
/proc/loadavg: 2.18 2.18 2.12 3/74 16482
/proc/meminfo: memFree=1250208/2055920 swapFree=4192812/4192956
[pid=16403] ppid=16401 vsize=95236 CPUtime=341.48
/proc/16403/stat : 16403 (pcs.big) R 16401 16403 14549 0 -1 4194304 24553 660 0 0 34135 13 0 0 25 0 1 0 59363367 97521664 22995 996147200 134512640 135215973 4294956304 18446744073709551615 4158960032 0 0 4096 0 0 0 0 17 0 0 0
/proc/16403/statm: 23809 22995 413 171 0 22734 0
Current children cumulated CPU time (s) 341.48
Current children cumulated vsize (KiB) 95236

[startup+402.302 s]
/proc/loadavg: 2.16 2.17 2.12 3/74 16482
/proc/meminfo: memFree=1221664/2055920 swapFree=4192812/4192956
[pid=16403] ppid=16401 vsize=106888 CPUtime=401.24
/proc/16403/stat : 16403 (pcs.big) R 16401 16403 14549 0 -1 4194304 27481 660 0 0 40110 14 0 0 25 0 1 0 59363367 109453312 25890 996147200 134512640 135215973 4294956304 18446744073709551615 134583622 0 0 4096 0 0 0 0 17 0 0 0
/proc/16403/statm: 26722 25890 413 171 0 25647 0
Current children cumulated CPU time (s) 401.24
Current children cumulated vsize (KiB) 106888

[startup+462.301 s]
/proc/loadavg: 2.06 2.14 2.11 3/74 16482
/proc/meminfo: memFree=1197920/2055920 swapFree=4192812/4192956
[pid=16403] ppid=16401 vsize=118936 CPUtime=460.99
/proc/16403/stat : 16403 (pcs.big) R 16401 16403 14549 0 -1 4194304 30546 660 0 0 46084 15 0 0 25 0 1 0 59363367 121790464 28890 996147200 134512640 135215973 4294956304 18446744073709551615 134585694 0 0 4096 0 0 0 0 17 0 0 0
/proc/16403/statm: 29734 28890 413 171 0 28659 0
Current children cumulated CPU time (s) 460.99
Current children cumulated vsize (KiB) 118936

[startup+522.302 s]
/proc/loadavg: 2.02 2.11 2.10 3/74 16482
/proc/meminfo: memFree=1187936/2055920 swapFree=4192812/4192956
[pid=16403] ppid=16401 vsize=128648 CPUtime=520.76
/proc/16403/stat : 16403 (pcs.big) R 16401 16403 14549 0 -1 4194304 32996 660 0 0 52060 16 0 0 25 0 1 0 59363367 131735552 31340 996147200 134512640 135215973 4294956304 18446744073709551615 134585549 0 0 4096 0 0 0 0 17 0 0 0
/proc/16403/statm: 32162 31340 413 171 0 31087 0
Current children cumulated CPU time (s) 520.76
Current children cumulated vsize (KiB) 128648

[startup+582.302 s]
/proc/loadavg: 2.00 2.09 2.09 3/74 16484
/proc/meminfo: memFree=1177504/2055920 swapFree=4192812/4192956
[pid=16403] ppid=16401 vsize=139592 CPUtime=580.51
/proc/16403/stat : 16403 (pcs.big) R 16401 16403 14549 0 -1 4194304 35760 660 0 0 58035 16 0 0 25 0 1 0 59363367 142942208 33814 996147200 134512640 135215973 4294956304 18446744073709551615 134583640 0 0 4096 0 0 0 0 17 0 0 0
/proc/16403/statm: 34898 33814 413 171 0 33823 0
Current children cumulated CPU time (s) 580.51
Current children cumulated vsize (KiB) 139592

[startup+642.301 s]
/proc/loadavg: 2.00 2.07 2.08 3/74 16484
/proc/meminfo: memFree=1167328/2055920 swapFree=4192812/4192956
[pid=16403] ppid=16401 vsize=147044 CPUtime=640.27
/proc/16403/stat : 16403 (pcs.big) R 16401 16403 14549 0 -1 4194304 37616 660 0 0 64010 17 0 0 25 0 1 0 59363367 150573056 35670 996147200 134512640 135215973 4294956304 18446744073709551615 134600887 0 0 4096 0 0 0 0 17 0 0 0
/proc/16403/statm: 36761 35670 413 171 0 35686 0
Current children cumulated CPU time (s) 640.27

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

[startup+822.301 s]
/proc/loadavg: 2.00 2.03 2.06 3/74 16484
/proc/meminfo: memFree=1124960/2055920 swapFree=4192812/4192956
[pid=16403] ppid=16401 vsize=175276 CPUtime=819.54
/proc/16403/stat : 16403 (pcs.big) R 16401 16403 14549 0 -1 4194304 44708 660 0 0 81934 20 0 0 25 0 1 0 59363367 179482624 42762 996147200 134512640 135215973 4294956304 18446744073709551615 134585720 0 0 4096 0 0 0 0 17 0 0 0
/proc/16403/statm: 43819 42762 413 171 0 42744 0
Current children cumulated CPU time (s) 819.54
Current children cumulated vsize (KiB) 175276

[startup+882.301 s]
/proc/loadavg: 2.00 2.02 2.06 3/74 16484
/proc/meminfo: memFree=1107488/2055920 swapFree=4192812/4192956
[pid=16403] ppid=16401 vsize=185668 CPUtime=879.3
/proc/16403/stat : 16403 (pcs.big) R 16401 16403 14549 0 -1 4194304 47365 660 0 0 87909 21 0 0 25 0 1 0 59363367 190124032 45419 996147200 134512640 135215973 4294956304 18446744073709551615 135096339 0 0 4096 0 0 0 0 17 0 0 0
/proc/16403/statm: 46417 45419 413 171 0 45342 0
Current children cumulated CPU time (s) 879.3
Current children cumulated vsize (KiB) 185668

[startup+942.302 s]
/proc/loadavg: 2.00 2.02 2.05 3/74 16484
/proc/meminfo: memFree=1082336/2055920 swapFree=4192812/4192956
[pid=16403] ppid=16401 vsize=203840 CPUtime=939.07
/proc/16403/stat : 16403 (pcs.big) R 16401 16403 14549 0 -1 4194304 51940 660 0 0 93884 23 0 0 25 0 1 0 59363367 208732160 49994 996147200 134512640 135215973 4294956304 18446744073709551615 134585786 0 0 4096 0 0 0 0 17 0 0 0
/proc/16403/statm: 50960 49994 413 171 0 49885 0
Current children cumulated CPU time (s) 939.07
Current children cumulated vsize (KiB) 203840

[startup+1002.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/74 16484
/proc/meminfo: memFree=1062368/2055920 swapFree=4192812/4192956
[pid=16403] ppid=16401 vsize=220096 CPUtime=998.83
/proc/16403/stat : 16403 (pcs.big) R 16401 16403 14549 0 -1 4194304 56026 660 0 0 99858 25 0 0 25 0 1 0 59363367 225378304 54080 996147200 134512640 135215973 4294956304 18446744073709551615 134597429 0 0 4096 0 0 0 0 17 0 0 0
/proc/16403/statm: 55024 54080 413 171 0 53949 0
Current children cumulated CPU time (s) 998.83
Current children cumulated vsize (KiB) 220096

[startup+1062.3 s]
/proc/loadavg: 2.00 2.01 2.04 3/74 16484
/proc/meminfo: memFree=1045088/2055920 swapFree=4192812/4192956
[pid=16403] ppid=16401 vsize=233672 CPUtime=1058.58
/proc/16403/stat : 16403 (pcs.big) R 16401 16403 14549 0 -1 4194304 59421 660 0 0 105833 25 0 0 25 0 1 0 59363367 239280128 57475 996147200 134512640 135215973 4294956304 18446744073709551615 134585741 0 0 4096 0 0 0 0 17 0 0 0
/proc/16403/statm: 58418 57475 413 171 0 57343 0
Current children cumulated CPU time (s) 1058.58
Current children cumulated vsize (KiB) 233672

[startup+1122.3 s]
/proc/loadavg: 2.00 2.00 2.04 3/74 16490
/proc/meminfo: memFree=1028832/2055920 swapFree=4192812/4192956
[pid=16403] ppid=16401 vsize=247624 CPUtime=1118.32
/proc/16403/stat : 16403 (pcs.big) R 16401 16403 14549 0 -1 4194304 62992 660 0 0 111806 26 0 0 25 0 1 0 59363367 253566976 60917 996147200 134512640 135215973 4294956304 18446744073709551615 134585694 0 0 4096 0 0 0 0 17 0 0 0
/proc/16403/statm: 61906 60917 413 171 0 60831 0
Current children cumulated CPU time (s) 1118.32
Current children cumulated vsize (KiB) 247624

[startup+1182.3 s]
/proc/loadavg: 2.00 2.00 2.03 3/74 16490
/proc/meminfo: memFree=1010016/2055920 swapFree=4192812/4192956
[pid=16403] ppid=16401 vsize=260992 CPUtime=1178.08
/proc/16403/stat : 16403 (pcs.big) R 16401 16403 14549 0 -1 4194304 66358 660 0 0 117780 28 0 0 25 0 1 0 59363367 267255808 64283 996147200 134512640 135215973 4294956304 18446744073709551615 134532946 0 0 4096 0 0 0 0 17 0 0 0
/proc/16403/statm: 65248 64283 413 171 0 64173 0
Current children cumulated CPU time (s) 1178.08
Current children cumulated vsize (KiB) 260992

[startup+1242.3 s]
/proc/loadavg: 2.00 2.00 2.02 3/74 16490
/proc/meminfo: memFree=987616/2055920 swapFree=4192812/4192956
[pid=16403] ppid=16401 vsize=278584 CPUtime=1237.85
/proc/16403/stat : 16403 (pcs.big) R 16401 16403 14549 0 -1 4194304 70783 660 0 0 123754 31 0 0 25 0 1 0 59363367 285270016 68708 996147200 134512640 135215973 4294956304 18446744073709551615 135094878 0 0 4096 0 0 0 0 17 0 0 0
/proc/16403/statm: 69646 68708 413 171 0 68571 0
Current children cumulated CPU time (s) 1237.85
Current children cumulated vsize (KiB) 278584

[startup+1302.3 s]
/proc/loadavg: 2.00 2.00 2.02 3/74 16490
/proc/meminfo: memFree=964896/2055920 swapFree=4192812/4192956
[pid=16403] ppid=16401 vsize=297276 CPUtime=1297.61
/proc/16403/stat : 16403 (pcs.big) R 16401 16403 14549 0 -1 4194304 75474 660 0 0 129728 33 0 0 25 0 1 0 59363367 304410624 73399 996147200 134512640 135215973 4294956304 18446744073709551615 134599873 0 0 4096 0 0 0 0 17 0 0 0
/proc/16403/statm: 74319 73399 413 171 0 73244 0
Current children cumulated CPU time (s) 1297.61
Current children cumulated vsize (KiB) 297276

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 2.01 3/74 16490
/proc/meminfo: memFree=936160/2055920 swapFree=4192812/4192956
[pid=16403] ppid=16401 vsize=322996 CPUtime=1357.35
/proc/16403/stat : 16403 (pcs.big) R 16401 16403 14549 0 -1 4194304 81926 660 0 0 135699 36 0 0 25 0 1 0 59363367 330747904 79851 996147200 134512640 135215973 4294956304 18446744073709551615 4158960309 0 0 4096 0 0 0 0 17 0 0 0
/proc/16403/statm: 80749 79851 413 171 0 79674 0
Current children cumulated CPU time (s) 1357.35
Current children cumulated vsize (KiB) 322996

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.01 3/74 16490
/proc/meminfo: memFree=906144/2055920 swapFree=4192812/4192956
[pid=16403] ppid=16401 vsize=349132 CPUtime=1417.13
/proc/16403/stat : 16403 (pcs.big) R 16401 16403 14549 0 -1 4194304 88482 660 0 0 141673 40 0 0 25 0 1 0 59363367 357511168 86407 996147200 134512640 135215973 4294956304 18446744073709551615 134583660 0 0 4096 0 0 0 0 17 0 0 0
/proc/16403/statm: 87283 86407 413 171 0 86208 0
Current children cumulated CPU time (s) 1417.13
Current children cumulated vsize (KiB) 349132

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/74 16490
/proc/meminfo: memFree=875040/2055920 swapFree=4192812/4192956
[pid=16403] ppid=16401 vsize=377052 CPUtime=1476.88
/proc/16403/stat : 16403 (pcs.big) R 16401 16403 14549 0 -1 4194304 95482 660 0 0 147646 42 0 0 25 0 1 0 59363367 386101248 93407 996147200 134512640 135215973 4294956304 18446744073709551615 134585720 0 0 4096 0 0 0 0 17 0 0 0
/proc/16403/statm: 94263 93407 413 171 0 93188 0
Current children cumulated CPU time (s) 1476.88
Current children cumulated vsize (KiB) 377052

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/74 16490
/proc/meminfo: memFree=846240/2055920 swapFree=4192812/4192956
[pid=16403] ppid=16401 vsize=403240 CPUtime=1536.63
/proc/16403/stat : 16403 (pcs.big) R 16401 16403 14549 0 -1 4194304 102208 660 0 0 153619 44 0 0 25 0 1 0 59363367 412917760 99555 996147200 134512640 135215973 4294956304 18446744073709551615 134583400 0 0 4096 0 0 0 0 17 0 0 0
/proc/16403/statm: 100810 99555 413 171 0 99735 0
Current children cumulated CPU time (s) 1536.63
Current children cumulated vsize (KiB) 403240

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/74 16490
/proc/meminfo: memFree=827744/2055920 swapFree=4192812/4192956
[pid=16403] ppid=16401 vsize=420012 CPUtime=1596.4
/proc/16403/stat : 16403 (pcs.big) R 16401 16403 14549 0 -1 4194304 106443 660 0 0 159593 47 0 0 25 0 1 0 59363367 430092288 103373 996147200 134512640 135215973 4294956304 18446744073709551615 134585694 0 0 4096 0 0 0 0 17 0 0 0
/proc/16403/statm: 105003 103373 413 171 0 103928 0
Current children cumulated CPU time (s) 1596.4
Current children cumulated vsize (KiB) 420012

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/74 16490
/proc/meminfo: memFree=805152/2055920 swapFree=4192812/4192956
[pid=16403] ppid=16401 vsize=437900 CPUtime=1656.16
/proc/16403/stat : 16403 (pcs.big) R 16401 16403 14549 0 -1 4194304 110919 660 0 0 165568 48 0 0 25 0 1 0 59363367 448409600 107849 996147200 134512640 135215973 4294956304 18446744073709551615 134589507 0 0 4096 0 0 0 0 17 0 0 0
/proc/16403/statm: 109475 107849 413 171 0 108400 0
Current children cumulated CPU time (s) 1656.16
Current children cumulated vsize (KiB) 437900

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/74 16490
/proc/meminfo: memFree=781152/2055920 swapFree=4192812/4192956
[pid=16403] ppid=16401 vsize=455268 CPUtime=1715.91
/proc/16403/stat : 16403 (pcs.big) R 16401 16403 14549 0 -1 4194304 115284 660 0 0 171542 49 0 0 25 0 1 0 59363367 466194432 112214 996147200 134512640 135215973 4294956304 18446744073709551615 134585830 0 0 4096 0 0 0 0 17 0 0 0
/proc/16403/statm: 113817 112214 413 171 0 112742 0
Current children cumulated CPU time (s) 1715.91
Current children cumulated vsize (KiB) 455268

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/74 16490
/proc/meminfo: memFree=755808/2055920 swapFree=4192812/4192956
[pid=16403] ppid=16401 vsize=472768 CPUtime=1775.67
/proc/16403/stat : 16403 (pcs.big) R 16401 16403 14549 0 -1 4194304 119660 660 0 0 177516 51 0 0 25 0 1 0 59363367 484114432 116590 996147200 134512640 135215973 4294956304 18446744073709551615 134600809 0 0 4096 0 0 0 0 17 0 0 0
/proc/16403/statm: 118192 116590 413 171 0 117117 0
Current children cumulated CPU time (s) 1775.67
Current children cumulated vsize (KiB) 472768



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1806.8 s]
/proc/loadavg: 2.00 2.00 2.00 3/74 16490
/proc/meminfo: memFree=745824/2055920 swapFree=4192812/4192956
[pid=16403] ppid=16401 vsize=481232 CPUtime=1800.07
/proc/16403/stat : 16403 (pcs.big) R 16401 16403 14549 0 -1 4194304 121832 660 0 0 179956 51 0 0 25 0 1 0 59363367 492781568 118762 996147200 134512640 135215973 4294956304 18446744073709551615 134600888 0 0 4096 0 0 0 0 17 0 0 0
/proc/16403/statm: 120308 118762 413 171 0 119233 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 481232

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

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1806.88
CPU time (s): 1800.16
CPU user time (s): 1799.56
CPU system time (s): 0.596909
CPU usage (%): 99.6283
Max. virtual memory (cumulated for all children) (KiB): 481232

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.56
system time used= 0.596909
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 122492
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= 20
involuntary context switches= 23827

runsolver used 1.78873 second user time and 4.79327 second system time

The end

Launcher Data

Begin job on node79 at 2009-07-16 07:42:58
IDJOB=2083330
IDBENCH=57787
IDSOLVER=733
FILE ID=node79/2083330-1247722978
PBS_JOBID= 9521417
Free space on /tmp= 66368 MiB

SOLVER NAME= pcs 0.2
BENCH NAME= CPAI08/csp/fapp/fapp21/normalized-fapp21-0500-9.xml
COMMAND LINE= HOME/pcssolve -s RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2083330-1247722978/watcher-2083330-1247722978 -o /tmp/evaluation-result-2083330-1247722978/solver-2083330-1247722978 -C 1800 -W 2000 -M 900  HOME/pcssolve -s 907047188 HOME/instance-2083330-1247722978.xml

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

MD5SUM BENCH= df17b803234115e4f44c4b6c29f818f0
RANDOM SEED=907047188

node79.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.229
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.229
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	: 5996.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1404728 kB
Buffers:         82712 kB
Cached:         365816 kB
SwapCached:          0 kB
Active:         175476 kB
Inactive:       384692 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1404728 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            2128 kB
Writeback:           0 kB
Mapped:         123116 kB
Slab:            76184 kB
Committed_AS:   629976 kB
PageTables:       2020 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= 66376 MiB
End job on node79 at 2009-07-16 08:13:07