Trace number 2074739

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? (MO) 946.952 950.042

General information on the benchmark

Namecsp/mknap/
normalized-mknap-1-6.xml
MD5SUMb9fcfdee9366954401d31ec60de31e98
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark432.922
Satisfiable
(Un)Satisfiability was proved
Number of variables50
Number of constraints6
Maximum constraint arity50
Maximum domain size2
Number of constraints which are defined in extension0
Number of constraints which are defined in intension6
Global constraints used (with number of constraints)

Solver Data

0.00/0.01	c has operations which may create big domains
0.00/0.01	c big-domain mode
0.18/0.21	c Seed is 1422622236
0.18/0.21	c Constructing HOME/instance-2074739-1247712423.xml  with 559 constraints
0.18/0.21	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-2074739-1247712423/watcher-2074739-1247712423 -o /tmp/evaluation-result-2074739-1247712423/solver-2074739-1247712423 -C 1800 -W 2000 -M 900 HOME/pcssolve -s 1422622236 HOME/instance-2074739-1247712423.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: 1.94 2.03 2.01 4/82 13096
/proc/meminfo: memFree=1471992/2055920 swapFree=4192812/4192956
[pid=13096] ppid=13094 vsize=5356 CPUtime=0
/proc/13096/stat : 13096 (pcssolve) R 13094 13096 10627 0 -1 4194304 290 0 0 0 0 0 0 0 21 0 1 0 58309339 5484544 241 996147200 4194304 4889804 548682068800 18446744073709551615 252429527711 0 65538 4100 65536 0 0 0 17 1 0 0
/proc/13096/statm: 1339 241 200 169 0 50 0
[pid=13097] ppid=13096 vsize=0 CPUtime=0
/proc/13097/stat : 13097 (pcssolve) R 13096 13096 10627 0 -1 4194368 22 0 0 0 0 0 0 0 22 0 1 0 58309339 0 0 996147200 0 0 0 18446744073709551615 252429528359 0 0 4096 0 0 0 0 17 1 0 0
/proc/13097/statm: 0 0 0 0 0 0 0
[pid=13098] ppid=13096 vsize=5356 CPUtime=0
/proc/13098/stat : 13098 (pcssolve) R 13096 13096 10627 0 -1 4194368 0 0 0 0 0 0 0 0 21 0 1 0 58309339 5484544 241 996147200 4194304 4889804 548682068800 18446744073709551615 252429527711 0 65538 4100 65536 0 0 0 17 1 0 0
/proc/13098/statm: 1339 241 200 169 0 50 0

[startup+0.0644949 s]
/proc/loadavg: 1.94 2.03 2.01 4/82 13096
/proc/meminfo: memFree=1471992/2055920 swapFree=4192812/4192956
[pid=13096] ppid=13094 vsize=5244 CPUtime=0.04
/proc/13096/stat : 13096 (pcs.big) R 13094 13096 10627 0 -1 4194304 1032 811 0 0 4 0 0 0 18 0 1 0 58309339 5369856 641 996147200 134512640 135215973 4294956304 18446744073709551615 135094939 0 0 4096 0 0 0 0 17 1 0 0
/proc/13096/statm: 1311 641 408 171 0 236 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 5244

[startup+0.101493 s]
/proc/loadavg: 1.94 2.03 2.01 4/82 13096
/proc/meminfo: memFree=1471992/2055920 swapFree=4192812/4192956
[pid=13096] ppid=13094 vsize=5508 CPUtime=0.08
/proc/13096/stat : 13096 (pcs.big) R 13094 13096 10627 0 -1 4194304 1095 811 0 0 8 0 0 0 18 0 1 0 58309339 5640192 704 996147200 134512640 135215973 4294956304 18446744073709551615 134596180 0 0 4096 0 0 0 0 17 1 0 0
/proc/13096/statm: 1377 704 408 171 0 302 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 5508

