Trace number 1090261

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
Concrete + CPS4J 2008-05-30SAT 15.5126 15.5509

DiagnosticValue
CHECKS502271
NODES848

General information on the benchmark

Namecsp/graphColoring/sgb/
miles/normalized-miles1500-73.xml
MD5SUM83f0475a580fc29be8e1e009c203a54a
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.18897
Satisfiable
(Un)Satisfiability was proved
Number of variables128
Number of constraints5198
Maximum constraint arity2
Maximum domain size73
Number of constraints which are defined in extension0
Number of constraints which are defined in intension5198
Global constraints used (with number of constraints)

Solver Data (download as text)

11.98/12.05	c CPU-LOAD 10.32
11.98/12.05	c LOADED 128 V (73 E), 5198 ExtensionConstraint2D, arity 2, 10.32 cpu
15.47/15.51	v 9 10 0 1 3 11 12 13 4 14 2 5 15 16 6 7 5 8 17 18 9 2 19 20 21 10 22 23 11 24 20 14 15 1 18 9 12 25 26 13 27 16 28 16 29 30 21 17 19 12 10 31 32 22 33 4 34 35 20 36 33 37 21 38 11 39 40 41 42 43 44 24 45 46 47 48 23 49 50 51 24 34 52 53 25 51 27 54 55 56 57 58 59 60 17 61 19 25 62 63 64 65 30 26 36 2 66 67 68 69 7 28 70 71 1 5 2 65 32 1 8 3 8 29 4 0 72 6 
15.47/15.51	s SATISFIABLE
15.47/15.51	d NODES 848
15.47/15.51	d CHECKS 502271
15.47/15.51	c gac3-effective-revisions: 26421
15.47/15.51	c gac3-useless-revisions: 749266
15.47/15.51	c heuristic-cpu: 0.0
15.47/15.51	c prepro-constraint-ccks: 0
15.47/15.51	c prepro-constraint-presenceccks: 0
15.47/15.51	c prepro-cpu: 0.01
15.47/15.51	c prepro-matrix2d-ccks: 0
15.47/15.51	c prepro-matrix2d-presenceccks: 0
15.47/15.51	c prepro-removed: 0
15.47/15.51	c search-cpu: 3.2600002
15.47/15.51	c total-assgn: 848
15.47/15.51	c total-constraint-ccks: 0
15.47/15.51	c total-constraint-presence-ccks: 0
15.47/15.51	c total-cpu: 3.2700002
15.47/15.51	c total-matrix2d-ccks: 502271
15.47/15.51	c total-matrix2d-presence-ccks: 27009641
15.47/15.51	c tuples: 0
15.47/15.51	c tuples-collisions: 0
15.47/15.52	c TOTAL-NODES 848
15.47/15.52	c TOTAL-CPU 3.2700002

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-1090261-1215270995/watcher-1090261-1215270995 -o /tmp/evaluation-result-1090261-1215270995/solver-1090261-1215270995 -C 1800 -W 2200 -M 900 --output-limit 1,15 HOME/concrete.sh -c -ext 60 HOME/instance-1090261-1215270995.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: 2.00 2.00 2.00 4/82 6793
/proc/meminfo: memFree=1745056/2055920 swapFree=4179952/4192956
[pid=6793] ppid=6791 vsize=5356 CPUtime=0
/proc/6793/stat : 6793 (concrete.sh) S 6791 6793 4695 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 639346781 5484544 230 996147200 4194304 4889804 548682068800 18446744073709551615 270187331666 0 0 4100 65536 18446744071563648864 0 0 17 0 0 0
/proc/6793/statm: 1339 230 191 169 0 50 0
[pid=6794] ppid=6793 vsize=5356 CPUtime=0
/proc/6794/stat : 6794 (concrete.sh) R 6793 6793 4695 0 -1 4194368 25 0 0 0 0 0 0 0 19 0 1 0 639346781 5484544 235 996147200 4194304 4889804 548682068800 18446744073709551615 270187162919 0 0 4096 0 0 0 0 17 1 0 0
/proc/6794/statm: 1339 235 195 169 0 50 0

