Trace number 2083661

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.08 1811.23

General information on the benchmark

Namecsp/fapp/fapp32/
normalized-fapp32-0550-1.xml
MD5SUM5b6f3d81a66e437062b2495198dba4e6
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 benchmark26.041
Satisfiable
(Un)Satisfiability was proved
Number of variables550
Number of constraints9461
Maximum constraint arity2
Maximum domain size998
Number of constraints which are defined in extension0
Number of constraints which are defined in intension9461
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.09/0.11	c Seed is 1713271426
0.09/0.11	c Constructing HOME/instance-2083661-1247723521.xml  with 59609 constraints
0.88/0.99	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-2083661-1247723521/watcher-2083661-1247723521 -o /tmp/evaluation-result-2083661-1247723521/solver-2083661-1247723521 -C 1800 -W 2000 -M 900 HOME/pcssolve -s 1713271426 HOME/instance-2083661-1247723521.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.16 2.06 2.01 4/83 14309
/proc/meminfo: memFree=1579176/2055920 swapFree=4192812/4192956
[pid=14309] ppid=14307 vsize=5356 CPUtime=0
/proc/14309/stat : 14309 (pcssolve) S 14307 14309 12576 0 -1 4194304 339 317 0 0 0 0 0 0 18 0 1 0 59416778 5484544 242 996147200 4194304 4889804 548682068800 18446744073709551615 251601150788 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14309/statm: 1339 242 201 169 0 50 0
[pid=14312] ppid=14309 vsize=3680 CPUtime=0
/proc/14312/stat : 14312 (fgrep) S 14309 14309 12576 0 -1 4194304 154 0 0 0 0 0 0 0 16 0 1 0 59416778 3768320 122 996147200 4194304 4274172 548682068976 18446744073709551615 251601322210 0 0 4096 0 18446744071563648864 0 0 17 1 0 0
/proc/14312/statm: 920 122 93 19 0 44 0
[pid=14313] ppid=14309 vsize=5356 CPUtime=0
/proc/14313/stat : 14313 (pcssolve) R 14309 14309 12576 0 -1 4194368 15 0 0 0 0 0 0 0 19 0 1 0 59416779 5484544 242 996147200 4194304 4889804 548682068800 18446744073709551615 251600997238 0 0 4100 65536 0 0 0 17 1 0 0
/proc/14313/statm: 1339 242 201 169 0 50 0

[startup+0.110316 s]
/proc/loadavg: 2.16 2.06 2.01 4/83 14309
/proc/meminfo: memFree=1579176/2055920 swapFree=4192812/4192956
[pid=14309] ppid=14307 vsize=6964 CPUtime=0.09
/proc/14309/stat : 14309 (pcs.big) R 14307 14309 12576 0 -1 4194304 1448 667 0 0 9 0 0 0 19 0 1 0 59416778 7131136 962 996147200 134512640 135215973 4294956304 18446744073709551615 134585720 0 0 4096 0 0 0 0 17 0 0 0
/proc/14309/statm: 1741 962 386 171 0 666 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 6964

[startup+0.201322 s]
/proc/loadavg: 2.16 2.06 2.01 4/83 14309
/proc/meminfo: memFree=1579176/2055920 swapFree=4192812/4192956
[pid=14309] ppid=14307 vsize=9468 CPUtime=0.18
/proc/14309/stat : 14309 (pcs.big) R 14307 14309 12576 0 -1 4194304 2216 667 0 0 17 1 0 0 19 0 1 0 59416778 9695232 1456 996147200 134512640 135215973 4294956304 18446744073709551615 12062721 0 0 4096 0 0 0 0 17 0 0 0
/proc/14309/statm: 2367 1456 386 171 0 1292 0
Current children cumulated CPU time (s) 0.18
Current children cumulated vsize (KiB) 9468

