Trace number 1035603

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.07 1801.01

General information on the benchmark

Namecsp/frb53-24/
normalized-frb53-24-5-mgd_ext.xml
MD5SUM8e935f3eeb845a3a7aa9a17785bb4a28
Bench Category2-ARY-EXT (binary constraints in extension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark357.979
Satisfiable
(Un)Satisfiability was proved
Number of variables53
Number of constraints476
Maximum constraint arity2
Maximum domain size24
Number of constraints which are defined in extension476
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.01/0.03	c --- Preproc Stats ---
1.15/1.24	c start processing
1.15/1.24	c start relation processing
1.15/1.27	c start cnf exporting
3.33/3.47	c parsing time : 1.126
3.33/3.47	c preprocessing time : 3.356
3.33/3.47	
3.33/3.47	c Nary constraints - conflicts : 0 supports : 0
3.33/3.47	c Binary constraints - conflicts : 459 supports :17
3.33/3.47	c max arity constraint : 2
3.33/3.47	c Max Tuples generated 0
3.33/3.47	c relations : 476
3.33/3.47	c relations BDD: 0
3.33/3.47	c sampling 0/0
3.33/3.47	c vars : 1273 - clauses :  89558
3.33/3.47	
3.40/3.51	 
3.40/3.51	c --- SAT Solver Stats ---
3.40/3.51	 
3.40/3.51	c eSAT 0.1 : minisat core with additionnal features
3.40/3.51	c ============================[ Problem Statistics ]=============================
3.40/3.51	c |                                                                             |
3.40/3.51	c |  Number of variables:  1272                                                 |
3.40/3.51	c |  Number of clauses:    89558                                                |
3.40/3.57	c |  Parsing time:         0.05         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-1035603-1214953053/watcher-1035603-1214953053 -o /tmp/evaluation-result-1035603-1214953053/solver-1035603-1214953053 -C 1800 -W 2200 -M 900 --output-limit 1,15 HOME/galacE.sh HOME/instance-1035603-1214953053.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.99 2.00 1.91 4/82 12259
/proc/meminfo: memFree=1059040/2055920 swapFree=4180812/4192956
[pid=12259] ppid=12257 vsize=8652 CPUtime=0
/proc/12259/stat : 12259 (galacE.sh) S 12257 12259 11771 0 -1 4194304 346 0 0 0 0 0 0 0 18 0 1 0 229779168 8859648 280 996147200 4194304 4520092 548682068832 18446744073709551615 224264383322 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/12259/statm: 2163 280 208 79 0 156 0
[pid=12260] ppid=12259 vsize=8688 CPUtime=0
/proc/12260/stat : 12260 (galacE.sh) S 12259 12259 11771 0 -1 4194368 36 0 0 0 0 0 0 0 18 0 1 0 229779169 8896512 286 996147200 4194304 4520092 548682068832 18446744073709551615 224264945746 0 0 4096 73728 18446744071563648864 0 0 17 0 0 0
/proc/12260/statm: 2172 286 209 79 0 165 0
[pid=12261] ppid=12260 vsize=8728 CPUtime=0
/proc/12261/stat : 12261 (galacE.sh) R 12260 12259 11771 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 1 0 229779169 8937472 290 996147200 4194304 4520092 548682068832 18446744073709551615 224264776999 0 0 3674112 73728 0 0 0 17 1 0 0
/proc/12261/statm: 2182 290 209 79 0 175 0

[startup+0.0298259 s]
/proc/loadavg: 1.99 2.00 1.91 4/82 12259
/proc/meminfo: memFree=1059040/2055920 swapFree=4180812/4192956
[pid=12259] ppid=12257 vsize=47576 CPUtime=0.01
/proc/12259/stat : 12259 (galacE.sh) D 12257 12259 11771 0 -1 4194304 749 1697 0 0 0 0 0 1 18 0 1 0 229779168 48717824 360 996147200 4194304 4520092 548682068832 18446744073709551615 224264945138 0 2147483391 4096 73728 18446744072099863542 0 0 17 1 0 0
/proc/12259/statm: 11894 360 245 79 0 218 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47576

[startup+0.10576 s]
/proc/loadavg: 1.99 2.00 1.91 4/82 12259
/proc/meminfo: memFree=1059040/2055920 swapFree=4180812/4192956
[pid=12259] ppid=12257 vsize=47580 CPUtime=0.01
/proc/12259/stat : 12259 (galacE.sh) S 12257 12259 11771 0 -1 4194304 765 1697 0 0 0 0 0 1 18 0 1 0 229779168 48721920 364 996147200 4194304 4520092 548682068832 18446744073709551615 224264383322 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/12259/statm: 11895 364 245 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47580

[startup+0.301788 s]
/proc/loadavg: 1.99 2.00 1.91 4/82 12259
/proc/meminfo: memFree=1059040/2055920 swapFree=4180812/4192956
[pid=12259] ppid=12257 vsize=47580 CPUtime=0.01
/proc/12259/stat : 12259 (galacE.sh) S 12257 12259 11771 0 -1 4194304 765 1697 0 0 0 0 0 1 18 0 1 0 229779168 48721920 364 996147200 4194304 4520092 548682068832 18446744073709551615 224264383322 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/12259/statm: 11895 364 245 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47580

[startup+0.702823 s]
/proc/loadavg: 1.99 2.00 1.91 4/82 12259
/proc/meminfo: memFree=1059040/2055920 swapFree=4180812/4192956
[pid=12259] ppid=12257 vsize=47580 CPUtime=0.01
/proc/12259/stat : 12259 (galacE.sh) S 12257 12259 11771 0 -1 4194304 765 1697 0 0 0 0 0 1 18 0 1 0 229779168 48721920 364 996147200 4194304 4520092 548682068832 18446744073709551615 224264383322 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/12259/statm: 11895 364 245 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47580

[startup+1.50192 s]
/proc/loadavg: 1.99 2.00 1.91 3/92 12281
/proc/meminfo: memFree=988944/2055920 swapFree=4180812/4192956
[pid=12259] ppid=12257 vsize=47580 CPUtime=0.01
/proc/12259/stat : 12259 (galacE.sh) S 12257 12259 11771 0 -1 4194304 765 1697 0 0 0 0 0 1 18 0 1 0 229779168 48721920 364 996147200 4194304 4520092 548682068832 18446744073709551615 224264383322 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/12259/statm: 11895 364 245 79 0 219 0
[pid=12273] ppid=12259 vsize=813784 CPUtime=1.44
/proc/12273/stat : 12273 (java) S 12259 12259 11771 0 -1 0 21903 0 1 0 134 10 0 0 18 0 9 0 229779172 833314816 21320 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/12273/statm: 203446 21320 1911 9 0 197427 0
[pid=12273/tid=12274] ppid=12259 vsize=813784 CPUtime=1.12
/proc/12273/task/12274/stat : 12274 (java) R 12259 12259 11771 0 -1 64 14537 0 1 0 105 7 0 0 25 0 9 0 229779173 833314816 21320 996147200 134512640 134550740 4294955616 18446744073709551615 4126123125 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12273/tid=12275] ppid=12259 vsize=813784 CPUtime=0.05
/proc/12273/task/12275/stat : 12275 (java) S 12259 12259 11771 0 -1 64 5811 0 0 0 4 1 0 0 16 0 9 0 229779174 833314816 21320 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=12273/tid=12276] ppid=12259 vsize=813784 CPUtime=0
/proc/12273/task/12276/stat : 12276 (java) S 12259 12259 11771 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 229779174 833314816 21320 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12273/tid=12277] ppid=12259 vsize=813784 CPUtime=0
/proc/12273/task/12277/stat : 12277 (java) S 12259 12259 11771 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 229779174 833314816 21320 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12273/tid=12278] ppid=12259 vsize=813784 CPUtime=0
/proc/12273/task/12278/stat : 12278 (java) S 12259 12259 11771 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 229779176 833314816 21320 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12273/tid=12279] ppid=12259 vsize=813784 CPUtime=0.25
/proc/12273/task/12279/stat : 12279 (java) S 12259 12259 11771 0 -1 64 855 0 0 0 24 1 0 0 16 0 9 0 229779176 833314816 21320 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12273/tid=12280] ppid=12259 vsize=813784 CPUtime=0
/proc/12273/task/12280/stat : 12280 (java) S 12259 12259 11771 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 229779176 833314816 21320 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12273/tid=12281] ppid=12259 vsize=813784 CPUtime=0
/proc/12273/task/12281/stat : 12281 (java) S 12259 12259 11771 0 -1 64 2 0 0 0 0 0 0 0 15 0 9 0 229779176 833314816 21320 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.45
Current children cumulated vsize (KiB) 861364

