Trace number 1035585

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.1 1813.41

General information on the benchmark

Namecsp/frb53-24/
normalized-frb53-24-1_ext.xml
MD5SUM8799afd66e4417bd72843d3fc55d3044
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 benchmark321.702
Satisfiable
(Un)Satisfiability was proved
Number of variables53
Number of constraints585
Maximum constraint arity2
Maximum domain size24
Number of constraints which are defined in extension585
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.03	c --- Preproc Stats ---
1.34/1.41	c start processing
1.34/1.41	c start relation processing
1.34/1.43	c start cnf exporting
3.71/3.89	c parsing time : 1.276
3.71/3.89	c preprocessing time : 3.761
3.71/3.89	
3.71/3.89	c Nary constraints - conflicts : 0 supports : 0
3.71/3.89	c Binary constraints - conflicts : 585 supports :0
3.71/3.89	c max arity constraint : 2
3.71/3.89	c Max Tuples generated 0
3.71/3.89	c relations : 585
3.71/3.89	c relations BDD: 0
3.71/3.89	c sampling 0/0
3.71/3.89	c vars : 1273 - clauses :  98921
3.71/3.89	
3.81/3.95	 
3.81/3.95	c --- SAT Solver Stats ---
3.81/3.95	 
3.81/3.95	c eSAT 0.1 : minisat core with additionnal features
3.81/3.95	c ============================[ Problem Statistics ]=============================
3.81/3.95	c |                                                                             |
3.81/3.95	c |  Number of variables:  1272                                                 |
3.81/3.95	c |  Number of clauses:    98921                                                |
3.83/4.02	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-1035585-1214952583/watcher-1035585-1214952583 -o /tmp/evaluation-result-1035585-1214952583/solver-1035585-1214952583 -C 1800 -W 2200 -M 900 --output-limit 1,15 HOME/galacE.sh HOME/instance-1035585-1214952583.xml 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2200 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 921600 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 972800 KiB
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.92 2.00 1.90 4/73 24167
/proc/meminfo: memFree=1561968/2055920 swapFree=4180236/4192956
[pid=24167] ppid=24165 vsize=8768 CPUtime=0
/proc/24167/stat : 24167 (galacE.sh) S 24165 24167 23724 0 -1 4194304 493 1063 0 0 0 0 0 0 18 0 1 0 618191924 8978432 315 996147200 4194304 4520092 548682068832 18446744073709551615 231493266266 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/24167/statm: 2192 315 217 79 0 185 0
[pid=24174] ppid=24167 vsize=8768 CPUtime=0
/proc/24174/stat : 24174 (galacE.sh) R 24167 24167 23724 0 -1 4194368 21 0 0 0 0 0 0 0 21 0 1 0 618191926 8978432 315 996147200 4194304 4520092 548682068832 18446744073709551615 231493659943 0 0 4096 73728 0 0 0 17 1 0 0
/proc/24174/statm: 2192 315 217 79 0 185 0

[startup+0.112318 s]
/proc/loadavg: 1.92 2.00 1.90 4/73 24167
/proc/meminfo: memFree=1561968/2055920 swapFree=4180236/4192956
[pid=24167] ppid=24165 vsize=47572 CPUtime=0.01
/proc/24167/stat : 24167 (galacE.sh) S 24165 24167 23724 0 -1 4194304 765 1698 0 0 0 0 0 1 23 0 1 0 618191924 48713728 364 996147200 4194304 4520092 548682068832 18446744073709551615 231493266266 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/24167/statm: 11893 364 245 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47572

[startup+0.201341 s]
/proc/loadavg: 1.92 2.00 1.90 4/73 24167
/proc/meminfo: memFree=1561968/2055920 swapFree=4180236/4192956
[pid=24167] ppid=24165 vsize=47572 CPUtime=0.01
/proc/24167/stat : 24167 (galacE.sh) S 24165 24167 23724 0 -1 4194304 765 1698 0 0 0 0 0 1 23 0 1 0 618191924 48713728 364 996147200 4194304 4520092 548682068832 18446744073709551615 231493266266 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/24167/statm: 11893 364 245 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47572

