Trace number 1086608

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
MDG-probe 2008-06-27UNSAT 1692.08 1699.78

DiagnosticValue
ASSIGNMENTS7497
CHECKS823907

General information on the benchmark

Namecsp/fapp/fapp30/
normalized-fapp30-3000-1.xml
MD5SUM0ec16ab311064bfe5172278fde3994e0
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark18.2692
Satisfiable
(Un)Satisfiability was proved
Number of variables3000
Number of constraints63204
Maximum constraint arity2
Maximum domain size778
Number of constraints which are defined in extension0
Number of constraints which are defined in intension63204
Global constraints used (with number of constraints)

Solver Data (download as text)

0.18/0.20	c mistral-prime version 1.313
0.18/0.20	c 
0.18/0.20	c Parsing xml file
0.18/0.20	c          domains...............     0	(21 domains)
0.18/0.20	c          variables.............  0.05	(3000 variables)
0.18/0.20	c          predicates............-2.7749e-18	(8 predicates)
0.18/0.20	c          constraints...........  2.96	(63204 constraints)
2.96/3.05	c Parsing time:   3.01
2.96/3.05	c
2.96/3.05	c Building model
3.25/3.36	c         0 constants
3.25/3.36	c         0 Boolean variables    (+0)
3.25/3.36	c         0 range variables      (+0)
3.25/3.36	c         0 domain (b) variables (+0)
3.25/3.36	c      3000 domain (l) variables (+0)
3.25/3.36	c     63204 constraints          (+0)
3.25/3.36	c         0 values 
3.25/3.36	c Building time:   0.31
3.25/3.36	c
3.25/3.36	c Solving instance
3.25/3.36	c          heuristic = dom/wdeg
3.25/3.36	c          Randomized probing iteration = 100
3.25/3.36	c          probing limit = 30
3.25/3.36	c          level based weights = no
3.25/3.36	c          impact probing = no
3.25/3.36	c          restart policy = No restart
3.25/3.36	c          probing .  1262
1265.09/1272.41	c          Probing Nodes    56
1265.09/1272.41	c          final run 426.85
1691.79/1699.60	c Solving time: 1688.8
1691.79/1699.60	c
1691.79/1699.60	s UNSATISFIABLE
1691.79/1699.60	d CHECKS 823907
1691.79/1699.60	d ASSIGNMENTS 7497

Verifier Data (download as text)

No possible verification on an UNSAT instance

Watcher Data (download as text)

runsolver version 3.2.5 (c) roussel@cril.univ-artois.fr

command line: /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1086608-1215240244/watcher-1086608-1215240244 -o /tmp/evaluation-result-1086608-1215240244/solver-1086608-1215240244 -C 1800 -W 2200 -M 900 --output-limit 1,15 HOME/xsolve HOME/instance-1086608-1215240244.xml -v 1 -rs 1321181868 -probe 1 -ph 0 -heu dom/wdeg -res no 

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): 2200 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
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.00 2.05 2.05 4/81 30888
/proc/meminfo: memFree=1106888/2055920 swapFree=4111052/4192956
[pid=30888] ppid=30886 vsize=820 CPUtime=0
/proc/30888/stat : 30888 (xsolve) R 30886 30888 29362 0 -1 4194304 39 0 0 0 0 0 0 0 21 0 1 0 2002993324 839680 25 996147200 134512640 135239859 4294956144 18446744073709551615 8413988 0 2147483391 4096 0 0 0 0 17 1 0 0
/proc/30888/statm: 205 25 19 177 0 3 0

[startup+0.0908611 s]
/proc/loadavg: 2.00 2.05 2.05 4/81 30888
/proc/meminfo: memFree=1106888/2055920 swapFree=4111052/4192956
[pid=30888] ppid=30886 vsize=7904 CPUtime=0.07
/proc/30888/stat : 30888 (xsolve) R 30886 30888 29362 0 -1 4194304 1311 0 0 0 7 0 0 0 18 0 1 0 2002993324 8093696 1277 996147200 134512640 135239859 4294956144 18446744073709551615 134650917 0 0 4096 0 0 0 0 17 1 0 0
/proc/30888/statm: 1976 1277 399 177 0 879 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 7904