[startup+3.10108 s]
/proc/loadavg: 1.99 2.00 1.91 3/92 12281
/proc/meminfo: memFree=979856/2055920 swapFree=4180812/4192956
[pid=12259] ppid=12257 vsize=47580 CPUtime=0.01
/proc/12259/stat : 12259 (galacE.sh) S 12257 12259 11771 0 -1 4194304 765 1697 0 0 0 0 0 1 18 0 1 0 229779168 48721920 364 996147200 4194304 4520092 548682068832 18446744073709551615 224264383322 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/12259/statm: 11895 364 245 79 0 219 0
[pid=12273] ppid=12259 vsize=813784 CPUtime=3.02
/proc/12273/stat : 12273 (java) S 12259 12259 11771 0 -1 0 22563 0 1 0 291 11 0 0 18 0 9 0 229779172 833314816 21976 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/12273/statm: 203446 21976 1914 9 0 197427 0
[pid=12273/tid=12274] ppid=12259 vsize=813784 CPUtime=2.66
/proc/12273/task/12274/stat : 12274 (java) R 12259 12259 11771 0 -1 64 14542 0 1 0 258 8 0 0 25 0 9 0 229779173 833314816 21976 996147200 134512640 134550740 4294955616 18446744073709551615 4127008720 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12273/tid=12275] ppid=12259 vsize=813784 CPUtime=0.08
/proc/12273/task/12275/stat : 12275 (java) S 12259 12259 11771 0 -1 64 6456 0 0 0 7 1 0 0 16 0 9 0 229779174 833314816 21976 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=12273/tid=12276] ppid=12259 vsize=813784 CPUtime=0
/proc/12273/task/12276/stat : 12276 (java) S 12259 12259 11771 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 229779174 833314816 21976 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12273/tid=12277] ppid=12259 vsize=813784 CPUtime=0
/proc/12273/task/12277/stat : 12277 (java) S 12259 12259 11771 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 229779174 833314816 21976 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12273/tid=12278] ppid=12259 vsize=813784 CPUtime=0
/proc/12273/task/12278/stat : 12278 (java) S 12259 12259 11771 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 229779176 833314816 21976 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12273/tid=12279] ppid=12259 vsize=813784 CPUtime=0.26
/proc/12273/task/12279/stat : 12279 (java) S 12259 12259 11771 0 -1 64 865 0 0 0 25 1 0 0 15 0 9 0 229779176 833314816 21976 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12273/tid=12280] ppid=12259 vsize=813784 CPUtime=0
/proc/12273/task/12280/stat : 12280 (java) S 12259 12259 11771 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 229779176 833314816 21976 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12273/tid=12281] ppid=12259 vsize=813784 CPUtime=0
/proc/12273/task/12281/stat : 12281 (java) S 12259 12259 11771 0 -1 64 2 0 0 0 0 0 0 0 15 0 9 0 229779176 833314816 21976 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.03
Current children cumulated vsize (KiB) 861364

