Trace number 2078656

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 876.906 881.298

DiagnosticValue
ASSIGNMENTS265306

General information on the benchmark

Namecsp/rand-3-20-20-fcd/
normalized-rand-3-20-20-60-632-fcd-42_ext.xml
MD5SUMccfc8a3582b84060d6c1c269f3c859a2
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 benchmark2.74158
Satisfiable
(Un)Satisfiability was proved
Number of variables20
Number of constraints59
Maximum constraint arity3
Maximum domain size20
Number of constraints which are defined in extension59
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.04	c Seed is 790480353
0.00/0.04	c Constructing HOME/instance-2078656-1247716489.xml  with 59 constraints
0.37/0.43	c Solving 265306 backtracks 22 restarts
876.79/881.29	s SATISFIABLE
876.79/881.29	c V0=10, V1=3, V2=8, V3=4, V4=10, V5=5, V6=5, V7=18, V8=19, V9=13, V10=2, V11=2, V12=16, V13=12, V14=16, V15=12, V16=16, V17=10, V18=3, V19=9, 
876.79/881.29	v 10 3 8 4 10 5 5 18 19 13 2 2 16 12 16 12 16 10 3 9 
876.79/881.29	d ASSIGNMENTS 265306

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-2078656-1247716489/watcher-2078656-1247716489 -o /tmp/evaluation-result-2078656-1247716489/solver-2078656-1247716489 -C 1800 -W 2000 -M 900 HOME/pcssolve -s 790480353 HOME/instance-2078656-1247716489.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.04 2.03 2.00 3/83 14140
/proc/meminfo: memFree=748784/2055920 swapFree=4192812/4192956
[pid=14140] ppid=14138 vsize=5356 CPUtime=0
/proc/14140/stat : 14140 (pcssolve) R 14138 14140 12947 0 -1 4194304 251 0 0 0 0 0 0 0 19 0 1 0 58714220 5484544 219 996147200 4194304 4889804 548682068800 18446744073709551615 4338416 0 0 4100 65536 0 0 0 17 0 0 0
/proc/14140/statm: 1339 219 181 169 0 50 0

[startup+0.082418 s]
/proc/loadavg: 2.04 2.03 2.00 3/83 14140
/proc/meminfo: memFree=748784/2055920 swapFree=4192812/4192956
[pid=14140] ppid=14138 vsize=5220 CPUtime=0.05
/proc/14140/stat : 14140 (pcs.small) R 14138 14140 12947 0 -1 4194304 924 822 0 0 5 0 0 0 18 0 1 0 58714220 5345280 533 996147200 134512640 135095119 4294956304 18446744073709551615 134694291 0 0 4096 0 0 0 0 17 0 0 0
/proc/14140/statm: 1305 533 375 142 0 259 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 5220

[startup+0.102422 s]
/proc/loadavg: 2.04 2.03 2.00 3/83 14140
/proc/meminfo: memFree=748784/2055920 swapFree=4192812/4192956
[pid=14140] ppid=14138 vsize=5476 CPUtime=0.07
/proc/14140/stat : 14140 (pcs.small) R 14138 14140 12947 0 -1 4194304 961 822 0 0 7 0 0 0 18 0 1 0 58714220 5607424 570 996147200 134512640 135095119 4294956304 18446744073709551615 134681695 0 0 4096 0 0 0 0 17 0 0 0
/proc/14140/statm: 1369 570 375 142 0 323 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 5476

[startup+0.302445 s]
/proc/loadavg: 2.04 2.03 2.00 3/83 14140
/proc/meminfo: memFree=748784/2055920 swapFree=4192812/4192956
[pid=14140] ppid=14138 vsize=8340 CPUtime=0.27
/proc/14140/stat : 14140 (pcs.small) R 14138 14140 12947 0 -1 4194304 1324 822 0 0 26 1 0 0 19 0 1 0 58714220 8540160 933 996147200 134512640 135095119 4294956304 18446744073709551615 134694333 0 0 4096 0 0 0 0 17 0 0 0
/proc/14140/statm: 2085 933 375 142 0 1039 0
Current children cumulated CPU time (s) 0.27
Current children cumulated vsize (KiB) 8340