[startup+0.101858 s]
/proc/loadavg: 2.00 2.05 2.05 4/81 30888
/proc/meminfo: memFree=1106888/2055920 swapFree=4111052/4192956
[pid=30888] ppid=30886 vsize=8036 CPUtime=0.08
/proc/30888/stat : 30888 (xsolve) R 30886 30888 29362 0 -1 4194304 1347 0 0 0 8 0 0 0 18 0 1 0 2002993324 8228864 1313 996147200 134512640 135239859 4294956144 18446744073709551615 8847085 0 0 4096 0 0 0 0 17 1 0 0
/proc/30888/statm: 2009 1313 399 177 0 912 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 8036

[startup+0.301897 s]
/proc/loadavg: 2.00 2.05 2.05 4/81 30888
/proc/meminfo: memFree=1106888/2055920 swapFree=4111052/4192956
[pid=30888] ppid=30886 vsize=10824 CPUtime=0.29
/proc/30888/stat : 30888 (xsolve) R 30886 30888 29362 0 -1 4194304 2031 0 0 0 28 1 0 0 19 0 1 0 2002993324 11083776 1997 996147200 134512640 135239859 4294956144 18446744073709551615 8847765 0 0 4096 0 0 0 0 17 1 0 0
/proc/30888/statm: 2706 1997 399 177 0 1609 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 10824

[startup+0.701972 s]
/proc/loadavg: 2.00 2.05 2.05 4/81 30888
/proc/meminfo: memFree=1106888/2055920 swapFree=4111052/4192956
[pid=30888] ppid=30886 vsize=16184 CPUtime=0.69
/proc/30888/stat : 30888 (xsolve) R 30886 30888 29362 0 -1 4194304 3415 0 0 0 67 2 0 0 23 0 1 0 2002993324 16572416 3315 996147200 134512640 135239859 4294956144 18446744073709551615 4159126172 0 0 4096 0 0 0 0 17 1 0 0
/proc/30888/statm: 4046 3315 399 177 0 2949 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 16184

[startup+1.50111 s]
/proc/loadavg: 2.00 2.05 2.05 3/82 30889
/proc/meminfo: memFree=1091264/2055920 swapFree=4111052/4192956
[pid=30888] ppid=30886 vsize=26480 CPUtime=1.48
/proc/30888/stat : 30888 (xsolve) R 30886 30888 29362 0 -1 4194304 6089 0 0 0 145 3 0 0 25 0 1 0 2002993324 27115520 5859 996147200 134512640 135239859 4294956144 18446744073709551615 134683229 0 0 4096 0 0 0 0 17 1 0 0
/proc/30888/statm: 6620 5859 399 177 0 5523 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 26480

[startup+3.10241 s]
/proc/loadavg: 2.00 2.05 2.05 3/82 30889
/proc/meminfo: memFree=1077312/2055920 swapFree=4111052/4192956
[pid=30888] ppid=30886 vsize=47220 CPUtime=3.06
/proc/30888/stat : 30888 (xsolve) R 30886 30888 29362 0 -1 4194304 11307 0 0 0 300 6 0 0 25 0 1 0 2002993324 48353280 10786 996147200 134512640 135239859 4294956144 18446744073709551615 134942151 0 0 4096 0 0 0 0 17 1 0 0
/proc/30888/statm: 11805 10786 405 177 0 10708 0
Current children cumulated CPU time (s) 3.06
Current children cumulated vsize (KiB) 47220

[startup+6.30197 s]
/proc/loadavg: 2.00 2.05 2.05 3/82 30889
/proc/meminfo: memFree=1001856/2055920 swapFree=4111052/4192956
[pid=30888] ppid=30886 vsize=152356 CPUtime=6.22
/proc/30888/stat : 30888 (xsolve) R 30886 30888 29362 0 -1 4194304 27076 0 0 0 610 12 0 0 25 0 1 0 2002993324 156012544 26522 996147200 134512640 135239859 4294956144 18446744073709551615 134532176 0 0 4096 0 0 0 0 17 1 0 0
/proc/30888/statm: 38089 26522 420 177 0 36992 0
Current children cumulated CPU time (s) 6.22
Current children cumulated vsize (KiB) 152356

