Trace number 2079778

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.2UNSAT 489.294 489.469

DiagnosticValue
ASSIGNMENTS160746

General information on the benchmark

Namecsp/rand-3-20-20/
normalized-rand-3-20-20-60-632-40_ext.xml
MD5SUMd959ff495db90ca71e40f586c8c2cae9
Bench CategoryN-ARY-EXT (n-ary constraints in extension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark38.3252
Satisfiable
(Un)Satisfiability was proved
Number of variables20
Number of constraints60
Maximum constraint arity3
Maximum domain size20
Number of constraints which are defined in extension60
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data

0.00/0.02	c small-domain mode
0.18/0.21	c Seed is 1361178643
0.18/0.21	c Constructing HOME/instance-2079778-1247717052.xml  with 60 constraints
0.38/0.44	c Solving 160746 backtracks 20 restarts
489.21/489.46	s UNSATISFIABLE
489.21/489.46	d ASSIGNMENTS 160746

Verifier Data

No possible verification on an UNSAT instance

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2079778-1247717052/watcher-2079778-1247717052 -o /tmp/evaluation-result-2079778-1247717052/solver-2079778-1247717052 -C 1800 -W 2000 -M 900 HOME/pcssolve -s 1361178643 HOME/instance-2079778-1247717052.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.99 2.00 2.01 4/73 17551
/proc/meminfo: memFree=1562688/2055920 swapFree=4192812/4192956
[pid=17551] ppid=17549 vsize=5356 CPUtime=0
/proc/17551/stat : 17551 (pcssolve) R 17549 17551 16128 0 -1 4194304 305 0 0 0 0 0 0 0 21 0 1 0 58769831 5484544 242 996147200 4194304 4889804 548682068800 18446744073709551615 226686985028 0 65536 4100 65538 0 0 0 17 0 0 0
/proc/17551/statm: 1339 242 201 169 0 50 0
[pid=17552] ppid=17551 vsize=0 CPUtime=0
/proc/17552/stat : 17552 (fgrep) Z 17551 17551 16128 0 -1 4194316 155 0 0 0 0 0 0 0 18 0 1 0 58769831 0 0 996147200 0 0 0 0 0 0 0 4096 0 18446744071563351923 0 0 17 0 0 0
/proc/17552/statm: 0 0 0 0 0 0 0
[pid=17553] ppid=17551 vsize=0 CPUtime=0
/proc/17553/stat : 17553 (grep) Z 17551 17551 16128 0 -1 4194316 162 0 0 0 0 0 0 0 18 0 1 0 58769831 0 0 996147200 0 0 0 0 0 0 0 4096 0 18446744071563351923 0 0 17 0 0 0
/proc/17553/statm: 0 0 0 0 0 0 0

[startup+0.110118 s]
/proc/loadavg: 1.99 2.00 2.01 4/73 17551
/proc/meminfo: memFree=1562688/2055920 swapFree=4192812/4192956
[pid=17551] ppid=17549 vsize=5620 CPUtime=0.09
/proc/17551/stat : 17551 (pcs.small) R 17549 17551 16128 0 -1 4194304 988 822 0 0 8 0 1 0 18 0 1 0 58769831 5754880 597 996147200 134512640 135095119 4294956304 18446744073709551615 6149755 0 0 4096 0 0 0 0 17 1 0 0
/proc/17551/statm: 1405 597 375 142 0 359 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 5620

[startup+0.201226 s]
/proc/loadavg: 1.99 2.00 2.01 4/73 17551
/proc/meminfo: memFree=1562688/2055920 swapFree=4192812/4192956
[pid=17551] ppid=17549 vsize=6960 CPUtime=0.18
/proc/17551/stat : 17551 (pcs.small) R 17549 17551 16128 0 -1 4194304 1152 822 0 0 17 0 1 0 18 0 1 0 58769831 7127040 761 996147200 134512640 135095119 4294956304 18446744073709551615 134739366 0 0 4096 0 0 0 0 17 1 0 0
/proc/17551/statm: 1740 761 375 142 0 694 0
Current children cumulated CPU time (s) 0.18
Current children cumulated vsize (KiB) 6960

[startup+0.301246 s]
/proc/loadavg: 1.99 2.00 2.01 4/73 17551
/proc/meminfo: memFree=1562688/2055920 swapFree=4192812/4192956
[pid=17551] ppid=17549 vsize=8448 CPUtime=0.28
/proc/17551/stat : 17551 (pcs.small) R 17549 17551 16128 0 -1 4194304 1342 822 0 0 27 0 1 0 19 0 1 0 58769831 8650752 951 996147200 134512640 135095119 4294956304 18446744073709551615 134944883 0 0 4096 0 0 0 0 17 1 0 0
/proc/17551/statm: 2112 951 375 142 0 1066 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 8448

[startup+0.701237 s]
/proc/loadavg: 1.99 2.00 2.01 4/73 17551
/proc/meminfo: memFree=1562688/2055920 swapFree=4192812/4192956
[pid=17551] ppid=17549 vsize=10468 CPUtime=0.68
/proc/17551/stat : 17551 (pcs.small) R 17549 17551 16128 0 -1 4194304 1616 822 0 0 67 0 1 0 22 0 1 0 58769831 10719232 1225 996147200 134512640 135095119 4294956304 18446744073709551615 134927008 0 0 4096 0 0 0 0 17 1 0 0
/proc/17551/statm: 2617 1225 389 142 0 1571 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 10468

[startup+1.50148 s]
/proc/loadavg: 2.07 2.02 2.01 3/74 17557
/proc/meminfo: memFree=1559160/2055920 swapFree=4192812/4192956
[pid=17551] ppid=17549 vsize=10468 CPUtime=1.48
/proc/17551/stat : 17551 (pcs.small) R 17549 17551 16128 0 -1 4194304 1629 822 0 0 147 0 1 0 25 0 1 0 58769831 10719232 1238 996147200 134512640 135095119 4294956304 18446744073709551615 134918211 0 0 4096 0 0 0 0 17 1 0 0
/proc/17551/statm: 2617 1238 389 142 0 1571 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 10468

[startup+3.10173 s]
/proc/loadavg: 2.07 2.02 2.01 3/74 17557
/proc/meminfo: memFree=1558904/2055920 swapFree=4192812/4192956
[pid=17551] ppid=17549 vsize=10600 CPUtime=3.08
/proc/17551/stat : 17551 (pcs.small) R 17549 17551 16128 0 -1 4194304 1663 822 0 0 307 0 1 0 25 0 1 0 58769831 10854400 1272 996147200 134512640 135095119 4294956304 18446744073709551615 134918151 0 0 4096 0 0 0 0 17 1 0 0
/proc/17551/statm: 2650 1272 389 142 0 1604 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 10600

[startup+6.30138 s]
/proc/loadavg: 2.06 2.02 2.01 4/74 17557
/proc/meminfo: memFree=1558456/2055920 swapFree=4192812/4192956
[pid=17551] ppid=17549 vsize=10728 CPUtime=6.27
/proc/17551/stat : 17551 (pcs.small) R 17549 17551 16128 0 -1 4194304 1740 822 0 0 626 0 1 0 25 0 1 0 58769831 10985472 1316 996147200 134512640 135095119 4294956304 18446744073709551615 134918166 0 0 4096 0 0 0 0 17 1 0 0
/proc/17551/statm: 2682 1316 389 142 0 1636 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 10728

[startup+12.7017 s]
/proc/loadavg: 2.06 2.02 2.01 3/74 17557
/proc/meminfo: memFree=1557880/2055920 swapFree=4192812/4192956
[pid=17551] ppid=17549 vsize=11244 CPUtime=12.67
/proc/17551/stat : 17551 (pcs.small) R 17549 17551 16128 0 -1 4194304 1988 822 0 0 1266 0 1 0 25 0 1 0 58769831 11513856 1466 996147200 134512640 135095119 4294956304 18446744073709551615 134916487 0 0 4096 0 0 0 0 17 1 0 0
/proc/17551/statm: 2811 1466 389 142 0 1765 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 11244

[startup+25.5014 s]
/proc/loadavg: 2.04 2.02 2.01 4/74 17557
/proc/meminfo: memFree=1556664/2055920 swapFree=4192812/4192956
[pid=17551] ppid=17549 vsize=12012 CPUtime=25.47
/proc/17551/stat : 17551 (pcs.small) R 17549 17551 16128 0 -1 4194304 2437 822 0 0 2545 1 1 0 25 0 1 0 58769831 12300288 1721 996147200 134512640 135095119 4294956304 18446744073709551615 134918185 0 0 4096 0 0 0 0 17 1 0 0
/proc/17551/statm: 3003 1721 389 142 0 1957 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 12012

[startup+51.105 s]
/proc/loadavg: 2.03 2.01 2.01 3/74 17557
/proc/meminfo: memFree=1554552/2055920 swapFree=4192812/4192956
[pid=17551] ppid=17549 vsize=13680 CPUtime=51.06
/proc/17551/stat : 17551 (pcs.small) R 17549 17551 16128 0 -1 4194304 3358 822 0 0 5104 1 1 0 25 0 1 0 58769831 14008320 2256 996147200 134512640 135095119 4294956304 18446744073709551615 134918271 0 0 4096 0 0 0 0 17 1 0 0
/proc/17551/statm: 3420 2256 389 142 0 2374 0
Current children cumulated CPU time (s) 51.06
Current children cumulated vsize (KiB) 13680

[startup+102.302 s]
/proc/loadavg: 2.01 2.01 2.00 3/74 17557
/proc/meminfo: memFree=1549496/2055920 swapFree=4192812/4192956
[pid=17551] ppid=17549 vsize=18592 CPUtime=102.24
/proc/17551/stat : 17551 (pcs.small) R 17549 17551 16128 0 -1 4194304 5306 822 0 0 10221 2 1 0 25 0 1 0 58769831 19038208 3401 996147200 134512640 135095119 4294956304 18446744073709551615 134918079 0 0 4096 0 0 0 0 17 1 0 0
/proc/17551/statm: 4648 3401 389 142 0 3602 0
Current children cumulated CPU time (s) 102.24
Current children cumulated vsize (KiB) 18592

[startup+162.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/74 17557
/proc/meminfo: memFree=1544568/2055920 swapFree=4192812/4192956
[pid=17551] ppid=17549 vsize=24388 CPUtime=162.22
/proc/17551/stat : 17551 (pcs.small) R 17549 17551 16128 0 -1 4194304 7331 822 0 0 16217 4 1 0 25 0 1 0 58769831 24973312 4401 996147200 134512640 135095119 4294956304 18446744073709551615 134918241 0 0 4096 0 0 0 0 17 1 0 0
/proc/17551/statm: 6097 4401 389 142 0 5051 0
Current children cumulated CPU time (s) 162.22
Current children cumulated vsize (KiB) 24388

[startup+222.305 s]
/proc/loadavg: 2.00 2.00 2.00 3/74 17557
/proc/meminfo: memFree=1537336/2055920 swapFree=4192812/4192956
[pid=17551] ppid=17549 vsize=30516 CPUtime=222.2
/proc/17551/stat : 17551 (pcs.small) R 17549 17551 16128 0 -1 4194304 9507 822 0 0 22214 5 1 0 25 0 1 0 58769831 31248384 5999 996147200 134512640 135095119 4294956304 18446744073709551615 134911419 0 0 4096 0 0 0 0 17 1 0 0
/proc/17551/statm: 7629 5999 389 142 0 6583 0
Current children cumulated CPU time (s) 222.2
Current children cumulated vsize (KiB) 30516

[startup+282.302 s]
/proc/loadavg: 2.00 2.00 2.00 3/74 17557
/proc/meminfo: memFree=1530872/2055920 swapFree=4192812/4192956
[pid=17551] ppid=17549 vsize=32084 CPUtime=282.18
/proc/17551/stat : 17551 (pcs.small) R 17549 17551 16128 0 -1 4194304 10464 822 0 0 28211 6 1 0 25 0 1 0 58769831 32854016 6956 996147200 134512640 135095119 4294956304 18446744073709551615 134918271 0 0 4096 0 0 0 0 17 1 0 0
/proc/17551/statm: 8021 6956 389 142 0 6975 0
Current children cumulated CPU time (s) 282.18
Current children cumulated vsize (KiB) 32084

[startup+342.302 s]
/proc/loadavg: 2.00 2.00 2.00 3/74 17557
/proc/meminfo: memFree=1525432/2055920 swapFree=4192812/4192956
[pid=17551] ppid=17549 vsize=43020 CPUtime=342.16
/proc/17551/stat : 17551 (pcs.small) R 17549 17551 16128 0 -1 4194304 13746 822 0 0 34207 8 1 0 25 0 1 0 58769831 44052480 8189 996147200 134512640 135095119 4294956304 18446744073709551615 134918241 0 0 4096 0 0 0 0 17 1 0 0
/proc/17551/statm: 10755 8189 389 142 0 9709 0
Current children cumulated CPU time (s) 342.16
Current children cumulated vsize (KiB) 43020

[startup+402.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/74 17557
/proc/meminfo: memFree=1514488/2055920 swapFree=4192812/4192956
[pid=17551] ppid=17549 vsize=55408 CPUtime=402.14
/proc/17551/stat : 17551 (pcs.small) R 17549 17551 16128 0 -1 4194304 17388 822 0 0 40203 10 1 0 25 0 1 0 58769831 56737792 10806 996147200 134512640 135095119 4294956304 18446744073709551615 134909850 0 0 4096 0 0 0 0 17 1 0 0
/proc/17551/statm: 13852 10806 389 142 0 12806 0
Current children cumulated CPU time (s) 402.14
Current children cumulated vsize (KiB) 55408

[startup+462.301 s]
/proc/loadavg: 2.00 2.00 2.00 4/74 17557
/proc/meminfo: memFree=1511928/2055920 swapFree=4192812/4192956
[pid=17551] ppid=17549 vsize=55408 CPUtime=462.11
/proc/17551/stat : 17551 (pcs.small) R 17549 17551 16128 0 -1 4194304 17940 822 0 0 46200 10 1 0 25 0 1 0 58769831 56737792 11358 996147200 134512640 135095119 4294956304 18446744073709551615 134927080 0 0 4096 0 0 0 0 17 1 0 0
/proc/17551/statm: 13852 11358 389 142 0 12806 0
Current children cumulated CPU time (s) 462.11
Current children cumulated vsize (KiB) 55408

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

[startup+473.602 s]
/proc/loadavg: 2.00 2.00 2.00 3/74 17557
/proc/meminfo: memFree=1511416/2055920 swapFree=4192812/4192956
[pid=17551] ppid=17549 vsize=55408 CPUtime=473.42
/proc/17551/stat : 17551 (pcs.small) R 17549 17551 16128 0 -1 4194304 18043 822 0 0 47330 11 1 0 25 0 1 0 58769831 56737792 11461 996147200 134512640 135095119 4294956304 18446744073709551615 134918169 0 0 4096 0 0 0 0 17 1 0 0
/proc/17551/statm: 13852 11461 389 142 0 12806 0
Current children cumulated CPU time (s) 473.42
Current children cumulated vsize (KiB) 55408

[startup+480.002 s]
/proc/loadavg: 2.00 2.00 2.00 3/74 17557
/proc/meminfo: memFree=1511160/2055920 swapFree=4192812/4192956
[pid=17551] ppid=17549 vsize=55408 CPUtime=479.81
/proc/17551/stat : 17551 (pcs.small) R 17549 17551 16128 0 -1 4194304 18102 822 0 0 47969 11 1 0 25 0 1 0 58769831 56737792 11520 996147200 134512640 135095119 4294956304 18446744073709551615 134918268 0 0 4096 0 0 0 0 17 1 0 0
/proc/17551/statm: 13852 11520 389 142 0 12806 0
Current children cumulated CPU time (s) 479.81
Current children cumulated vsize (KiB) 55408

[startup+486.401 s]
/proc/loadavg: 2.00 2.00 2.00 3/74 17557
/proc/meminfo: memFree=1510840/2055920 swapFree=4192812/4192956
[pid=17551] ppid=17549 vsize=55408 CPUtime=486.21
/proc/17551/stat : 17551 (pcs.small) R 17549 17551 16128 0 -1 4194304 18161 822 0 0 48609 11 1 0 25 0 1 0 58769831 56737792 11579 996147200 134512640 135095119 4294956304 18446744073709551615 134927073 0 0 4096 0 0 0 0 17 1 0 0
/proc/17551/statm: 13852 11579 389 142 0 12806 0
Current children cumulated CPU time (s) 486.21
Current children cumulated vsize (KiB) 55408

[startup+488.002 s]
/proc/loadavg: 2.00 2.00 2.00 3/74 17557
/proc/meminfo: memFree=1510776/2055920 swapFree=4192812/4192956
[pid=17551] ppid=17549 vsize=55408 CPUtime=487.81
/proc/17551/stat : 17551 (pcs.small) R 17549 17551 16128 0 -1 4194304 18175 822 0 0 48769 11 1 0 25 0 1 0 58769831 56737792 11593 996147200 134512640 135095119 4294956304 18446744073709551615 134926999 0 0 4096 0 0 0 0 17 1 0 0
/proc/17551/statm: 13852 11593 389 142 0 12806 0
Current children cumulated CPU time (s) 487.81
Current children cumulated vsize (KiB) 55408

[startup+488.802 s]
/proc/loadavg: 2.00 2.00 2.00 3/74 17557
/proc/meminfo: memFree=1510712/2055920 swapFree=4192812/4192956
[pid=17551] ppid=17549 vsize=55408 CPUtime=488.61
/proc/17551/stat : 17551 (pcs.small) R 17549 17551 16128 0 -1 4194304 18183 822 0 0 48849 11 1 0 25 0 1 0 58769831 56737792 11601 996147200 134512640 135095119 4294956304 18446744073709551615 134918251 0 0 4096 0 0 0 0 17 1 0 0
/proc/17551/statm: 13852 11601 389 142 0 12806 0
Current children cumulated CPU time (s) 488.61
Current children cumulated vsize (KiB) 55408

[startup+489.202 s]
/proc/loadavg: 2.00 2.00 2.00 3/74 17557
/proc/meminfo: memFree=1510712/2055920 swapFree=4192812/4192956
[pid=17551] ppid=17549 vsize=55408 CPUtime=489.01
/proc/17551/stat : 17551 (pcs.small) R 17549 17551 16128 0 -1 4194304 18186 822 0 0 48889 11 1 0 25 0 1 0 58769831 56737792 11604 996147200 134512640 135095119 4294956304 18446744073709551615 134918253 0 0 4096 0 0 0 0 17 1 0 0
/proc/17551/statm: 13852 11604 389 142 0 12806 0
Current children cumulated CPU time (s) 489.01
Current children cumulated vsize (KiB) 55408

[startup+489.402 s]
/proc/loadavg: 2.00 2.00 2.00 3/74 17557
/proc/meminfo: memFree=1510712/2055920 swapFree=4192812/4192956
[pid=17551] ppid=17549 vsize=47212 CPUtime=489.21
/proc/17551/stat : 17551 (pcs.small) R 17549 17551 16128 0 -1 4194304 18187 822 0 0 48909 11 1 0 25 0 1 0 58769831 48345088 10348 996147200 134512640 135095119 4294956304 18446744073709551615 6144007 0 0 4096 0 0 0 0 17 1 0 0
/proc/17551/statm: 11803 10348 389 142 0 10757 0
Current children cumulated CPU time (s) 489.21
Current children cumulated vsize (KiB) 47212

Child status: 0
Real time (s): 489.469
CPU time (s): 489.294
CPU user time (s): 489.165
CPU system time (s): 0.12898
CPU usage (%): 99.9642
Max. virtual memory (cumulated for all children) (KiB): 55408

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

runsolver used 0.474927 second user time and 1.3148 second system time

The end

Launcher Data

Begin job on node80 at 2009-07-16 06:04:12
IDJOB=2079778
IDBENCH=56957
IDSOLVER=734
FILE ID=node80/2079778-1247717052
PBS_JOBID= 9521366
Free space on /tmp= 66320 MiB

SOLVER NAME= pcs-restart 0.2.restart
BENCH NAME= CPAI08/csp/rand-3-20-20/normalized-rand-3-20-20-60-632-40_ext.xml
COMMAND LINE= HOME/pcssolve -s RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2079778-1247717052/watcher-2079778-1247717052 -o /tmp/evaluation-result-2079778-1247717052/solver-2079778-1247717052 -C 1800 -W 2000 -M 900  HOME/pcssolve -s 1361178643 HOME/instance-2079778-1247717052.xml

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

MD5SUM BENCH= d959ff495db90ca71e40f586c8c2cae9
RANDOM SEED=1361178643

node80.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.285
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.285
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:       1563104 kB
Buffers:         72740 kB
Cached:         312752 kB
SwapCached:          0 kB
Active:          95644 kB
Inactive:       312240 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1563104 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            3020 kB
Writeback:           0 kB
Mapped:          33836 kB
Slab:            70328 kB
Committed_AS:   527604 kB
PageTables:       1748 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= 66316 MiB
End job on node80 at 2009-07-16 06:12:22