Trace number 1089053

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 E? (TO) 1800.03 1813.01

General information on the benchmark

Namecsp/graphColoring/register/fpsol/
normalized-fpsol2-i-2-27.xml
MD5SUMbae4e74e8302566c5df94afffcbc4902
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.309952
Satisfiable
(Un)Satisfiability was proved
Number of variables451
Number of constraints8691
Maximum constraint arity2
Maximum domain size27
Number of constraints which are defined in extension0
Number of constraints which are defined in intension8691
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.03	c --- Preproc Stats ---
2.51/2.67	c start processing
2.51/2.67	c start relation processing
2.51/2.67	c start cnf exporting
11.53/11.79	c parsing time : 2.531
11.53/11.79	c preprocessing time : 11.655
11.53/11.80	
11.53/11.80	c Nary constraints - conflicts : 0 supports : 0
11.53/11.80	c Binary constraints - conflicts : 8691 supports :0
11.53/11.80	c max arity constraint : 2
11.53/11.80	c Max Tuples generated 729
11.53/11.80	c relations : 1
11.53/11.80	c relations BDD: 0
11.53/11.80	c sampling 0/0
11.53/11.80	c vars : 12178 - clauses :  393409
11.53/11.80	
11.63/11.85	 
11.63/11.85	c --- SAT Solver Stats ---
11.63/11.85	 
11.63/11.85	c eSAT 0.1 : minisat core with additionnal features
11.63/11.85	c ============================[ Problem Statistics ]=============================
11.63/11.85	c |                                                                             |
11.63/11.85	c |  Number of variables:  12177                                                |
11.63/11.85	c |  Number of clauses:    393409                                               |
11.91/12.13	c |  Parsing time:         0.24         s                                       |

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-1089053-1215261370/watcher-1089053-1215261370 -o /tmp/evaluation-result-1089053-1215261370/solver-1089053-1215261370 -C 1800 -W 2200 -M 900 --output-limit 1,15 HOME/galacE.sh HOME/instance-1089053-1215261370.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.01 2.00 2.00 4/80 15225
/proc/meminfo: memFree=1702320/2055920 swapFree=4180452/4192956
[pid=15225] ppid=15223 vsize=18572 CPUtime=0
/proc/15225/stat : 15225 (runsolver) R 15223 15225 14430 0 -1 4194368 15 0 0 0 0 0 0 0 20 0 1 0 2005110822 19017728 292 996147200 4194304 4296836 548682068496 18446744073709551615 221780700455 0 0 4096 24578 0 0 0 17 1 0 0
/proc/15225/statm: 4643 292 257 25 0 2626 0

[startup+0.103684 s]
/proc/loadavg: 2.01 2.00 2.00 4/80 15225
/proc/meminfo: memFree=1702320/2055920 swapFree=4180452/4192956
[pid=15225] ppid=15223 vsize=47568 CPUtime=0
/proc/15225/stat : 15225 (galacE.sh) S 15223 15225 14430 0 -1 4194304 766 1697 0 0 0 0 0 0 18 0 1 0 2005110822 48709632 365 996147200 4194304 4520092 548682068832 18446744073709551615 221780306778 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/15225/statm: 11892 365 246 79 0 219 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 47568

[startup+0.202694 s]
/proc/loadavg: 2.01 2.00 2.00 4/80 15225
/proc/meminfo: memFree=1702320/2055920 swapFree=4180452/4192956
[pid=15225] ppid=15223 vsize=47568 CPUtime=0
/proc/15225/stat : 15225 (galacE.sh) S 15223 15225 14430 0 -1 4194304 766 1697 0 0 0 0 0 0 18 0 1 0 2005110822 48709632 365 996147200 4194304 4520092 548682068832 18446744073709551615 221780306778 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/15225/statm: 11892 365 246 79 0 219 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 47568

[startup+0.302698 s]
/proc/loadavg: 2.01 2.00 2.00 4/80 15225
/proc/meminfo: memFree=1702320/2055920 swapFree=4180452/4192956
[pid=15225] ppid=15223 vsize=47568 CPUtime=0
/proc/15225/stat : 15225 (galacE.sh) S 15223 15225 14430 0 -1 4194304 766 1697 0 0 0 0 0 0 18 0 1 0 2005110822 48709632 365 996147200 4194304 4520092 548682068832 18446744073709551615 221780306778 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/15225/statm: 11892 365 246 79 0 219 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 47568

