Trace number 2065533

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.2SAT 356.841 360.277

DiagnosticValue
ASSIGNMENTS25054

General information on the benchmark

Namecsp/primes-30/
normalized-primes-30-40-2-3.xml
MD5SUM3a0f347527e88127cec1ed569eb11f1d
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 benchmark0.12198
Satisfiable
(Un)Satisfiability was proved
Number of variables100
Number of constraints40
Maximum constraint arity5
Maximum domain size112
Number of constraints which are defined in extension0
Number of constraints which are defined in intension40
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.02	c Seed is 599703941
0.00/0.02	c Constructing HOME/instance-2065533-1247703572.xml  with 287 constraints
0.00/0.03	c Solving 25054 backtracks 16 restarts
356.75/360.26	s SATISFIABLE
356.75/360.26	c V0=43, V1=59, V2=2, V3=101, V4=89, V5=101, V6=59, V7=2, V8=70, V9=3, V10=5, V11=19, V12=73, V13=2, V14=89, V15=2, V16=2, V17=10, V18=83, V19=75, V20=37, V21=23, V22=107, V23=2, V24=66, V25=27, V26=64, V27=43, V28=19, V29=101, V30=2, V31=41, V32=46, V33=67, V34=113, V35=107, V36=43, V37=59, V38=3, V39=83, V40=2, V41=7, V42=28, V43=113, V44=47, V45=2, V46=23, V47=47, V48=13, V49=43, V50=2, V51=59, V52=3, V53=106, V54=103, V55=7, V56=5, V57=73, V58=59, V59=3, V60=53, V61=53, V62=2, V63=107, V64=103, V65=13, V66=59, V67=2, V68=43, V69=2, V70=97, V71=2, V72=41, V73=53, V74=104, V75=107, V76=113, V77=47, V78=2, V79=73, V80=2, V81=67, V82=2, V83=2, V84=112, V85=2, V86=7, V87=37, V88=18, V89=71, V90=41, V91=2, V92=103, V93=113, V94=100, V95=55, V96=59, V97=17, V98=68, V99=113, 
356.75/360.26	v 43 59 2 101 89 101 59 2 70 3 5 19 73 2 89 2 2 10 83 75 37 23 107 2 66 27 64 43 19 101 2 41 46 67 113 107 43 59 3 83 2 7 28 113 47 2 23 47 13 43 2 59 3 106 103 7 5 73 59 3 53 53 2 107 103 13 59 2 43 2 97 2 41 53 104 107 113 47 2 73 2 67 2 2 112 2 7 37 18 71 41 2 103 113 100 55 59 17 68 113 
356.75/360.26	d ASSIGNMENTS 25054

Verifier Data

OK

Watcher Data

runsolver version 3.2.9 (svn:492) (c) roussel@cril.univ-artois.fr

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2065533-1247703572/watcher-2065533-1247703572 -o /tmp/evaluation-result-2065533-1247703572/solver-2065533-1247703572 -C 1800 -W 2000 -M 900 HOME/pcssolve -s 599703941 HOME/instance-2065533-1247703572.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 1.89 4/82 11994
/proc/meminfo: memFree=1315792/2055920 swapFree=4192812/4192956
[pid=11994] ppid=11992 vsize=18576 CPUtime=0
/proc/11994/stat : 11994 (runsolver) R 11992 11994 11281 0 -1 4194368 15 0 0 0 0 0 0 0 18 0 1 0 57424622 19021824 284 996147200 4194304 4302564 548682068496 18446744073709551615 244671114535 0 0 4096 24578 0 0 0 17 1 0 0
/proc/11994/statm: 4644 284 249 26 0 2626 0

[startup+0.0626371 s]
/proc/loadavg: 2.16 2.06 1.89 4/82 11994
/proc/meminfo: memFree=1315792/2055920 swapFree=4192812/4192956
[pid=11994] ppid=11992 vsize=4980 CPUtime=0.03
/proc/11994/stat : 11994 (pcs.big) R 11992 11994 11281 0 -1 4194304 939 648 0 0 3 0 0 0 22 0 1 0 57424622 5099520 570 996147200 134512640 135215973 4294956320 18446744073709551615 134902406 0 0 4096 0 0 0 0 17 0 0 0
/proc/11994/statm: 1245 570 415 171 0 170 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 4980