[startup+0.702491 s]
/proc/loadavg: 2.04 2.03 2.00 3/83 14140
/proc/meminfo: memFree=748784/2055920 swapFree=4192812/4192956
[pid=14140] ppid=14138 vsize=10364 CPUtime=0.67
/proc/14140/stat : 14140 (pcs.small) R 14138 14140 12947 0 -1 4194304 1590 822 0 0 66 1 0 0 23 0 1 0 58714220 10612736 1199 996147200 134512640 135095119 4294956304 18446744073709551615 134926990 0 0 4096 0 0 0 0 17 0 0 0
/proc/14140/statm: 2591 1199 389 142 0 1545 0
Current children cumulated CPU time (s) 0.67
Current children cumulated vsize (KiB) 10364

[startup+1.5016 s]
/proc/loadavg: 2.03 2.03 2.00 3/84 14146
/proc/meminfo: memFree=745320/2055920 swapFree=4192812/4192956
[pid=14140] ppid=14138 vsize=10364 CPUtime=1.47
/proc/14140/stat : 14140 (pcs.small) R 14138 14140 12947 0 -1 4194304 1598 822 0 0 146 1 0 0 25 0 1 0 58714220 10612736 1207 996147200 134512640 135095119 4294956304 18446744073709551615 134918175 0 0 4096 0 0 0 0 17 0 0 0
/proc/14140/statm: 2591 1207 389 142 0 1545 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 10364

[startup+3.10176 s]
/proc/loadavg: 2.03 2.03 2.00 3/84 14146
/proc/meminfo: memFree=740200/2055920 swapFree=4192812/4192956
[pid=14140] ppid=14138 vsize=10496 CPUtime=3.06
/proc/14140/stat : 14140 (pcs.small) R 14138 14140 12947 0 -1 4194304 1633 822 0 0 305 1 0 0 25 0 1 0 58714220 10747904 1242 996147200 134512640 135095119 4294956304 18446744073709551615 134927310 0 0 4096 0 0 0 0 17 0 0 0
/proc/14140/statm: 2624 1242 389 142 0 1578 0
Current children cumulated CPU time (s) 3.06
Current children cumulated vsize (KiB) 10496

[startup+6.30113 s]
/proc/loadavg: 2.11 2.04 2.01 4/84 14146
/proc/meminfo: memFree=722472/2055920 swapFree=4192812/4192956
[pid=14140] ppid=14138 vsize=10624 CPUtime=6.24
/proc/14140/stat : 14140 (pcs.small) R 14138 14140 12947 0 -1 4194304 1712 822 0 0 623 1 0 0 25 0 1 0 58714220 10878976 1288 996147200 134512640 135095119 4294956304 18446744073709551615 134918203 0 0 4096 0 0 0 0 17 0 0 0
/proc/14140/statm: 2656 1288 389 142 0 1610 0
Current children cumulated CPU time (s) 6.24
Current children cumulated vsize (KiB) 10624

[startup+12.7019 s]
/proc/loadavg: 2.10 2.04 2.01 3/84 14146
/proc/meminfo: memFree=717480/2055920 swapFree=4192812/4192956
[pid=14140] ppid=14138 vsize=11012 CPUtime=12.61
/proc/14140/stat : 14140 (pcs.small) R 14138 14140 12947 0 -1 4194304 1899 822 0 0 1260 1 0 0 25 0 1 0 58714220 11276288 1410 996147200 134512640 135095119 4294956304 18446744073709551615 134918271 0 0 4096 0 0 0 0 17 0 0 0
/proc/14140/statm: 2753 1410 389 142 0 1707 0
Current children cumulated CPU time (s) 12.61
Current children cumulated vsize (KiB) 11012

