Trace number 2083925

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.1 1808.04

General information on the benchmark

Namecsp/fapp/fapp05/
normalized-fapp05-0350-6.xml
MD5SUM84f9ffd3bc330531b9df688f127dfd93
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 benchmark22.6356
Satisfiable
(Un)Satisfiability was proved
Number of variables350
Number of constraints4665
Maximum constraint arity2
Maximum domain size270
Number of constraints which are defined in extension0
Number of constraints which are defined in intension4665
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 602506710
0.00/0.02	c Constructing HOME/instance-2083925-1247723984.xml  with 29334 constraints
0.47/0.51	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-2083925-1247723984/watcher-2083925-1247723984 -o /tmp/evaluation-result-2083925-1247723984/solver-2083925-1247723984 -C 1800 -W 2000 -M 900 HOME/pcssolve -s 602506710 HOME/instance-2083925-1247723984.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.15 2.09 2.07 4/72 15351
/proc/meminfo: memFree=1328144/2055920 swapFree=4192812/4192956
[pid=15351] ppid=15349 vsize=5356 CPUtime=0
/proc/15351/stat : 15351 (pcssolve) R 15349 15351 15230 0 -1 4194304 273 0 0 0 0 0 0 0 20 0 1 0 59464418 5484544 241 996147200 4194304 4889804 548682068800 18446744073709551615 210824129183 0 65538 4100 65536 0 0 0 17 1 0 0
/proc/15351/statm: 1339 241 200 169 0 50 0
[pid=15352] ppid=15351 vsize=5356 CPUtime=0
/proc/15352/stat : 15352 (pcssolve) R 15351 15351 15230 0 -1 4194368 0 0 0 0 0 0 0 0 20 0 1 0 59464418 5484544 241 996147200 4194304 4889804 548682068800 18446744073709551615 210824129183 0 65538 4100 65536 0 0 0 17 1 0 0
/proc/15352/statm: 1339 241 200 169 0 50 0

[startup+0.0400879 s]
/proc/loadavg: 2.15 2.09 2.07 4/72 15351
/proc/meminfo: memFree=1328144/2055920 swapFree=4192812/4192956
[pid=15351] ppid=15349 vsize=4988 CPUtime=0.02
/proc/15351/stat : 15351 (pcs.big) R 15349 15351 15230 0 -1 4194304 914 660 0 0 2 0 0 0 23 0 1 0 59464418 5107712 545 996147200 134512640 135215973 4294956304 18446744073709551615 134773306 0 0 4096 0 0 0 0 17 1 0 0
/proc/15351/statm: 1247 545 386 171 0 172 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 4988

[startup+0.101094 s]
/proc/loadavg: 2.15 2.09 2.07 4/72 15351
/proc/meminfo: memFree=1328144/2055920 swapFree=4192812/4192956
[pid=15351] ppid=15349 vsize=6756 CPUtime=0.07
/proc/15351/stat : 15351 (pcs.big) R 15349 15351 15230 0 -1 4194304 1327 660 0 0 7 0 0 0 23 0 1 0 59464418 6918144 884 996147200 134512640 135215973 4294956304 18446744073709551615 134583656 0 0 4096 0 0 0 0 17 1 0 0
/proc/15351/statm: 1689 884 386 171 0 614 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 6756

[startup+0.301118 s]
/proc/loadavg: 2.15 2.09 2.07 4/72 15351
/proc/meminfo: memFree=1328144/2055920 swapFree=4192812/4192956
[pid=15351] ppid=15349 vsize=11368 CPUtime=0.27
/proc/15351/stat : 15351 (pcs.big) R 15349 15351 15230 0 -1 4194304 2826 660 0 0 26 1 0 0 25 0 1 0 59464418 11640832 1897 996147200 134512640 135215973 4294956304 18446744073709551615 4159730116 0 0 4096 0 0 0 0 17 1 0 0
/proc/15351/statm: 2842 1897 386 171 0 1767 0
Current children cumulated CPU time (s) 0.27
Current children cumulated vsize (KiB) 11368

