Trace number 2087632

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) 827.553 831.24

General information on the benchmark

Namecsp/os-taillard-10/
normalized-os-taillard-10-95-4.xml
MD5SUMd78e185ada4143a8ec3ca4accce3134e
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark0.247961
Satisfiable
(Un)Satisfiability was proved
Number of variables100
Number of constraints900
Maximum constraint arity2
Maximum domain size608
Number of constraints which are defined in extension0
Number of constraints which are defined in intension900
Global constraints used (with number of constraints)

Solver Data

0.00/0.01	c has big domains
0.00/0.01	c big-domain mode
0.17/0.21	c Seed is 522472940
0.17/0.21	c Constructing HOME/instance-2087632-1247728054.xml  with 6300 constraints
0.17/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-2087632-1247728054/watcher-2087632-1247728054 -o /tmp/evaluation-result-2087632-1247728054/solver-2087632-1247728054 -C 1800 -W 2000 -M 900 HOME/pcssolve -s 522472940 HOME/instance-2087632-1247728054.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.02 2.00 4/81 9912
/proc/meminfo: memFree=1305672/2055920 swapFree=4192812/4192956
[pid=9912] ppid=9910 vsize=5356 CPUtime=0
/proc/9912/stat : 9912 (pcssolve) R 9910 9912 8865 0 -1 4194304 273 0 0 0 0 0 0 0 20 0 1 0 59871955 5484544 241 996147200 4194304 4889804 548682068800 18446744073709551615 273952598687 0 65538 4100 65536 0 0 0 17 1 0 0
/proc/9912/statm: 1339 241 200 169 0 50 0
[pid=9913] ppid=9912 vsize=5356 CPUtime=0
/proc/9913/stat : 9913 (pcssolve) R 9912 9912 8865 0 -1 4194368 0 0 0 0 0 0 0 0 20 0 1 0 59871955 5484544 241 996147200 4194304 4889804 548682068800 18446744073709551615 273952598687 0 65538 4100 65536 0 0 0 17 1 0 0
/proc/9913/statm: 1339 241 200 169 0 50 0

[startup+0.050539 s]
/proc/loadavg: 2.00 2.02 2.00 4/81 9912
/proc/meminfo: memFree=1305672/2055920 swapFree=4192812/4192956
[pid=9912] ppid=9910 vsize=5224 CPUtime=0.03
/proc/9912/stat : 9912 (pcs.big) R 9910 9912 8865 0 -1 4194304 973 660 0 0 3 0 0 0 18 0 1 0 59871955 5349376 604 996147200 134512640 135215973 4294956304 18446744073709551615 8053753 0 0 4096 0 0 0 0 17 1 0 0
/proc/9912/statm: 1306 604 388 171 0 231 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 5224

[startup+0.101544 s]
/proc/loadavg: 2.00 2.02 2.00 4/81 9912
/proc/meminfo: memFree=1305672/2055920 swapFree=4192812/4192956
[pid=9912] ppid=9910 vsize=6472 CPUtime=0.07
/proc/9912/stat : 9912 (pcs.big) R 9910 9912 8865 0 -1 4194304 1274 660 0 0 7 0 0 0 18 0 1 0 59871955 6627328 831 996147200 134512640 135215973 4294956304 18446744073709551615 134761745 0 0 4096 0 0 0 0 17 1 0 0
/proc/9912/statm: 1618 831 388 171 0 543 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 6472

[startup+0.301573 s]
/proc/loadavg: 2.00 2.02 2.00 4/81 9912
/proc/meminfo: memFree=1305672/2055920 swapFree=4192812/4192956
[pid=9912] ppid=9910 vsize=8972 CPUtime=0.27
/proc/9912/stat : 9912 (pcs.big) R 9910 9912 8865 0 -1 4194304 2162 660 0 0 27 0 0 0 19 0 1 0 59871955 9187328 1506 996147200 134512640 135215973 4294956304 18446744073709551615 134587570 0 0 4096 0 0 0 0 17 1 0 0
/proc/9912/statm: 2243 1506 406 171 0 1168 0
Current children cumulated CPU time (s) 0.27
Current children cumulated vsize (KiB) 8972

