Trace number 2065015

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) 867.269 871.546

General information on the benchmark

Namecsp/fischer/
normalized-fischer-10-11-fair.xml
MD5SUM03ac71fcf3613245a00ef598d4c39787
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 variables28831
Number of constraints27307
Maximum constraint arity3
Maximum domain size20001
Number of constraints which are defined in extension0
Number of constraints which are defined in intension27307
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.01/0.06	c Seed is 854100730
0.01/0.06	c Constructing HOME/instance-2065015-1247703261.xml  with 36569 constraints
1.45/1.55	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-2065015-1247703261/watcher-2065015-1247703261 -o /tmp/evaluation-result-2065015-1247703261/solver-2065015-1247703261 -C 1800 -W 2000 -M 900 HOME/pcssolve -s 854100730 HOME/instance-2065015-1247703261.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.00 2.01 2.00 4/82 11935
/proc/meminfo: memFree=1694064/2055920 swapFree=4192812/4192956
[pid=11935] ppid=11933 vsize=5356 CPUtime=0
/proc/11935/stat : 11935 (pcssolve) S 11933 11935 10948 0 -1 4194304 305 0 0 0 0 0 0 0 18 0 1 0 57391490 5484544 242 996147200 4194304 4889804 548682068800 18446744073709551615 243665527620 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11935/statm: 1339 242 201 169 0 50 0
[pid=11936] ppid=11935 vsize=248 CPUtime=0
/proc/11936/stat : 11936 (fgrep) D 11935 11935 10948 0 -1 4194304 53 0 0 0 0 0 0 0 18 0 1 0 57391490 253952 31 996147200 4194304 4274172 548682068976 18446744073709551615 243662910953 0 0 4096 0 18446744071563608240 0 0 17 0 0 0
/proc/11936/statm: 62 31 24 19 0 4 0
[pid=11937] ppid=11935 vsize=248 CPUtime=0
/proc/11937/stat : 11937 (grep) D 11935 11935 10948 0 -1 4194304 53 0 0 0 0 0 0 0 18 0 1 0 57391490 253952 31 996147200 4194304 4274172 548682069040 18446744073709551615 243662910953 0 0 4096 0 18446744071563608069 0 0 17 0 0 0
/proc/11937/statm: 62 31 24 19 0 4 0

[startup+0.030267 s]
/proc/loadavg: 2.00 2.01 2.00 4/82 11935
/proc/meminfo: memFree=1694064/2055920 swapFree=4192812/4192956
[pid=11935] ppid=11933 vsize=4316 CPUtime=0.01
/proc/11935/stat : 11935 (pcs.big) R 11933 11935 10948 0 -1 4194304 409 657 0 0 0 0 0 1 18 0 1 0 57391490 4419584 55 996147200 134512640 135215973 4294956304 18446744073709551615 6787876 0 0 4096 0 0 0 0 17 1 0 0
/proc/11935/statm: 1079 55 42 171 0 12 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 4316

[startup+0.10128 s]
/proc/loadavg: 2.00 2.01 2.00 4/82 11935
/proc/meminfo: memFree=1694064/2055920 swapFree=4192812/4192956
[pid=11935] ppid=11933 vsize=6412 CPUtime=0.06
/proc/11935/stat : 11935 (pcs.big) R 11933 11935 10948 0 -1 4194304 1276 657 0 0 5 0 0 1 18 0 1 0 57391490 6565888 907 996147200 134512640 135215973 4294956304 18446744073709551615 7222907 0 0 4096 0 0 0 0 17 1 0 0
/proc/11935/statm: 1603 907 361 171 0 528 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 6412

[startup+0.301319 s]
/proc/loadavg: 2.00 2.01 2.00 4/82 11935
/proc/meminfo: memFree=1694064/2055920 swapFree=4192812/4192956
[pid=11935] ppid=11933 vsize=13344 CPUtime=0.26
/proc/11935/stat : 11935 (pcs.big) R 11933 11935 10948 0 -1 4194304 3283 657 2 0 24 1 0 1 19 0 1 0 57391490 13664256 2318 996147200 134512640 135215973 4294956304 18446744073709551615 7222907 0 0 4096 0 0 0 0 17 1 0 0
/proc/11935/statm: 3336 2318 385 171 0 2261 0
Current children cumulated CPU time (s) 0.26
Current children cumulated vsize (KiB) 13344

