Trace number 2069130

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? (MO) 783.673 785.047

General information on the benchmark

Namecsp/pseudo/uclid/
normalized-ooo-rf8.xml
MD5SUM2ce4d21cf2d69359655b1bebad60447f
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark7.28189
Satisfiable
(Un)Satisfiability was proved
Number of variables6832
Number of constraints19476
Maximum constraint arity11
Maximum domain size2
Number of constraints which are defined in extension0
Number of constraints which are defined in intension19476
Global constraints used (with number of constraints)

Solver Data

0.00/0.03	c has operations which may create big domains
0.00/0.03	c big-domain mode
0.00/0.05	c Seed is 2092666355
0.00/0.05	c Constructing HOME/instance-2069130-1247707795.xml  with 56975 constraints
1.27/1.38	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-2069130-1247707795/watcher-2069130-1247707795 -o /tmp/evaluation-result-2069130-1247707795/solver-2069130-1247707795 -C 1800 -W 2000 -M 900 HOME/pcssolve -s 2092666355 HOME/instance-2069130-1247707795.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 1.99 1.99 4/83 15643
/proc/meminfo: memFree=368256/2055920 swapFree=4192812/4192956
[pid=15643] ppid=15641 vsize=5356 CPUtime=0
/proc/15643/stat : 15643 (pcssolve) R 15641 15643 12845 0 -1 4194304 290 0 0 0 0 0 0 0 21 0 1 0 57845335 5484544 241 996147200 4194304 4889804 548682068800 18446744073709551615 228774701727 0 65538 4100 65536 0 0 0 17 1 0 0
/proc/15643/statm: 1339 241 200 169 0 50 0
[pid=15644] ppid=15643 vsize=0 CPUtime=0
/proc/15644/stat : 15644 (pcssolve) R 15643 15643 12845 0 -1 4194368 22 0 0 0 0 0 0 0 22 0 1 0 57845335 0 0 996147200 0 0 0 18446744073709551615 228774702375 0 0 4096 0 0 0 0 17 1 0 0
/proc/15644/statm: 0 0 0 0 0 0 0
[pid=15645] ppid=15643 vsize=5356 CPUtime=0
/proc/15645/stat : 15645 (pcssolve) R 15643 15643 12845 0 -1 4194368 0 0 0 0 0 0 0 0 21 0 1 0 57845335 5484544 241 996147200 4194304 4889804 548682068800 18446744073709551615 228774701727 0 65538 4100 65536 0 0 0 17 1 0 0
/proc/15645/statm: 1339 241 200 169 0 50 0

[startup+0.115013 s]
/proc/loadavg: 2.00 1.99 1.99 4/83 15643
/proc/meminfo: memFree=368256/2055920 swapFree=4192812/4192956
[pid=15643] ppid=15641 vsize=6856 CPUtime=0.09
/proc/15643/stat : 15643 (pcs.big) R 15641 15643 12845 0 -1 4194304 1436 826 0 0 7 0 1 1 18 0 1 0 57845335 7020544 937 996147200 134512640 135215973 4294956304 18446744073709551615 134550960 0 0 4096 0 0 0 0 17 1 0 0
/proc/15643/statm: 1714 937 385 171 0 639 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 6856

[startup+0.201023 s]
/proc/loadavg: 2.00 1.99 1.99 4/83 15643
/proc/meminfo: memFree=368256/2055920 swapFree=4192812/4192956
[pid=15643] ppid=15641 vsize=8004 CPUtime=0.17
/proc/15643/stat : 15643 (pcs.big) R 15641 15643 12845 0 -1 4194304 1795 826 0 0 15 0 1 1 18 0 1 0 57845335 8196096 1182 996147200 134512640 135215973 4294956304 18446744073709551615 4159144556 0 0 4096 0 0 0 0 17 1 0 0
/proc/15643/statm: 2001 1182 385 171 0 926 0
Current children cumulated CPU time (s) 0.17
Current children cumulated vsize (KiB) 8004

[startup+0.301034 s]
/proc/loadavg: 2.00 1.99 1.99 4/83 15643
/proc/meminfo: memFree=368256/2055920 swapFree=4192812/4192956
[pid=15643] ppid=15641 vsize=8908 CPUtime=0.27
/proc/15643/stat : 15643 (pcs.big) R 15641 15643 12845 0 -1 4194304 2105 826 0 0 25 0 1 1 19 0 1 0 57845335 9121792 1427 996147200 134512640 135215973 4294956304 18446744073709551615 4159078374 0 0 4096 0 0 0 0 17 1 0 0
/proc/15643/statm: 2227 1427 385 171 0 1152 0
Current children cumulated CPU time (s) 0.27
Current children cumulated vsize (KiB) 8908

