Trace number 2082407

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 847.998 853.215

DiagnosticValue
ASSIGNMENTS80326

General information on the benchmark

Namecsp/rand-8-20-5/
normalized-rand-8-20-5-18-800-1_ext.xml
MD5SUM777fc5a1408e3970fe4cdc5b66e8ea16
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 benchmark9.2066
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.15/0.29	c small-domain mode
0.27/0.30	c Seed is 1689396913
0.27/0.30	c Constructing HOME/instance-2082407-1247721013.xml  with 18 constraints
8.09/8.20	c Solving 80326 backtracks 19 restarts
847.96/853.21	s SATISFIABLE
847.96/853.21	c V0=1, V1=3, V2=2, V3=2, V4=2, V5=0, V6=2, V7=1, V8=4, V9=1, V10=4, V11=4, V12=0, V13=1, V14=4, V15=1, V16=4, V17=0, V18=0, V19=0, 
847.96/853.21	v 1 3 2 2 2 0 2 1 4 1 4 4 0 1 4 1 4 0 0 0 
847.96/853.21	d ASSIGNMENTS 80326

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-2082407-1247721013/watcher-2082407-1247721013 -o /tmp/evaluation-result-2082407-1247721013/solver-2082407-1247721013 -C 1800 -W 2000 -M 900 HOME/pcssolve -s 1689396913 HOME/instance-2082407-1247721013.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 2.00 4/72 13966
/proc/meminfo: memFree=965720/2055920 swapFree=4192812/4192956
[pid=13966] ppid=13964 vsize=5356 CPUtime=0
/proc/13966/stat : 13966 (pcssolve) R 13964 13966 12884 0 -1 4194304 290 0 0 0 0 0 0 0 24 0 1 0 59165168 5484544 241 996147200 4194304 4889804 548682068800 18446744073709551615 208717539999 0 65538 4100 65536 0 0 0 17 1 0 0
/proc/13966/statm: 1339 241 200 169 0 50 0
[pid=13967] ppid=13966 vsize=3676 CPUtime=0
/proc/13967/stat : 13967 (fgrep) R 13966 13966 12884 0 -1 4194304 130 0 0 0 0 0 0 0 25 0 1 0 59165168 3764224 97 996147200 4194304 4274172 548682068976 18446744073709551615 4255168 0 0 4096 0 0 0 0 17 1 0 0
/proc/13967/statm: 919 97 79 19 0 43 0

[startup+0.0922771 s]
/proc/loadavg: 1.92 1.98 2.00 4/72 13966
/proc/meminfo: memFree=965720/2055920 swapFree=4192812/4192956
[pid=13966] ppid=13964 vsize=5356 CPUtime=0.07
/proc/13966/stat : 13966 (pcssolve) S 13964 13966 12884 0 -1 4194304 305 1170 0 0 0 0 5 2 17 0 1 0 59165168 5484544 242 996147200 4194304 4889804 548682068800 18446744073709551615 208717538116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13966/statm: 1339 242 201 169 0 50 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 5356

[startup+0.102276 s]
/proc/loadavg: 1.92 1.98 2.00 4/72 13966
/proc/meminfo: memFree=965720/2055920 swapFree=4192812/4192956
[pid=13966] ppid=13964 vsize=5356 CPUtime=0.08
/proc/13966/stat : 13966 (pcssolve) S 13964 13966 12884 0 -1 4194304 339 1332 0 0 0 0 5 3 19 0 1 0 59165168 5484544 242 996147200 4194304 4889804 548682068800 18446744073709551615 208717538116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13966/statm: 1339 242 201 169 0 50 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 5356

[startup+0.302293 s]
/proc/loadavg: 1.92 1.98 2.00 4/72 13966
/proc/meminfo: memFree=965720/2055920 swapFree=4192812/4192956
[pid=13966] ppid=13964 vsize=4240 CPUtime=0.27
/proc/13966/stat : 13966 (pcs.small) R 13964 13966 12884 0 -1 4194304 652 3866 0 0 0 0 18 9 17 0 1 0 59165168 4341760 261 996147200 134512640 135095119 4294956304 18446744073709551615 10893056 0 0 4096 0 0 0 0 17 1 0 0
/proc/13966/statm: 1060 261 229 142 0 14 0
Current children cumulated CPU time (s) 0.27
Current children cumulated vsize (KiB) 4240