[startup+25.5023 s]
/proc/loadavg: 2.08 2.04 2.01 3/84 14146
/proc/meminfo: memFree=716584/2055920 swapFree=4192812/4192956
[pid=14140] ppid=14138 vsize=11652 CPUtime=25.35
/proc/14140/stat : 14140 (pcs.small) R 14138 14140 12947 0 -1 4194304 2292 822 0 0 2533 2 0 0 25 0 1 0 58714220 11931648 1641 996147200 134512640 135095119 4294956304 18446744073709551615 134918187 0 0 4096 0 0 0 0 17 0 0 0
/proc/14140/statm: 2913 1641 389 142 0 1867 0
Current children cumulated CPU time (s) 25.35
Current children cumulated vsize (KiB) 11652

[startup+51.1022 s]
/proc/loadavg: 2.05 2.04 2.00 3/84 14146
/proc/meminfo: memFree=682536/2055920 swapFree=4192812/4192956
[pid=14140] ppid=14138 vsize=12932 CPUtime=50.82
/proc/14140/stat : 14140 (pcs.small) R 14138 14140 12947 0 -1 4194304 3052 822 0 0 5080 2 0 0 25 0 1 0 58714220 13242368 2079 996147200 134512640 135095119 4294956304 18446744073709551615 134918187 0 0 4096 0 0 0 0 17 0 0 0
/proc/14140/statm: 3233 2079 389 142 0 2187 0
Current children cumulated CPU time (s) 50.82
Current children cumulated vsize (KiB) 12932

[startup+102.306 s]
/proc/loadavg: 2.10 2.04 2.01 3/84 14146
/proc/meminfo: memFree=678120/2055920 swapFree=4192812/4192956
[pid=14140] ppid=14138 vsize=16016 CPUtime=101.77
/proc/14140/stat : 14140 (pcs.small) R 14138 14140 12947 0 -1 4194304 4621 822 0 0 10174 3 0 0 25 0 1 0 58714220 16400384 3006 996147200 134512640 135095119 4294956304 18446744073709551615 134926999 0 0 4096 0 0 0 0 17 0 0 0
/proc/14140/statm: 4004 3006 389 142 0 2958 0
Current children cumulated CPU time (s) 101.77
Current children cumulated vsize (KiB) 16016

[startup+162.303 s]
/proc/loadavg: 2.09 2.05 2.00 3/84 14146
/proc/meminfo: memFree=673192/2055920 swapFree=4192812/4192956
[pid=14140] ppid=14138 vsize=23764 CPUtime=161.47
/proc/14140/stat : 14140 (pcs.small) R 14138 14140 12947 0 -1 4194304 7127 822 0 0 16143 4 0 0 25 0 1 0 58714220 24334336 4197 996147200 134512640 135095119 4294956304 18446744073709551615 134555000 0 0 4096 0 0 0 0 17 0 0 0
/proc/14140/statm: 5941 4197 389 142 0 4895 0
Current children cumulated CPU time (s) 161.47
Current children cumulated vsize (KiB) 23764

[startup+222.303 s]
/proc/loadavg: 2.03 2.04 2.00 3/84 14146
/proc/meminfo: memFree=662504/2055920 swapFree=4192812/4192956
[pid=14140] ppid=14138 vsize=30672 CPUtime=221.17
/proc/14140/stat : 14140 (pcs.small) R 14138 14140 12947 0 -1 4194304 9461 822 0 0 22111 6 0 0 25 0 1 0 58714220 31408128 5953 996147200 134512640 135095119 4294956304 18446744073709551615 134918190 0 0 4096 0 0 0 0 17 0 0 0
/proc/14140/statm: 7668 5953 389 142 0 6622 0
Current children cumulated CPU time (s) 221.17
Current children cumulated vsize (KiB) 30672