[startup+0.70108 s]
/proc/loadavg: 2.00 1.99 1.99 4/83 15643
/proc/meminfo: memFree=368256/2055920 swapFree=4192812/4192956
[pid=15643] ppid=15641 vsize=13456 CPUtime=0.67
/proc/15643/stat : 15643 (pcs.big) R 15641 15643 12845 0 -1 4194304 3574 826 0 0 64 1 1 1 23 0 1 0 57845335 13778944 2439 996147200 134512640 135215973 4294956304 18446744073709551615 10190540 0 0 4096 0 0 0 0 17 1 0 0
/proc/15643/statm: 3364 2439 385 171 0 2289 0
Current children cumulated CPU time (s) 0.67
Current children cumulated vsize (KiB) 13456

[startup+1.50117 s]
/proc/loadavg: 2.00 1.99 1.99 3/84 15649
/proc/meminfo: memFree=355320/2055920 swapFree=4192812/4192956
[pid=15643] ppid=15641 vsize=29556 CPUtime=1.46
/proc/15643/stat : 15643 (pcs.big) R 15641 15643 12845 0 -1 4194304 9129 826 0 0 140 4 1 1 25 0 1 0 57845335 30265344 6177 996147200 134512640 135215973 4294956304 18446744073709551615 134651151 0 0 4096 0 0 0 0 17 1 0 0
/proc/15643/statm: 7389 6177 406 171 0 6314 0
Current children cumulated CPU time (s) 1.46
Current children cumulated vsize (KiB) 29556

[startup+3.10136 s]
/proc/loadavg: 2.00 1.99 1.99 3/84 15649
/proc/meminfo: memFree=336632/2055920 swapFree=4192812/4192956
[pid=15643] ppid=15641 vsize=39172 CPUtime=3.06
/proc/15643/stat : 15643 (pcs.big) R 15641 15643 12845 0 -1 4194304 13533 826 0 0 298 6 1 1 25 0 1 0 57845335 40112128 8451 996147200 134512640 135215973 4294956304 18446744073709551615 134597469 0 0 4096 0 0 0 0 17 1 0 0
/proc/15643/statm: 9793 8451 409 171 0 8718 0
Current children cumulated CPU time (s) 3.06
Current children cumulated vsize (KiB) 39172

[startup+6.30173 s]
/proc/loadavg: 2.00 1.99 1.99 3/84 15649
/proc/meminfo: memFree=334904/2055920 swapFree=4192812/4192956
[pid=15643] ppid=15641 vsize=39876 CPUtime=6.25
/proc/15643/stat : 15643 (pcs.big) R 15641 15643 12845 0 -1 4194304 16204 826 0 0 615 8 1 1 25 0 1 0 57845335 40833024 8614 996147200 134512640 135215973 4294956304 18446744073709551615 134583383 0 0 4096 0 0 0 0 17 1 0 0
/proc/15643/statm: 9969 8614 409 171 0 8894 0
Current children cumulated CPU time (s) 6.25
Current children cumulated vsize (KiB) 39876

[startup+12.7015 s]
/proc/loadavg: 2.00 1.99 1.99 3/84 15649
/proc/meminfo: memFree=330552/2055920 swapFree=4192812/4192956
[pid=15643] ppid=15641 vsize=43420 CPUtime=12.62
/proc/15643/stat : 15643 (pcs.big) R 15641 15643 12845 0 -1 4194304 26331 826 0 0 1248 12 1 1 25 0 1 0 57845335 44462080 9721 996147200 134512640 135215973 4294956304 18446744073709551615 134532660 0 0 4096 0 0 0 0 17 1 0 0
/proc/15643/statm: 10855 9721 409 171 0 9780 0
Current children cumulated CPU time (s) 12.62
Current children cumulated vsize (KiB) 43420

[startup+25.5019 s]
/proc/loadavg: 2.00 1.99 1.99 3/84 15649
/proc/meminfo: memFree=323128/2055920 swapFree=4192812/4192956
[pid=15643] ppid=15641 vsize=50820 CPUtime=25.35
/proc/15643/stat : 15643 (pcs.big) R 15641 15643 12845 0 -1 4194304 45106 826 0 0 2514 19 1 1 25 0 1 0 57845335 52039680 11566 996147200 134512640 135215973 4294956304 18446744073709551615 135096700 0 0 4096 0 0 0 0 17 1 0 0
/proc/15643/statm: 12705 11566 409 171 0 11630 0
Current children cumulated CPU time (s) 25.35
Current children cumulated vsize (KiB) 50820