[startup+0.701614 s]
/proc/loadavg: 2.00 2.02 2.00 4/81 9912
/proc/meminfo: memFree=1305672/2055920 swapFree=4192812/4192956
[pid=9912] ppid=9910 vsize=9192 CPUtime=0.67
/proc/9912/stat : 9912 (pcs.big) R 9910 9912 8865 0 -1 4194304 2215 660 0 0 67 0 0 0 23 0 1 0 59871955 9412608 1559 996147200 134512640 135215973 4294956304 18446744073709551615 134600341 0 0 4096 0 0 0 0 17 1 0 0
/proc/9912/statm: 2298 1559 406 171 0 1223 0
Current children cumulated CPU time (s) 0.67
Current children cumulated vsize (KiB) 9192

[startup+1.5017 s]
/proc/loadavg: 2.00 2.02 2.00 3/82 9917
/proc/meminfo: memFree=1300736/2055920 swapFree=4192812/4192956
[pid=9912] ppid=9910 vsize=10316 CPUtime=1.47
/proc/9912/stat : 9912 (pcs.big) R 9910 9912 8865 0 -1 4194304 2494 660 0 0 146 1 0 0 25 0 1 0 59871955 10563584 1838 996147200 134512640 135215973 4294956304 18446744073709551615 134591066 0 0 4096 0 0 0 0 17 1 0 0
/proc/9912/statm: 2579 1838 406 171 0 1504 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 10316

[startup+3.10189 s]
/proc/loadavg: 2.00 2.02 2.00 3/82 9917
/proc/meminfo: memFree=1299392/2055920 swapFree=4192812/4192956
[pid=9912] ppid=9910 vsize=11988 CPUtime=3.05
/proc/9912/stat : 9912 (pcs.big) R 9910 9912 8865 0 -1 4194304 2924 660 0 0 304 1 0 0 25 0 1 0 59871955 12275712 2203 996147200 134512640 135215973 4294956304 18446744073709551615 134678827 0 0 4096 0 0 0 0 17 1 0 0
/proc/9912/statm: 2997 2203 406 171 0 1922 0
Current children cumulated CPU time (s) 3.05
Current children cumulated vsize (KiB) 11988

[startup+6.30126 s]
/proc/loadavg: 2.00 2.02 2.00 3/82 9917
/proc/meminfo: memFree=1294592/2055920 swapFree=4192812/4192956
[pid=9912] ppid=9910 vsize=16332 CPUtime=6.22
/proc/9912/stat : 9912 (pcs.big) R 9910 9912 8865 0 -1 4194304 4105 660 0 0 620 2 0 0 25 0 1 0 59871955 16723968 3286 996147200 134512640 135215973 4294956304 18446744073709551615 134902564 0 0 4096 0 0 0 0 17 1 0 0
/proc/9912/statm: 4083 3286 406 171 0 3008 0
Current children cumulated CPU time (s) 6.22
Current children cumulated vsize (KiB) 16332

[startup+12.702 s]
/proc/loadavg: 2.00 2.02 2.00 4/82 9917
/proc/meminfo: memFree=1287808/2055920 swapFree=4192812/4192956
[pid=9912] ppid=9910 vsize=24156 CPUtime=12.56
/proc/9912/stat : 9912 (pcs.big) R 9910 9912 8865 0 -1 4194304 6184 660 0 0 1253 3 0 0 25 0 1 0 59871955 24735744 5107 996147200 134512640 135215973 4294956304 18446744073709551615 134597663 0 0 4096 0 0 0 0 17 1 0 0
/proc/9912/statm: 6039 5107 406 171 0 4964 0
Current children cumulated CPU time (s) 12.56
Current children cumulated vsize (KiB) 24156

[startup+25.5015 s]
/proc/loadavg: 2.00 2.02 2.00 3/82 9917
/proc/meminfo: memFree=1273408/2055920 swapFree=4192812/4192956
[pid=9912] ppid=9910 vsize=37172 CPUtime=25.23
/proc/9912/stat : 9912 (pcs.big) R 9910 9912 8865 0 -1 4194304 9770 660 0 0 2519 4 0 0 25 0 1 0 59871955 38064128 8436 996147200 134512640 135215973 4294956304 18446744073709551615 134587336 0 0 4096 0 0 0 0 17 1 0 0
/proc/9912/statm: 9293 8436 406 171 0 8218 0
Current children cumulated CPU time (s) 25.23
Current children cumulated vsize (KiB) 37172