[startup+0.101639 s]
/proc/loadavg: 2.16 2.06 1.89 4/82 11994
/proc/meminfo: memFree=1315792/2055920 swapFree=4192812/4192956
[pid=11994] ppid=11992 vsize=5192 CPUtime=0.07
/proc/11994/stat : 11994 (pcs.big) R 11992 11994 11281 0 -1 4194304 1001 648 0 0 7 0 0 0 22 0 1 0 57424622 5316608 632 996147200 134512640 135215973 4294956320 18446744073709551615 134590078 0 0 4096 0 0 0 0 17 0 0 0
/proc/11994/statm: 1298 632 415 171 0 223 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 5192

[startup+0.301661 s]
/proc/loadavg: 2.16 2.06 1.89 4/82 11994
/proc/meminfo: memFree=1315792/2055920 swapFree=4192812/4192956
[pid=11994] ppid=11992 vsize=5664 CPUtime=0.27
/proc/11994/stat : 11994 (pcs.big) R 11992 11994 11281 0 -1 4194304 1149 648 0 0 27 0 0 0 23 0 1 0 57424622 5799936 727 996147200 134512640 135215973 4294956320 18446744073709551615 4158960004 0 0 4096 0 0 0 0 17 0 0 0
/proc/11994/statm: 1416 727 415 171 0 341 0
Current children cumulated CPU time (s) 0.27
Current children cumulated vsize (KiB) 5664

[startup+0.701704 s]
/proc/loadavg: 2.16 2.06 1.89 4/82 11994
/proc/meminfo: memFree=1315792/2055920 swapFree=4192812/4192956
[pid=11994] ppid=11992 vsize=6312 CPUtime=0.67
/proc/11994/stat : 11994 (pcs.big) R 11992 11994 11281 0 -1 4194304 1296 648 0 0 67 0 0 0 25 0 1 0 57424622 6463488 874 996147200 134512640 135215973 4294956320 18446744073709551615 134591071 0 0 4096 0 0 0 0 17 0 0 0
/proc/11994/statm: 1578 874 415 171 0 503 0
Current children cumulated CPU time (s) 0.67
Current children cumulated vsize (KiB) 6312

[startup+1.50179 s]
/proc/loadavg: 2.16 2.06 1.89 4/83 11999
/proc/meminfo: memFree=1312136/2055920 swapFree=4192812/4192956
[pid=11994] ppid=11992 vsize=6708 CPUtime=1.46
/proc/11994/stat : 11994 (pcs.big) R 11992 11994 11281 0 -1 4194304 1427 648 0 0 146 0 0 0 25 0 1 0 57424622 6868992 1005 996147200 134512640 135215973 4294956320 18446744073709551615 4158960114 0 0 4096 0 0 0 0 17 0 0 0
/proc/11994/statm: 1677 1005 415 171 0 602 0
Current children cumulated CPU time (s) 1.46
Current children cumulated vsize (KiB) 6708

[startup+3.10296 s]
/proc/loadavg: 2.23 2.07 1.90 3/83 11999
/proc/meminfo: memFree=1312840/2055920 swapFree=4192812/4192956
[pid=11994] ppid=11992 vsize=7492 CPUtime=3.05
/proc/11994/stat : 11994 (pcs.big) R 11992 11994 11281 0 -1 4194304 1603 648 0 0 305 0 0 0 25 0 1 0 57424622 7671808 1181 996147200 134512640 135215973 4294956320 18446744073709551615 134592122 0 0 4096 0 0 0 0 17 0 0 0
/proc/11994/statm: 1873 1181 415 171 0 798 0
Current children cumulated CPU time (s) 3.05
Current children cumulated vsize (KiB) 7492

[startup+6.30129 s]
/proc/loadavg: 2.23 2.07 1.90 3/83 11999
/proc/meminfo: memFree=1310728/2055920 swapFree=4192812/4192956
[pid=11994] ppid=11992 vsize=9868 CPUtime=6.22
/proc/11994/stat : 11994 (pcs.big) R 11992 11994 11281 0 -1 4194304 2237 648 0 0 621 1 0 0 25 0 1 0 57424622 10104832 1710 996147200 134512640 135215973 4294956320 18446744073709551615 4158960056 0 0 4096 0 0 0 0 17 0 0 0
/proc/11994/statm: 2467 1710 415 171 0 1392 0
Current children cumulated CPU time (s) 6.22
Current children cumulated vsize (KiB) 9868