[startup+51.1019 s]
/proc/loadavg: 2.00 1.99 1.99 3/84 15649
/proc/meminfo: memFree=305528/2055920 swapFree=4192812/4192956
[pid=15643] ppid=15641 vsize=68620 CPUtime=50.82
/proc/15643/stat : 15643 (pcs.big) R 15641 15643 12845 0 -1 4194304 96207 826 0 0 5041 39 1 1 25 0 1 0 57845335 70266880 15973 996147200 134512640 135215973 4294956304 18446744073709551615 134590633 0 0 4096 0 0 0 0 17 1 0 0
/proc/15643/statm: 17155 15973 409 171 0 16080 0
Current children cumulated CPU time (s) 50.82
Current children cumulated vsize (KiB) 68620

[startup+102.302 s]
/proc/loadavg: 2.00 1.99 1.99 3/84 15649
/proc/meminfo: memFree=264696/2055920 swapFree=4192812/4192956
[pid=15643] ppid=15641 vsize=109496 CPUtime=101.78
/proc/15643/stat : 15643 (pcs.big) R 15641 15643 12845 0 -1 4194304 198184 826 0 0 10098 78 1 1 25 0 1 0 57845335 112123904 26102 996147200 134512640 135215973 4294956304 18446744073709551615 134609802 0 0 4096 0 0 0 0 17 1 0 0
/proc/15643/statm: 27374 26102 409 171 0 26299 0
Current children cumulated CPU time (s) 101.78
Current children cumulated vsize (KiB) 109496

[startup+162.302 s]
/proc/loadavg: 2.00 1.99 1.99 3/84 15649
/proc/meminfo: memFree=214136/2055920 swapFree=4192812/4192956
[pid=15643] ppid=15641 vsize=161284 CPUtime=161.49
/proc/15643/stat : 15643 (pcs.big) R 15641 15643 12845 0 -1 4194304 330524 826 0 0 16020 127 1 1 25 0 1 0 57845335 165154816 38945 996147200 134512640 135215973 4294956304 18446744073709551615 134901767 0 0 4096 0 0 0 0 17 1 0 0
/proc/15643/statm: 40321 38945 409 171 0 39246 0
Current children cumulated CPU time (s) 161.49
Current children cumulated vsize (KiB) 161284

[startup+222.307 s]
/proc/loadavg: 2.00 1.99 1.99 3/84 15649
/proc/meminfo: memFree=161784/2055920 swapFree=4192812/4192956
[pid=15643] ppid=15641 vsize=211796 CPUtime=221.2
/proc/15643/stat : 15643 (pcs.big) R 15641 15643 12845 0 -1 4194304 428323 826 0 0 21955 163 1 1 25 0 1 0 57845335 216879104 51780 996147200 134512640 135215973 4294956304 18446744073709551615 134641100 0 0 4096 0 0 0 0 17 1 0 0
/proc/15643/statm: 52949 51780 409 171 0 51874 0
Current children cumulated CPU time (s) 221.2
Current children cumulated vsize (KiB) 211796

[startup+282.302 s]
/proc/loadavg: 2.00 1.99 1.99 3/83 15690
/proc/meminfo: memFree=734600/2055920 swapFree=4192812/4192956
[pid=15643] ppid=15641 vsize=273092 CPUtime=281.15
/proc/15643/stat : 15643 (pcs.big) R 15641 15643 12845 0 -1 4194304 543792 826 0 0 27900 213 1 1 25 0 1 0 57845335 279646208 66190 996147200 134512640 135215973 4294956304 18446744073709551615 134533252 0 0 4096 0 0 0 0 17 0 0 0
/proc/15643/statm: 68273 66190 409 171 0 67198 0
Current children cumulated CPU time (s) 281.15
Current children cumulated vsize (KiB) 273092

[startup+342.302 s]
/proc/loadavg: 2.00 1.99 1.99 3/83 15690
/proc/meminfo: memFree=649928/2055920 swapFree=4192812/4192956
[pid=15643] ppid=15641 vsize=343500 CPUtime=341.13
/proc/15643/stat : 15643 (pcs.big) R 15641 15643 12845 0 -1 4194304 663267 826 0 0 33848 263 1 1 25 0 1 0 57845335 351744000 84025 996147200 134512640 135215973 4294956304 18446744073709551615 134594563 0 0 4096 0 0 0 0 17 0 0 0
/proc/15643/statm: 85875 84025 409 171 0 84800 0
Current children cumulated CPU time (s) 341.13
Current children cumulated vsize (KiB) 343500