[startup+0.701164 s]
/proc/loadavg: 2.15 2.09 2.07 4/72 15351
/proc/meminfo: memFree=1328144/2055920 swapFree=4192812/4192956
[pid=15351] ppid=15349 vsize=17812 CPUtime=0.67
/proc/15351/stat : 15351 (pcs.big) R 15349 15351 15230 0 -1 4194304 5541 660 0 0 64 3 0 0 25 0 1 0 59464418 18239488 3660 996147200 134512640 135215973 4294956304 18446744073709551615 135094912 0 0 4096 0 0 0 0 17 1 0 0
/proc/15351/statm: 4453 3660 410 171 0 3378 0
Current children cumulated CPU time (s) 0.67
Current children cumulated vsize (KiB) 17812

[startup+1.50126 s]
/proc/loadavg: 2.15 2.09 2.07 3/73 15356
/proc/meminfo: memFree=1314696/2055920 swapFree=4192812/4192956
[pid=15351] ppid=15349 vsize=18024 CPUtime=1.46
/proc/15351/stat : 15351 (pcs.big) R 15349 15351 15230 0 -1 4194304 5617 660 0 0 143 3 0 0 25 0 1 0 59464418 18456576 3719 996147200 134512640 135215973 4294956304 18446744073709551615 134597302 0 0 4096 0 0 0 0 17 1 0 0
/proc/15351/statm: 4506 3719 410 171 0 3431 0
Current children cumulated CPU time (s) 1.46
Current children cumulated vsize (KiB) 18024

[startup+3.10145 s]
/proc/loadavg: 2.15 2.09 2.07 3/73 15356
/proc/meminfo: memFree=1314248/2055920 swapFree=4192812/4192956
[pid=15351] ppid=15349 vsize=19308 CPUtime=3.06
/proc/15351/stat : 15351 (pcs.big) R 15349 15351 15230 0 -1 4194304 5987 660 0 0 303 3 0 0 25 0 1 0 59464418 19771392 3931 996147200 134512640 135215973 4294956304 18446744073709551615 134585600 0 0 4096 0 0 0 0 17 1 0 0
/proc/15351/statm: 4827 3931 410 171 0 3752 0
Current children cumulated CPU time (s) 3.06
Current children cumulated vsize (KiB) 19308

[startup+6.30184 s]
/proc/loadavg: 2.14 2.08 2.07 3/73 15356
/proc/meminfo: memFree=1312648/2055920 swapFree=4192812/4192956
[pid=15351] ppid=15349 vsize=19968 CPUtime=6.23
/proc/15351/stat : 15351 (pcs.big) R 15349 15351 15230 0 -1 4194304 6220 660 0 0 620 3 0 0 25 0 1 0 59464418 20447232 4164 996147200 134512640 135215973 4294956304 18446744073709551615 134585694 0 0 4096 0 0 0 0 17 1 0 0
/proc/15351/statm: 4992 4164 410 171 0 3917 0
Current children cumulated CPU time (s) 6.23
Current children cumulated vsize (KiB) 19968

[startup+12.7016 s]
/proc/loadavg: 2.13 2.08 2.07 3/73 15356
/proc/meminfo: memFree=1311304/2055920 swapFree=4192812/4192956
[pid=15351] ppid=15349 vsize=21616 CPUtime=12.57
/proc/15351/stat : 15351 (pcs.big) R 15349 15351 15230 0 -1 4194304 6738 660 0 0 1254 3 0 0 25 0 1 0 59464418 22134784 4473 996147200 134512640 135215973 4294956304 18446744073709551615 134591470 0 0 4096 0 0 0 0 17 1 0 0
/proc/15351/statm: 5404 4473 413 171 0 4329 0
Current children cumulated CPU time (s) 12.57
Current children cumulated vsize (KiB) 21616