[startup+6.30141 s]
/proc/loadavg: 1.99 2.00 1.91 3/84 12282
/proc/meminfo: memFree=1049808/2055920 swapFree=4180812/4192956
[pid=12259] ppid=12257 vsize=47580 CPUtime=3.43
/proc/12259/stat : 12259 (galacE.sh) S 12257 12259 11771 0 -1 4194304 799 24275 0 1 0 0 329 14 17 0 1 0 229779168 48721920 364 996147200 4194304 4520092 548682068832 18446744073709551615 224264383322 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/12259/statm: 11895 364 245 79 0 219 0
[pid=12282] ppid=12259 vsize=8236 CPUtime=2.77
/proc/12282/stat : 12282 (eSAT_static) R 12259 12259 11771 0 -1 4194304 2151 0 0 0 277 0 0 0 25 0 1 0 229779520 8433664 1939 996147200 134512640 135177480 4294955984 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 0 0 0
/proc/12282/statm: 2059 1939 81 162 0 1894 0
Current children cumulated CPU time (s) 6.2
Current children cumulated vsize (KiB) 55816

[startup+12.7011 s]
/proc/loadavg: 1.99 2.00 1.91 3/84 12282
/proc/meminfo: memFree=1044240/2055920 swapFree=4180812/4192956
[pid=12259] ppid=12257 vsize=47580 CPUtime=3.43
/proc/12259/stat : 12259 (galacE.sh) S 12257 12259 11771 0 -1 4194304 799 24275 0 1 0 0 329 14 17 0 1 0 229779168 48721920 364 996147200 4194304 4520092 548682068832 18446744073709551615 224264383322 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/12259/statm: 11895 364 245 79 0 219 0
[pid=12282] ppid=12259 vsize=13544 CPUtime=9.17
/proc/12282/stat : 12282 (eSAT_static) R 12259 12259 11771 0 -1 4194304 3495 0 0 0 916 1 0 0 25 0 1 0 229779520 13869056 3283 996147200 134512640 135177480 4294955984 18446744073709551615 134571575 0 0 4096 3 0 0 0 17 0 0 0
/proc/12282/statm: 3386 3283 81 162 0 3221 0
Current children cumulated CPU time (s) 12.6
Current children cumulated vsize (KiB) 61124