[startup+0.0499421 s]
/proc/loadavg: 2.00 2.00 2.00 4/82 6793
/proc/meminfo: memFree=1745056/2055920 swapFree=4179952/4192956
[pid=6793] ppid=6791 vsize=5356 CPUtime=0
/proc/6793/stat : 6793 (concrete.sh) S 6791 6793 4695 0 -1 4194304 316 128 0 0 0 0 0 0 18 0 1 0 639346781 5484544 242 996147200 4194304 4889804 548682068800 18446744073709551615 270187160388 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/6793/statm: 1339 242 201 169 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5356

[startup+0.103803 s]
/proc/loadavg: 2.00 2.00 2.00 4/82 6793
/proc/meminfo: memFree=1745056/2055920 swapFree=4179952/4192956
[pid=6793] ppid=6791 vsize=5356 CPUtime=0
/proc/6793/stat : 6793 (concrete.sh) S 6791 6793 4695 0 -1 4194304 316 128 0 0 0 0 0 0 18 0 1 0 639346781 5484544 242 996147200 4194304 4889804 548682068800 18446744073709551615 270187160388 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/6793/statm: 1339 242 201 169 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5356

[startup+0.301826 s]
/proc/loadavg: 2.00 2.00 2.00 4/82 6793
/proc/meminfo: memFree=1745056/2055920 swapFree=4179952/4192956
[pid=6793] ppid=6791 vsize=5356 CPUtime=0
/proc/6793/stat : 6793 (concrete.sh) S 6791 6793 4695 0 -1 4194304 316 128 0 0 0 0 0 0 18 0 1 0 639346781 5484544 242 996147200 4194304 4889804 548682068800 18446744073709551615 270187160388 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/6793/statm: 1339 242 201 169 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5356

[startup+0.702873 s]
/proc/loadavg: 2.00 2.00 2.00 4/82 6793
/proc/meminfo: memFree=1745056/2055920 swapFree=4179952/4192956
[pid=6793] ppid=6791 vsize=5356 CPUtime=0
/proc/6793/stat : 6793 (concrete.sh) S 6791 6793 4695 0 -1 4194304 316 128 0 0 0 0 0 0 18 0 1 0 639346781 5484544 242 996147200 4194304 4889804 548682068800 18446744073709551615 270187160388 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/6793/statm: 1339 242 201 169 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5356

[startup+1.50297 s]
/proc/loadavg: 2.08 2.02 2.01 3/92 6804
/proc/meminfo: memFree=1733840/2055920 swapFree=4179952/4192956
[pid=6793] ppid=6791 vsize=5356 CPUtime=0
/proc/6793/stat : 6793 (concrete.sh) S 6791 6793 4695 0 -1 4194304 316 128 0 0 0 0 0 0 18 0 1 0 639346781 5484544 242 996147200 4194304 4889804 548682068800 18446744073709551615 270187160388 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/6793/statm: 1339 242 201 169 0 50 0
[pid=6796] ppid=6793 vsize=844232 CPUtime=1.47
/proc/6796/stat : 6796 (java) S 6793 6793 4695 0 -1 0 5516 0 1 0 144 3 0 0 18 0 9 0 639346782 864493568 4792 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/6796/statm: 211058 4792 1899 9 0 205619 0
[pid=6796/tid=6797] ppid=6793 vsize=844232 CPUtime=1.25
/proc/6796/task/6797/stat : 6797 (java) R 6793 6793 4695 0 -1 64 3448 0 1 0 123 2 0 0 25 0 9 0 639346783 864493568 4792 996147200 134512640 134550740 4294956032 18446744073709551615 4125774209 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6796/tid=6798] ppid=6793 vsize=844232 CPUtime=0.07
/proc/6796/task/6798/stat : 6798 (java) S 6793 6793 4695 0 -1 64 849 0 0 0 7 0 0 0 16 0 9 0 639346784 864493568 4792 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=6796/tid=6799] ppid=6793 vsize=844232 CPUtime=0
/proc/6796/task/6799/stat : 6799 (java) S 6793 6793 4695 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 639346784 864493568 4792 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6796/tid=6800] ppid=6793 vsize=844232 CPUtime=0
/proc/6796/task/6800/stat : 6800 (java) S 6793 6793 4695 0 -1 64 6 0 0 0 0 0 0 0 15 0 9 0 639346784 864493568 4792 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6796/tid=6801] ppid=6793 vsize=844232 CPUtime=0
/proc/6796/task/6801/stat : 6801 (java) S 6793 6793 4695 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 639346786 864493568 4792 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6796/tid=6802] ppid=6793 vsize=844232 CPUtime=0.13
/proc/6796/task/6802/stat : 6802 (java) S 6793 6793 4695 0 -1 64 488 0 0 0 13 0 0 0 16 0 9 0 639346786 864493568 4792 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6796/tid=6803] ppid=6793 vsize=844232 CPUtime=0
/proc/6796/task/6803/stat : 6803 (java) S 6793 6793 4695 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 639346786 864493568 4792 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6796/tid=6804] ppid=6793 vsize=844232 CPUtime=0
/proc/6796/task/6804/stat : 6804 (java) S 6793 6793 4695 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 639346786 864493568 4792 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 849588