[startup+0.301353 s]
/proc/loadavg: 1.92 2.00 1.90 4/73 24167
/proc/meminfo: memFree=1561968/2055920 swapFree=4180236/4192956
[pid=24167] ppid=24165 vsize=47572 CPUtime=0.01
/proc/24167/stat : 24167 (galacE.sh) S 24165 24167 23724 0 -1 4194304 765 1698 0 0 0 0 0 1 23 0 1 0 618191924 48713728 364 996147200 4194304 4520092 548682068832 18446744073709551615 231493266266 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/24167/statm: 11893 364 245 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47572

[startup+0.701411 s]
/proc/loadavg: 1.92 2.00 1.90 4/73 24167
/proc/meminfo: memFree=1561968/2055920 swapFree=4180236/4192956
[pid=24167] ppid=24165 vsize=47572 CPUtime=0.01
/proc/24167/stat : 24167 (galacE.sh) S 24165 24167 23724 0 -1 4194304 765 1698 0 0 0 0 0 1 23 0 1 0 618191924 48713728 364 996147200 4194304 4520092 548682068832 18446744073709551615 231493266266 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/24167/statm: 11893 364 245 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47572

[startup+1.50253 s]
/proc/loadavg: 1.92 2.00 1.90 3/83 24189
/proc/meminfo: memFree=1491552/2055920 swapFree=4180236/4192956
[pid=24167] ppid=24165 vsize=47572 CPUtime=0.01
/proc/24167/stat : 24167 (galacE.sh) S 24165 24167 23724 0 -1 4194304 765 1698 0 0 0 0 0 1 23 0 1 0 618191924 48713728 364 996147200 4194304 4520092 548682068832 18446744073709551615 231493266266 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/24167/statm: 11893 364 245 79 0 219 0
[pid=24181] ppid=24167 vsize=812760 CPUtime=1.43
/proc/24181/stat : 24181 (java) S 24167 24167 23724 0 -1 0 21859 0 1 0 131 12 0 0 18 0 9 0 618191928 832266240 21281 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24181/statm: 203190 21281 1902 9 0 197171 0
[pid=24181/tid=24182] ppid=24167 vsize=812760 CPUtime=1.11
/proc/24181/task/24182/stat : 24182 (java) R 24167 24167 23724 0 -1 64 14506 0 1 0 103 8 0 0 25 0 9 0 618191929 832266240 21281 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24181/tid=24183] ppid=24167 vsize=812760 CPUtime=0.06
/proc/24181/task/24183/stat : 24183 (java) S 24167 24167 23724 0 -1 64 5814 0 0 0 4 2 0 0 16 0 9 0 618191930 832266240 21281 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=24181/tid=24184] ppid=24167 vsize=812760 CPUtime=0
/proc/24181/task/24184/stat : 24184 (java) S 24167 24167 23724 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 618191931 832266240 21281 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24181/tid=24185] ppid=24167 vsize=812760 CPUtime=0
/proc/24181/task/24185/stat : 24185 (java) S 24167 24167 23724 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 618191931 832266240 21281 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24181/tid=24186] ppid=24167 vsize=812760 CPUtime=0
/proc/24181/task/24186/stat : 24186 (java) S 24167 24167 23724 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 618191933 832266240 21281 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24181/tid=24187] ppid=24167 vsize=812760 CPUtime=0.23
/proc/24181/task/24187/stat : 24187 (java) R 24167 24167 23724 0 -1 64 839 0 0 0 22 1 0 0 16 0 9 0 618191933 832266240 21281 996147200 134512640 134550740 4294955616 18446744073709551615 11558485 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24181/tid=24188] ppid=24167 vsize=812760 CPUtime=0
/proc/24181/task/24188/stat : 24188 (java) S 24167 24167 23724 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 618191933 832266240 21281 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24181/tid=24189] ppid=24167 vsize=812760 CPUtime=0
/proc/24181/task/24189/stat : 24189 (java) S 24167 24167 23724 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 618191933 832266240 21281 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.44
Current children cumulated vsize (KiB) 860332