[startup+0.702335 s]
/proc/loadavg: 1.92 1.98 2.00 4/72 13966
/proc/meminfo: memFree=965720/2055920 swapFree=4192812/4192956
[pid=13966] ppid=13964 vsize=11412 CPUtime=0.67
/proc/13966/stat : 13966 (pcs.small) R 13964 13966 12884 0 -1 4194304 3004 3866 0 0 39 1 18 9 20 0 1 0 59165168 11685888 2148 996147200 134512640 135095119 4294956304 18446744073709551615 134934212 0 0 4096 0 0 0 0 17 1 0 0
/proc/13966/statm: 2853 2148 374 142 0 1807 0
Current children cumulated CPU time (s) 0.67
Current children cumulated vsize (KiB) 11412

[startup+1.50242 s]
/proc/loadavg: 1.92 1.98 2.00 3/73 13972
/proc/meminfo: memFree=956816/2055920 swapFree=4192812/4192956
[pid=13966] ppid=13964 vsize=19400 CPUtime=1.45
/proc/13966/stat : 13966 (pcs.small) R 13964 13966 12884 0 -1 4194304 5135 3866 0 0 115 3 18 9 25 0 1 0 59165168 19865600 3198 996147200 134512640 135095119 4294956304 18446744073709551615 134945087 0 0 4096 0 0 0 0 17 1 0 0
/proc/13966/statm: 4850 3198 375 142 0 3804 0
Current children cumulated CPU time (s) 1.45
Current children cumulated vsize (KiB) 19400

[startup+3.1016 s]
/proc/loadavg: 1.92 1.98 2.00 3/73 13972
/proc/meminfo: memFree=950160/2055920 swapFree=4192812/4192956
[pid=13966] ppid=13964 vsize=35968 CPUtime=3.03
/proc/13966/stat : 13966 (pcs.small) R 13964 13966 12884 0 -1 4194304 9226 3866 0 0 270 6 18 9 25 0 1 0 59165168 36831232 5585 996147200 134512640 135095119 4294956304 18446744073709551615 134731064 0 0 4096 0 0 0 0 17 1 0 0
/proc/13966/statm: 8992 5585 375 142 0 7946 0
Current children cumulated CPU time (s) 3.03
Current children cumulated vsize (KiB) 35968

[startup+6.30194 s]
/proc/loadavg: 1.93 1.98 2.00 3/73 13972
/proc/meminfo: memFree=929808/2055920 swapFree=4192812/4192956
[pid=13966] ppid=13964 vsize=69716 CPUtime=6.2
/proc/13966/stat : 13966 (pcs.small) R 13964 13966 12884 0 -1 4194304 18209 3866 0 0 583 10 18 9 25 0 1 0 59165168 71389184 10784 996147200 134512640 135095119 4294956304 18446744073709551615 134934370 0 0 4096 0 0 0 0 17 1 0 0
/proc/13966/statm: 17429 10784 375 142 0 16383 0
Current children cumulated CPU time (s) 6.2
Current children cumulated vsize (KiB) 69716

[startup+12.7016 s]
/proc/loadavg: 1.93 1.98 2.00 3/73 13972
/proc/meminfo: memFree=910928/2055920 swapFree=4192812/4192956
[pid=13966] ppid=13964 vsize=58116 CPUtime=12.55
/proc/13966/stat : 13966 (pcs.small) R 13964 13966 12884 0 -1 4194304 23576 3866 0 0 1215 13 18 9 25 0 1 0 59165168 59510784 13878 996147200 134512640 135095119 4294956304 18446744073709551615 134926990 0 0 4096 0 0 0 0 17 1 0 0
/proc/13966/statm: 14529 13878 389 142 0 13483 0
Current children cumulated CPU time (s) 12.55
Current children cumulated vsize (KiB) 58116

[startup+25.502 s]
/proc/loadavg: 1.95 1.98 2.00 3/73 13972
/proc/meminfo: memFree=910096/2055920 swapFree=4192812/4192956
[pid=13966] ppid=13964 vsize=58116 CPUtime=25.23
/proc/13966/stat : 13966 (pcs.small) R 13964 13966 12884 0 -1 4194304 23576 3866 0 0 2483 13 18 9 25 0 1 0 59165168 59510784 13878 996147200 134512640 135095119 4294956304 18446744073709551615 134918185 0 0 4096 0 0 0 0 17 1 0 0
/proc/13966/statm: 14529 13878 389 142 0 13483 0
Current children cumulated CPU time (s) 25.23
Current children cumulated vsize (KiB) 58116