[startup+25.5011 s]
/proc/loadavg: 2.10 2.08 2.07 3/73 15356
/proc/meminfo: memFree=1310920/2055920 swapFree=4192812/4192956
[pid=15351] ppid=15349 vsize=22056 CPUtime=25.27
/proc/15351/stat : 15351 (pcs.big) R 15349 15351 15230 0 -1 4194304 6849 660 0 0 2524 3 0 0 25 0 1 0 59464418 22585344 4584 996147200 134512640 135215973 4294956304 18446744073709551615 135096304 0 0 4096 0 0 0 0 17 1 0 0
/proc/15351/statm: 5514 4584 413 171 0 4439 0
Current children cumulated CPU time (s) 25.27
Current children cumulated vsize (KiB) 22056

[startup+51.1012 s]
/proc/loadavg: 2.06 2.07 2.07 3/73 15356
/proc/meminfo: memFree=1305288/2055920 swapFree=4192812/4192956
[pid=15351] ppid=15349 vsize=26560 CPUtime=50.67
/proc/15351/stat : 15351 (pcs.big) R 15349 15351 15230 0 -1 4194304 8011 660 0 0 5063 4 0 0 25 0 1 0 59464418 27197440 5746 996147200 134512640 135215973 4294956304 18446744073709551615 134585694 0 0 4096 0 0 0 0 17 1 0 0
/proc/15351/statm: 6640 5746 413 171 0 5565 0
Current children cumulated CPU time (s) 50.67
Current children cumulated vsize (KiB) 26560

[startup+102.306 s]
/proc/loadavg: 2.02 2.06 2.06 3/73 15362
/proc/meminfo: memFree=1291072/2055920 swapFree=4192812/4192956
[pid=15351] ppid=15349 vsize=30912 CPUtime=101.48
/proc/15351/stat : 15351 (pcs.big) R 15349 15351 15230 0 -1 4194304 9147 660 0 0 10143 5 0 0 25 0 1 0 59464418 31653888 6882 996147200 134512640 135215973 4294956304 18446744073709551615 135095049 0 0 4096 0 0 0 0 17 1 0 0
/proc/15351/statm: 7728 6882 413 171 0 6653 0
Current children cumulated CPU time (s) 101.48
Current children cumulated vsize (KiB) 30912

[startup+162.302 s]
/proc/loadavg: 2.01 2.05 2.06 3/73 15362
/proc/meminfo: memFree=1270656/2055920 swapFree=4192812/4192956
[pid=15351] ppid=15349 vsize=36544 CPUtime=161.01
/proc/15351/stat : 15351 (pcs.big) R 15349 15351 15230 0 -1 4194304 10619 660 0 0 16096 5 0 0 25 0 1 0 59464418 37421056 8354 996147200 134512640 135215973 4294956304 18446744073709551615 134599883 0 0 4096 0 0 0 0 17 1 0 0
/proc/15351/statm: 9136 8354 413 171 0 8061 0
Current children cumulated CPU time (s) 161.01
Current children cumulated vsize (KiB) 36544

[startup+222.302 s]
/proc/loadavg: 2.00 2.03 2.05 3/73 15362
/proc/meminfo: memFree=1260608/2055920 swapFree=4192812/4192956
[pid=15351] ppid=15349 vsize=44696 CPUtime=220.56
/proc/15351/stat : 15351 (pcs.big) R 15349 15351 15230 0 -1 4194304 12850 660 0 0 22050 6 0 0 25 0 1 0 59464418 45768704 10168 996147200 134512640 135215973 4294956304 18446744073709551615 134600817 0 0 4096 0 0 0 0 17 1 0 0
/proc/15351/statm: 11174 10168 413 171 0 10099 0
Current children cumulated CPU time (s) 220.56
Current children cumulated vsize (KiB) 44696