[startup+0.701723 s]
/proc/loadavg: 2.01 2.00 2.00 4/80 15225
/proc/meminfo: memFree=1702320/2055920 swapFree=4180452/4192956
[pid=15225] ppid=15223 vsize=47568 CPUtime=0
/proc/15225/stat : 15225 (galacE.sh) S 15223 15225 14430 0 -1 4194304 766 1697 0 0 0 0 0 0 18 0 1 0 2005110822 48709632 365 996147200 4194304 4520092 548682068832 18446744073709551615 221780306778 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/15225/statm: 11892 365 246 79 0 219 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 47568

[startup+1.50277 s]
/proc/loadavg: 2.09 2.02 2.01 3/90 15247
/proc/meminfo: memFree=1661152/2055920 swapFree=4180452/4192956
[pid=15225] ppid=15223 vsize=47568 CPUtime=0
/proc/15225/stat : 15225 (galacE.sh) S 15223 15225 14430 0 -1 4194304 766 1697 0 0 0 0 0 0 18 0 1 0 2005110822 48709632 365 996147200 4194304 4520092 548682068832 18446744073709551615 221780306778 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/15225/statm: 11892 365 246 79 0 219 0
[pid=15239] ppid=15225 vsize=812760 CPUtime=1.43
/proc/15239/stat : 15239 (java) S 15225 15225 14430 0 -1 0 14720 0 1 0 134 9 0 0 19 0 9 0 2005110826 832266240 13947 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15239/statm: 203190 13947 2587 9 0 197171 0
[pid=15239/tid=15240] ppid=15225 vsize=812760 CPUtime=1.06
/proc/15239/task/15240/stat : 15240 (java) R 15225 15225 14430 0 -1 64 8717 0 1 0 101 5 0 0 25 0 9 0 2005110827 832266240 13947 996147200 134512640 134550740 4294955600 18446744073709551615 4126843860 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15239/tid=15241] ppid=15225 vsize=812760 CPUtime=0.04
/proc/15239/task/15241/stat : 15241 (java) S 15225 15225 14430 0 -1 64 4405 0 0 0 3 1 0 0 16 0 9 0 2005110830 832266240 13947 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15239/tid=15242] ppid=15225 vsize=812760 CPUtime=0
/proc/15239/task/15242/stat : 15242 (java) S 15225 15225 14430 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 2005110830 832266240 13947 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15239/tid=15243] ppid=15225 vsize=812760 CPUtime=0
/proc/15239/task/15243/stat : 15243 (java) S 15225 15225 14430 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 2005110830 832266240 13947 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15239/tid=15244] ppid=15225 vsize=812760 CPUtime=0
/proc/15239/task/15244/stat : 15244 (java) S 15225 15225 14430 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 2005110832 832266240 13947 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15239/tid=15245] ppid=15225 vsize=812760 CPUtime=0.3
/proc/15239/task/15245/stat : 15245 (java) S 15225 15225 14430 0 -1 64 899 0 0 0 29 1 0 0 15 0 9 0 2005110832 832266240 13947 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15239/tid=15246] ppid=15225 vsize=812760 CPUtime=0
/proc/15239/task/15246/stat : 15246 (java) S 15225 15225 14430 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 2005110832 832266240 13947 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15239/tid=15247] ppid=15225 vsize=812760 CPUtime=0
/proc/15239/task/15247/stat : 15247 (java) S 15225 15225 14430 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 2005110832 832266240 13947 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.43
Current children cumulated vsize (KiB) 860328

