Trace number 2064949

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) 907.315 912.843

General information on the benchmark

Namecsp/fischer/
normalized-fischer-10-10-fair.xml
MD5SUM02651311f74b6403b76de2f676db8891
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables26283
Number of constraints24892
Maximum constraint arity3
Maximum domain size20001
Number of constraints which are defined in extension0
Number of constraints which are defined in intension24892
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.03	c Seed is 1301092388
0.00/0.03	c Constructing HOME/instance-2064949-1247703129.xml  with 33362 constraints
1.47/1.53	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-2064949-1247703129/watcher-2064949-1247703129 -o /tmp/evaluation-result-2064949-1247703129/solver-2064949-1247703129 -C 1800 -W 2000 -M 900 HOME/pcssolve -s 1301092388 HOME/instance-2064949-1247703129.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 1.98 1.89 4/81 13522
/proc/meminfo: memFree=1448400/2055920 swapFree=4192812/4192956
[pid=13522] ppid=13520 vsize=5356 CPUtime=0
/proc/13522/stat : 13522 (pcssolve) R 13520 13522 12833 0 -1 4194304 273 0 0 0 0 0 0 0 20 0 1 0 57379832 5484544 241 996147200 4194304 4889804 548682068800 18446744073709551615 269757246111 0 65538 4100 65536 0 0 0 17 1 0 0
/proc/13522/statm: 1339 241 200 169 0 50 0
[pid=13523] ppid=13522 vsize=5356 CPUtime=0
/proc/13523/stat : 13523 (pcssolve) R 13522 13522 12833 0 -1 4194368 0 0 0 0 0 0 0 0 20 0 1 0 57379832 5484544 241 996147200 4194304 4889804 548682068800 18446744073709551615 269757246111 0 65538 4100 65536 0 0 0 17 1 0 0
/proc/13523/statm: 1339 241 200 169 0 50 0

[startup+0.0436759 s]
/proc/loadavg: 1.94 1.98 1.89 4/81 13522
/proc/meminfo: memFree=1448400/2055920 swapFree=4192812/4192956
[pid=13522] ppid=13520 vsize=5652 CPUtime=0.02
/proc/13522/stat : 13522 (pcs.big) R 13520 13522 12833 0 -1 4194304 1064 657 0 0 1 0 0 1 22 0 1 0 57379832 5787648 695 996147200 134512640 135215973 4294956304 18446744073709551615 134761742 0 0 4096 0 0 0 0 17 1 0 0
/proc/13522/statm: 1413 695 361 171 0 338 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 5652

[startup+0.101679 s]
/proc/loadavg: 1.94 1.98 1.89 4/81 13522
/proc/meminfo: memFree=1448400/2055920 swapFree=4192812/4192956
[pid=13522] ppid=13520 vsize=6576 CPUtime=0.07
/proc/13522/stat : 13522 (pcs.big) R 13520 13522 12833 0 -1 4194304 1289 657 0 0 6 0 0 1 22 0 1 0 57379832 6733824 920 996147200 134512640 135215973 4294956304 18446744073709551615 4159732865 0 0 4096 0 0 0 0 17 1 0 0
/proc/13522/statm: 1644 920 361 171 0 569 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 6576

[startup+0.301711 s]
/proc/loadavg: 1.94 1.98 1.89 4/81 13522
/proc/meminfo: memFree=1448400/2055920 swapFree=4192812/4192956
[pid=13522] ppid=13520 vsize=12880 CPUtime=0.27
/proc/13522/stat : 13522 (pcs.big) R 13520 13522 12833 0 -1 4194304 3125 657 0 0 25 1 0 1 24 0 1 0 57379832 13189120 2183 996147200 134512640 135215973 4294956304 18446744073709551615 4160503966 0 0 4096 0 0 0 0 17 1 0 0
/proc/13522/statm: 3220 2183 385 171 0 2145 0
Current children cumulated CPU time (s) 0.27
Current children cumulated vsize (KiB) 12880

[startup+0.701766 s]
/proc/loadavg: 1.94 1.98 1.89 4/81 13522
/proc/meminfo: memFree=1448400/2055920 swapFree=4192812/4192956
[pid=13522] ppid=13520 vsize=16832 CPUtime=0.67
/proc/13522/stat : 13522 (pcs.big) R 13520 13522 12833 0 -1 4194304 4309 657 0 0 64 2 0 1 25 0 1 0 57379832 17235968 3140 996147200 134512640 135215973 4294956304 18446744073709551615 4159732839 0 0 4096 0 0 0 0 17 1 0 0
/proc/13522/statm: 4208 3140 389 171 0 3133 0
Current children cumulated CPU time (s) 0.67
Current children cumulated vsize (KiB) 16832