[startup+25.5015 s]
/proc/loadavg: 1.99 2.00 1.91 3/84 12282
/proc/meminfo: memFree=1038224/2055920 swapFree=4180812/4192956
[pid=12259] ppid=12257 vsize=47580 CPUtime=3.43
/proc/12259/stat : 12259 (galacE.sh) S 12257 12259 11771 0 -1 4194304 799 24275 0 1 0 0 329 14 17 0 1 0 229779168 48721920 364 996147200 4194304 4520092 548682068832 18446744073709551615 224264383322 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/12259/statm: 11895 364 245 79 0 219 0
[pid=12282] ppid=12259 vsize=19540 CPUtime=21.97
/proc/12282/stat : 12282 (eSAT_static) R 12259 12259 11771 0 -1 4194304 5000 0 0 0 2194 3 0 0 25 0 1 0 229779520 20008960 4788 996147200 134512640 135177480 4294955984 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 0 0 0
/proc/12282/statm: 4885 4788 81 162 0 4720 0
Current children cumulated CPU time (s) 25.4
Current children cumulated vsize (KiB) 67120

[startup+51.1012 s]
/proc/loadavg: 1.99 2.00 1.91 3/84 12282
/proc/meminfo: memFree=1031568/2055920 swapFree=4180812/4192956
[pid=12259] ppid=12257 vsize=47580 CPUtime=3.43
/proc/12259/stat : 12259 (galacE.sh) S 12257 12259 11771 0 -1 4194304 799 24275 0 1 0 0 329 14 17 0 1 0 229779168 48721920 364 996147200 4194304 4520092 548682068832 18446744073709551615 224264383322 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/12259/statm: 11895 364 245 79 0 219 0
[pid=12282] ppid=12259 vsize=26528 CPUtime=47.56
/proc/12282/stat : 12282 (eSAT_static) R 12259 12259 11771 0 -1 4194304 6731 0 0 0 4751 5 0 0 25 0 1 0 229779520 27164672 6519 996147200 134512640 135177480 4294955984 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 0 0 0
/proc/12282/statm: 6632 6519 81 162 0 6467 0
Current children cumulated CPU time (s) 50.99
Current children cumulated vsize (KiB) 74108

[startup+102.307 s]
/proc/loadavg: 1.99 2.00 1.91 3/84 12282
/proc/meminfo: memFree=1022672/2055920 swapFree=4180812/4192956
[pid=12259] ppid=12257 vsize=47580 CPUtime=3.43
/proc/12259/stat : 12259 (galacE.sh) S 12257 12259 11771 0 -1 4194304 799 24275 0 1 0 0 329 14 17 0 1 0 229779168 48721920 364 996147200 4194304 4520092 548682068832 18446744073709551615 224264383322 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/12259/statm: 11895 364 245 79 0 219 0
[pid=12282] ppid=12259 vsize=35076 CPUtime=98.74
/proc/12282/stat : 12282 (eSAT_static) R 12259 12259 11771 0 -1 4194304 8859 0 0 0 9867 7 0 0 25 0 1 0 229779520 35917824 8647 996147200 134512640 135177480 4294955984 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 0 0 0
/proc/12282/statm: 8769 8647 81 162 0 8604 0
Current children cumulated CPU time (s) 102.17
Current children cumulated vsize (KiB) 82656