[startup+3.10115 s]
/proc/loadavg: 2.08 2.02 2.01 3/92 6804
/proc/meminfo: memFree=1732176/2055920 swapFree=4179952/4192956
[pid=6793] ppid=6791 vsize=5356 CPUtime=0
/proc/6793/stat : 6793 (concrete.sh) S 6791 6793 4695 0 -1 4194304 316 128 0 0 0 0 0 0 18 0 1 0 639346781 5484544 242 996147200 4194304 4889804 548682068800 18446744073709551615 270187160388 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/6793/statm: 1339 242 201 169 0 50 0
[pid=6796] ppid=6793 vsize=844232 CPUtime=3.08
/proc/6796/stat : 6796 (java) S 6793 6793 4695 0 -1 0 7090 0 1 0 303 5 0 0 18 0 9 0 639346782 864493568 6042 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/6796/statm: 211058 6042 2574 9 0 205619 0
[pid=6796/tid=6797] ppid=6793 vsize=844232 CPUtime=2.7
/proc/6796/task/6797/stat : 6797 (java) R 6793 6793 4695 0 -1 64 3585 0 1 0 268 2 0 0 25 0 9 0 639346783 864493568 6042 996147200 134512640 134550740 4294956032 18446744073709551615 4125795067 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6796/tid=6798] ppid=6793 vsize=844232 CPUtime=0.22
/proc/6796/task/6798/stat : 6798 (java) S 6793 6793 4695 0 -1 64 2286 0 0 0 21 1 0 0 16 0 9 0 639346784 864493568 6042 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=6796/tid=6799] ppid=6793 vsize=844232 CPUtime=0
/proc/6796/task/6799/stat : 6799 (java) S 6793 6793 4695 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 639346784 864493568 6042 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6796/tid=6800] ppid=6793 vsize=844232 CPUtime=0
/proc/6796/task/6800/stat : 6800 (java) S 6793 6793 4695 0 -1 64 6 0 0 0 0 0 0 0 16 0 9 0 639346784 864493568 6042 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6796/tid=6801] ppid=6793 vsize=844232 CPUtime=0
/proc/6796/task/6801/stat : 6801 (java) S 6793 6793 4695 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 639346786 864493568 6042 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6796/tid=6802] ppid=6793 vsize=844232 CPUtime=0.13
/proc/6796/task/6802/stat : 6802 (java) S 6793 6793 4695 0 -1 64 488 0 0 0 13 0 0 0 16 0 9 0 639346786 864493568 6042 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6796/tid=6803] ppid=6793 vsize=844232 CPUtime=0
/proc/6796/task/6803/stat : 6803 (java) S 6793 6793 4695 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 639346786 864493568 6042 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6796/tid=6804] ppid=6793 vsize=844232 CPUtime=0
/proc/6796/task/6804/stat : 6804 (java) S 6793 6793 4695 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 639346786 864493568 6042 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 849588