[startup+3.10187 s]
/proc/loadavg: 2.09 2.02 2.01 3/90 15247
/proc/meminfo: memFree=1631392/2055920 swapFree=4180452/4192956
[pid=15225] ppid=15223 vsize=47568 CPUtime=0
/proc/15225/stat : 15225 (galacE.sh) S 15223 15225 14430 0 -1 4194304 766 1697 0 0 0 0 0 0 18 0 1 0 2005110822 48709632 365 996147200 4194304 4520092 548682068832 18446744073709551615 221780306778 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/15225/statm: 11892 365 246 79 0 219 0
[pid=15239] ppid=15225 vsize=812892 CPUtime=3
/proc/15239/stat : 15239 (java) S 15225 15225 14430 0 -1 0 20867 0 1 0 288 12 0 0 19 0 9 0 2005110826 832401408 20092 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15239/statm: 203223 20092 2593 9 0 197204 0
[pid=15239/tid=15240] ppid=15225 vsize=812892 CPUtime=2.56
/proc/15239/task/15240/stat : 15240 (java) R 15225 15225 14430 0 -1 64 14597 0 1 0 248 8 0 0 25 0 9 0 2005110827 832401408 20092 996147200 134512640 134550740 4294955600 18446744073709551615 4126592341 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15239/tid=15241] ppid=15225 vsize=812892 CPUtime=0.05
/proc/15239/task/15241/stat : 15241 (java) S 15225 15225 14430 0 -1 64 4624 0 0 0 4 1 0 0 16 0 9 0 2005110830 832401408 20092 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15239/tid=15242] ppid=15225 vsize=812892 CPUtime=0
/proc/15239/task/15242/stat : 15242 (java) S 15225 15225 14430 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 2005110830 832401408 20092 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15239/tid=15243] ppid=15225 vsize=812892 CPUtime=0
/proc/15239/task/15243/stat : 15243 (java) S 15225 15225 14430 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 2005110830 832401408 20092 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15239/tid=15244] ppid=15225 vsize=812892 CPUtime=0
/proc/15239/task/15244/stat : 15244 (java) S 15225 15225 14430 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 2005110832 832401408 20092 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15239/tid=15245] ppid=15225 vsize=812892 CPUtime=0.36
/proc/15239/task/15245/stat : 15245 (java) S 15225 15225 14430 0 -1 64 947 0 0 0 35 1 0 0 15 0 9 0 2005110832 832401408 20092 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15239/tid=15246] ppid=15225 vsize=812892 CPUtime=0
/proc/15239/task/15246/stat : 15246 (java) S 15225 15225 14430 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 2005110832 832401408 20092 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15239/tid=15247] ppid=15225 vsize=812892 CPUtime=0
/proc/15239/task/15247/stat : 15247 (java) S 15225 15225 14430 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 2005110832 832401408 20092 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3
Current children cumulated vsize (KiB) 860460

[startup+6.30208 s]
/proc/loadavg: 2.08 2.02 2.00 3/90 15247
/proc/meminfo: memFree=1627744/2055920 swapFree=4180452/4192956
[pid=15225] ppid=15223 vsize=47568 CPUtime=0
/proc/15225/stat : 15225 (galacE.sh) S 15223 15225 14430 0 -1 4194304 766 1697 0 0 0 0 0 0 18 0 1 0 2005110822 48709632 365 996147200 4194304 4520092 548682068832 18446744073709551615 221780306778 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/15225/statm: 11892 365 246 79 0 219 0
[pid=15239] ppid=15225 vsize=812892 CPUtime=6.18
/proc/15239/stat : 15239 (java) S 15225 15225 14430 0 -1 0 21154 0 1 0 604 14 0 0 19 0 9 0 2005110826 832401408 20372 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15239/statm: 203223 20372 2593 9 0 197204 0
[pid=15239/tid=15240] ppid=15225 vsize=812892 CPUtime=5.7
/proc/15239/task/15240/stat : 15240 (java) R 15225 15225 14430 0 -1 64 14604 0 1 0 560 10 0 0 25 0 9 0 2005110827 832401408 20372 996147200 134512640 134550740 4294955600 18446744073709551615 4127169027 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15239/tid=15241] ppid=15225 vsize=812892 CPUtime=0.09
/proc/15239/task/15241/stat : 15241 (java) S 15225 15225 14430 0 -1 64 4901 0 0 0 7 2 0 0 16 0 9 0 2005110830 832401408 20372 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15239/tid=15242] ppid=15225 vsize=812892 CPUtime=0
/proc/15239/task/15242/stat : 15242 (java) S 15225 15225 14430 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 2005110830 832401408 20372 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15239/tid=15243] ppid=15225 vsize=812892 CPUtime=0
/proc/15239/task/15243/stat : 15243 (java) S 15225 15225 14430 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 2005110830 832401408 20372 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15239/tid=15244] ppid=15225 vsize=812892 CPUtime=0
/proc/15239/task/15244/stat : 15244 (java) S 15225 15225 14430 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 2005110832 832401408 20372 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15239/tid=15245] ppid=15225 vsize=812892 CPUtime=0.36
/proc/15239/task/15245/stat : 15245 (java) S 15225 15225 14430 0 -1 64 950 0 0 0 35 1 0 0 15 0 9 0 2005110832 832401408 20372 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15239/tid=15246] ppid=15225 vsize=812892 CPUtime=0
/proc/15239/task/15246/stat : 15246 (java) S 15225 15225 14430 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 2005110832 832401408 20372 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15239/tid=15247] ppid=15225 vsize=812892 CPUtime=0
/proc/15239/task/15247/stat : 15247 (java) S 15225 15225 14430 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 2005110832 832401408 20372 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.18
Current children cumulated vsize (KiB) 860460