[startup+3.10277 s]
/proc/loadavg: 1.92 2.00 1.90 3/83 24189
/proc/meminfo: memFree=1482336/2055920 swapFree=4180236/4192956
[pid=24167] ppid=24165 vsize=47572 CPUtime=0.01
/proc/24167/stat : 24167 (galacE.sh) S 24165 24167 23724 0 -1 4194304 765 1698 0 0 0 0 0 1 23 0 1 0 618191924 48713728 364 996147200 4194304 4520092 548682068832 18446744073709551615 231493266266 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/24167/statm: 11893 364 245 79 0 219 0
[pid=24181] ppid=24167 vsize=812760 CPUtime=3.02
/proc/24181/stat : 24181 (java) S 24167 24167 23724 0 -1 0 22534 0 1 0 288 14 0 0 18 0 9 0 618191928 832266240 21954 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24181/statm: 203190 21954 1907 9 0 197171 0
[pid=24181/tid=24182] ppid=24167 vsize=812760 CPUtime=2.62
/proc/24181/task/24182/stat : 24182 (java) R 24167 24167 23724 0 -1 64 14509 0 1 0 253 9 0 0 25 0 9 0 618191929 832266240 21954 996147200 134512640 134550740 4294955616 18446744073709551615 4127052852 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24181/tid=24183] ppid=24167 vsize=812760 CPUtime=0.09
/proc/24181/task/24183/stat : 24183 (java) S 24167 24167 23724 0 -1 64 6459 0 0 0 7 2 0 0 16 0 9 0 618191930 832266240 21954 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=24181/tid=24184] ppid=24167 vsize=812760 CPUtime=0
/proc/24181/task/24184/stat : 24184 (java) S 24167 24167 23724 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 618191931 832266240 21954 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24181/tid=24185] ppid=24167 vsize=812760 CPUtime=0
/proc/24181/task/24185/stat : 24185 (java) S 24167 24167 23724 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 618191931 832266240 21954 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24181/tid=24186] ppid=24167 vsize=812760 CPUtime=0
/proc/24181/task/24186/stat : 24186 (java) S 24167 24167 23724 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 618191933 832266240 21954 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24181/tid=24187] ppid=24167 vsize=812760 CPUtime=0.27
/proc/24181/task/24187/stat : 24187 (java) S 24167 24167 23724 0 -1 64 866 0 0 0 26 1 0 0 16 0 9 0 618191933 832266240 21954 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24181/tid=24188] ppid=24167 vsize=812760 CPUtime=0
/proc/24181/task/24188/stat : 24188 (java) S 24167 24167 23724 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 618191933 832266240 21954 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24181/tid=24189] ppid=24167 vsize=812760 CPUtime=0
/proc/24181/task/24189/stat : 24189 (java) S 24167 24167 23724 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 618191933 832266240 21954 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) 860332

[startup+6.30124 s]
/proc/loadavg: 1.93 2.00 1.90 3/75 24191
/proc/meminfo: memFree=1550104/2055920 swapFree=4180236/4192956
[pid=24167] ppid=24165 vsize=47572 CPUtime=3.83
/proc/24167/stat : 24167 (galacE.sh) S 24165 24167 23724 0 -1 4194304 799 24247 0 1 0 0 366 17 17 0 1 0 618191924 48713728 364 996147200 4194304 4520092 548682068832 18446744073709551615 231493266266 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/24167/statm: 11893 364 245 79 0 219 0
[pid=24191] ppid=24167 vsize=8424 CPUtime=2.32
/proc/24191/stat : 24191 (eSAT_static) R 24167 24167 23724 0 -1 4194304 2213 0 0 0 231 1 0 0 25 0 1 0 618192320 8626176 1960 996147200 134512640 135177480 4294955984 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 1 0 0
/proc/24191/statm: 2106 1960 81 162 0 1941 0
Current children cumulated CPU time (s) 6.15
Current children cumulated vsize (KiB) 55996

[startup+12.7012 s]
/proc/loadavg: 1.93 2.00 1.90 3/75 24191
/proc/meminfo: memFree=1547424/2055920 swapFree=4180236/4192956
[pid=24167] ppid=24165 vsize=47572 CPUtime=3.83
/proc/24167/stat : 24167 (galacE.sh) S 24165 24167 23724 0 -1 4194304 799 24247 0 1 0 0 366 17 17 0 1 0 618191924 48713728 364 996147200 4194304 4520092 548682068832 18446744073709551615 231493266266 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/24167/statm: 11893 364 245 79 0 219 0
[pid=24191] ppid=24167 vsize=11316 CPUtime=8.65
/proc/24191/stat : 24191 (eSAT_static) R 24167 24167 23724 0 -1 4194304 2949 0 0 0 864 1 0 0 25 0 1 0 618192320 11587584 2696 996147200 134512640 135177480 4294955984 18446744073709551615 134565275 0 0 4096 3 0 0 0 17 1 0 0
/proc/24191/statm: 2829 2696 81 162 0 2664 0
Current children cumulated CPU time (s) 12.48
Current children cumulated vsize (KiB) 58888