[startup+6.30252 s]
/proc/loadavg: 2.07 2.02 2.00 4/93 6805
/proc/meminfo: memFree=1726408/2055920 swapFree=4179952/4192956
[pid=6793] ppid=6791 vsize=5356 CPUtime=0
/proc/6793/stat : 6793 (concrete.sh) S 6791 6793 4695 0 -1 4194304 316 128 0 0 0 0 0 0 18 0 1 0 639346781 5484544 242 996147200 4194304 4889804 548682068800 18446744073709551615 270187160388 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/6793/statm: 1339 242 201 169 0 50 0
[pid=6796] ppid=6793 vsize=850892 CPUtime=6.27
/proc/6796/stat : 6796 (java) S 6793 6793 4695 0 -1 0 10224 0 1 0 618 9 0 0 18 0 10 0 639346782 871313408 8297 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/6796/statm: 212723 8297 2576 9 0 207284 0
[pid=6796/tid=6797] ppid=6793 vsize=850892 CPUtime=5.33
/proc/6796/task/6797/stat : 6797 (java) R 6793 6793 4695 0 -1 64 3826 0 1 0 530 3 0 0 25 0 10 0 639346783 871313408 8297 996147200 134512640 134550740 4294956032 18446744073709551615 4125654144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6796/tid=6798] ppid=6793 vsize=850892 CPUtime=0.46
/proc/6796/task/6798/stat : 6798 (java) S 6793 6793 4695 0 -1 64 3460 0 0 0 42 4 0 0 16 0 10 0 639346784 871313408 8297 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=6796/tid=6799] ppid=6793 vsize=850892 CPUtime=0
/proc/6796/task/6799/stat : 6799 (java) S 6793 6793 4695 0 -1 64 13 0 0 0 0 0 0 0 16 0 10 0 639346784 871313408 8297 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6796/tid=6800] ppid=6793 vsize=850892 CPUtime=0
/proc/6796/task/6800/stat : 6800 (java) S 6793 6793 4695 0 -1 64 6 0 0 0 0 0 0 0 16 0 10 0 639346784 871313408 8297 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6796/tid=6801] ppid=6793 vsize=850892 CPUtime=0
/proc/6796/task/6801/stat : 6801 (java) S 6793 6793 4695 0 -1 64 1 0 0 0 0 0 0 0 18 0 10 0 639346786 871313408 8297 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6796/tid=6802] ppid=6793 vsize=850892 CPUtime=0.46
/proc/6796/task/6802/stat : 6802 (java) S 6793 6793 4695 0 -1 64 2202 0 0 0 46 0 0 0 17 0 10 0 639346786 871313408 8297 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6796/tid=6803] ppid=6793 vsize=850892 CPUtime=0
/proc/6796/task/6803/stat : 6803 (java) S 6793 6793 4695 0 -1 64 0 0 0 0 0 0 0 0 19 0 10 0 639346786 871313408 8297 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6796/tid=6804] ppid=6793 vsize=850892 CPUtime=0
/proc/6796/task/6804/stat : 6804 (java) S 6793 6793 4695 0 -1 64 1 0 0 0 0 0 0 0 15 0 10 0 639346786 871313408 8297 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6796/tid=6805] ppid=6793 vsize=850892 CPUtime=0
/proc/6796/task/6805/stat : 6805 (java) S 6793 6793 4695 0 -1 64 5 0 0 0 0 0 0 0 24 0 10 0 639347257 871313408 8297 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 856248