[startup+1.50187 s]
/proc/loadavg: 1.94 1.98 1.89 3/82 13527
/proc/meminfo: memFree=1436104/2055920 swapFree=4192812/4192956
[pid=13522] ppid=13520 vsize=21076 CPUtime=1.47
/proc/13522/stat : 13522 (pcs.big) R 13520 13522 12833 0 -1 4194304 5504 657 0 0 143 3 0 1 25 0 1 0 57379832 21581824 4045 996147200 134512640 135215973 4294956304 18446744073709551615 4159314573 0 0 4096 0 0 0 0 17 1 0 0
/proc/13522/statm: 5269 4045 389 171 0 4194 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 21076

[startup+3.10209 s]
/proc/loadavg: 1.94 1.98 1.89 3/82 13527
/proc/meminfo: memFree=1424456/2055920 swapFree=4192812/4192956
[pid=13522] ppid=13520 vsize=30352 CPUtime=3.05
/proc/13522/stat : 13522 (pcs.big) R 13520 13522 12833 0 -1 4194304 9093 657 0 0 300 4 0 1 25 0 1 0 57379832 31080448 6562 996147200 134512640 135215973 4294956304 18446744073709551615 134583626 0 0 4096 0 0 0 0 17 1 0 0
/proc/13522/statm: 7588 6562 409 171 0 6513 0
Current children cumulated CPU time (s) 3.05
Current children cumulated vsize (KiB) 30352

[startup+6.30151 s]
/proc/loadavg: 1.94 1.98 1.89 3/82 13527
/proc/meminfo: memFree=1419080/2055920 swapFree=4192812/4192956
[pid=13522] ppid=13520 vsize=36200 CPUtime=6.21
/proc/13522/stat : 13522 (pcs.big) R 13520 13522 12833 0 -1 4194304 11031 657 0 0 615 5 0 1 25 0 1 0 57379832 37068800 7667 996147200 134512640 135215973 4294956304 18446744073709551615 134610603 0 0 4096 0 0 0 0 17 1 0 0
/proc/13522/statm: 9050 7667 409 171 0 7975 0
Current children cumulated CPU time (s) 6.21
Current children cumulated vsize (KiB) 36200

[startup+12.7014 s]
/proc/loadavg: 1.95 1.98 1.89 3/82 13527
/proc/meminfo: memFree=1418504/2055920 swapFree=4192812/4192956
[pid=13522] ppid=13520 vsize=36720 CPUtime=12.56
/proc/13522/stat : 13522 (pcs.big) R 13520 13522 12833 0 -1 4194304 11163 657 0 0 1249 6 0 1 25 0 1 0 57379832 37601280 7799 996147200 134512640 135215973 4294956304 18446744073709551615 134585951 0 0 4096 0 0 0 0 17 1 0 0
/proc/13522/statm: 9180 7799 409 171 0 8105 0
Current children cumulated CPU time (s) 12.56
Current children cumulated vsize (KiB) 36720

[startup+25.5011 s]
/proc/loadavg: 1.96 1.98 1.89 3/82 13527
/proc/meminfo: memFree=1413512/2055920 swapFree=4192812/4192956
[pid=13522] ppid=13520 vsize=41724 CPUtime=25.23
/proc/13522/stat : 13522 (pcs.big) R 13520 13522 12833 0 -1 4194304 12412 657 0 0 2516 6 0 1 25 0 1 0 57379832 42725376 9048 996147200 134512640 135215973 4294956304 18446744073709551615 134599834 0 0 4096 0 0 0 0 17 1 0 0
/proc/13522/statm: 10431 9048 409 171 0 9356 0
Current children cumulated CPU time (s) 25.23
Current children cumulated vsize (KiB) 41724

[startup+51.1014 s]
/proc/loadavg: 1.97 1.98 1.89 3/82 13527
/proc/meminfo: memFree=1408328/2055920 swapFree=4192812/4192956
[pid=13522] ppid=13520 vsize=46508 CPUtime=50.59
/proc/13522/stat : 13522 (pcs.big) R 13520 13522 12833 0 -1 4194304 13818 657 0 0 5050 8 0 1 25 0 1 0 57379832 47624192 10421 996147200 134512640 135215973 4294956304 18446744073709551615 134599824 0 0 4096 0 0 0 0 17 1 0 0
/proc/13522/statm: 11627 10421 409 171 0 10552 0
Current children cumulated CPU time (s) 50.59
Current children cumulated vsize (KiB) 46508