[startup+12.7011 s]
/proc/loadavg: 2.00 2.05 2.05 3/82 30889
/proc/meminfo: memFree=1001856/2055920 swapFree=4111052/4192956
[pid=30888] ppid=30886 vsize=152356 CPUtime=12.58
/proc/30888/stat : 30888 (xsolve) R 30886 30888 29362 0 -1 4194304 27076 0 0 0 1245 13 0 0 25 0 1 0 2002993324 156012544 26522 996147200 134512640 135239859 4294956144 18446744073709551615 134820231 0 0 4096 0 0 0 0 17 1 0 0
/proc/30888/statm: 38089 26522 420 177 0 36992 0
Current children cumulated CPU time (s) 12.58
Current children cumulated vsize (KiB) 152356

[startup+25.5014 s]
/proc/loadavg: 2.00 2.05 2.05 3/82 30889
/proc/meminfo: memFree=1001856/2055920 swapFree=4111052/4192956
[pid=30888] ppid=30886 vsize=152356 CPUtime=25.26
/proc/30888/stat : 30888 (xsolve) R 30886 30888 29362 0 -1 4194304 27076 0 0 0 2513 13 0 0 25 0 1 0 2002993324 156012544 26522 996147200 134512640 135239859 4294956144 18446744073709551615 135097003 0 0 4096 0 0 0 0 17 1 0 0
/proc/30888/statm: 38089 26522 420 177 0 36992 0
Current children cumulated CPU time (s) 25.26
Current children cumulated vsize (KiB) 152356

[startup+51.102 s]
/proc/loadavg: 2.00 2.04 2.05 3/82 30889
/proc/meminfo: memFree=1001792/2055920 swapFree=4111052/4192956
[pid=30888] ppid=30886 vsize=152356 CPUtime=50.64
/proc/30888/stat : 30888 (xsolve) R 30886 30888 29362 0 -1 4194304 27076 0 0 0 5051 13 0 0 25 0 1 0 2002993324 156012544 26522 996147200 134512640 135239859 4294956144 18446744073709551615 134543169 0 0 4096 0 0 0 0 17 1 0 0
/proc/30888/statm: 38089 26522 420 177 0 36992 0
Current children cumulated CPU time (s) 50.64
Current children cumulated vsize (KiB) 152356

[startup+102.306 s]
/proc/loadavg: 2.00 2.03 2.04 3/82 30889
/proc/meminfo: memFree=1001728/2055920 swapFree=4111052/4192956
[pid=30888] ppid=30886 vsize=152356 CPUtime=101.4
/proc/30888/stat : 30888 (xsolve) R 30886 30888 29362 0 -1 4194304 27076 0 0 0 10127 13 0 0 25 0 1 0 2002993324 156012544 26522 996147200 134512640 135239859 4294956144 18446744073709551615 134539288 0 0 4096 0 0 0 0 17 1 0 0
/proc/30888/statm: 38089 26522 420 177 0 36992 0
Current children cumulated CPU time (s) 101.4
Current children cumulated vsize (KiB) 152356

[startup+162.301 s]
/proc/loadavg: 2.00 2.02 2.04 3/82 30889
/proc/meminfo: memFree=1001664/2055920 swapFree=4111052/4192956
[pid=30888] ppid=30886 vsize=152356 CPUtime=160.89
/proc/30888/stat : 30888 (xsolve) R 30886 30888 29362 0 -1 4194304 27076 0 0 0 16076 13 0 0 25 0 1 0 2002993324 156012544 26522 996147200 134512640 135239859 4294956144 18446744073709551615 134539303 0 0 4096 0 0 0 0 17 1 0 0
/proc/30888/statm: 38089 26522 420 177 0 36992 0
Current children cumulated CPU time (s) 160.89
Current children cumulated vsize (KiB) 152356

[startup+222.302 s]
/proc/loadavg: 2.00 2.02 2.03 3/82 30889
/proc/meminfo: memFree=1001472/2055920 swapFree=4111052/4192956
[pid=30888] ppid=30886 vsize=152356 CPUtime=220.37
/proc/30888/stat : 30888 (xsolve) R 30886 30888 29362 0 -1 4194304 27076 0 0 0 22024 13 0 0 25 0 1 0 2002993324 156012544 26522 996147200 134512640 135239859 4294956144 18446744073709551615 134820294 0 0 4096 0 0 0 0 17 1 0 0
/proc/30888/statm: 38089 26522 420 177 0 36992 0
Current children cumulated CPU time (s) 220.37
Current children cumulated vsize (KiB) 152356

