Trace number 2082385

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
pcs-restart 0.3.2SAT 884.366 892.844

DiagnosticValue
ASSIGNMENTS88927

General information on the benchmark

Namecsp/rand-8-20-5/
normalized-rand-8-20-5-18-800-13_ext.xml
MD5SUMe874c508d7f610435581376cb7befaaf
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 benchmark73.4208
Satisfiable
(Un)Satisfiability was proved
Number of variables20
Number of constraints18
Maximum constraint arity8
Maximum domain size5
Number of constraints which are defined in extension18
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data

0.14/0.30	c small-domain mode
0.14/0.31	c Seed is 1222201925
0.14/0.31	c Constructing HOME/instance-2082385-1247720998.xml  with 18 constraints
8.19/8.32	c Solving 88927 backtracks 19 restarts
884.30/892.84	s SATISFIABLE
884.30/892.84	c V0=4, V1=1, V2=2, V3=0, V4=4, V5=2, V6=2, V7=2, V8=4, V9=0, V10=0, V11=4, V12=1, V13=3, V14=3, V15=0, V16=3, V17=2, V18=1, V19=0, 
884.30/892.84	v 4 1 2 0 4 2 2 2 4 0 0 4 1 3 3 0 3 2 1 0 
884.30/892.84	d ASSIGNMENTS 88927

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-2082385-1247720998/watcher-2082385-1247720998 -o /tmp/evaluation-result-2082385-1247720998/solver-2082385-1247720998 -C 1800 -W 2000 -M 900 HOME/pcssolve -s 1222201925 HOME/instance-2082385-1247720998.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.00 2.00 4/81 13587
/proc/meminfo: memFree=1469480/2055920 swapFree=4192812/4192956
[pid=13587] ppid=13585 vsize=18576 CPUtime=0
/proc/13587/stat : 13587 (runsolver) R 13585 13587 12010 0 -1 4194368 15 0 0 0 0 0 0 0 20 0 1 0 59166983 19021824 284 996147200 4194304 4302564 548682068496 18446744073709551615 262910045479 0 0 4096 24578 0 0 0 17 1 0 0
/proc/13587/statm: 4644 284 249 26 0 2626 0

[startup+0.018655 s]
/proc/loadavg: 2.00 2.00 2.00 4/81 13587
/proc/meminfo: memFree=1469480/2055920 swapFree=4192812/4192956
[pid=13587] ppid=13585 vsize=5356 CPUtime=0
/proc/13587/stat : 13587 (pcssolve) S 13585 13587 12010 0 -1 4194304 305 0 0 0 0 0 0 0 20 0 1 0 59166983 5484544 242 996147200 4194304 4889804 548682068800 18446744073709551615 262910042948 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13587/statm: 1339 242 201 169 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5356

[startup+0.101672 s]
/proc/loadavg: 2.00 2.00 2.00 4/81 13587
/proc/meminfo: memFree=1469480/2055920 swapFree=4192812/4192956
[pid=13587] ppid=13585 vsize=5356 CPUtime=0.07
/proc/13587/stat : 13587 (pcssolve) S 13585 13587 12010 0 -1 4194304 339 1332 0 0 0 0 4 3 17 0 1 0 59166983 5484544 242 996147200 4194304 4889804 548682068800 18446744073709551615 262910042948 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13587/statm: 1339 242 201 169 0 50 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 5356

[startup+0.301711 s]
/proc/loadavg: 2.00 2.00 2.00 4/81 13587
/proc/meminfo: memFree=1469480/2055920 swapFree=4192812/4192956
[pid=13587] ppid=13585 vsize=5356 CPUtime=0.14
/proc/13587/stat : 13587 (pcssolve) S 13585 13587 12010 0 -1 4194304 367 2678 0 0 0 0 8 6 16 0 1 0 59166983 5484544 243 996147200 4194304 4889804 548682068800 18446744073709551615 262910042948 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13587/statm: 1339 243 202 169 0 50 0
Current children cumulated CPU time (s) 0.14
Current children cumulated vsize (KiB) 5356