[startup+51.1015 s]
/proc/loadavg: 2.00 2.02 2.00 3/82 9917
/proc/meminfo: memFree=1249024/2055920 swapFree=4192812/4192956
[pid=9912] ppid=9910 vsize=62304 CPUtime=50.6
/proc/9912/stat : 9912 (pcs.big) R 9910 9912 8865 0 -1 4194304 16712 660 0 0 5052 8 0 0 25 0 1 0 59871955 63799296 14608 996147200 134512640 135215973 4294956304 18446744073709551615 134609800 0 0 4096 0 0 0 0 17 1 0 0
/proc/9912/statm: 15576 14608 406 171 0 14501 0
Current children cumulated CPU time (s) 50.6
Current children cumulated vsize (KiB) 62304

[startup+102.306 s]
/proc/loadavg: 2.00 2.01 2.00 3/82 9917
/proc/meminfo: memFree=1188928/2055920 swapFree=4192812/4192956
[pid=9912] ppid=9910 vsize=123972 CPUtime=101.34
/proc/9912/stat : 9912 (pcs.big) R 9910 9912 8865 0 -1 4194304 33132 660 0 0 10118 16 0 0 25 0 1 0 59871955 126947328 29490 996147200 134512640 135215973 4294956304 18446744073709551615 134648399 0 0 4096 0 0 0 0 17 1 0 0
/proc/9912/statm: 30993 29490 406 171 0 29918 0
Current children cumulated CPU time (s) 101.34
Current children cumulated vsize (KiB) 123972

[startup+162.301 s]
/proc/loadavg: 2.06 2.02 2.00 3/82 9917
/proc/meminfo: memFree=1132288/2055920 swapFree=4192812/4192956
[pid=9912] ppid=9910 vsize=183412 CPUtime=160.78
/proc/9912/stat : 9912 (pcs.big) R 9910 9912 8865 0 -1 4194304 49345 660 0 0 16053 25 0 0 25 0 1 0 59871955 187813888 43654 996147200 134512640 135215973 4294956304 18446744073709551615 134533253 0 0 4096 0 0 0 0 17 1 0 0
/proc/9912/statm: 45853 43654 406 171 0 44778 0
Current children cumulated CPU time (s) 160.78
Current children cumulated vsize (KiB) 183412

[startup+222.301 s]
/proc/loadavg: 2.02 2.02 2.00 3/82 9917
/proc/meminfo: memFree=1076160/2055920 swapFree=4192812/4192956
[pid=9912] ppid=9910 vsize=241628 CPUtime=220.21
/proc/9912/stat : 9912 (pcs.big) R 9910 9912 8865 0 -1 4194304 64352 660 0 0 21990 31 0 0 25 0 1 0 59871955 247427072 57636 996147200 134512640 135215973 4294956304 18446744073709551615 134591364 0 0 4096 0 0 0 0 17 1 0 0
/proc/9912/statm: 60407 57636 406 171 0 59332 0
Current children cumulated CPU time (s) 220.21
Current children cumulated vsize (KiB) 241628

[startup+282.301 s]
/proc/loadavg: 2.01 2.01 2.00 3/82 9917
/proc/meminfo: memFree=1021504/2055920 swapFree=4192812/4192956
[pid=9912] ppid=9910 vsize=306356 CPUtime=279.65
/proc/9912/stat : 9912 (pcs.big) R 9910 9912 8865 0 -1 4194304 82229 660 0 0 27925 40 0 0 25 0 1 0 59871955 313708544 71416 996147200 134512640 135215973 4294956304 18446744073709551615 134591908 0 0 4096 0 0 0 0 17 1 0 0
/proc/9912/statm: 76589 71416 406 171 0 75514 0
Current children cumulated CPU time (s) 279.65
Current children cumulated vsize (KiB) 306356