[startup+282.302 s]
/proc/loadavg: 2.00 2.03 2.05 3/73 15362
/proc/meminfo: memFree=1256000/2055920 swapFree=4192812/4192956
[pid=15351] ppid=15349 vsize=50672 CPUtime=280.1
/proc/15351/stat : 15351 (pcs.big) R 15349 15351 15230 0 -1 4194304 14342 660 0 0 28003 7 0 0 25 0 1 0 59464418 51888128 11370 996147200 134512640 135215973 4294956304 18446744073709551615 134585830 0 0 4096 0 0 0 0 17 1 0 0
/proc/15351/statm: 12668 11370 413 171 0 11593 0
Current children cumulated CPU time (s) 280.1
Current children cumulated vsize (KiB) 50672

[startup+342.301 s]
/proc/loadavg: 2.00 2.02 2.04 3/73 15362
/proc/meminfo: memFree=1247552/2055920 swapFree=4192812/4192956
[pid=15351] ppid=15349 vsize=55232 CPUtime=339.65
/proc/15351/stat : 15351 (pcs.big) R 15349 15351 15230 0 -1 4194304 15490 660 0 0 33957 8 0 0 25 0 1 0 59464418 56557568 12518 996147200 134512640 135215973 4294956304 18446744073709551615 134597477 0 0 4096 0 0 0 0 17 1 0 0
/proc/15351/statm: 13808 12518 413 171 0 12733 0
Current children cumulated CPU time (s) 339.65
Current children cumulated vsize (KiB) 55232

[startup+402.301 s]
/proc/loadavg: 2.00 2.01 2.03 3/73 15362
/proc/meminfo: memFree=1236936/2055920 swapFree=4192812/4192956
[pid=15351] ppid=15349 vsize=59272 CPUtime=399.2
/proc/15351/stat : 15351 (pcs.big) R 15349 15351 15230 0 -1 4194304 16507 660 0 0 39912 8 0 0 25 0 1 0 59464418 60694528 13535 996147200 134512640 135215973 4294956304 18446744073709551615 134583418 0 0 4096 0 0 0 0 17 1 0 0
/proc/15351/statm: 14818 13535 413 171 0 13743 0
Current children cumulated CPU time (s) 399.2
Current children cumulated vsize (KiB) 59272

[startup+462.302 s]
/proc/loadavg: 2.00 2.01 2.03 3/73 15362
/proc/meminfo: memFree=1223368/2055920 swapFree=4192812/4192956
[pid=15351] ppid=15349 vsize=66648 CPUtime=458.74
/proc/15351/stat : 15351 (pcs.big) R 15349 15351 15230 0 -1 4194304 18357 660 0 0 45865 9 0 0 25 0 1 0 59464418 68247552 15385 996147200 134512640 135215973 4294956304 18446744073709551615 134585880 0 0 4096 0 0 0 0 17 1 0 0
/proc/15351/statm: 16662 15385 413 171 0 15587 0
Current children cumulated CPU time (s) 458.74
Current children cumulated vsize (KiB) 66648

[startup+522.302 s]
/proc/loadavg: 2.00 2.00 2.02 3/73 15362
/proc/meminfo: memFree=1209352/2055920 swapFree=4192812/4192956
[pid=15351] ppid=15349 vsize=75584 CPUtime=518.29
/proc/15351/stat : 15351 (pcs.big) R 15349 15351 15230 0 -1 4194304 20600 660 0 0 51819 10 0 0 25 0 1 0 59464418 77398016 17628 996147200 134512640 135215973 4294956304 18446744073709551615 134969670 0 0 4096 0 0 0 0 17 1 0 0
/proc/15351/statm: 18896 17628 413 171 0 17821 0
Current children cumulated CPU time (s) 518.29
Current children cumulated vsize (KiB) 75584

