Trace number 1072263

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
mddc-solv 2008-06-09SAT 1258.89 1264.7

DiagnosticValue
CHECKS198157000

General information on the benchmark

Namecsp/rand-3-24-24-fcd/
normalized-rand-3-24-24-76-632-fcd-10_ext.xml
MD5SUM1a3479aef1bab58ff39ed2c94bbcc237
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 benchmark1175.69
Satisfiable
(Un)Satisfiability was proved
Number of variables24
Number of constraints76
Maximum constraint arity3
Maximum domain size24
Number of constraints which are defined in extension76
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.09/0.10	c loading... 0.87 secs
0.79/0.88	c smallest 602
0.79/0.88	c largest 603
0.79/0.88	c average 602.947
0.79/0.88	
1258.78/1264.69	s SATISFIABLE
1258.78/1264.69	v 9 12 21 18 22 16 13 16 21 22 19 11 15 0 15 0 22 1 13 22 5 1 3 20
1258.78/1264.69	d CHECKS 198157237
1258.78/1264.69	c FAILS 2499405
1258.78/1264.69	c RESTARTS 23

Verifier Data (download as text)

OK

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-1072263-1215172854/watcher-1072263-1215172854 -o /tmp/evaluation-result-1072263-1215172854/solver-1072263-1215172854 -C 1800 -W 2200 -M 900 --output-limit 1,15 HOME/solver HOME/instance-1072263-1215172854.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): 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: 1.92 2.03 2.03 4/74 30290
/proc/meminfo: memFree=1711656/2055924 swapFree=4177292/4192956
[pid=30290] ppid=30288 vsize=4044 CPUtime=0
/proc/30290/stat : 30290 (solver) R 30288 30290 29947 0 -1 4194304 189 0 0 0 0 0 0 0 20 0 1 0 673015016 4141056 169 996147200 134512640 134773262 4294956240 18446744073709551615 7899027 0 0 4096 0 0 0 0 17 1 0 0
/proc/30290/statm: 1011 169 142 63 0 16 0

[startup+0.097043 s]
/proc/loadavg: 1.92 2.03 2.03 4/74 30290
/proc/meminfo: memFree=1711656/2055924 swapFree=4177292/4192956
[pid=30290] ppid=30288 vsize=9572 CPUtime=0.08
/proc/30290/stat : 30290 (solver) R 30288 30290 29947 0 -1 4194304 2038 0 0 0 8 0 0 0 20 0 1 0 673015016 9801728 1549 996147200 134512640 134773262 4294956240 18446744073709551615 134531087 0 0 4096 0 0 0 0 17 0 0 0
/proc/30290/statm: 2393 1549 338 63 0 1410 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 9572

[startup+0.102038 s]
/proc/loadavg: 1.92 2.03 2.03 4/74 30290
/proc/meminfo: memFree=1711656/2055924 swapFree=4177292/4192956
[pid=30290] ppid=30288 vsize=9576 CPUtime=0.09
/proc/30290/stat : 30290 (solver) R 30288 30290 29947 0 -1 4194304 2043 0 0 0 9 0 0 0 20 0 1 0 673015016 9805824 1554 996147200 134512640 134773262 4294956240 18446744073709551615 134531043 0 0 4096 0 0 0 0 17 0 0 0
/proc/30290/statm: 2394 1554 338 63 0 1411 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9576

[startup+0.302081 s]
/proc/loadavg: 1.92 2.03 2.03 4/74 30290
/proc/meminfo: memFree=1711656/2055924 swapFree=4177292/4192956
[pid=30290] ppid=30288 vsize=10700 CPUtime=0.28
/proc/30290/stat : 30290 (solver) R 30288 30290 29947 0 -1 4194304 2336 0 0 0 28 0 0 0 22 0 1 0 673015016 10956800 1847 996147200 134512640 134773262 4294956240 18446744073709551615 134647659 0 0 4096 0 0 0 0 17 0 0 0
/proc/30290/statm: 2675 1847 338 63 0 1692 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 10700