[startup+282.302 s]
/proc/loadavg: 2.01 2.03 2.00 3/84 14146
/proc/meminfo: memFree=650152/2055920 swapFree=4192812/4192956
[pid=14140] ppid=14138 vsize=31456 CPUtime=280.87
/proc/14140/stat : 14140 (pcs.small) R 14138 14140 12947 0 -1 4194304 10219 822 0 0 28080 7 0 0 25 0 1 0 58714220 32210944 6711 996147200 134512640 135095119 4294956304 18446744073709551615 134910710 0 0 4096 0 0 0 0 17 0 0 0
/proc/14140/statm: 7864 6711 389 142 0 6818 0
Current children cumulated CPU time (s) 280.87
Current children cumulated vsize (KiB) 31456

[startup+342.302 s]
/proc/loadavg: 2.08 2.04 2.00 3/84 14146
/proc/meminfo: memFree=642216/2055920 swapFree=4192812/4192956
[pid=14140] ppid=14138 vsize=42272 CPUtime=340.57
/proc/14140/stat : 14140 (pcs.small) R 14138 14140 12947 0 -1 4194304 13485 822 0 0 34048 9 0 0 25 0 1 0 58714220 43286528 7928 996147200 134512640 135095119 4294956304 18446744073709551615 134927073 0 0 4096 0 0 0 0 17 0 0 0
/proc/14140/statm: 10568 7928 389 142 0 9522 0
Current children cumulated CPU time (s) 340.57
Current children cumulated vsize (KiB) 42272

[startup+402.302 s]
/proc/loadavg: 2.15 2.06 2.01 3/84 14152
/proc/meminfo: memFree=637288/2055920 swapFree=4192812/4192956
[pid=14140] ppid=14138 vsize=44876 CPUtime=400.26
/proc/14140/stat : 14140 (pcs.small) R 14138 14140 12947 0 -1 4194304 14727 822 0 0 40015 11 0 0 25 0 1 0 58714220 45953024 9170 996147200 134512640 135095119 4294956304 18446744073709551615 134589562 0 0 4096 0 0 0 0 17 0 0 0
/proc/14140/statm: 11219 9170 389 142 0 10173 0
Current children cumulated CPU time (s) 400.26
Current children cumulated vsize (KiB) 44876

[startup+462.303 s]
/proc/loadavg: 2.05 2.05 2.00 3/84 14152
/proc/meminfo: memFree=627240/2055920 swapFree=4192812/4192956
[pid=14140] ppid=14138 vsize=56612 CPUtime=459.96
/proc/14140/stat : 14140 (pcs.small) R 14138 14140 12947 0 -1 4194304 18231 822 0 0 45984 12 0 0 25 0 1 0 58714220 57970688 11649 996147200 134512640 135095119 4294956304 18446744073709551615 134911427 0 0 4096 0 0 0 0 17 0 0 0
/proc/14140/statm: 14153 11649 389 142 0 13107 0
Current children cumulated CPU time (s) 459.96
Current children cumulated vsize (KiB) 56612

[startup+522.303 s]
/proc/loadavg: 2.02 2.03 2.00 3/84 14152
/proc/meminfo: memFree=625128/2055920 swapFree=4192812/4192956
[pid=14140] ppid=14138 vsize=56612 CPUtime=519.67
/proc/14140/stat : 14140 (pcs.small) R 14138 14140 12947 0 -1 4194304 18764 822 0 0 51954 13 0 0 25 0 1 0 58714220 57970688 12182 996147200 134512640 135095119 4294956304 18446744073709551615 134555020 0 0 4096 0 0 0 0 17 0 0 0
/proc/14140/statm: 14153 12182 389 142 0 13107 0
Current children cumulated CPU time (s) 519.67
Current children cumulated vsize (KiB) 56612

