Trace number 1089136

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
galac MSAT 12.0832 12.2878

General information on the benchmark

Namecsp/graphColoring/register/mulsol/
normalized-mulsol-i-1-49.xml
MD5SUMf0fd6f63d3c8a9274826e9b984aa279b
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.147977
Satisfiable
(Un)Satisfiability was proved
Number of variables197
Number of constraints3925
Maximum constraint arity2
Maximum domain size49
Number of constraints which are defined in extension0
Number of constraints which are defined in intension3925
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.04	c --- Preproc Stats ---
1.54/1.62	c start processing
1.54/1.63	c start relation processing
1.54/1.63	c start cnf exporting
10.44/10.66	c parsing time : 1.491
10.44/10.66	c preprocessing time : 10.528
10.44/10.66	
10.44/10.66	c Nary constraints - conflicts : 0 supports : 0
10.44/10.66	c Binary constraints - conflicts : 3925 supports :0
10.44/10.66	c max arity constraint : 2
10.44/10.66	c Max Tuples generated 2401
10.44/10.66	c relations : 1
10.44/10.66	c relations BDD: 0
10.44/10.66	c sampling 0/0
10.44/10.66	c vars : 9654 - clauses :  424194
10.44/10.66	
10.44/10.69	 
10.44/10.69	c --- SAT Solver Stats ---
10.44/10.69	 
10.53/10.89	c restarts              : 1
10.53/10.89	c conflicts             : 0              (0 /sec)
10.53/10.89	c decisions             : 7674           (1.71 % random) (45959 /sec)
10.53/10.89	c propagations          : 9653           (57811 /sec)
10.53/10.89	c conflict literals     : 0              ( nan % deleted)
10.53/10.89	c Memory used           : 18.24 MB
10.53/10.89	c CPU time              : 0.166974 s
10.53/10.89	
10.53/10.90	s SATISFIABLE
12.01/12.28	v 37 34 31 10 12 14 16 18 20 22 26 28 29 30 9 24 48 26 29 28 30 31 34 37 39 41 25 24 23 22 21 20 3 1 2 1 1 1 47 46 45 44 43 42 40 38 27 25 23 21 19 17 15 13 11 36 35 0 33 32 0 27 19 18 8 0 7 0 0 0 6 0 3 5 4 0 0 0 0 3 0 0 17 0 16 0 15 14 0 0 13 0 1 0 0 2 0 0 12 0 0 0 0 11 0 0 10 0 1 0 9 8 0 7 0 0 6 5 0 4 0 0 0 0 0 0 0 0 0 0 2 0 0 0 0 0 2 0 0 0 0 0 0 1 2 0 1 0 0 0 1 0 0 0 0 0 0 0 0 2 1 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 3 0 2 0 0 0 0 0 0 0 0

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-1089136-1215261897/watcher-1089136-1215261897 -o /tmp/evaluation-result-1089136-1215261897/solver-1089136-1215261897 -C 1800 -W 2200 -M 900 --output-limit 1,15 HOME/galacM.sh HOME/instance-1089136-1215261897.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.07 1.99 1.98 4/74 23088
/proc/meminfo: memFree=1631616/2055920 swapFree=4179680/4192956
[pid=23088] ppid=23086 vsize=8560 CPUtime=0
/proc/23088/stat : 23088 (galacM.sh) R 23086 23088 20941 0 -1 4194304 308 0 0 0 0 0 0 0 20 0 1 0 2005162371 8765440 254 996147200 4194304 4520092 548682068832 18446744073709551615 234211755919 0 0 4096 8192 0 0 0 17 1 0 0
/proc/23088/statm: 2140 254 197 79 0 133 0

