Trace number 2078600

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 0.3.2SAT 886.71 888.292

DiagnosticValue
ASSIGNMENTS286353

General information on the benchmark

Namecsp/rand-3-20-20-fcd/
normalized-rand-3-20-20-60-632-fcd-24_ext.xml
MD5SUM36bef06e85fbcf774fcc55f0dd47a694
Bench CategoryN-ARY-EXT (n-ary constraints in extension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark3.3165
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.00/0.03	c Seed is 1477854746
0.00/0.03	c Constructing HOME/instance-2078600-1247716452.xml  with 60 constraints
0.37/0.48	c Solving 286353 backtracks 22 restarts
886.60/888.29	s SATISFIABLE
886.60/888.29	c V0=10, V1=17, V2=19, V3=5, V4=4, V5=15, V6=18, V7=13, V8=3, V9=7, V10=15, V11=12, V12=16, V13=9, V14=11, V15=6, V16=5, V17=18, V18=8, V19=8, 
886.60/888.29	v 10 17 19 5 4 15 18 13 3 7 15 12 16 9 11 6 5 18 8 8 
886.60/888.29	d ASSIGNMENTS 286353

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-2078600-1247716452/watcher-2078600-1247716452 -o /tmp/evaluation-result-2078600-1247716452/solver-2078600-1247716452 -C 1800 -W 2000 -M 900 HOME/pcssolve -s 1477854746 HOME/instance-2078600-1247716452.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 1.98 1.99 4/72 15292
/proc/meminfo: memFree=1664408/2055920 swapFree=4192812/4192956
[pid=15292] ppid=15290 vsize=5212 CPUtime=0
/proc/15292/stat : 15292 (pcssolve) R 15290 15292 14901 0 -1 4194304 73 0 0 0 0 0 0 0 20 0 1 0 58712243 5337088 47 996147200 4194304 4889804 548682068800 18446744073709551615 214920090336 0 0 4096 0 0 0 0 17 1 0 0
/proc/15292/statm: 1303 47 31 169 0 14 0

[startup+0.05713 s]
/proc/loadavg: 1.92 1.98 1.99 4/72 15292
/proc/meminfo: memFree=1664408/2055920 swapFree=4192812/4192956
[pid=15292] ppid=15290 vsize=4808 CPUtime=0.03
/proc/15292/stat : 15292 (pcs.small) R 15290 15292 14901 0 -1 4194304 872 822 0 0 2 0 1 0 24 0 1 0 58712243 4923392 481 996147200 134512640 135095119 4294956304 18446744073709551615 134769926 0 0 4096 0 0 0 0 17 1 0 0
/proc/15292/statm: 1202 481 375 142 0 156 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 4808

[startup+0.101138 s]
/proc/loadavg: 1.92 1.98 1.99 4/72 15292
/proc/meminfo: memFree=1664408/2055920 swapFree=4192812/4192956
[pid=15292] ppid=15290 vsize=5340 CPUtime=0.08
/proc/15292/stat : 15292 (pcs.small) R 15290 15292 14901 0 -1 4194304 949 822 0 0 7 0 1 0 24 0 1 0 58712243 5468160 558 996147200 134512640 135095119 4294956304 18446744073709551615 134739383 0 0 4096 0 0 0 0 17 1 0 0
/proc/15292/statm: 1335 558 375 142 0 289 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 5340

[startup+0.30118 s]
/proc/loadavg: 1.92 1.98 1.99 4/72 15292
/proc/meminfo: memFree=1664408/2055920 swapFree=4192812/4192956
[pid=15292] ppid=15290 vsize=8044 CPUtime=0.27
/proc/15292/stat : 15292 (pcs.small) R 15290 15292 14901 0 -1 4194304 1291 822 0 0 26 0 1 0 25 0 1 0 58712243 8237056 900 996147200 134512640 135095119 4294956304 18446744073709551615 134914415 0 0 4096 0 0 0 0 17 1 0 0
/proc/15292/statm: 2011 900 375 142 0 965 0
Current children cumulated CPU time (s) 0.27
Current children cumulated vsize (KiB) 8044

[startup+0.701269 s]
/proc/loadavg: 1.92 1.98 1.99 4/72 15292
/proc/meminfo: memFree=1664408/2055920 swapFree=4192812/4192956
[pid=15292] ppid=15290 vsize=10468 CPUtime=0.67
/proc/15292/stat : 15292 (pcs.small) R 15290 15292 14901 0 -1 4194304 1617 822 0 0 66 0 1 0 25 0 1 0 58712243 10719232 1226 996147200 134512640 135095119 4294956304 18446744073709551615 134918271 0 0 4096 0 0 0 0 17 1 0 0
/proc/15292/statm: 2617 1226 390 142 0 1571 0
Current children cumulated CPU time (s) 0.67
Current children cumulated vsize (KiB) 10468

[startup+1.50144 s]
/proc/loadavg: 1.92 1.98 1.99 3/73 15298
/proc/meminfo: memFree=1661008/2055920 swapFree=4192812/4192956
[pid=15292] ppid=15290 vsize=10468 CPUtime=1.47
/proc/15292/stat : 15292 (pcs.small) R 15290 15292 14901 0 -1 4194304 1629 822 0 0 146 0 1 0 25 0 1 0 58712243 10719232 1238 996147200 134512640 135095119 4294956304 18446744073709551615 134918190 0 0 4096 0 0 0 0 17 1 0 0
/proc/15292/statm: 2617 1238 390 142 0 1571 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 10468

[startup+3.10278 s]
/proc/loadavg: 1.92 1.98 1.99 3/73 15298
/proc/meminfo: memFree=1660752/2055920 swapFree=4192812/4192956
[pid=15292] ppid=15290 vsize=10468 CPUtime=3.07
/proc/15292/stat : 15292 (pcs.small) R 15290 15292 14901 0 -1 4194304 1644 822 0 0 305 1 1 0 25 0 1 0 58712243 10719232 1253 996147200 134512640 135095119 4294956304 18446744073709551615 134918151 0 0 4096 0 0 0 0 17 1 0 0
/proc/15292/statm: 2617 1253 390 142 0 1571 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 10468

[startup+6.30147 s]
/proc/loadavg: 1.93 1.98 1.99 3/73 15298
/proc/meminfo: memFree=1660432/2055920 swapFree=4192812/4192956
[pid=15292] ppid=15290 vsize=10728 CPUtime=6.24
/proc/15292/stat : 15292 (pcs.small) R 15290 15292 14901 0 -1 4194304 1734 822 0 0 622 1 1 0 25 0 1 0 58712243 10985472 1310 996147200 134512640 135095119 4294956304 18446744073709551615 134918079 0 0 4096 0 0 0 0 17 1 0 0
/proc/15292/statm: 2682 1310 390 142 0 1636 0
Current children cumulated CPU time (s) 6.24
Current children cumulated vsize (KiB) 10728

[startup+12.7018 s]
/proc/loadavg: 1.93 1.98 1.99 3/73 15298
/proc/meminfo: memFree=1659792/2055920 swapFree=4192812/4192956
[pid=15292] ppid=15290 vsize=11116 CPUtime=12.59
/proc/15292/stat : 15292 (pcs.small) R 15290 15292 14901 0 -1 4194304 1907 822 0 0 1257 1 1 0 25 0 1 0 58712243 11382784 1418 996147200 134512640 135095119 4294956304 18446744073709551615 134916482 0 0 4096 0 0 0 0 17 1 0 0
/proc/15292/statm: 2779 1418 390 142 0 1733 0
Current children cumulated CPU time (s) 12.59
Current children cumulated vsize (KiB) 11116

[startup+25.5016 s]
/proc/loadavg: 1.95 1.98 1.99 3/73 15298
/proc/meminfo: memFree=1658896/2055920 swapFree=4192812/4192956
[pid=15292] ppid=15290 vsize=11756 CPUtime=25.28
/proc/15292/stat : 15292 (pcs.small) R 15290 15292 14901 0 -1 4194304 2279 822 0 0 2526 1 1 0 25 0 1 0 58712243 12038144 1628 996147200 134512640 135095119 4294956304 18446744073709551615 134918249 0 0 4096 0 0 0 0 17 1 0 0
/proc/15292/statm: 2939 1628 390 142 0 1893 0
Current children cumulated CPU time (s) 25.28
Current children cumulated vsize (KiB) 11756

[startup+51.1011 s]
/proc/loadavg: 1.96 1.98 1.99 3/73 15298
/proc/meminfo: memFree=1657232/2055920 swapFree=4192812/4192956
[pid=15292] ppid=15290 vsize=13036 CPUtime=50.68
/proc/15292/stat : 15292 (pcs.small) R 15290 15292 14901 0 -1 4194304 3005 822 0 0 5065 2 1 0 25 0 1 0 58712243 13348864 2032 996147200 134512640 135095119 4294956304 18446744073709551615 134918190 0 0 4096 0 0 0 0 17 1 0 0
/proc/15292/statm: 3259 2032 390 142 0 2213 0
Current children cumulated CPU time (s) 50.68
Current children cumulated vsize (KiB) 13036

[startup+102.306 s]
/proc/loadavg: 1.98 1.98 1.99 3/73 15298
/proc/meminfo: memFree=1653776/2055920 swapFree=4192812/4192956
[pid=15292] ppid=15290 vsize=15728 CPUtime=101.48
/proc/15292/stat : 15292 (pcs.small) R 15290 15292 14901 0 -1 4194304 4465 822 0 0 10144 3 1 0 25 0 1 0 58712243 16105472 2850 996147200 134512640 135095119 4294956304 18446744073709551615 134918190 0 0 4096 0 0 0 0 17 1 0 0
/proc/15292/statm: 3932 2850 390 142 0 2886 0
Current children cumulated CPU time (s) 101.48
Current children cumulated vsize (KiB) 15728

[startup+162.302 s]
/proc/loadavg: 1.92 1.97 1.99 2/71 15363
/proc/meminfo: memFree=1656544/2055920 swapFree=4192812/4192956
[pid=15292] ppid=15290 vsize=19380 CPUtime=161.08
/proc/15292/stat : 15292 (pcs.small) R 15290 15292 14901 0 -1 4194304 5920 822 0 0 16102 5 1 0 25 0 1 0 58712243 19845120 4015 996147200 134512640 135095119 4294956304 18446744073709551615 134927091 0 0 4096 0 0 0 0 17 0 0 0
/proc/15292/statm: 4845 4015 390 142 0 3799 0
Current children cumulated CPU time (s) 161.08
Current children cumulated vsize (KiB) 19380

[startup+222.302 s]
/proc/loadavg: 2.17 2.04 2.01 3/83 15478
/proc/meminfo: memFree=1632312/2055920 swapFree=4192812/4192956
[pid=15292] ppid=15290 vsize=30008 CPUtime=221.06
/proc/15292/stat : 15292 (pcs.small) R 15290 15292 14901 0 -1 4194304 9214 822 0 0 22096 9 1 0 25 0 1 0 58712243 30728192 5706 996147200 134512640 135095119 4294956304 18446744073709551615 134918178 0 0 4096 0 0 0 0 17 0 0 0
/proc/15292/statm: 7502 5706 390 142 0 6456 0
Current children cumulated CPU time (s) 221.06
Current children cumulated vsize (KiB) 30008

[startup+282.303 s]
/proc/loadavg: 2.06 2.03 2.01 3/82 15478
/proc/meminfo: memFree=1625208/2055920 swapFree=4192812/4192956
[pid=15292] ppid=15290 vsize=31044 CPUtime=281.02
/proc/15292/stat : 15292 (pcs.small) R 15290 15292 14901 0 -1 4194304 9997 822 0 0 28092 9 1 0 25 0 1 0 58712243 31789056 6489 996147200 134512640 135095119 4294956304 18446744073709551615 134918253 0 0 4096 0 0 0 0 17 0 0 0
/proc/15292/statm: 7761 6489 390 142 0 6715 0
Current children cumulated CPU time (s) 281.02
Current children cumulated vsize (KiB) 31044

[startup+342.302 s]
/proc/loadavg: 2.02 2.02 2.00 3/82 15478
/proc/meminfo: memFree=1620344/2055920 swapFree=4192812/4192956
[pid=15292] ppid=15290 vsize=41844 CPUtime=340.99
/proc/15292/stat : 15292 (pcs.small) R 15290 15292 14901 0 -1 4194304 13213 822 0 0 34087 11 1 0 25 0 1 0 58712243 42848256 7656 996147200 134512640 135095119 4294956304 18446744073709551615 134909063 0 0 4096 0 0 0 0 17 0 0 0
/proc/15292/statm: 10461 7656 390 142 0 9415 0
Current children cumulated CPU time (s) 340.99
Current children cumulated vsize (KiB) 41844

[startup+402.302 s]
/proc/loadavg: 2.01 2.02 2.00 3/82 15478
/proc/meminfo: memFree=1615480/2055920 swapFree=4192812/4192956
[pid=15292] ppid=15290 vsize=44456 CPUtime=400.96
/proc/15292/stat : 15292 (pcs.small) R 15290 15292 14901 0 -1 4194304 14416 822 0 0 40083 12 1 0 25 0 1 0 58712243 45522944 8859 996147200 134512640 135095119 4294956304 18446744073709551615 134617027 0 0 4096 0 0 0 0 17 0 0 0
/proc/15292/statm: 11114 8859 390 142 0 10068 0
Current children cumulated CPU time (s) 400.96
Current children cumulated vsize (KiB) 44456

[startup+462.301 s]
/proc/loadavg: 2.00 2.01 2.00 3/82 15484
/proc/meminfo: memFree=1607408/2055920 swapFree=4192812/4192956
[pid=15292] ppid=15290 vsize=54360 CPUtime=460.92
/proc/15292/stat : 15292 (pcs.small) R 15290 15292 14901 0 -1 4194304 17439 822 0 0 46077 14 1 0 25 0 1 0 58712243 55664640 10857 996147200 134512640 135095119 4294956304 18446744073709551615 134918271 0 0 4096 0 0 0 0 17 0 0 0
/proc/15292/statm: 13590 10857 390 142 0 12544 0
Current children cumulated CPU time (s) 460.92
Current children cumulated vsize (KiB) 54360

[startup+522.301 s]
/proc/loadavg: 2.00 2.01 2.00 3/82 15484
/proc/meminfo: memFree=1605360/2055920 swapFree=4192812/4192956
[pid=15292] ppid=15290 vsize=54360 CPUtime=520.89
/proc/15292/stat : 15292 (pcs.small) R 15290 15292 14901 0 -1 4194304 17966 822 0 0 52073 15 1 0 25 0 1 0 58712243 55664640 11384 996147200 134512640 135095119 4294956304 18446744073709551615 134918139 0 0 4096 0 0 0 0 17 0 0 0
/proc/15292/statm: 13590 11384 390 142 0 12544 0
Current children cumulated CPU time (s) 520.89
Current children cumulated vsize (KiB) 54360

[startup+582.302 s]
/proc/loadavg: 2.00 2.00 2.00 3/73 15517
/proc/meminfo: memFree=1616328/2055920 swapFree=4192812/4192956
[pid=15292] ppid=15290 vsize=56724 CPUtime=580.86
/proc/15292/stat : 15292 (pcs.small) R 15290 15292 14901 0 -1 4194304 19087 822 0 0 58068 17 1 0 25 0 1 0 58712243 58085376 12505 996147200 134512640 135095119 4294956304 18446744073709551615 134918203 0 0 4096 0 0 0 0 17 0 0 0
/proc/15292/statm: 14181 12505 390 142 0 13135 0
Current children cumulated CPU time (s) 580.86
Current children cumulated vsize (KiB) 56724

[startup+642.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/73 15517
/proc/meminfo: memFree=1607816/2055920 swapFree=4192812/4192956
[pid=15292] ppid=15290 vsize=59328 CPUtime=640.83
/proc/15292/stat : 15292 (pcs.small) R 15290 15292 14901 0 -1 4194304 20222 822 0 0 64064 18 1 0 25 0 1 0 58712243 60751872 13640 996147200 134512640 135095119 4294956304 18446744073709551615 134918203 0 0 4096 0 0 0 0 17 0 0 0
/proc/15292/statm: 14832 13640 390 142 0 13786 0
Current children cumulated CPU time (s) 640.83
Current children cumulated vsize (KiB) 59328

[startup+702.302 s]
/proc/loadavg: 2.00 2.00 2.00 3/73 15517
/proc/meminfo: memFree=1598344/2055920 swapFree=4192812/4192956
[pid=15292] ppid=15290 vsize=78192 CPUtime=700.8
/proc/15292/stat : 15292 (pcs.small) R 15290 15292 14901 0 -1 4194304 25465 822 0 0 70058 21 1 0 25 0 1 0 58712243 80068608 14786 996147200 134512640 135095119 4294956304 18446744073709551615 134918190 0 0 4096 0 0 0 0 17 0 0 0
/proc/15292/statm: 19548 14786 390 142 0 18502 0
Current children cumulated CPU time (s) 700.8
Current children cumulated vsize (KiB) 78192

[startup+762.307 s]
/proc/loadavg: 2.00 2.00 2.00 3/73 15517
/proc/meminfo: memFree=1589776/2055920 swapFree=4192812/4192956
[pid=15292] ppid=15290 vsize=80672 CPUtime=760.77
/proc/15292/stat : 15292 (pcs.small) R 15290 15292 14901 0 -1 4194304 26621 822 0 0 76055 21 1 0 25 0 1 0 58712243 82608128 15942 996147200 134512640 135095119 4294956304 18446744073709551615 134918244 0 0 4096 0 0 0 0 17 0 0 0
/proc/15292/statm: 20168 15942 390 142 0 19122 0
Current children cumulated CPU time (s) 760.77
Current children cumulated vsize (KiB) 80672

[startup+822.302 s]
/proc/loadavg: 2.05 2.01 2.00 3/83 15557
/proc/meminfo: memFree=1287168/2055920 swapFree=4192812/4192956
[pid=15292] ppid=15290 vsize=102176 CPUtime=820.74
/proc/15292/stat : 15292 (pcs.small) R 15290 15292 14901 0 -1 4194304 32499 822 0 0 82048 25 1 0 25 0 1 0 58712243 104628224 19771 996147200 134512640 135095119 4294956304 18446744073709551615 134918271 0 0 4096 0 0 0 0 17 0 0 0
/proc/15292/statm: 25544 19771 390 142 0 24498 0
Current children cumulated CPU time (s) 820.74
Current children cumulated vsize (KiB) 102176

[startup+882.302 s]
/proc/loadavg: 2.08 2.02 2.00 3/83 15557
/proc/meminfo: memFree=1027200/2055920 swapFree=4192812/4192956
[pid=15292] ppid=15290 vsize=102176 CPUtime=880.7
/proc/15292/stat : 15292 (pcs.small) R 15290 15292 14901 0 -1 4194304 33029 822 0 0 88044 25 1 0 25 0 1 0 58712243 104628224 20301 996147200 134512640 135095119 4294956304 18446744073709551615 134918238 0 0 4096 0 0 0 0 17 0 0 0
/proc/15292/statm: 25544 20301 390 142 0 24498 0
Current children cumulated CPU time (s) 880.7
Current children cumulated vsize (KiB) 102176

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

[startup+883.102 s]
/proc/loadavg: 2.08 2.02 2.00 3/83 15557
/proc/meminfo: memFree=1027200/2055920 swapFree=4192812/4192956
[pid=15292] ppid=15290 vsize=102176 CPUtime=881.5
/proc/15292/stat : 15292 (pcs.small) R 15290 15292 14901 0 -1 4194304 33036 822 0 0 88124 25 1 0 25 0 1 0 58712243 104628224 20308 996147200 134512640 135095119 4294956304 18446744073709551615 134911157 0 0 4096 0 0 0 0 17 0 0 0
/proc/15292/statm: 25544 20308 390 142 0 24498 0
Current children cumulated CPU time (s) 881.5
Current children cumulated vsize (KiB) 102176

[startup+886.301 s]
/proc/loadavg: 2.08 2.02 2.00 3/83 15557
/proc/meminfo: memFree=1027072/2055920 swapFree=4192812/4192956
[pid=15292] ppid=15290 vsize=102176 CPUtime=884.71
/proc/15292/stat : 15292 (pcs.small) R 15290 15292 14901 0 -1 4194304 33065 822 0 0 88444 26 1 0 25 0 1 0 58712243 104628224 20337 996147200 134512640 135095119 4294956304 18446744073709551615 134918175 0 0 4096 0 0 0 0 17 0 0 0
/proc/15292/statm: 25544 20337 390 142 0 24498 0
Current children cumulated CPU time (s) 884.71
Current children cumulated vsize (KiB) 102176

[startup+887.103 s]
/proc/loadavg: 2.08 2.02 2.00 3/83 15557
/proc/meminfo: memFree=1027008/2055920 swapFree=4192812/4192956
[pid=15292] ppid=15290 vsize=102176 CPUtime=885.51
/proc/15292/stat : 15292 (pcs.small) R 15290 15292 14901 0 -1 4194304 33072 822 0 0 88524 26 1 0 25 0 1 0 58712243 104628224 20344 996147200 134512640 135095119 4294956304 18446744073709551615 134918151 0 0 4096 0 0 0 0 17 0 0 0
/proc/15292/statm: 25544 20344 390 142 0 24498 0
Current children cumulated CPU time (s) 885.51
Current children cumulated vsize (KiB) 102176

[startup+887.902 s]
/proc/loadavg: 2.07 2.02 2.00 3/83 15557
/proc/meminfo: memFree=1026944/2055920 swapFree=4192812/4192956
[pid=15292] ppid=15290 vsize=102176 CPUtime=886.31
/proc/15292/stat : 15292 (pcs.small) R 15290 15292 14901 0 -1 4194304 33080 822 0 0 88604 26 1 0 25 0 1 0 58712243 104628224 20352 996147200 134512640 135095119 4294956304 18446744073709551615 134918136 0 0 4096 0 0 0 0 17 0 0 0
/proc/15292/statm: 25544 20352 390 142 0 24498 0
Current children cumulated CPU time (s) 886.31
Current children cumulated vsize (KiB) 102176

[startup+888.102 s]
/proc/loadavg: 2.07 2.02 2.00 3/83 15557
/proc/meminfo: memFree=1026944/2055920 swapFree=4192812/4192956
[pid=15292] ppid=15290 vsize=85788 CPUtime=886.51
/proc/15292/stat : 15292 (pcs.small) R 15290 15292 14901 0 -1 4194304 33080 822 0 0 88624 26 1 0 25 0 1 0 58712243 87846912 18114 996147200 134512640 135095119 4294956304 18446744073709551615 134595289 0 0 4096 0 0 0 0 17 0 0 0
/proc/15292/statm: 21447 18114 390 142 0 20401 0
Current children cumulated CPU time (s) 886.51
Current children cumulated vsize (KiB) 85788

[startup+888.202 s]
/proc/loadavg: 2.07 2.02 2.00 3/83 15557
/proc/meminfo: memFree=1026944/2055920 swapFree=4192812/4192956
[pid=15292] ppid=15290 vsize=53016 CPUtime=886.6
/proc/15292/stat : 15292 (pcs.small) R 15290 15292 14901 0 -1 4194304 33080 822 0 0 88633 26 1 0 25 0 1 0 58712243 54288384 12595 996147200 134512640 135095119 4294956304 18446744073709551615 9334899 0 0 4096 0 0 0 0 17 0 0 0
/proc/15292/statm: 13254 12595 390 142 0 12208 0
Current children cumulated CPU time (s) 886.6
Current children cumulated vsize (KiB) 53016

Child status: 0
Real time (s): 888.292
CPU time (s): 886.71
CPU user time (s): 886.43
CPU system time (s): 0.279957
CPU usage (%): 99.8219
Max. virtual memory (cumulated for all children) (KiB): 102176

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

runsolver used 1.14783 second user time and 2.52761 second system time

The end

Launcher Data

Begin job on node10 at 2009-07-16 05:54:12
IDJOB=2078600
IDBENCH=56786
IDSOLVER=733
FILE ID=node10/2078600-1247716452
PBS_JOBID= 9521407
Free space on /tmp= 66360 MiB

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

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

MD5SUM BENCH= 36bef06e85fbcf774fcc55f0dd47a694
RANDOM SEED=1477854746

node10.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.279
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.279
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:       1664888 kB
Buffers:         71376 kB
Cached:         224900 kB
SwapCached:          0 kB
Active:          90768 kB
Inactive:       227880 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1664888 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            3020 kB
Writeback:           0 kB
Mapped:          33836 kB
Slab:            57748 kB
Committed_AS:   594868 kB
PageTables:       1696 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= 66360 MiB
End job on node10 at 2009-07-16 06:09:00