Trace number 1088863

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 M? (TO) 1800.07 1807.51

General information on the benchmark

Namecsp/graphColoring/register/inithx/
normalized-inithx-i-3-20.xml
MD5SUM13fb1d283d237e5aa0fed75647ca60d5
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 benchmark0.512921
Satisfiable
(Un)Satisfiability was proved
Number of variables621
Number of constraints13969
Maximum constraint arity2
Maximum domain size20
Number of constraints which are defined in extension0
Number of constraints which are defined in intension13969
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.03	c --- Preproc Stats ---
3.65/3.70	c start processing
3.65/3.71	c start relation processing
3.65/3.71	c start cnf exporting
12.31/12.48	c parsing time : 3.588
12.31/12.48	c preprocessing time : 12.364
12.31/12.48	
12.31/12.48	c Nary constraints - conflicts : 0 supports : 0
12.31/12.48	c Binary constraints - conflicts : 13969 supports :0
12.31/12.48	c max arity constraint : 2
12.31/12.48	c Max Tuples generated 400
12.31/12.48	c relations : 1
12.31/12.48	c relations BDD: 0
12.31/12.48	c sampling 0/0
12.31/12.48	c vars : 12421 - clauses :  397991
12.31/12.48	
12.40/12.53	 
12.40/12.53	c --- SAT Solver Stats ---
12.40/12.53	 

Verifier Data (download as text)

ERROR: Unexpected answer ! ('s SATISFIABLE'/'s UNSATISFIABLE' expected)
Got answer: 

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-1088863-1215260333/watcher-1088863-1215260333 -o /tmp/evaluation-result-1088863-1215260333/solver-1088863-1215260333 -C 1800 -W 2200 -M 900 --output-limit 1,15 HOME/galacM.sh HOME/instance-1088863-1215260333.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/74 27093
/proc/meminfo: memFree=1398272/2055920 swapFree=4181032/4192956
[pid=27093] ppid=27091 vsize=8652 CPUtime=0
/proc/27093/stat : 27093 (galacM.sh) S 27091 27093 26733 0 -1 4194304 346 0 0 0 0 0 0 0 18 0 1 0 266976020 8859648 280 996147200 4194304 4520092 548682068832 18446744073709551615 214944639834 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/27093/statm: 2163 280 208 79 0 156 0
[pid=27094] ppid=27093 vsize=8688 CPUtime=0
/proc/27094/stat : 27094 (galacM.sh) R 27093 27093 26733 0 -1 4194368 47 243 0 0 0 0 0 0 16 0 1 0 266976021 8896512 288 996147200 4194304 4520092 548682068832 18446744073709551615 214945032863 0 65536 4096 73728 0 0 0 17 0 0 0
/proc/27094/statm: 2172 288 210 79 0 165 0
[pid=27096] ppid=27094 vsize=6864 CPUtime=0
/proc/27096/stat : 27096 (id) S 27094 27093 26733 0 -1 4194304 240 0 0 0 0 0 0 0 18 0 1 0 266976021 7028736 183 996147200 4194304 4211724 548682068832 18446744073709551615 214945220495 0 0 3674112 0 0 0 0 17 1 0 0
/proc/27096/statm: 1716 183 154 4 0 46 0

[startup+0.0668329 s]
/proc/loadavg: 2.00 2.00 2.00 4/74 27093
/proc/meminfo: memFree=1398272/2055920 swapFree=4181032/4192956
[pid=27093] ppid=27091 vsize=47564 CPUtime=0.01
/proc/27093/stat : 27093 (galacM.sh) S 27091 27093 26733 0 -1 4194304 765 1697 0 0 0 0 0 1 19 0 1 0 266976020 48705536 364 996147200 4194304 4520092 548682068832 18446744073709551615 214944639834 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/27093/statm: 11891 364 245 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47564

[startup+0.102844 s]
/proc/loadavg: 2.00 2.00 2.00 4/74 27093
/proc/meminfo: memFree=1398272/2055920 swapFree=4181032/4192956
[pid=27093] ppid=27091 vsize=47564 CPUtime=0.01
/proc/27093/stat : 27093 (galacM.sh) S 27091 27093 26733 0 -1 4194304 765 1697 0 0 0 0 0 1 19 0 1 0 266976020 48705536 364 996147200 4194304 4520092 548682068832 18446744073709551615 214944639834 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/27093/statm: 11891 364 245 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47564