[startup+0.0849879 s]
/proc/loadavg: 2.07 1.99 1.98 4/74 23088
/proc/meminfo: memFree=1631616/2055920 swapFree=4179680/4192956
[pid=23088] ppid=23086 vsize=47556 CPUtime=0.01
/proc/23088/stat : 23088 (galacM.sh) S 23086 23088 20941 0 -1 4194304 765 1698 0 0 0 0 0 1 18 0 1 0 2005162371 48697344 364 996147200 4194304 4520092 548682068832 18446744073709551615 234211175258 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/23088/statm: 11889 364 245 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47556

[startup+0.102099 s]
/proc/loadavg: 2.07 1.99 1.98 4/74 23088
/proc/meminfo: memFree=1631616/2055920 swapFree=4179680/4192956
[pid=23088] ppid=23086 vsize=47556 CPUtime=0.01
/proc/23088/stat : 23088 (galacM.sh) S 23086 23088 20941 0 -1 4194304 765 1698 0 0 0 0 0 1 18 0 1 0 2005162371 48697344 364 996147200 4194304 4520092 548682068832 18446744073709551615 234211175258 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/23088/statm: 11889 364 245 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47556

[startup+0.30114 s]
/proc/loadavg: 2.07 1.99 1.98 4/74 23088
/proc/meminfo: memFree=1631616/2055920 swapFree=4179680/4192956
[pid=23088] ppid=23086 vsize=47556 CPUtime=0.01
/proc/23088/stat : 23088 (galacM.sh) S 23086 23088 20941 0 -1 4194304 765 1698 0 0 0 0 0 1 18 0 1 0 2005162371 48697344 364 996147200 4194304 4520092 548682068832 18446744073709551615 234211175258 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/23088/statm: 11889 364 245 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47556

[startup+0.701223 s]
/proc/loadavg: 2.07 1.99 1.98 4/74 23088
/proc/meminfo: memFree=1631616/2055920 swapFree=4179680/4192956
[pid=23088] ppid=23086 vsize=47556 CPUtime=0.01
/proc/23088/stat : 23088 (galacM.sh) S 23086 23088 20941 0 -1 4194304 765 1698 0 0 0 0 0 1 18 0 1 0 2005162371 48697344 364 996147200 4194304 4520092 548682068832 18446744073709551615 234211175258 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/23088/statm: 11889 364 245 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47556

[startup+1.50239 s]
/proc/loadavg: 2.07 1.99 1.98 3/84 23110
/proc/meminfo: memFree=1590704/2055920 swapFree=4179680/4192956
[pid=23088] ppid=23086 vsize=47556 CPUtime=0.01
/proc/23088/stat : 23088 (galacM.sh) S 23086 23088 20941 0 -1 4194304 765 1698 0 0 0 0 0 1 18 0 1 0 2005162371 48697344 364 996147200 4194304 4520092 548682068832 18446744073709551615 234211175258 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/23088/statm: 11889 364 245 79 0 219 0
[pid=23102] ppid=23088 vsize=812760 CPUtime=1.43
/proc/23102/stat : 23102 (java) S 23088 23088 20941 0 -1 0 15331 0 1 0 134 9 0 0 18 0 9 0 2005162375 832266240 14557 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/23102/statm: 203190 14557 2585 9 0 197171 0
[pid=23102/tid=23103] ppid=23088 vsize=812760 CPUtime=1.06
/proc/23102/task/23103/stat : 23103 (java) R 23088 23088 20941 0 -1 64 9334 0 1 0 101 5 0 0 25 0 9 0 2005162376 832266240 14557 996147200 134512640 134550740 4294955600 18446744073709551615 4126889975 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23102/tid=23104] ppid=23088 vsize=812760 CPUtime=0.05
/proc/23102/task/23104/stat : 23104 (java) S 23088 23088 20941 0 -1 64 4394 0 0 0 3 2 0 0 16 0 9 0 2005162378 832266240 14557 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=23102/tid=23105] ppid=23088 vsize=812760 CPUtime=0
/proc/23102/task/23105/stat : 23105 (java) S 23088 23088 20941 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 2005162378 832266240 14557 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23102/tid=23106] ppid=23088 vsize=812760 CPUtime=0
/proc/23102/task/23106/stat : 23106 (java) S 23088 23088 20941 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 2005162378 832266240 14557 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23102/tid=23107] ppid=23088 vsize=812760 CPUtime=0
/proc/23102/task/23107/stat : 23107 (java) S 23088 23088 20941 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 2005162380 832266240 14557 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23102/tid=23108] ppid=23088 vsize=812760 CPUtime=0.29
/proc/23102/task/23108/stat : 23108 (java) S 23088 23088 20941 0 -1 64 903 0 0 0 29 0 0 0 15 0 9 0 2005162380 832266240 14557 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23102/tid=23109] ppid=23088 vsize=812760 CPUtime=0
/proc/23102/task/23109/stat : 23109 (java) S 23088 23088 20941 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 2005162380 832266240 14557 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23102/tid=23110] ppid=23088 vsize=812760 CPUtime=0
/proc/23102/task/23110/stat : 23110 (java) S 23088 23088 20941 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 2005162380 832266240 14557 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.44
Current children cumulated vsize (KiB) 860316

