Trace number 1090795

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 MUNSAT 6.05508 6.15178

General information on the benchmark

Namecsp/graphColoring/insertion/k-insertion/
normalized-3-insertions-5-3.xml
MD5SUMe6686b7ac7c1f0a673b1dea10c95cca7
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark7.58385
Satisfiable
(Un)Satisfiability was proved
Number of variables1406
Number of constraints9695
Maximum constraint arity2
Maximum domain size3
Number of constraints which are defined in extension0
Number of constraints which are defined in intension9695
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.03	c --- Preproc Stats ---
4.24/4.40	c start processing
4.33/4.41	c start relation processing
4.33/4.41	c start cnf exporting
5.34/5.45	c parsing time : 4.277
5.34/5.45	c preprocessing time : 5.332
5.34/5.46	
5.34/5.46	c Nary constraints - conflicts : 0 supports : 0
5.34/5.46	c Binary constraints - conflicts : 9695 supports :0
5.34/5.46	c max arity constraint : 2
5.34/5.46	c Max Tuples generated 9
5.34/5.46	c relations : 1
5.34/5.46	c relations BDD: 0
5.34/5.46	c sampling 0/0
5.34/5.46	c vars : 4219 - clauses :  34709
5.34/5.46	
5.39/5.52	 
5.39/5.52	c --- SAT Solver Stats ---
5.39/5.52	 
5.41/6.14	c restarts              : 9
5.41/6.14	c conflicts             : 6287           (10191 /sec)
5.41/6.14	c decisions             : 9250           (1.73 % random) (14994 /sec)
5.41/6.14	c propagations          : 1870313        (3031763 /sec)
5.41/6.14	c conflict literals     : 75706          (27.29 % deleted)
5.41/6.14	c Memory used           : 3.85 MB
5.41/6.14	c CPU time              : 0.616906 s
5.41/6.14	
5.41/6.14	s UNSATISFIABLE

Verifier Data (download as text)

No possible verification on an UNSAT instance

Watcher Data (download as text)

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

command line: /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1090795-1215271989/watcher-1090795-1215271989 -o /tmp/evaluation-result-1090795-1215271989/solver-1090795-1215271989 -C 1800 -W 2200 -M 900 --output-limit 1,15 HOME/galacM.sh HOME/instance-1090795-1215271989.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 1.98 1.99 4/73 25661
/proc/meminfo: memFree=1365312/2055920 swapFree=4180412/4192956
[pid=25661] ppid=25659 vsize=8652 CPUtime=0
/proc/25661/stat : 25661 (galacM.sh) S 25659 25661 23995 0 -1 4194304 346 0 0 0 0 0 0 0 16 0 1 0 2006173188 8859648 280 996147200 4194304 4520092 548682068832 18446744073709551615 221236095834 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/25661/statm: 2163 280 208 79 0 156 0
[pid=25662] ppid=25661 vsize=8688 CPUtime=0
/proc/25662/stat : 25662 (galacM.sh) S 25661 25661 23995 0 -1 4194368 36 0 0 0 0 0 0 0 17 0 1 0 2006173189 8896512 286 996147200 4194304 4520092 548682068832 18446744073709551615 221236658258 0 0 4096 73728 18446744071563648864 0 0 17 1 0 0
/proc/25662/statm: 2172 286 209 79 0 165 0
[pid=25663] ppid=25662 vsize=128 CPUtime=0
/proc/25663/stat : 25663 (id) R 25662 25661 23995 0 -1 4194304 47 0 0 0 0 0 0 0 19 0 1 0 2006173189 131072 22 996147200 4194304 4211724 548682068832 18446744073709551615 221233870217 0 0 3674112 0 0 0 0 17 1 0 0
/proc/25663/statm: 32 22 16 4 0 3 0

[startup+0.024035 s]
/proc/loadavg: 1.92 1.98 1.99 4/73 25661
/proc/meminfo: memFree=1365312/2055920 swapFree=4180412/4192956
[pid=25661] ppid=25659 vsize=8772 CPUtime=0
/proc/25661/stat : 25661 (galacM.sh) S 25659 25661 23995 0 -1 4194304 526 1177 0 0 0 0 0 0 19 0 1 0 2006173188 8982528 317 996147200 4194304 4520092 548682068832 18446744073709551615 221236658258 0 2 4096 73728 18446744071563648864 0 0 17 1 0 0
/proc/25661/statm: 2193 317 217 79 0 186 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8772