[startup+582.303 s]
/proc/loadavg: 2.04 2.04 2.00 3/84 14152
/proc/meminfo: memFree=622376/2055920 swapFree=4192812/4192956
[pid=14140] ppid=14138 vsize=57268 CPUtime=579.36
/proc/14140/stat : 14140 (pcs.small) R 14138 14140 12947 0 -1 4194304 19450 822 0 0 57923 13 0 0 25 0 1 0 58714220 58642432 12868 996147200 134512640 135095119 4294956304 18446744073709551615 134918190 0 0 4096 0 0 0 0 17 0 0 0
/proc/14140/statm: 14317 12868 389 142 0 13271 0
Current children cumulated CPU time (s) 579.36
Current children cumulated vsize (KiB) 57268

[startup+642.302 s]
/proc/loadavg: 2.05 2.04 2.00 3/84 14152
/proc/meminfo: memFree=617704/2055920 swapFree=4192812/4192956
[pid=14140] ppid=14138 vsize=76272 CPUtime=639.07
/proc/14140/stat : 14140 (pcs.small) R 14138 14140 12947 0 -1 4194304 24708 822 0 0 63890 17 0 0 25 0 1 0 58714220 78102528 14029 996147200 134512640 135095119 4294956304 18446744073709551615 3036795 0 0 4096 0 0 0 0 17 0 0 0
/proc/14140/statm: 19068 14029 389 142 0 18022 0
Current children cumulated CPU time (s) 639.07
Current children cumulated vsize (KiB) 76272

[startup+702.302 s]
/proc/loadavg: 2.02 2.03 2.00 3/84 14152
/proc/meminfo: memFree=612968/2055920 swapFree=4192812/4192956
[pid=14140] ppid=14138 vsize=78748 CPUtime=698.77
/proc/14140/stat : 14140 (pcs.small) R 14138 14140 12947 0 -1 4194304 25861 822 0 0 69859 18 0 0 25 0 1 0 58714220 80637952 15182 996147200 134512640 135095119 4294956304 18446744073709551615 134918271 0 0 4096 0 0 0 0 17 0 0 0
/proc/14140/statm: 19687 15182 389 142 0 18641 0
Current children cumulated CPU time (s) 698.77
Current children cumulated vsize (KiB) 78748

[startup+762.306 s]
/proc/loadavg: 2.21 2.07 2.01 3/84 14152
/proc/meminfo: memFree=608232/2055920 swapFree=4192812/4192956
[pid=14140] ppid=14138 vsize=81248 CPUtime=758.47
/proc/14140/stat : 14140 (pcs.small) R 14138 14140 12947 0 -1 4194304 27008 822 0 0 75828 19 0 0 25 0 1 0 58714220 83197952 16329 996147200 134512640 135095119 4294956304 18446744073709551615 134927013 0 0 4096 0 0 0 0 17 0 0 0
/proc/14140/statm: 20312 16329 389 142 0 19266 0
Current children cumulated CPU time (s) 758.47
Current children cumulated vsize (KiB) 81248

[startup+822.302 s]
/proc/loadavg: 2.08 2.06 2.01 3/84 14152
/proc/meminfo: memFree=603688/2055920 swapFree=4192812/4192956
[pid=14140] ppid=14138 vsize=83724 CPUtime=818.17
/proc/14140/stat : 14140 (pcs.small) R 14138 14140 12947 0 -1 4194304 28162 822 0 0 81796 21 0 0 25 0 1 0 58714220 85733376 17483 996147200 134512640 135095119 4294956304 18446744073709551615 134918203 0 0 4096 0 0 0 0 17 0 0 0
/proc/14140/statm: 20931 17483 389 142 0 19885 0
Current children cumulated CPU time (s) 818.17
Current children cumulated vsize (KiB) 83724

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