[startup+582.301 s]
/proc/loadavg: 2.00 2.00 2.02 3/73 15362
/proc/meminfo: memFree=1197960/2055920 swapFree=4192812/4192956
[pid=15351] ppid=15349 vsize=80896 CPUtime=577.82
/proc/15351/stat : 15351 (pcs.big) R 15349 15351 15230 0 -1 4194304 21936 660 0 0 57772 10 0 0 25 0 1 0 59464418 82837504 18964 996147200 134512640 135215973 4294956304 18446744073709551615 134585786 0 0 4096 0 0 0 0 17 1 0 0
/proc/15351/statm: 20224 18964 413 171 0 19149 0
Current children cumulated CPU time (s) 577.82
Current children cumulated vsize (KiB) 80896

[startup+642.301 s]
/proc/loadavg: 2.00 2.00 2.01 3/73 15362
/proc/meminfo: memFree=1184968/2055920 swapFree=4192812/4192956
[pid=15351] ppid=15349 vsize=87516 CPUtime=637.38
/proc/15351/stat : 15351 (pcs.big) R 15349 15351 15230 0 -1 4194304 23603 660 0 0 63727 11 0 0 25 0 1 0 59464418 89616384 20631 996147200 134512640 135215973 4294956304 18446744073709551615 134585720 0 0 4096 0 0 0 0 17 1 0 0
/proc/15351/statm: 21879 20631 413 171 0 20804 0
Current children cumulated CPU time (s) 637.38

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

[startup+822.302 s]
/proc/loadavg: 2.06 2.02 2.00 3/73 15362
/proc/meminfo: memFree=1152136/2055920 swapFree=4192812/4192956
[pid=15351] ppid=15349 vsize=107040 CPUtime=815.99
/proc/15351/stat : 15351 (pcs.big) R 15349 15351 15230 0 -1 4194304 28502 660 0 0 81587 12 0 0 25 0 1 0 59464418 109608960 25530 996147200 134512640 135215973 4294956304 18446744073709551615 134599883 0 0 4096 0 0 0 0 17 1 0 0
/proc/15351/statm: 26760 25530 413 171 0 25685 0
Current children cumulated CPU time (s) 815.99
Current children cumulated vsize (KiB) 107040

[startup+882.301 s]
/proc/loadavg: 2.08 2.03 2.00 3/73 15362
/proc/meminfo: memFree=1138952/2055920 swapFree=4192812/4192956
[pid=15351] ppid=15349 vsize=113860 CPUtime=875.54
/proc/15351/stat : 15351 (pcs.big) R 15349 15351 15230 0 -1 4194304 30213 660 0 0 87541 13 0 0 25 0 1 0 59464418 116592640 27241 996147200 134512640 135215973 4294956304 18446744073709551615 134585720 0 0 4096 0 0 0 0 17 1 0 0
/proc/15351/statm: 28465 27241 413 171 0 27390 0
Current children cumulated CPU time (s) 875.54
Current children cumulated vsize (KiB) 113860

[startup+942.301 s]
/proc/loadavg: 2.12 2.05 2.01 3/73 15362
/proc/meminfo: memFree=1127048/2055920 swapFree=4192812/4192956
[pid=15351] ppid=15349 vsize=120032 CPUtime=935.08
/proc/15351/stat : 15351 (pcs.big) R 15349 15351 15230 0 -1 4194304 31763 660 0 0 93495 13 0 0 25 0 1 0 59464418 122912768 28791 996147200 134512640 135215973 4294956304 18446744073709551615 134583366 0 0 4096 0 0 0 0 17 1 0 0
/proc/15351/statm: 30008 28791 413 171 0 28933 0
Current children cumulated CPU time (s) 935.08
Current children cumulated vsize (KiB) 120032

[startup+1002.3 s]
/proc/loadavg: 2.13 2.07 2.01 3/73 15394
/proc/meminfo: memFree=1476992/2055920 swapFree=4192812/4192956
[pid=15351] ppid=15349 vsize=128924 CPUtime=994.66
/proc/15351/stat : 15351 (pcs.big) R 15349 15351 15230 0 -1 4194304 33994 660 0 0 99451 15 0 0 25 0 1 0 59464418 132018176 31022 996147200 134512640 135215973 4294956304 18446744073709551615 134585694 0 0 4096 0 0 0 0 17 0 0 0
/proc/15351/statm: 32231 31022 413 171 0 31156 0
Current children cumulated CPU time (s) 994.66
Current children cumulated vsize (KiB) 128924