[startup+0.301337 s]
/proc/loadavg: 2.16 2.06 2.01 4/83 14309
/proc/meminfo: memFree=1579176/2055920 swapFree=4192812/4192956
[pid=14309] ppid=14307 vsize=12804 CPUtime=0.28
/proc/14309/stat : 14309 (pcs.big) R 14307 14309 12576 0 -1 4194304 3238 667 0 0 27 1 0 0 20 0 1 0 59416778 13111296 2064 996147200 134512640 135215973 4294956304 18446744073709551615 134584971 0 0 4096 0 0 0 0 17 0 0 0
/proc/14309/statm: 3201 2064 386 171 0 2126 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 12804

[startup+0.701379 s]
/proc/loadavg: 2.16 2.06 2.01 4/83 14309
/proc/meminfo: memFree=1579176/2055920 swapFree=4192812/4192956
[pid=14309] ppid=14307 vsize=23588 CPUtime=0.67
/proc/14309/stat : 14309 (pcs.big) R 14307 14309 12576 0 -1 4194304 6739 667 0 0 64 3 0 0 24 0 1 0 59416778 24154112 4057 996147200 134512640 135215973 4294956304 18446744073709551615 12070528 0 0 4096 0 0 0 0 17 0 0 0
/proc/14309/statm: 5897 4057 386 171 0 4822 0
Current children cumulated CPU time (s) 0.67
Current children cumulated vsize (KiB) 23588

[startup+1.50146 s]
/proc/loadavg: 2.16 2.06 2.01 3/84 14314
/proc/meminfo: memFree=1553440/2055920 swapFree=4192812/4192956
[pid=14309] ppid=14307 vsize=30856 CPUtime=1.47
/proc/14309/stat : 14309 (pcs.big) R 14307 14309 12576 0 -1 4194304 10415 667 0 0 142 5 0 0 25 0 1 0 59416778 31596544 6809 996147200 134512640 135215973 4294956304 18446744073709551615 134589885 0 0 4096 0 0 0 0 17 0 0 0
/proc/14309/statm: 7714 6809 410 171 0 6639 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 30856

[startup+3.10164 s]
/proc/loadavg: 2.16 2.06 2.01 3/84 14314
/proc/meminfo: memFree=1553184/2055920 swapFree=4192812/4192956
[pid=14309] ppid=14307 vsize=31032 CPUtime=3.07
/proc/14309/stat : 14309 (pcs.big) R 14307 14309 12576 0 -1 4194304 10476 667 0 0 302 5 0 0 25 0 1 0 59416778 31776768 6854 996147200 134512640 135215973 4294956304 18446744073709551615 134590063 0 0 4096 0 0 0 0 17 0 0 0
/proc/14309/statm: 7758 6854 410 171 0 6683 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 31032

[startup+6.30199 s]
/proc/loadavg: 2.15 2.06 2.01 3/84 14316
/proc/meminfo: memFree=1552544/2055920 swapFree=4192812/4192956
[pid=14309] ppid=14307 vsize=31240 CPUtime=6.25
/proc/14309/stat : 14309 (pcs.big) R 14307 14309 12576 0 -1 4194304 10571 667 0 0 620 5 0 0 25 0 1 0 59416778 31989760 6896 996147200 134512640 135215973 4294956304 18446744073709551615 134585752 0 0 4096 0 0 0 0 17 0 0 0
/proc/14309/statm: 7810 6896 410 171 0 6735 0
Current children cumulated CPU time (s) 6.25
Current children cumulated vsize (KiB) 31240

[startup+12.7017 s]
/proc/loadavg: 2.14 2.06 2.01 3/84 14316
/proc/meminfo: memFree=1551584/2055920 swapFree=4192812/4192956
[pid=14309] ppid=14307 vsize=32580 CPUtime=12.63
/proc/14309/stat : 14309 (pcs.big) R 14307 14309 12576 0 -1 4194304 10975 667 0 0 1258 5 0 0 25 0 1 0 59416778 33361920 7195 996147200 134512640 135215973 4294956304 18446744073709551615 134591378 0 0 4096 0 0 0 0 17 0 0 0
/proc/14309/statm: 8145 7195 410 171 0 7070 0
Current children cumulated CPU time (s) 12.63
Current children cumulated vsize (KiB) 32580