[startup+12.7015 s]
/proc/loadavg: 2.07 2.02 2.00 3/82 15248
/proc/meminfo: memFree=1674912/2055920 swapFree=4180452/4192956
[pid=15225] ppid=15223 vsize=47568 CPUtime=11.67
/proc/15225/stat : 15225 (galacE.sh) S 15223 15225 14430 0 -1 4194304 800 23044 0 1 0 1 1147 19 17 0 1 0 2005110822 48709632 365 996147200 4194304 4520092 548682068832 18446744073709551615 221780306778 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/15225/statm: 11892 365 246 79 0 219 0
[pid=15248] ppid=15225 vsize=26428 CPUtime=0.83
/proc/15248/stat : 15248 (eSAT_static) R 15225 15225 14430 0 -1 4194304 6278 0 0 0 80 3 0 0 25 0 1 0 2005112008 27062272 6260 996147200 134512640 135177480 4294955968 18446744073709551615 134567454 0 0 4096 3 0 0 0 17 1 0 0
/proc/15248/statm: 6607 6260 75 162 0 6442 0
Current children cumulated CPU time (s) 12.5
Current children cumulated vsize (KiB) 73996

[startup+25.5023 s]
/proc/loadavg: 2.06 2.02 2.00 3/82 15248
/proc/meminfo: memFree=1663584/2055920 swapFree=4180452/4192956
[pid=15225] ppid=15223 vsize=47568 CPUtime=11.67
/proc/15225/stat : 15225 (galacE.sh) S 15223 15225 14430 0 -1 4194304 800 23044 0 1 0 1 1147 19 17 0 1 0 2005110822 48709632 365 996147200 4194304 4520092 548682068832 18446744073709551615 221780306778 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/15225/statm: 11892 365 246 79 0 219 0
[pid=15248] ppid=15225 vsize=34232 CPUtime=13.52
/proc/15248/stat : 15248 (eSAT_static) R 15225 15225 14430 0 -1 4194304 9142 0 0 0 1347 5 0 0 25 0 1 0 2005112008 35053568 8341 996147200 134512640 135177480 4294955968 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 1 0 0
/proc/15248/statm: 8558 8341 80 162 0 8393 0
Current children cumulated CPU time (s) 25.19
Current children cumulated vsize (KiB) 81800

[startup+51.1029 s]
/proc/loadavg: 2.04 2.02 2.00 3/82 15248
/proc/meminfo: memFree=1646112/2055920 swapFree=4180452/4192956
[pid=15225] ppid=15223 vsize=47568 CPUtime=11.67
/proc/15225/stat : 15225 (galacE.sh) S 15223 15225 14430 0 -1 4194304 800 23044 0 1 0 1 1147 19 17 0 1 0 2005110822 48709632 365 996147200 4194304 4520092 548682068832 18446744073709551615 221780306778 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/15225/statm: 11892 365 246 79 0 219 0
[pid=15248] ppid=15225 vsize=51280 CPUtime=38.88
/proc/15248/stat : 15248 (eSAT_static) R 15225 15225 14430 0 -1 4194304 13385 0 0 0 3880 8 0 0 25 0 1 0 2005112008 52510720 12584 996147200 134512640 135177480 4294955968 18446744073709551615 134572457 0 0 4096 3 0 0 0 17 1 0 0
/proc/15248/statm: 12820 12584 80 162 0 12655 0
Current children cumulated CPU time (s) 50.55
Current children cumulated vsize (KiB) 98848