[startup+844.701 s]
/proc/loadavg: 2.05 2.05 2.01 3/84 14152
/proc/meminfo: memFree=601896/2055920 swapFree=4192812/4192956
[pid=14140] ppid=14138 vsize=84636 CPUtime=840.48
/proc/14140/stat : 14140 (pcs.small) R 14138 14140 12947 0 -1 4194304 28606 822 0 0 84026 22 0 0 25 0 1 0 58714220 86667264 17927 996147200 134512640 135095119 4294956304 18446744073709551615 134926912 0 0 4096 0 0 0 0 17 0 0 0
/proc/14140/statm: 21159 17927 389 142 0 20113 0
Current children cumulated CPU time (s) 840.48
Current children cumulated vsize (KiB) 84636

[startup+857.502 s]
/proc/loadavg: 2.04 2.05 2.00 3/84 14152
/proc/meminfo: memFree=600936/2055920 swapFree=4192812/4192956
[pid=14140] ppid=14138 vsize=85288 CPUtime=853.2
/proc/14140/stat : 14140 (pcs.small) R 14138 14140 12947 0 -1 4194304 28857 822 0 0 85298 22 0 0 25 0 1 0 58714220 87334912 18178 996147200 134512640 135095119 4294956304 18446744073709551615 134927011 0 0 4096 0 0 0 0 17 0 0 0
/proc/14140/statm: 21322 18178 389 142 0 20276 0
Current children cumulated CPU time (s) 853.2
Current children cumulated vsize (KiB) 85288

[startup+870.301 s]
/proc/loadavg: 2.04 2.05 2.00 3/84 14152
/proc/meminfo: memFree=599912/2055920 swapFree=4192812/4192956
[pid=14140] ppid=14138 vsize=106272 CPUtime=865.93
/proc/14140/stat : 14140 (pcs.small) R 14138 14140 12947 0 -1 4194304 34234 822 0 0 86569 24 0 0 25 0 1 0 58714220 108822528 21506 996147200 134512640 135095119 4294956304 18446744073709551615 3031109 0 0 4096 0 0 0 0 17 0 0 0
/proc/14140/statm: 26568 21506 389 142 0 25522 0
Current children cumulated CPU time (s) 865.93
Current children cumulated vsize (KiB) 106272

[startup+876.707 s]
/proc/loadavg: 2.03 2.05 2.00 4/84 14152
/proc/meminfo: memFree=587304/2055920 swapFree=4192812/4192956
[pid=14140] ppid=14138 vsize=106272 CPUtime=872.31
/proc/14140/stat : 14140 (pcs.small) R 14138 14140 12947 0 -1 4194304 34291 822 0 0 87207 24 0 0 25 0 1 0 58714220 108822528 21563 996147200 134512640 135095119 4294956304 18446744073709551615 134918181 0 0 4096 0 0 0 0 17 0 0 0
/proc/14140/statm: 26568 21563 389 142 0 25522 0
Current children cumulated CPU time (s) 872.31
Current children cumulated vsize (KiB) 106272

[startup+878.301 s]
/proc/loadavg: 2.03 2.05 2.00 3/84 14152
/proc/meminfo: memFree=587304/2055920 swapFree=4192812/4192956
[pid=14140] ppid=14138 vsize=106272 CPUtime=873.9
/proc/14140/stat : 14140 (pcs.small) R 14138 14140 12947 0 -1 4194304 34305 822 0 0 87366 24 0 0 25 0 1 0 58714220 108822528 21577 996147200 134512640 135095119 4294956304 18446744073709551615 134918268 0 0 4096 0 0 0 0 17 0 0 0
/proc/14140/statm: 26568 21577 389 142 0 25522 0
Current children cumulated CPU time (s) 873.9
Current children cumulated vsize (KiB) 106272

[startup+879.901 s]
/proc/loadavg: 2.03 2.05 2.00 4/84 14152
/proc/meminfo: memFree=587240/2055920 swapFree=4192812/4192956
[pid=14140] ppid=14138 vsize=106272 CPUtime=875.49
/proc/14140/stat : 14140 (pcs.small) R 14138 14140 12947 0 -1 4194304 34320 822 0 0 87525 24 0 0 25 0 1 0 58714220 108822528 21592 996147200 134512640 135095119 4294956304 18446744073709551615 134927298 0 0 4096 0 0 0 0 17 0 0 0
/proc/14140/statm: 26568 21592 389 142 0 25522 0
Current children cumulated CPU time (s) 875.49
Current children cumulated vsize (KiB) 106272