[startup+0.701157 s]
/proc/loadavg: 1.92 2.03 2.03 4/74 30290
/proc/meminfo: memFree=1711656/2055924 swapFree=4177292/4192956
[pid=30290] ppid=30288 vsize=13084 CPUtime=0.69
/proc/30290/stat : 30290 (solver) R 30288 30290 29947 0 -1 4194304 2911 0 0 0 68 1 0 0 25 0 1 0 673015016 13398016 2422 996147200 134512640 134773262 4294956240 18446744073709551615 134575772 0 0 4096 0 0 0 0 17 0 0 0
/proc/30290/statm: 3271 2422 338 63 0 2288 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 13084

[startup+1.5013 s]
/proc/loadavg: 1.92 2.03 2.03 3/75 30291
/proc/meminfo: memFree=1705696/2055924 swapFree=4177292/4192956
[pid=30290] ppid=30288 vsize=9592 CPUtime=1.48
/proc/30290/stat : 30290 (solver) R 30288 30290 29947 0 -1 4194304 3295 0 0 0 147 1 0 0 25 0 1 0 673015016 9822208 1779 996147200 134512640 134773262 4294956240 18446744073709551615 134529717 0 0 4096 0 0 0 0 17 0 0 0
/proc/30290/statm: 2398 1779 364 63 0 1415 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 9592

[startup+3.1016 s]
/proc/loadavg: 1.92 2.03 2.03 3/75 30291
/proc/meminfo: memFree=1705504/2055924 swapFree=4177292/4192956
[pid=30290] ppid=30288 vsize=9592 CPUtime=3.07
/proc/30290/stat : 30290 (solver) R 30288 30290 29947 0 -1 4194304 3295 0 0 0 306 1 0 0 25 0 1 0 673015016 9822208 1779 996147200 134512640 134773262 4294956240 18446744073709551615 134529753 0 0 4096 0 0 0 0 17 0 0 0
/proc/30290/statm: 2398 1779 364 63 0 1415 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 9592

[startup+6.30119 s]
/proc/loadavg: 1.93 2.03 2.03 3/75 30291
/proc/meminfo: memFree=1705376/2055924 swapFree=4177292/4192956
[pid=30290] ppid=30288 vsize=9592 CPUtime=6.26
/proc/30290/stat : 30290 (solver) R 30288 30290 29947 0 -1 4194304 3295 0 0 0 625 1 0 0 25 0 1 0 673015016 9822208 1779 996147200 134512640 134773262 4294956240 18446744073709551615 134529771 0 0 4096 0 0 0 0 17 0 0 0
/proc/30290/statm: 2398 1779 364 63 0 1415 0
Current children cumulated CPU time (s) 6.26
Current children cumulated vsize (KiB) 9592

[startup+12.7014 s]
/proc/loadavg: 1.93 2.03 2.03 3/75 30297
/proc/meminfo: memFree=1704856/2055924 swapFree=4177292/4192956
[pid=30290] ppid=30288 vsize=9592 CPUtime=12.62
/proc/30290/stat : 30290 (solver) R 30288 30290 29947 0 -1 4194304 3295 0 0 0 1261 1 0 0 25 0 1 0 673015016 9822208 1779 996147200 134512640 134773262 4294956240 18446744073709551615 134525899 0 0 4096 0 0 0 0 17 0 0 0
/proc/30290/statm: 2398 1779 364 63 0 1415 0
Current children cumulated CPU time (s) 12.62
Current children cumulated vsize (KiB) 9592

