Trace number 2083738

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.13 1805.28

General information on the benchmark

Namecsp/fapp/fapp25/
normalized-fapp25-2230-9.xml
MD5SUMcd2c3c12815b02c7c73d42faba495a48
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 benchmark29.0496
Satisfiable
(Un)Satisfiability was proved
Number of variables2230
Number of constraints18971
Maximum constraint arity2
Maximum domain size302
Number of constraints which are defined in extension0
Number of constraints which are defined in intension18971
Global constraints used (with number of constraints)

Solver Data

0.00/0.02	c has big domains
0.00/0.02	c big-domain mode
0.00/0.02	c Seed is 992261556
0.00/0.02	c Constructing HOME/instance-2083738-1247723689.xml  with 104746 constraints
1.86/1.97	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-2083738-1247723689/watcher-2083738-1247723689 -o /tmp/evaluation-result-2083738-1247723689/solver-2083738-1247723689 -C 1800 -W 2000 -M 900 HOME/pcssolve -s 992261556 HOME/instance-2083738-1247723689.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.09 2.06 2.02 4/72 15768
/proc/meminfo: memFree=1083024/2055920 swapFree=4192812/4192956
[pid=15768] ppid=15766 vsize=5356 CPUtime=0
/proc/15768/stat : 15768 (pcssolve) R 15766 15768 14567 0 -1 4194304 273 0 0 0 0 0 0 0 20 0 1 0 59432042 5484544 241 996147200 4194304 4889804 548682068800 18446744073709551615 226238196383 0 65538 4100 65536 0 0 0 17 1 0 0
/proc/15768/statm: 1339 241 200 169 0 50 0
[pid=15769] ppid=15768 vsize=5356 CPUtime=0
/proc/15769/stat : 15769 (pcssolve) R 15768 15768 14567 0 -1 4194368 0 0 0 0 0 0 0 0 20 0 1 0 59432043 5484544 241 996147200 4194304 4889804 548682068800 18446744073709551615 226238196383 0 65538 4100 65536 0 0 0 17 1 0 0
/proc/15769/statm: 1339 241 200 169 0 50 0

[startup+0.0881021 s]
/proc/loadavg: 2.09 2.06 2.02 4/72 15768
/proc/meminfo: memFree=1083024/2055920 swapFree=4192812/4192956
[pid=15768] ppid=15766 vsize=6616 CPUtime=0.06
/proc/15768/stat : 15768 (pcs.big) R 15766 15768 14567 0 -1 4194304 1326 663 0 0 6 0 0 0 22 0 1 0 59432042 6774784 872 996147200 134512640 135215973 4294956304 18446744073709551615 5336710 0 0 4096 0 0 0 0 17 1 0 0
/proc/15768/statm: 1654 872 386 171 0 579 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 6616

[startup+0.101098 s]
/proc/loadavg: 2.09 2.06 2.02 4/72 15768
/proc/meminfo: memFree=1083024/2055920 swapFree=4192812/4192956
[pid=15768] ppid=15766 vsize=6836 CPUtime=0.07
/proc/15768/stat : 15768 (pcs.big) R 15766 15768 14567 0 -1 4194304 1381 663 0 0 7 0 0 0 22 0 1 0 59432042 7000064 927 996147200 134512640 135215973 4294956304 18446744073709551615 134725130 0 0 4096 0 0 0 0 17 1 0 0
/proc/15768/statm: 1709 927 386 171 0 634 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 6836

[startup+0.301121 s]
/proc/loadavg: 2.09 2.06 2.02 4/72 15768
/proc/meminfo: memFree=1083024/2055920 swapFree=4192812/4192956
[pid=15768] ppid=15766 vsize=10384 CPUtime=0.26
/proc/15768/stat : 15768 (pcs.big) R 15766 15768 14567 0 -1 4194304 2604 663 0 0 26 0 0 0 24 0 1 0 59432042 10633216 1828 996147200 134512640 135215973 4294956304 18446744073709551615 5312128 0 0 4096 0 0 0 0 17 1 0 0
/proc/15768/statm: 2596 1828 386 171 0 1521 0
Current children cumulated CPU time (s) 0.26
Current children cumulated vsize (KiB) 10384