[startup+102.306 s]
/proc/loadavg: 1.99 1.98 1.90 3/82 13527
/proc/meminfo: memFree=1369672/2055920 swapFree=4192812/4192956
[pid=13522] ppid=13520 vsize=85516 CPUtime=101.32
/proc/13522/stat : 13522 (pcs.big) R 13520 13522 12833 0 -1 4194304 23717 657 0 0 10117 14 0 1 25 0 1 0 57379832 87568384 20092 996147200 134512640 135215973 4294956304 18446744073709551615 134532674 0 0 4096 0 0 0 0 17 1 0 0
/proc/13522/statm: 21379 20092 409 171 0 20304 0
Current children cumulated CPU time (s) 101.32
Current children cumulated vsize (KiB) 85516

[startup+162.301 s]
/proc/loadavg: 1.99 1.98 1.90 3/82 13527
/proc/meminfo: memFree=1327432/2055920 swapFree=4192812/4192956
[pid=13522] ppid=13520 vsize=127920 CPUtime=160.75
/proc/13522/stat : 13522 (pcs.big) R 13520 13522 12833 0 -1 4194304 34538 657 0 0 16052 22 0 1 25 0 1 0 57379832 130990080 30656 996147200 134512640 135215973 4294956304 18446744073709551615 134609802 0 0 4096 0 0 0 0 17 1 0 0
/proc/13522/statm: 31980 30656 409 171 0 30905 0
Current children cumulated CPU time (s) 160.75
Current children cumulated vsize (KiB) 127920

[startup+222.301 s]
/proc/loadavg: 2.03 2.00 1.91 3/82 13527
/proc/meminfo: memFree=1272264/2055920 swapFree=4192812/4192956
[pid=13522] ppid=13520 vsize=184012 CPUtime=220.19
/proc/13522/stat : 13522 (pcs.big) R 13520 13522 12833 0 -1 4194304 48800 657 0 0 21988 30 0 1 25 0 1 0 57379832 188428288 44405 996147200 134512640 135215973 4294956304 18446744073709551615 4158960067 0 0 4096 0 0 0 0 17 1 0 0
/proc/13522/statm: 46003 44405 409 171 0 44928 0
Current children cumulated CPU time (s) 220.19
Current children cumulated vsize (KiB) 184012

[startup+282.302 s]
/proc/loadavg: 2.01 2.00 1.91 3/82 13567
/proc/meminfo: memFree=1266016/2055920 swapFree=4192812/4192956
[pid=13522] ppid=13520 vsize=231432 CPUtime=279.74
/proc/13522/stat : 13522 (pcs.big) R 13520 13522 12833 0 -1 4194304 60864 657 0 0 27935 38 0 1 25 0 1 0 57379832 236986368 56469 996147200 134512640 135215973 4294956304 18446744073709551615 4158960644 0 0 4096 0 0 0 0 17 0 0 0
/proc/13522/statm: 57858 56469 409 171 0 56783 0
Current children cumulated CPU time (s) 279.74
Current children cumulated vsize (KiB) 231432

[startup+342.309 s]
/proc/loadavg: 2.60 2.17 1.97 4/83 13568
/proc/meminfo: memFree=1172312/2055920 swapFree=4192812/4192956
[pid=13522] ppid=13520 vsize=300604 CPUtime=339.72
/proc/13522/stat : 13522 (pcs.big) R 13520 13522 12833 0 -1 4194304 78419 657 0 0 33923 48 0 1 25 0 1 0 57379832 307818496 74024 996147200 134512640 135215973 4294956304 18446744073709551615 134965910 0 0 4096 0 0 0 0 17 0 0 0
/proc/13522/statm: 75151 74024 409 171 0 74076 0
Current children cumulated CPU time (s) 339.72
Current children cumulated vsize (KiB) 300604

[startup+402.303 s]
/proc/loadavg: 2.85 2.31 2.03 4/83 13568
/proc/meminfo: memFree=1072152/2055920 swapFree=4192812/4192956
[pid=13522] ppid=13520 vsize=403688 CPUtime=399.69
/proc/13522/stat : 13522 (pcs.big) R 13520 13522 12833 0 -1 4194304 104512 657 0 0 39904 64 0 1 25 0 1 0 57379832 413376512 99092 996147200 134512640 135215973 4294956304 18446744073709551615 134592237 0 0 4096 0 0 0 0 17 0 0 0
/proc/13522/statm: 100922 99092 409 171 0 99847 0
Current children cumulated CPU time (s) 399.69
Current children cumulated vsize (KiB) 403688