[startup+0.301519 s]
/proc/loadavg: 1.94 2.03 2.01 4/82 13096
/proc/meminfo: memFree=1471992/2055920 swapFree=4192812/4192956
[pid=13096] ppid=13094 vsize=7652 CPUtime=0.27
/proc/13096/stat : 13096 (pcs.big) R 13094 13096 10627 0 -1 4194304 1633 811 0 0 27 0 0 0 19 0 1 0 58309339 7835648 1242 996147200 134512640 135215973 4294956304 18446744073709551615 134599879 0 0 4096 0 0 0 0 17 1 0 0
/proc/13096/statm: 1913 1242 408 171 0 838 0
Current children cumulated CPU time (s) 0.27
Current children cumulated vsize (KiB) 7652

[startup+0.701559 s]
/proc/loadavg: 1.94 2.03 2.01 4/82 13096
/proc/meminfo: memFree=1471992/2055920 swapFree=4192812/4192956
[pid=13096] ppid=13094 vsize=10320 CPUtime=0.67
/proc/13096/stat : 13096 (pcs.big) R 13094 13096 10627 0 -1 4194304 2305 811 0 0 67 0 0 0 23 0 1 0 58309339 10567680 1861 996147200 134512640 135215973 4294956304 18446744073709551615 134583640 0 0 4096 0 0 0 0 17 1 0 0
/proc/13096/statm: 2580 1861 411 171 0 1505 0
Current children cumulated CPU time (s) 0.67
Current children cumulated vsize (KiB) 10320

[startup+1.50164 s]
/proc/loadavg: 1.94 2.03 2.01 3/83 13102
/proc/meminfo: memFree=1465968/2055920 swapFree=4192812/4192956
[pid=13096] ppid=13094 vsize=11244 CPUtime=1.46
/proc/13096/stat : 13096 (pcs.big) R 13094 13096 10627 0 -1 4194304 2550 811 0 0 146 0 0 0 25 0 1 0 58309339 11513856 2106 996147200 134512640 135215973 4294956304 18446744073709551615 134599879 0 0 4096 0 0 0 0 17 1 0 0
/proc/13096/statm: 2811 2106 411 171 0 1736 0
Current children cumulated CPU time (s) 1.46
Current children cumulated vsize (KiB) 11244

[startup+3.10179 s]
/proc/loadavg: 1.95 2.03 2.01 3/83 13102
/proc/meminfo: memFree=1462320/2055920 swapFree=4192812/4192956
[pid=13096] ppid=13094 vsize=15732 CPUtime=3.05
/proc/13096/stat : 13096 (pcs.big) R 13094 13096 10627 0 -1 4194304 3681 811 0 0 304 1 0 0 25 0 1 0 58309339 16109568 3237 996147200 134512640 135215973 4294956304 18446744073709551615 135094906 0 0 4096 0 0 0 0 17 1 0 0
/proc/13096/statm: 3933 3237 411 171 0 2858 0
Current children cumulated CPU time (s) 3.05
Current children cumulated vsize (KiB) 15732

[startup+6.30111 s]
/proc/loadavg: 1.95 2.03 2.01 3/83 13102
/proc/meminfo: memFree=1460336/2055920 swapFree=4192812/4192956
[pid=13096] ppid=13094 vsize=15732 CPUtime=6.23
/proc/13096/stat : 13096 (pcs.big) R 13094 13096 10627 0 -1 4194304 3696 811 0 0 622 1 0 0 25 0 1 0 58309339 16109568 3252 996147200 134512640 135215973 4294956304 18446744073709551615 134599873 0 0 4096 0 0 0 0 17 1 0 0
/proc/13096/statm: 3933 3252 411 171 0 2858 0
Current children cumulated CPU time (s) 6.23
Current children cumulated vsize (KiB) 15732

[startup+12.7018 s]
/proc/loadavg: 1.95 2.03 2.01 3/83 13102
/proc/meminfo: memFree=1460144/2055920 swapFree=4192812/4192956
[pid=13096] ppid=13094 vsize=15864 CPUtime=12.57
/proc/13096/stat : 13096 (pcs.big) R 13094 13096 10627 0 -1 4194304 3733 811 0 0 1256 1 0 0 25 0 1 0 58309339 16244736 3289 996147200 134512640 135215973 4294956304 18446744073709551615 134587796 0 0 4096 0 0 0 0 17 1 0 0
/proc/13096/statm: 3966 3289 411 171 0 2891 0
Current children cumulated CPU time (s) 12.57
Current children cumulated vsize (KiB) 15864