[startup+162.302 s]
/proc/loadavg: 1.99 2.00 1.91 3/84 12282
/proc/meminfo: memFree=1013392/2055920 swapFree=4180812/4192956
[pid=12259] ppid=12257 vsize=47580 CPUtime=3.43
/proc/12259/stat : 12259 (galacE.sh) S 12257 12259 11771 0 -1 4194304 799 24275 0 1 0 0 329 14 17 0 1 0 229779168 48721920 364 996147200 4194304 4520092 548682068832 18446744073709551615 224264383322 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/12259/statm: 11895 364 245 79 0 219 0
[pid=12282] ppid=12259 vsize=44420 CPUtime=158.71
/proc/12282/stat : 12282 (eSAT_static) R 12259 12259 11771 0 -1 4194304 11170 0 0 0 15861 10 0 0 25 0 1 0 229779520 45486080 10958 996147200 134512640 135177480 4294955984 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 0 0 0
/proc/12282/statm: 11105 10958 81 162 0 10940 0
Current children cumulated CPU time (s) 162.14
Current children cumulated vsize (KiB) 92000

[startup+222.301 s]
/proc/loadavg: 1.99 2.00 1.91 3/84 12288
/proc/meminfo: memFree=1003152/2055920 swapFree=4180812/4192956
[pid=12259] ppid=12257 vsize=47580 CPUtime=3.43
/proc/12259/stat : 12259 (galacE.sh) S 12257 12259 11771 0 -1 4194304 799 24275 0 1 0 0 329 14 17 0 1 0 229779168 48721920 364 996147200 4194304 4520092 548682068832 18446744073709551615 224264383322 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/12259/statm: 11895 364 245 79 0 219 0
[pid=12282] ppid=12259 vsize=54464 CPUtime=218.67
/proc/12282/stat : 12282 (eSAT_static) R 12259 12259 11771 0 -1 4194304 13694 0 0 0 21855 12 0 0 25 0 1 0 229779520 55771136 13482 996147200 134512640 135177480 4294955984 18446744073709551615 134565251 0 0 4096 3 0 0 0 17 0 0 0
/proc/12282/statm: 13616 13482 81 162 0 13451 0
Current children cumulated CPU time (s) 222.1

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

/proc/12282/statm: 29994 29760 81 162 0 29829 0
Current children cumulated CPU time (s) 1121.64
Current children cumulated vsize (KiB) 167556

[startup+1182.3 s]
/proc/loadavg: 1.99 1.98 1.91 3/84 12384
/proc/meminfo: memFree=933984/2055920 swapFree=4180812/4192956
[pid=12259] ppid=12257 vsize=47580 CPUtime=3.43
/proc/12259/stat : 12259 (galacE.sh) S 12257 12259 11771 0 -1 4194304 799 24275 0 1 0 0 329 14 17 0 1 0 229779168 48721920 364 996147200 4194304 4520092 548682068832 18446744073709551615 224264383322 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/12259/statm: 11895 364 245 79 0 219 0
[pid=12282] ppid=12259 vsize=119976 CPUtime=1178.18
/proc/12282/stat : 12282 (eSAT_static) R 12259 12259 11771 0 -1 4194304 29973 0 0 0 117786 32 0 0 25 0 1 0 229779520 122855424 29761 996147200 134512640 135177480 4294955984 18446744073709551615 134565315 0 0 4096 3 0 0 0 17 0 0 0
/proc/12282/statm: 29994 29761 81 162 0 29829 0
Current children cumulated CPU time (s) 1181.61
Current children cumulated vsize (KiB) 167556

[startup+1242.3 s]
/proc/loadavg: 1.99 1.98 1.91 3/84 12384
/proc/meminfo: memFree=933792/2055920 swapFree=4180812/4192956
[pid=12259] ppid=12257 vsize=47580 CPUtime=3.43
/proc/12259/stat : 12259 (galacE.sh) S 12257 12259 11771 0 -1 4194304 799 24275 0 1 0 0 329 14 17 0 1 0 229779168 48721920 364 996147200 4194304 4520092 548682068832 18446744073709551615 224264383322 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/12259/statm: 11895 364 245 79 0 219 0
[pid=12282] ppid=12259 vsize=120260 CPUtime=1238.16
/proc/12282/stat : 12282 (eSAT_static) R 12259 12259 11771 0 -1 4194304 30048 0 0 0 123784 32 0 0 25 0 1 0 229779520 123146240 29836 996147200 134512640 135177480 4294955984 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 0 0 0
/proc/12282/statm: 30065 29836 81 162 0 29900 0
Current children cumulated CPU time (s) 1241.59
Current children cumulated vsize (KiB) 167840