[startup+25.5011 s]
/proc/loadavg: 2.10 2.05 2.01 3/84 14316
/proc/meminfo: memFree=1542880/2055920 swapFree=4192812/4192956
[pid=14309] ppid=14307 vsize=36184 CPUtime=25.37
/proc/14309/stat : 14309 (pcs.big) R 14307 14309 12576 0 -1 4194304 12025 667 0 0 2532 5 0 0 25 0 1 0 59416778 37052416 8036 996147200 134512640 135215973 4294956304 18446744073709551615 134583528 0 0 4096 0 0 0 0 17 0 0 0
/proc/14309/statm: 9046 8036 410 171 0 7971 0
Current children cumulated CPU time (s) 25.37
Current children cumulated vsize (KiB) 36184

[startup+51.102 s]
/proc/loadavg: 2.07 2.05 2.00 3/84 14316
/proc/meminfo: memFree=1542176/2055920 swapFree=4192812/4192956
[pid=14309] ppid=14307 vsize=36316 CPUtime=50.87
/proc/14309/stat : 14309 (pcs.big) R 14307 14309 12576 0 -1 4194304 13045 667 0 0 5081 6 0 0 25 0 1 0 59416778 37187584 8172 996147200 134512640 135215973 4294956304 18446744073709551615 134599879 0 0 4096 0 0 0 0 17 0 0 0
/proc/14309/statm: 9079 8172 413 171 0 8004 0
Current children cumulated CPU time (s) 50.87
Current children cumulated vsize (KiB) 36316

[startup+102.302 s]
/proc/loadavg: 2.10 2.06 2.00 3/84 14316
/proc/meminfo: memFree=1496992/2055920 swapFree=4192812/4192956
[pid=14309] ppid=14307 vsize=42072 CPUtime=101.87
/proc/14309/stat : 14309 (pcs.big) R 14307 14309 12576 0 -1 4194304 20721 667 0 0 10179 8 0 0 25 0 1 0 59416778 43081728 9243 996147200 134512640 135215973 4294956304 18446744073709551615 4158960148 0 0 4096 0 0 0 0 17 0 0 0
/proc/14309/statm: 10518 9243 413 171 0 9443 0
Current children cumulated CPU time (s) 101.87
Current children cumulated vsize (KiB) 42072

[startup+162.301 s]
/proc/loadavg: 2.17 2.10 2.02 3/84 14316
/proc/meminfo: memFree=1373728/2055920 swapFree=4192812/4192956
[pid=14309] ppid=14307 vsize=44976 CPUtime=161.63
/proc/14309/stat : 14309 (pcs.big) R 14307 14309 12576 0 -1 4194304 33291 667 0 0 16151 12 0 0 25 0 1 0 59416778 46055424 10061 996147200 134512640 135215973 4294956304 18446744073709551615 4158960004 0 0 4096 0 0 0 0 17 0 0 0
/proc/14309/statm: 11244 10061 413 171 0 10169 0
Current children cumulated CPU time (s) 161.63
Current children cumulated vsize (KiB) 44976

[startup+222.306 s]
/proc/loadavg: 2.20 2.11 2.03 3/84 14316
/proc/meminfo: memFree=1145376/2055920 swapFree=4192812/4192956
[pid=14309] ppid=14307 vsize=49728 CPUtime=221.39
/proc/14309/stat : 14309 (pcs.big) R 14307 14309 12576 0 -1 4194304 42953 667 0 0 22124 15 0 0 25 0 1 0 59416778 50921472 11403 996147200 134512640 135215973 4294956304 18446744073709551615 134970905 0 0 4096 0 0 0 0 17 0 0 0
/proc/14309/statm: 12432 11403 413 171 0 11357 0
Current children cumulated CPU time (s) 221.39
Current children cumulated vsize (KiB) 49728