[startup+0.701391 s]
/proc/loadavg: 2.00 2.01 2.00 4/82 11935
/proc/meminfo: memFree=1694064/2055920 swapFree=4192812/4192956
[pid=11935] ppid=11933 vsize=19856 CPUtime=0.66
/proc/11935/stat : 11935 (pcs.big) R 11933 11935 10948 0 -1 4194304 5098 657 2 0 64 1 0 1 23 0 1 0 57391490 20332544 3487 996147200 134512640 135215973 4294956304 18446744073709551615 134608549 0 0 4096 0 0 0 0 17 1 0 0
/proc/11935/statm: 4964 3488 389 171 0 3889 0
Current children cumulated CPU time (s) 0.66
Current children cumulated vsize (KiB) 19856

[startup+1.50153 s]
/proc/loadavg: 2.00 2.01 2.00 3/83 11940
/proc/meminfo: memFree=1679784/2055920 swapFree=4192812/4192956
[pid=11935] ppid=11933 vsize=24100 CPUtime=1.45
/proc/11935/stat : 11935 (pcs.big) R 11933 11935 10948 0 -1 4194304 6322 657 2 0 142 2 0 1 25 0 1 0 57391490 24678400 4421 996147200 134512640 135215973 4294956304 18446744073709551615 7222907 0 0 4096 0 0 0 0 17 1 0 0
/proc/11935/statm: 6025 4421 389 171 0 4950 0
Current children cumulated CPU time (s) 1.45
Current children cumulated vsize (KiB) 24100

[startup+3.10183 s]
/proc/loadavg: 2.00 2.01 2.00 3/83 11940
/proc/meminfo: memFree=1668840/2055920 swapFree=4192812/4192956
[pid=11935] ppid=11933 vsize=32868 CPUtime=3.05
/proc/11935/stat : 11935 (pcs.big) R 11933 11935 10948 0 -1 4194304 11166 657 2 0 300 4 0 1 25 0 1 0 57391490 33656832 6849 996147200 134512640 135215973 4294956304 18446744073709551615 7222907 0 0 4096 0 0 0 0 17 1 0 0
/proc/11935/statm: 8217 6849 409 171 0 7142 0
Current children cumulated CPU time (s) 3.05
Current children cumulated vsize (KiB) 32868

[startup+6.30141 s]
/proc/loadavg: 2.00 2.01 2.00 3/83 11940
/proc/meminfo: memFree=1666992/2055920 swapFree=4192812/4192956
[pid=11935] ppid=11933 vsize=39108 CPUtime=6.23
/proc/11935/stat : 11935 (pcs.big) R 11933 11935 10948 0 -1 4194304 22333 657 2 0 614 8 0 1 25 0 1 0 57391490 40046592 7629 996147200 134512640 135215973 4294956304 18446744073709551615 134610758 0 0 4096 0 0 0 0 17 1 0 0
/proc/11935/statm: 9777 7629 409 171 0 8702 0
Current children cumulated CPU time (s) 6.23
Current children cumulated vsize (KiB) 39108

[startup+12.7016 s]
/proc/loadavg: 2.00 2.01 2.00 3/83 11940
/proc/meminfo: memFree=1661880/2055920 swapFree=4192812/4192956
[pid=11935] ppid=11933 vsize=40732 CPUtime=12.6
/proc/11935/stat : 11935 (pcs.big) R 11933 11935 10948 0 -1 4194304 35771 657 2 0 1245 14 0 1 25 0 1 0 57391490 41709568 8521 996147200 134512640 135215973 4294956304 18446744073709551615 134627170 0 0 4096 0 0 0 0 17 1 0 0
/proc/11935/statm: 10183 8521 409 171 0 9108 0
Current children cumulated CPU time (s) 12.6
Current children cumulated vsize (KiB) 40732

[startup+25.5019 s]
/proc/loadavg: 2.00 2.01 2.00 4/83 11940
/proc/meminfo: memFree=1652216/2055920 swapFree=4192812/4192956
[pid=11935] ppid=11933 vsize=49320 CPUtime=25.33
/proc/11935/stat : 11935 (pcs.big) R 11933 11935 10948 0 -1 4194304 63050 657 2 0 2508 24 0 1 25 0 1 0 57391490 50503680 10674 996147200 134512640 135215973 4294956304 18446744073709551615 134609802 0 0 4096 0 0 0 0 17 1 0 0
/proc/11935/statm: 12330 10674 409 171 0 11255 0
Current children cumulated CPU time (s) 25.33
Current children cumulated vsize (KiB) 49320

