Trace number 2068217

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 823.273 830.67

DiagnosticValue
ASSIGNMENTS5413

General information on the benchmark

Namecsp/pseudo/mpsReduced/
normalized-mps-red-neos20.xml
MD5SUM8df3601537f146e29101cbf7de6286ca
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 benchmark5.8971
Satisfiable
(Un)Satisfiability was proved
Number of variables8411
Number of constraints3209
Maximum constraint arity270
Maximum domain size2
Number of constraints which are defined in extension0
Number of constraints which are defined in intension3209
Global constraints used (with number of constraints)

Solver Data

0.00/0.02	c has operations which may create big domains
0.00/0.02	c big-domain mode
0.00/0.05	c Seed is 257261623
0.00/0.05	c Constructing HOME/instance-2068217-1247706239.xml  with 56113 constraints
1.07/1.16	c Solving 5413 backtracks 12 restarts
823.19/830.63	s UNSATISFIABLE
823.19/830.63	d ASSIGNMENTS 5413

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-2068217-1247706239/watcher-2068217-1247706239 -o /tmp/evaluation-result-2068217-1247706239/solver-2068217-1247706239 -C 1800 -W 2000 -M 900 HOME/pcssolve -s 257261623 HOME/instance-2068217-1247706239.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.92 2.05 2.03 4/82 10406
/proc/meminfo: memFree=585808/2055920 swapFree=4192812/4192956
[pid=10406] ppid=10404 vsize=5356 CPUtime=0
/proc/10406/stat : 10406 (pcssolve) R 10404 10406 9065 0 -1 4194304 290 0 0 0 0 0 0 0 21 0 1 0 57686966 5484544 241 996147200 4194304 4889804 548682068800 18446744073709551615 271894243999 0 65538 4100 65536 0 0 0 17 1 0 0
/proc/10406/statm: 1339 241 200 169 0 50 0
[pid=10407] ppid=10406 vsize=100 CPUtime=0
/proc/10407/stat : 10407 (fgrep) R 10406 10406 9065 0 -1 4194304 24 0 0 0 0 0 0 0 22 0 1 0 57686966 102400 3 996147200 0 0 548682069725 18446744073709551615 271894244647 0 0 4096 0 0 0 0 17 1 0 0
/proc/10407/statm: 25 3 0 0 0 2 0
[pid=10408] ppid=10406 vsize=5356 CPUtime=0
/proc/10408/stat : 10408 (pcssolve) R 10406 10406 9065 0 -1 4194368 0 0 0 0 0 0 0 0 21 0 1 0 57686966 5484544 241 996147200 4194304 4889804 548682068800 18446744073709551615 271894243999 0 65538 4100 65536 0 0 0 17 1 0 0
/proc/10408/statm: 1339 241 200 169 0 50 0

[startup+0.0864921 s]
/proc/loadavg: 1.92 2.05 2.03 4/82 10406
/proc/meminfo: memFree=585808/2055920 swapFree=4192812/4192956
[pid=10406] ppid=10404 vsize=6372 CPUtime=0.07
/proc/10406/stat : 10406 (pcs.big) R 10404 10406 9065 0 -1 4194304 1259 826 0 0 5 1 0 1 18 0 1 0 57686966 6524928 827 996147200 134512640 135215973 4294956304 18446744073709551615 134906919 0 0 4096 0 0 0 0 17 1 0 0
/proc/10406/statm: 1593 827 364 171 0 518 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 6372

[startup+0.101489 s]
/proc/loadavg: 1.92 2.05 2.03 4/82 10406
/proc/meminfo: memFree=585808/2055920 swapFree=4192812/4192956
[pid=10406] ppid=10404 vsize=7104 CPUtime=0.08
/proc/10406/stat : 10406 (pcs.big) R 10404 10406 9065 0 -1 4194304 1489 826 0 0 6 1 0 1 18 0 1 0 57686966 7274496 976 996147200 134512640 135215973 4294956304 18446744073709551615 6001630 0 0 4096 0 0 0 0 17 1 0 0
/proc/10406/statm: 1776 976 369 171 0 701 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 7104