[startup+0.100898 s]
/proc/loadavg: 1.92 1.98 1.99 4/73 25661
/proc/meminfo: memFree=1365312/2055920 swapFree=4180412/4192956
[pid=25661] ppid=25659 vsize=47568 CPUtime=0.01
/proc/25661/stat : 25661 (galacM.sh) S 25659 25661 23995 0 -1 4194304 764 1698 0 0 0 0 0 1 18 0 1 0 2006173188 48709632 363 996147200 4194304 4520092 548682068832 18446744073709551615 221236095834 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/25661/statm: 11892 363 244 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47568

[startup+0.301936 s]
/proc/loadavg: 1.92 1.98 1.99 4/73 25661
/proc/meminfo: memFree=1365312/2055920 swapFree=4180412/4192956
[pid=25661] ppid=25659 vsize=47568 CPUtime=0.01
/proc/25661/stat : 25661 (galacM.sh) S 25659 25661 23995 0 -1 4194304 764 1698 0 0 0 0 0 1 18 0 1 0 2006173188 48709632 363 996147200 4194304 4520092 548682068832 18446744073709551615 221236095834 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/25661/statm: 11892 363 244 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47568

[startup+0.70201 s]
/proc/loadavg: 1.92 1.98 1.99 4/73 25661
/proc/meminfo: memFree=1365312/2055920 swapFree=4180412/4192956
[pid=25661] ppid=25659 vsize=47568 CPUtime=0.01
/proc/25661/stat : 25661 (galacM.sh) S 25659 25661 23995 0 -1 4194304 764 1698 0 0 0 0 0 1 18 0 1 0 2006173188 48709632 363 996147200 4194304 4520092 548682068832 18446744073709551615 221236095834 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/25661/statm: 11892 363 244 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47568

[startup+1.50216 s]
/proc/loadavg: 1.92 1.98 1.99 3/83 25683
/proc/meminfo: memFree=1323824/2055920 swapFree=4180412/4192956
[pid=25661] ppid=25659 vsize=47568 CPUtime=0.01
/proc/25661/stat : 25661 (galacM.sh) S 25659 25661 23995 0 -1 4194304 764 1698 0 0 0 0 0 1 18 0 1 0 2006173188 48709632 363 996147200 4194304 4520092 548682068832 18446744073709551615 221236095834 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/25661/statm: 11892 363 244 79 0 219 0
[pid=25675] ppid=25661 vsize=812876 CPUtime=1.44
/proc/25675/stat : 25675 (java) S 25661 25661 23995 0 -1 0 13538 0 1 0 136 8 0 0 18 0 9 0 2006173192 832385024 12764 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25675/statm: 203219 12764 2584 9 0 197200 0
[pid=25675/tid=25676] ppid=25661 vsize=812876 CPUtime=1.09
/proc/25675/task/25676/stat : 25676 (java) R 25661 25661 23995 0 -1 64 7514 0 1 0 104 5 0 0 25 0 9 0 2006173193 832385024 12764 996147200 134512640 134550740 4294955600 18446744073709551615 4125952101 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25675/tid=25677] ppid=25661 vsize=812876 CPUtime=0.04
/proc/25675/task/25677/stat : 25677 (java) S 25661 25661 23995 0 -1 64 4434 0 0 0 3 1 0 0 16 0 9 0 2006173194 832385024 12764 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=25675/tid=25678] ppid=25661 vsize=812876 CPUtime=0
/proc/25675/task/25678/stat : 25678 (java) S 25661 25661 23995 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 2006173195 832385024 12764 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25675/tid=25679] ppid=25661 vsize=812876 CPUtime=0
/proc/25675/task/25679/stat : 25679 (java) S 25661 25661 23995 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 2006173195 832385024 12764 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25675/tid=25680] ppid=25661 vsize=812876 CPUtime=0
/proc/25675/task/25680/stat : 25680 (java) S 25661 25661 23995 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2006173197 832385024 12764 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25675/tid=25681] ppid=25661 vsize=812876 CPUtime=0.28
/proc/25675/task/25681/stat : 25681 (java) S 25661 25661 23995 0 -1 64 889 0 0 0 27 1 0 0 15 0 9 0 2006173197 832385024 12764 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25675/tid=25682] ppid=25661 vsize=812876 CPUtime=0
/proc/25675/task/25682/stat : 25682 (java) S 25661 25661 23995 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 2006173197 832385024 12764 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25675/tid=25683] ppid=25661 vsize=812876 CPUtime=0
/proc/25675/task/25683/stat : 25683 (java) S 25661 25661 23995 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2006173197 832385024 12764 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.45
Current children cumulated vsize (KiB) 860444