[startup+12.7013 s]
/proc/loadavg: 2.07 2.02 2.00 4/93 6806
/proc/meminfo: memFree=1691520/2055920 swapFree=4179952/4192956
[pid=6793] ppid=6791 vsize=5356 CPUtime=0
/proc/6793/stat : 6793 (concrete.sh) S 6791 6793 4695 0 -1 4194304 316 128 0 0 0 0 0 0 18 0 1 0 639346781 5484544 242 996147200 4194304 4889804 548682068800 18446744073709551615 270187160388 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/6793/statm: 1339 242 201 169 0 50 0
[pid=6796] ppid=6793 vsize=850980 CPUtime=12.67
/proc/6796/stat : 6796 (java) S 6793 6793 4695 0 -1 0 19173 0 1 0 1253 14 0 0 18 0 9 0 639346782 871403520 16451 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/6796/statm: 212745 16451 2585 9 0 207305 0
[pid=6796/tid=6797] ppid=6793 vsize=850980 CPUtime=10.88
/proc/6796/task/6797/stat : 6797 (java) R 6793 6793 4695 0 -1 64 4429 0 1 0 1084 4 0 0 25 0 9 0 639346783 871403520 16451 996147200 134512640 134550740 4294956032 18446744073709551615 4127281660 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6796/tid=6798] ppid=6793 vsize=850980 CPUtime=1.23
/proc/6796/task/6798/stat : 6798 (java) S 6793 6793 4695 0 -1 64 11722 0 0 0 115 8 0 0 16 0 9 0 639346784 871403520 16451 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=6796/tid=6799] ppid=6793 vsize=850980 CPUtime=0
/proc/6796/task/6799/stat : 6799 (java) S 6793 6793 4695 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 639346784 871403520 16451 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6796/tid=6800] ppid=6793 vsize=850980 CPUtime=0
/proc/6796/task/6800/stat : 6800 (java) S 6793 6793 4695 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 639346784 871403520 16451 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6796/tid=6801] ppid=6793 vsize=850980 CPUtime=0
/proc/6796/task/6801/stat : 6801 (java) S 6793 6793 4695 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 639346786 871403520 16451 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6796/tid=6802] ppid=6793 vsize=850980 CPUtime=0.54
/proc/6796/task/6802/stat : 6802 (java) S 6793 6793 4695 0 -1 64 2280 0 0 0 53 1 0 0 16 0 9 0 639346786 871403520 16451 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6796/tid=6803] ppid=6793 vsize=850980 CPUtime=0
/proc/6796/task/6803/stat : 6803 (java) S 6793 6793 4695 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 639346786 871403520 16451 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6796/tid=6804] ppid=6793 vsize=850980 CPUtime=0
/proc/6796/task/6804/stat : 6804 (java) S 6793 6793 4695 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 639346786 871403520 16451 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 856336

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

[startup+14.3064 s]
/proc/loadavg: 2.07 2.02 2.00 3/92 6807
/proc/meminfo: memFree=1688640/2055920 swapFree=4179952/4192956
[pid=6793] ppid=6791 vsize=5356 CPUtime=0
/proc/6793/stat : 6793 (concrete.sh) S 6791 6793 4695 0 -1 4194304 316 128 0 0 0 0 0 0 18 0 1 0 639346781 5484544 242 996147200 4194304 4889804 548682068800 18446744073709551615 270187160388 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/6793/statm: 1339 242 201 169 0 50 0
[pid=6796] ppid=6793 vsize=850980 CPUtime=14.27
/proc/6796/stat : 6796 (java) S 6793 6793 4695 0 -1 0 19180 0 1 0 1413 14 0 0 18 0 9 0 639346782 871403520 16456 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/6796/statm: 212745 16456 2585 9 0 207305 0
[pid=6796/tid=6797] ppid=6793 vsize=850980 CPUtime=12.47
/proc/6796/task/6797/stat : 6797 (java) R 6793 6793 4695 0 -1 64 4431 0 1 0 1243 4 0 0 25 0 9 0 639346783 871403520 16456 996147200 134512640 134550740 4294956032 18446744073709551615 4127277111 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6796/tid=6798] ppid=6793 vsize=850980 CPUtime=1.23
/proc/6796/task/6798/stat : 6798 (java) S 6793 6793 4695 0 -1 64 11722 0 0 0 115 8 0 0 17 0 9 0 639346784 871403520 16456 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=6796/tid=6799] ppid=6793 vsize=850980 CPUtime=0
/proc/6796/task/6799/stat : 6799 (java) S 6793 6793 4695 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 639346784 871403520 16456 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6796/tid=6800] ppid=6793 vsize=850980 CPUtime=0
/proc/6796/task/6800/stat : 6800 (java) S 6793 6793 4695 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 639346784 871403520 16456 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6796/tid=6801] ppid=6793 vsize=850980 CPUtime=0
/proc/6796/task/6801/stat : 6801 (java) S 6793 6793 4695 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 639346786 871403520 16456 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6796/tid=6802] ppid=6793 vsize=850980 CPUtime=0.55
/proc/6796/task/6802/stat : 6802 (java) S 6793 6793 4695 0 -1 64 2285 0 0 0 54 1 0 0 15 0 9 0 639346786 871403520 16456 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6796/tid=6803] ppid=6793 vsize=850980 CPUtime=0
/proc/6796/task/6803/stat : 6803 (java) S 6793 6793 4695 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 639346786 871403520 16456 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6796/tid=6804] ppid=6793 vsize=850980 CPUtime=0
/proc/6796/task/6804/stat : 6804 (java) S 6793 6793 4695 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 639346786 871403520 16456 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 14.27
Current children cumulated vsize (KiB) 856336