[startup+25.5028 s]
/proc/loadavg: 1.95 2.03 2.03 3/75 30297
/proc/meminfo: memFree=1703528/2055924 swapFree=4177292/4192956
[pid=30290] ppid=30288 vsize=9592 CPUtime=25.36
/proc/30290/stat : 30290 (solver) R 30288 30290 29947 0 -1 4194304 3295 0 0 0 2535 1 0 0 25 0 1 0 673015016 9822208 1779 996147200 134512640 134773262 4294956240 18446744073709551615 134526054 0 0 4096 0 0 0 0 17 0 0 0
/proc/30290/statm: 2398 1779 364 63 0 1415 0
Current children cumulated CPU time (s) 25.36
Current children cumulated vsize (KiB) 9592

[startup+51.1025 s]
/proc/loadavg: 1.96 2.02 2.03 3/75 30297
/proc/meminfo: memFree=1701608/2055924 swapFree=4177292/4192956
[pid=30290] ppid=30288 vsize=9592 CPUtime=50.87
/proc/30290/stat : 30290 (solver) R 30288 30290 29947 0 -1 4194304 3296 0 0 0 5085 2 0 0 25 0 1 0 673015016 9822208 1780 996147200 134512640 134773262 4294956240 18446744073709551615 134529707 0 0 4096 0 0 0 0 17 0 0 0
/proc/30290/statm: 2398 1780 364 63 0 1415 0
Current children cumulated CPU time (s) 50.87
Current children cumulated vsize (KiB) 9592

[startup+102.306 s]
/proc/loadavg: 1.98 2.02 2.02 3/75 30297
/proc/meminfo: memFree=1697768/2055924 swapFree=4177292/4192956
[pid=30290] ppid=30288 vsize=9592 CPUtime=101.86
/proc/30290/stat : 30290 (solver) R 30288 30290 29947 0 -1 4194304 3298 0 0 0 10184 2 0 0 25 0 1 0 673015016 9822208 1782 996147200 134512640 134773262 4294956240 18446744073709551615 134529659 0 0 4096 0 0 0 0 17 0 0 0
/proc/30290/statm: 2398 1782 364 63 0 1415 0
Current children cumulated CPU time (s) 101.86
Current children cumulated vsize (KiB) 9592

[startup+162.301 s]
/proc/loadavg: 1.99 2.01 2.02 3/75 30297
/proc/meminfo: memFree=1694760/2055924 swapFree=4177292/4192956
[pid=30290] ppid=30288 vsize=9592 CPUtime=161.61
/proc/30290/stat : 30290 (solver) R 30288 30290 29947 0 -1 4194304 3299 0 0 0 16159 2 0 0 25 0 1 0 673015016 9822208 1783 996147200 134512640 134773262 4294956240 18446744073709551615 134529707 0 0 4096 0 0 0 0 17 0 0 0
/proc/30290/statm: 2398 1783 364 63 0 1415 0
Current children cumulated CPU time (s) 161.61
Current children cumulated vsize (KiB) 9592

[startup+222.301 s]
/proc/loadavg: 1.99 2.01 2.01 3/75 30297
/proc/meminfo: memFree=1691752/2055924 swapFree=4177292/4192956
[pid=30290] ppid=30288 vsize=9592 CPUtime=221.36
/proc/30290/stat : 30290 (solver) R 30288 30290 29947 0 -1 4194304 3299 0 0 0 22134 2 0 0 25 0 1 0 673015016 9822208 1783 996147200 134512640 134773262 4294956240 18446744073709551615 134529910 0 0 4096 0 0 0 0 17 0 0 0
/proc/30290/statm: 2398 1783 364 63 0 1415 0
Current children cumulated CPU time (s) 221.36
Current children cumulated vsize (KiB) 9592

[startup+282.301 s]
/proc/loadavg: 1.99 2.00 2.00 3/75 30297
/proc/meminfo: memFree=1688296/2055924 swapFree=4177292/4192956
[pid=30290] ppid=30288 vsize=9596 CPUtime=281.12
/proc/30290/stat : 30290 (solver) R 30288 30290 29947 0 -1 4194304 3301 0 0 0 28110 2 0 0 25 0 1 0 673015016 9826304 1785 996147200 134512640 134773262 4294956240 18446744073709551615 134529867 0 0 4096 0 0 0 0 17 0 0 0
/proc/30290/statm: 2399 1785 364 63 0 1416 0
Current children cumulated CPU time (s) 281.12
Current children cumulated vsize (KiB) 9596