[startup+3.10146 s]
/proc/loadavg: 1.92 1.98 1.99 3/83 25683
/proc/meminfo: memFree=1312752/2055920 swapFree=4180412/4192956
[pid=25661] ppid=25659 vsize=47568 CPUtime=0.01
/proc/25661/stat : 25661 (galacM.sh) S 25659 25661 23995 0 -1 4194304 764 1698 0 0 0 0 0 1 18 0 1 0 2006173188 48709632 363 996147200 4194304 4520092 548682068832 18446744073709551615 221236095834 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/25661/statm: 11892 363 244 79 0 219 0
[pid=25675] ppid=25661 vsize=812876 CPUtime=3.03
/proc/25675/stat : 25675 (java) S 25661 25661 23995 0 -1 0 20841 0 1 0 291 12 0 0 18 0 9 0 2006173192 832385024 20065 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25675/statm: 203219 20065 2588 9 0 197200 0
[pid=25675/tid=25676] ppid=25661 vsize=812876 CPUtime=2.66
/proc/25675/task/25676/stat : 25676 (java) R 25661 25661 23995 0 -1 64 14584 0 1 0 258 8 0 0 25 0 9 0 2006173193 832385024 20065 996147200 134512640 134550740 4294955600 18446744073709551615 4126628644 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25675/tid=25677] ppid=25661 vsize=812876 CPUtime=0.05
/proc/25675/task/25677/stat : 25677 (java) S 25661 25661 23995 0 -1 64 4667 0 0 0 4 1 0 0 16 0 9 0 2006173194 832385024 20065 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=25675/tid=25678] ppid=25661 vsize=812876 CPUtime=0
/proc/25675/task/25678/stat : 25678 (java) S 25661 25661 23995 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 2006173195 832385024 20065 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25675/tid=25679] ppid=25661 vsize=812876 CPUtime=0
/proc/25675/task/25679/stat : 25679 (java) S 25661 25661 23995 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 2006173195 832385024 20065 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25675/tid=25680] ppid=25661 vsize=812876 CPUtime=0
/proc/25675/task/25680/stat : 25680 (java) S 25661 25661 23995 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2006173197 832385024 20065 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25675/tid=25681] ppid=25661 vsize=812876 CPUtime=0.28
/proc/25675/task/25681/stat : 25681 (java) S 25661 25661 23995 0 -1 64 889 0 0 0 27 1 0 0 16 0 9 0 2006173197 832385024 20065 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25675/tid=25682] ppid=25661 vsize=812876 CPUtime=0
/proc/25675/task/25682/stat : 25682 (java) S 25661 25661 23995 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 2006173197 832385024 20065 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25675/tid=25683] ppid=25661 vsize=812876 CPUtime=0
/proc/25675/task/25683/stat : 25683 (java) S 25661 25661 23995 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2006173197 832385024 20065 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.04
Current children cumulated vsize (KiB) 860444

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