[startup+15.1025 s]
/proc/loadavg: 2.07 2.02 2.00 3/92 6807
/proc/meminfo: memFree=1688640/2055920 swapFree=4179952/4192956
[pid=6793] ppid=6791 vsize=5356 CPUtime=0
/proc/6793/stat : 6793 (concrete.sh) S 6791 6793 4695 0 -1 4194304 316 128 0 0 0 0 0 0 18 0 1 0 639346781 5484544 242 996147200 4194304 4889804 548682068800 18446744073709551615 270187160388 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/6793/statm: 1339 242 201 169 0 50 0
[pid=6796] ppid=6793 vsize=850980 CPUtime=15.07
/proc/6796/stat : 6796 (java) S 6793 6793 4695 0 -1 0 19180 0 1 0 1493 14 0 0 18 0 9 0 639346782 871403520 16456 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/6796/statm: 212745 16456 2585 9 0 207305 0
[pid=6796/tid=6797] ppid=6793 vsize=850980 CPUtime=13.27
/proc/6796/task/6797/stat : 6797 (java) R 6793 6793 4695 0 -1 64 4431 0 1 0 1323 4 0 0 25 0 9 0 639346783 871403520 16456 996147200 134512640 134550740 4294956032 18446744073709551615 4127291514 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6796/tid=6798] ppid=6793 vsize=850980 CPUtime=1.23
/proc/6796/task/6798/stat : 6798 (java) S 6793 6793 4695 0 -1 64 11722 0 0 0 115 8 0 0 17 0 9 0 639346784 871403520 16456 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=6796/tid=6799] ppid=6793 vsize=850980 CPUtime=0
/proc/6796/task/6799/stat : 6799 (java) S 6793 6793 4695 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 639346784 871403520 16456 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6796/tid=6800] ppid=6793 vsize=850980 CPUtime=0
/proc/6796/task/6800/stat : 6800 (java) S 6793 6793 4695 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 639346784 871403520 16456 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6796/tid=6801] ppid=6793 vsize=850980 CPUtime=0
/proc/6796/task/6801/stat : 6801 (java) S 6793 6793 4695 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 639346786 871403520 16456 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6796/tid=6802] ppid=6793 vsize=850980 CPUtime=0.55
/proc/6796/task/6802/stat : 6802 (java) S 6793 6793 4695 0 -1 64 2285 0 0 0 54 1 0 0 16 0 9 0 639346786 871403520 16456 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6796/tid=6803] ppid=6793 vsize=850980 CPUtime=0
/proc/6796/task/6803/stat : 6803 (java) S 6793 6793 4695 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 639346786 871403520 16456 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6796/tid=6804] ppid=6793 vsize=850980 CPUtime=0
/proc/6796/task/6804/stat : 6804 (java) S 6793 6793 4695 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 639346786 871403520 16456 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 15.07
Current children cumulated vsize (KiB) 856336