[startup+342.302 s]
/proc/loadavg: 1.99 2.00 2.00 3/75 30297
/proc/meminfo: memFree=1685416/2055924 swapFree=4177292/4192956
[pid=30290] ppid=30288 vsize=9596 CPUtime=340.87
/proc/30290/stat : 30290 (solver) R 30288 30290 29947 0 -1 4194304 3303 0 0 0 34085 2 0 0 25 0 1 0 673015016 9826304 1787 996147200 134512640 134773262 4294956240 18446744073709551615 134530041 0 0 4096 0 0 0 0 17 0 0 0
/proc/30290/statm: 2399 1787 364 63 0 1416 0
Current children cumulated CPU time (s) 340.87
Current children cumulated vsize (KiB) 9596

[startup+402.302 s]
/proc/loadavg: 1.99 2.00 2.00 3/75 30297
/proc/meminfo: memFree=1682984/2055924 swapFree=4177292/4192956
[pid=30290] ppid=30288 vsize=9596 CPUtime=400.62
/proc/30290/stat : 30290 (solver) R 30288 30290 29947 0 -1 4194304 3303 0 0 0 40060 2 0 0 25 0 1 0 673015016 9826304 1787 996147200 134512640 134773262 4294956240 18446744073709551615 134529685 0 0 4096 0 0 0 0 17 0 0 0
/proc/30290/statm: 2399 1787 364 63 0 1416 0
Current children cumulated CPU time (s) 400.62
Current children cumulated vsize (KiB) 9596

[startup+462.303 s]
/proc/loadavg: 1.99 2.00 2.00 3/75 30297
/proc/meminfo: memFree=1680360/2055924 swapFree=4177292/4192956
[pid=30290] ppid=30288 vsize=9596 CPUtime=460.38
/proc/30290/stat : 30290 (solver) R 30288 30290 29947 0 -1 4194304 3303 0 0 0 46036 2 0 0 25 0 1 0 673015016 9826304 1787 996147200 134512640 134773262 4294956240 18446744073709551615 134530050 0 0 4096 0 0 0 0 17 0 0 0
/proc/30290/statm: 2399 1787 364 63 0 1416 0
Current children cumulated CPU time (s) 460.38
Current children cumulated vsize (KiB) 9596

[startup+522.302 s]
/proc/loadavg: 1.99 2.00 2.00 3/75 30297
/proc/meminfo: memFree=1677160/2055924 swapFree=4177292/4192956
[pid=30290] ppid=30288 vsize=9596 CPUtime=520.13
/proc/30290/stat : 30290 (solver) R 30288 30290 29947 0 -1 4194304 3304 0 0 0 52011 2 0 0 25 0 1 0 673015016 9826304 1788 996147200 134512640 134773262 4294956240 18446744073709551615 134529496 0 0 4096 0 0 0 0 17 0 0 0
/proc/30290/statm: 2399 1788 364 63 0 1416 0
Current children cumulated CPU time (s) 520.13
Current children cumulated vsize (KiB) 9596

[startup+582.301 s]
/proc/loadavg: 1.99 2.00 2.00 3/75 30297
/proc/meminfo: memFree=1674472/2055924 swapFree=4177292/4192956
[pid=30290] ppid=30288 vsize=9596 CPUtime=579.88
/proc/30290/stat : 30290 (solver) R 30288 30290 29947 0 -1 4194304 3304 0 0 0 57986 2 0 0 25 0 1 0 673015016 9826304 1788 996147200 134512640 134773262 4294956240 18446744073709551615 134529793 0 0 4096 0 0 0 0 17 0 0 0
/proc/30290/statm: 2399 1788 364 63 0 1416 0
Current children cumulated CPU time (s) 579.88
Current children cumulated vsize (KiB) 9596