[startup+282.302 s]
/proc/loadavg: 2.00 2.01 2.02 3/82 30889
/proc/meminfo: memFree=1001408/2055920 swapFree=4111052/4192956
[pid=30888] ppid=30886 vsize=152356 CPUtime=279.87
/proc/30888/stat : 30888 (xsolve) R 30886 30888 29362 0 -1 4194304 27076 0 0 0 27974 13 0 0 25 0 1 0 2002993324 156012544 26522 996147200 134512640 135239859 4294956144 18446744073709551615 134532191 0 0 4096 0 0 0 0 17 1 0 0
/proc/30888/statm: 38089 26522 420 177 0 36992 0
Current children cumulated CPU time (s) 279.87
Current children cumulated vsize (KiB) 152356

[startup+342.301 s]
/proc/loadavg: 2.00 2.01 2.02 3/82 30889
/proc/meminfo: memFree=1001344/2055920 swapFree=4111052/4192956
[pid=30888] ppid=30886 vsize=152356 CPUtime=339.36
/proc/30888/stat : 30888 (xsolve) R 30886 30888 29362 0 -1 4194304 27076 0 0 0 33922 14 0 0 25 0 1 0 2002993324 156012544 26522 996147200 134512640 135239859 4294956144 18446744073709551615 134820240 0 0 4096 0 0 0 0 17 1 0 0
/proc/30888/statm: 38089 26522 420 177 0 36992 0
Current children cumulated CPU time (s) 339.36
Current children cumulated vsize (KiB) 152356

[startup+402.301 s]
/proc/loadavg: 2.00 2.00 2.01 3/82 30889
/proc/meminfo: memFree=1001408/2055920 swapFree=4111052/4192956
[pid=30888] ppid=30886 vsize=152356 CPUtime=398.84
/proc/30888/stat : 30888 (xsolve) R 30886 30888 29362 0 -1 4194304 27077 0 0 0 39870 14 0 0 25 0 1 0 2002993324 156012544 26523 996147200 134512640 135239859 4294956144 18446744073709551615 134535329 0 0 4096 0 0 0 0 17 1 0 0
/proc/30888/statm: 38089 26523 421 177 0 36992 0
Current children cumulated CPU time (s) 398.84
Current children cumulated vsize (KiB) 152356

[startup+462.302 s]
/proc/loadavg: 2.00 2.00 2.01 3/82 30889
/proc/meminfo: memFree=1001408/2055920 swapFree=4111052/4192956
[pid=30888] ppid=30886 vsize=152356 CPUtime=458.34
/proc/30888/stat : 30888 (xsolve) R 30886 30888 29362 0 -1 4194304 27077 0 0 0 45820 14 0 0 25 0 1 0 2002993324 156012544 26523 996147200 134512640 135239859 4294956144 18446744073709551615 134532177 0 0 4096 0 0 0 0 17 1 0 0
/proc/30888/statm: 38089 26523 421 177 0 36992 0
Current children cumulated CPU time (s) 458.34
Current children cumulated vsize (KiB) 152356