[startup+0.301511 s]
/proc/loadavg: 1.92 2.05 2.03 4/82 10406
/proc/meminfo: memFree=585808/2055920 swapFree=4192812/4192956
[pid=10406] ppid=10404 vsize=9364 CPUtime=0.28
/proc/10406/stat : 10406 (pcs.big) R 10404 10406 9065 0 -1 4194304 2153 826 0 0 26 1 0 1 19 0 1 0 57686966 9588736 1557 996147200 134512640 135215973 4294956304 18446744073709551615 4159156432 0 0 4096 0 0 0 0 17 1 0 0
/proc/10406/statm: 2341 1557 385 171 0 1266 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 9364

[startup+0.701549 s]
/proc/loadavg: 1.92 2.05 2.03 4/82 10406
/proc/meminfo: memFree=585808/2055920 swapFree=4192812/4192956
[pid=10406] ppid=10404 vsize=17280 CPUtime=0.68
/proc/10406/stat : 10406 (pcs.big) R 10404 10406 9065 0 -1 4194304 4598 826 0 0 64 3 0 1 23 0 1 0 57686966 17694720 3195 996147200 134512640 135215973 4294956304 18446744073709551615 134841714 0 0 4096 0 0 0 0 17 1 0 0
/proc/10406/statm: 4320 3195 385 171 0 3245 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 17280

[startup+1.50162 s]
/proc/loadavg: 1.93 2.05 2.03 3/83 10412
/proc/meminfo: memFree=569288/2055920 swapFree=4192812/4192956
[pid=10406] ppid=10404 vsize=34244 CPUtime=1.46
/proc/10406/stat : 10406 (pcs.big) R 10404 10406 9065 0 -1 4194304 10490 826 0 0 140 5 0 1 25 0 1 0 57686966 35065856 7700 996147200 134512640 135215973 4294956304 18446744073709551615 134649179 0 0 4096 0 0 0 0 17 1 0 0
/proc/10406/statm: 8561 7700 406 171 0 7486 0
Current children cumulated CPU time (s) 1.46
Current children cumulated vsize (KiB) 34244

[startup+3.10279 s]
/proc/loadavg: 1.93 2.05 2.03 3/83 10412
/proc/meminfo: memFree=553224/2055920 swapFree=4192812/4192956
[pid=10406] ppid=10404 vsize=51024 CPUtime=3.05
/proc/10406/stat : 10406 (pcs.big) R 10404 10406 9065 0 -1 4194304 15588 826 0 0 295 9 0 1 25 0 1 0 57686966 52248576 11339 996147200 134512640 135215973 4294956304 18446744073709551615 4158960000 0 0 4096 0 0 0 0 17 1 0 0
/proc/10406/statm: 12756 11339 406 171 0 11681 0
Current children cumulated CPU time (s) 3.05
Current children cumulated vsize (KiB) 51024

[startup+6.30109 s]
/proc/loadavg: 1.94 2.05 2.03 3/83 10412
/proc/meminfo: memFree=509256/2055920 swapFree=4192812/4192956
[pid=10406] ppid=10404 vsize=86720 CPUtime=6.22
/proc/10406/stat : 10406 (pcs.big) R 10404 10406 9065 0 -1 4194304 25726 826 0 0 607 14 0 1 25 0 1 0 57686966 88801280 19690 996147200 134512640 135215973 4294956304 18446744073709551615 135096245 0 0 4096 0 0 0 0 17 1 0 0
/proc/10406/statm: 21680 19690 409 171 0 20605 0
Current children cumulated CPU time (s) 6.22
Current children cumulated vsize (KiB) 86720

[startup+12.7017 s]
/proc/loadavg: 1.94 2.05 2.03 3/83 10412
/proc/meminfo: memFree=507848/2055920 swapFree=4192812/4192956
[pid=10406] ppid=10404 vsize=86720 CPUtime=12.56
/proc/10406/stat : 10406 (pcs.big) R 10404 10406 9065 0 -1 4194304 26709 826 0 0 1241 14 0 1 25 0 1 0 57686966 88801280 19758 996147200 134512640 135215973 4294956304 18446744073709551615 134585694 0 0 4096 0 0 0 0 17 1 0 0
/proc/10406/statm: 21680 19758 409 171 0 20605 0
Current children cumulated CPU time (s) 12.56
Current children cumulated vsize (KiB) 86720