[startup+12.703 s]
/proc/loadavg: 2.34 2.10 1.91 4/83 11999
/proc/meminfo: memFree=1307720/2055920 swapFree=4192812/4192956
[pid=11994] ppid=11992 vsize=12484 CPUtime=12.56
/proc/11994/stat : 11994 (pcs.big) R 11992 11994 11281 0 -1 4194304 2939 648 0 0 1255 1 0 0 25 0 1 0 57424622 12783616 2379 996147200 134512640 135215973 4294956320 18446744073709551615 134597411 0 0 4096 0 0 0 0 17 0 0 0
/proc/11994/statm: 3121 2379 415 171 0 2046 0
Current children cumulated CPU time (s) 12.56
Current children cumulated vsize (KiB) 12484

[startup+25.5013 s]
/proc/loadavg: 2.36 2.12 1.92 4/83 11999
/proc/meminfo: memFree=1304136/2055920 swapFree=4192812/4192956
[pid=11994] ppid=11992 vsize=15752 CPUtime=25.22
/proc/11994/stat : 11994 (pcs.big) R 11992 11994 11281 0 -1 4194304 3780 648 0 0 2521 1 0 0 25 0 1 0 57424622 16130048 3220 996147200 134512640 135215973 4294956320 18446744073709551615 134585601 0 0 4096 0 0 0 0 17 0 0 0
/proc/11994/statm: 3938 3220 415 171 0 2863 0
Current children cumulated CPU time (s) 25.22
Current children cumulated vsize (KiB) 15752

[startup+51.102 s]
/proc/loadavg: 2.44 2.15 1.93 4/83 11999
/proc/meminfo: memFree=1297736/2055920 swapFree=4192812/4192956
[pid=11994] ppid=11992 vsize=22440 CPUtime=50.59
/proc/11994/stat : 11994 (pcs.big) R 11992 11994 11281 0 -1 4194304 5471 648 0 0 5056 3 0 0 25 0 1 0 57424622 22978560 4813 996147200 134512640 135215973 4294956320 18446744073709551615 135094952 0 0 4096 0 0 0 0 17 0 0 0
/proc/11994/statm: 5610 4813 415 171 0 4535 0
Current children cumulated CPU time (s) 50.59
Current children cumulated vsize (KiB) 22440

[startup+102.307 s]
/proc/loadavg: 2.49 2.22 1.96 3/83 11999
/proc/meminfo: memFree=1289416/2055920 swapFree=4192812/4192956
[pid=11994] ppid=11992 vsize=30460 CPUtime=101.31
/proc/11994/stat : 11994 (pcs.big) R 11992 11994 11281 0 -1 4194304 7528 648 0 0 10126 5 0 0 25 0 1 0 57424622 31191040 6870 996147200 134512640 135215973 4294956320 18446744073709551615 134590017 0 0 4096 0 0 0 0 17 0 0 0
/proc/11994/statm: 7615 6870 415 171 0 6540 0
Current children cumulated CPU time (s) 101.31
Current children cumulated vsize (KiB) 30460

[startup+162.302 s]
/proc/loadavg: 2.61 2.31 2.01 4/83 11999
/proc/meminfo: memFree=1280328/2055920 swapFree=4192812/4192956
[pid=11994] ppid=11992 vsize=39784 CPUtime=160.73
/proc/11994/stat : 11994 (pcs.big) R 11992 11994 11281 0 -1 4194304 9921 648 0 0 16067 6 0 0 25 0 1 0 57424622 40738816 9134 996147200 134512640 135215973 4294956320 18446744073709551615 134599879 0 0 4096 0 0 0 0 17 0 0 0
/proc/11994/statm: 9946 9134 415 171 0 8871 0
Current children cumulated CPU time (s) 160.73
Current children cumulated vsize (KiB) 39784

[startup+222.301 s]
/proc/loadavg: 2.54 2.35 2.04 4/83 11999
/proc/meminfo: memFree=1269960/2055920 swapFree=4192812/4192956
[pid=11994] ppid=11992 vsize=48076 CPUtime=220.16
/proc/11994/stat : 11994 (pcs.big) R 11992 11994 11281 0 -1 4194304 12037 648 0 0 22009 7 0 0 25 0 1 0 57424622 49229824 11185 996147200 134512640 135215973 4294956320 18446744073709551615 134587951 0 0 4096 0 0 0 0 17 0 0 0
/proc/11994/statm: 12019 11185 415 171 0 10944 0
Current children cumulated CPU time (s) 220.16
Current children cumulated vsize (KiB) 48076