[startup+25.5011 s]
/proc/loadavg: 1.95 2.00 1.91 3/75 24191
/proc/meminfo: memFree=1539808/2055920 swapFree=4180236/4192956
[pid=24167] ppid=24165 vsize=47572 CPUtime=3.83
/proc/24167/stat : 24167 (galacE.sh) S 24165 24167 23724 0 -1 4194304 799 24247 0 1 0 0 366 17 17 0 1 0 618191924 48713728 364 996147200 4194304 4520092 548682068832 18446744073709551615 231493266266 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/24167/statm: 11893 364 245 79 0 219 0
[pid=24191] ppid=24167 vsize=16892 CPUtime=21.33
/proc/24191/stat : 24191 (eSAT_static) R 24167 24167 23724 0 -1 4194304 4318 0 0 0 2130 3 0 0 25 0 1 0 618192320 17297408 4065 996147200 134512640 135177480 4294955984 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 1 0 0
/proc/24191/statm: 4223 4065 81 162 0 4058 0
Current children cumulated CPU time (s) 25.16
Current children cumulated vsize (KiB) 64464

[startup+51.1018 s]
/proc/loadavg: 1.96 2.00 1.91 3/75 24191
/proc/meminfo: memFree=1533280/2055920 swapFree=4180236/4192956
[pid=24167] ppid=24165 vsize=47572 CPUtime=3.83
/proc/24167/stat : 24167 (galacE.sh) S 24165 24167 23724 0 -1 4194304 799 24247 0 1 0 0 366 17 17 0 1 0 618191924 48713728 364 996147200 4194304 4520092 548682068832 18446744073709551615 231493266266 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/24167/statm: 11893 364 245 79 0 219 0
[pid=24191] ppid=24167 vsize=19724 CPUtime=46.69
/proc/24191/stat : 24191 (eSAT_static) R 24167 24167 23724 0 -1 4194304 5031 0 0 0 4665 4 0 0 25 0 1 0 618192320 20197376 4778 996147200 134512640 135177480 4294955984 18446744073709551615 134565460 0 0 4096 3 0 0 0 17 1 0 0
/proc/24191/statm: 4931 4778 81 162 0 4766 0
Current children cumulated CPU time (s) 50.52
Current children cumulated vsize (KiB) 67296

[startup+102.301 s]
/proc/loadavg: 1.98 2.00 1.91 3/75 24191
/proc/meminfo: memFree=1519648/2055920 swapFree=4180236/4192956
[pid=24167] ppid=24165 vsize=47572 CPUtime=3.83
/proc/24167/stat : 24167 (galacE.sh) S 24165 24167 23724 0 -1 4194304 799 24247 0 1 0 0 366 17 17 0 1 0 618191924 48713728 364 996147200 4194304 4520092 548682068832 18446744073709551615 231493266266 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/24167/statm: 11893 364 245 79 0 219 0
[pid=24191] ppid=24167 vsize=25640 CPUtime=97.41
/proc/24191/stat : 24191 (eSAT_static) R 24167 24167 23724 0 -1 4194304 6499 0 0 0 9735 6 0 0 25 0 1 0 618192320 26255360 6246 996147200 134512640 135177480 4294955984 18446744073709551615 134565382 0 0 4096 3 0 0 0 17 1 0 0
/proc/24191/statm: 6410 6246 81 162 0 6245 0
Current children cumulated CPU time (s) 101.24
Current children cumulated vsize (KiB) 73212