[startup+3.10172 s]
/proc/loadavg: 2.07 1.99 1.98 3/84 23110
/proc/meminfo: memFree=1560624/2055920 swapFree=4179680/4192956
[pid=23088] ppid=23086 vsize=47556 CPUtime=0.01
/proc/23088/stat : 23088 (galacM.sh) S 23086 23088 20941 0 -1 4194304 765 1698 0 0 0 0 0 1 18 0 1 0 2005162371 48697344 364 996147200 4194304 4520092 548682068832 18446744073709551615 234211175258 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/23088/statm: 11889 364 245 79 0 219 0
[pid=23102] ppid=23088 vsize=812892 CPUtime=3.02
/proc/23102/stat : 23102 (java) S 23088 23088 20941 0 -1 0 20877 0 1 0 288 14 0 0 18 0 9 0 2005162375 832401408 20099 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/23102/statm: 203223 20099 2591 9 0 197204 0
[pid=23102/tid=23103] ppid=23088 vsize=812892 CPUtime=2.57
/proc/23102/task/23103/stat : 23103 (java) R 23088 23088 20941 0 -1 64 14595 0 1 0 247 10 0 0 25 0 9 0 2005162376 832401408 20099 996147200 134512640 134550740 4294955600 18446744073709551615 4127254944 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23102/tid=23104] ppid=23088 vsize=812892 CPUtime=0.06
/proc/23102/task/23104/stat : 23104 (java) S 23088 23088 20941 0 -1 64 4634 0 0 0 4 2 0 0 16 0 9 0 2005162378 832401408 20099 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=23102/tid=23105] ppid=23088 vsize=812892 CPUtime=0
/proc/23102/task/23105/stat : 23105 (java) S 23088 23088 20941 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 2005162378 832401408 20099 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23102/tid=23106] ppid=23088 vsize=812892 CPUtime=0
/proc/23102/task/23106/stat : 23106 (java) S 23088 23088 20941 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 2005162378 832401408 20099 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23102/tid=23107] ppid=23088 vsize=812892 CPUtime=0
/proc/23102/task/23107/stat : 23107 (java) S 23088 23088 20941 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 2005162380 832401408 20099 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23102/tid=23108] ppid=23088 vsize=812892 CPUtime=0.35
/proc/23102/task/23108/stat : 23108 (java) S 23088 23088 20941 0 -1 64 948 0 0 0 35 0 0 0 15 0 9 0 2005162380 832401408 20099 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23102/tid=23109] ppid=23088 vsize=812892 CPUtime=0
/proc/23102/task/23109/stat : 23109 (java) S 23088 23088 20941 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 2005162380 832401408 20099 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23102/tid=23110] ppid=23088 vsize=812892 CPUtime=0
/proc/23102/task/23110/stat : 23110 (java) S 23088 23088 20941 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 2005162380 832401408 20099 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.03
Current children cumulated vsize (KiB) 860448