[startup+282.301 s]
/proc/loadavg: 2.69 2.43 2.08 4/83 11999
/proc/meminfo: memFree=1266120/2055920 swapFree=4192812/4192956
[pid=11994] ppid=11992 vsize=53864 CPUtime=279.59
/proc/11994/stat : 11994 (pcs.big) R 11992 11994 11281 0 -1 4194304 13511 648 0 0 27951 8 0 0 25 0 1 0 57424622 55156736 12659 996147200 134512640 135215973 4294956320 18446744073709551615 4158960200 0 0 4096 0 0 0 0 17 0 0 0
/proc/11994/statm: 13466 12659 415 171 0 12391 0
Current children cumulated CPU time (s) 279.59
Current children cumulated vsize (KiB) 53864

[startup+342.301 s]
/proc/loadavg: 2.86 2.52 2.14 4/83 11999
/proc/meminfo: memFree=1259208/2055920 swapFree=4192812/4192956
[pid=11994] ppid=11992 vsize=59392 CPUtime=339.02
/proc/11994/stat : 11994 (pcs.big) R 11992 11994 11281 0 -1 4194304 14905 648 0 0 33893 9 0 0 25 0 1 0 57424622 60817408 14053 996147200 134512640 135215973 4294956320 18446744073709551615 134686591 0 0 4096 0 0 0 0 17 0 0 0
/proc/11994/statm: 14848 14053 415 171 0 13773 0
Current children cumulated CPU time (s) 339.02
Current children cumulated vsize (KiB) 59392

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

[startup+345.502 s]
/proc/loadavg: 2.86 2.52 2.14 3/83 11999
/proc/meminfo: memFree=1260488/2055920 swapFree=4192812/4192956
[pid=11994] ppid=11992 vsize=59392 CPUtime=342.19
/proc/11994/stat : 11994 (pcs.big) R 11992 11994 11281 0 -1 4194304 14916 648 0 0 34210 9 0 0 25 0 1 0 57424622 60817408 14064 996147200 134512640 135215973 4294956320 18446744073709551615 134590070 0 0 4096 0 0 0 0 17 0 0 0
/proc/11994/statm: 14848 14064 415 171 0 13773 0
Current children cumulated CPU time (s) 342.19
Current children cumulated vsize (KiB) 59392

[startup+351.901 s]
/proc/loadavg: 2.88 2.54 2.15 4/83 11999
/proc/meminfo: memFree=1258120/2055920 swapFree=4192812/4192956
[pid=11994] ppid=11992 vsize=60048 CPUtime=348.54
/proc/11994/stat : 11994 (pcs.big) R 11992 11994 11281 0 -1 4194304 15087 648 0 0 34845 9 0 0 25 0 1 0 57424622 61489152 14235 996147200 134512640 135215973 4294956320 18446744073709551615 134533067 0 0 4096 0 0 0 0 17 0 0 0
/proc/11994/statm: 15012 14235 415 171 0 13937 0
Current children cumulated CPU time (s) 348.54
Current children cumulated vsize (KiB) 60048

[startup+355.103 s]
/proc/loadavg: 2.88 2.54 2.15 4/83 11999
/proc/meminfo: memFree=1257736/2055920 swapFree=4192812/4192956
[pid=11994] ppid=11992 vsize=60444 CPUtime=351.71
/proc/11994/stat : 11994 (pcs.big) R 11992 11994 11281 0 -1 4194304 15198 648 0 0 35162 9 0 0 25 0 1 0 57424622 61894656 14346 996147200 134512640 135215973 4294956320 18446744073709551615 135095260 0 0 4096 0 0 0 0 17 0 0 0
/proc/11994/statm: 15111 14346 415 171 0 14036 0
Current children cumulated CPU time (s) 351.71
Current children cumulated vsize (KiB) 60444

[startup+358.301 s]
/proc/loadavg: 2.81 2.53 2.14 4/83 11999
/proc/meminfo: memFree=1259016/2055920 swapFree=4192812/4192956
[pid=11994] ppid=11992 vsize=60968 CPUtime=354.87
/proc/11994/stat : 11994 (pcs.big) R 11992 11994 11281 0 -1 4194304 15327 648 0 0 35478 9 0 0 25 0 1 0 57424622 62431232 14475 996147200 134512640 135215973 4294956320 18446744073709551615 134532946 0 0 4096 0 0 0 0 17 0 0 0
/proc/11994/statm: 15242 14475 415 171 0 14167 0
Current children cumulated CPU time (s) 354.87
Current children cumulated vsize (KiB) 60968