[startup+25.502 s]
/proc/loadavg: 1.95 2.05 2.03 3/83 10412
/proc/meminfo: memFree=507080/2055920 swapFree=4192812/4192956
[pid=10406] ppid=10404 vsize=87152 CPUtime=25.24
/proc/10406/stat : 10406 (pcs.big) R 10404 10406 9065 0 -1 4194304 33621 826 0 0 2506 17 0 1 25 0 1 0 57686966 89243648 19960 996147200 134512640 135215973 4294956304 18446744073709551615 134600006 0 0 4096 0 0 0 0 17 1 0 0
/proc/10406/statm: 21788 19960 409 171 0 20713 0
Current children cumulated CPU time (s) 25.24
Current children cumulated vsize (KiB) 87152

[startup+51.1015 s]
/proc/loadavg: 1.97 2.04 2.03 3/83 10412
/proc/meminfo: memFree=507016/2055920 swapFree=4192812/4192956
[pid=10406] ppid=10404 vsize=87660 CPUtime=50.62
/proc/10406/stat : 10406 (pcs.big) R 10404 10406 9065 0 -1 4194304 36169 826 0 0 5042 19 0 1 25 0 1 0 57686966 89763840 20068 996147200 134512640 135215973 4294956304 18446744073709551615 134585720 0 0 4096 0 0 0 0 17 1 0 0
/proc/10406/statm: 21915 20068 409 171 0 20840 0
Current children cumulated CPU time (s) 50.62
Current children cumulated vsize (KiB) 87660

[startup+102.306 s]
/proc/loadavg: 1.98 2.03 2.02 3/83 10412
/proc/meminfo: memFree=506568/2055920 swapFree=4192812/4192956
[pid=10406] ppid=10404 vsize=87924 CPUtime=101.36
/proc/10406/stat : 10406 (pcs.big) R 10404 10406 9065 0 -1 4194304 42899 826 0 0 10114 21 0 1 25 0 1 0 57686966 90034176 20149 996147200 134512640 135215973 4294956304 18446744073709551615 134599868 0 0 4096 0 0 0 0 17 1 0 0
/proc/10406/statm: 21981 20149 409 171 0 20906 0
Current children cumulated CPU time (s) 101.36
Current children cumulated vsize (KiB) 87924

[startup+162.301 s]
/proc/loadavg: 2.04 2.04 2.02 3/83 10412
/proc/meminfo: memFree=499600/2055920 swapFree=4192812/4192956
[pid=10406] ppid=10404 vsize=96520 CPUtime=160.82
/proc/10406/stat : 10406 (pcs.big) R 10404 10406 9065 0 -1 4194304 78203 826 0 0 16043 38 0 1 25 0 1 0 57686966 98836480 22232 996147200 134512640 135215973 4294956304 18446744073709551615 135096252 0 0 4096 0 0 0 0 17 1 0 0
/proc/10406/statm: 24130 22232 409 171 0 23055 0
Current children cumulated CPU time (s) 160.82
Current children cumulated vsize (KiB) 96520

[startup+222.301 s]
/proc/loadavg: 2.06 2.04 2.02 3/83 10412
/proc/meminfo: memFree=484368/2055920 swapFree=4192812/4192956
[pid=10406] ppid=10404 vsize=110480 CPUtime=220.26
/proc/10406/stat : 10406 (pcs.big) R 10404 10406 9065 0 -1 4194304 108380 826 0 0 21976 49 0 1 25 0 1 0 57686966 113131520 25684 996147200 134512640 135215973 4294956304 18446744073709551615 4158960074 0 0 4096 0 0 0 0 17 1 0 0
/proc/10406/statm: 27620 25684 409 171 0 26545 0
Current children cumulated CPU time (s) 220.26
Current children cumulated vsize (KiB) 110480

[startup+282.302 s]
/proc/loadavg: 2.07 2.05 2.02 3/83 10412
/proc/meminfo: memFree=471824/2055920 swapFree=4192812/4192956
[pid=10406] ppid=10404 vsize=122880 CPUtime=279.76
/proc/10406/stat : 10406 (pcs.big) R 10404 10406 9065 0 -1 4194304 130112 826 0 0 27917 58 0 1 25 0 1 0 57686966 125829120 28811 996147200 134512640 135215973 4294956304 18446744073709551615 134583626 0 0 4096 0 0 0 0 17 1 0 0
/proc/10406/statm: 30720 28811 409 171 0 29645 0
Current children cumulated CPU time (s) 279.76
Current children cumulated vsize (KiB) 122880