[startup+0.701782 s]
/proc/loadavg: 2.00 2.00 2.00 4/81 13587
/proc/meminfo: memFree=1469480/2055920 swapFree=4192812/4192956
[pid=13587] ppid=13585 vsize=11096 CPUtime=0.65
/proc/13587/stat : 13587 (pcs.small) R 13585 13587 12010 0 -1 4194304 2883 3866 0 0 37 1 18 9 19 0 1 0 59166983 11362304 2067 996147200 134512640 135095119 4294956304 18446744073709551615 8445565 0 0 4096 0 0 0 0 17 1 0 0
/proc/13587/statm: 2774 2067 375 142 0 1728 0
Current children cumulated CPU time (s) 0.65
Current children cumulated vsize (KiB) 11096

[startup+1.50194 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 13593
/proc/meminfo: memFree=1462112/2055920 swapFree=4192812/4192956
[pid=13587] ppid=13585 vsize=18788 CPUtime=1.44
/proc/13587/stat : 13587 (pcs.small) R 13585 13587 12010 0 -1 4194304 4934 3866 0 0 115 2 18 9 25 0 1 0 59166983 19238912 3076 996147200 134512640 135095119 4294956304 18446744073709551615 134928516 0 0 4096 0 0 0 0 17 1 0 0
/proc/13587/statm: 4697 3076 375 142 0 3651 0
Current children cumulated CPU time (s) 1.44
Current children cumulated vsize (KiB) 18788

[startup+3.10125 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 13593
/proc/meminfo: memFree=1454112/2055920 swapFree=4192812/4192956
[pid=13587] ppid=13585 vsize=36012 CPUtime=3.03
/proc/13587/stat : 13587 (pcs.small) R 13585 13587 12010 0 -1 4194304 9230 3866 0 0 272 4 18 9 25 0 1 0 59166983 36876288 5588 996147200 134512640 135095119 4294956304 18446744073709551615 134741575 0 0 4096 0 0 0 0 17 1 0 0
/proc/13587/statm: 9003 5588 375 142 0 7957 0
Current children cumulated CPU time (s) 3.03
Current children cumulated vsize (KiB) 36012

[startup+6.30189 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 13593
/proc/meminfo: memFree=1434592/2055920 swapFree=4192812/4192956
[pid=13587] ppid=13585 vsize=68224 CPUtime=6.2
/proc/13587/stat : 13587 (pcs.small) R 13585 13587 12010 0 -1 4194304 17609 3866 0 0 584 9 18 9 25 0 1 0 59166983 69861376 10446 996147200 134512640 135095119 4294956304 18446744073709551615 134681660 0 0 4096 0 0 0 0 17 1 0 0
/proc/13587/statm: 17056 10446 375 142 0 16010 0
Current children cumulated CPU time (s) 6.2
Current children cumulated vsize (KiB) 68224

[startup+12.7022 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 13593
/proc/meminfo: memFree=1415392/2055920 swapFree=4192812/4192956
[pid=13587] ppid=13585 vsize=58184 CPUtime=12.54
/proc/13587/stat : 13587 (pcs.small) R 13585 13587 12010 0 -1 4194304 23612 3866 0 0 1215 12 18 9 25 0 1 0 59166983 59580416 13896 996147200 134512640 135095119 4294956304 18446744073709551615 134918203 0 0 4096 0 0 0 0 17 1 0 0
/proc/13587/statm: 14546 13896 389 142 0 13500 0
Current children cumulated CPU time (s) 12.54
Current children cumulated vsize (KiB) 58184

[startup+25.5017 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 13593
/proc/meminfo: memFree=1415584/2055920 swapFree=4192812/4192956
[pid=13587] ppid=13585 vsize=58184 CPUtime=25.22
/proc/13587/stat : 13587 (pcs.small) R 13585 13587 12010 0 -1 4194304 23612 3866 0 0 2483 12 18 9 25 0 1 0 59166983 59580416 13896 996147200 134512640 135095119 4294956304 18446744073709551615 134918253 0 0 4096 0 0 0 0 17 1 0 0
/proc/13587/statm: 14546 13896 389 142 0 13500 0
Current children cumulated CPU time (s) 25.22
Current children cumulated vsize (KiB) 58184

[startup+51.1017 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 13593
/proc/meminfo: memFree=1415648/2055920 swapFree=4192812/4192956
[pid=13587] ppid=13585 vsize=58184 CPUtime=50.57
/proc/13587/stat : 13587 (pcs.small) R 13585 13587 12010 0 -1 4194304 23612 3866 0 0 5018 12 18 9 25 0 1 0 59166983 59580416 13896 996147200 134512640 135095119 4294956304 18446744073709551615 134926973 0 0 4096 0 0 0 0 17 1 0 0
/proc/13587/statm: 14546 13896 389 142 0 13500 0
Current children cumulated CPU time (s) 50.57
Current children cumulated vsize (KiB) 58184

[startup+102.307 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 13593
/proc/meminfo: memFree=1415008/2055920 swapFree=4192812/4192956
[pid=13587] ppid=13585 vsize=59212 CPUtime=101.28
/proc/13587/stat : 13587 (pcs.small) R 13585 13587 12010 0 -1 4194304 23745 3866 0 0 10089 12 18 9 25 0 1 0 59166983 60633088 14029 996147200 134512640 135095119 4294956304 18446744073709551615 134918190 0 0 4096 0 0 0 0 17 1 0 0
/proc/13587/statm: 14803 14029 389 142 0 13757 0
Current children cumulated CPU time (s) 101.28
Current children cumulated vsize (KiB) 59212

[startup+162.302 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 13593
/proc/meminfo: memFree=1414688/2055920 swapFree=4192812/4192956
[pid=13587] ppid=13585 vsize=59212 CPUtime=160.71
/proc/13587/stat : 13587 (pcs.small) R 13585 13587 12010 0 -1 4194304 23827 3866 0 0 16032 12 18 9 25 0 1 0 59166983 60633088 14111 996147200 134512640 135095119 4294956304 18446744073709551615 134927023 0 0 4096 0 0 0 0 17 1 0 0
/proc/13587/statm: 14803 14111 389 142 0 13757 0
Current children cumulated CPU time (s) 160.71
Current children cumulated vsize (KiB) 59212

[startup+222.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 13593
/proc/meminfo: memFree=1413664/2055920 swapFree=4192812/4192956
[pid=13587] ppid=13585 vsize=61264 CPUtime=220.13
/proc/13587/stat : 13587 (pcs.small) R 13585 13587 12010 0 -1 4194304 24343 3866 0 0 21974 12 18 9 25 0 1 0 59166983 62734336 14370 996147200 134512640 135095119 4294956304 18446744073709551615 134918271 0 0 4096 0 0 0 0 17 1 0 0
/proc/13587/statm: 15316 14370 389 142 0 14270 0
Current children cumulated CPU time (s) 220.13
Current children cumulated vsize (KiB) 61264

[startup+282.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 13593
/proc/meminfo: memFree=1412704/2055920 swapFree=4192812/4192956
[pid=13587] ppid=13585 vsize=61784 CPUtime=279.57
/proc/13587/stat : 13587 (pcs.small) R 13585 13587 12010 0 -1 4194304 24585 3866 0 0 27918 12 18 9 25 0 1 0 59166983 63266816 14612 996147200 134512640 135095119 4294956304 18446744073709551615 134918161 0 0 4096 0 0 0 0 17 1 0 0
/proc/13587/statm: 15446 14612 389 142 0 14400 0
Current children cumulated CPU time (s) 279.57
Current children cumulated vsize (KiB) 61784

[startup+342.302 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 13593
/proc/meminfo: memFree=1409376/2055920 swapFree=4192812/4192956
[pid=13587] ppid=13585 vsize=65316 CPUtime=339
/proc/13587/stat : 13587 (pcs.small) R 13585 13587 12010 0 -1 4194304 25609 3866 0 0 33860 13 18 9 25 0 1 0 59166983 66883584 15379 996147200 134512640 135095119 4294956304 18446744073709551615 134918166 0 0 4096 0 0 0 0 17 1 0 0
/proc/13587/statm: 16329 15379 389 142 0 15283 0
Current children cumulated CPU time (s) 339
Current children cumulated vsize (KiB) 65316

[startup+402.302 s]
/proc/loadavg: 2.01 2.00 2.00 3/83 13636
/proc/meminfo: memFree=1431600/2055920 swapFree=4192812/4192956
[pid=13587] ppid=13585 vsize=67364 CPUtime=398.43
/proc/13587/stat : 13587 (pcs.small) R 13585 13587 12010 0 -1 4194304 26243 3866 0 0 39802 14 18 9 25 0 1 0 59166983 68980736 15500 996147200 134512640 135095119 4294956304 18446744073709551615 134588768 0 0 4096 0 0 0 0 17 1 0 0
/proc/13587/statm: 16841 15500 389 142 0 15795 0
Current children cumulated CPU time (s) 398.43
Current children cumulated vsize (KiB) 67364

[startup+462.302 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 13636
/proc/meminfo: memFree=1399216/2055920 swapFree=4192812/4192956
[pid=13587] ppid=13585 vsize=67624 CPUtime=457.87
/proc/13587/stat : 13587 (pcs.small) R 13585 13587 12010 0 -1 4194304 26427 3866 0 0 45745 15 18 9 25 0 1 0 59166983 69246976 15684 996147200 134512640 135095119 4294956304 18446744073709551615 134918159 0 0 4096 0 0 0 0 17 1 0 0
/proc/13587/statm: 16906 15684 389 142 0 15860 0
Current children cumulated CPU time (s) 457.87
Current children cumulated vsize (KiB) 67624

[startup+522.302 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 13636
/proc/meminfo: memFree=1386992/2055920 swapFree=4192812/4192956
[pid=13587] ppid=13585 vsize=68536 CPUtime=517.3
/proc/13587/stat : 13587 (pcs.small) R 13585 13587 12010 0 -1 4194304 26784 3866 0 0 51688 15 18 9 25 0 1 0 59166983 70180864 16041 996147200 134512640 135095119 4294956304 18446744073709551615 134918203 0 0 4096 0 0 0 0 17 1 0 0
/proc/13587/statm: 17134 16041 389 142 0 16088 0
Current children cumulated CPU time (s) 517.3
Current children cumulated vsize (KiB) 68536

[startup+582.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 13636
/proc/meminfo: memFree=1384432/2055920 swapFree=4192812/4192956
[pid=13587] ppid=13585 vsize=69444 CPUtime=576.73
/proc/13587/stat : 13587 (pcs.small) R 13585 13587 12010 0 -1 4194304 27165 3866 0 0 57631 15 18 9 25 0 1 0 59166983 71110656 16422 996147200 134512640 135095119 4294956304 18446744073709551615 134918203 0 0 4096 0 0 0 0 17 1 0 0
/proc/13587/statm: 17361 16422 389 142 0 16315 0
Current children cumulated CPU time (s) 576.73
Current children cumulated vsize (KiB) 69444

[startup+642.302 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 13636
/proc/meminfo: memFree=1382128/2055920 swapFree=4192812/4192956
[pid=13587] ppid=13585 vsize=70496 CPUtime=636.16
/proc/13587/stat : 13587 (pcs.small) R 13585 13587 12010 0 -1 4194304 27538 3866 0 0 63573 16 18 9 25 0 1 0 59166983 72187904 16795 996147200 134512640 135095119 4294956304 18446744073709551615 134918166 0 0 4096 0 0 0 0 17 1 0 0
/proc/13587/statm: 17624 16795 389 142 0 16578 0
Current children cumulated CPU time (s) 636.16
Current children cumulated vsize (KiB) 70496

[startup+702.302 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 13636
/proc/meminfo: memFree=1377200/2055920 swapFree=4192812/4192956
[pid=13587] ppid=13585 vsize=76368 CPUtime=695.59
/proc/13587/stat : 13587 (pcs.small) R 13585 13587 12010 0 -1 4194304 29151 3866 0 0 69515 17 18 9 25 0 1 0 59166983 78200832 17895 996147200 134512640 135095119 4294956304 18446744073709551615 134918224 0 0 4096 0 0 0 0 17 1 0 0
/proc/13587/statm: 19092 17895 389 142 0 18046 0
Current children cumulated CPU time (s) 695.59
Current children cumulated vsize (KiB) 76368

[startup+762.307 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 13636
/proc/meminfo: memFree=1375472/2055920 swapFree=4192812/4192956
[pid=13587] ppid=13585 vsize=80464 CPUtime=755.03
/proc/13587/stat : 13587 (pcs.small) R 13585 13587 12010 0 -1 4194304 30307 3866 0 0 75458 18 18 9 25 0 1 0 59166983 82395136 18026 996147200 134512640 135095119 4294956304 18446744073709551615 134918166 0 0 4096 0 0 0 0 17 1 0 0
/proc/13587/statm: 20116 18026 389 142 0 19070 0
Current children cumulated CPU time (s) 755.03
Current children cumulated vsize (KiB) 80464

[startup+822.302 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 13636
/proc/meminfo: memFree=1374000/2055920 swapFree=4192812/4192956
[pid=13587] ppid=13585 vsize=80464 CPUtime=814.47
/proc/13587/stat : 13587 (pcs.small) R 13585 13587 12010 0 -1 4194304 30439 3866 0 0 81402 18 18 9 25 0 1 0 59166983 82395136 18158 996147200 134512640 135095119 4294956304 18446744073709551615 134918190 0 0 4096 0 0 0 0 17 1 0 0
/proc/13587/statm: 20116 18158 389 142 0 19070 0
Current children cumulated CPU time (s) 814.47
Current children cumulated vsize (KiB) 80464

[startup+882.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 13636
/proc/meminfo: memFree=1373104/2055920 swapFree=4192812/4192956
[pid=13587] ppid=13585 vsize=80728 CPUtime=873.89
/proc/13587/stat : 13587 (pcs.small) R 13585 13587 12010 0 -1 4194304 30643 3866 0 0 87344 18 18 9 25 0 1 0 59166983 82665472 18362 996147200 134512640 135095119 4294956304 18446744073709551615 134918185 0 0 4096 0 0 0 0 17 1 0 0
/proc/13587/statm: 20182 18362 389 142 0 19136 0
Current children cumulated CPU time (s) 873.89
Current children cumulated vsize (KiB) 80728

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

[startup+883.102 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 13636
/proc/meminfo: memFree=1373104/2055920 swapFree=4192812/4192956
[pid=13587] ppid=13585 vsize=80728 CPUtime=874.69
/proc/13587/stat : 13587 (pcs.small) R 13585 13587 12010 0 -1 4194304 30648 3866 0 0 87424 18 18 9 25 0 1 0 59166983 82665472 18367 996147200 134512640 135095119 4294956304 18446744073709551615 134918190 0 0 4096 0 0 0 0 17 1 0 0
/proc/13587/statm: 20182 18367 389 142 0 19136 0
Current children cumulated CPU time (s) 874.69
Current children cumulated vsize (KiB) 80728

[startup+889.502 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 13636
/proc/meminfo: memFree=1372912/2055920 swapFree=4192812/4192956
[pid=13587] ppid=13585 vsize=80860 CPUtime=881.03
/proc/13587/stat : 13587 (pcs.small) R 13585 13587 12010 0 -1 4194304 30686 3866 0 0 88058 18 18 9 25 0 1 0 59166983 82800640 18405 996147200 134512640 135095119 4294956304 18446744073709551615 134918166 0 0 4096 0 0 0 0 17 1 0 0
/proc/13587/statm: 20215 18405 389 142 0 19169 0
Current children cumulated CPU time (s) 881.03
Current children cumulated vsize (KiB) 80860

[startup+891.102 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 13636
/proc/meminfo: memFree=1372848/2055920 swapFree=4192812/4192956
[pid=13587] ppid=13585 vsize=80860 CPUtime=882.61
/proc/13587/stat : 13587 (pcs.small) R 13585 13587 12010 0 -1 4194304 30697 3866 0 0 88216 18 18 9 25 0 1 0 59166983 82800640 18416 996147200 134512640 135095119 4294956304 18446744073709551615 134918166 0 0 4096 0 0 0 0 17 1 0 0
/proc/13587/statm: 20215 18416 389 142 0 19169 0
Current children cumulated CPU time (s) 882.61
Current children cumulated vsize (KiB) 80860

[startup+891.901 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 13636
/proc/meminfo: memFree=1372848/2055920 swapFree=4192812/4192956
[pid=13587] ppid=13585 vsize=80992 CPUtime=883.41
/proc/13587/stat : 13587 (pcs.small) R 13585 13587 12010 0 -1 4194304 30702 3866 0 0 88296 18 18 9 25 0 1 0 59166983 82935808 18421 996147200 134512640 135095119 4294956304 18446744073709551615 134918136 0 0 4096 0 0 0 0 17 1 0 0
/proc/13587/statm: 20248 18421 389 142 0 19202 0
Current children cumulated CPU time (s) 883.41
Current children cumulated vsize (KiB) 80992

[startup+892.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 13636
/proc/meminfo: memFree=1372848/2055920 swapFree=4192812/4192956
[pid=13587] ppid=13585 vsize=80992 CPUtime=883.8
/proc/13587/stat : 13587 (pcs.small) R 13585 13587 12010 0 -1 4194304 30704 3866 0 0 88335 18 18 9 25 0 1 0 59166983 82935808 18423 996147200 134512640 135095119 4294956304 18446744073709551615 134918185 0 0 4096 0 0 0 0 17 1 0 0
/proc/13587/statm: 20248 18423 389 142 0 19202 0
Current children cumulated CPU time (s) 883.8
Current children cumulated vsize (KiB) 80992

[startup+892.702 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 13636
/proc/meminfo: memFree=1372848/2055920 swapFree=4192812/4192956
[pid=13587] ppid=13585 vsize=80992 CPUtime=884.2
/proc/13587/stat : 13587 (pcs.small) R 13585 13587 12010 0 -1 4194304 30707 3866 0 0 88375 18 18 9 25 0 1 0 59166983 82935808 18426 996147200 134512640 135095119 4294956304 18446744073709551615 134918198 0 0 4096 0 0 0 0 17 1 0 0
/proc/13587/statm: 20248 18426 389 142 0 19202 0
Current children cumulated CPU time (s) 884.2
Current children cumulated vsize (KiB) 80992

[startup+892.802 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 13636
/proc/meminfo: memFree=1372848/2055920 swapFree=4192812/4192956
[pid=13587] ppid=13585 vsize=18848 CPUtime=884.3
/proc/13587/stat : 13587 (pcs.small) R 13585 13587 12010 0 -1 4194304 30707 3866 0 0 88384 19 18 9 25 0 1 0 59166983 19300352 4047 996147200 134512640 135095119 4294956304 18446744073709551615 8409177 0 0 4096 0 0 0 0 17 1 0 0
/proc/13587/statm: 4712 4047 389 142 0 3666 0
Current children cumulated CPU time (s) 884.3
Current children cumulated vsize (KiB) 18848

Child status: 0
Real time (s): 892.844
CPU time (s): 884.366
CPU user time (s): 884.073
CPU system time (s): 0.292955
CPU usage (%): 99.0504
Max. virtual memory (cumulated for all children) (KiB): 89428

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 884.073
system time used= 0.292955
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 34576
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= 25
involuntary context switches= 36393

runsolver used 1.06684 second user time and 2.99654 second system time

The end

Launcher Data

Begin job on node11 at 2009-07-16 07:10:00
IDJOB=2082385
IDBENCH=57580
IDSOLVER=734
FILE ID=node11/2082385-1247720998
PBS_JOBID= 9521466
Free space on /tmp= 66396 MiB

SOLVER NAME= pcs-restart 0.2.restart
BENCH NAME= CPAI08/csp/rand-8-20-5/normalized-rand-8-20-5-18-800-13_ext.xml
COMMAND LINE= HOME/pcssolve -s RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2082385-1247720998/watcher-2082385-1247720998 -o /tmp/evaluation-result-2082385-1247720998/solver-2082385-1247720998 -C 1800 -W 2000 -M 900  HOME/pcssolve -s 1222201925 HOME/instance-2082385-1247720998.xml

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

MD5SUM BENCH= e874c508d7f610435581376cb7befaaf
RANDOM SEED=1222201925

node11.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.274
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.274
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:       1469960 kB
Buffers:         69436 kB
Cached:         332376 kB
SwapCached:          0 kB
Active:         206228 kB
Inactive:       309496 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1469960 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:           24108 kB
Writeback:           0 kB
Mapped:         134340 kB
Slab:            55108 kB
Committed_AS:   653084 kB
PageTables:       2132 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= 66396 MiB
End job on node11 at 2009-07-16 07:24:53