[startup+0.701158 s]
/proc/loadavg: 2.09 2.06 2.02 4/72 15768
/proc/meminfo: memFree=1083024/2055920 swapFree=4192812/4192956
[pid=15768] ppid=15766 vsize=20844 CPUtime=0.67
/proc/15768/stat : 15768 (pcs.big) R 15766 15768 14567 0 -1 4194304 5931 663 0 0 65 2 0 0 25 0 1 0 59432042 21344256 3805 996147200 134512640 135215973 4294956304 18446744073709551615 4159729119 0 0 4096 0 0 0 0 17 1 0 0
/proc/15768/statm: 5211 3805 386 171 0 4136 0
Current children cumulated CPU time (s) 0.67
Current children cumulated vsize (KiB) 20844

[startup+1.50123 s]
/proc/loadavg: 2.09 2.06 2.02 3/73 15773
/proc/meminfo: memFree=1064584/2055920 swapFree=4192812/4192956
[pid=15768] ppid=15766 vsize=37488 CPUtime=1.45
/proc/15768/stat : 15768 (pcs.big) R 15766 15768 14567 0 -1 4194304 11583 663 0 0 140 5 0 0 25 0 1 0 59432042 38387712 7342 996147200 134512640 135215973 4294956304 18446744073709551615 134697776 0 0 4096 0 0 0 0 17 1 0 0
/proc/15768/statm: 9372 7342 386 171 0 8297 0
Current children cumulated CPU time (s) 1.45
Current children cumulated vsize (KiB) 37488

[startup+3.10136 s]
/proc/loadavg: 2.08 2.06 2.02 3/73 15773
/proc/meminfo: memFree=1037896/2055920 swapFree=4192812/4192956
[pid=15768] ppid=15766 vsize=52268 CPUtime=3.05
/proc/15768/stat : 15768 (pcs.big) R 15766 15768 14567 0 -1 4194304 18684 663 0 0 296 9 0 0 25 0 1 0 59432042 53522432 11601 996147200 134512640 135215973 4294956304 18446744073709551615 134583680 0 0 4096 0 0 0 0 17 1 0 0
/proc/15768/statm: 13067 11601 410 171 0 11992 0
Current children cumulated CPU time (s) 3.05
Current children cumulated vsize (KiB) 52268

[startup+6.30164 s]
/proc/loadavg: 2.08 2.06 2.02 3/73 15773
/proc/meminfo: memFree=1036936/2055920 swapFree=4192812/4192956
[pid=15768] ppid=15766 vsize=52892 CPUtime=6.22
/proc/15768/stat : 15768 (pcs.big) R 15766 15768 14567 0 -1 4194304 18992 663 0 0 613 9 0 0 25 0 1 0 59432042 54161408 11751 996147200 134512640 135215973 4294956304 18446744073709551615 134532667 0 0 4096 0 0 0 0 17 1 0 0
/proc/15768/statm: 13223 11751 410 171 0 12148 0
Current children cumulated CPU time (s) 6.22
Current children cumulated vsize (KiB) 52892

[startup+12.7012 s]
/proc/loadavg: 2.07 2.06 2.01 3/73 15773
/proc/meminfo: memFree=1032336/2055920 swapFree=4192812/4192956
[pid=15768] ppid=15766 vsize=58424 CPUtime=12.57
/proc/15768/stat : 15768 (pcs.big) R 15766 15768 14567 0 -1 4194304 20656 663 0 0 1247 10 0 0 25 0 1 0 59432042 59826176 12789 996147200 134512640 135215973 4294956304 18446744073709551615 134591835 0 0 4096 0 0 0 0 17 1 0 0
/proc/15768/statm: 14606 12789 410 171 0 13531 0
Current children cumulated CPU time (s) 12.57
Current children cumulated vsize (KiB) 58424