[startup+4.70277 s]
/proc/loadavg: 1.92 1.98 1.99 3/83 25683
/proc/meminfo: memFree=1294064/2055920 swapFree=4180412/4192956
[pid=25661] ppid=25659 vsize=47568 CPUtime=0.01
/proc/25661/stat : 25661 (galacM.sh) S 25659 25661 23995 0 -1 4194304 764 1698 0 0 0 0 0 1 18 0 1 0 2006173188 48709632 363 996147200 4194304 4520092 548682068832 18446744073709551615 221236095834 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/25661/statm: 11892 363 244 79 0 219 0
[pid=25675] ppid=25661 vsize=812876 CPUtime=4.62
/proc/25675/stat : 25675 (java) S 25661 25661 23995 0 -1 0 20913 0 1 0 449 13 0 0 18 0 9 0 2006173192 832385024 20136 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25675/statm: 203219 20136 2590 9 0 197200 0
[pid=25675/tid=25676] ppid=25661 vsize=812876 CPUtime=4.19
/proc/25675/task/25676/stat : 25676 (java) R 25661 25661 23995 0 -1 64 14605 0 1 0 410 9 0 0 25 0 9 0 2006173193 832385024 20136 996147200 134512640 134550740 4294955600 18446744073709551615 102714785 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25675/tid=25677] ppid=25661 vsize=812876 CPUtime=0.05
/proc/25675/task/25677/stat : 25677 (java) S 25661 25661 23995 0 -1 64 4667 0 0 0 4 1 0 0 16 0 9 0 2006173194 832385024 20136 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=25675/tid=25678] ppid=25661 vsize=812876 CPUtime=0
/proc/25675/task/25678/stat : 25678 (java) S 25661 25661 23995 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 2006173195 832385024 20136 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25675/tid=25679] ppid=25661 vsize=812876 CPUtime=0
/proc/25675/task/25679/stat : 25679 (java) S 25661 25661 23995 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 2006173195 832385024 20136 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25675/tid=25680] ppid=25661 vsize=812876 CPUtime=0
/proc/25675/task/25680/stat : 25680 (java) S 25661 25661 23995 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2006173197 832385024 20136 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25675/tid=25681] ppid=25661 vsize=812876 CPUtime=0.35
/proc/25675/task/25681/stat : 25681 (java) S 25661 25661 23995 0 -1 64 940 0 0 0 34 1 0 0 15 0 9 0 2006173197 832385024 20136 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25675/tid=25682] ppid=25661 vsize=812876 CPUtime=0
/proc/25675/task/25682/stat : 25682 (java) S 25661 25661 23995 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 2006173197 832385024 20136 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25675/tid=25683] ppid=25661 vsize=812876 CPUtime=0
/proc/25675/task/25683/stat : 25683 (java) S 25661 25661 23995 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2006173197 832385024 20136 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 4.63
Current children cumulated vsize (KiB) 860444

[startup+5.50791 s]
/proc/loadavg: 2.01 2.00 2.00 3/83 25683
/proc/meminfo: memFree=1291888/2055920 swapFree=4180412/4192956
[pid=25661] ppid=25659 vsize=47568 CPUtime=0.01
/proc/25661/stat : 25661 (galacM.sh) S 25659 25661 23995 0 -1 4194304 764 1698 0 0 0 0 0 1 18 0 1 0 2006173188 48709632 363 996147200 4194304 4520092 548682068832 18446744073709551615 221236095834 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/25661/statm: 11892 363 244 79 0 219 0
[pid=25675] ppid=25661 vsize=812876 CPUtime=5.38
/proc/25675/stat : 25675 (java) S 25661 25661 23995 0 -1 0 21274 0 1 0 524 14 0 0 18 0 9 0 2006173192 832385024 20492 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25675/statm: 203219 20492 2590 9 0 197200 0
[pid=25675/tid=25676] ppid=25661 vsize=812876 CPUtime=4.92
/proc/25675/task/25676/stat : 25676 (java) S 25661 25661 23995 0 -1 64 14613 0 1 0 483 9 0 0 25 0 9 0 2006173193 832385024 20492 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25675/tid=25677] ppid=25661 vsize=812876 CPUtime=0.06
/proc/25675/task/25677/stat : 25677 (java) S 25661 25661 23995 0 -1 64 5014 0 0 0 5 1 0 0 16 0 9 0 2006173194 832385024 20492 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=25675/tid=25678] ppid=25661 vsize=812876 CPUtime=0
/proc/25675/task/25678/stat : 25678 (java) S 25661 25661 23995 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 2006173195 832385024 20492 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25675/tid=25679] ppid=25661 vsize=812876 CPUtime=0
/proc/25675/task/25679/stat : 25679 (java) S 25661 25661 23995 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 2006173195 832385024 20492 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25675/tid=25680] ppid=25661 vsize=812876 CPUtime=0
/proc/25675/task/25680/stat : 25680 (java) S 25661 25661 23995 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2006173197 832385024 20492 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25675/tid=25681] ppid=25661 vsize=812876 CPUtime=0.36
/proc/25675/task/25681/stat : 25681 (java) S 25661 25661 23995 0 -1 64 946 0 0 0 35 1 0 0 15 0 9 0 2006173197 832385024 20492 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25675/tid=25682] ppid=25661 vsize=812876 CPUtime=0
/proc/25675/task/25682/stat : 25682 (java) S 25661 25661 23995 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 2006173197 832385024 20492 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25675/tid=25683] ppid=25661 vsize=812876 CPUtime=0
/proc/25675/task/25683/stat : 25683 (java) S 25661 25661 23995 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2006173197 832385024 20492 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 5.39
Current children cumulated vsize (KiB) 860444