[startup+642.301 s]
/proc/loadavg: 1.99 2.00 2.00 3/75 30297
/proc/meminfo: memFree=1671656/2055924 swapFree=4177292/4192956
[pid=30290] ppid=30288 vsize=9596 CPUtime=639.63
/proc/30290/stat : 30290 (solver) R 30288 30290 29947 0 -1 4194304 3304 0 0 0 63961 2 0 0 25 0 1 0 673015016 9826304 1788 996147200 134512640 134773262 4294956240 18446744073709551615 134529717 0 0 4096 0 0 0 0 17 0 0 0
/proc/30290/statm: 2399 1788 364 63 0 1416 0
Current children cumulated CPU time (s) 639.63
Current children cumulated vsize (KiB) 9596

[startup+702.301 s]
/proc/loadavg: 1.99 2.00 2.00 3/75 30297
/proc/meminfo: memFree=1664616/2055924 swapFree=4177292/4192956
[pid=30290] ppid=30288 vsize=9596 CPUtime=699.39
/proc/30290/stat : 30290 (solver) R 30288 30290 29947 0 -1 4194304 3305 0 0 0 69937 2 0 0 25 0 1 0 673015016 9826304 1789 996147200 134512640 134773262 4294956240 18446744073709551615 134529891 0 0 4096 0 0 0 0 17 0 0 0
/proc/30290/statm: 2399 1789 364 63 0 1416 0
Current children cumulated CPU time (s) 699.39
Current children cumulated vsize (KiB) 9596

[startup+762.306 s]
/proc/loadavg: 1.99 2.00 2.00 3/75 30297
/proc/meminfo: memFree=1658664/2055924 swapFree=4177292/4192956
[pid=30290] ppid=30288 vsize=9596 CPUtime=759.16
/proc/30290/stat : 30290 (solver) R 30288 30290 29947 0 -1 4194304 3305 0 0 0 75913 3 0 0 25 0 1 0 673015016 9826304 1789 996147200 134512640 134773262 4294956240 18446744073709551615 134530096 0 0 4096 0 0 0 0 17 0 0 0
/proc/30290/statm: 2399 1789 364 63 0 1416 0
Current children cumulated CPU time (s) 759.16
Current children cumulated vsize (KiB) 9596

[startup+822.302 s]
/proc/loadavg: 1.99 2.00 2.00 3/75 30297
/proc/meminfo: memFree=1655976/2055924 swapFree=4177292/4192956
[pid=30290] ppid=30288 vsize=9596 CPUtime=818.91
/proc/30290/stat : 30290 (solver) R 30288 30290 29947 0 -1 4194304 3305 0 0 0 81888 3 0 0 25 0 1 0 673015016 9826304 1789 996147200 134512640 134773262 4294956240 18446744073709551615 134529771 0 0 4096 0 0 0 0 17 0 0 0
/proc/30290/statm: 2399 1789 364 63 0 1416 0
Current children cumulated CPU time (s) 818.91
Current children cumulated vsize (KiB) 9596

[startup+882.302 s]
/proc/loadavg: 1.99 2.00 2.00 3/75 30297
/proc/meminfo: memFree=1653160/2055924 swapFree=4177292/4192956
[pid=30290] ppid=30288 vsize=9596 CPUtime=878.66
/proc/30290/stat : 30290 (solver) R 30288 30290 29947 0 -1 4194304 3305 0 0 0 87863 3 0 0 25 0 1 0 673015016 9826304 1789 996147200 134512640 134773262 4294956240 18446744073709551615 134529412 0 0 4096 0 0 0 0 17 0 0 0
/proc/30290/statm: 2399 1789 364 63 0 1416 0
Current children cumulated CPU time (s) 878.66
Current children cumulated vsize (KiB) 9596