[startup+25.5013 s]
/proc/loadavg: 2.06 2.05 2.01 3/73 15773
/proc/meminfo: memFree=1028248/2055920 swapFree=4192812/4192956
[pid=15768] ppid=15766 vsize=60404 CPUtime=25.27
/proc/15768/stat : 15768 (pcs.big) R 15766 15768 14567 0 -1 4194304 21356 663 0 0 2517 10 0 0 25 0 1 0 59432042 61853696 13489 996147200 134512640 135215973 4294956304 18446744073709551615 134583485 0 0 4096 0 0 0 0 17 1 0 0
/proc/15768/statm: 15101 13489 410 171 0 14026 0
Current children cumulated CPU time (s) 25.27
Current children cumulated vsize (KiB) 60404

[startup+51.1016 s]
/proc/loadavg: 2.04 2.05 2.01 3/73 15773
/proc/meminfo: memFree=1005912/2055920 swapFree=4192812/4192956
[pid=15768] ppid=15766 vsize=80552 CPUtime=50.67
/proc/15768/stat : 15768 (pcs.big) R 15766 15768 14567 0 -1 4194304 31896 663 0 0 5052 15 0 0 25 0 1 0 59432042 82485248 18660 996147200 134512640 135215973 4294956304 18446744073709551615 134974415 0 0 4096 0 0 0 0 17 1 0 0
/proc/15768/statm: 20138 18660 413 171 0 19063 0
Current children cumulated CPU time (s) 50.67
Current children cumulated vsize (KiB) 80552

[startup+102.306 s]
/proc/loadavg: 2.01 2.04 2.01 3/73 15773
/proc/meminfo: memFree=986392/2055920 swapFree=4192812/4192956
[pid=15768] ppid=15766 vsize=108368 CPUtime=101.42
/proc/15768/stat : 15768 (pcs.big) R 15766 15768 14567 0 -1 4194304 196059 663 0 0 10074 68 0 0 25 0 1 0 59432042 110968832 22633 996147200 134512640 135215973 4294956304 18446744073709551615 134585690 0 0 4096 0 0 0 0 17 1 0 0
/proc/15768/statm: 27092 22633 413 171 0 26017 0
Current children cumulated CPU time (s) 101.42
Current children cumulated vsize (KiB) 108368

[startup+162.301 s]
/proc/loadavg: 2.08 2.04 2.01 3/73 15773
/proc/meminfo: memFree=964504/2055920 swapFree=4192812/4192956
[pid=15768] ppid=15766 vsize=125384 CPUtime=160.9
/proc/15768/stat : 15768 (pcs.big) R 15766 15768 14567 0 -1 4194304 388642 663 0 0 15961 129 0 0 25 0 1 0 59432042 128393216 27296 996147200 134512640 135215973 4294956304 18446744073709551615 135094898 0 0 4096 0 0 0 0 17 1 0 0
/proc/15768/statm: 31346 27296 413 171 0 30271 0
Current children cumulated CPU time (s) 160.9
Current children cumulated vsize (KiB) 125384

[startup+222.302 s]
/proc/loadavg: 2.09 2.05 2.00 3/73 15773
/proc/meminfo: memFree=938840/2055920 swapFree=4192812/4192956
[pid=15768] ppid=15766 vsize=144916 CPUtime=220.4
/proc/15768/stat : 15768 (pcs.big) R 15766 15768 14567 0 -1 4194304 737356 663 0 0 21804 236 0 0 25 0 1 0 59432042 148393984 32273 996147200 134512640 135215973 4294956304 18446744073709551615 134591470 0 0 4096 0 0 0 0 17 1 0 0
/proc/15768/statm: 36229 32273 413 171 0 35154 0
Current children cumulated CPU time (s) 220.4
Current children cumulated vsize (KiB) 144916