[startup+5.90199 s]
/proc/loadavg: 2.01 2.00 2.00 3/83 25683
/proc/meminfo: memFree=1291888/2055920 swapFree=4180412/4192956
[pid=25661] ppid=25659 vsize=47568 CPUtime=5.41
/proc/25661/stat : 25661 (galacM.sh) S 25659 25661 23995 0 -1 4194304 798 22977 0 1 0 0 525 16 17 0 1 0 2006173188 48709632 363 996147200 4194304 4520092 548682068832 18446744073709551615 221236095834 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/25661/statm: 11892 363 244 79 0 219 0
Current children cumulated CPU time (s) 5.41
Current children cumulated vsize (KiB) 47568

[startup+6.10203 s]
/proc/loadavg: 2.01 2.00 2.00 3/83 25683
/proc/meminfo: memFree=1291888/2055920 swapFree=4180412/4192956
[pid=25661] ppid=25659 vsize=47568 CPUtime=5.41
/proc/25661/stat : 25661 (galacM.sh) S 25659 25661 23995 0 -1 4194304 798 22977 0 1 0 0 525 16 17 0 1 0 2006173188 48709632 363 996147200 4194304 4520092 548682068832 18446744073709551615 221236095834 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/25661/statm: 11892 363 244 79 0 219 0
Current children cumulated CPU time (s) 5.41
Current children cumulated vsize (KiB) 47568

Child status: 0
Real time (s): 6.15178
CPU time (s): 6.05508
CPU user time (s): 5.87311
CPU system time (s): 0.181972
CPU usage (%): 98.4281
Max. virtual memory (cumulated for all children) (KiB): 860444

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

runsolver used 0.015997 second user time and 0.022996 second system time

The end

Launcher Data (download as text)

Begin job on node21 at 2008-07-05 17:33:09
IDJOB=1090795
IDBENCH=58494
IDSOLVER=350
FILE ID=node21/1090795-1215271989
PBS_JOBID= 7882151
Free space on /tmp= 66452 MiB

SOLVER NAME= galac M
BENCH NAME= CPAI08/csp/graphColoring/insertion/k-insertion/normalized-3-insertions-5-3.xml
COMMAND LINE= HOME/galacM.sh BENCHNAME 
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1090795-1215271989/watcher-1090795-1215271989 -o /tmp/evaluation-result-1090795-1215271989/solver-1090795-1215271989 -C 1800 -W 2200 -M 900 --output-limit 1,15  HOME/galacM.sh HOME/instance-1090795-1215271989.xml 

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= e6686b7ac7c1f0a673b1dea10c95cca7
RANDOM SEED=1670946645

node21.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	: 5586.94
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1365792 kB
Buffers:        110132 kB
Cached:         496824 kB
SwapCached:       6472 kB
Active:         271460 kB
Inactive:       347652 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1365792 kB
SwapTotal:     4192956 kB
SwapFree:      4180412 kB
Dirty:            4556 kB
Writeback:           0 kB
Mapped:          18312 kB
Slab:            56296 kB
Committed_AS:  3563624 kB
PageTables:       1840 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= 66452 MiB
End job on node21 at 2008-07-05 17:33:15