[startup+0.301881 s]
/proc/loadavg: 2.00 2.00 2.00 4/74 27093
/proc/meminfo: memFree=1398272/2055920 swapFree=4181032/4192956
[pid=27093] ppid=27091 vsize=47564 CPUtime=0.01
/proc/27093/stat : 27093 (galacM.sh) S 27091 27093 26733 0 -1 4194304 765 1697 0 0 0 0 0 1 19 0 1 0 266976020 48705536 364 996147200 4194304 4520092 548682068832 18446744073709551615 214944639834 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/27093/statm: 11891 364 245 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47564

[startup+0.701958 s]
/proc/loadavg: 2.00 2.00 2.00 4/74 27093
/proc/meminfo: memFree=1398272/2055920 swapFree=4181032/4192956
[pid=27093] ppid=27091 vsize=47564 CPUtime=0.01
/proc/27093/stat : 27093 (galacM.sh) S 27091 27093 26733 0 -1 4194304 765 1697 0 0 0 0 0 1 19 0 1 0 266976020 48705536 364 996147200 4194304 4520092 548682068832 18446744073709551615 214944639834 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/27093/statm: 11891 364 245 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47564

[startup+1.50211 s]
/proc/loadavg: 2.00 2.00 2.00 4/84 27115
/proc/meminfo: memFree=1356904/2055920 swapFree=4181032/4192956
[pid=27093] ppid=27091 vsize=47564 CPUtime=0.01
/proc/27093/stat : 27093 (galacM.sh) S 27091 27093 26733 0 -1 4194304 765 1697 0 0 0 0 0 1 19 0 1 0 266976020 48705536 364 996147200 4194304 4520092 548682068832 18446744073709551615 214944639834 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/27093/statm: 11891 364 245 79 0 219 0
[pid=27107] ppid=27093 vsize=812660 CPUtime=1.46
/proc/27107/stat : 27107 (java) S 27093 27093 26733 0 -1 0 15114 0 1 0 137 9 0 0 21 0 9 0 266976024 832163840 14341 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/27107/statm: 203165 14341 2586 9 0 197198 0
[pid=27107/tid=27108] ppid=27093 vsize=812660 CPUtime=1.1
/proc/27107/task/27108/stat : 27108 (java) R 27093 27093 26733 0 -1 64 9094 0 1 0 105 5 0 0 25 0 9 0 266976024 832163840 14341 996147200 134512640 134550740 4294955600 18446744073709551615 4126932323 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27107/tid=27109] ppid=27093 vsize=812660 CPUtime=0.05
/proc/27107/task/27109/stat : 27109 (java) S 27093 27093 26733 0 -1 64 4417 0 0 0 3 2 0 0 16 0 9 0 266976026 832163840 14342 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=27107/tid=27110] ppid=27093 vsize=812660 CPUtime=0
/proc/27107/task/27110/stat : 27110 (java) S 27093 27093 26733 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 266976026 832163840 14342 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27107/tid=27111] ppid=27093 vsize=812660 CPUtime=0
/proc/27107/task/27111/stat : 27111 (java) S 27093 27093 26733 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 266976026 832163840 14342 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27107/tid=27112] ppid=27093 vsize=812660 CPUtime=0
/proc/27107/task/27112/stat : 27112 (java) S 27093 27093 26733 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 266976028 832163840 14342 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27107/tid=27113] ppid=27093 vsize=812660 CPUtime=0.27
/proc/27107/task/27113/stat : 27113 (java) S 27093 27093 26733 0 -1 64 903 0 0 0 27 0 0 0 15 0 9 0 266976028 832163840 14343 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27107/tid=27114] ppid=27093 vsize=812660 CPUtime=0
/proc/27107/task/27114/stat : 27114 (java) S 27093 27093 26733 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 266976028 832163840 14344 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27107/tid=27115] ppid=27093 vsize=812660 CPUtime=0
/proc/27107/task/27115/stat : 27115 (java) S 27093 27093 26733 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 266976028 832163840 14344 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 860224