[startup+342.302 s]
/proc/loadavg: 2.06 2.05 2.02 3/83 10412
/proc/meminfo: memFree=459344/2055920 swapFree=4192812/4192956
[pid=10406] ppid=10404 vsize=135416 CPUtime=339.23
/proc/10406/stat : 10406 (pcs.big) R 10404 10406 9065 0 -1 4194304 149955 826 0 0 33857 65 0 1 25 0 1 0 57686966 138665984 31940 996147200 134512640 135215973 4294956304 18446744073709551615 134583589 0 0 4096 0 0 0 0 17 1 0 0
/proc/10406/statm: 33854 31940 409 171 0 32779 0
Current children cumulated CPU time (s) 339.23
Current children cumulated vsize (KiB) 135416

[startup+402.302 s]
/proc/loadavg: 2.09 2.07 2.02 3/83 10412
/proc/meminfo: memFree=448720/2055920 swapFree=4192812/4192956
[pid=10406] ppid=10404 vsize=145716 CPUtime=398.7
/proc/10406/stat : 10406 (pcs.big) R 10404 10406 9065 0 -1 4194304 164226 826 0 0 39798 71 0 1 25 0 1 0 57686966 149213184 34560 996147200 134512640 135215973 4294956304 18446744073709551615 134583640 0 0 4096 0 0 0 0 17 1 0 0
/proc/10406/statm: 36429 34560 409 171 0 35354 0
Current children cumulated CPU time (s) 398.7
Current children cumulated vsize (KiB) 145716

[startup+462.302 s]
/proc/loadavg: 2.03 2.05 2.02 3/83 10412
/proc/meminfo: memFree=432464/2055920 swapFree=4192812/4192956
[pid=10406] ppid=10404 vsize=161832 CPUtime=458.16
/proc/10406/stat : 10406 (pcs.big) R 10404 10406 9065 0 -1 4194304 199899 826 0 0 45730 85 0 1 25 0 1 0 57686966 165715968 38635 996147200 134512640 135215973 4294956304 18446744073709551615 134581366 0 0 4096 0 0 0 0 17 1 0 0
/proc/10406/statm: 40458 38635 409 171 0 39383 0
Current children cumulated CPU time (s) 458.16
Current children cumulated vsize (KiB) 161832

[startup+522.301 s]
/proc/loadavg: 2.01 2.04 2.01 3/83 10412
/proc/meminfo: memFree=405584/2055920 swapFree=4192812/4192956
[pid=10406] ppid=10404 vsize=189752 CPUtime=517.6
/proc/10406/stat : 10406 (pcs.big) R 10404 10406 9065 0 -1 4194304 267844 826 0 0 51647 112 0 1 25 0 1 0 57686966 194306048 45445 996147200 134512640 135215973 4294956304 18446744073709551615 134599834 0 0 4096 0 0 0 0 17 1 0 0
/proc/10406/statm: 47438 45445 409 171 0 46363 0
Current children cumulated CPU time (s) 517.6
Current children cumulated vsize (KiB) 189752

[startup+582.301 s]
/proc/loadavg: 2.08 2.05 2.01 3/83 10412
/proc/meminfo: memFree=391440/2055920 swapFree=4192812/4192956
[pid=10406] ppid=10404 vsize=203212 CPUtime=577.08
/proc/10406/stat : 10406 (pcs.big) R 10404 10406 9065 0 -1 4194304 287034 826 0 0 57587 120 0 1 25 0 1 0 57686966 208089088 48836 996147200 134512640 135215973 4294956304 18446744073709551615 4158960018 0 0 4096 0 0 0 0 17 1 0 0
/proc/10406/statm: 50803 48836 409 171 0 49728 0
Current children cumulated CPU time (s) 577.08
Current children cumulated vsize (KiB) 203212

[startup+642.301 s]
/proc/loadavg: 2.03 2.04 2.01 3/83 10412
/proc/meminfo: memFree=375696/2055920 swapFree=4192812/4192956
[pid=10406] ppid=10404 vsize=218928 CPUtime=636.57
/proc/10406/stat : 10406 (pcs.big) R 10404 10406 9065 0 -1 4194304 299445 826 0 0 63531 125 0 1 25 0 1 0 57686966 224182272 52768 996147200 134512640 135215973 4294956304 18446744073709551615 4158960021 0 0 4096 0 0 0 0 17 1 0 0
/proc/10406/statm: 54732 52768 409 171 0 53657 0
Current children cumulated CPU time (s) 636.57
Current children cumulated vsize (KiB) 218928