[startup+522.302 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 30889
/proc/meminfo: memFree=1001344/2055920 swapFree=4111052/4192956
[pid=30888] ppid=30886 vsize=152356 CPUtime=517.82
/proc/30888/stat : 30888 (xsolve) R 30886 30888 29362 0 -1 4194304 27077 0 0 0 51768 14 0 0 25 0 1 0 2002993324 156012544 26523 996147200 134512640 135239859 4294956144 18446744073709551615 134535328 0 0 4096 0 0 0 0 17 1 0 0
/proc/30888/statm: 38089 26523 421 177 0 36992 0
Current children cumulated CPU time (s) 517.82
Current children cumulated vsize (KiB) 152356

[startup+582.303 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 30889
/proc/meminfo: memFree=1001280/2055920 swapFree=4111052/4192956
[pid=30888] ppid=30886 vsize=152356 CPUtime=577.31
/proc/30888/stat : 30888 (xsolve) R 30886 30888 29362 0 -1 4194304 27077 0 0 0 57717 14 0 0 25 0 1 0 2002993324 156012544 26523 996147200 134512640 135239859 4294956144 18446744073709551615 135096995 0 0 4096 0 0 0 0 17 1 0 0
/proc/30888/statm: 38089 26523 421 177 0 36992 0
Current children cumulated CPU time (s) 577.31
Current children cumulated vsize (KiB) 152356

[startup+642.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 30889
/proc/meminfo: memFree=1001216/2055920 swapFree=4111052/4192956
[pid=30888] ppid=30886 vsize=152356 CPUtime=636.8
/proc/30888/stat : 30888 (xsolve) R 30886 30888 29362 0 -1 4194304 27077 0 0 0 63666 14 0 0 25 0 1 0 2002993324 156012544 26523 996147200 134512640 135239859 4294956144 18446744073709551615 134543120 0 0 4096 0 0 0 0 17 1 0 0
/proc/30888/statm: 38089 26523 421 177 0 36992 0
Current children cumulated CPU time (s) 636.8
Current children cumulated vsize (KiB) 152356


################
# More data... #
################

/proc/meminfo: memFree=1573576/2055920 swapFree=4111052/4192956
[pid=30888] ppid=30886 vsize=152488 CPUtime=1055.17
/proc/30888/stat : 30888 (xsolve) R 30886 30888 29362 0 -1 4194304 27092 0 0 0 105499 18 0 0 25 0 1 0 2002993324 156147712 26538 996147200 134512640 135239859 4294956144 18446744073709551615 134539282 0 0 4096 0 0 0 0 17 0 0 0
/proc/30888/statm: 38122 26538 422 177 0 37025 0
Current children cumulated CPU time (s) 1055.17
Current children cumulated vsize (KiB) 152488

[startup+1122.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/74 30928
/proc/meminfo: memFree=1573576/2055920 swapFree=4111052/4192956
[pid=30888] ppid=30886 vsize=152488 CPUtime=1115.11
/proc/30888/stat : 30888 (xsolve) R 30886 30888 29362 0 -1 4194304 27094 0 0 0 111493 18 0 0 25 0 1 0 2002993324 156147712 26540 996147200 134512640 135239859 4294956144 18446744073709551615 134543123 0 0 4096 0 0 0 0 17 0 0 0
/proc/30888/statm: 38122 26540 422 177 0 37025 0
Current children cumulated CPU time (s) 1115.11
Current children cumulated vsize (KiB) 152488

[startup+1182.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/74 30928
/proc/meminfo: memFree=1573576/2055920 swapFree=4111052/4192956
[pid=30888] ppid=30886 vsize=152488 CPUtime=1175.06
/proc/30888/stat : 30888 (xsolve) R 30886 30888 29362 0 -1 4194304 27097 0 0 0 117488 18 0 0 25 0 1 0 2002993324 156147712 26543 996147200 134512640 135239859 4294956144 18446744073709551615 134539217 0 0 4096 0 0 0 0 17 0 0 0
/proc/30888/statm: 38122 26543 422 177 0 37025 0
Current children cumulated CPU time (s) 1175.06
Current children cumulated vsize (KiB) 152488

[startup+1242.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/74 30928
/proc/meminfo: memFree=1573384/2055920 swapFree=4111052/4192956
[pid=30888] ppid=30886 vsize=152488 CPUtime=1235.02
/proc/30888/stat : 30888 (xsolve) R 30886 30888 29362 0 -1 4194304 27098 0 0 0 123483 19 0 0 25 0 1 0 2002993324 156147712 26544 996147200 134512640 135239859 4294956144 18446744073709551615 134539282 0 0 4096 0 0 0 0 17 0 0 0
/proc/30888/statm: 38122 26544 422 177 0 37025 0
Current children cumulated CPU time (s) 1235.02
Current children cumulated vsize (KiB) 152488

[startup+1302.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/94 30952
/proc/meminfo: memFree=1504424/2055920 swapFree=4111052/4192956
[pid=30888] ppid=30886 vsize=152488 CPUtime=1294.96
/proc/30888/stat : 30888 (xsolve) R 30886 30888 29362 0 -1 4194304 27099 0 0 0 129477 19 0 0 25 0 1 0 2002993324 156147712 26545 996147200 134512640 135239859 4294956144 18446744073709551615 135095222 0 0 4096 0 0 0 0 17 0 0 0
/proc/30888/statm: 38122 26545 423 177 0 37025 0
Current children cumulated CPU time (s) 1294.96
Current children cumulated vsize (KiB) 152488

[startup+1362.3 s]
/proc/loadavg: 2.06 2.02 2.00 3/83 30990
/proc/meminfo: memFree=1603584/2055920 swapFree=4111052/4192956
[pid=30888] ppid=30886 vsize=152488 CPUtime=1354.9
/proc/30888/stat : 30888 (xsolve) R 30886 30888 29362 0 -1 4194304 27099 0 0 0 135471 19 0 0 25 0 1 0 2002993324 156147712 26545 996147200 134512640 135239859 4294956144 18446744073709551615 134532177 0 0 4096 0 0 0 0 17 0 0 0
/proc/30888/statm: 38122 26545 423 177 0 37025 0
Current children cumulated CPU time (s) 1354.9
Current children cumulated vsize (KiB) 152488

[startup+1422.31 s]
/proc/loadavg: 2.21 2.06 2.01 4/82 30990
/proc/meminfo: memFree=1151360/2055920 swapFree=4111052/4192956
[pid=30888] ppid=30886 vsize=152488 CPUtime=1414.85
/proc/30888/stat : 30888 (xsolve) R 30886 30888 29362 0 -1 4194304 27099 0 0 0 141466 19 0 0 25 0 1 0 2002993324 156147712 26545 996147200 134512640 135239859 4294956144 18446744073709551615 134534768 0 0 4096 0 0 0 0 17 0 0 0
/proc/30888/statm: 38122 26545 423 177 0 37025 0
Current children cumulated CPU time (s) 1414.85
Current children cumulated vsize (KiB) 152488

[startup+1482.3 s]
/proc/loadavg: 2.11 2.06 2.01 3/83 30991
/proc/meminfo: memFree=1073848/2055920 swapFree=4111052/4192956
[pid=30888] ppid=30886 vsize=152488 CPUtime=1474.78
/proc/30888/stat : 30888 (xsolve) R 30886 30888 29362 0 -1 4194304 27099 0 0 0 147459 19 0 0 25 0 1 0 2002993324 156147712 26545 996147200 134512640 135239859 4294956144 18446744073709551615 134535328 0 0 4096 0 0 0 0 17 0 0 0
/proc/30888/statm: 38122 26545 423 177 0 37025 0
Current children cumulated CPU time (s) 1474.78
Current children cumulated vsize (KiB) 152488

[startup+1542.3 s]
/proc/loadavg: 2.04 2.05 2.01 3/81 31028
/proc/meminfo: memFree=1335504/2055920 swapFree=4111052/4192956
[pid=30888] ppid=30886 vsize=152488 CPUtime=1534.73
/proc/30888/stat : 30888 (xsolve) R 30886 30888 29362 0 -1 4194304 27099 0 0 0 153453 20 0 0 25 0 1 0 2002993324 156147712 26545 996147200 134512640 135239859 4294956144 18446744073709551615 134532191 0 0 4096 0 0 0 0 17 0 0 0
/proc/30888/statm: 38122 26545 423 177 0 37025 0
Current children cumulated CPU time (s) 1534.73
Current children cumulated vsize (KiB) 152488

[startup+1602.3 s]
/proc/loadavg: 2.01 2.03 2.00 3/81 31028
/proc/meminfo: memFree=1003920/2055920 swapFree=4111052/4192956
[pid=30888] ppid=30886 vsize=152492 CPUtime=1594.68
/proc/30888/stat : 30888 (xsolve) R 30886 30888 29362 0 -1 4194304 27100 0 0 0 159448 20 0 0 25 0 1 0 2002993324 156151808 26546 996147200 134512640 135239859 4294956144 18446744073709551615 134543147 0 0 4096 0 0 0 0 17 0 0 0
/proc/30888/statm: 38123 26546 423 177 0 37026 0
Current children cumulated CPU time (s) 1594.68
Current children cumulated vsize (KiB) 152492

[startup+1662.3 s]
/proc/loadavg: 2.00 2.03 2.00 3/81 31028
/proc/meminfo: memFree=956432/2055920 swapFree=4111052/4192956
[pid=30888] ppid=30886 vsize=152496 CPUtime=1654.62
/proc/30888/stat : 30888 (xsolve) R 30886 30888 29362 0 -1 4194304 27101 0 0 0 165442 20 0 0 25 0 1 0 2002993324 156155904 26547 996147200 134512640 135239859 4294956144 18446744073709551615 134540177 0 0 4096 0 0 0 0 17 0 0 0
/proc/30888/statm: 38124 26547 423 177 0 37027 0
Current children cumulated CPU time (s) 1654.62
Current children cumulated vsize (KiB) 152496

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

[startup+1663.9 s]
/proc/loadavg: 2.00 2.03 2.00 3/81 31028
/proc/meminfo: memFree=956432/2055920 swapFree=4111052/4192956
[pid=30888] ppid=30886 vsize=152496 CPUtime=1656.22
/proc/30888/stat : 30888 (xsolve) R 30886 30888 29362 0 -1 4194304 27101 0 0 0 165602 20 0 0 25 0 1 0 2002993324 156155904 26547 996147200 134512640 135239859 4294956144 18446744073709551615 134534787 0 0 4096 0 0 0 0 17 0 0 0
/proc/30888/statm: 38124 26547 423 177 0 37027 0
Current children cumulated CPU time (s) 1656.22
Current children cumulated vsize (KiB) 152496

[startup+1676.7 s]
/proc/loadavg: 2.00 2.02 2.00 3/81 31028
/proc/meminfo: memFree=956432/2055920 swapFree=4111052/4192956
[pid=30888] ppid=30886 vsize=152504 CPUtime=1669
/proc/30888/stat : 30888 (xsolve) R 30886 30888 29362 0 -1 4194304 27103 0 0 0 166880 20 0 0 25 0 1 0 2002993324 156164096 26549 996147200 134512640 135239859 4294956144 18446744073709551615 134820196 0 0 4096 0 0 0 0 17 0 0 0
/proc/30888/statm: 38126 26549 423 177 0 37029 0
Current children cumulated CPU time (s) 1669
Current children cumulated vsize (KiB) 152504

[startup+1689.5 s]
/proc/loadavg: 2.00 2.02 2.00 3/81 31028
/proc/meminfo: memFree=956432/2055920 swapFree=4111052/4192956
[pid=30888] ppid=30886 vsize=152504 CPUtime=1681.8
/proc/30888/stat : 30888 (xsolve) R 30886 30888 29362 0 -1 4194304 27103 0 0 0 168160 20 0 0 25 0 1 0 2002993324 156164096 26549 996147200 134512640 135239859 4294956144 18446744073709551615 134532177 0 0 4096 0 0 0 0 17 0 0 0
/proc/30888/statm: 38126 26549 423 177 0 37029 0
Current children cumulated CPU time (s) 1681.8
Current children cumulated vsize (KiB) 152504

[startup+1695.9 s]
/proc/loadavg: 2.00 2.02 2.00 3/81 31028
/proc/meminfo: memFree=956432/2055920 swapFree=4111052/4192956
[pid=30888] ppid=30886 vsize=152504 CPUtime=1688.19
/proc/30888/stat : 30888 (xsolve) R 30886 30888 29362 0 -1 4194304 27103 0 0 0 168799 20 0 0 25 0 1 0 2002993324 156164096 26549 996147200 134512640 135239859 4294956144 18446744073709551615 134535328 0 0 4096 0 0 0 0 17 0 0 0
/proc/30888/statm: 38126 26549 423 177 0 37029 0
Current children cumulated CPU time (s) 1688.19
Current children cumulated vsize (KiB) 152504

[startup+1697.5 s]
/proc/loadavg: 2.00 2.02 2.00 3/81 31028
/proc/meminfo: memFree=956432/2055920 swapFree=4111052/4192956
[pid=30888] ppid=30886 vsize=152504 CPUtime=1689.79
/proc/30888/stat : 30888 (xsolve) R 30886 30888 29362 0 -1 4194304 27103 0 0 0 168959 20 0 0 25 0 1 0 2002993324 156164096 26549 996147200 134512640 135239859 4294956144 18446744073709551615 134820170 0 0 4096 0 0 0 0 17 0 0 0
/proc/30888/statm: 38126 26549 423 177 0 37029 0
Current children cumulated CPU time (s) 1689.79
Current children cumulated vsize (KiB) 152504

[startup+1699.1 s]
/proc/loadavg: 2.00 2.02 2.00 3/81 31028
/proc/meminfo: memFree=956432/2055920 swapFree=4111052/4192956
[pid=30888] ppid=30886 vsize=152504 CPUtime=1691.39
/proc/30888/stat : 30888 (xsolve) R 30886 30888 29362 0 -1 4194304 27103 0 0 0 169119 20 0 0 25 0 1 0 2002993324 156164096 26549 996147200 134512640 135239859 4294956144 18446744073709551615 134543151 0 0 4096 0 0 0 0 17 0 0 0
/proc/30888/statm: 38126 26549 423 177 0 37029 0
Current children cumulated CPU time (s) 1691.39
Current children cumulated vsize (KiB) 152504

[startup+1699.51 s]
/proc/loadavg: 2.00 2.02 2.00 3/81 31028
/proc/meminfo: memFree=956432/2055920 swapFree=4111052/4192956
[pid=30888] ppid=30886 vsize=152504 CPUtime=1691.79
/proc/30888/stat : 30888 (xsolve) R 30886 30888 29362 0 -1 4194304 27103 0 0 0 169159 20 0 0 25 0 1 0 2002993324 156164096 26549 996147200 134512640 135239859 4294956144 18446744073709551615 134540200 0 0 4096 0 0 0 0 17 0 0 0
/proc/30888/statm: 38126 26549 423 177 0 37029 0
Current children cumulated CPU time (s) 1691.79
Current children cumulated vsize (KiB) 152504

[startup+1699.7 s]
/proc/loadavg: 2.00 2.02 2.00 3/81 31028
/proc/meminfo: memFree=956432/2055920 swapFree=4111052/4192956
[pid=30888] ppid=30886 vsize=47304 CPUtime=1691.99
/proc/30888/stat : 30888 (xsolve) R 30886 30888 29362 0 -1 4194304 27112 0 0 0 169178 21 0 0 25 0 1 0 2002993324 48439296 10833 996147200 134512640 135239859 4294956144 18446744073709551615 4159126157 0 0 4096 0 0 0 0 17 0 0 0
/proc/30888/statm: 11826 10833 432 177 0 10729 0
Current children cumulated CPU time (s) 1691.99
Current children cumulated vsize (KiB) 47304

Child status: 0
Real time (s): 1699.78
CPU time (s): 1692.08
CPU user time (s): 1691.86
CPU system time (s): 0.222966
CPU usage (%): 99.5467
Max. virtual memory (cumulated for all children) (KiB): 152504

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

runsolver used 1.80373 second user time and 4.52831 second system time

The end

Launcher Data (download as text)

Begin job on node70 at 2008-07-05 08:44:05
IDJOB=1086608
IDBENCH=57846
IDSOLVER=342
FILE ID=node70/1086608-1215240244
PBS_JOBID= 7881935
Free space on /tmp= 66332 MiB

SOLVER NAME= MDG-probe 2008-06-27
BENCH NAME= CPAI08/csp/fapp/fapp30/normalized-fapp30-3000-1.xml
COMMAND LINE= HOME/xsolve BENCHNAME -v 1 -rs RANDOMSEED -probe 1 -ph 0 -heu dom/wdeg -res no
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1086608-1215240244/watcher-1086608-1215240244 -o /tmp/evaluation-result-1086608-1215240244/solver-1086608-1215240244 -C 1800 -W 2200 -M 900 --output-limit 1,15  HOME/xsolve HOME/instance-1086608-1215240244.xml -v 1 -rs 1321181868 -probe 1 -ph 0 -heu dom/wdeg -res no

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 0ec16ab311064bfe5172278fde3994e0
RANDOM SEED=1321181868

node70.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.256
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.256
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:       1107368 kB
Buffers:         11168 kB
Cached:         114060 kB
SwapCached:      76324 kB
Active:         843744 kB
Inactive:        49004 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1107368 kB
SwapTotal:     4192956 kB
SwapFree:      4111052 kB
Dirty:            9816 kB
Writeback:           0 kB
Mapped:         783244 kB
Slab:            39712 kB
Committed_AS:  4984652 kB
PageTables:       3280 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= 66328 MiB
End job on node70 at 2008-07-05 09:12:24