[startup+3.10142 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 27115
/proc/meminfo: memFree=1329768/2055920 swapFree=4181032/4192956
[pid=27093] ppid=27091 vsize=47564 CPUtime=0.01
/proc/27093/stat : 27093 (galacM.sh) S 27091 27093 26733 0 -1 4194304 765 1697 0 0 0 0 0 1 19 0 1 0 266976020 48705536 364 996147200 4194304 4520092 548682068832 18446744073709551615 214944639834 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/27093/statm: 11891 364 245 79 0 219 0
[pid=27107] ppid=27093 vsize=812660 CPUtime=3.05
/proc/27107/stat : 27107 (java) S 27093 27093 26733 0 -1 0 20815 0 1 0 293 12 0 0 21 0 9 0 266976024 832163840 20040 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/27107/statm: 203165 20040 2590 9 0 197198 0
[pid=27107/tid=27108] ppid=27093 vsize=812660 CPUtime=2.68
/proc/27107/task/27108/stat : 27108 (java) R 27093 27093 26733 0 -1 64 14572 0 1 0 260 8 0 0 25 0 9 0 266976024 832163840 20040 996147200 134512640 134550740 4294955600 18446744073709551615 4126688838 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27107/tid=27109] ppid=27093 vsize=812660 CPUtime=0.06
/proc/27107/task/27109/stat : 27109 (java) S 27093 27093 26733 0 -1 64 4640 0 0 0 4 2 0 0 16 0 9 0 266976026 832163840 20040 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=27107/tid=27110] ppid=27093 vsize=812660 CPUtime=0
/proc/27107/task/27110/stat : 27110 (java) S 27093 27093 26733 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 266976026 832163840 20040 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27107/tid=27111] ppid=27093 vsize=812660 CPUtime=0
/proc/27107/task/27111/stat : 27111 (java) S 27093 27093 26733 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 266976026 832163840 20040 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27107/tid=27112] ppid=27093 vsize=812660 CPUtime=0
/proc/27107/task/27112/stat : 27112 (java) S 27093 27093 26733 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 266976028 832163840 20040 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27107/tid=27113] ppid=27093 vsize=812660 CPUtime=0.27
/proc/27107/task/27113/stat : 27113 (java) S 27093 27093 26733 0 -1 64 903 0 0 0 27 0 0 0 16 0 9 0 266976028 832163840 20040 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27107/tid=27114] ppid=27093 vsize=812660 CPUtime=0
/proc/27107/task/27114/stat : 27114 (java) S 27093 27093 26733 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 266976028 832163840 20040 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27107/tid=27115] ppid=27093 vsize=812660 CPUtime=0
/proc/27107/task/27115/stat : 27115 (java) S 27093 27093 26733 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 266976028 832163840 20040 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.06
Current children cumulated vsize (KiB) 860224

[startup+6.30204 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 27115
/proc/meminfo: memFree=1322792/2055920 swapFree=4181032/4192956
[pid=27093] ppid=27091 vsize=47564 CPUtime=0.01
/proc/27093/stat : 27093 (galacM.sh) S 27091 27093 26733 0 -1 4194304 765 1697 0 0 0 0 0 1 19 0 1 0 266976020 48705536 364 996147200 4194304 4520092 548682068832 18446744073709551615 214944639834 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/27093/statm: 11891 364 245 79 0 219 0
[pid=27107] ppid=27093 vsize=812660 CPUtime=6.23
/proc/27107/stat : 27107 (java) S 27093 27093 26733 0 -1 0 21492 0 1 0 609 14 0 0 21 0 9 0 266976024 832163840 20710 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/27107/statm: 203165 20710 2592 9 0 197198 0
[pid=27107/tid=27108] ppid=27093 vsize=812660 CPUtime=5.76
/proc/27107/task/27108/stat : 27108 (java) R 27093 27093 26733 0 -1 64 14599 0 1 0 566 10 0 0 25 0 9 0 266976024 832163840 20710 996147200 134512640 134550740 4294955600 18446744073709551615 102715030 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27107/tid=27109] ppid=27093 vsize=812660 CPUtime=0.11
/proc/27107/task/27109/stat : 27109 (java) S 27093 27093 26733 0 -1 64 5243 0 0 0 9 2 0 0 16 0 9 0 266976026 832163840 20710 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=27107/tid=27110] ppid=27093 vsize=812660 CPUtime=0
/proc/27107/task/27110/stat : 27110 (java) S 27093 27093 26733 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 266976026 832163840 20710 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27107/tid=27111] ppid=27093 vsize=812660 CPUtime=0
/proc/27107/task/27111/stat : 27111 (java) S 27093 27093 26733 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 266976026 832163840 20710 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27107/tid=27112] ppid=27093 vsize=812660 CPUtime=0
/proc/27107/task/27112/stat : 27112 (java) S 27093 27093 26733 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 266976028 832163840 20710 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27107/tid=27113] ppid=27093 vsize=812660 CPUtime=0.33
/proc/27107/task/27113/stat : 27113 (java) S 27093 27093 26733 0 -1 64 950 0 0 0 33 0 0 0 15 0 9 0 266976028 832163840 20710 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27107/tid=27114] ppid=27093 vsize=812660 CPUtime=0
/proc/27107/task/27114/stat : 27114 (java) S 27093 27093 26733 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 266976028 832163840 20710 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27107/tid=27115] ppid=27093 vsize=812660 CPUtime=0
/proc/27107/task/27115/stat : 27115 (java) S 27093 27093 26733 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 266976028 832163840 20710 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.24
Current children cumulated vsize (KiB) 860224