[startup+51.1018 s]
/proc/loadavg: 1.96 1.98 2.00 3/73 13972
/proc/meminfo: memFree=908112/2055920 swapFree=4192812/4192956
[pid=13966] ppid=13964 vsize=58116 CPUtime=50.58
/proc/13966/stat : 13966 (pcs.small) R 13964 13966 12884 0 -1 4194304 23576 3866 0 0 5018 13 18 9 25 0 1 0 59165168 59510784 13878 996147200 134512640 135095119 4294956304 18446744073709551615 134918166 0 0 4096 0 0 0 0 17 1 0 0
/proc/13966/statm: 14529 13878 389 142 0 13483 0
Current children cumulated CPU time (s) 50.58
Current children cumulated vsize (KiB) 58116

[startup+102.306 s]
/proc/loadavg: 1.98 1.98 2.00 3/73 13972
/proc/meminfo: memFree=903824/2055920 swapFree=4192812/4192956
[pid=13966] ppid=13964 vsize=58116 CPUtime=101.29
/proc/13966/stat : 13966 (pcs.small) R 13964 13966 12884 0 -1 4194304 23576 3866 0 0 10089 13 18 9 25 0 1 0 59165168 59510784 13878 996147200 134512640 135095119 4294956304 18446744073709551615 134918185 0 0 4096 0 0 0 0 17 1 0 0
/proc/13966/statm: 14529 13878 389 142 0 13483 0
Current children cumulated CPU time (s) 101.29
Current children cumulated vsize (KiB) 58116

[startup+162.302 s]
/proc/loadavg: 1.99 1.98 2.00 3/73 13972
/proc/meminfo: memFree=899472/2055920 swapFree=4192812/4192956
[pid=13966] ppid=13964 vsize=59144 CPUtime=160.72
/proc/13966/stat : 13966 (pcs.small) R 13964 13966 12884 0 -1 4194304 23770 3866 0 0 16032 13 18 9 25 0 1 0 59165168 60563456 14072 996147200 134512640 135095119 4294956304 18446744073709551615 134918185 0 0 4096 0 0 0 0 17 1 0 0
/proc/13966/statm: 14786 14072 389 142 0 13740 0
Current children cumulated CPU time (s) 160.72
Current children cumulated vsize (KiB) 59144

[startup+222.301 s]
/proc/loadavg: 1.99 1.98 2.00 3/73 13972
/proc/meminfo: memFree=893456/2055920 swapFree=4192812/4192956
[pid=13966] ppid=13964 vsize=61196 CPUtime=220.15
/proc/13966/stat : 13966 (pcs.small) R 13964 13966 12884 0 -1 4194304 24257 3866 0 0 21975 13 18 9 25 0 1 0 59165168 62664704 14302 996147200 134512640 135095119 4294956304 18446744073709551615 134918190 0 0 4096 0 0 0 0 17 1 0 0
/proc/13966/statm: 15299 14302 389 142 0 14253 0
Current children cumulated CPU time (s) 220.15
Current children cumulated vsize (KiB) 61196

[startup+282.302 s]
/proc/loadavg: 1.99 1.98 2.00 3/73 13972
/proc/meminfo: memFree=889488/2055920 swapFree=4192812/4192956
[pid=13966] ppid=13964 vsize=61328 CPUtime=279.59
/proc/13966/stat : 13966 (pcs.small) R 13964 13966 12884 0 -1 4194304 24419 3866 0 0 27919 13 18 9 25 0 1 0 59165168 62799872 14464 996147200 134512640 135095119 4294956304 18446744073709551615 134918271 0 0 4096 0 0 0 0 17 1 0 0
/proc/13966/statm: 15332 14464 389 142 0 14286 0
Current children cumulated CPU time (s) 279.59
Current children cumulated vsize (KiB) 61328

[startup+342.301 s]
/proc/loadavg: 1.99 1.98 2.00 3/73 13972
/proc/meminfo: memFree=881560/2055920 swapFree=4192812/4192956
[pid=13966] ppid=13964 vsize=62244 CPUtime=339.04
/proc/13966/stat : 13966 (pcs.small) R 13964 13966 12884 0 -1 4194304 24775 3866 0 0 33863 14 18 9 25 0 1 0 59165168 63737856 14820 996147200 134512640 135095119 4294956304 18446744073709551615 134918203 0 0 4096 0 0 0 0 17 1 0 0
/proc/13966/statm: 15561 14820 389 142 0 14515 0
Current children cumulated CPU time (s) 339.04
Current children cumulated vsize (KiB) 62244