[startup+162.301 s]
/proc/loadavg: 1.99 2.00 1.91 3/75 24191
/proc/meminfo: memFree=1508704/2055920 swapFree=4180236/4192956
[pid=24167] ppid=24165 vsize=47572 CPUtime=3.83
/proc/24167/stat : 24167 (galacE.sh) S 24165 24167 23724 0 -1 4194304 799 24247 0 1 0 0 366 17 17 0 1 0 618191924 48713728 364 996147200 4194304 4520092 548682068832 18446744073709551615 231493266266 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/24167/statm: 11893 364 245 79 0 219 0
[pid=24191] ppid=24167 vsize=34540 CPUtime=156.85
/proc/24191/stat : 24191 (eSAT_static) R 24167 24167 23724 0 -1 4194304 8696 0 0 0 15676 9 0 0 25 0 1 0 618192320 35368960 8443 996147200 134512640 135177480 4294955984 18446744073709551615 134565382 0 0 4096 3 0 0 0 17 1 0 0
/proc/24191/statm: 8635 8443 81 162 0 8470 0
Current children cumulated CPU time (s) 160.68
Current children cumulated vsize (KiB) 82112

[startup+222.307 s]
/proc/loadavg: 1.99 2.00 1.91 3/75 24191
/proc/meminfo: memFree=1501344/2055920 swapFree=4180236/4192956
[pid=24167] ppid=24165 vsize=47572 CPUtime=3.83
/proc/24167/stat : 24167 (galacE.sh) S 24165 24167 23724 0 -1 4194304 799 24247 0 1 0 0 366 17 17 0 1 0 618191924 48713728 364 996147200 4194304 4520092 548682068832 18446744073709551615 231493266266 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/24167/statm: 11893 364 245 79 0 219 0
[pid=24191] ppid=24167 vsize=41648 CPUtime=216.28
/proc/24191/stat : 24191 (eSAT_static) R 24167 24167 23724 0 -1 4194304 10499 0 0 0 21616 12 0 0 25 0 1 0 618192320 42647552 10246 996147200 134512640 135177480 4294955984 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 1 0 0
/proc/24191/statm: 10412 10246 81 162 0 10247 0
Current children cumulated CPU time (s) 220.11
Current children cumulated vsize (KiB) 89220

[startup+282.303 s]

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

/proc/24191/statm: 23800 23426 81 162 0 23635 0
Current children cumulated CPU time (s) 1171.06
Current children cumulated vsize (KiB) 142772

[startup+1242.3 s]
/proc/loadavg: 2.00 2.00 1.91 3/75 24197
/proc/meminfo: memFree=1412384/2055920 swapFree=4180236/4192956
[pid=24167] ppid=24165 vsize=47572 CPUtime=3.83
/proc/24167/stat : 24167 (galacE.sh) S 24165 24167 23724 0 -1 4194304 799 24247 0 1 0 0 366 17 17 0 1 0 618191924 48713728 364 996147200 4194304 4520092 548682068832 18446744073709551615 231493266266 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/24167/statm: 11893 364 245 79 0 219 0
[pid=24191] ppid=24167 vsize=95364 CPUtime=1226.66
/proc/24191/stat : 24191 (eSAT_static) R 24167 24167 23724 0 -1 4194304 23719 0 0 0 122636 30 0 0 25 0 1 0 618192320 97652736 23466 996147200 134512640 135177480 4294955984 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 1 0 0
/proc/24191/statm: 23841 23466 81 162 0 23676 0
Current children cumulated CPU time (s) 1230.49
Current children cumulated vsize (KiB) 142936

[startup+1302.3 s]
/proc/loadavg: 2.06 2.01 1.92 4/75 24197
/proc/meminfo: memFree=1408416/2055920 swapFree=4180236/4192956
[pid=24167] ppid=24165 vsize=47572 CPUtime=3.83
/proc/24167/stat : 24167 (galacE.sh) S 24165 24167 23724 0 -1 4194304 799 24247 0 1 0 0 366 17 17 0 1 0 618191924 48713728 364 996147200 4194304 4520092 548682068832 18446744073709551615 231493266266 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/24167/statm: 11893 364 245 79 0 219 0
[pid=24191] ppid=24167 vsize=95444 CPUtime=1286.09
/proc/24191/stat : 24191 (eSAT_static) R 24167 24167 23724 0 -1 4194304 23725 0 0 0 128579 30 0 0 25 0 1 0 618192320 97734656 23472 996147200 134512640 135177480 4294955984 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 1 0 0
/proc/24191/statm: 23861 23472 81 162 0 23696 0
Current children cumulated CPU time (s) 1289.92
Current children cumulated vsize (KiB) 143016