[startup+702.302 s]
/proc/loadavg: 2.01 2.03 2.00 3/83 10412
/proc/meminfo: memFree=367760/2055920 swapFree=4192812/4192956
[pid=10406] ppid=10404 vsize=226692 CPUtime=696.05
/proc/10406/stat : 10406 (pcs.big) R 10404 10406 9065 0 -1 4194304 306853 826 0 0 69476 128 0 1 25 0 1 0 57686966 232132608 54747 996147200 134512640 135215973 4294956304 18446744073709551615 4158960033 0 0 4096 0 0 0 0 17 1 0 0
/proc/10406/statm: 56673 54747 409 171 0 55598 0
Current children cumulated CPU time (s) 696.05
Current children cumulated vsize (KiB) 226692

[startup+762.307 s]
/proc/loadavg: 2.00 2.02 2.00 3/83 10412
/proc/meminfo: memFree=358160/2055920 swapFree=4192812/4192956
[pid=10406] ppid=10404 vsize=236088 CPUtime=755.53
/proc/10406/stat : 10406 (pcs.big) R 10404 10406 9065 0 -1 4194304 315618 826 0 0 75420 132 0 1 25 0 1 0 57686966 241754112 57107 996147200 134512640 135215973 4294956304 18446744073709551615 4158960128 0 0 4096 0 0 0 0 17 1 0 0
/proc/10406/statm: 59022 57107 409 171 0 57947 0
Current children cumulated CPU time (s) 755.53
Current children cumulated vsize (KiB) 236088

[startup+822.302 s]
/proc/loadavg: 2.00 2.01 2.00 3/83 10412
/proc/meminfo: memFree=336272/2055920 swapFree=4192812/4192956
[pid=10406] ppid=10404 vsize=258108 CPUtime=814.97
/proc/10406/stat : 10406 (pcs.big) R 10404 10406 9065 0 -1 4194304 394429 826 0 0 81334 162 0 1 25 0 1 0 57686966 264302592 62718 996147200 134512640 135215973 4294956304 18446744073709551615 134585694 0 0 4096 0 0 0 0 17 1 0 0
/proc/10406/statm: 64527 62718 409 171 0 63452 0
Current children cumulated CPU time (s) 814.97
Current children cumulated vsize (KiB) 258108

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

[startup+825.502 s]
/proc/loadavg: 2.00 2.01 2.00 3/83 10412
/proc/meminfo: memFree=334672/2055920 swapFree=4192812/4192956
[pid=10406] ppid=10404 vsize=259540 CPUtime=818.14
/proc/10406/stat : 10406 (pcs.big) R 10404 10406 9065 0 -1 4194304 396295 826 0 0 81650 163 0 1 25 0 1 0 57686966 265768960 63059 996147200 134512640 135215973 4294956304 18446744073709551615 134599868 0 0 4096 0 0 0 0 17 1 0 0
/proc/10406/statm: 64885 63059 409 171 0 63810 0
Current children cumulated CPU time (s) 818.14
Current children cumulated vsize (KiB) 259540

[startup+828.701 s]
/proc/loadavg: 2.00 2.01 2.00 3/83 10412
/proc/meminfo: memFree=332624/2055920 swapFree=4192812/4192956
[pid=10406] ppid=10404 vsize=261388 CPUtime=821.31
/proc/10406/stat : 10406 (pcs.big) R 10404 10406 9065 0 -1 4194304 398975 826 0 0 81966 164 0 1 25 0 1 0 57686966 267661312 63543 996147200 134512640 135215973 4294956304 18446744073709551615 4158960170 0 0 4096 0 0 0 0 17 1 0 0
/proc/10406/statm: 65347 63543 409 171 0 64272 0
Current children cumulated CPU time (s) 821.31
Current children cumulated vsize (KiB) 261388