[startup+942.302 s]
/proc/loadavg: 1.99 2.00 2.00 3/75 30297
/proc/meminfo: memFree=1648168/2055924 swapFree=4177292/4192956
[pid=30290] ppid=30288 vsize=9596 CPUtime=938.41
/proc/30290/stat : 30290 (solver) R 30288 30290 29947 0 -1 4194304 3305 0 0 0 93838 3 0 0 25 0 1 0 673015016 9826304 1789 996147200 134512640 134773262 4294956240 18446744073709551615 134529685 0 0 4096 0 0 0 0 17 0 0 0
/proc/30290/statm: 2399 1789 364 63 0 1416 0
Current children cumulated CPU time (s) 938.41
Current children cumulated vsize (KiB) 9596

[startup+1002.3 s]
/proc/loadavg: 1.99 2.00 2.00 3/75 30297
/proc/meminfo: memFree=1640424/2055924 swapFree=4177292/4192956
[pid=30290] ppid=30288 vsize=9596 CPUtime=998.17
/proc/30290/stat : 30290 (solver) R 30288 30290 29947 0 -1 4194304 3305 0 0 0 99814 3 0 0 25 0 1 0 673015016 9826304 1789 996147200 134512640 134773262 4294956240 18446744073709551615 134529659 0 0 4096 0 0 0 0 17 0 0 0
/proc/30290/statm: 2399 1789 364 63 0 1416 0
Current children cumulated CPU time (s) 998.17
Current children cumulated vsize (KiB) 9596

[startup+1062.3 s]
/proc/loadavg: 1.99 2.00 2.00 3/75 30297
/proc/meminfo: memFree=1633704/2055924 swapFree=4177292/4192956
[pid=30290] ppid=30288 vsize=9596 CPUtime=1057.92
/proc/30290/stat : 30290 (solver) R 30288 30290 29947 0 -1 4194304 3305 0 0 0 105789 3 0 0 25 0 1 0 673015016 9826304 1789 996147200 134512640 134773262 4294956240 18446744073709551615 134529950 0 0 4096 0 0 0 0 17 0 0 0
/proc/30290/statm: 2399 1789 364 63 0 1416 0
Current children cumulated CPU time (s) 1057.92
Current children cumulated vsize (KiB) 9596

[startup+1122.3 s]
/proc/loadavg: 1.99 2.00 2.00 3/75 30297
/proc/meminfo: memFree=1630376/2055924 swapFree=4177292/4192956
[pid=30290] ppid=30288 vsize=9596 CPUtime=1117.67
/proc/30290/stat : 30290 (solver) R 30288 30290 29947 0 -1 4194304 3305 0 0 0 111764 3 0 0 25 0 1 0 673015016 9826304 1789 996147200 134512640 134773262 4294956240 18446744073709551615 134529671 0 0 4096 0 0 0 0 17 0 0 0
/proc/30290/statm: 2399 1789 364 63 0 1416 0
Current children cumulated CPU time (s) 1117.67
Current children cumulated vsize (KiB) 9596

[startup+1182.3 s]
/proc/loadavg: 2.04 2.01 2.00 3/82 30337
/proc/meminfo: memFree=1777064/2055924 swapFree=4177292/4192956
[pid=30290] ppid=30288 vsize=9596 CPUtime=1177.19
/proc/30290/stat : 30290 (solver) R 30288 30290 29947 0 -1 4194304 3306 0 0 0 117715 4 0 0 25 0 1 0 673015016 9826304 1790 996147200 134512640 134773262 4294956240 18446744073709551615 134529750 0 0 4096 0 0 0 0 17 0 0 0
/proc/30290/statm: 2399 1790 364 63 0 1416 0
Current children cumulated CPU time (s) 1177.19
Current children cumulated vsize (KiB) 9596