[startup+51.1016 s]
/proc/loadavg: 2.00 2.00 2.00 4/83 11940
/proc/meminfo: memFree=1646136/2055920 swapFree=4192812/4192956
[pid=11935] ppid=11933 vsize=55116 CPUtime=50.81
/proc/11935/stat : 11935 (pcs.big) R 11933 11935 10948 0 -1 4194304 119884 657 2 0 5034 46 0 1 25 0 1 0 57391490 56438784 12258 996147200 134512640 135215973 4294956304 18446744073709551615 134965444 0 0 4096 0 0 0 0 17 1 0 0
/proc/11935/statm: 13779 12258 409 171 0 12704 0
Current children cumulated CPU time (s) 50.81
Current children cumulated vsize (KiB) 55116

[startup+102.307 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 11940
/proc/meminfo: memFree=1595128/2055920 swapFree=4192812/4192956
[pid=11935] ppid=11933 vsize=105760 CPUtime=101.77
/proc/11935/stat : 11935 (pcs.big) R 11933 11935 10948 0 -1 4194304 250749 657 2 0 10084 92 0 1 25 0 1 0 57391490 108298240 24949 996147200 134512640 135215973 4294956304 18446744073709551615 134532717 0 0 4096 0 0 0 0 17 1 0 0
/proc/11935/statm: 26440 24949 409 171 0 25365 0
Current children cumulated CPU time (s) 101.77
Current children cumulated vsize (KiB) 105760

[startup+162.302 s]
/proc/loadavg: 2.05 2.01 2.00 4/83 11940
/proc/meminfo: memFree=1562168/2055920 swapFree=4192812/4192956
[pid=11935] ppid=11933 vsize=139040 CPUtime=161.47
/proc/11935/stat : 11935 (pcs.big) R 11933 11935 10948 0 -1 4194304 377173 657 2 0 16004 142 0 1 25 0 1 0 57391490 142376960 33238 996147200 134512640 135215973 4294956304 18446744073709551615 134587409 0 0 4096 0 0 0 0 17 1 0 0
/proc/11935/statm: 34760 33238 409 171 0 33685 0
Current children cumulated CPU time (s) 161.47
Current children cumulated vsize (KiB) 139040

[startup+222.303 s]
/proc/loadavg: 2.02 2.01 2.00 4/83 11940
/proc/meminfo: memFree=1520312/2055920 swapFree=4192812/4192956
[pid=11935] ppid=11933 vsize=181340 CPUtime=221.17
/proc/11935/stat : 11935 (pcs.big) R 11933 11935 10948 0 -1 4194304 496450 657 2 0 21924 192 0 1 25 0 1 0 57391490 185692160 43576 996147200 134512640 135215973 4294956304 18446744073709551615 134640948 0 0 4096 0 0 0 0 17 1 0 0
/proc/11935/statm: 45335 43576 409 171 0 44260 0
Current children cumulated CPU time (s) 221.17
Current children cumulated vsize (KiB) 181340

[startup+282.302 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 11940
/proc/meminfo: memFree=1462456/2055920 swapFree=4192812/4192956
[pid=11935] ppid=11933 vsize=238624 CPUtime=280.89
/proc/11935/stat : 11935 (pcs.big) R 11933 11935 10948 0 -1 4194304 611400 657 2 0 27850 238 0 1 25 0 1 0 57391490 244350976 58124 996147200 134512640 135215973 4294956304 18446744073709551615 134617363 0 0 4096 0 0 0 0 17 1 0 0
/proc/11935/statm: 59656 58124 409 171 0 58581 0
Current children cumulated CPU time (s) 280.89
Current children cumulated vsize (KiB) 238624

[startup+342.302 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 11940
/proc/meminfo: memFree=1411832/2055920 swapFree=4192812/4192956
[pid=11935] ppid=11933 vsize=287788 CPUtime=340.59
/proc/11935/stat : 11935 (pcs.big) R 11933 11935 10948 0 -1 4194304 714521 657 2 0 33781 277 0 1 25 0 1 0 57391490 294694912 70635 996147200 134512640 135215973 4294956304 18446744073709551615 134588286 0 0 4096 0 0 0 0 17 1 0 0
/proc/11935/statm: 71947 70635 409 171 0 70872 0
Current children cumulated CPU time (s) 340.59
Current children cumulated vsize (KiB) 287788

[startup+402.302 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 11940
/proc/meminfo: memFree=1344376/2055920 swapFree=4192812/4192956
[pid=11935] ppid=11933 vsize=358760 CPUtime=400.29
/proc/11935/stat : 11935 (pcs.big) R 11933 11935 10948 0 -1 4194304 831908 657 2 0 39705 323 0 1 25 0 1 0 57391490 367370240 87513 996147200 134512640 135215973 4294956304 18446744073709551615 134591106 0 0 4096 0 0 0 0 17 1 0 0
/proc/11935/statm: 89690 87513 409 171 0 88615 0
Current children cumulated CPU time (s) 400.29
Current children cumulated vsize (KiB) 358760

[startup+462.302 s]
/proc/loadavg: 2.00 2.00 2.00 4/83 11940
/proc/meminfo: memFree=1254328/2055920 swapFree=4192812/4192956
[pid=11935] ppid=11933 vsize=447620 CPUtime=460
/proc/11935/stat : 11935 (pcs.big) R 11933 11935 10948 0 -1 4194304 974126 657 2 0 45622 377 0 1 25 0 1 0 57391490 458362880 109983 996147200 134512640 135215973 4294956304 18446744073709551615 134589615 0 0 4096 0 0 0 0 17 1 0 0
/proc/11935/statm: 111905 109983 409 171 0 110830 0
Current children cumulated CPU time (s) 460
Current children cumulated vsize (KiB) 447620

[startup+522.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 11940
/proc/meminfo: memFree=1144056/2055920 swapFree=4192812/4192956
[pid=11935] ppid=11933 vsize=558824 CPUtime=519.71
/proc/11935/stat : 11935 (pcs.big) R 11933 11935 10948 0 -1 4194304 1133287 657 2 0 51539 431 0 1 25 0 1 0 57391490 572235776 137462 996147200 134512640 135215973 4294956304 18446744073709551615 4158960010 0 0 4096 0 0 0 0 17 1 0 0
/proc/11935/statm: 139706 137462 409 171 0 138631 0
Current children cumulated CPU time (s) 519.71
Current children cumulated vsize (KiB) 558824

[startup+582.302 s]
/proc/loadavg: 2.04 2.01 2.00 3/83 11940
/proc/meminfo: memFree=1103096/2055920 swapFree=4192812/4192956
[pid=11935] ppid=11933 vsize=599112 CPUtime=579.42
/proc/11935/stat : 11935 (pcs.big) R 11933 11935 10948 0 -1 4194304 1225822 657 2 0 57474 467 0 1 25 0 1 0 57391490 613490688 147751 996147200 134512640 135215973 4294956304 18446744073709551615 4158960547 0 0 4096 0 0 0 0 17 1 0 0
/proc/11935/statm: 149778 147751 409 171 0 148703 0
Current children cumulated CPU time (s) 579.42
Current children cumulated vsize (KiB) 599112

[startup+642.301 s]
/proc/loadavg: 2.01 2.01 2.00 3/83 11940
/proc/meminfo: memFree=1038648/2055920 swapFree=4192812/4192956
[pid=11935] ppid=11933 vsize=661216 CPUtime=639.13
/proc/11935/stat : 11935 (pcs.big) R 11933 11935 10948 0 -1 4194304 1336205 657 2 0 63402 510 0 1 25 0 1 0 57391490 677085184 163546 996147200 134512640 135215973 4294956304 18446744073709551615 134609802 0 0 4096 0 0 0 0 17 1 0 0
/proc/11935/statm: 165304 163546 409 171 0 164229 0
Current children cumulated CPU time (s) 639.13
Current children cumulated vsize (KiB) 661216

[startup+702.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 11940
/proc/meminfo: memFree=993912/2055920 swapFree=4192812/4192956
[pid=11935] ppid=11933 vsize=713196 CPUtime=698.84
/proc/11935/stat : 11935 (pcs.big) R 11933 11935 10948 0 -1 4194304 1432716 657 2 0 69337 546 0 1 25 0 1 0 57391490 730312704 174708 996147200 134512640 135215973 4294956304 18446744073709551615 134587217 0 0 4096 0 0 0 0 17 1 0 0
/proc/11935/statm: 178299 174708 409 171 0 177224 0
Current children cumulated CPU time (s) 698.84
Current children cumulated vsize (KiB) 713196

[startup+762.306 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 11940
/proc/meminfo: memFree=924024/2055920 swapFree=4192812/4192956
[pid=11935] ppid=11933 vsize=781604 CPUtime=758.54
/proc/11935/stat : 11935 (pcs.big) R 11933 11935 10948 0 -1 4194304 1547612 657 2 0 75260 593 0 1 25 0 1 0 57391490 800362496 192058 996147200 134512640 135215973 4294956304 18446744073709551615 134587297 0 0 4096 0 0 0 0 17 1 0 0
/proc/11935/statm: 195401 192058 409 171 0 194326 0
Current children cumulated CPU time (s) 758.54
Current children cumulated vsize (KiB) 781604

[startup+822.302 s]
/proc/loadavg: 2.00 2.00 2.00 4/83 11940
/proc/meminfo: memFree=836856/2055920 swapFree=4192812/4192956
[pid=11935] ppid=11933 vsize=868208 CPUtime=818.24
/proc/11935/stat : 11935 (pcs.big) R 11933 11935 10948 0 -1 4194304 1692864 657 2 0 81181 642 0 1 25 0 1 0 57391490 889044992 213992 996147200 134512640 135215973 4294956304 18446744073709551615 134532946 0 0 4096 0 0 0 0 17 1 0 0
/proc/11935/statm: 217052 213992 409 171 0 215977 0
Current children cumulated CPU time (s) 818.24
Current children cumulated vsize (KiB) 868208



Maximum VSize exceeded: sending SIGTERM then SIGKILL

[startup+871.402 s]
/proc/loadavg: 2.00 2.00 2.00 4/83 11940
/proc/meminfo: memFree=780984/2055920 swapFree=4192812/4192956
[pid=11935] ppid=11933 vsize=922168 CPUtime=867.11
/proc/11935/stat : 11935 (pcs.big) R 11933 11935 10948 0 -1 4194304 1790232 657 2 0 86031 679 0 1 25 0 1 0 57391490 944300032 227686 996147200 134512640 135215973 4294956304 18446744073709551615 7222907 0 0 4096 0 0 0 0 17 1 0 0
/proc/11935/statm: 230542 227686 409 171 0 229467 0
Current children cumulated CPU time (s) 867.11
Current children cumulated vsize (KiB) 922168

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

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

[startup+871.507 s]
/proc/loadavg: 2.00 2.00 2.00 4/83 11940
/proc/meminfo: memFree=780984/2055920 swapFree=4192812/4192956
[pid=11935] ppid=11933 vsize=0 CPUtime=867.21
/proc/11935/stat : 11935 (pcs.big) R 11933 11935 10948 0 -1 4195332 1790232 657 2 0 86031 689 0 1 25 0 1 0 57391490 0 0 996147200 0 0 0 0 0 0 0 4096 0 0 0 0 17 1 0 0
/proc/11935/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 867.21
Current children cumulated vsize (KiB) 0

Child ended because it received signal 15 (SIGTERM)
Real time (s): 871.546
CPU time (s): 867.269
CPU user time (s): 860.323
CPU system time (s): 6.94594
CPU usage (%): 99.5093
Max. virtual memory (cumulated for all children) (KiB): 922168

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 860.323
system time used= 6.94594
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1790889
page faults= 2
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 23
involuntary context switches= 26671

runsolver used 1.05384 second user time and 2.92855 second system time

The end

Launcher Data

Begin job on node84 at 2009-07-16 02:14:21
IDJOB=2065015
IDBENCH=54252
IDSOLVER=733
FILE ID=node84/2065015-1247703261
PBS_JOBID= 9521151
Free space on /tmp= 66172 MiB

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

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

MD5SUM BENCH= 03ac71fcf3613245a00ef598d4c39787
RANDOM SEED=854100730

node84.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.259
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.259
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:       1694544 kB
Buffers:         51136 kB
Cached:         180336 kB
SwapCached:          0 kB
Active:         110436 kB
Inactive:       181172 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1694544 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            6604 kB
Writeback:           0 kB
Mapped:          80360 kB
Slab:            54932 kB
Committed_AS:   568396 kB
PageTables:       1884 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= 66172 MiB
End job on node84 at 2009-07-16 02:28:55