[startup+6.30239 s]
/proc/loadavg: 2.06 1.99 1.98 3/84 23110
/proc/meminfo: memFree=1557168/2055920 swapFree=4179680/4192956
[pid=23088] ppid=23086 vsize=47556 CPUtime=0.01
/proc/23088/stat : 23088 (galacM.sh) S 23086 23088 20941 0 -1 4194304 765 1698 0 0 0 0 0 1 18 0 1 0 2005162371 48697344 364 996147200 4194304 4520092 548682068832 18446744073709551615 234211175258 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/23088/statm: 11889 364 245 79 0 219 0
[pid=23102] ppid=23088 vsize=812892 CPUtime=6.18
/proc/23102/stat : 23102 (java) S 23088 23088 20941 0 -1 0 20887 0 1 0 603 15 0 0 18 0 9 0 2005162375 832401408 20102 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/23102/statm: 203223 20102 2591 9 0 197204 0
[pid=23102/tid=23103] ppid=23088 vsize=812892 CPUtime=5.71
/proc/23102/task/23103/stat : 23103 (java) R 23088 23088 20941 0 -1 64 14602 0 1 0 560 11 0 0 25 0 9 0 2005162376 832401408 20102 996147200 134512640 134550740 4294955600 18446744073709551615 4127306903 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23102/tid=23104] ppid=23088 vsize=812892 CPUtime=0.08
/proc/23102/task/23104/stat : 23104 (java) S 23088 23088 20941 0 -1 64 4634 0 0 0 6 2 0 0 16 0 9 0 2005162378 832401408 20102 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=23102/tid=23105] ppid=23088 vsize=812892 CPUtime=0
/proc/23102/task/23105/stat : 23105 (java) S 23088 23088 20941 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 2005162378 832401408 20102 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23102/tid=23106] ppid=23088 vsize=812892 CPUtime=0
/proc/23102/task/23106/stat : 23106 (java) S 23088 23088 20941 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 2005162378 832401408 20102 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23102/tid=23107] ppid=23088 vsize=812892 CPUtime=0
/proc/23102/task/23107/stat : 23107 (java) S 23088 23088 20941 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 2005162380 832401408 20102 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23102/tid=23108] ppid=23088 vsize=812892 CPUtime=0.36
/proc/23102/task/23108/stat : 23108 (java) S 23088 23088 20941 0 -1 64 951 0 0 0 36 0 0 0 15 0 9 0 2005162380 832401408 20102 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23102/tid=23109] ppid=23088 vsize=812892 CPUtime=0
/proc/23102/task/23109/stat : 23109 (java) S 23088 23088 20941 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 2005162380 832401408 20102 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23102/tid=23110] ppid=23088 vsize=812892 CPUtime=0
/proc/23102/task/23110/stat : 23110 (java) S 23088 23088 20941 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 2005162380 832401408 20102 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.19
Current children cumulated vsize (KiB) 860448

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