[startup+359.101 s]
/proc/loadavg: 2.81 2.53 2.14 4/83 11999
/proc/meminfo: memFree=1258312/2055920 swapFree=4192812/4192956
[pid=11994] ppid=11992 vsize=61496 CPUtime=355.66
/proc/11994/stat : 11994 (pcs.big) R 11992 11994 11281 0 -1 4194304 15465 648 0 0 35557 9 0 0 25 0 1 0 57424622 62971904 14613 996147200 134512640 135215973 4294956320 18446744073709551615 4158960027 0 0 4096 0 0 0 0 17 0 0 0
/proc/11994/statm: 15374 14613 415 171 0 14299 0
Current children cumulated CPU time (s) 355.66
Current children cumulated vsize (KiB) 61496

[startup+359.901 s]
/proc/loadavg: 2.81 2.53 2.14 4/83 11999
/proc/meminfo: memFree=1257544/2055920 swapFree=4192812/4192956
[pid=11994] ppid=11992 vsize=61496 CPUtime=356.45
/proc/11994/stat : 11994 (pcs.big) R 11992 11994 11281 0 -1 4194304 15466 648 0 0 35636 9 0 0 25 0 1 0 57424622 62971904 14614 996147200 134512640 135215973 4294956320 18446744073709551615 134590083 0 0 4096 0 0 0 0 17 0 0 0
/proc/11994/statm: 15374 14614 415 171 0 14299 0
Current children cumulated CPU time (s) 356.45
Current children cumulated vsize (KiB) 61496

[startup+360.101 s]
/proc/loadavg: 2.81 2.53 2.14 4/83 11999
/proc/meminfo: memFree=1257544/2055920 swapFree=4192812/4192956
[pid=11994] ppid=11992 vsize=60468 CPUtime=356.65
/proc/11994/stat : 11994 (pcs.big) R 11992 11994 11281 0 -1 4194304 15467 648 0 0 35656 9 0 0 25 0 1 0 57424622 61919232 14417 996147200 134512640 135215973 4294956320 18446744073709551615 134532667 0 0 4096 0 0 0 0 17 0 0 0
/proc/11994/statm: 15117 14417 415 171 0 14042 0
Current children cumulated CPU time (s) 356.65
Current children cumulated vsize (KiB) 60468

[startup+360.201 s]
/proc/loadavg: 2.81 2.53 2.14 4/83 11999
/proc/meminfo: memFree=1257544/2055920 swapFree=4192812/4192956
[pid=11994] ppid=11992 vsize=60468 CPUtime=356.75
/proc/11994/stat : 11994 (pcs.big) R 11992 11994 11281 0 -1 4194304 15467 648 0 0 35666 9 0 0 25 0 1 0 57424622 61919232 14417 996147200 134512640 135215973 4294956320 18446744073709551615 134532677 0 0 4096 0 0 0 0 17 0 0 0
/proc/11994/statm: 15117 14417 415 171 0 14042 0
Current children cumulated CPU time (s) 356.75
Current children cumulated vsize (KiB) 60468

Child status: 0
Real time (s): 360.277
CPU time (s): 356.841
CPU user time (s): 356.732
CPU system time (s): 0.108983
CPU usage (%): 99.0463
Max. virtual memory (cumulated for all children) (KiB): 61496

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 356.732
system time used= 0.108983
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 16117
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= 19
involuntary context switches= 7750

runsolver used 0.355945 second user time and 1.07684 second system time

The end

Launcher Data

Begin job on node7 at 2009-07-16 02:19:32
IDJOB=2065533
IDBENCH=54370
IDSOLVER=734
FILE ID=node7/2065533-1247703572
PBS_JOBID= 9521294
Free space on /tmp= 66112 MiB

SOLVER NAME= pcs-restart 0.2.restart
BENCH NAME= CPAI08/csp/primes-30/normalized-primes-30-40-2-3.xml
COMMAND LINE= HOME/pcssolve -s RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2065533-1247703572/watcher-2065533-1247703572 -o /tmp/evaluation-result-2065533-1247703572/solver-2065533-1247703572 -C 1800 -W 2000 -M 900  HOME/pcssolve -s 599703941 HOME/instance-2065533-1247703572.xml

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

MD5SUM BENCH= 3a0f347527e88127cec1ed569eb11f1d
RANDOM SEED=599703941

node7.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.231
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.231
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:       1316272 kB
Buffers:         77840 kB
Cached:         482004 kB
SwapCached:          0 kB
Active:         273360 kB
Inactive:       386604 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1316272 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            2048 kB
Writeback:           0 kB
Mapped:         120472 kB
Slab:            64664 kB
Committed_AS:   640748 kB
PageTables:       2084 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= 66112 MiB
End job on node7 at 2009-07-16 02:25:33