[startup+1302.3 s]
/proc/loadavg: 1.99 1.98 1.91 3/84 12384
/proc/meminfo: memFree=923168/2055920 swapFree=4180812/4192956
[pid=12259] ppid=12257 vsize=47580 CPUtime=3.43
/proc/12259/stat : 12259 (galacE.sh) S 12257 12259 11771 0 -1 4194304 799 24275 0 1 0 0 329 14 17 0 1 0 229779168 48721920 364 996147200 4194304 4520092 548682068832 18446744073709551615 224264383322 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/12259/statm: 11895 364 245 79 0 219 0
[pid=12282] ppid=12259 vsize=130748 CPUtime=1298.14
/proc/12282/stat : 12282 (eSAT_static) R 12259 12259 11771 0 -1 4194304 32659 0 0 0 129780 34 0 0 25 0 1 0 229779520 133885952 32447 996147200 134512640 135177480 4294955984 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 0 0 0
/proc/12282/statm: 32687 32447 81 162 0 32522 0
Current children cumulated CPU time (s) 1301.57
Current children cumulated vsize (KiB) 178328

[startup+1362.3 s]
/proc/loadavg: 1.99 1.98 1.91 3/84 12384
/proc/meminfo: memFree=915680/2055920 swapFree=4180812/4192956
[pid=12259] ppid=12257 vsize=47580 CPUtime=3.43
/proc/12259/stat : 12259 (galacE.sh) S 12257 12259 11771 0 -1 4194304 799 24275 0 1 0 0 329 14 17 0 1 0 229779168 48721920 364 996147200 4194304 4520092 548682068832 18446744073709551615 224264383322 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/12259/statm: 11895 364 245 79 0 219 0
[pid=12282] ppid=12259 vsize=138232 CPUtime=1358.12
/proc/12282/stat : 12282 (eSAT_static) R 12259 12259 11771 0 -1 4194304 34551 0 0 0 135775 37 0 0 25 0 1 0 229779520 141549568 34339 996147200 134512640 135177480 4294955984 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 0 0 0
/proc/12282/statm: 34558 34339 81 162 0 34393 0
Current children cumulated CPU time (s) 1361.55
Current children cumulated vsize (KiB) 185812

[startup+1422.31 s]
/proc/loadavg: 1.99 1.98 1.91 3/84 12384
/proc/meminfo: memFree=906208/2055920 swapFree=4180812/4192956
[pid=12259] ppid=12257 vsize=47580 CPUtime=3.43
/proc/12259/stat : 12259 (galacE.sh) S 12257 12259 11771 0 -1 4194304 799 24275 0 1 0 0 329 14 17 0 1 0 229779168 48721920 364 996147200 4194304 4520092 548682068832 18446744073709551615 224264383322 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/12259/statm: 11895 364 245 79 0 219 0
[pid=12282] ppid=12259 vsize=147620 CPUtime=1418.1
/proc/12282/stat : 12282 (eSAT_static) R 12259 12259 11771 0 -1 4194304 36889 0 0 0 141770 40 0 0 25 0 1 0 229779520 151162880 36677 996147200 134512640 135177480 4294955984 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 0 0 0
/proc/12282/statm: 36905 36677 81 162 0 36740 0
Current children cumulated CPU time (s) 1421.53
Current children cumulated vsize (KiB) 195200

[startup+1482.3 s]
/proc/loadavg: 1.99 1.98 1.91 3/84 12384
/proc/meminfo: memFree=906208/2055920 swapFree=4180812/4192956
[pid=12259] ppid=12257 vsize=47580 CPUtime=3.43
/proc/12259/stat : 12259 (galacE.sh) S 12257 12259 11771 0 -1 4194304 799 24275 0 1 0 0 329 14 17 0 1 0 229779168 48721920 364 996147200 4194304 4520092 548682068832 18446744073709551615 224264383322 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/12259/statm: 11895 364 245 79 0 219 0
[pid=12282] ppid=12259 vsize=147620 CPUtime=1478.06
/proc/12282/stat : 12282 (eSAT_static) R 12259 12259 11771 0 -1 4194304 36889 0 0 0 147766 40 0 0 25 0 1 0 229779520 151162880 36677 996147200 134512640 135177480 4294955984 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 0 0 0
/proc/12282/statm: 36905 36677 81 162 0 36740 0
Current children cumulated CPU time (s) 1481.49
Current children cumulated vsize (KiB) 195200