[startup+25.501 s]
/proc/loadavg: 1.96 2.03 2.01 3/83 13102
/proc/meminfo: memFree=1444848/2055920 swapFree=4192812/4192956
[pid=13096] ppid=13094 vsize=31704 CPUtime=25.24
/proc/13096/stat : 13096 (pcs.big) R 13094 13096 10627 0 -1 4194304 7687 811 0 0 2521 3 0 0 25 0 1 0 58309339 32464896 7243 996147200 134512640 135215973 4294956304 18446744073709551615 4158960014 0 0 4096 0 0 0 0 17 1 0 0
/proc/13096/statm: 7926 7243 411 171 0 6851 0
Current children cumulated CPU time (s) 25.24
Current children cumulated vsize (KiB) 31704

[startup+51.1016 s]
/proc/loadavg: 1.97 2.03 2.00 3/83 13102
/proc/meminfo: memFree=1441904/2055920 swapFree=4192812/4192956
[pid=13096] ppid=13094 vsize=34332 CPUtime=50.61
/proc/13096/stat : 13096 (pcs.big) R 13094 13096 10627 0 -1 4194304 8359 811 0 0 5058 3 0 0 25 0 1 0 58309339 35155968 7882 996147200 134512640 135215973 4294956304 18446744073709551615 134585720 0 0 4096 0 0 0 0 17 1 0 0
/proc/13096/statm: 8583 7882 411 171 0 7508 0
Current children cumulated CPU time (s) 50.61
Current children cumulated vsize (KiB) 34332

[startup+102.308 s]
/proc/loadavg: 1.99 2.02 2.00 3/83 13102
/proc/meminfo: memFree=1434096/2055920 swapFree=4192812/4192956
[pid=13096] ppid=13094 vsize=42120 CPUtime=101.35
/proc/13096/stat : 13096 (pcs.big) R 13094 13096 10627 0 -1 4194304 10295 811 0 0 10131 4 0 0 25 0 1 0 58309339 43130880 9818 996147200 134512640 135215973 4294956304 18446744073709551615 134599858 0 0 4096 0 0 0 0 17 1 0 0
/proc/13096/statm: 10530 9818 411 171 0 9455 0
Current children cumulated CPU time (s) 101.35
Current children cumulated vsize (KiB) 42120

[startup+162.303 s]
/proc/loadavg: 1.99 2.02 2.00 3/83 13102
/proc/meminfo: memFree=1426608/2055920 swapFree=4192812/4192956
[pid=13096] ppid=13094 vsize=49256 CPUtime=160.82
/proc/13096/stat : 13096 (pcs.big) R 13094 13096 10627 0 -1 4194304 12106 811 0 0 16077 5 0 0 25 0 1 0 58309339 50438144 11629 996147200 134512640 135215973 4294956304 18446744073709551615 4158960018 0 0 4096 0 0 0 0 17 1 0 0
/proc/13096/statm: 12314 11629 411 171 0 11239 0
Current children cumulated CPU time (s) 160.82
Current children cumulated vsize (KiB) 49256

[startup+222.302 s]
/proc/loadavg: 1.99 2.01 2.00 3/83 13102
/proc/meminfo: memFree=1397872/2055920 swapFree=4192812/4192956
[pid=13096] ppid=13094 vsize=78436 CPUtime=220.25
/proc/13096/stat : 13096 (pcs.big) R 13094 13096 10627 0 -1 4194304 19412 811 0 0 22017 8 0 0 25 0 1 0 58309339 80318464 18870 996147200 134512640 135215973 4294956304 18446744073709551615 134583634 0 0 4096 0 0 0 0 17 1 0 0
/proc/13096/statm: 19609 18870 411 171 0 18534 0
Current children cumulated CPU time (s) 220.25
Current children cumulated vsize (KiB) 78436