[startup+282.302 s]
/proc/loadavg: 2.21 2.13 2.04 3/84 14316
/proc/meminfo: memFree=949664/2055920 swapFree=4192812/4192956
[pid=14309] ppid=14307 vsize=58336 CPUtime=281.14
/proc/14309/stat : 14309 (pcs.big) R 14307 14309 12576 0 -1 4194304 51271 667 0 0 28096 18 0 0 25 0 1 0 59416778 59736064 12960 996147200 134512640 135215973 4294956304 18446744073709551615 134585745 0 0 4096 0 0 0 0 17 0 0 0
/proc/14309/statm: 14584 12960 413 171 0 13509 0
Current children cumulated CPU time (s) 281.14
Current children cumulated vsize (KiB) 58336

[startup+342.301 s]
/proc/loadavg: 2.27 2.15 2.05 3/84 14316
/proc/meminfo: memFree=874848/2055920 swapFree=4192812/4192956
[pid=14309] ppid=14307 vsize=61372 CPUtime=340.89
/proc/14309/stat : 14309 (pcs.big) R 14307 14309 12576 0 -1 4194304 67696 667 0 0 34067 22 0 0 25 0 1 0 59416778 62844928 13733 996147200 134512640 135215973 4294956304 18446744073709551615 4158960177 0 0 4096 0 0 0 0 17 0 0 0
/proc/14309/statm: 15343 13733 413 171 0 14268 0
Current children cumulated CPU time (s) 340.89
Current children cumulated vsize (KiB) 61372

[startup+402.301 s]
/proc/loadavg: 1.66 2.00 2.00 2/84 14316
/proc/meminfo: memFree=865568/2055920 swapFree=4192812/4192956
[pid=14309] ppid=14307 vsize=70476 CPUtime=400.5
/proc/14309/stat : 14309 (pcs.big) R 14307 14309 12576 0 -1 4194304 91393 667 0 0 40020 30 0 0 25 0 1 0 59416778 72167424 16006 996147200 134512640 135215973 4294956304 18446744073709551615 134585880 0 0 4096 0 0 0 0 17 0 0 0
/proc/14309/statm: 17619 16006 413 171 0 16544 0
Current children cumulated CPU time (s) 400.5
Current children cumulated vsize (KiB) 70476

[startup+462.302 s]
/proc/loadavg: 1.29 1.83 1.94 2/84 14316
/proc/meminfo: memFree=860384/2055920 swapFree=4192812/4192956
[pid=14309] ppid=14307 vsize=75612 CPUtime=460.11
/proc/14309/stat : 14309 (pcs.big) R 14307 14309 12576 0 -1 4194304 111289 667 0 0 45974 37 0 0 25 0 1 0 59416778 77426688 17286 996147200 134512640 135215973 4294956304 18446744073709551615 134583667 0 0 4096 0 0 0 0 17 0 0 0
/proc/14309/statm: 18903 17286 413 171 0 17828 0
Current children cumulated CPU time (s) 460.11
Current children cumulated vsize (KiB) 75612

[startup+522.302 s]
/proc/loadavg: 1.15 1.69 1.88 2/84 14316
/proc/meminfo: memFree=854368/2055920 swapFree=4192812/4192956
[pid=14309] ppid=14307 vsize=81552 CPUtime=519.69
/proc/14309/stat : 14309 (pcs.big) R 14307 14309 12576 0 -1 4194304 121386 667 0 0 51928 41 0 0 25 0 1 0 59416778 83509248 18803 996147200 134512640 135215973 4294956304 18446744073709551615 4158960067 0 0 4096 0 0 0 0 17 0 0 0
/proc/14309/statm: 20388 18803 413 171 0 19313 0
Current children cumulated CPU time (s) 519.69
Current children cumulated vsize (KiB) 81552