[startup+342.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 9917
/proc/meminfo: memFree=963008/2055920 swapFree=4192812/4192956
[pid=9912] ppid=9910 vsize=358144 CPUtime=339.09
/proc/9912/stat : 9912 (pcs.big) R 9910 9912 8865 0 -1 4194304 96716 660 0 0 33861 48 0 0 25 0 1 0 59871955 366739456 85903 996147200 134512640 135215973 4294956304 18446744073709551615 134582282 0 0 4096 0 0 0 0 17 1 0 0
/proc/9912/statm: 89536 85903 406 171 0 88461 0
Current children cumulated CPU time (s) 339.09
Current children cumulated vsize (KiB) 358144

[startup+402.301 s]
/proc/loadavg: 1.95 1.98 1.99 3/73 9951
/proc/meminfo: memFree=654608/2055920 swapFree=4192812/4192956
[pid=9912] ppid=9910 vsize=429672 CPUtime=398.81
/proc/9912/stat : 9912 (pcs.big) R 9910 9912 8865 0 -1 4194304 115234 660 0 0 39819 62 0 0 25 0 1 0 59871955 439984128 102372 996147200 134512640 135215973 4294956304 18446744073709551615 134532672 0 0 4096 0 0 0 0 17 0 0 0
/proc/9912/statm: 107418 102372 406 171 0 106343 0
Current children cumulated CPU time (s) 398.81
Current children cumulated vsize (KiB) 429672

[startup+462.301 s]
/proc/loadavg: 1.98 1.98 1.99 3/73 9951
/proc/meminfo: memFree=593936/2055920 swapFree=4192812/4192956
[pid=9912] ppid=9910 vsize=483176 CPUtime=458.76
/proc/9912/stat : 9912 (pcs.big) R 9910 9912 8865 0 -1 4194304 130037 660 0 0 45806 70 0 0 25 0 1 0 59871955 494772224 117175 996147200 134512640 135215973 4294956304 18446744073709551615 134902573 0 0 4096 0 0 0 0 17 0 0 0
/proc/9912/statm: 120794 117175 406 171 0 119719 0
Current children cumulated CPU time (s) 458.76
Current children cumulated vsize (KiB) 483176

[startup+522.301 s]
/proc/loadavg: 1.99 1.98 1.99 3/73 9951
/proc/meminfo: memFree=523792/2055920 swapFree=4192812/4192956
[pid=9912] ppid=9910 vsize=579392 CPUtime=518.72
/proc/9912/stat : 9912 (pcs.big) R 9910 9912 8865 0 -1 4194304 156306 660 0 0 51791 81 0 0 25 0 1 0 59871955 593297408 135251 996147200 134512640 135215973 4294956304 18446744073709551615 134591219 0 0 4096 0 0 0 0 17 0 0 0
/proc/9912/statm: 144848 135251 406 171 0 143773 0
Current children cumulated CPU time (s) 518.72
Current children cumulated vsize (KiB) 579392

[startup+582.301 s]
/proc/loadavg: 1.99 1.98 1.99 3/73 9951
/proc/meminfo: memFree=453968/2055920 swapFree=4192812/4192956
[pid=9912] ppid=9910 vsize=640232 CPUtime=578.7
/proc/9912/stat : 9912 (pcs.big) R 9910 9912 8865 0 -1 4194304 173514 660 0 0 57778 92 0 0 25 0 1 0 59871955 655597568 152459 996147200 134512640 135215973 4294956304 18446744073709551615 134609819 0 0 4096 0 0 0 0 17 0 0 0
/proc/9912/statm: 160058 152459 406 171 0 158983 0
Current children cumulated CPU time (s) 578.7
Current children cumulated vsize (KiB) 640232

[startup+642.301 s]
/proc/loadavg: 1.99 1.98 1.99 3/73 9951
/proc/meminfo: memFree=401168/2055920 swapFree=4192812/4192956
[pid=9912] ppid=9910 vsize=686660 CPUtime=638.68
/proc/9912/stat : 9912 (pcs.big) R 9910 9912 8865 0 -1 4194304 186542 660 0 0 63769 99 0 0 25 0 1 0 59871955 703139840 165487 996147200 134512640 135215973 4294956304 18446744073709551615 134605764 0 0 4096 0 0 0 0 17 0 0 0
/proc/9912/statm: 171665 165487 406 171 0 170590 0
Current children cumulated CPU time (s) 638.68
Current children cumulated vsize (KiB) 686660

[startup+702.301 s]
/proc/loadavg: 1.99 1.98 1.99 3/73 9951
/proc/meminfo: memFree=342608/2055920 swapFree=4192812/4192956
[pid=9912] ppid=9910 vsize=739404 CPUtime=698.65
/proc/9912/stat : 9912 (pcs.big) R 9910 9912 8865 0 -1 4194304 201204 660 0 0 69755 110 0 0 25 0 1 0 59871955 757149696 180149 996147200 134512640 135215973 4294956304 18446744073709551615 134586252 0 0 4096 0 0 0 0 17 0 0 0
/proc/9912/statm: 184851 180149 406 171 0 183776 0
Current children cumulated CPU time (s) 698.65
Current children cumulated vsize (KiB) 739404

[startup+762.306 s]
/proc/loadavg: 1.99 1.98 1.99 3/73 9951
/proc/meminfo: memFree=286736/2055920 swapFree=4192812/4192956
[pid=9912] ppid=9910 vsize=788172 CPUtime=758.63
/proc/9912/stat : 9912 (pcs.big) R 9910 9912 8865 0 -1 4194304 215131 660 0 0 75745 118 0 0 25 0 1 0 59871955 807088128 194076 996147200 134512640 135215973 4294956304 18446744073709551615 134590448 0 0 4096 0 0 0 0 17 0 0 0
/proc/9912/statm: 197043 194076 406 171 0 195968 0
Current children cumulated CPU time (s) 758.63
Current children cumulated vsize (KiB) 788172

[startup+822.301 s]
/proc/loadavg: 1.99 1.98 1.99 3/73 9951
/proc/meminfo: memFree=234640/2055920 swapFree=4192812/4192956
[pid=9912] ppid=9910 vsize=833972 CPUtime=818.61
/proc/9912/stat : 9912 (pcs.big) R 9910 9912 8865 0 -1 4194304 228311 660 0 0 81735 126 0 0 25 0 1 0 59871955 853987328 207256 996147200 134512640 135215973 4294956304 18446744073709551615 134609802 0 0 4096 0 0 0 0 17 0 0 0
/proc/9912/statm: 208493 207256 406 171 0 207418 0
Current children cumulated CPU time (s) 818.61
Current children cumulated vsize (KiB) 833972



Maximum VSize exceeded: sending SIGTERM then SIGKILL

[startup+831.101 s]
/proc/loadavg: 1.99 1.98 1.99 3/73 9951
/proc/meminfo: memFree=179088/2055920 swapFree=4192812/4192956
[pid=9912] ppid=9910 vsize=971224 CPUtime=827.4
/proc/9912/stat : 9912 (pcs.big) R 9910 9912 8865 0 -1 4194304 242756 660 0 0 82607 133 0 0 25 0 1 0 59871955 994533376 221701 996147200 134512640 135215973 4294956304 18446744073709551615 8085075 0 0 4096 0 0 0 0 17 0 0 0
/proc/9912/statm: 242806 221708 406 171 0 241731 0
Current children cumulated CPU time (s) 827.4
Current children cumulated vsize (KiB) 971224

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

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

[startup+831.206 s]
/proc/loadavg: 1.99 1.98 1.99 3/73 9951
/proc/meminfo: memFree=179088/2055920 swapFree=4192812/4192956
[pid=9912] ppid=9910 vsize=0 CPUtime=827.5
/proc/9912/stat : 9912 (pcs.big) R 9910 9912 8865 0 -1 4195332 242836 660 0 0 82607 143 0 0 25 0 1 0 59871955 0 0 996147200 0 0 0 0 0 0 0 4096 0 0 0 0 17 0 0 0
/proc/9912/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 827.5
Current children cumulated vsize (KiB) 0

Child ended because it received signal 15 (SIGTERM)
Real time (s): 831.24
CPU time (s): 827.553
CPU user time (s): 826.08
CPU system time (s): 1.47278
CPU usage (%): 99.5564
Max. virtual memory (cumulated for all children) (KiB): 971224

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 826.08
system time used= 1.47278
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 243496
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= 21
involuntary context switches= 17128

runsolver used 1.10783 second user time and 2.44963 second system time

The end

Launcher Data

Begin job on node20 at 2009-07-16 09:07:34
IDJOB=2087632
IDBENCH=58754
IDSOLVER=734
FILE ID=node20/2087632-1247728054
PBS_JOBID= 9521579
Free space on /tmp= 66296 MiB

SOLVER NAME= pcs-restart 0.2.restart
BENCH NAME= CPAI08/csp/os-taillard-10/normalized-os-taillard-10-95-4.xml
COMMAND LINE= HOME/pcssolve -s RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2087632-1247728054/watcher-2087632-1247728054 -o /tmp/evaluation-result-2087632-1247728054/solver-2087632-1247728054 -C 1800 -W 2000 -M 900  HOME/pcssolve -s 522472940 HOME/instance-2087632-1247728054.xml

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

MD5SUM BENCH= d78e185ada4143a8ec3ca4accce3134e
RANDOM SEED=522472940

node20.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.236
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.236
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:       1306152 kB
Buffers:         91592 kB
Cached:         534824 kB
SwapCached:          0 kB
Active:         157520 kB
Inactive:       502052 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1306152 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            1856 kB
Writeback:           0 kB
Mapped:          53584 kB
Slab:            75312 kB
Committed_AS:   492776 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= 66228 MiB
End job on node20 at 2009-07-16 09:21:27