[startup+402.302 s]
/proc/loadavg: 1.99 1.98 2.00 3/73 13972
/proc/meminfo: memFree=875928/2055920 swapFree=4192812/4192956
[pid=13966] ppid=13964 vsize=65248 CPUtime=398.47
/proc/13966/stat : 13966 (pcs.small) R 13964 13966 12884 0 -1 4194304 25627 3866 0 0 39806 14 18 9 25 0 1 0 59165168 66813952 15415 996147200 134512640 135095119 4294956304 18446744073709551615 134918166 0 0 4096 0 0 0 0 17 1 0 0
/proc/13966/statm: 16312 15415 389 142 0 15266 0
Current children cumulated CPU time (s) 398.47
Current children cumulated vsize (KiB) 65248

[startup+462.301 s]
/proc/loadavg: 1.99 1.98 2.00 3/73 13972
/proc/meminfo: memFree=870616/2055920 swapFree=4192812/4192956
[pid=13966] ppid=13964 vsize=67296 CPUtime=457.9
/proc/13966/stat : 13966 (pcs.small) R 13964 13966 12884 0 -1 4194304 26253 3866 0 0 45749 14 18 9 25 0 1 0 59165168 68911104 15528 996147200 134512640 135095119 4294956304 18446744073709551615 134918181 0 0 4096 0 0 0 0 17 1 0 0
/proc/13966/statm: 16824 15528 389 142 0 15778 0
Current children cumulated CPU time (s) 457.9
Current children cumulated vsize (KiB) 67296

[startup+522.302 s]
/proc/loadavg: 1.99 1.98 2.00 3/73 13972
/proc/meminfo: memFree=864408/2055920 swapFree=4192812/4192956
[pid=13966] ppid=13964 vsize=67956 CPUtime=517.34
/proc/13966/stat : 13966 (pcs.small) R 13964 13966 12884 0 -1 4194304 26552 3866 0 0 51693 14 18 9 25 0 1 0 59165168 69586944 15827 996147200 134512640 135095119 4294956304 18446744073709551615 134918185 0 0 4096 0 0 0 0 17 1 0 0
/proc/13966/statm: 16989 15827 389 142 0 15943 0
Current children cumulated CPU time (s) 517.34
Current children cumulated vsize (KiB) 67956

[startup+582.301 s]
/proc/loadavg: 1.99 1.98 2.00 4/83 14129
/proc/meminfo: memFree=970880/2055920 swapFree=4192812/4192956
[pid=13966] ppid=13964 vsize=68880 CPUtime=577.16
/proc/13966/stat : 13966 (pcs.small) R 13964 13966 12884 0 -1 4194304 26904 3866 0 0 57673 16 18 9 25 0 1 0 59165168 70533120 16179 996147200 134512640 135095119 4294956304 18446744073709551615 134918185 0 0 4096 0 0 0 0 17 0 0 0
/proc/13966/statm: 17220 16179 389 142 0 16174 0
Current children cumulated CPU time (s) 577.16
Current children cumulated vsize (KiB) 68880

[startup+642.302 s]
/proc/loadavg: 1.99 1.98 2.00 3/83 14129
/proc/meminfo: memFree=936128/2055920 swapFree=4192812/4192956
[pid=13966] ppid=13964 vsize=69800 CPUtime=637.15
/proc/13966/stat : 13966 (pcs.small) R 13964 13966 12884 0 -1 4194304 27261 3866 0 0 63671 17 18 9 25 0 1 0 59165168 71475200 16536 996147200 134512640 135095119 4294956304 18446744073709551615 134918203 0 0 4096 0 0 0 0 17 0 0 0
/proc/13966/statm: 17450 16536 389 142 0 16404 0
Current children cumulated CPU time (s) 637.15
Current children cumulated vsize (KiB) 69800

[startup+702.301 s]
/proc/loadavg: 1.99 1.98 2.00 3/83 14129
/proc/meminfo: memFree=917760/2055920 swapFree=4192812/4192956
[pid=13966] ppid=13964 vsize=70720 CPUtime=697.12
/proc/13966/stat : 13966 (pcs.small) R 13964 13966 12884 0 -1 4194304 27621 3866 0 0 69667 18 18 9 25 0 1 0 59165168 72417280 16896 996147200 134512640 135095119 4294956304 18446744073709551615 134911232 0 0 4096 0 0 0 0 17 0 0 0
/proc/13966/statm: 17680 16896 389 142 0 16634 0
Current children cumulated CPU time (s) 697.12
Current children cumulated vsize (KiB) 70720