[startup+582.301 s]
/proc/loadavg: 1.10 1.58 1.83 2/84 14322
/proc/meminfo: memFree=850656/2055920 swapFree=4192812/4192956
[pid=14309] ppid=14307 vsize=85248 CPUtime=579.28
/proc/14309/stat : 14309 (pcs.big) R 14307 14309 12576 0 -1 4194304 128157 667 0 0 57885 43 0 0 25 0 1 0 59416778 87293952 19698 996147200 134512640 135215973 4294956304 18446744073709551615 134585786 0 0 4096 0 0 0 0 17 0 0 0
/proc/14309/statm: 21312 19698 413 171 0 20237 0
Current children cumulated CPU time (s) 579.28
Current children cumulated vsize (KiB) 85248

[startup+642.302 s]
/proc/loadavg: 1.08 1.49 1.78 2/84 14322
/proc/meminfo: memFree=845728/2055920 swapFree=4192812/4192956
[pid=14309] ppid=14307 vsize=89736 CPUtime=638.89

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

[startup+882.307 s]
/proc/loadavg: 1.12 1.27 1.61 2/84 14322
/proc/meminfo: memFree=824672/2055920 swapFree=4192812/4192956
[pid=14309] ppid=14307 vsize=114212 CPUtime=877.27
/proc/14309/stat : 14309 (pcs.big) R 14307 14309 12576 0 -1 4194304 166507 667 0 0 87672 55 0 0 25 0 1 0 59416778 116953088 26171 996147200 134512640 135215973 4294956304 18446744073709551615 134583624 0 0 4096 0 0 0 0 17 0 0 0
/proc/14309/statm: 28553 26171 413 171 0 27478 0
Current children cumulated CPU time (s) 877.27
Current children cumulated vsize (KiB) 114212

[startup+942.301 s]
/proc/loadavg: 1.11 1.23 1.58 2/84 14322
/proc/meminfo: memFree=823776/2055920 swapFree=4192812/4192956
[pid=14309] ppid=14307 vsize=114344 CPUtime=936.85
/proc/14309/stat : 14309 (pcs.big) R 14307 14309 12576 0 -1 4194304 172746 667 0 0 93628 57 0 0 25 0 1 0 59416778 117088256 26378 996147200 134512640 135215973 4294956304 18446744073709551615 4158960058 0 0 4096 0 0 0 0 17 0 0 0
/proc/14309/statm: 28586 26378 413 171 0 27511 0
Current children cumulated CPU time (s) 936.85
Current children cumulated vsize (KiB) 114344

[startup+1002.3 s]
/proc/loadavg: 1.19 1.23 1.55 2/84 14322
/proc/meminfo: memFree=822752/2055920 swapFree=4192812/4192956
[pid=14309] ppid=14307 vsize=114344 CPUtime=996.45
/proc/14309/stat : 14309 (pcs.big) R 14307 14309 12576 0 -1 4194304 179689 667 0 0 99586 59 0 0 25 0 1 0 59416778 117088256 26613 996147200 134512640 135215973 4294956304 18446744073709551615 134600884 0 0 4096 0 0 0 0 17 0 0 0
/proc/14309/statm: 28586 26613 413 171 0 27511 0
Current children cumulated CPU time (s) 996.45
Current children cumulated vsize (KiB) 114344

[startup+1062.3 s]
/proc/loadavg: 1.42 1.29 1.55 2/84 14322
/proc/meminfo: memFree=822368/2055920 swapFree=4192812/4192956
[pid=14309] ppid=14307 vsize=114344 CPUtime=1056.06
/proc/14309/stat : 14309 (pcs.big) R 14307 14309 12576 0 -1 4194304 183502 667 0 0 105545 61 0 0 25 0 1 0 59416778 117088256 26682 996147200 134512640 135215973 4294956304 18446744073709551615 134585720 0 0 4096 0 0 0 0 17 0 0 0
/proc/14309/statm: 28586 26682 413 171 0 27511 0
Current children cumulated CPU time (s) 1056.06
Current children cumulated vsize (KiB) 114344