[startup+402.301 s]
/proc/loadavg: 2.07 2.00 2.00 3/83 15690
/proc/meminfo: memFree=557128/2055920 swapFree=4192812/4192956
[pid=15643] ppid=15641 vsize=429168 CPUtime=401.11
/proc/15643/stat : 15643 (pcs.big) R 15641 15643 12845 0 -1 4194304 793614 826 0 0 39798 311 1 1 25 0 1 0 57845335 439468032 104667 996147200 134512640 135215973 4294956304 18446744073709551615 134627170 0 0 4096 0 0 0 0 17 0 0 0
/proc/15643/statm: 107292 104667 409 171 0 106217 0
Current children cumulated CPU time (s) 401.11
Current children cumulated vsize (KiB) 429168

[startup+462.301 s]
/proc/loadavg: 2.02 2.00 2.00 3/83 15690
/proc/meminfo: memFree=466184/2055920 swapFree=4192812/4192956
[pid=15643] ppid=15641 vsize=501820 CPUtime=461.08
/proc/15643/stat : 15643 (pcs.big) R 15641 15643 12845 0 -1 4194304 896252 826 0 0 45751 355 1 1 25 0 1 0 57845335 513863680 123089 996147200 134512640 135215973 4294956304 18446744073709551615 4158853399 0 0 4096 0 0 0 0 17 0 0 0
/proc/15643/statm: 125455 123089 409 171 0 124380 0
Current children cumulated CPU time (s) 461.08
Current children cumulated vsize (KiB) 501820

[startup+522.301 s]
/proc/loadavg: 2.14 2.03 2.01 3/84 15691
/proc/meminfo: memFree=331008/2055920 swapFree=4192812/4192956
[pid=15643] ppid=15641 vsize=596972 CPUtime=521.06
/proc/15643/stat : 15643 (pcs.big) R 15641 15643 12845 0 -1 4194304 1029937 826 0 0 51698 406 1 1 25 0 1 0 57845335 611299328 147126 996147200 134512640 135215973 4294956304 18446744073709551615 134532946 0 0 4096 0 0 0 0 17 0 0 0
/proc/15643/statm: 149243 147126 409 171 0 148168 0
Current children cumulated CPU time (s) 521.06
Current children cumulated vsize (KiB) 596972

[startup+582.301 s]
/proc/loadavg: 2.17 2.05 2.01 3/84 15692
/proc/meminfo: memFree=108728/2055920 swapFree=4192812/4192956
[pid=15643] ppid=15641 vsize=664676 CPUtime=581.03
/proc/15643/stat : 15643 (pcs.big) R 15641 15643 12845 0 -1 4194304 1153839 826 0 0 57648 453 1 1 25 0 1 0 57845335 680628224 164196 996147200 134512640 135215973 4294956304 18446744073709551615 134609802 0 0 4096 0 0 0 0 17 0 0 0
/proc/15643/statm: 166169 164196 409 171 0 165094 0
Current children cumulated CPU time (s) 581.03
Current children cumulated vsize (KiB) 664676

[startup+642.301 s]
/proc/loadavg: 2.22 2.09 2.02 3/84 15692
/proc/meminfo: memFree=15096/2055920 swapFree=4192812/4192956
[pid=15643] ppid=15641 vsize=733400 CPUtime=641
/proc/15643/stat : 15643 (pcs.big) R 15641 15643 12845 0 -1 4194304 1277772 826 0 0 63585 513 1 1 25 0 1 0 57845335 751001600 181561 996147200 134512640 135215973 4294956304 18446744073709551615 135094460 0 0 4096 0 0 0 0 17 0 0 0
/proc/15643/statm: 183350 181561 409 171 0 182275 0
Current children cumulated CPU time (s) 641
Current children cumulated vsize (KiB) 733400