[startup+9.50205 s]
/proc/loadavg: 2.06 1.99 1.98 4/84 23110
/proc/meminfo: memFree=1554928/2055920 swapFree=4179680/4192956
[pid=23088] ppid=23086 vsize=47556 CPUtime=0.01
/proc/23088/stat : 23088 (galacM.sh) S 23086 23088 20941 0 -1 4194304 765 1698 0 0 0 0 0 1 18 0 1 0 2005162371 48697344 364 996147200 4194304 4520092 548682068832 18446744073709551615 234211175258 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/23088/statm: 11889 364 245 79 0 219 0
[pid=23102] ppid=23088 vsize=812892 CPUtime=9.34
/proc/23102/stat : 23102 (java) S 23088 23088 20941 0 -1 0 20892 0 1 0 918 16 0 0 18 0 9 0 2005162375 832401408 20102 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/23102/statm: 203223 20102 2591 9 0 197204 0
[pid=23102/tid=23103] ppid=23088 vsize=812892 CPUtime=8.86
/proc/23102/task/23103/stat : 23103 (java) R 23088 23088 20941 0 -1 64 14607 0 1 0 874 12 0 0 25 0 9 0 2005162376 832401408 20102 996147200 134512640 134550740 4294955600 18446744073709551615 4127254980 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23102/tid=23104] ppid=23088 vsize=812892 CPUtime=0.09
/proc/23102/task/23104/stat : 23104 (java) S 23088 23088 20941 0 -1 64 4634 0 0 0 7 2 0 0 16 0 9 0 2005162378 832401408 20102 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=23102/tid=23105] ppid=23088 vsize=812892 CPUtime=0
/proc/23102/task/23105/stat : 23105 (java) S 23088 23088 20941 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 2005162378 832401408 20102 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23102/tid=23106] ppid=23088 vsize=812892 CPUtime=0
/proc/23102/task/23106/stat : 23106 (java) S 23088 23088 20941 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 2005162378 832401408 20102 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23102/tid=23107] ppid=23088 vsize=812892 CPUtime=0
/proc/23102/task/23107/stat : 23107 (java) S 23088 23088 20941 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 2005162380 832401408 20102 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23102/tid=23108] ppid=23088 vsize=812892 CPUtime=0.36
/proc/23102/task/23108/stat : 23108 (java) S 23088 23088 20941 0 -1 64 951 0 0 0 36 0 0 0 15 0 9 0 2005162380 832401408 20102 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23102/tid=23109] ppid=23088 vsize=812892 CPUtime=0
/proc/23102/task/23109/stat : 23109 (java) S 23088 23088 20941 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 2005162380 832401408 20102 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23102/tid=23110] ppid=23088 vsize=812892 CPUtime=0
/proc/23102/task/23110/stat : 23110 (java) S 23088 23088 20941 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 2005162380 832401408 20102 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 9.35
Current children cumulated vsize (KiB) 860448

[startup+11.1014 s]
/proc/loadavg: 2.06 1.99 1.98 3/76 23111
/proc/meminfo: memFree=1613616/2055920 swapFree=4179680/4192956
[pid=23088] ppid=23086 vsize=47556 CPUtime=10.74
/proc/23088/stat : 23088 (galacM.sh) S 23086 23088 20941 0 -1 4194304 836 27258 0 1 0 0 1050 24 15 0 1 0 2005162371 48697344 365 996147200 4194304 4520092 548682068832 18446744073709551615 234211737682 0 0 4096 73728 18446744071563648864 0 0 17 1 0 0
/proc/23088/statm: 11889 365 245 79 0 219 0
Current children cumulated CPU time (s) 10.74
Current children cumulated vsize (KiB) 47556

[startup+11.9025 s]
/proc/loadavg: 2.06 1.99 1.98 3/76 23111
/proc/meminfo: memFree=1613616/2055920 swapFree=4179680/4192956
[pid=23088] ppid=23086 vsize=47556 CPUtime=10.74
/proc/23088/stat : 23088 (galacM.sh) S 23086 23088 20941 0 -1 4194304 836 27258 0 1 0 0 1050 24 15 0 1 0 2005162371 48697344 365 996147200 4194304 4520092 548682068832 18446744073709551615 234211737682 0 0 4096 73728 18446744071563648864 0 0 17 1 0 0
/proc/23088/statm: 11889 365 245 79 0 219 0
Current children cumulated CPU time (s) 10.74
Current children cumulated vsize (KiB) 47556