[startup+282.302 s]
/proc/loadavg: 2.10 2.05 2.00 3/73 15773
/proc/meminfo: memFree=906008/2055920 swapFree=4192812/4192956
[pid=15768] ppid=15766 vsize=163640 CPUtime=279.89
/proc/15768/stat : 15768 (pcs.big) R 15766 15768 14567 0 -1 4194304 1033804 663 0 0 27660 329 0 0 25 0 1 0 59432042 167567360 37358 996147200 134512640 135215973 4294956304 18446744073709551615 134600784 0 0 4096 0 0 0 0 17 1 0 0
/proc/15768/statm: 40910 37358 413 171 0 39835 0
Current children cumulated CPU time (s) 279.89
Current children cumulated vsize (KiB) 163640

[startup+342.301 s]
/proc/loadavg: 2.03 2.04 2.00 3/73 15773
/proc/meminfo: memFree=882136/2055920 swapFree=4192812/4192956
[pid=15768] ppid=15766 vsize=173136 CPUtime=339.37
/proc/15768/stat : 15768 (pcs.big) R 15766 15768 14567 0 -1 4194304 1180732 663 0 0 33562 375 0 0 25 0 1 0 59432042 177291264 40040 996147200 134512640 135215973 4294956304 18446744073709551615 4158961612 0 0 4096 0 0 0 0 17 1 0 0
/proc/15768/statm: 43284 40040 413 171 0 42209 0
Current children cumulated CPU time (s) 339.37
Current children cumulated vsize (KiB) 173136

[startup+402.302 s]
/proc/loadavg: 2.06 2.05 2.00 3/73 15779
/proc/meminfo: memFree=849168/2055920 swapFree=4192812/4192956
[pid=15768] ppid=15766 vsize=191468 CPUtime=398.85
/proc/15768/stat : 15768 (pcs.big) R 15766 15768 14567 0 -1 4194304 1373262 663 0 0 39453 432 0 0 25 0 1 0 59432042 196063232 44737 996147200 134512640 135215973 4294956304 18446744073709551615 134585694 0 0 4096 0 0 0 0 17 1 0 0
/proc/15768/statm: 47867 44737 413 171 0 46792 0
Current children cumulated CPU time (s) 398.85
Current children cumulated vsize (KiB) 191468

[startup+462.302 s]
/proc/loadavg: 2.02 2.04 2.00 3/73 15779
/proc/meminfo: memFree=822096/2055920 swapFree=4192812/4192956
[pid=15768] ppid=15766 vsize=201744 CPUtime=458.33
/proc/15768/stat : 15768 (pcs.big) R 15766 15768 14567 0 -1 4194304 1562015 663 0 0 45341 492 0 0 25 0 1 0 59432042 206585856 47310 996147200 134512640 135215973 4294956304 18446744073709551615 134585794 0 0 4096 0 0 0 0 17 1 0 0
/proc/15768/statm: 50436 47310 413 171 0 49361 0
Current children cumulated CPU time (s) 458.33
Current children cumulated vsize (KiB) 201744

[startup+522.301 s]
/proc/loadavg: 2.01 2.03 2.00 3/73 15779
/proc/meminfo: memFree=803536/2055920 swapFree=4192812/4192956
[pid=15768] ppid=15766 vsize=209928 CPUtime=517.81
/proc/15768/stat : 15768 (pcs.big) R 15766 15768 14567 0 -1 4194304 1664523 663 0 0 51259 522 0 0 25 0 1 0 59432042 214966272 49594 996147200 134512640 135215973 4294956304 18446744073709551615 134583213 0 0 4096 0 0 0 0 17 1 0 0
/proc/15768/statm: 52482 49594 413 171 0 51407 0
Current children cumulated CPU time (s) 517.81
Current children cumulated vsize (KiB) 209928