[startup+102.301 s]
/proc/loadavg: 2.01 2.01 2.00 3/82 15248
/proc/meminfo: memFree=1622176/2055920 swapFree=4180452/4192956
[pid=15225] ppid=15223 vsize=47568 CPUtime=11.67
/proc/15225/stat : 15225 (galacE.sh) S 15223 15225 14430 0 -1 4194304 800 23044 0 1 0 1 1147 19 17 0 1 0 2005110822 48709632 365 996147200 4194304 4520092 548682068832 18446744073709551615 221780306778 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/15225/statm: 11892 365 246 79 0 219 0
[pid=15248] ppid=15225 vsize=75292 CPUtime=89.63
/proc/15248/stat : 15248 (eSAT_static) R 15225 15225 14430 0 -1 4194304 19378 0 0 0 8950 13 0 0 25 0 1 0 2005112008 77099008 18577 996147200 134512640 135177480 4294955968 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 1 0 0
/proc/15248/statm: 18823 18577 80 162 0 18658 0
Current children cumulated CPU time (s) 101.3
Current children cumulated vsize (KiB) 122860

[startup+162.302 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 15248
/proc/meminfo: memFree=1603360/2055920 swapFree=4180452/4192956
[pid=15225] ppid=15223 vsize=47568 CPUtime=11.67
/proc/15225/stat : 15225 (galacE.sh) S 15223 15225 14430 0 -1 4194304 800 23044 0 1 0 1 1147 19 17 0 1 0 2005110822 48709632 365 996147200 4194304 4520092 548682068832 18446744073709551615 221780306778 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/15225/statm: 11892 365 246 79 0 219 0
[pid=15248] ppid=15225 vsize=94088 CPUtime=149.08
/proc/15248/stat : 15248 (eSAT_static) R 15225 15225 14430 0 -1 4194304 24063 0 0 0 14890 18 0 0 25 0 1 0 2005112008 96346112 23262 996147200 134512640 135177480 4294955968 18446744073709551615 134564753 0 0 4096 3 0 0 0 17 1 0 0
/proc/15248/statm: 23522 23262 80 162 0 23357 0
Current children cumulated CPU time (s) 160.75
Current children cumulated vsize (KiB) 141656


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

/proc/15248/statm: 62263 61831 80 162 0 62098 0
Current children cumulated CPU time (s) 1171.85
Current children cumulated vsize (KiB) 296620

[startup+1242.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/74 15277
/proc/meminfo: memFree=1539560/2055920 swapFree=4180452/4192956
[pid=15225] ppid=15223 vsize=47568 CPUtime=11.67
/proc/15225/stat : 15225 (galacE.sh) S 15223 15225 14430 0 -1 4194304 800 23044 0 1 0 1 1147 19 17 0 1 0 2005110822 48709632 365 996147200 4194304 4520092 548682068832 18446744073709551615 221780306778 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/15225/statm: 11892 365 246 79 0 219 0
[pid=15248] ppid=15225 vsize=249052 CPUtime=1219.94
/proc/15248/stat : 15248 (eSAT_static) R 15225 15225 14430 0 -1 4194304 62644 0 0 0 121931 63 0 0 25 0 1 0 2005112008 255029248 61843 996147200 134512640 135177480 4294955968 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 0 0 0
/proc/15248/statm: 62263 61843 80 162 0 62098 0
Current children cumulated CPU time (s) 1231.61
Current children cumulated vsize (KiB) 296620

[startup+1302.3 s]
/proc/loadavg: 2.06 2.01 2.00 3/74 15277
/proc/meminfo: memFree=1518376/2055920 swapFree=4180452/4192956
[pid=15225] ppid=15223 vsize=47568 CPUtime=11.67
/proc/15225/stat : 15225 (galacE.sh) S 15223 15225 14430 0 -1 4194304 800 23044 0 1 0 1 1147 19 17 0 1 0 2005110822 48709632 365 996147200 4194304 4520092 548682068832 18446744073709551615 221780306778 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/15225/statm: 11892 365 246 79 0 219 0
[pid=15248] ppid=15225 vsize=270516 CPUtime=1279.69
/proc/15248/stat : 15248 (eSAT_static) R 15225 15225 14430 0 -1 4194304 67892 0 0 0 127901 68 0 0 25 0 1 0 2005112008 277008384 67091 996147200 134512640 135177480 4294955968 18446744073709551615 134565414 0 0 4096 3 0 0 0 17 0 0 0
/proc/15248/statm: 67629 67091 80 162 0 67464 0
Current children cumulated CPU time (s) 1291.36
Current children cumulated vsize (KiB) 318084

[startup+1362.3 s]
/proc/loadavg: 2.07 2.03 2.00 3/74 15277
/proc/meminfo: memFree=1518312/2055920 swapFree=4180452/4192956
[pid=15225] ppid=15223 vsize=47568 CPUtime=11.67
/proc/15225/stat : 15225 (galacE.sh) S 15223 15225 14430 0 -1 4194304 800 23044 0 1 0 1 1147 19 17 0 1 0 2005110822 48709632 365 996147200 4194304 4520092 548682068832 18446744073709551615 221780306778 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/15225/statm: 11892 365 246 79 0 219 0
[pid=15248] ppid=15225 vsize=270516 CPUtime=1339.46
/proc/15248/stat : 15248 (eSAT_static) R 15225 15225 14430 0 -1 4194304 67893 0 0 0 133877 69 0 0 25 0 1 0 2005112008 277008384 67092 996147200 134512640 135177480 4294955968 18446744073709551615 134564517 0 0 4096 3 0 0 0 17 0 0 0
/proc/15248/statm: 67629 67092 80 162 0 67464 0
Current children cumulated CPU time (s) 1351.13
Current children cumulated vsize (KiB) 318084

[startup+1422.3 s]
/proc/loadavg: 2.02 2.02 2.00 3/74 15277
/proc/meminfo: memFree=1518248/2055920 swapFree=4180452/4192956
[pid=15225] ppid=15223 vsize=47568 CPUtime=11.67
/proc/15225/stat : 15225 (galacE.sh) S 15223 15225 14430 0 -1 4194304 800 23044 0 1 0 1 1147 19 17 0 1 0 2005110822 48709632 365 996147200 4194304 4520092 548682068832 18446744073709551615 221780306778 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/15225/statm: 11892 365 246 79 0 219 0
[pid=15248] ppid=15225 vsize=270516 CPUtime=1399.23
/proc/15248/stat : 15248 (eSAT_static) R 15225 15225 14430 0 -1 4194304 67893 0 0 0 139854 69 0 0 25 0 1 0 2005112008 277008384 67092 996147200 134512640 135177480 4294955968 18446744073709551615 134571100 0 0 4096 3 0 0 0 17 0 0 0
/proc/15248/statm: 67629 67092 80 162 0 67464 0
Current children cumulated CPU time (s) 1410.9
Current children cumulated vsize (KiB) 318084

[startup+1482.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/74 15277
/proc/meminfo: memFree=1518248/2055920 swapFree=4180452/4192956
[pid=15225] ppid=15223 vsize=47568 CPUtime=11.67
/proc/15225/stat : 15225 (galacE.sh) S 15223 15225 14430 0 -1 4194304 800 23044 0 1 0 1 1147 19 17 0 1 0 2005110822 48709632 365 996147200 4194304 4520092 548682068832 18446744073709551615 221780306778 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/15225/statm: 11892 365 246 79 0 219 0
[pid=15248] ppid=15225 vsize=270516 CPUtime=1458.98
/proc/15248/stat : 15248 (eSAT_static) R 15225 15225 14430 0 -1 4194304 67894 0 0 0 145829 69 0 0 25 0 1 0 2005112008 277008384 67093 996147200 134512640 135177480 4294955968 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 0 0 0
/proc/15248/statm: 67629 67093 80 162 0 67464 0
Current children cumulated CPU time (s) 1470.65
Current children cumulated vsize (KiB) 318084

[startup+1542.31 s]
/proc/loadavg: 2.00 2.01 2.00 3/74 15283
/proc/meminfo: memFree=1483168/2055920 swapFree=4180452/4192956
[pid=15225] ppid=15223 vsize=47568 CPUtime=11.67
/proc/15225/stat : 15225 (galacE.sh) S 15223 15225 14430 0 -1 4194304 800 23044 0 1 0 1 1147 19 17 0 1 0 2005110822 48709632 365 996147200 4194304 4520092 548682068832 18446744073709551615 221780306778 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/15225/statm: 11892 365 246 79 0 219 0
[pid=15248] ppid=15225 vsize=305576 CPUtime=1518.74
/proc/15248/stat : 15248 (eSAT_static) R 15225 15225 14430 0 -1 4194304 76669 0 0 0 151796 78 0 0 25 0 1 0 2005112008 312909824 75868 996147200 134512640 135177480 4294955968 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 0 0 0
/proc/15248/statm: 76394 75868 80 162 0 76229 0
Current children cumulated CPU time (s) 1530.41
Current children cumulated vsize (KiB) 353144

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/74 15283
/proc/meminfo: memFree=1466208/2055920 swapFree=4180452/4192956
[pid=15225] ppid=15223 vsize=47568 CPUtime=11.67
/proc/15225/stat : 15225 (galacE.sh) S 15223 15225 14430 0 -1 4194304 800 23044 0 1 0 1 1147 19 17 0 1 0 2005110822 48709632 365 996147200 4194304 4520092 548682068832 18446744073709551615 221780306778 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/15225/statm: 11892 365 246 79 0 219 0
[pid=15248] ppid=15225 vsize=322364 CPUtime=1578.5
/proc/15248/stat : 15248 (eSAT_static) R 15225 15225 14430 0 -1 4194304 80896 0 0 0 157768 82 0 0 25 0 1 0 2005112008 330100736 80095 996147200 134512640 135177480 4294955968 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 0 0 0
/proc/15248/statm: 80591 80095 80 162 0 80426 0
Current children cumulated CPU time (s) 1590.17
Current children cumulated vsize (KiB) 369932

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/74 15283
/proc/meminfo: memFree=1466144/2055920 swapFree=4180452/4192956
[pid=15225] ppid=15223 vsize=47568 CPUtime=11.67
/proc/15225/stat : 15225 (galacE.sh) S 15223 15225 14430 0 -1 4194304 800 23044 0 1 0 1 1147 19 17 0 1 0 2005110822 48709632 365 996147200 4194304 4520092 548682068832 18446744073709551615 221780306778 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/15225/statm: 11892 365 246 79 0 219 0
[pid=15248] ppid=15225 vsize=322364 CPUtime=1638.25
/proc/15248/stat : 15248 (eSAT_static) R 15225 15225 14430 0 -1 4194304 80896 0 0 0 163743 82 0 0 25 0 1 0 2005112008 330100736 80095 996147200 134512640 135177480 4294955968 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 0 0 0
/proc/15248/statm: 80591 80095 80 162 0 80426 0
Current children cumulated CPU time (s) 1649.92
Current children cumulated vsize (KiB) 369932

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/74 15283
/proc/meminfo: memFree=1466080/2055920 swapFree=4180452/4192956
[pid=15225] ppid=15223 vsize=47568 CPUtime=11.67
/proc/15225/stat : 15225 (galacE.sh) S 15223 15225 14430 0 -1 4194304 800 23044 0 1 0 1 1147 19 17 0 1 0 2005110822 48709632 365 996147200 4194304 4520092 548682068832 18446744073709551615 221780306778 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/15225/statm: 11892 365 246 79 0 219 0
[pid=15248] ppid=15225 vsize=322364 CPUtime=1698.02
/proc/15248/stat : 15248 (eSAT_static) R 15225 15225 14430 0 -1 4194304 80898 0 0 0 169720 82 0 0 25 0 1 0 2005112008 330100736 80097 996147200 134512640 135177480 4294955968 18446744073709551615 134565331 0 0 4096 3 0 0 0 17 0 0 0
/proc/15248/statm: 80591 80097 80 162 0 80426 0
Current children cumulated CPU time (s) 1709.69
Current children cumulated vsize (KiB) 369932

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/74 15283
/proc/meminfo: memFree=1465760/2055920 swapFree=4180452/4192956
[pid=15225] ppid=15223 vsize=47568 CPUtime=11.67
/proc/15225/stat : 15225 (galacE.sh) S 15223 15225 14430 0 -1 4194304 800 23044 0 1 0 1 1147 19 17 0 1 0 2005110822 48709632 365 996147200 4194304 4520092 548682068832 18446744073709551615 221780306778 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/15225/statm: 11892 365 246 79 0 219 0
[pid=15248] ppid=15225 vsize=322364 CPUtime=1757.77
/proc/15248/stat : 15248 (eSAT_static) R 15225 15225 14430 0 -1 4194304 80902 0 0 0 175695 82 0 0 25 0 1 0 2005112008 330100736 80101 996147200 134512640 135177480 4294955968 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 0 0 0
/proc/15248/statm: 80591 80101 80 162 0 80426 0
Current children cumulated CPU time (s) 1769.44
Current children cumulated vsize (KiB) 369932



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1813 s]
/proc/loadavg: 2.00 2.00 2.00 3/74 15283
/proc/meminfo: memFree=1465768/2055920 swapFree=4180452/4192956
[pid=15225] ppid=15223 vsize=47568 CPUtime=11.67
/proc/15225/stat : 15225 (galacE.sh) S 15223 15225 14430 0 -1 4194304 800 23044 0 1 0 1 1147 19 17 0 1 0 2005110822 48709632 365 996147200 4194304 4520092 548682068832 18446744073709551615 221780306778 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/15225/statm: 11892 365 246 79 0 219 0
[pid=15248] ppid=15225 vsize=322364 CPUtime=1788.36
/proc/15248/stat : 15248 (eSAT_static) R 15225 15225 14430 0 -1 4194304 80902 0 0 0 178754 82 0 0 25 0 1 0 2005112008 330100736 80101 996147200 134512640 135177480 4294955968 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 0 0 0
/proc/15248/statm: 80591 80101 80 162 0 80426 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 369932

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

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

[startup+1813 s]
/proc/loadavg: 2.00 2.00 2.00 3/74 15283
/proc/meminfo: memFree=1465768/2055920 swapFree=4180452/4192956
[pid=15225] ppid=15223 vsize=47568 CPUtime=11.67
/proc/15225/stat : 15225 (galacE.sh) S 15223 15225 14430 0 -1 4194304 800 23044 0 1 0 1 1147 19 17 0 1 0 2005110822 48709632 365 996147200 4194304 4520092 548682068832 18446744073709551615 221780306778 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/15225/statm: 11892 365 246 79 0 219 0
[pid=15248] ppid=15225 vsize=322364 CPUtime=1788.36
/proc/15248/stat : 15248 (eSAT_static) R 15225 15225 14430 0 -1 4194304 80902 0 0 0 178754 82 0 0 25 0 1 0 2005112008 330100736 80101 996147200 134512640 135177480 4294955968 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 0 0 0
/proc/15248/statm: 80591 80101 80 162 0 80426 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 369932

Child ended because it received signal 15 (SIGTERM)

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 15225 and gives
#  childrusage.ru_utime.tv_sec=11
#  childrusage.ru_utime.tv_usec=473255
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=205968
# CPU time returned by wait4() is 11.6792
# while last known CPU time is 1800.03
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1813.01
CPU time (s): 1800.03
CPU user time (s): 1799.01
CPU system time (s): 1.02
CPU usage (%): 99.2839
Max. virtual memory (cumulated for all children) (KiB): 860460

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 11.4733
system time used= 0.205968
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 23844
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= 1843
involuntary context switches= 2125

runsolver used 1.86372 second user time and 5.36418 second system time

The end

Launcher Data (download as text)

Begin job on node29 at 2008-07-05 14:36:10
IDJOB=1089053
IDBENCH=58191
IDSOLVER=351
FILE ID=node29/1089053-1215261370
PBS_JOBID= 7882078
Free space on /tmp= 66492 MiB

SOLVER NAME= galac E
BENCH NAME= CPAI08/csp/graphColoring/register/fpsol/normalized-fpsol2-i-2-27.xml
COMMAND LINE= HOME/galacE.sh BENCHNAME 
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1089053-1215261370/watcher-1089053-1215261370 -o /tmp/evaluation-result-1089053-1215261370/solver-1089053-1215261370 -C 1800 -W 2200 -M 900 --output-limit 1,15  HOME/galacE.sh HOME/instance-1089053-1215261370.xml 

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= bae4e74e8302566c5df94afffcbc4902
RANDOM SEED=312797754

node29.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.220
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.220
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:       1702800 kB
Buffers:         22012 kB
Cached:         173904 kB
SwapCached:       6928 kB
Active:         242192 kB
Inactive:        56732 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1702800 kB
SwapTotal:     4192956 kB
SwapFree:      4180452 kB
Dirty:            4224 kB
Writeback:           0 kB
Mapped:         118920 kB
Slab:            39068 kB
Committed_AS:  4274720 kB
PageTables:       2172 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= 66488 MiB
End job on node29 at 2008-07-05 15:06:25