[startup+1362.3 s]
/proc/loadavg: 2.20 2.07 1.94 3/75 24197
/proc/meminfo: memFree=1402656/2055920 swapFree=4180236/4192956
[pid=24167] ppid=24165 vsize=47572 CPUtime=3.83
/proc/24167/stat : 24167 (galacE.sh) S 24165 24167 23724 0 -1 4194304 799 24247 0 1 0 0 366 17 17 0 1 0 618191924 48713728 364 996147200 4194304 4520092 548682068832 18446744073709551615 231493266266 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/24167/statm: 11893 364 245 79 0 219 0
[pid=24191] ppid=24167 vsize=95444 CPUtime=1345.52
/proc/24191/stat : 24191 (eSAT_static) R 24167 24167 23724 0 -1 4194304 23726 0 0 0 134522 30 0 0 25 0 1 0 618192320 97734656 23473 996147200 134512640 135177480 4294955984 18446744073709551615 134565321 0 0 4096 3 0 0 0 17 1 0 0
/proc/24191/statm: 23861 23473 81 162 0 23696 0
Current children cumulated CPU time (s) 1349.35
Current children cumulated vsize (KiB) 143016

[startup+1422.3 s]
/proc/loadavg: 2.13 2.07 1.95 3/75 24319
/proc/meminfo: memFree=1518112/2055920 swapFree=4180236/4192956
[pid=24167] ppid=24165 vsize=47572 CPUtime=3.83
/proc/24167/stat : 24167 (galacE.sh) S 24165 24167 23724 0 -1 4194304 799 24247 0 1 0 0 366 17 17 0 1 0 618191924 48713728 364 996147200 4194304 4520092 548682068832 18446744073709551615 231493266266 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/24167/statm: 11893 364 245 79 0 219 0
[pid=24191] ppid=24167 vsize=95444 CPUtime=1405.32
/proc/24191/stat : 24191 (eSAT_static) R 24167 24167 23724 0 -1 4194304 23726 0 0 0 140500 32 0 0 25 0 1 0 618192320 97734656 23473 996147200 134512640 135177480 4294955984 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 0 0 0
/proc/24191/statm: 23861 23473 81 162 0 23696 0
Current children cumulated CPU time (s) 1409.15
Current children cumulated vsize (KiB) 143016

[startup+1482.3 s]
/proc/loadavg: 2.10 2.07 1.95 3/75 24319
/proc/meminfo: memFree=1504160/2055920 swapFree=4180236/4192956
[pid=24167] ppid=24165 vsize=47572 CPUtime=3.83
/proc/24167/stat : 24167 (galacE.sh) S 24165 24167 23724 0 -1 4194304 799 24247 0 1 0 0 366 17 17 0 1 0 618191924 48713728 364 996147200 4194304 4520092 548682068832 18446744073709551615 231493266266 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/24167/statm: 11893 364 245 79 0 219 0
[pid=24191] ppid=24167 vsize=101088 CPUtime=1465.3
/proc/24191/stat : 24191 (eSAT_static) R 24167 24167 23724 0 -1 4194304 25137 0 0 0 146495 35 0 0 25 0 1 0 618192320 103514112 24884 996147200 134512640 135177480 4294955984 18446744073709551615 134571742 0 0 4096 3 0 0 0 17 0 0 0
/proc/24191/statm: 25272 24884 81 162 0 25107 0
Current children cumulated CPU time (s) 1469.13
Current children cumulated vsize (KiB) 148660

[startup+1542.31 s]
/proc/loadavg: 2.09 2.07 1.96 3/75 24319
/proc/meminfo: memFree=1488736/2055920 swapFree=4180236/4192956
[pid=24167] ppid=24165 vsize=47572 CPUtime=3.83
/proc/24167/stat : 24167 (galacE.sh) S 24165 24167 23724 0 -1 4194304 799 24247 0 1 0 0 366 17 17 0 1 0 618191924 48713728 364 996147200 4194304 4520092 548682068832 18446744073709551615 231493266266 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/24167/statm: 11893 364 245 79 0 219 0
[pid=24191] ppid=24167 vsize=109804 CPUtime=1525.28
/proc/24191/stat : 24191 (eSAT_static) R 24167 24167 23724 0 -1 4194304 27337 0 0 0 152490 38 0 0 25 0 1 0 618192320 112439296 27084 996147200 134512640 135177480 4294955984 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 0 0 0
/proc/24191/statm: 27451 27084 81 162 0 27286 0
Current children cumulated CPU time (s) 1529.11
Current children cumulated vsize (KiB) 157376