[startup+582.301 s]
/proc/loadavg: 1.95 2.00 1.99 3/73 15844
/proc/meminfo: memFree=887952/2055920 swapFree=4192812/4192956
[pid=15768] ppid=15766 vsize=213624 CPUtime=577.6
/proc/15768/stat : 15768 (pcs.big) R 15766 15768 14567 0 -1 4194304 1706103 663 0 0 57223 537 0 0 25 0 1 0 59432042 218750976 50719 996147200 134512640 135215973 4294956304 18446744073709551615 134600595 0 0 4096 0 0 0 0 17 0 0 0
/proc/15768/statm: 53406 50719 413 171 0 52331 0
Current children cumulated CPU time (s) 577.6
Current children cumulated vsize (KiB) 213624

[startup+642.302 s]
/proc/loadavg: 1.98 2.00 1.99 3/73 15844
/proc/meminfo: memFree=862480/2055920 swapFree=4192812/4192956
[pid=15768] ppid=15766 vsize=219812 CPUtime=637.58
/proc/15768/stat : 15768 (pcs.big) R 15766 15768 14567 0 -1 4194304 1828959 663 0 0 63184 574 0 0 25 0 1 0 59432042 225087488 52297 996147200 134512640 135215973 4294956304 18446744073709551615 135094903 0 0 4096 0 0 0 0 17 0 0 0
/proc/15768/statm: 54953 52297 413 171 0 53878 0
Current children cumulated CPU time (s) 637.58

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

[startup+822.301 s]
/proc/loadavg: 1.99 2.00 1.99 3/83 15926
/proc/meminfo: memFree=938816/2055920 swapFree=4192812/4192956
[pid=15768] ppid=15766 vsize=302608 CPUtime=817.51
/proc/15768/stat : 15768 (pcs.big) R 15766 15768 14567 0 -1 4194304 2962600 663 0 0 80862 889 0 0 25 0 1 0 59432042 309870592 71967 996147200 134512640 135215973 4294956304 18446744073709551615 134585720 0 0 4096 0 0 0 0 17 0 0 0
/proc/15768/statm: 75652 71967 413 171 0 74577 0
Current children cumulated CPU time (s) 817.51
Current children cumulated vsize (KiB) 302608

[startup+882.302 s]
/proc/loadavg: 2.03 2.01 2.00 3/73 15959
/proc/meminfo: memFree=869648/2055920 swapFree=4192812/4192956
[pid=15768] ppid=15766 vsize=321600 CPUtime=877.48
/proc/15768/stat : 15768 (pcs.big) R 15766 15768 14567 0 -1 4194304 3323838 663 0 0 86759 989 0 0 25 0 1 0 59432042 329318400 76940 996147200 134512640 135215973 4294956304 18446744073709551615 134585880 0 0 4096 0 0 0 0 17 0 0 0
/proc/15768/statm: 80400 76940 413 171 0 79325 0
Current children cumulated CPU time (s) 877.48
Current children cumulated vsize (KiB) 321600

[startup+942.302 s]
/proc/loadavg: 2.09 2.02 2.01 3/73 15990
/proc/meminfo: memFree=894864/2055920 swapFree=4192812/4192956
[pid=15768] ppid=15766 vsize=341116 CPUtime=937.47
/proc/15768/stat : 15768 (pcs.big) R 15766 15768 14567 0 -1 4194304 3681867 663 0 0 92661 1086 0 0 25 0 1 0 59432042 349302784 82010 996147200 134512640 135215973 4294956304 18446744073709551615 135097567 0 0 4096 0 0 0 0 17 0 0 0
/proc/15768/statm: 85279 82010 413 171 0 84204 0
Current children cumulated CPU time (s) 937.47
Current children cumulated vsize (KiB) 341116

[startup+1002.3 s]
/proc/loadavg: 2.03 2.02 2.00 3/73 15990
/proc/meminfo: memFree=739920/2055920 swapFree=4192812/4192956
[pid=15768] ppid=15766 vsize=359708 CPUtime=997.44
/proc/15768/stat : 15768 (pcs.big) R 15766 15768 14567 0 -1 4194304 4059907 663 0 0 98548 1196 0 0 25 0 1 0 59432042 368340992 86820 996147200 134512640 135215973 4294956304 18446744073709551615 4158960023 0 0 4096 0 0 0 0 17 0 0 0
/proc/15768/statm: 89927 86820 413 171 0 88852 0
Current children cumulated CPU time (s) 997.44
Current children cumulated vsize (KiB) 359708