[startup+1122.3 s]
/proc/loadavg: 1.46 1.33 1.54 2/84 14322
/proc/meminfo: memFree=822368/2055920 swapFree=4192812/4192956
[pid=14309] ppid=14307 vsize=114472 CPUtime=1115.64
/proc/14309/stat : 14309 (pcs.big) R 14307 14309 12576 0 -1 4194304 188452 667 0 0 111501 63 0 0 25 0 1 0 59416778 117219328 26692 996147200 134512640 135215973 4294956304 18446744073709551615 4158960004 0 0 4096 0 0 0 0 17 0 0 0
/proc/14309/statm: 28618 26692 413 171 0 27543 0
Current children cumulated CPU time (s) 1115.64
Current children cumulated vsize (KiB) 114472

[startup+1182.3 s]
/proc/loadavg: 1.20 1.28 1.51 2/84 14322
/proc/meminfo: memFree=822304/2055920 swapFree=4192812/4192956
[pid=14309] ppid=14307 vsize=114472 CPUtime=1175.25
/proc/14309/stat : 14309 (pcs.big) R 14307 14309 12576 0 -1 4194304 192620 667 0 0 117461 64 0 0 25 0 1 0 59416778 117219328 26700 996147200 134512640 135215973 4294956304 18446744073709551615 4158960185 0 0 4096 0 0 0 0 17 0 0 0
/proc/14309/statm: 28618 26700 413 171 0 27543 0
Current children cumulated CPU time (s) 1175.25
Current children cumulated vsize (KiB) 114472

[startup+1242.3 s]
/proc/loadavg: 1.15 1.25 1.49 2/84 14322
/proc/meminfo: memFree=820448/2055920 swapFree=4192812/4192956
[pid=14309] ppid=14307 vsize=116188 CPUtime=1234.84
/proc/14309/stat : 14309 (pcs.big) R 14307 14309 12576 0 -1 4194304 196633 667 0 0 123418 66 0 0 25 0 1 0 59416778 118976512 27125 996147200 134512640 135215973 4294956304 18446744073709551615 134597640 0 0 4096 0 0 0 0 17 0 0 0
/proc/14309/statm: 29047 27125 413 171 0 27972 0
Current children cumulated CPU time (s) 1234.84
Current children cumulated vsize (KiB) 116188

[startup+1302.3 s]
/proc/loadavg: 1.09 1.22 1.46 2/84 14322
/proc/meminfo: memFree=817056/2055920 swapFree=4192812/4192956
[pid=14309] ppid=14307 vsize=119520 CPUtime=1294.43
/proc/14309/stat : 14309 (pcs.big) R 14307 14309 12576 0 -1 4194304 200750 667 0 0 129377 66 0 0 25 0 1 0 59416778 122388480 27966 996147200 134512640 135215973 4294956304 18446744073709551615 134585794 0 0 4096 0 0 0 0 17 0 0 0
/proc/14309/statm: 29880 27966 413 171 0 28805 0
Current children cumulated CPU time (s) 1294.43
Current children cumulated vsize (KiB) 119520

[startup+1362.3 s]
/proc/loadavg: 1.03 1.18 1.43 2/84 14322
/proc/meminfo: memFree=813600/2055920 swapFree=4192812/4192956
[pid=14309] ppid=14307 vsize=123084 CPUtime=1354.03
/proc/14309/stat : 14309 (pcs.big) R 14307 14309 12576 0 -1 4194304 204743 667 0 0 135336 67 0 0 25 0 1 0 59416778 126038016 28839 996147200 134512640 135215973 4294956304 18446744073709551615 134583423 0 0 4096 0 0 0 0 17 0 0 0
/proc/14309/statm: 30771 28839 413 171 0 29696 0
Current children cumulated CPU time (s) 1354.03
Current children cumulated vsize (KiB) 123084