[startup+702.301 s]
/proc/loadavg: 2.34 2.14 2.04 3/84 15692
/proc/meminfo: memFree=15032/2055920 swapFree=4192812/4192956
[pid=15643] ppid=15641 vsize=816616 CPUtime=700.96
/proc/15643/stat : 15643 (pcs.big) R 15641 15643 12845 0 -1 4194304 1397049 826 0 0 69526 568 1 1 25 0 1 0 57845335 836214784 202630 996147200 134512640 135215973 4294956304 18446744073709551615 134583616 0 0 4096 0 0 0 0 17 0 0 0
/proc/15643/statm: 204154 202630 409 171 0 203079 0
Current children cumulated CPU time (s) 700.96
Current children cumulated vsize (KiB) 816616

[startup+762.302 s]
/proc/loadavg: 2.46 2.21 2.07 3/84 15692
/proc/meminfo: memFree=15544/2055920 swapFree=4192812/4192956
[pid=15643] ppid=15641 vsize=899556 CPUtime=760.93
/proc/15643/stat : 15643 (pcs.big) R 15641 15643 12845 0 -1 4194304 1513250 826 0 0 75470 621 1 1 25 0 1 0 57845335 921145344 221566 996147200 134512640 135215973 4294956304 18446744073709551615 134610583 0 0 4096 0 0 0 0 17 0 0 0
/proc/15643/statm: 224889 221566 409 171 0 223814 0
Current children cumulated CPU time (s) 760.93
Current children cumulated vsize (KiB) 899556



Maximum VSize exceeded: sending SIGTERM then SIGKILL

[startup+784.902 s]
/proc/loadavg: 2.55 2.24 2.09 3/84 15692
/proc/meminfo: memFree=16184/2055920 swapFree=4192812/4192956
[pid=15643] ppid=15641 vsize=921600 CPUtime=783.51
/proc/15643/stat : 15643 (pcs.big) R 15641 15643 12845 0 -1 4194304 1544933 826 0 0 77713 636 1 1 25 0 1 0 57845335 943718400 227157 996147200 134512640 135215973 4294956304 18446744073709551615 134907454 0 0 4096 0 0 0 0 17 0 0 0
/proc/15643/statm: 230400 227157 409 171 0 229325 0
Current children cumulated CPU time (s) 783.51
Current children cumulated vsize (KiB) 921600

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

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

[startup+785.007 s]
/proc/loadavg: 2.55 2.24 2.09 3/84 15692
/proc/meminfo: memFree=16184/2055920 swapFree=4192812/4192956
[pid=15643] ppid=15641 vsize=0 CPUtime=783.61
/proc/15643/stat : 15643 (pcs.big) R 15641 15643 12845 0 -1 4195332 1544933 826 0 0 77713 646 1 1 25 0 1 0 57845335 0 0 996147200 0 0 0 0 0 0 0 4096 0 0 0 0 17 0 0 0
/proc/15643/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 783.61
Current children cumulated vsize (KiB) 0

Child ended because it received signal 15 (SIGTERM)
Real time (s): 785.047
CPU time (s): 783.673
CPU user time (s): 777.154
CPU system time (s): 6.51901
CPU usage (%): 99.825
Max. virtual memory (cumulated for all children) (KiB): 921600

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

runsolver used 0.979851 second user time and 2.5986 second system time

The end

Launcher Data

Begin job on node74 at 2009-07-16 03:29:55
IDJOB=2069130
IDBENCH=54988
IDSOLVER=734
FILE ID=node74/2069130-1247707795
PBS_JOBID= 9521169
Free space on /tmp= 103032 MiB

SOLVER NAME= pcs-restart 0.2.restart
BENCH NAME= CPAI08/csp/pseudo/uclid/normalized-ooo-rf8.xml
COMMAND LINE= HOME/pcssolve -s RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2069130-1247707795/watcher-2069130-1247707795 -o /tmp/evaluation-result-2069130-1247707795/solver-2069130-1247707795 -C 1800 -W 2000 -M 900  HOME/pcssolve -s 2092666355 HOME/instance-2069130-1247707795.xml

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

MD5SUM BENCH= 2ce4d21cf2d69359655b1bebad60447f
RANDOM SEED=2092666355

node74.alineos.net Linux 2.6.9-22.EL.rootsmp #1 SMP Mon Oct 3 08:59:52 CEST 2005

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.234
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5914.62
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.234
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5586.94
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:        368736 kB
Buffers:         69544 kB
Cached:         840500 kB
SwapCached:          0 kB
Active:         749396 kB
Inactive:       859856 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        368736 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            4652 kB
Writeback:           0 kB
Mapped:         719620 kB
Slab:            61480 kB
Committed_AS:  1209632 kB
PageTables:       3376 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= 103020 MiB
End job on node74 at 2009-07-16 03:43:02