[startup+1062.3 s]
/proc/loadavg: 2.05 2.05 2.01 3/73 15394
/proc/meminfo: memFree=1458568/2055920 swapFree=4192812/4192956
[pid=15351] ppid=15349 vsize=134344 CPUtime=1054.63
/proc/15351/stat : 15351 (pcs.big) R 15349 15351 15230 0 -1 4194304 35359 660 0 0 105447 16 0 0 25 0 1 0 59464418 137568256 32387 996147200 134512640 135215973 4294956304 18446744073709551615 134585720 0 0 4096 0 0 0 0 17 0 0 0
/proc/15351/statm: 33586 32387 413 171 0 32511 0
Current children cumulated CPU time (s) 1054.63
Current children cumulated vsize (KiB) 134344

[startup+1122.3 s]
/proc/loadavg: 2.02 2.04 2.00 3/73 15394
/proc/meminfo: memFree=1449224/2055920 swapFree=4192812/4192956
[pid=15351] ppid=15349 vsize=137808 CPUtime=1114.61
/proc/15351/stat : 15351 (pcs.big) R 15349 15351 15230 0 -1 4194304 36239 660 0 0 111445 16 0 0 25 0 1 0 59464418 141115392 33267 996147200 134512640 135215973 4294956304 18446744073709551615 4158960134 0 0 4096 0 0 0 0 17 0 0 0
/proc/15351/statm: 34452 33267 413 171 0 33377 0
Current children cumulated CPU time (s) 1114.61
Current children cumulated vsize (KiB) 137808

[startup+1182.3 s]
/proc/loadavg: 2.00 2.03 2.00 3/73 15394
/proc/meminfo: memFree=1427592/2055920 swapFree=4192812/4192956
[pid=15351] ppid=15349 vsize=142024 CPUtime=1174.58
/proc/15351/stat : 15351 (pcs.big) R 15349 15351 15230 0 -1 4194304 37265 660 0 0 117442 16 0 0 25 0 1 0 59464418 145432576 34293 996147200 134512640 135215973 4294956304 18446744073709551615 134585694 0 0 4096 0 0 0 0 17 0 0 0
/proc/15351/statm: 35506 34293 413 171 0 34431 0
Current children cumulated CPU time (s) 1174.58
Current children cumulated vsize (KiB) 142024