[startup+12.1076 s]
/proc/loadavg: 2.06 1.99 1.98 3/84 23120
/proc/meminfo: memFree=1599856/2055920 swapFree=4179680/4192956
[pid=23088] ppid=23086 vsize=47556 CPUtime=10.74
/proc/23088/stat : 23088 (galacM.sh) S 23086 23088 20941 0 -1 4194304 836 27258 0 1 0 0 1050 24 15 0 1 0 2005162371 48697344 365 996147200 4194304 4520092 548682068832 18446744073709551615 234211737682 0 0 4096 73728 18446744071563648864 0 0 17 1 0 0
/proc/23088/statm: 11889 365 245 79 0 219 0
[pid=23112] ppid=23088 vsize=812884 CPUtime=1.17
/proc/23112/stat : 23112 (java) S 23088 23088 20941 0 -1 0 9299 0 1 0 109 8 0 0 18 0 9 0 2005163462 832393216 8680 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 3670016 16800975 18446744073709551615 0 0 17 1 0 0
/proc/23112/statm: 203221 8680 1912 9 0 197174 0
[pid=23112/tid=23113] ppid=23088 vsize=812884 CPUtime=0.88
/proc/23112/task/23113/stat : 23113 (java) R 23088 23088 20941 0 -1 64 7691 0 1 0 82 6 0 0 25 0 9 0 2005163463 832393216 8680 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=23112/tid=23114] ppid=23088 vsize=812884 CPUtime=0
/proc/23112/task/23114/stat : 23114 (java) S 23088 23088 20941 0 -1 64 4 0 0 0 0 0 0 0 17 0 9 0 2005163464 832393216 8680 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 3670016 16800975 0 0 0 -1 1 0 0
[pid=23112/tid=23115] ppid=23088 vsize=812884 CPUtime=0
/proc/23112/task/23115/stat : 23115 (java) S 23088 23088 20941 0 -1 64 10 0 0 0 0 0 0 0 19 0 9 0 2005163464 832393216 8680 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=23112/tid=23116] ppid=23088 vsize=812884 CPUtime=0
/proc/23112/task/23116/stat : 23116 (java) S 23088 23088 20941 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 2005163464 832393216 8680 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=23112/tid=23117] ppid=23088 vsize=812884 CPUtime=0
/proc/23112/task/23117/stat : 23117 (java) S 23088 23088 20941 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 2005163466 832393216 8680 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=23112/tid=23118] ppid=23088 vsize=812884 CPUtime=0.27
/proc/23112/task/23118/stat : 23118 (java) R 23088 23088 20941 0 -1 64 893 0 0 0 26 1 0 0 16 0 9 0 2005163467 832393216 8680 996147200 134512640 134550740 4294955616 18446744073709551615 101853555 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=23112/tid=23119] ppid=23088 vsize=812884 CPUtime=0
/proc/23112/task/23119/stat : 23119 (java) S 23088 23088 20941 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 2005163467 832393216 8680 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=23112/tid=23120] ppid=23088 vsize=812884 CPUtime=0
/proc/23112/task/23120/stat : 23120 (java) S 23088 23088 20941 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2005163467 832393216 8680 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 11.91
Current children cumulated vsize (KiB) 860440