[startup+15.5026 s]
/proc/loadavg: 2.06 2.02 2.00 3/92 6807
/proc/meminfo: memFree=1688640/2055920 swapFree=4179952/4192956
[pid=6793] ppid=6791 vsize=5356 CPUtime=0
/proc/6793/stat : 6793 (concrete.sh) S 6791 6793 4695 0 -1 4194304 316 128 0 0 0 0 0 0 18 0 1 0 639346781 5484544 242 996147200 4194304 4889804 548682068800 18446744073709551615 270187160388 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/6793/statm: 1339 242 201 169 0 50 0
[pid=6796] ppid=6793 vsize=850980 CPUtime=15.47
/proc/6796/stat : 6796 (java) S 6793 6793 4695 0 -1 0 19180 0 1 0 1533 14 0 0 18 0 9 0 639346782 871403520 16456 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/6796/statm: 212745 16456 2585 9 0 207305 0
[pid=6796/tid=6797] ppid=6793 vsize=850980 CPUtime=13.67
/proc/6796/task/6797/stat : 6797 (java) R 6793 6793 4695 0 -1 64 4431 0 1 0 1363 4 0 0 25 0 9 0 639346783 871403520 16456 996147200 134512640 134550740 4294956032 18446744073709551615 4127291454 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6796/tid=6798] ppid=6793 vsize=850980 CPUtime=1.23
/proc/6796/task/6798/stat : 6798 (java) S 6793 6793 4695 0 -1 64 11722 0 0 0 115 8 0 0 16 0 9 0 639346784 871403520 16456 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=6796/tid=6799] ppid=6793 vsize=850980 CPUtime=0
/proc/6796/task/6799/stat : 6799 (java) S 6793 6793 4695 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 639346784 871403520 16456 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6796/tid=6800] ppid=6793 vsize=850980 CPUtime=0
/proc/6796/task/6800/stat : 6800 (java) S 6793 6793 4695 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 639346784 871403520 16456 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6796/tid=6801] ppid=6793 vsize=850980 CPUtime=0
/proc/6796/task/6801/stat : 6801 (java) S 6793 6793 4695 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 639346786 871403520 16456 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6796/tid=6802] ppid=6793 vsize=850980 CPUtime=0.55
/proc/6796/task/6802/stat : 6802 (java) S 6793 6793 4695 0 -1 64 2285 0 0 0 54 1 0 0 16 0 9 0 639346786 871403520 16456 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6796/tid=6803] ppid=6793 vsize=850980 CPUtime=0
/proc/6796/task/6803/stat : 6803 (java) S 6793 6793 4695 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 639346786 871403520 16456 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6796/tid=6804] ppid=6793 vsize=850980 CPUtime=0
/proc/6796/task/6804/stat : 6804 (java) S 6793 6793 4695 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 639346786 871403520 16456 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 15.47
Current children cumulated vsize (KiB) 856336

Child status: 0
Real time (s): 15.5509
CPU time (s): 15.5126
CPU user time (s): 15.3507
CPU system time (s): 0.161975
CPU usage (%): 99.7537
Max. virtual memory (cumulated for all children) (KiB): 857048

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 15.3507
system time used= 0.161975
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 19644
page faults= 1
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 6217
involuntary context switches= 6136

runsolver used 0.021996 second user time and 0.058991 second system time

The end

Launcher Data (download as text)

Begin job on node88 at 2008-07-05 17:16:35
IDJOB=1090261
IDBENCH=58428
IDSOLVER=305
FILE ID=node88/1090261-1215270995
PBS_JOBID= 7882073
Free space on /tmp= 66496 MiB

SOLVER NAME= Concrete + CPS4J 2008-05-30
BENCH NAME= CPAI08/csp/graphColoring/sgb/miles/normalized-miles1500-73.xml
COMMAND LINE= HOME/concrete.sh -c -ext 60 BENCHNAME 
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1090261-1215270995/watcher-1090261-1215270995 -o /tmp/evaluation-result-1090261-1215270995/solver-1090261-1215270995 -C 1800 -W 2200 -M 900 --output-limit 1,15  HOME/concrete.sh -c -ext 60 HOME/instance-1090261-1215270995.xml 

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 83f0475a580fc29be8e1e009c203a54a
RANDOM SEED=1327883294

node88.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.232
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.232
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:       1745536 kB
Buffers:         32840 kB
Cached:         185392 kB
SwapCached:       6780 kB
Active:         186708 kB
Inactive:        74824 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1745536 kB
SwapTotal:     4192956 kB
SwapFree:      4179952 kB
Dirty:            1376 kB
Writeback:           0 kB
Mapped:          59752 kB
Slab:            33844 kB
Committed_AS:  1118576 kB
PageTables:       1984 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= 66496 MiB
End job on node88 at 2008-07-05 17:16:51