[startup+282.302 s]
/proc/loadavg: 1.99 2.00 2.00 3/82 13104
/proc/meminfo: memFree=1323440/2055920 swapFree=4192812/4192956
[pid=13096] ppid=13094 vsize=152988 CPUtime=279.7
/proc/13096/stat : 13096 (pcs.big) R 13094 13096 10627 0 -1 4194304 38189 811 0 0 27954 16 0 0 25 0 1 0 58309339 156659712 37518 996147200 134512640 135215973 4294956304 18446744073709551615 134599856 0 0 4096 0 0 0 0 17 1 0 0
/proc/13096/statm: 38247 37518 411 171 0 37172 0
Current children cumulated CPU time (s) 279.7
Current children cumulated vsize (KiB) 152988

[startup+342.302 s]
/proc/loadavg: 1.99 2.00 2.00 3/73 13138
/proc/meminfo: memFree=1293240/2055920 swapFree=4192812/4192956
[pid=13096] ppid=13094 vsize=210792 CPUtime=339.44
/proc/13096/stat : 13096 (pcs.big) R 13094 13096 10627 0 -1 4194304 52779 811 0 0 33921 23 0 0 25 0 1 0 58309339 215851008 51851 996147200 134512640 135215973 4294956304 18446744073709551615 134583640 0 0 4096 0 0 0 0 17 0 0 0
/proc/13096/statm: 52698 51851 411 171 0 51623 0
Current children cumulated CPU time (s) 339.44
Current children cumulated vsize (KiB) 210792

[startup+402.301 s]
/proc/loadavg: 1.99 2.00 2.00 3/73 13138
/proc/meminfo: memFree=1223800/2055920 swapFree=4192812/4192956
[pid=13096] ppid=13094 vsize=279048 CPUtime=399.41
/proc/13096/stat : 13096 (pcs.big) R 13094 13096 10627 0 -1 4194304 70062 811 0 0 39911 30 0 0 25 0 1 0 58309339 285745152 68588 996147200 134512640 135215973 4294956304 18446744073709551615 134583640 0 0 4096 0 0 0 0 17 0 0 0
/proc/13096/statm: 69762 68588 411 171 0 68687 0
Current children cumulated CPU time (s) 399.41
Current children cumulated vsize (KiB) 279048

[startup+462.301 s]
/proc/loadavg: 1.99 2.00 2.00 3/73 13138
/proc/meminfo: memFree=1138232/2055920 swapFree=4192812/4192956
[pid=13096] ppid=13094 vsize=360340 CPUtime=459.39
/proc/13096/stat : 13096 (pcs.big) R 13094 13096 10627 0 -1 4194304 90557 811 0 0 45899 40 0 0 25 0 1 0 58309339 368988160 89083 996147200 134512640 135215973 4294956304 18446744073709551615 134600408 0 0 4096 0 0 0 0 17 0 0 0
/proc/13096/statm: 90085 89083 411 171 0 89010 0
Current children cumulated CPU time (s) 459.39
Current children cumulated vsize (KiB) 360340

[startup+522.301 s]
/proc/loadavg: 1.99 2.00 2.00 3/73 13138
/proc/meminfo: memFree=1052856/2055920 swapFree=4192812/4192956
[pid=13096] ppid=13094 vsize=442312 CPUtime=519.37
/proc/13096/stat : 13096 (pcs.big) R 13094 13096 10627 0 -1 4194304 111267 811 0 0 51887 50 0 0 25 0 1 0 58309339 452927488 109793 996147200 134512640 135215973 4294956304 18446744073709551615 134532677 0 0 4096 0 0 0 0 17 0 0 0
/proc/13096/statm: 110578 109794 411 171 0 109503 0
Current children cumulated CPU time (s) 519.37
Current children cumulated vsize (KiB) 442312