[startup+462.301 s]
/proc/loadavg: 2.88 2.42 2.08 4/83 13568
/proc/meminfo: memFree=990360/2055920 swapFree=4192812/4192956
[pid=13522] ppid=13520 vsize=483460 CPUtime=459.63
/proc/13522/stat : 13522 (pcs.big) R 13520 13522 12833 0 -1 4194304 124811 657 0 0 45887 75 0 1 25 0 1 0 57379832 495063040 119391 996147200 134512640 135215973 4294956304 18446744073709551615 135095990 0 0 4096 0 0 0 0 17 0 0 0
/proc/13522/statm: 120865 119391 409 171 0 119790 0
Current children cumulated CPU time (s) 459.63
Current children cumulated vsize (KiB) 483460

[startup+522.302 s]
/proc/loadavg: 2.96 2.52 2.14 4/83 13568
/proc/meminfo: memFree=904664/2055920 swapFree=4192812/4192956
[pid=13522] ppid=13520 vsize=568392 CPUtime=519.21
/proc/13522/stat : 13522 (pcs.big) R 13520 13522 12833 0 -1 4194304 146344 657 0 0 51833 87 0 1 25 0 1 0 57379832 582033408 140924 996147200 134512640 135215973 4294956304 18446744073709551615 134584971 0 0 4096 0 0 0 0 17 0 0 0
/proc/13522/statm: 142098 140924 409 171 0 141023 0
Current children cumulated CPU time (s) 519.21
Current children cumulated vsize (KiB) 568392

[startup+582.302 s]
/proc/loadavg: 2.75 2.55 2.17 4/83 13568
/proc/meminfo: memFree=850912/2055920 swapFree=4192812/4192956
[pid=13522] ppid=13520 vsize=630440 CPUtime=578.69
/proc/13522/stat : 13522 (pcs.big) R 13520 13522 12833 0 -1 4194304 162101 657 0 0 57773 95 0 1 25 0 1 0 57379832 645570560 154632 996147200 134512640 135215973 4294956304 18446744073709551615 134585661 0 0 4096 0 0 0 0 17 0 0 0
/proc/13522/statm: 157610 154632 409 171 0 156535 0
Current children cumulated CPU time (s) 578.69
Current children cumulated vsize (KiB) 630440

[startup+642.302 s]
/proc/loadavg: 2.71 2.57 2.20 4/83 13568
/proc/meminfo: memFree=789664/2055920 swapFree=4192812/4192956
[pid=13522] ppid=13520 vsize=689520 CPUtime=638.16
/proc/13522/stat : 13522 (pcs.big) R 13520 13522 12833 0 -1 4194304 177162 657 0 0 63711 104 0 1 25 0 1 0 57379832 706068480 169115 996147200 134512640 135215973 4294956304 18446744073709551615 134640948 0 0 4096 0 0 0 0 17 0 0 0
/proc/13522/statm: 172380 169115 409 171 0 171305 0
Current children cumulated CPU time (s) 638.16
Current children cumulated vsize (KiB) 689520

[startup+702.302 s]
/proc/loadavg: 2.78 2.61 2.23 3/82 13608
/proc/meminfo: memFree=804824/2055920 swapFree=4192812/4192956
[pid=13522] ppid=13520 vsize=715912 CPUtime=697.62
/proc/13522/stat : 13522 (pcs.big) R 13520 13522 12833 0 -1 4194304 184010 657 0 0 69651 110 0 1 25 0 1 0 57379832 733093888 175963 996147200 134512640 135215973 4294956304 18446744073709551615 134581780 0 0 4096 0 0 0 0 17 0 0 0
/proc/13522/statm: 178978 175963 409 171 0 177903 0
Current children cumulated CPU time (s) 697.62
Current children cumulated vsize (KiB) 715912

[startup+762.307 s]
/proc/loadavg: 2.38 2.53 2.23 3/83 13610
/proc/meminfo: memFree=631824/2055920 swapFree=4192812/4192956
[pid=13522] ppid=13520 vsize=784760 CPUtime=757.38
/proc/13522/stat : 13522 (pcs.big) R 13520 13522 12833 0 -1 4194304 201495 657 0 0 75617 120 0 1 25 0 1 0 57379832 803594240 193448 996147200 134512640 135215973 4294956304 18446744073709551615 134590063 0 0 4096 0 0 0 0 17 0 0 0
/proc/13522/statm: 196190 193448 409 171 0 195115 0
Current children cumulated CPU time (s) 757.38
Current children cumulated vsize (KiB) 784760