[startup+762.307 s]
/proc/loadavg: 1.99 1.98 2.00 3/83 14129
/proc/meminfo: memFree=912768/2055920 swapFree=4192812/4192956
[pid=13966] ppid=13964 vsize=76332 CPUtime=757.1
/proc/13966/stat : 13966 (pcs.small) R 13964 13966 12884 0 -1 4194304 29146 3866 0 0 75664 19 18 9 25 0 1 0 59165168 78163968 17908 996147200 134512640 135095119 4294956304 18446744073709551615 134918190 0 0 4096 0 0 0 0 17 0 0 0
/proc/13966/statm: 19083 17908 389 142 0 18037 0
Current children cumulated CPU time (s) 757.1
Current children cumulated vsize (KiB) 76332

[startup+822.306 s]
/proc/loadavg: 1.99 1.98 2.00 3/83 14129
/proc/meminfo: memFree=912256/2055920 swapFree=4192812/4192956
[pid=13966] ppid=13964 vsize=80428 CPUtime=817.08
/proc/13966/stat : 13966 (pcs.small) R 13964 13966 12884 0 -1 4194304 30295 3866 0 0 81661 20 18 9 25 0 1 0 59165168 82358272 18032 996147200 134512640 135095119 4294956304 18446744073709551615 134918187 0 0 4096 0 0 0 0 17 0 0 0
/proc/13966/statm: 20107 18032 389 142 0 19061 0
Current children cumulated CPU time (s) 817.08
Current children cumulated vsize (KiB) 80428

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

[startup+831.901 s]
/proc/loadavg: 1.99 1.98 2.00 3/83 14129
/proc/meminfo: memFree=912256/2055920 swapFree=4192812/4192956
[pid=13966] ppid=13964 vsize=80428 CPUtime=826.68
/proc/13966/stat : 13966 (pcs.small) R 13964 13966 12884 0 -1 4194304 30314 3866 0 0 82621 20 18 9 25 0 1 0 59165168 82358272 18051 996147200 134512640 135095119 4294956304 18446744073709551615 134918166 0 0 4096 0 0 0 0 17 0 0 0
/proc/13966/statm: 20107 18051 389 142 0 19061 0
Current children cumulated CPU time (s) 826.68
Current children cumulated vsize (KiB) 80428

[startup+844.702 s]
/proc/loadavg: 1.99 1.98 2.00 3/83 14129
/proc/meminfo: memFree=912192/2055920 swapFree=4192812/4192956
[pid=13966] ppid=13964 vsize=80428 CPUtime=839.47
/proc/13966/stat : 13966 (pcs.small) R 13964 13966 12884 0 -1 4194304 30341 3866 0 0 83900 20 18 9 25 0 1 0 59165168 82358272 18078 996147200 134512640 135095119 4294956304 18446744073709551615 134918271 0 0 4096 0 0 0 0 17 0 0 0
/proc/13966/statm: 20107 18078 389 142 0 19061 0
Current children cumulated CPU time (s) 839.47
Current children cumulated vsize (KiB) 80428

[startup+847.901 s]
/proc/loadavg: 1.99 1.98 2.00 3/83 14129
/proc/meminfo: memFree=912128/2055920 swapFree=4192812/4192956
[pid=13966] ppid=13964 vsize=80428 CPUtime=842.67
/proc/13966/stat : 13966 (pcs.small) R 13964 13966 12884 0 -1 4194304 30347 3866 0 0 84220 20 18 9 25 0 1 0 59165168 82358272 18084 996147200 134512640 135095119 4294956304 18446744073709551615 134918227 0 0 4096 0 0 0 0 17 0 0 0
/proc/13966/statm: 20107 18084 389 142 0 19061 0
Current children cumulated CPU time (s) 842.67
Current children cumulated vsize (KiB) 80428

[startup+851.101 s]
/proc/loadavg: 1.99 1.98 2.00 3/83 14129
/proc/meminfo: memFree=912128/2055920 swapFree=4192812/4192956
[pid=13966] ppid=13964 vsize=80428 CPUtime=845.87
/proc/13966/stat : 13966 (pcs.small) R 13964 13966 12884 0 -1 4194304 30354 3866 0 0 84540 20 18 9 25 0 1 0 59165168 82358272 18091 996147200 134512640 135095119 4294956304 18446744073709551615 134918185 0 0 4096 0 0 0 0 17 0 0 0
/proc/13966/statm: 20107 18091 389 142 0 19061 0
Current children cumulated CPU time (s) 845.87
Current children cumulated vsize (KiB) 80428