[startup+582.301 s]
/proc/loadavg: 1.99 2.00 2.00 3/73 13138
/proc/meminfo: memFree=974776/2055920 swapFree=4192812/4192956
[pid=13096] ppid=13094 vsize=520220 CPUtime=579.34
/proc/13096/stat : 13096 (pcs.big) R 13094 13096 10627 0 -1 4194304 130915 811 0 0 57875 59 0 0 25 0 1 0 58309339 532705280 128416 996147200 134512640 135215973 4294956304 18446744073709551615 135094601 0 0 4096 0 0 0 0 17 0 0 0
/proc/13096/statm: 130055 128416 411 171 0 128980 0
Current children cumulated CPU time (s) 579.34
Current children cumulated vsize (KiB) 520220

[startup+642.301 s]
/proc/loadavg: 1.99 2.00 2.00 3/73 13138
/proc/meminfo: memFree=910464/2055920 swapFree=4192812/4192956
[pid=13096] ppid=13094 vsize=578460 CPUtime=639.32
/proc/13096/stat : 13096 (pcs.big) R 13094 13096 10627 0 -1 4194304 145587 811 0 0 63866 66 0 0 25 0 1 0 58309339 592343040 143023 996147200 134512640 135215973 4294956304 18446744073709551615 134599883 0 0 4096 0 0 0 0 17 0 0 0
/proc/13096/statm: 144615 143023 411 171 0 143540 0
Current children cumulated CPU time (s) 639.32
Current children cumulated vsize (KiB) 578460

[startup+702.301 s]
/proc/loadavg: 1.99 2.00 2.00 3/73 13138
/proc/meminfo: memFree=837248/2055920 swapFree=4192812/4192956
[pid=13096] ppid=13094 vsize=650016 CPUtime=699.3
/proc/13096/stat : 13096 (pcs.big) R 13094 13096 10627 0 -1 4194304 163609 811 0 0 69855 75 0 0 25 0 1 0 58309339 665616384 161045 996147200 134512640 135215973 4294956304 18446744073709551615 4158960610 0 0 4096 0 0 0 0 17 0 0 0
/proc/13096/statm: 162504 161045 411 171 0 161429 0
Current children cumulated CPU time (s) 699.3
Current children cumulated vsize (KiB) 650016

[startup+762.306 s]
/proc/loadavg: 1.99 2.00 2.00 3/73 13138
/proc/meminfo: memFree=751616/2055920 swapFree=4192812/4192956
[pid=13096] ppid=13094 vsize=732020 CPUtime=759.27
/proc/13096/stat : 13096 (pcs.big) R 13094 13096 10627 0 -1 4194304 184327 811 0 0 75843 84 0 0 25 0 1 0 58309339 749588480 181763 996147200 134512640 135215973 4294956304 18446744073709551615 134583640 0 0 4096 0 0 0 0 17 0 0 0
/proc/13096/statm: 183005 181763 411 171 0 181930 0
Current children cumulated CPU time (s) 759.27
Current children cumulated vsize (KiB) 732020

[startup+822.301 s]
/proc/loadavg: 1.99 2.00 2.00 3/73 13138
/proc/meminfo: memFree=681664/2055920 swapFree=4192812/4192956
[pid=13096] ppid=13094 vsize=798316 CPUtime=819.24
/proc/13096/stat : 13096 (pcs.big) R 13094 13096 10627 0 -1 4194304 201044 811 0 0 81831 93 0 0 25 0 1 0 58309339 817475584 198480 996147200 134512640 135215973 4294956304 18446744073709551615 134583640 0 0 4096 0 0 0 0 17 0 0 0
/proc/13096/statm: 199579 198480 411 171 0 198504 0
Current children cumulated CPU time (s) 819.24
Current children cumulated vsize (KiB) 798316

[startup+882.301 s]
/proc/loadavg: 1.99 2.00 2.00 3/73 13144
/proc/meminfo: memFree=624192/2055920 swapFree=4192812/4192956
[pid=13096] ppid=13094 vsize=851496 CPUtime=879.22
/proc/13096/stat : 13096 (pcs.big) R 13094 13096 10627 0 -1 4194304 214475 811 0 0 87823 99 0 0 25 0 1 0 58309339 871931904 211911 996147200 134512640 135215973 4294956304 18446744073709551615 4158960138 0 0 4096 0 0 0 0 17 0 0 0
/proc/13096/statm: 212874 211911 411 171 0 211799 0
Current children cumulated CPU time (s) 879.22
Current children cumulated vsize (KiB) 851496