[startup+12.2026 s]
/proc/loadavg: 2.06 1.99 1.98 3/84 23120
/proc/meminfo: memFree=1599856/2055920 swapFree=4179680/4192956
[pid=23088] ppid=23086 vsize=47556 CPUtime=10.74
/proc/23088/stat : 23088 (galacM.sh) S 23086 23088 20941 0 -1 4194304 836 27258 0 1 0 0 1050 24 15 0 1 0 2005162371 48697344 365 996147200 4194304 4520092 548682068832 18446744073709551615 234211737682 0 0 4096 73728 18446744071563648864 0 0 17 1 0 0
/proc/23088/statm: 11889 365 245 79 0 219 0
[pid=23112] ppid=23088 vsize=812884 CPUtime=1.27
/proc/23112/stat : 23112 (java) S 23088 23088 20941 0 -1 0 10794 0 1 0 118 9 0 0 18 0 9 0 2005163462 832393216 10175 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 3670016 16800975 18446744073709551615 0 0 17 1 0 0
/proc/23112/statm: 203221 10175 1912 9 0 197174 0
[pid=23112/tid=23113] ppid=23088 vsize=812884 CPUtime=0.96
/proc/23112/task/23113/stat : 23113 (java) R 23088 23088 20941 0 -1 64 9177 0 1 0 89 7 0 0 25 0 9 0 2005163463 832393216 10175 996147200 134512640 134550740 4294955616 18446744073709551615 4127168558 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=23112/tid=23114] ppid=23088 vsize=812884 CPUtime=0
/proc/23112/task/23114/stat : 23114 (java) S 23088 23088 20941 0 -1 64 4 0 0 0 0 0 0 0 17 0 9 0 2005163464 832393216 10175 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 3670016 16800975 0 0 0 -1 1 0 0
[pid=23112/tid=23115] ppid=23088 vsize=812884 CPUtime=0
/proc/23112/task/23115/stat : 23115 (java) S 23088 23088 20941 0 -1 64 10 0 0 0 0 0 0 0 19 0 9 0 2005163464 832393216 10175 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=23112/tid=23116] ppid=23088 vsize=812884 CPUtime=0
/proc/23112/task/23116/stat : 23116 (java) S 23088 23088 20941 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 2005163464 832393216 10175 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=23112/tid=23117] ppid=23088 vsize=812884 CPUtime=0
/proc/23112/task/23117/stat : 23117 (java) S 23088 23088 20941 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 2005163466 832393216 10175 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=23112/tid=23118] ppid=23088 vsize=812884 CPUtime=0.29
/proc/23112/task/23118/stat : 23118 (java) S 23088 23088 20941 0 -1 64 902 0 0 0 28 1 0 0 16 0 9 0 2005163467 832393216 10175 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=23112/tid=23119] ppid=23088 vsize=812884 CPUtime=0
/proc/23112/task/23119/stat : 23119 (java) S 23088 23088 20941 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 2005163467 832393216 10175 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=23112/tid=23120] ppid=23088 vsize=812884 CPUtime=0
/proc/23112/task/23120/stat : 23120 (java) S 23088 23088 20941 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2005163467 832393216 10175 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.01
Current children cumulated vsize (KiB) 860440

Child status: 0
Real time (s): 12.2878
CPU time (s): 12.0832
CPU user time (s): 11.7252
CPU system time (s): 0.357945
CPU usage (%): 98.335
Max. virtual memory (cumulated for all children) (KiB): 860448

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 11.7252
system time used= 0.357945
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 39711
page faults= 2
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 2690
involuntary context switches= 2879

runsolver used 0.016997 second user time and 0.065989 second system time

The end

Launcher Data (download as text)

Begin job on node54 at 2008-07-05 14:44:57
IDJOB=1089136
IDBENCH=58224
IDSOLVER=350
FILE ID=node54/1089136-1215261897
PBS_JOBID= 7882005
Free space on /tmp= 66520 MiB

SOLVER NAME= galac M
BENCH NAME= CPAI08/csp/graphColoring/register/mulsol/normalized-mulsol-i-1-49.xml
COMMAND LINE= HOME/galacM.sh BENCHNAME 
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1089136-1215261897/watcher-1089136-1215261897 -o /tmp/evaluation-result-1089136-1215261897/solver-1089136-1215261897 -C 1800 -W 2200 -M 900 --output-limit 1,15  HOME/galacM.sh HOME/instance-1089136-1215261897.xml 

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= f0fd6f63d3c8a9274826e9b984aa279b
RANDOM SEED=1578889609

node54.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.279
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.279
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:       1632096 kB
Buffers:         26320 kB
Cached:         164968 kB
SwapCached:       6932 kB
Active:         257000 kB
Inactive:       113996 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1632096 kB
SwapTotal:     4192956 kB
SwapFree:      4179680 kB
Dirty:            3784 kB
Writeback:           0 kB
Mapped:         185712 kB
Slab:            37872 kB
Committed_AS:  4108552 kB
PageTables:       2064 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66516 MiB
End job on node54 at 2008-07-05 14:45:10