[startup+1542.3 s]
/proc/loadavg: 1.99 1.98 1.91 4/84 12384
/proc/meminfo: memFree=906080/2055920 swapFree=4180812/4192956
[pid=12259] ppid=12257 vsize=47580 CPUtime=3.43
/proc/12259/stat : 12259 (galacE.sh) S 12257 12259 11771 0 -1 4194304 799 24275 0 1 0 0 329 14 17 0 1 0 229779168 48721920 364 996147200 4194304 4520092 548682068832 18446744073709551615 224264383322 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/12259/statm: 11895 364 245 79 0 219 0
[pid=12282] ppid=12259 vsize=147620 CPUtime=1538.04
/proc/12282/stat : 12282 (eSAT_static) R 12259 12259 11771 0 -1 4194304 36889 0 0 0 153764 40 0 0 25 0 1 0 229779520 151162880 36677 996147200 134512640 135177480 4294955984 18446744073709551615 134565275 0 0 4096 3 0 0 0 17 0 0 0
/proc/12282/statm: 36905 36677 81 162 0 36740 0
Current children cumulated CPU time (s) 1541.47
Current children cumulated vsize (KiB) 195200

[startup+1602.3 s]
/proc/loadavg: 2.07 2.00 1.91 3/84 12384
/proc/meminfo: memFree=905952/2055920 swapFree=4180812/4192956
[pid=12259] ppid=12257 vsize=47580 CPUtime=3.43
/proc/12259/stat : 12259 (galacE.sh) S 12257 12259 11771 0 -1 4194304 799 24275 0 1 0 0 329 14 17 0 1 0 229779168 48721920 364 996147200 4194304 4520092 548682068832 18446744073709551615 224264383322 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/12259/statm: 11895 364 245 79 0 219 0
[pid=12282] ppid=12259 vsize=147620 CPUtime=1598.02
/proc/12282/stat : 12282 (eSAT_static) R 12259 12259 11771 0 -1 4194304 36892 0 0 0 159762 40 0 0 25 0 1 0 229779520 151162880 36680 996147200 134512640 135177480 4294955984 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 0 0 0
/proc/12282/statm: 36905 36680 81 162 0 36740 0
Current children cumulated CPU time (s) 1601.45
Current children cumulated vsize (KiB) 195200

[startup+1662.3 s]
/proc/loadavg: 2.02 2.00 1.91 3/84 12384
/proc/meminfo: memFree=905824/2055920 swapFree=4180812/4192956
[pid=12259] ppid=12257 vsize=47580 CPUtime=3.43
/proc/12259/stat : 12259 (galacE.sh) S 12257 12259 11771 0 -1 4194304 799 24275 0 1 0 0 329 14 17 0 1 0 229779168 48721920 364 996147200 4194304 4520092 548682068832 18446744073709551615 224264383322 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/12259/statm: 11895 364 245 79 0 219 0
[pid=12282] ppid=12259 vsize=147620 CPUtime=1657.99
/proc/12282/stat : 12282 (eSAT_static) R 12259 12259 11771 0 -1 4194304 36894 0 0 0 165759 40 0 0 25 0 1 0 229779520 151162880 36682 996147200 134512640 135177480 4294955984 18446744073709551615 134565331 0 0 4096 3 0 0 0 17 0 0 0
/proc/12282/statm: 36905 36682 81 162 0 36740 0
Current children cumulated CPU time (s) 1661.42
Current children cumulated vsize (KiB) 195200

[startup+1722.3 s]
/proc/loadavg: 2.06 2.01 1.92 4/84 12384
/proc/meminfo: memFree=905824/2055920 swapFree=4180812/4192956
[pid=12259] ppid=12257 vsize=47580 CPUtime=3.43
/proc/12259/stat : 12259 (galacE.sh) S 12257 12259 11771 0 -1 4194304 799 24275 0 1 0 0 329 14 17 0 1 0 229779168 48721920 364 996147200 4194304 4520092 548682068832 18446744073709551615 224264383322 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/12259/statm: 11895 364 245 79 0 219 0
[pid=12282] ppid=12259 vsize=147620 CPUtime=1717.97
/proc/12282/stat : 12282 (eSAT_static) R 12259 12259 11771 0 -1 4194304 36896 0 0 0 171757 40 0 0 25 0 1 0 229779520 151162880 36684 996147200 134512640 135177480 4294955984 18446744073709551615 134565395 0 0 4096 3 0 0 0 17 0 0 0
/proc/12282/statm: 36905 36684 81 162 0 36740 0
Current children cumulated CPU time (s) 1721.4
Current children cumulated vsize (KiB) 195200