[startup+1422.3 s]
/proc/loadavg: 1.01 1.14 1.40 2/84 14322
/proc/meminfo: memFree=809824/2055920 swapFree=4192812/4192956
[pid=14309] ppid=14307 vsize=126780 CPUtime=1413.64
/proc/14309/stat : 14309 (pcs.big) R 14307 14309 12576 0 -1 4194304 208627 667 0 0 141295 69 0 0 25 0 1 0 59416778 129822720 29759 996147200 134512640 135215973 4294956304 18446744073709551615 134585720 0 0 4096 0 0 0 0 17 1 0 0
/proc/14309/statm: 31695 29759 413 171 0 30620 0
Current children cumulated CPU time (s) 1413.64
Current children cumulated vsize (KiB) 126780

[startup+1482.3 s]
/proc/loadavg: 1.00 1.11 1.37 2/84 14322
/proc/meminfo: memFree=805984/2055920 swapFree=4192812/4192956
[pid=14309] ppid=14307 vsize=130476 CPUtime=1473.22
/proc/14309/stat : 14309 (pcs.big) R 14307 14309 12576 0 -1 4194304 212540 667 0 0 147252 70 0 0 25 0 1 0 59416778 133607424 30708 996147200 134512640 135215973 4294956304 18446744073709551615 134585880 0 0 4096 0 0 0 0 17 0 0 0
/proc/14309/statm: 32619 30708 413 171 0 31544 0
Current children cumulated CPU time (s) 1473.22
Current children cumulated vsize (KiB) 130476

[startup+1542.31 s]
/proc/loadavg: 1.00 1.09 1.35 2/84 14322
/proc/meminfo: memFree=802080/2055920 swapFree=4192812/4192956
[pid=14309] ppid=14307 vsize=134436 CPUtime=1532.83
/proc/14309/stat : 14309 (pcs.big) R 14307 14309 12576 0 -1 4194304 216390 667 0 0 153212 71 0 0 25 0 1 0 59416778 137662464 31698 996147200 134512640 135215973 4294956304 18446744073709551615 134585794 0 0 4096 0 0 0 0 17 0 0 0
/proc/14309/statm: 33609 31698 413 171 0 32534 0
Current children cumulated CPU time (s) 1532.83
Current children cumulated vsize (KiB) 134436

[startup+1602.3 s]
/proc/loadavg: 1.00 1.07 1.32 2/84 14322
/proc/meminfo: memFree=798176/2055920 swapFree=4192812/4192956
[pid=14309] ppid=14307 vsize=138264 CPUtime=1592.41
/proc/14309/stat : 14309 (pcs.big) R 14307 14309 12576 0 -1 4194304 220044 667 0 0 159169 72 0 0 25 0 1 0 59416778 141582336 32648 996147200 134512640 135215973 4294956304 18446744073709551615 134599842 0 0 4096 0 0 0 0 17 0 0 0
/proc/14309/statm: 34566 32648 413 171 0 33491 0
Current children cumulated CPU time (s) 1592.41
Current children cumulated vsize (KiB) 138264

[startup+1662.3 s]
/proc/loadavg: 1.00 1.06 1.30 2/84 14322
/proc/meminfo: memFree=794272/2055920 swapFree=4192812/4192956
[pid=14309] ppid=14307 vsize=142092 CPUtime=1652
/proc/14309/stat : 14309 (pcs.big) R 14307 14309 12576 0 -1 4194304 223712 667 0 0 165127 73 0 0 25 0 1 0 59416778 145502208 33612 996147200 134512640 135215973 4294956304 18446744073709551615 134585694 0 0 4096 0 0 0 0 17 0 0 0
/proc/14309/statm: 35523 33612 413 171 0 34448 0
Current children cumulated CPU time (s) 1652
Current children cumulated vsize (KiB) 142092

[startup+1722.3 s]
/proc/loadavg: 1.00 1.04 1.27 2/84 14322
/proc/meminfo: memFree=790624/2055920 swapFree=4192812/4192956
[pid=14309] ppid=14307 vsize=145788 CPUtime=1711.62
/proc/14309/stat : 14309 (pcs.big) R 14307 14309 12576 0 -1 4194304 226977 667 0 0 171087 75 0 0 25 0 1 0 59416778 149286912 34537 996147200 134512640 135215973 4294956304 18446744073709551615 134589777 0 0 4096 0 0 0 0 17 0 0 0
/proc/14309/statm: 36447 34537 413 171 0 35372 0
Current children cumulated CPU time (s) 1711.62
Current children cumulated vsize (KiB) 145788