[startup+851.901 s]
/proc/loadavg: 1.99 1.98 2.00 3/83 14129
/proc/meminfo: memFree=912128/2055920 swapFree=4192812/4192956
[pid=13966] ppid=13964 vsize=80428 CPUtime=846.67
/proc/13966/stat : 13966 (pcs.small) R 13964 13966 12884 0 -1 4194304 30355 3866 0 0 84620 20 18 9 25 0 1 0 59165168 82358272 18092 996147200 134512640 135095119 4294956304 18446744073709551615 134918220 0 0 4096 0 0 0 0 17 0 0 0
/proc/13966/statm: 20107 18092 389 142 0 19061 0
Current children cumulated CPU time (s) 846.67
Current children cumulated vsize (KiB) 80428

[startup+852.702 s]
/proc/loadavg: 1.99 1.98 2.00 3/83 14129
/proc/meminfo: memFree=912128/2055920 swapFree=4192812/4192956
[pid=13966] ppid=13964 vsize=80428 CPUtime=847.46
/proc/13966/stat : 13966 (pcs.small) R 13964 13966 12884 0 -1 4194304 30357 3866 0 0 84699 20 18 9 25 0 1 0 59165168 82358272 18094 996147200 134512640 135095119 4294956304 18446744073709551615 134926956 0 0 4096 0 0 0 0 17 0 0 0
/proc/13966/statm: 20107 18094 389 142 0 19061 0
Current children cumulated CPU time (s) 847.46
Current children cumulated vsize (KiB) 80428

[startup+853.106 s]
/proc/loadavg: 1.99 1.98 2.00 3/83 14129
/proc/meminfo: memFree=912128/2055920 swapFree=4192812/4192956
[pid=13966] ppid=13964 vsize=80428 CPUtime=847.87
/proc/13966/stat : 13966 (pcs.small) R 13964 13966 12884 0 -1 4194304 30358 3866 0 0 84740 20 18 9 25 0 1 0 59165168 82358272 18095 996147200 134512640 135095119 4294956304 18446744073709551615 134918166 0 0 4096 0 0 0 0 17 0 0 0
/proc/13966/statm: 20107 18095 389 142 0 19061 0
Current children cumulated CPU time (s) 847.87
Current children cumulated vsize (KiB) 80428

[startup+853.202 s]
/proc/loadavg: 1.99 1.98 2.00 3/83 14129
/proc/meminfo: memFree=912128/2055920 swapFree=4192812/4192956
[pid=13966] ppid=13964 vsize=18352 CPUtime=847.96
/proc/13966/stat : 13966 (pcs.small) R 13964 13966 12884 0 -1 4194304 30358 3866 0 0 84748 21 18 9 25 0 1 0 59165168 18792448 3937 996147200 134512640 135095119 4294956304 18446744073709551615 10948732 0 0 4096 0 0 0 0 17 0 0 0
/proc/13966/statm: 4588 3937 389 142 0 3542 0
Current children cumulated CPU time (s) 847.96
Current children cumulated vsize (KiB) 18352

Child status: 0
Real time (s): 853.215
CPU time (s): 847.998
CPU user time (s): 847.689
CPU system time (s): 0.308953
CPU usage (%): 99.3885
Max. virtual memory (cumulated for all children) (KiB): 91152

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

runsolver used 1.3128 second user time and 2.57761 second system time

The end

Launcher Data

Begin job on node47 at 2009-07-16 07:10:15
IDJOB=2082407
IDBENCH=57582
IDSOLVER=734
FILE ID=node47/2082407-1247721013
PBS_JOBID= 9521422
Free space on /tmp= 66364 MiB

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

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

MD5SUM BENCH= 777fc5a1408e3970fe4cdc5b66e8ea16
RANDOM SEED=1689396913

node47.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.218
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.218
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:        966200 kB
Buffers:         86352 kB
Cached:         748960 kB
SwapCached:          0 kB
Active:         415908 kB
Inactive:       580268 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        966200 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:           23828 kB
Writeback:           0 kB
Mapped:         172292 kB
Slab:            78700 kB
Committed_AS:   698876 kB
PageTables:       2152 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= 66364 MiB
End job on node47 at 2009-07-16 07:24:28