[startup+829.501 s]
/proc/loadavg: 2.00 2.01 2.00 3/83 10412
/proc/meminfo: memFree=332176/2055920 swapFree=4192812/4192956
[pid=10406] ppid=10404 vsize=261804 CPUtime=822.09
/proc/10406/stat : 10406 (pcs.big) R 10404 10406 9065 0 -1 4194304 399729 826 0 0 82044 164 0 1 25 0 1 0 57686966 268087296 63626 996147200 134512640 135215973 4294956304 18446744073709551615 134532667 0 0 4096 0 0 0 0 17 1 0 0
/proc/10406/statm: 65451 63626 409 171 0 64376 0
Current children cumulated CPU time (s) 822.09
Current children cumulated vsize (KiB) 261804

[startup+830.301 s]
/proc/loadavg: 2.00 2.01 2.00 3/83 10412
/proc/meminfo: memFree=332176/2055920 swapFree=4192812/4192956
[pid=10406] ppid=10404 vsize=260016 CPUtime=822.9
/proc/10406/stat : 10406 (pcs.big) R 10404 10406 9065 0 -1 4194304 400286 826 0 0 82124 165 0 1 25 0 1 0 57686966 266256384 63214 996147200 134512640 135215973 4294956304 18446744073709551615 134532677 0 0 4096 0 0 0 0 17 1 0 0
/proc/10406/statm: 65004 63214 409 171 0 63929 0
Current children cumulated CPU time (s) 822.9
Current children cumulated vsize (KiB) 260016

[startup+830.506 s]
/proc/loadavg: 2.00 2.01 2.00 3/83 10412
/proc/meminfo: memFree=333648/2055920 swapFree=4192812/4192956
[pid=10406] ppid=10404 vsize=260016 CPUtime=823.1
/proc/10406/stat : 10406 (pcs.big) R 10404 10406 9065 0 -1 4194304 400286 826 0 0 82144 165 0 1 25 0 1 0 57686966 266256384 63214 996147200 134512640 135215973 4294956304 18446744073709551615 134532717 0 0 4096 0 0 0 0 17 1 0 0
/proc/10406/statm: 65004 63214 409 171 0 63929 0
Current children cumulated CPU time (s) 823.1
Current children cumulated vsize (KiB) 260016

[startup+830.601 s]
/proc/loadavg: 2.00 2.01 2.00 3/83 10412
/proc/meminfo: memFree=333648/2055920 swapFree=4192812/4192956
[pid=10406] ppid=10404 vsize=260016 CPUtime=823.19
/proc/10406/stat : 10406 (pcs.big) R 10404 10406 9065 0 -1 4194304 400286 826 0 0 82153 165 0 1 25 0 1 0 57686966 266256384 63214 996147200 134512640 135215973 4294956304 18446744073709551615 5963891 0 0 4096 0 0 0 0 17 1 0 0
/proc/10406/statm: 65004 63214 409 171 0 63929 0
Current children cumulated CPU time (s) 823.19
Current children cumulated vsize (KiB) 260016

Child status: 0
Real time (s): 830.67
CPU time (s): 823.273
CPU user time (s): 821.568
CPU system time (s): 1.70474
CPU usage (%): 99.1095
Max. virtual memory (cumulated for all children) (KiB): 262068

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

runsolver used 0.987849 second user time and 2.40163 second system time

The end

Launcher Data

Begin job on node60 at 2009-07-16 03:03:59
IDJOB=2068217
IDBENCH=54839
IDSOLVER=734
FILE ID=node60/2068217-1247706239
PBS_JOBID= 9521192
Free space on /tmp= 66428 MiB

SOLVER NAME= pcs-restart 0.2.restart
BENCH NAME= CPAI08/csp/pseudo/mpsReduced/normalized-mps-red-neos20.xml
COMMAND LINE= HOME/pcssolve -s RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2068217-1247706239/watcher-2068217-1247706239 -o /tmp/evaluation-result-2068217-1247706239/solver-2068217-1247706239 -C 1800 -W 2000 -M 900  HOME/pcssolve -s 257261623 HOME/instance-2068217-1247706239.xml

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

MD5SUM BENCH= 8df3601537f146e29101cbf7de6286ca
RANDOM SEED=257261623

node60.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.232
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.232
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:        586288 kB
Buffers:         86064 kB
Cached:         527500 kB
SwapCached:          0 kB
Active:         942880 kB
Inactive:       438656 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        586288 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            3392 kB
Writeback:           0 kB
Mapped:         788392 kB
Slab:            71780 kB
Committed_AS:  1321016 kB
PageTables:       3392 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= 66428 MiB
End job on node60 at 2009-07-16 03:17:50