[startup+1062.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/73 15990
/proc/meminfo: memFree=722640/2055920 swapFree=4192812/4192956
[pid=15768] ppid=15766 vsize=375524 CPUtime=1057.42
/proc/15768/stat : 15768 (pcs.big) R 15766 15768 14567 0 -1 4194304 4357250 663 0 0 104464 1278 0 0 25 0 1 0 59432042 384536576 91060 996147200 134512640 135215973 4294956304 18446744073709551615 134600784 0 0 4096 0 0 0 0 17 0 0 0
/proc/15768/statm: 93881 91060 413 171 0 92806 0
Current children cumulated CPU time (s) 1057.42
Current children cumulated vsize (KiB) 375524

[startup+1122.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/73 15990
/proc/meminfo: memFree=714128/2055920 swapFree=4192812/4192956
[pid=15768] ppid=15766 vsize=383696 CPUtime=1117.39
/proc/15768/stat : 15768 (pcs.big) R 15766 15768 14567 0 -1 4194304 4478037 663 0 0 110427 1312 0 0 25 0 1 0 59432042 392904704 93440 996147200 134512640 135215973 4294956304 18446744073709551615 134585720 0 0 4096 0 0 0 0 17 0 0 0
/proc/15768/statm: 95924 93440 413 171 0 94849 0
Current children cumulated CPU time (s) 1117.39
Current children cumulated vsize (KiB) 383696

[startup+1182.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/73 15990
/proc/meminfo: memFree=704656/2055920 swapFree=4192812/4192956
[pid=15768] ppid=15766 vsize=392076 CPUtime=1177.37
/proc/15768/stat : 15768 (pcs.big) R 15766 15768 14567 0 -1 4194304 4634962 663 0 0 116379 1358 0 0 25 0 1 0 59432042 401485824 95592 996147200 134512640 135215973 4294956304 18446744073709551615 134585666 0 0 4096 0 0 0 0 17 0 0 0
/proc/15768/statm: 98019 95592 413 171 0 96944 0
Current children cumulated CPU time (s) 1177.37
Current children cumulated vsize (KiB) 392076

[startup+1242.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/73 15990
/proc/meminfo: memFree=696920/2055920 swapFree=4192812/4192956
[pid=15768] ppid=15766 vsize=398716 CPUtime=1237.34
/proc/15768/stat : 15768 (pcs.big) R 15766 15768 14567 0 -1 4194304 4759763 663 0 0 122337 1397 0 0 25 0 1 0 59432042 408285184 97375 996147200 134512640 135215973 4294956304 18446744073709551615 134585549 0 0 4096 0 0 0 0 17 0 0 0
/proc/15768/statm: 99679 97375 413 171 0 98604 0
Current children cumulated CPU time (s) 1237.34
Current children cumulated vsize (KiB) 398716

[startup+1302.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/73 15990
/proc/meminfo: memFree=690008/2055920 swapFree=4192812/4192956
[pid=15768] ppid=15766 vsize=405048 CPUtime=1297.32
/proc/15768/stat : 15768 (pcs.big) R 15766 15768 14567 0 -1 4194304 4870907 663 0 0 128305 1427 0 0 25 0 1 0 59432042 414769152 99073 996147200 134512640 135215973 4294956304 18446744073709551615 134599858 0 0 4096 0 0 0 0 17 0 0 0
/proc/15768/statm: 101262 99073 413 171 0 100187 0
Current children cumulated CPU time (s) 1297.32
Current children cumulated vsize (KiB) 405048

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/73 15990
/proc/meminfo: memFree=651736/2055920 swapFree=4192812/4192956
[pid=15768] ppid=15766 vsize=469412 CPUtime=1357.29
/proc/15768/stat : 15768 (pcs.big) R 15766 15768 14567 0 -1 4194304 4984864 663 0 0 134267 1462 0 0 25 0 1 0 59432042 480677888 108585 996147200 134512640 135215973 4294956304 18446744073709551615 134532946 0 0 4096 0 0 0 0 17 0 0 0
/proc/15768/statm: 117353 108585 413 171 0 116278 0
Current children cumulated CPU time (s) 1357.29
Current children cumulated vsize (KiB) 469412

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/73 15990
/proc/meminfo: memFree=651096/2055920 swapFree=4192812/4192956
[pid=15768] ppid=15766 vsize=469800 CPUtime=1417.28
/proc/15768/stat : 15768 (pcs.big) R 15766 15768 14567 0 -1 4194304 5075227 663 0 0 140240 1488 0 0 25 0 1 0 59432042 481075200 108729 996147200 134512640 135215973 4294956304 18446744073709551615 134599868 0 0 4096 0 0 0 0 17 0 0 0
/proc/15768/statm: 117450 108729 413 171 0 116375 0
Current children cumulated CPU time (s) 1417.28
Current children cumulated vsize (KiB) 469800

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/73 15990
/proc/meminfo: memFree=649432/2055920 swapFree=4192812/4192956
[pid=15768] ppid=15766 vsize=470324 CPUtime=1477.25
/proc/15768/stat : 15768 (pcs.big) R 15766 15768 14567 0 -1 4194304 5186205 663 0 0 146203 1522 0 0 25 0 1 0 59432042 481611776 109130 996147200 134512640 135215973 4294956304 18446744073709551615 134585720 0 0 4096 0 0 0 0 17 0 0 0
/proc/15768/statm: 117581 109130 413 171 0 116506 0
Current children cumulated CPU time (s) 1477.25
Current children cumulated vsize (KiB) 470324

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/73 15990
/proc/meminfo: memFree=648728/2055920 swapFree=4192812/4192956
[pid=15768] ppid=15766 vsize=470848 CPUtime=1537.22
/proc/15768/stat : 15768 (pcs.big) R 15766 15768 14567 0 -1 4194304 5293614 663 0 0 152166 1556 0 0 25 0 1 0 59432042 482148352 109268 996147200 134512640 135215973 4294956304 18446744073709551615 134585576 0 0 4096 0 0 0 0 17 0 0 0
/proc/15768/statm: 117712 109268 413 171 0 116637 0
Current children cumulated CPU time (s) 1537.22
Current children cumulated vsize (KiB) 470848

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/73 15990
/proc/meminfo: memFree=648024/2055920 swapFree=4192812/4192956
[pid=15768] ppid=15766 vsize=471456 CPUtime=1597.21
/proc/15768/stat : 15768 (pcs.big) R 15766 15768 14567 0 -1 4194304 5379715 663 0 0 158140 1581 0 0 25 0 1 0 59432042 482770944 109500 996147200 134512640 135215973 4294956304 18446744073709551615 134599868 0 0 4096 0 0 0 0 17 0 0 0
/proc/15768/statm: 117864 109500 413 171 0 116789 0
Current children cumulated CPU time (s) 1597.21
Current children cumulated vsize (KiB) 471456

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/73 15990
/proc/meminfo: memFree=647448/2055920 swapFree=4192812/4192956
[pid=15768] ppid=15766 vsize=471496 CPUtime=1657.19
/proc/15768/stat : 15768 (pcs.big) R 15766 15768 14567 0 -1 4194304 5456282 663 0 0 164114 1605 0 0 25 0 1 0 59432042 482811904 109507 996147200 134512640 135215973 4294956304 18446744073709551615 134524388 0 0 4096 0 0 0 0 17 0 0 0
/proc/15768/statm: 117874 109507 413 171 0 116799 0
Current children cumulated CPU time (s) 1657.19
Current children cumulated vsize (KiB) 471496

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/73 15990
/proc/meminfo: memFree=645144/2055920 swapFree=4192812/4192956
[pid=15768] ppid=15766 vsize=473472 CPUtime=1717.15
/proc/15768/stat : 15768 (pcs.big) R 15766 15768 14567 0 -1 4194304 5655752 663 0 0 170054 1661 0 0 25 0 1 0 59432042 484835328 110095 996147200 134512640 135215973 4294956304 18446744073709551615 134591592 0 0 4096 0 0 0 0 17 0 0 0
/proc/15768/statm: 118368 110095 413 171 0 117293 0
Current children cumulated CPU time (s) 1717.15
Current children cumulated vsize (KiB) 473472

[startup+1782.3 s]
/proc/loadavg: 2.11 2.03 2.01 3/73 15990
/proc/meminfo: memFree=636120/2055920 swapFree=4192812/4192956
[pid=15768] ppid=15766 vsize=482304 CPUtime=1777.14
/proc/15768/stat : 15768 (pcs.big) R 15766 15768 14567 0 -1 4194304 5766466 663 0 0 176018 1696 0 0 25 0 1 0 59432042 493879296 112287 996147200 134512640 135215973 4294956304 18446744073709551615 134597311 0 0 4096 0 0 0 0 17 0 0 0
/proc/15768/statm: 120576 112287 413 171 0 119501 0
Current children cumulated CPU time (s) 1777.14
Current children cumulated vsize (KiB) 482304



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1805.2 s]
/proc/loadavg: 2.07 2.03 2.00 3/73 15990
/proc/meminfo: memFree=632856/2055920 swapFree=4192812/4192956
[pid=15768] ppid=15766 vsize=485596 CPUtime=1800.03
/proc/15768/stat : 15768 (pcs.big) R 15766 15768 14567 0 -1 4194304 5798511 663 0 0 178298 1705 0 0 25 0 1 0 59432042 497250304 113099 996147200 134512640 135215973 4294956304 18446744073709551615 134969650 0 0 4096 0 0 0 0 17 0 0 0
/proc/15768/statm: 121399 113099 413 171 0 120324 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 485596

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): 1805.28
CPU time (s): 1800.13
CPU user time (s): 1782.99
CPU system time (s): 17.1374
CPU usage (%): 99.7148
Max. virtual memory (cumulated for all children) (KiB): 495656

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1782.99
system time used= 17.1374
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 5799174
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= 26
involuntary context switches= 16151

runsolver used 2.0027 second user time and 5.18621 second system time

The end

Launcher Data

Begin job on node58 at 2009-07-16 07:54:49
IDJOB=2083738
IDBENCH=57914
IDSOLVER=734
FILE ID=node58/2083738-1247723689
PBS_JOBID= 9521461
Free space on /tmp= 66240 MiB

SOLVER NAME= pcs-restart 0.2.restart
BENCH NAME= CPAI08/csp/fapp/fapp25/normalized-fapp25-2230-9.xml
COMMAND LINE= HOME/pcssolve -s RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2083738-1247723689/watcher-2083738-1247723689 -o /tmp/evaluation-result-2083738-1247723689/solver-2083738-1247723689 -C 1800 -W 2000 -M 900  HOME/pcssolve -s 992261556 HOME/instance-2083738-1247723689.xml

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

MD5SUM BENCH= cd2c3c12815b02c7c73d42faba495a48
RANDOM SEED=992261556

node58.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.234
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.234
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:       1083440 kB
Buffers:         84336 kB
Cached:         621436 kB
SwapCached:          0 kB
Active:         389880 kB
Inactive:       509552 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1083440 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            4408 kB
Writeback:           0 kB
Mapped:         205164 kB
Slab:            58152 kB
Committed_AS:   686668 kB
PageTables:       2032 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= 66240 MiB
End job on node58 at 2009-07-16 08:24:56