[startup+880.702 s]
/proc/loadavg: 2.03 2.05 2.00 4/84 14152
/proc/meminfo: memFree=587240/2055920 swapFree=4192812/4192956
[pid=14140] ppid=14138 vsize=106272 CPUtime=876.28
/proc/14140/stat : 14140 (pcs.small) R 14138 14140 12947 0 -1 4194304 34327 822 0 0 87604 24 0 0 25 0 1 0 58714220 108822528 21599 996147200 134512640 135095119 4294956304 18446744073709551615 134916512 0 0 4096 0 0 0 0 17 0 0 0
/proc/14140/statm: 26568 21599 389 142 0 25522 0
Current children cumulated CPU time (s) 876.28
Current children cumulated vsize (KiB) 106272

[startup+881.107 s]
/proc/loadavg: 2.03 2.04 2.00 3/84 14152
/proc/meminfo: memFree=587176/2055920 swapFree=4192812/4192956
[pid=14140] ppid=14138 vsize=89884 CPUtime=876.68
/proc/14140/stat : 14140 (pcs.small) R 14138 14140 12947 0 -1 4194304 34330 822 0 0 87644 24 0 0 25 0 1 0 58714220 92041216 19528 996147200 134512640 135095119 4294956304 18446744073709551615 3031149 0 0 4096 0 0 0 0 17 0 0 0
/proc/14140/statm: 22471 19528 389 142 0 21425 0
Current children cumulated CPU time (s) 876.68
Current children cumulated vsize (KiB) 89884

[startup+881.202 s]
/proc/loadavg: 2.03 2.04 2.00 3/84 14152
/proc/meminfo: memFree=587176/2055920 swapFree=4192812/4192956
[pid=14140] ppid=14138 vsize=77628 CPUtime=876.79
/proc/14140/stat : 14140 (pcs.small) R 14138 14140 12947 0 -1 4194304 34330 822 0 0 87654 25 0 0 25 0 1 0 58714220 79491072 16476 996147200 134512640 135095119 4294956304 18446744073709551615 3031192 0 0 4096 0 0 0 0 17 0 0 0
/proc/14140/statm: 19407 16476 389 142 0 18361 0
Current children cumulated CPU time (s) 876.79
Current children cumulated vsize (KiB) 77628

Child status: 0
Real time (s): 881.298
CPU time (s): 876.906
CPU user time (s): 876.634
CPU system time (s): 0.271958
CPU usage (%): 99.5016
Max. virtual memory (cumulated for all children) (KiB): 109056

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 876.634
system time used= 0.271958
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 35155
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= 23
involuntary context switches= 12236

runsolver used 0.961853 second user time and 2.25866 second system time

The end

Launcher Data

Begin job on node85 at 2009-07-16 05:54:49
IDJOB=2078656
IDBENCH=56797
IDSOLVER=734
FILE ID=node85/2078656-1247716489
PBS_JOBID= 9521464
Free space on /tmp= 126532 MiB

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

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

MD5SUM BENCH= ccfc8a3582b84060d6c1c269f3c859a2
RANDOM SEED=790480353

node85.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.220
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.220
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5996.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:        749264 kB
Buffers:         88012 kB
Cached:         459864 kB
SwapCached:          0 kB
Active:         889988 kB
Inactive:       341916 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        749264 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            3344 kB
Writeback:           0 kB
Mapped:         704288 kB
Slab:            58640 kB
Committed_AS:  1157936 kB
PageTables:       3128 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= 126528 MiB
End job on node85 at 2009-07-16 06:09:30