[startup+1242.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/82 30337
/proc/meminfo: memFree=1776872/2055924 swapFree=4177292/4192956
[pid=30290] ppid=30288 vsize=9596 CPUtime=1236.67
/proc/30290/stat : 30290 (solver) R 30288 30290 29947 0 -1 4194304 3306 0 0 0 123663 4 0 0 25 0 1 0 673015016 9826304 1790 996147200 134512640 134773262 4294956240 18446744073709551615 134529937 0 0 4096 0 0 0 0 17 0 0 0
/proc/30290/statm: 2399 1790 364 63 0 1416 0
Current children cumulated CPU time (s) 1236.67
Current children cumulated vsize (KiB) 9596

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

[startup+1254.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/82 30337
/proc/meminfo: memFree=1776872/2055924 swapFree=4177292/4192956
[pid=30290] ppid=30288 vsize=9596 CPUtime=1248.57
/proc/30290/stat : 30290 (solver) R 30288 30290 29947 0 -1 4194304 3306 0 0 0 124853 4 0 0 25 0 1 0 673015016 9826304 1790 996147200 134512640 134773262 4294956240 18446744073709551615 134529723 0 0 4096 0 0 0 0 17 0 0 0
/proc/30290/statm: 2399 1790 364 63 0 1416 0
Current children cumulated CPU time (s) 1248.57
Current children cumulated vsize (KiB) 9596

[startup+1260.7 s]
/proc/loadavg: 2.01 2.00 2.00 4/82 30337
/proc/meminfo: memFree=1776872/2055924 swapFree=4177292/4192956
[pid=30290] ppid=30288 vsize=9596 CPUtime=1254.91
/proc/30290/stat : 30290 (solver) R 30288 30290 29947 0 -1 4194304 3306 0 0 0 125487 4 0 0 25 0 1 0 673015016 9826304 1790 996147200 134512640 134773262 4294956240 18446744073709551615 134529771 0 0 4096 0 0 0 0 17 0 0 0
/proc/30290/statm: 2399 1790 364 63 0 1416 0
Current children cumulated CPU time (s) 1254.91
Current children cumulated vsize (KiB) 9596

[startup+1262.3 s]
/proc/loadavg: 2.01 2.00 2.00 3/82 30337
/proc/meminfo: memFree=1776872/2055924 swapFree=4177292/4192956
[pid=30290] ppid=30288 vsize=9596 CPUtime=1256.5
/proc/30290/stat : 30290 (solver) R 30288 30290 29947 0 -1 4194304 3306 0 0 0 125646 4 0 0 25 0 1 0 673015016 9826304 1790 996147200 134512640 134773262 4294956240 18446744073709551615 134529131 0 0 4096 0 0 0 0 17 0 0 0
/proc/30290/statm: 2399 1790 364 63 0 1416 0
Current children cumulated CPU time (s) 1256.5
Current children cumulated vsize (KiB) 9596

[startup+1263.91 s]
/proc/loadavg: 2.01 2.00 2.00 3/82 30337
/proc/meminfo: memFree=1776872/2055924 swapFree=4177292/4192956
[pid=30290] ppid=30288 vsize=9596 CPUtime=1258.09
/proc/30290/stat : 30290 (solver) R 30288 30290 29947 0 -1 4194304 3306 0 0 0 125805 4 0 0 25 0 1 0 673015016 9826304 1790 996147200 134512640 134773262 4294956240 18446744073709551615 134529771 0 0 4096 0 0 0 0 17 0 0 0
/proc/30290/statm: 2399 1790 364 63 0 1416 0
Current children cumulated CPU time (s) 1258.09
Current children cumulated vsize (KiB) 9596

[startup+1264.3 s]
/proc/loadavg: 2.01 2.00 2.00 3/82 30337
/proc/meminfo: memFree=1776872/2055924 swapFree=4177292/4192956
[pid=30290] ppid=30288 vsize=9596 CPUtime=1258.48
/proc/30290/stat : 30290 (solver) R 30288 30290 29947 0 -1 4194304 3306 0 0 0 125844 4 0 0 25 0 1 0 673015016 9826304 1790 996147200 134512640 134773262 4294956240 18446744073709551615 134529885 0 0 4096 0 0 0 0 17 0 0 0
/proc/30290/statm: 2399 1790 364 63 0 1416 0
Current children cumulated CPU time (s) 1258.48
Current children cumulated vsize (KiB) 9596

[startup+1264.5 s]
/proc/loadavg: 2.01 2.00 2.00 3/82 30337
/proc/meminfo: memFree=1776872/2055924 swapFree=4177292/4192956
[pid=30290] ppid=30288 vsize=9596 CPUtime=1258.68
/proc/30290/stat : 30290 (solver) R 30288 30290 29947 0 -1 4194304 3306 0 0 0 125864 4 0 0 25 0 1 0 673015016 9826304 1790 996147200 134512640 134773262 4294956240 18446744073709551615 134529931 0 0 4096 0 0 0 0 17 0 0 0
/proc/30290/statm: 2399 1790 364 63 0 1416 0
Current children cumulated CPU time (s) 1258.68
Current children cumulated vsize (KiB) 9596

[startup+1264.6 s]
/proc/loadavg: 2.01 2.00 2.00 3/82 30337
/proc/meminfo: memFree=1776872/2055924 swapFree=4177292/4192956
[pid=30290] ppid=30288 vsize=9596 CPUtime=1258.78
/proc/30290/stat : 30290 (solver) R 30288 30290 29947 0 -1 4194304 3306 0 0 0 125874 4 0 0 25 0 1 0 673015016 9826304 1790 996147200 134512640 134773262 4294956240 18446744073709551615 134525657 0 0 4096 0 0 0 0 17 0 0 0
/proc/30290/statm: 2399 1790 364 63 0 1416 0
Current children cumulated CPU time (s) 1258.78
Current children cumulated vsize (KiB) 9596

Child status: 0
Real time (s): 1264.7
CPU time (s): 1258.89
CPU user time (s): 1258.84
CPU system time (s): 0.049992
CPU usage (%): 99.5407
Max. virtual memory (cumulated for all children) (KiB): 13452

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

runsolver used 1.13783 second user time and 3.46747 second system time

The end

Launcher Data (download as text)

Begin job on node83 at 2008-07-04 14:00:54
IDJOB=1072263
IDBENCH=56245
IDSOLVER=311
FILE ID=node83/1072263-1215172854
PBS_JOBID= 7881534
Free space on /tmp= 66532 MiB

SOLVER NAME= mddc-solv 2008-06-09
BENCH NAME= CPAI08/csp/rand-3-24-24-fcd/normalized-rand-3-24-24-76-632-fcd-10_ext.xml
COMMAND LINE= HOME/solver BENCHNAME 
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1072263-1215172854/watcher-1072263-1215172854 -o /tmp/evaluation-result-1072263-1215172854/solver-1072263-1215172854 -C 1800 -W 2200 -M 900 --output-limit 1,15  HOME/solver HOME/instance-1072263-1215172854.xml 

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 1a3479aef1bab58ff39ed2c94bbcc237
RANDOM SEED=1106138784

node83.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.263
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.263
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:      2055924 kB
MemFree:       1712008 kB
Buffers:         14836 kB
Cached:         127672 kB
SwapCached:       9336 kB
Active:         273120 kB
Inactive:        27572 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055924 kB
LowFree:       1712008 kB
SwapTotal:     4192956 kB
SwapFree:      4177292 kB
Dirty:            3340 kB
Writeback:           0 kB
Mapped:         162632 kB
Slab:            28272 kB
Committed_AS:  1205936 kB
PageTables:       2064 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= 66548 MiB
End job on node83 at 2008-07-04 14:21:59