[startup+1602.3 s]
/proc/loadavg: 2.28 2.11 1.98 3/75 24319
/proc/meminfo: memFree=1487008/2055920 swapFree=4180236/4192956
[pid=24167] ppid=24165 vsize=47572 CPUtime=3.83
/proc/24167/stat : 24167 (galacE.sh) S 24165 24167 23724 0 -1 4194304 799 24247 0 1 0 0 366 17 17 0 1 0 618191924 48713728 364 996147200 4194304 4520092 548682068832 18446744073709551615 231493266266 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/24167/statm: 11893 364 245 79 0 219 0
[pid=24191] ppid=24167 vsize=109932 CPUtime=1585.25
/proc/24191/stat : 24191 (eSAT_static) R 24167 24167 23724 0 -1 4194304 27372 0 0 0 158486 39 0 0 25 0 1 0 618192320 112570368 27119 996147200 134512640 135177480 4294955984 18446744073709551615 134560983 0 0 4096 3 0 0 0 17 0 0 0
/proc/24191/statm: 27483 27119 81 162 0 27318 0
Current children cumulated CPU time (s) 1589.08
Current children cumulated vsize (KiB) 157504

[startup+1662.3 s]
/proc/loadavg: 2.10 2.09 1.98 3/75 24319
/proc/meminfo: memFree=1481056/2055920 swapFree=4180236/4192956
[pid=24167] ppid=24165 vsize=47572 CPUtime=3.83
/proc/24167/stat : 24167 (galacE.sh) S 24165 24167 23724 0 -1 4194304 799 24247 0 1 0 0 366 17 17 0 1 0 618191924 48713728 364 996147200 4194304 4520092 548682068832 18446744073709551615 231493266266 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/24167/statm: 11893 364 245 79 0 219 0
[pid=24191] ppid=24167 vsize=109932 CPUtime=1645.22
/proc/24191/stat : 24191 (eSAT_static) R 24167 24167 23724 0 -1 4194304 27372 0 0 0 164483 39 0 0 25 0 1 0 618192320 112570368 27119 996147200 134512640 135177480 4294955984 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 0 0 0
/proc/24191/statm: 27483 27119 81 162 0 27318 0
Current children cumulated CPU time (s) 1649.05
Current children cumulated vsize (KiB) 157504

[startup+1722.3 s]
/proc/loadavg: 2.04 2.07 1.98 3/75 24319
/proc/meminfo: memFree=1479712/2055920 swapFree=4180236/4192956
[pid=24167] ppid=24165 vsize=47572 CPUtime=3.83
/proc/24167/stat : 24167 (galacE.sh) S 24165 24167 23724 0 -1 4194304 799 24247 0 1 0 0 366 17 17 0 1 0 618191924 48713728 364 996147200 4194304 4520092 548682068832 18446744073709551615 231493266266 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/24167/statm: 11893 364 245 79 0 219 0
[pid=24191] ppid=24167 vsize=109932 CPUtime=1705.2
/proc/24191/stat : 24191 (eSAT_static) R 24167 24167 23724 0 -1 4194304 27373 0 0 0 170481 39 0 0 25 0 1 0 618192320 112570368 27120 996147200 134512640 135177480 4294955984 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 0 0 0
/proc/24191/statm: 27483 27120 81 162 0 27318 0
Current children cumulated CPU time (s) 1709.03
Current children cumulated vsize (KiB) 157504