[startup+942.301 s]
/proc/loadavg: 1.99 2.00 2.00 3/73 13144
/proc/meminfo: memFree=558848/2055920 swapFree=4192812/4192956
[pid=13096] ppid=13094 vsize=913916 CPUtime=939.19
/proc/13096/stat : 13096 (pcs.big) R 13094 13096 10627 0 -1 4194304 230196 811 0 0 93814 105 0 0 25 0 1 0 58309339 935849984 227632 996147200 134512640 135215973 4294956304 18446744073709551615 134532677 0 0 4096 0 0 0 0 17 0 0 0
/proc/13096/statm: 228479 227632 411 171 0 227404 0
Current children cumulated CPU time (s) 939.19
Current children cumulated vsize (KiB) 913916



Maximum VSize exceeded: sending SIGTERM then SIGKILL

[startup+949.902 s]
/proc/loadavg: 1.99 2.00 2.00 3/73 13144
/proc/meminfo: memFree=543872/2055920 swapFree=4192812/4192956
[pid=13096] ppid=13094 vsize=921716 CPUtime=946.8
/proc/13096/stat : 13096 (pcs.big) R 13094 13096 10627 0 -1 4194304 232146 811 0 0 94574 106 0 0 25 0 1 0 58309339 943837184 229582 996147200 134512640 135215973 4294956304 18446744073709551615 134594491 0 0 4096 0 0 0 0 17 0 0 0
/proc/13096/statm: 230429 229582 411 171 0 229354 0
Current children cumulated CPU time (s) 946.8
Current children cumulated vsize (KiB) 921716

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

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

[startup+950.007 s]
/proc/loadavg: 1.99 2.00 2.00 3/73 13144
/proc/meminfo: memFree=543872/2055920 swapFree=4192812/4192956
[pid=13096] ppid=13094 vsize=0 CPUtime=946.9
/proc/13096/stat : 13096 (pcs.big) R 13094 13096 10627 0 -1 4195332 232146 811 0 0 94574 116 0 0 25 0 1 0 58309339 0 0 996147200 0 0 0 0 0 0 0 4096 0 0 0 0 17 0 0 0
/proc/13096/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 946.9
Current children cumulated vsize (KiB) 0

Child ended because it received signal 15 (SIGTERM)
Real time (s): 950.042
CPU time (s): 946.952
CPU user time (s): 945.745
CPU system time (s): 1.20682
CPU usage (%): 99.6748
Max. virtual memory (cumulated for all children) (KiB): 921716

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 945.745
system time used= 1.20682
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 232957
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= 22
involuntary context switches= 14512

runsolver used 1.18882 second user time and 2.73158 second system time

The end

Launcher Data

Begin job on node12 at 2009-07-16 04:47:03
IDJOB=2074739
IDBENCH=56129
IDSOLVER=733
FILE ID=node12/2074739-1247712423
PBS_JOBID= 9521380
Free space on /tmp= 66268 MiB

SOLVER NAME= pcs 0.2
BENCH NAME= CPAI08/csp/mknap/normalized-mknap-1-6.xml
COMMAND LINE= HOME/pcssolve -s RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2074739-1247712423/watcher-2074739-1247712423 -o /tmp/evaluation-result-2074739-1247712423/solver-2074739-1247712423 -C 1800 -W 2000 -M 900  HOME/pcssolve -s 1422622236 HOME/instance-2074739-1247712423.xml

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

MD5SUM BENCH= b9fcfdee9366954401d31ec60de31e98
RANDOM SEED=1422622236

node12.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.240
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.240
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:       1472472 kB
Buffers:         77404 kB
Cached:         371192 kB
SwapCached:          0 kB
Active:         127888 kB
Inactive:       374004 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1472472 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            2124 kB
Writeback:           0 kB
Mapped:          73704 kB
Slab:            66612 kB
Committed_AS:   579296 kB
PageTables:       1892 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= 66264 MiB
End job on node12 at 2009-07-16 05:02:55