[startup+822.302 s]
/proc/loadavg: 2.18 2.44 2.21 3/83 13610
/proc/meminfo: memFree=520912/2055920 swapFree=4192812/4192956
[pid=13522] ppid=13520 vsize=830440 CPUtime=817.13
/proc/13522/stat : 13522 (pcs.big) R 13520 13522 12833 0 -1 4194304 213230 657 0 0 81587 125 0 1 25 0 1 0 57379832 850370560 205183 996147200 134512640 135215973 4294956304 18446744073709551615 134960065 0 0 4096 0 0 0 0 17 0 0 0
/proc/13522/statm: 207610 205183 409 171 0 206535 0
Current children cumulated CPU time (s) 817.13
Current children cumulated vsize (KiB) 830440

[startup+882.302 s]
/proc/loadavg: 2.11 2.38 2.20 3/83 13610
/proc/meminfo: memFree=372688/2055920 swapFree=4192812/4192956
[pid=13522] ppid=13520 vsize=905292 CPUtime=876.88
/proc/13522/stat : 13522 (pcs.big) R 13520 13522 12833 0 -1 4194304 232293 657 0 0 87552 135 0 1 25 0 1 0 57379832 927019008 224246 996147200 134512640 135215973 4294956304 18446744073709551615 134583607 0 0 4096 0 0 0 0 17 0 0 0
/proc/13522/statm: 226323 224246 409 171 0 225248 0
Current children cumulated CPU time (s) 876.88
Current children cumulated vsize (KiB) 905292



Maximum VSize exceeded: sending SIGTERM then SIGKILL

[startup+912.702 s]
/proc/loadavg: 2.13 2.35 2.20 3/83 13610
/proc/meminfo: memFree=319696/2055920 swapFree=4192812/4192956
[pid=13522] ppid=13520 vsize=921696 CPUtime=907.17
/proc/13522/stat : 13522 (pcs.big) R 13520 13522 12833 0 -1 4194304 236506 657 0 0 90579 137 0 1 25 0 1 0 57379832 943816704 228459 996147200 134512640 135215973 4294956304 18446744073709551615 134603545 0 0 4096 0 0 0 0 17 0 0 0
/proc/13522/statm: 230424 228459 409 171 0 229349 0
Current children cumulated CPU time (s) 907.17
Current children cumulated vsize (KiB) 921696

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

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

[startup+912.807 s]
/proc/loadavg: 2.13 2.35 2.20 3/83 13610
/proc/meminfo: memFree=319696/2055920 swapFree=4192812/4192956
[pid=13522] ppid=13520 vsize=0 CPUtime=907.27
/proc/13522/stat : 13522 (pcs.big) R 13520 13522 12833 0 -1 4195332 236506 657 0 0 90579 147 0 1 25 0 1 0 57379832 0 0 996147200 0 0 0 0 0 0 0 4096 0 0 0 0 17 0 0 0
/proc/13522/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 907.27
Current children cumulated vsize (KiB) 0

Child ended because it received signal 15 (SIGTERM)
Real time (s): 912.843
CPU time (s): 907.315
CPU user time (s): 905.797
CPU system time (s): 1.51777
CPU usage (%): 99.3944
Max. virtual memory (cumulated for all children) (KiB): 921696

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

runsolver used 0.98185 second user time and 2.84357 second system time

The end

Launcher Data

Begin job on node13 at 2009-07-16 02:12:09
IDJOB=2064949
IDBENCH=54224
IDSOLVER=733
FILE ID=node13/2064949-1247703129
PBS_JOBID= 9521283
Free space on /tmp= 66308 MiB

SOLVER NAME= pcs 0.2
BENCH NAME= CPAI08/csp/fischer/normalized-fischer-10-10-fair.xml
COMMAND LINE= HOME/pcssolve -s RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2064949-1247703129/watcher-2064949-1247703129 -o /tmp/evaluation-result-2064949-1247703129/solver-2064949-1247703129 -C 1800 -W 2000 -M 900  HOME/pcssolve -s 1301092388 HOME/instance-2064949-1247703129.xml

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

MD5SUM BENCH= 02651311f74b6403b76de2f676db8891
RANDOM SEED=1301092388

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


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1448880 kB
Buffers:         75924 kB
Cached:         359208 kB
SwapCached:          0 kB
Active:         258800 kB
Inactive:       266996 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1448880 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            6316 kB
Writeback:           0 kB
Mapped:         111144 kB
Slab:            66128 kB
Committed_AS:   600588 kB
PageTables:       2096 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= 66304 MiB
End job on node13 at 2009-07-16 02:27:24