[startup+1782.3 s]
/proc/loadavg: 2.01 2.06 1.98 3/75 24319
/proc/meminfo: memFree=1476448/2055920 swapFree=4180236/4192956
[pid=24167] ppid=24165 vsize=47572 CPUtime=3.83
/proc/24167/stat : 24167 (galacE.sh) S 24165 24167 23724 0 -1 4194304 799 24247 0 1 0 0 366 17 17 0 1 0 618191924 48713728 364 996147200 4194304 4520092 548682068832 18446744073709551615 231493266266 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/24167/statm: 11893 364 245 79 0 219 0
[pid=24191] ppid=24167 vsize=110096 CPUtime=1765.18
/proc/24191/stat : 24191 (eSAT_static) R 24167 24167 23724 0 -1 4194304 27410 0 0 0 176479 39 0 0 25 0 1 0 618192320 112738304 27157 996147200 134512640 135177480 4294955984 18446744073709551615 134565474 0 0 4096 3 0 0 0 17 0 0 0
/proc/24191/statm: 27524 27157 81 162 0 27359 0
Current children cumulated CPU time (s) 1769.01
Current children cumulated vsize (KiB) 157668



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1813.4 s]
/proc/loadavg: 2.01 2.05 1.98 3/75 24319
/proc/meminfo: memFree=1476512/2055920 swapFree=4180236/4192956
[pid=24167] ppid=24165 vsize=47572 CPUtime=3.83
/proc/24167/stat : 24167 (galacE.sh) S 24165 24167 23724 0 -1 4194304 799 24247 0 1 0 0 366 17 17 0 1 0 618191924 48713728 364 996147200 4194304 4520092 548682068832 18446744073709551615 231493266266 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/24167/statm: 11893 364 245 79 0 219 0
[pid=24191] ppid=24167 vsize=110096 CPUtime=1796.27
/proc/24191/stat : 24191 (eSAT_static) R 24167 24167 23724 0 -1 4194304 27411 0 0 0 179588 39 0 0 25 0 1 0 618192320 112738304 27158 996147200 134512640 135177480 4294955984 18446744073709551615 134556856 0 0 4096 3 0 0 0 17 0 0 0
/proc/24191/statm: 27524 27158 81 162 0 27359 0
Current children cumulated CPU time (s) 1800.1
Current children cumulated vsize (KiB) 157668

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

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

[startup+1813.4 s]
/proc/loadavg: 2.01 2.05 1.98 3/75 24319
/proc/meminfo: memFree=1476512/2055920 swapFree=4180236/4192956
[pid=24167] ppid=24165 vsize=47572 CPUtime=3.83
/proc/24167/stat : 24167 (galacE.sh) S 24165 24167 23724 0 -1 4194304 799 24247 0 1 0 0 366 17 17 0 1 0 618191924 48713728 364 996147200 4194304 4520092 548682068832 18446744073709551615 231493266266 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/24167/statm: 11893 364 245 79 0 219 0
[pid=24191] ppid=24167 vsize=110096 CPUtime=1796.27
/proc/24191/stat : 24191 (eSAT_static) R 24167 24167 23724 0 -1 4194304 27411 0 0 0 179588 39 0 0 25 0 1 0 618192320 112738304 27158 996147200 134512640 135177480 4294955984 18446744073709551615 134556856 0 0 4096 3 0 0 0 17 0 0 0
/proc/24191/statm: 27524 27158 81 162 0 27359 0
Current children cumulated CPU time (s) 1800.1
Current children cumulated vsize (KiB) 157668

Child ended because it received signal 15 (SIGTERM)

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 24167 and gives
#  childrusage.ru_utime.tv_sec=3
#  childrusage.ru_utime.tv_usec=673441
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=179972
# CPU time returned by wait4() is 3.85341
# while last known CPU time is 1800.1
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1813.41
CPU time (s): 1800.1
CPU user time (s): 1799.54
CPU system time (s): 0.56
CPU usage (%): 99.2659
Max. virtual memory (cumulated for all children) (KiB): 860332

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3.67344
system time used= 0.179972
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 25046
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= 1269
involuntary context switches= 1203

runsolver used 2.20566 second user time and 5.69813 second system time

The end

Launcher Data (download as text)

Begin job on node39 at 2008-07-02 00:49:43
IDJOB=1035585
IDBENCH=53405
IDSOLVER=351
FILE ID=node39/1035585-1214952583
PBS_JOBID= 7870256
Free space on /tmp= 66544 MiB

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

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 8799afd66e4417bd72843d3fc55d3044
RANDOM SEED=1618695421

node39.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.267
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.267
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:       1562448 kB
Buffers:         34828 kB
Cached:         309316 kB
SwapCached:       6532 kB
Active:         142664 kB
Inactive:       301928 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1562448 kB
SwapTotal:     4192956 kB
SwapFree:      4180236 kB
Dirty:            3708 kB
Writeback:           0 kB
Mapped:         106204 kB
Slab:            34232 kB
Committed_AS:   873092 kB
PageTables:       1936 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= 66540 MiB
End job on node39 at 2008-07-02 01:19:59