[startup+12.7013 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 27115
/proc/meminfo: memFree=1317616/2055920 swapFree=4181032/4192956
[pid=27093] ppid=27091 vsize=47564 CPUtime=12.41
/proc/27093/stat : 27093 (galacM.sh) S 27091 27093 26733 0 -1 4194304 799 23607 0 1 0 0 1223 18 17 0 1 0 266976020 48705536 364 996147200 4194304 4520092 548682068832 18446744073709551615 214944639834 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/27093/statm: 11891 364 245 79 0 219 0
Current children cumulated CPU time (s) 12.41
Current children cumulated vsize (KiB) 47564

[startup+25.5018 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 27116
/proc/meminfo: memFree=1355568/2055920 swapFree=4181032/4192956
[pid=27093] ppid=27091 vsize=47564 CPUtime=12.41
/proc/27093/stat : 27093 (galacM.sh) S 27091 27093 26733 0 -1 4194304 799 23607 0 1 0 0 1223 18 17 0 1 0 266976020 48705536 364 996147200 4194304 4520092 548682068832 18446744073709551615 214944639834 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/27093/statm: 11891 364 245 79 0 219 0
[pid=27116] ppid=27093 vsize=37400 CPUtime=12.9
/proc/27116/stat : 27116 (minisat) R 27093 27093 26733 0 -1 4194304 9144 0 0 0 1283 7 0 0 25 0 1 0 266977274 38297600 9125 996147200 134512640 135136200 4294955968 18446744073709551615 134529382 0 0 4096 3 0 0 0 17 1 0 0
/proc/27116/statm: 9350 9125 57 152 0 9195 0
Current children cumulated CPU time (s) 25.31
Current children cumulated vsize (KiB) 84964

[startup+51.1017 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 27116
/proc/meminfo: memFree=1330736/2055920 swapFree=4181032/4192956
[pid=27093] ppid=27091 vsize=47564 CPUtime=12.41
/proc/27093/stat : 27093 (galacM.sh) S 27091 27093 26733 0 -1 4194304 799 23607 0 1 0 0 1223 18 17 0 1 0 266976020 48705536 364 996147200 4194304 4520092 548682068832 18446744073709551615 214944639834 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/27093/statm: 11891 364 245 79 0 219 0
[pid=27116] ppid=27093 vsize=60728 CPUtime=38.4
/proc/27116/stat : 27116 (minisat) R 27093 27093 26733 0 -1 4194304 14962 0 0 0 3828 12 0 0 25 0 1 0 266977274 62185472 14943 996147200 134512640 135136200 4294955968 18446744073709551615 134529382 0 0 4096 3 0 0 0 17 1 0 0
/proc/27116/statm: 15182 14943 57 152 0 15027 0
Current children cumulated CPU time (s) 50.81
Current children cumulated vsize (KiB) 108292

[startup+102.307 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 27222
/proc/meminfo: memFree=1699312/2055920 swapFree=4181032/4192956
[pid=27093] ppid=27091 vsize=47564 CPUtime=12.41
/proc/27093/stat : 27093 (galacM.sh) S 27091 27093 26733 0 -1 4194304 799 23607 0 1 0 0 1223 18 17 0 1 0 266976020 48705536 364 996147200 4194304 4520092 548682068832 18446744073709551615 214944639834 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/27093/statm: 11891 364 245 79 0 219 0
[pid=27116] ppid=27093 vsize=77524 CPUtime=89.3
/proc/27116/stat : 27116 (minisat) R 27093 27093 26733 0 -1 4194304 19115 0 0 0 8909 21 0 0 25 0 1 0 266977274 79384576 19096 996147200 134512640 135136200 4294955968 18446744073709551615 134529504 0 0 4096 3 0 0 0 17 1 0 0
/proc/27116/statm: 19381 19096 57 152 0 19226 0
Current children cumulated CPU time (s) 101.71
Current children cumulated vsize (KiB) 125088

[startup+162.301 s]
/proc/loadavg: 2.08 2.02 2.01 3/85 27223
/proc/meminfo: memFree=1663784/2055920 swapFree=4181032/4192956
[pid=27093] ppid=27091 vsize=47564 CPUtime=12.41
/proc/27093/stat : 27093 (galacM.sh) S 27091 27093 26733 0 -1 4194304 799 23607 0 1 0 0 1223 18 17 0 1 0 266976020 48705536 364 996147200 4194304 4520092 548682068832 18446744073709551615 214944639834 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/27093/statm: 11891 364 245 79 0 219 0
[pid=27116] ppid=27093 vsize=87944 CPUtime=149.06
/proc/27116/stat : 27116 (minisat) R 27093 27093 26733 0 -1 4194304 21687 0 0 0 14882 24 0 0 25 0 1 0 266977274 90054656 21668 996147200 134512640 135136200 4294955968 18446744073709551615 134529504 0 0 4096 3 0 0 0 17 1 0 0
/proc/27116/statm: 21986 21668 57 152 0 21831 0

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

/proc/27116/statm: 80964 79873 57 152 0 80809 0
Current children cumulated CPU time (s) 1177.38
Current children cumulated vsize (KiB) 371420

[startup+1242.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 27224
/proc/meminfo: memFree=1375648/2055920 swapFree=4181032/4192956
[pid=27093] ppid=27091 vsize=47564 CPUtime=12.41
/proc/27093/stat : 27093 (galacM.sh) S 27091 27093 26733 0 -1 4194304 799 23607 0 1 0 0 1223 18 17 0 1 0 266976020 48705536 364 996147200 4194304 4520092 548682068832 18446744073709551615 214944639834 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/27093/statm: 11891 364 245 79 0 219 0
[pid=27116] ppid=27093 vsize=332080 CPUtime=1224.73
/proc/27116/stat : 27116 (minisat) R 27093 27093 26733 0 -1 4194304 81958 0 0 0 122382 91 0 0 25 0 1 0 266977274 340049920 81907 996147200 134512640 135136200 4294955968 18446744073709551615 134529500 0 0 4096 3 0 0 0 17 1 0 0
/proc/27116/statm: 83020 81907 57 152 0 82865 0
Current children cumulated CPU time (s) 1237.14
Current children cumulated vsize (KiB) 379644

[startup+1302.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 27224
/proc/meminfo: memFree=1365536/2055920 swapFree=4181032/4192956
[pid=27093] ppid=27091 vsize=47564 CPUtime=12.41
/proc/27093/stat : 27093 (galacM.sh) S 27091 27093 26733 0 -1 4194304 799 23607 0 1 0 0 1223 18 17 0 1 0 266976020 48705536 364 996147200 4194304 4520092 548682068832 18446744073709551615 214944639834 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/27093/statm: 11891 364 245 79 0 219 0
[pid=27116] ppid=27093 vsize=341892 CPUtime=1284.48
/proc/27116/stat : 27116 (minisat) R 27093 27093 26733 0 -1 4194304 84430 0 0 0 128354 94 0 0 25 0 1 0 266977274 350097408 84379 996147200 134512640 135136200 4294955968 18446744073709551615 134529382 0 0 4096 3 0 0 0 17 1 0 0
/proc/27116/statm: 85473 84379 57 152 0 85318 0
Current children cumulated CPU time (s) 1296.89
Current children cumulated vsize (KiB) 389456

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 27224
/proc/meminfo: memFree=1360096/2055920 swapFree=4181032/4192956
[pid=27093] ppid=27091 vsize=47564 CPUtime=12.41
/proc/27093/stat : 27093 (galacM.sh) S 27091 27093 26733 0 -1 4194304 799 23607 0 1 0 0 1223 18 17 0 1 0 266976020 48705536 364 996147200 4194304 4520092 548682068832 18446744073709551615 214944639834 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/27093/statm: 11891 364 245 79 0 219 0
[pid=27116] ppid=27093 vsize=347336 CPUtime=1344.24
/proc/27116/stat : 27116 (minisat) R 27093 27093 26733 0 -1 4194304 85766 0 0 0 134328 96 0 0 25 0 1 0 266977274 355672064 85703 996147200 134512640 135136200 4294955968 18446744073709551615 134529561 0 0 4096 3 0 0 0 17 1 0 0
/proc/27116/statm: 86834 85703 57 152 0 86679 0
Current children cumulated CPU time (s) 1356.65
Current children cumulated vsize (KiB) 394900

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 27224
/proc/meminfo: memFree=1353504/2055920 swapFree=4181032/4192956
[pid=27093] ppid=27091 vsize=47564 CPUtime=12.41
/proc/27093/stat : 27093 (galacM.sh) S 27091 27093 26733 0 -1 4194304 799 23607 0 1 0 0 1223 18 17 0 1 0 266976020 48705536 364 996147200 4194304 4520092 548682068832 18446744073709551615 214944639834 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/27093/statm: 11891 364 245 79 0 219 0
[pid=27116] ppid=27093 vsize=353832 CPUtime=1404
/proc/27116/stat : 27116 (minisat) R 27093 27093 26733 0 -1 4194304 87392 0 0 0 140303 97 0 0 25 0 1 0 266977274 362323968 87329 996147200 134512640 135136200 4294955968 18446744073709551615 134529431 0 0 4096 3 0 0 0 17 1 0 0
/proc/27116/statm: 88458 87329 57 152 0 88303 0
Current children cumulated CPU time (s) 1416.41
Current children cumulated vsize (KiB) 401396

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 27224
/proc/meminfo: memFree=1347360/2055920 swapFree=4181032/4192956
[pid=27093] ppid=27091 vsize=47564 CPUtime=12.41
/proc/27093/stat : 27093 (galacM.sh) S 27091 27093 26733 0 -1 4194304 799 23607 0 1 0 0 1223 18 17 0 1 0 266976020 48705536 364 996147200 4194304 4520092 548682068832 18446744073709551615 214944639834 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/27093/statm: 11891 364 245 79 0 219 0
[pid=27116] ppid=27093 vsize=360012 CPUtime=1463.76
/proc/27116/stat : 27116 (minisat) R 27093 27093 26733 0 -1 4194304 88938 0 0 0 146277 99 0 0 25 0 1 0 266977274 368652288 88875 996147200 134512640 135136200 4294955968 18446744073709551615 134529382 0 0 4096 3 0 0 0 17 1 0 0
/proc/27116/statm: 90003 88875 57 152 0 89848 0
Current children cumulated CPU time (s) 1476.17
Current children cumulated vsize (KiB) 407576

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 27224
/proc/meminfo: memFree=1341024/2055920 swapFree=4181032/4192956
[pid=27093] ppid=27091 vsize=47564 CPUtime=12.41
/proc/27093/stat : 27093 (galacM.sh) S 27091 27093 26733 0 -1 4194304 799 23607 0 1 0 0 1223 18 17 0 1 0 266976020 48705536 364 996147200 4194304 4520092 548682068832 18446744073709551615 214944639834 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/27093/statm: 11891 364 245 79 0 219 0
[pid=27116] ppid=27093 vsize=366500 CPUtime=1523.52
/proc/27116/stat : 27116 (minisat) R 27093 27093 26733 0 -1 4194304 90492 0 0 0 152251 101 0 0 25 0 1 0 266977274 375296000 90429 996147200 134512640 135136200 4294955968 18446744073709551615 134529382 0 0 4096 3 0 0 0 17 1 0 0
/proc/27116/statm: 91625 90429 57 152 0 91470 0
Current children cumulated CPU time (s) 1535.93
Current children cumulated vsize (KiB) 414064

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 27224
/proc/meminfo: memFree=1335456/2055920 swapFree=4181032/4192956
[pid=27093] ppid=27091 vsize=47564 CPUtime=12.41
/proc/27093/stat : 27093 (galacM.sh) S 27091 27093 26733 0 -1 4194304 799 23607 0 1 0 0 1223 18 17 0 1 0 266976020 48705536 364 996147200 4194304 4520092 548682068832 18446744073709551615 214944639834 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/27093/statm: 11891 364 245 79 0 219 0
[pid=27116] ppid=27093 vsize=372136 CPUtime=1583.28
/proc/27116/stat : 27116 (minisat) R 27093 27093 26733 0 -1 4194304 91894 0 0 0 158225 103 0 0 25 0 1 0 266977274 381067264 91823 996147200 134512640 135136200 4294955968 18446744073709551615 134529382 0 0 4096 3 0 0 0 17 1 0 0
/proc/27116/statm: 93034 91823 57 152 0 92879 0
Current children cumulated CPU time (s) 1595.69
Current children cumulated vsize (KiB) 419700

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 27224
/proc/meminfo: memFree=1332512/2055920 swapFree=4181032/4192956
[pid=27093] ppid=27091 vsize=47564 CPUtime=12.41
/proc/27093/stat : 27093 (galacM.sh) S 27091 27093 26733 0 -1 4194304 799 23607 0 1 0 0 1223 18 17 0 1 0 266976020 48705536 364 996147200 4194304 4520092 548682068832 18446744073709551615 214944639834 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/27093/statm: 11891 364 245 79 0 219 0
[pid=27116] ppid=27093 vsize=374904 CPUtime=1643.04
/proc/27116/stat : 27116 (minisat) R 27093 27093 26733 0 -1 4194304 92614 0 0 0 164200 104 0 0 25 0 1 0 266977274 383901696 92543 996147200 134512640 135136200 4294955968 18446744073709551615 134529382 0 0 4096 3 0 0 0 17 1 0 0
/proc/27116/statm: 93726 92543 57 152 0 93571 0
Current children cumulated CPU time (s) 1655.45
Current children cumulated vsize (KiB) 422468

[startup+1722.3 s]
/proc/loadavg: 2.06 2.02 2.00 3/84 27224
/proc/meminfo: memFree=1329632/2055920 swapFree=4181032/4192956
[pid=27093] ppid=27091 vsize=47564 CPUtime=12.41
/proc/27093/stat : 27093 (galacM.sh) S 27091 27093 26733 0 -1 4194304 799 23607 0 1 0 0 1223 18 17 0 1 0 266976020 48705536 364 996147200 4194304 4520092 548682068832 18446744073709551615 214944639834 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/27093/statm: 11891 364 245 79 0 219 0
[pid=27116] ppid=27093 vsize=377688 CPUtime=1702.8
/proc/27116/stat : 27116 (minisat) R 27093 27093 26733 0 -1 4194304 93307 0 0 0 170175 105 0 0 25 0 1 0 266977274 386752512 93236 996147200 134512640 135136200 4294955968 18446744073709551615 134529504 0 0 4096 3 0 0 0 17 1 0 0
/proc/27116/statm: 94422 93236 57 152 0 94267 0
Current children cumulated CPU time (s) 1715.21
Current children cumulated vsize (KiB) 425252

[startup+1782.3 s]
/proc/loadavg: 2.02 2.01 2.00 3/84 27224
/proc/meminfo: memFree=1326624/2055920 swapFree=4181032/4192956
[pid=27093] ppid=27091 vsize=47564 CPUtime=12.41
/proc/27093/stat : 27093 (galacM.sh) S 27091 27093 26733 0 -1 4194304 799 23607 0 1 0 0 1223 18 17 0 1 0 266976020 48705536 364 996147200 4194304 4520092 548682068832 18446744073709551615 214944639834 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/27093/statm: 11891 364 245 79 0 219 0
[pid=27116] ppid=27093 vsize=380628 CPUtime=1762.56
/proc/27116/stat : 27116 (minisat) R 27093 27093 26733 0 -1 4194304 94048 0 0 0 176150 106 0 0 25 0 1 0 266977274 389763072 93977 996147200 134512640 135136200 4294955968 18446744073709551615 134529509 0 0 4096 3 0 0 0 17 1 0 0
/proc/27116/statm: 95157 93977 57 152 0 95002 0
Current children cumulated CPU time (s) 1774.97
Current children cumulated vsize (KiB) 428192



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1807.5 s]
/proc/loadavg: 2.01 2.01 2.00 3/84 27224
/proc/meminfo: memFree=1325600/2055920 swapFree=4181032/4192956
[pid=27093] ppid=27091 vsize=47564 CPUtime=12.41
/proc/27093/stat : 27093 (galacM.sh) S 27091 27093 26733 0 -1 4194304 799 23607 0 1 0 0 1223 18 17 0 1 0 266976020 48705536 364 996147200 4194304 4520092 548682068832 18446744073709551615 214944639834 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/27093/statm: 11891 364 245 79 0 219 0
[pid=27116] ppid=27093 vsize=381716 CPUtime=1787.66
/proc/27116/stat : 27116 (minisat) R 27093 27093 26733 0 -1 4194304 94306 0 0 0 178659 107 0 0 25 0 1 0 266977274 390877184 94235 996147200 134512640 135136200 4294955968 18446744073709551615 134529382 0 0 4096 3 0 0 0 17 1 0 0
/proc/27116/statm: 95429 94235 57 152 0 95274 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 429280

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

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

[startup+1807.5 s]
/proc/loadavg: 2.01 2.01 2.00 3/84 27224
/proc/meminfo: memFree=1325600/2055920 swapFree=4181032/4192956
[pid=27093] ppid=27091 vsize=47564 CPUtime=12.41
/proc/27093/stat : 27093 (galacM.sh) S 27091 27093 26733 0 -1 4194304 799 23607 0 1 0 0 1223 18 17 0 1 0 266976020 48705536 364 996147200 4194304 4520092 548682068832 18446744073709551615 214944639834 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/27093/statm: 11891 364 245 79 0 219 0
[pid=27116] ppid=27093 vsize=381716 CPUtime=1787.66
/proc/27116/stat : 27116 (minisat) R 27093 27093 26733 0 -1 4194304 94306 0 0 0 178659 107 0 0 25 0 1 0 266977274 390877184 94235 996147200 134512640 135136200 4294955968 18446744073709551615 134529382 0 0 4096 3 0 0 0 17 1 0 0
/proc/27116/statm: 95429 94235 57 152 0 95274 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 429280

Child ended because it received signal 15 (SIGTERM)

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 27093 and gives
#  childrusage.ru_utime.tv_sec=12
#  childrusage.ru_utime.tv_usec=239139
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=198969
# CPU time returned by wait4() is 12.4381
# while last known CPU time is 1800.07
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1807.51
CPU time (s): 1800.07
CPU user time (s): 1798.82
CPU system time (s): 1.25
CPU usage (%): 99.5882
Max. virtual memory (cumulated for all children) (KiB): 860224

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

runsolver used 1.49277 second user time and 5.11022 second system time

The end

Launcher Data (download as text)

Begin job on node85 at 2008-07-05 14:18:53
IDJOB=1088863
IDBENCH=58136
IDSOLVER=350
FILE ID=node85/1088863-1215260333
PBS_JOBID= 7882125
Free space on /tmp= 126808 MiB

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

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 13fb1d283d237e5aa0fed75647ca60d5
RANDOM SEED=2100743024

node85.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.272
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.272
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:       1398688 kB
Buffers:         18480 kB
Cached:         228840 kB
SwapCached:       5844 kB
Active:         498508 kB
Inactive:       113168 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1398688 kB
SwapTotal:     4192956 kB
SwapFree:      4181032 kB
Dirty:            4688 kB
Writeback:           0 kB
Mapped:         371684 kB
Slab:            30224 kB
Committed_AS:  1069684 kB
PageTables:       2480 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= 126836 MiB
End job on node85 at 2008-07-05 14:49:02