[startup+1242.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/73 15394
/proc/meminfo: memFree=1412616/2055920 swapFree=4192812/4192956
[pid=15351] ppid=15349 vsize=145552 CPUtime=1234.56
/proc/15351/stat : 15351 (pcs.big) R 15349 15351 15230 0 -1 4194304 38165 660 0 0 123439 17 0 0 25 0 1 0 59464418 149045248 35193 996147200 134512640 135215973 4294956304 18446744073709551615 134585741 0 0 4096 0 0 0 0 17 0 0 0
/proc/15351/statm: 36388 35193 413 171 0 35313 0
Current children cumulated CPU time (s) 1234.56
Current children cumulated vsize (KiB) 145552

[startup+1302.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/73 15394
/proc/meminfo: memFree=1399240/2055920 swapFree=4192812/4192956
[pid=15351] ppid=15349 vsize=148956 CPUtime=1294.55
/proc/15351/stat : 15351 (pcs.big) R 15349 15351 15230 0 -1 4194304 39036 660 0 0 129437 18 0 0 25 0 1 0 59464418 152530944 36064 996147200 134512640 135215973 4294956304 18446744073709551615 134585600 0 0 4096 0 0 0 0 17 0 0 0
/proc/15351/statm: 37239 36064 413 171 0 36164 0
Current children cumulated CPU time (s) 1294.55
Current children cumulated vsize (KiB) 148956

[startup+1362.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/73 15394
/proc/meminfo: memFree=1387208/2055920 swapFree=4192812/4192956
[pid=15351] ppid=15349 vsize=152552 CPUtime=1354.52
/proc/15351/stat : 15351 (pcs.big) R 15349 15351 15230 0 -1 4194304 39960 660 0 0 135434 18 0 0 25 0 1 0 59464418 156213248 36923 996147200 134512640 135215973 4294956304 18446744073709551615 4158961070 0 0 4096 0 0 0 0 17 0 0 0
/proc/15351/statm: 38138 36923 413 171 0 37063 0
Current children cumulated CPU time (s) 1354.52
Current children cumulated vsize (KiB) 152552

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/73 15394
/proc/meminfo: memFree=1371976/2055920 swapFree=4192812/4192956
[pid=15351] ppid=15349 vsize=155532 CPUtime=1414.5
/proc/15351/stat : 15351 (pcs.big) R 15349 15351 15230 0 -1 4194304 40721 660 0 0 141431 19 0 0 25 0 1 0 59464418 159264768 37684 996147200 134512640 135215973 4294956304 18446744073709551615 134583360 0 0 4096 0 0 0 0 17 0 0 0
/proc/15351/statm: 38883 37684 413 171 0 37808 0
Current children cumulated CPU time (s) 1414.5
Current children cumulated vsize (KiB) 155532

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/73 15394
/proc/meminfo: memFree=1361544/2055920 swapFree=4192812/4192956
[pid=15351] ppid=15349 vsize=159428 CPUtime=1474.48
/proc/15351/stat : 15351 (pcs.big) R 15349 15351 15230 0 -1 4194304 41715 660 0 0 147429 19 0 0 25 0 1 0 59464418 163254272 38678 996147200 134512640 135215973 4294956304 18446744073709551615 134590106 0 0 4096 0 0 0 0 17 0 0 0
/proc/15351/statm: 39857 38678 413 171 0 38782 0
Current children cumulated CPU time (s) 1474.48
Current children cumulated vsize (KiB) 159428

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/73 15394
/proc/meminfo: memFree=1353608/2055920 swapFree=4192812/4192956
[pid=15351] ppid=15349 vsize=162760 CPUtime=1534.45
/proc/15351/stat : 15351 (pcs.big) R 15349 15351 15230 0 -1 4194304 42569 660 0 0 153426 19 0 0 25 0 1 0 59464418 166666240 39532 996147200 134512640 135215973 4294956304 18446744073709551615 134585745 0 0 4096 0 0 0 0 17 0 0 0
/proc/15351/statm: 40690 39532 413 171 0 39615 0
Current children cumulated CPU time (s) 1534.45
Current children cumulated vsize (KiB) 162760

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/73 15394
/proc/meminfo: memFree=1344584/2055920 swapFree=4192812/4192956
[pid=15351] ppid=15349 vsize=166532 CPUtime=1594.42
/proc/15351/stat : 15351 (pcs.big) R 15349 15351 15230 0 -1 4194304 43529 660 0 0 159423 19 0 0 25 0 1 0 59464418 170528768 40363 996147200 134512640 135215973 4294956304 18446744073709551615 134585786 0 0 4096 0 0 0 0 17 0 0 0
/proc/15351/statm: 41633 40363 413 171 0 40558 0
Current children cumulated CPU time (s) 1594.42
Current children cumulated vsize (KiB) 166532

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/73 15394
/proc/meminfo: memFree=1335176/2055920 swapFree=4192812/4192956
[pid=15351] ppid=15349 vsize=169728 CPUtime=1654.41
/proc/15351/stat : 15351 (pcs.big) R 15349 15351 15230 0 -1 4194304 44347 660 0 0 165421 20 0 0 25 0 1 0 59464418 173801472 41181 996147200 134512640 135215973 4294956304 18446744073709551615 134585741 0 0 4096 0 0 0 0 17 0 0 0
/proc/15351/statm: 42432 41181 413 171 0 41357 0
Current children cumulated CPU time (s) 1654.41
Current children cumulated vsize (KiB) 169728

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/73 15394
/proc/meminfo: memFree=1326216/2055920 swapFree=4192812/4192956
[pid=15351] ppid=15349 vsize=173232 CPUtime=1714.38
/proc/15351/stat : 15351 (pcs.big) R 15349 15351 15230 0 -1 4194304 45244 660 0 0 171417 21 0 0 25 0 1 0 59464418 177389568 42078 996147200 134512640 135215973 4294956304 18446744073709551615 134583539 0 0 4096 0 0 0 0 17 0 0 0
/proc/15351/statm: 43308 42078 413 171 0 42233 0
Current children cumulated CPU time (s) 1714.38
Current children cumulated vsize (KiB) 173232

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/73 15394
/proc/meminfo: memFree=1310216/2055920 swapFree=4192812/4192956
[pid=15351] ppid=15349 vsize=182008 CPUtime=1774.36
/proc/15351/stat : 15351 (pcs.big) R 15349 15351 15230 0 -1 4194304 47451 660 0 0 177415 21 0 0 25 0 1 0 59464418 186376192 44285 996147200 134512640 135215973 4294956304 18446744073709551615 134585666 0 0 4096 0 0 0 0 17 0 0 0
/proc/15351/statm: 45502 44285 413 171 0 44427 0
Current children cumulated CPU time (s) 1774.36
Current children cumulated vsize (KiB) 182008



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1808 s]
/proc/loadavg: 2.00 2.00 2.00 3/73 15394
/proc/meminfo: memFree=1301512/2055920 swapFree=4192812/4192956
[pid=15351] ppid=15349 vsize=186292 CPUtime=1800.05
/proc/15351/stat : 15351 (pcs.big) R 15349 15351 15230 0 -1 4194304 48719 660 0 0 179983 22 0 0 25 0 1 0 59464418 190763008 45553 996147200 134512640 135215973 4294956304 18446744073709551615 134585880 0 0 4096 0 0 0 0 17 0 0 0
/proc/15351/statm: 46573 45553 413 171 0 45498 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 186292

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): 1808.04
CPU time (s): 1800.1
CPU user time (s): 1799.84
CPU system time (s): 0.26196
CPU usage (%): 99.5612
Max. virtual memory (cumulated for all children) (KiB): 186292

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

runsolver used 2.14167 second user time and 5.19221 second system time

The end

Launcher Data

Begin job on node33 at 2009-07-16 07:59:44
IDJOB=2083925
IDBENCH=57978
IDSOLVER=734
FILE ID=node33/2083925-1247723984
PBS_JOBID= 9521498
Free space on /tmp= 66416 MiB

SOLVER NAME= pcs-restart 0.2.restart
BENCH NAME= CPAI08/csp/fapp/fapp05/normalized-fapp05-0350-6.xml
COMMAND LINE= HOME/pcssolve -s RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2083925-1247723984/watcher-2083925-1247723984 -o /tmp/evaluation-result-2083925-1247723984/solver-2083925-1247723984 -C 1800 -W 2000 -M 900  HOME/pcssolve -s 602506710 HOME/instance-2083925-1247723984.xml

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

MD5SUM BENCH= 84f9ffd3bc330531b9df688f127dfd93
RANDOM SEED=602506710

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


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1328624 kB
Buffers:         79944 kB
Cached:         275832 kB
SwapCached:          0 kB
Active:         331168 kB
Inactive:       309476 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1328624 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            2356 kB
Writeback:           0 kB
Mapped:         296444 kB
Slab:            71416 kB
Committed_AS:   846872 kB
PageTables:       2448 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= 66420 MiB
End job on node33 at 2009-07-16 08:29:54