[startup+1782.3 s]
/proc/loadavg: 1.00 1.03 1.26 2/84 14322
/proc/meminfo: memFree=786656/2055920 swapFree=4192812/4192956
[pid=14309] ppid=14307 vsize=149616 CPUtime=1771.2
/proc/14309/stat : 14309 (pcs.big) R 14307 14309 12576 0 -1 4194304 230489 667 0 0 177044 76 0 0 25 0 1 0 59416778 153206784 35501 996147200 134512640 135215973 4294956304 18446744073709551615 134585786 0 0 4096 0 0 0 0 17 0 0 0
/proc/14309/statm: 37404 35501 413 171 0 36329 0
Current children cumulated CPU time (s) 1771.2
Current children cumulated vsize (KiB) 149616



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1811.2 s]
/proc/loadavg: 1.28 1.09 1.27 3/74 14357
/proc/meminfo: memFree=1554872/2055920 swapFree=4192812/4192956
[pid=14309] ppid=14307 vsize=151596 CPUtime=1800.03
/proc/14309/stat : 14309 (pcs.big) R 14307 14309 12576 0 -1 4194304 232215 667 0 0 179926 77 0 0 25 0 1 0 59416778 155234304 35979 996147200 134512640 135215973 4294956304 18446744073709551615 134585720 0 0 4096 0 0 0 0 17 1 0 0
/proc/14309/statm: 37899 35979 413 171 0 36824 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 151596

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

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

[startup+1811.2 s]
/proc/loadavg: 1.28 1.09 1.27 3/74 14357
/proc/meminfo: memFree=1554872/2055920 swapFree=4192812/4192956
[pid=14309] ppid=14307 vsize=151596 CPUtime=1800.03
/proc/14309/stat : 14309 (pcs.big) R 14307 14309 12576 0 -1 4194304 232215 667 0 0 179926 77 0 0 25 0 1 0 59416778 155234304 35979 996147200 134512640 135215973 4294956304 18446744073709551615 134585720 0 0 4096 0 0 0 0 17 1 0 0
/proc/14309/statm: 37899 35979 413 171 0 36824 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 151596

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1811.23
CPU time (s): 1800.08
CPU user time (s): 1799.28
CPU system time (s): 0.802877
CPU usage (%): 99.3843
Max. virtual memory (cumulated for all children) (KiB): 151596

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

runsolver used 1.61175 second user time and 5.00524 second system time

The end

Launcher Data

Begin job on node91 at 2009-07-16 07:52:02
IDJOB=2083661
IDBENCH=57890
IDSOLVER=734
FILE ID=node91/2083661-1247723521
PBS_JOBID= 9521455
Free space on /tmp= 66188 MiB

SOLVER NAME= pcs-restart 0.2.restart
BENCH NAME= CPAI08/csp/fapp/fapp32/normalized-fapp32-0550-1.xml
COMMAND LINE= HOME/pcssolve -s RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2083661-1247723521/watcher-2083661-1247723521 -o /tmp/evaluation-result-2083661-1247723521/solver-2083661-1247723521 -C 1800 -W 2000 -M 900  HOME/pcssolve -s 1713271426 HOME/instance-2083661-1247723521.xml

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

MD5SUM BENCH= 5b6f3d81a66e437062b2495198dba4e6
RANDOM SEED=1713271426

node91.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.241
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.241
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:       1579656 kB
Buffers:         71556 kB
Cached:         203164 kB
SwapCached:          0 kB
Active:         179864 kB
Inactive:       229004 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1579656 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            3008 kB
Writeback:           0 kB
Mapped:         154472 kB
Slab:            52304 kB
Committed_AS:   764676 kB
PageTables:       2024 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66192 MiB
End job on node91 at 2009-07-16 08:22:15