[startup+1782.3 s]
/proc/loadavg: 2.06 2.02 1.93 3/84 12384
/proc/meminfo: memFree=905632/2055920 swapFree=4180812/4192956
[pid=12259] ppid=12257 vsize=47580 CPUtime=3.43
/proc/12259/stat : 12259 (galacE.sh) S 12257 12259 11771 0 -1 4194304 799 24275 0 1 0 0 329 14 17 0 1 0 229779168 48721920 364 996147200 4194304 4520092 548682068832 18446744073709551615 224264383322 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/12259/statm: 11895 364 245 79 0 219 0
[pid=12282] ppid=12259 vsize=147620 CPUtime=1777.95
/proc/12282/stat : 12282 (eSAT_static) R 12259 12259 11771 0 -1 4194304 36897 0 0 0 177755 40 0 0 25 0 1 0 229779520 151162880 36685 996147200 134512640 135177480 4294955984 18446744073709551615 134565395 0 0 4096 3 0 0 0 17 0 0 0
/proc/12282/statm: 36905 36685 81 162 0 36740 0
Current children cumulated CPU time (s) 1781.38
Current children cumulated vsize (KiB) 195200



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1801 s]
/proc/loadavg: 2.05 2.02 1.93 3/84 12384
/proc/meminfo: memFree=905632/2055920 swapFree=4180812/4192956
[pid=12259] ppid=12257 vsize=47580 CPUtime=3.43
/proc/12259/stat : 12259 (galacE.sh) S 12257 12259 11771 0 -1 4194304 799 24275 0 1 0 0 329 14 17 0 1 0 229779168 48721920 364 996147200 4194304 4520092 548682068832 18446744073709551615 224264383322 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/12259/statm: 11895 364 245 79 0 219 0
[pid=12282] ppid=12259 vsize=147620 CPUtime=1796.64
/proc/12282/stat : 12282 (eSAT_static) R 12259 12259 11771 0 -1 4194304 36898 0 0 0 179624 40 0 0 25 0 1 0 229779520 151162880 36686 996147200 134512640 135177480 4294955984 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 0 0 0
/proc/12282/statm: 36905 36686 81 162 0 36740 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 195200

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

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

Child ended because it received signal 15 (SIGTERM)

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 12259 and gives
#  childrusage.ru_utime.tv_sec=3
#  childrusage.ru_utime.tv_usec=294499
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=154976
# CPU time returned by wait4() is 3.44948
# 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): 1801.01
CPU time (s): 1800.07
CPU user time (s): 1799.53
CPU system time (s): 0.54
CPU usage (%): 99.9477
Max. virtual memory (cumulated for all children) (KiB): 861364

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3.2945
system time used= 0.154976
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 25074
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= 1244
involuntary context switches= 1237

runsolver used 1.72174 second user time and 4.84326 second system time

The end

Launcher Data (download as text)

Begin job on node82 at 2008-07-02 00:57:33
IDJOB=1035603
IDBENCH=53406
IDSOLVER=351
FILE ID=node82/1035603-1214953053
PBS_JOBID= 7870171
Free space on /tmp= 66484 MiB

SOLVER NAME= galac E
BENCH NAME= CPAI08/csp/frb53-24/normalized-frb53-24-5-mgd_ext.xml
COMMAND LINE= HOME/galacE.sh BENCHNAME 
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1035603-1214953053/watcher-1035603-1214953053 -o /tmp/evaluation-result-1035603-1214953053/solver-1035603-1214953053 -C 1800 -W 2200 -M 900 --output-limit 1,15  HOME/galacE.sh HOME/instance-1035603-1214953053.xml 

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 8e935f3eeb845a3a7aa9a17785bb4a28
RANDOM SEED=1541905339

node82.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.239
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.239
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:       1059456 kB
Buffers:         59300 kB
Cached:         836016 kB
SwapCached:       5684 kB
Active:         111368 kB
Inactive:       804888 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1059456 kB
SwapTotal:     4192956 kB
SwapFree:      4180812 kB
Dirty:            3536 kB
Writeback:           0 kB
Mapped:          37024 kB
Slab:            65368 kB
Committed_AS:   417396 kB
PageTables:       1848 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66480 MiB
End job on node82 at 2008-07-02 01:27:37