Trace number 1102303

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 1808.21

General information on the benchmark

Namecsp/rand-2-50-23-fcd/
normalized-rand-2-50-23-587-230-fcd-40_ext.xml
MD5SUM440c462c43462f81ada0a4454ae47311
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 benchmark101.396
Satisfiable
(Un)Satisfiability was proved
Number of variables50
Number of constraints463
Maximum constraint arity2
Maximum domain size23
Number of constraints which are defined in extension463
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.14/1.26	c start processing
1.14/1.26	c start relation processing
1.14/1.29	c start cnf exporting
3.13/3.29	c parsing time : 1.129
3.13/3.29	c preprocessing time : 3.159
3.13/3.29	
3.13/3.29	c Nary constraints - conflicts : 0 supports : 0
3.13/3.29	c Binary constraints - conflicts : 449 supports :14
3.13/3.29	c max arity constraint : 2
3.13/3.29	c Max Tuples generated 0
3.13/3.29	c relations : 463
3.13/3.29	c relations BDD: 0
3.13/3.29	c sampling 0/0
3.13/3.29	c vars : 1151 - clauses :  76232
3.13/3.29	
3.23/3.34	 
3.23/3.34	c --- SAT Solver Stats ---
3.23/3.34	 
3.23/3.34	c eSAT 0.1 : minisat core with additionnal features
3.23/3.34	c ============================[ Problem Statistics ]=============================
3.23/3.34	c |                                                                             |
3.23/3.34	c |  Number of variables:  1150                                                 |
3.23/3.34	c |  Number of clauses:    76232                                                |
3.23/3.40	c |  Parsing time:         0.04         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-1102303-1215298257/watcher-1102303-1215298257 -o /tmp/evaluation-result-1102303-1215298257/solver-1102303-1215298257 -C 1800 -W 2200 -M 900 --output-limit 1,15 HOME/galacE.sh HOME/instance-1102303-1215298257.xml 

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


[startup+0 s]
/proc/loadavg: 2.00 2.00 2.00 4/73 25411
/proc/meminfo: memFree=1637376/2055920 swapFree=4180500/4192956
[pid=25411] ppid=25409 vsize=8560 CPUtime=0
/proc/25411/stat : 25411 (galacE.sh) R 25409 25411 22186 0 -1 4194304 308 0 0 0 0 0 0 0 21 0 1 0 2008797090 8765440 254 996147200 4194304 4520092 548682068832 18446744073709551615 217051809679 0 0 4096 8192 0 0 0 17 1 0 0
/proc/25411/statm: 2140 254 197 79 0 133 0

[startup+0.0241231 s]
/proc/loadavg: 2.00 2.00 2.00 4/73 25411
/proc/meminfo: memFree=1637376/2055920 swapFree=4180500/4192956
[pid=25411] ppid=25409 vsize=8772 CPUtime=0.01
/proc/25411/stat : 25411 (galacE.sh) R 25409 25411 22186 0 -1 4194304 516 1177 0 0 0 0 0 1 22 0 1 0 2008797090 8982528 317 996147200 4194304 4520092 548682068832 18446744073709551615 217051622047 0 65538 4096 73728 0 0 0 17 1 0 0
/proc/25411/statm: 2193 317 217 79 0 186 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 8772

[startup+0.102146 s]
/proc/loadavg: 2.00 2.00 2.00 4/73 25411
/proc/meminfo: memFree=1637376/2055920 swapFree=4180500/4192956
[pid=25411] ppid=25409 vsize=47560 CPUtime=0.01
/proc/25411/stat : 25411 (galacE.sh) S 25409 25411 22186 0 -1 4194304 766 1698 0 0 0 0 0 1 18 0 1 0 2008797090 48701440 365 996147200 4194304 4520092 548682068832 18446744073709551615 217051229018 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/25411/statm: 11890 365 246 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47560

[startup+0.302182 s]
/proc/loadavg: 2.00 2.00 2.00 4/73 25411
/proc/meminfo: memFree=1637376/2055920 swapFree=4180500/4192956
[pid=25411] ppid=25409 vsize=47560 CPUtime=0.01
/proc/25411/stat : 25411 (galacE.sh) S 25409 25411 22186 0 -1 4194304 766 1698 0 0 0 0 0 1 18 0 1 0 2008797090 48701440 365 996147200 4194304 4520092 548682068832 18446744073709551615 217051229018 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/25411/statm: 11890 365 246 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47560

[startup+0.70228 s]
/proc/loadavg: 2.00 2.00 2.00 4/73 25411
/proc/meminfo: memFree=1637376/2055920 swapFree=4180500/4192956
[pid=25411] ppid=25409 vsize=47560 CPUtime=0.01
/proc/25411/stat : 25411 (galacE.sh) S 25409 25411 22186 0 -1 4194304 766 1698 0 0 0 0 0 1 18 0 1 0 2008797090 48701440 365 996147200 4194304 4520092 548682068832 18446744073709551615 217051229018 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/25411/statm: 11890 365 246 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47560

[startup+1.50142 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 25433
/proc/meminfo: memFree=1567280/2055920 swapFree=4180500/4192956
[pid=25411] ppid=25409 vsize=47560 CPUtime=0.01
/proc/25411/stat : 25411 (galacE.sh) S 25409 25411 22186 0 -1 4194304 766 1698 0 0 0 0 0 1 18 0 1 0 2008797090 48701440 365 996147200 4194304 4520092 548682068832 18446744073709551615 217051229018 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/25411/statm: 11890 365 246 79 0 219 0
[pid=25425] ppid=25411 vsize=812760 CPUtime=1.44
/proc/25425/stat : 25425 (java) S 25411 25411 22186 0 -1 0 19879 0 1 0 131 13 0 0 18 0 9 0 2008797094 832266240 19296 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25425/statm: 203190 19296 1912 9 0 197171 0
[pid=25425/tid=25426] ppid=25411 vsize=812760 CPUtime=1.11
/proc/25425/task/25426/stat : 25426 (java) R 25411 25411 22186 0 -1 64 14535 0 1 0 102 9 0 0 25 0 9 0 2008797096 832266240 19296 996147200 134512640 134550740 4294955600 18446744073709551615 4126997856 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25425/tid=25427] ppid=25411 vsize=812760 CPUtime=0.04
/proc/25425/task/25427/stat : 25427 (java) S 25411 25411 22186 0 -1 64 3788 0 0 0 2 2 0 0 16 0 9 0 2008797097 832266240 19296 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=25425/tid=25428] ppid=25411 vsize=812760 CPUtime=0
/proc/25425/task/25428/stat : 25428 (java) S 25411 25411 22186 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2008797097 832266240 19296 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25425/tid=25429] ppid=25411 vsize=812760 CPUtime=0
/proc/25425/task/25429/stat : 25429 (java) S 25411 25411 22186 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 2008797097 832266240 19296 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25425/tid=25430] ppid=25411 vsize=812760 CPUtime=0
/proc/25425/task/25430/stat : 25430 (java) S 25411 25411 22186 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 2008797100 832266240 19296 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25425/tid=25431] ppid=25411 vsize=812760 CPUtime=0.26
/proc/25425/task/25431/stat : 25431 (java) S 25411 25411 22186 0 -1 64 856 0 0 0 26 0 0 0 15 0 9 0 2008797100 832266240 19296 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25425/tid=25432] ppid=25411 vsize=812760 CPUtime=0
/proc/25425/task/25432/stat : 25432 (java) S 25411 25411 22186 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 2008797100 832266240 19296 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25425/tid=25433] ppid=25411 vsize=812760 CPUtime=0
/proc/25425/task/25433/stat : 25433 (java) S 25411 25411 22186 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2008797100 832266240 19296 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.45
Current children cumulated vsize (KiB) 860320

[startup+3.10272 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 25433
/proc/meminfo: memFree=1558576/2055920 swapFree=4180500/4192956
[pid=25411] ppid=25409 vsize=47560 CPUtime=0.01
/proc/25411/stat : 25411 (galacE.sh) S 25409 25411 22186 0 -1 4194304 766 1698 0 0 0 0 0 1 18 0 1 0 2008797090 48701440 365 996147200 4194304 4520092 548682068832 18446744073709551615 217051229018 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/25411/statm: 11890 365 246 79 0 219 0
[pid=25425] ppid=25411 vsize=812760 CPUtime=3.02
/proc/25425/stat : 25425 (java) S 25411 25411 22186 0 -1 0 21808 0 1 0 288 14 0 0 18 0 9 0 2008797094 832266240 21221 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25425/statm: 203190 21221 1915 9 0 197171 0
[pid=25425/tid=25426] ppid=25411 vsize=812760 CPUtime=2.63
/proc/25425/task/25426/stat : 25426 (java) R 25411 25411 22186 0 -1 64 14540 0 1 0 254 9 0 0 25 0 9 0 2008797096 832266240 21221 996147200 134512640 134550740 4294955600 18446744073709551615 103206921 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25425/tid=25427] ppid=25411 vsize=812760 CPUtime=0.07
/proc/25425/task/25427/stat : 25427 (java) S 25411 25411 22186 0 -1 64 5701 0 0 0 5 2 0 0 16 0 9 0 2008797097 832266240 21221 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=25425/tid=25428] ppid=25411 vsize=812760 CPUtime=0
/proc/25425/task/25428/stat : 25428 (java) S 25411 25411 22186 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2008797097 832266240 21221 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25425/tid=25429] ppid=25411 vsize=812760 CPUtime=0
/proc/25425/task/25429/stat : 25429 (java) S 25411 25411 22186 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 2008797097 832266240 21221 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25425/tid=25430] ppid=25411 vsize=812760 CPUtime=0
/proc/25425/task/25430/stat : 25430 (java) S 25411 25411 22186 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 2008797100 832266240 21221 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25425/tid=25431] ppid=25411 vsize=812760 CPUtime=0.27
/proc/25425/task/25431/stat : 25431 (java) S 25411 25411 22186 0 -1 64 867 0 0 0 27 0 0 0 15 0 9 0 2008797100 832266240 21221 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25425/tid=25432] ppid=25411 vsize=812760 CPUtime=0
/proc/25425/task/25432/stat : 25432 (java) S 25411 25411 22186 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 2008797100 832266240 21221 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25425/tid=25433] ppid=25411 vsize=812760 CPUtime=0
/proc/25425/task/25433/stat : 25433 (java) S 25411 25411 22186 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2008797100 832266240 21221 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.03
Current children cumulated vsize (KiB) 860320

[startup+6.30133 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 25434
/proc/meminfo: memFree=1628848/2055920 swapFree=4180500/4192956
[pid=25411] ppid=25409 vsize=47560 CPUtime=3.25
/proc/25411/stat : 25411 (galacE.sh) S 25409 25411 22186 0 -1 4194304 800 23521 0 1 0 0 308 17 17 0 1 0 2008797090 48701440 365 996147200 4194304 4520092 548682068832 18446744073709551615 217051229018 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/25411/statm: 11890 365 246 79 0 219 0
[pid=25434] ppid=25411 vsize=8316 CPUtime=2.91
/proc/25434/stat : 25434 (eSAT_static) R 25411 25411 22186 0 -1 4194304 2168 0 0 0 291 0 0 0 25 0 1 0 2008797425 8515584 1920 996147200 134512640 135177480 4294955968 18446744073709551615 134565331 0 0 4096 3 0 0 0 17 1 0 0
/proc/25434/statm: 2079 1920 81 162 0 1914 0
Current children cumulated CPU time (s) 6.16
Current children cumulated vsize (KiB) 55876

[startup+12.7016 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 25434
/proc/meminfo: memFree=1625136/2055920 swapFree=4180500/4192956
[pid=25411] ppid=25409 vsize=47560 CPUtime=3.25
/proc/25411/stat : 25411 (galacE.sh) S 25409 25411 22186 0 -1 4194304 800 23521 0 1 0 0 308 17 17 0 1 0 2008797090 48701440 365 996147200 4194304 4520092 548682068832 18446744073709551615 217051229018 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/25411/statm: 11890 365 246 79 0 219 0
[pid=25434] ppid=25411 vsize=11704 CPUtime=9.26
/proc/25434/stat : 25434 (eSAT_static) R 25411 25411 22186 0 -1 4194304 3042 0 0 0 925 1 0 0 25 0 1 0 2008797425 11984896 2794 996147200 134512640 135177480 4294955968 18446744073709551615 134565376 0 0 4096 3 0 0 0 17 1 0 0
/proc/25434/statm: 2926 2794 81 162 0 2761 0
Current children cumulated CPU time (s) 12.51
Current children cumulated vsize (KiB) 59264

[startup+25.503 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 25434
/proc/meminfo: memFree=1619696/2055920 swapFree=4180500/4192956
[pid=25411] ppid=25409 vsize=47560 CPUtime=3.25
/proc/25411/stat : 25411 (galacE.sh) S 25409 25411 22186 0 -1 4194304 800 23521 0 1 0 0 308 17 17 0 1 0 2008797090 48701440 365 996147200 4194304 4520092 548682068832 18446744073709551615 217051229018 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/25411/statm: 11890 365 246 79 0 219 0
[pid=25434] ppid=25411 vsize=16536 CPUtime=21.93
/proc/25434/stat : 25434 (eSAT_static) R 25411 25411 22186 0 -1 4194304 4228 0 0 0 2190 3 0 0 25 0 1 0 2008797425 16932864 3980 996147200 134512640 135177480 4294955968 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 1 0 0
/proc/25434/statm: 4134 3980 81 162 0 3969 0
Current children cumulated CPU time (s) 25.18
Current children cumulated vsize (KiB) 64096

[startup+51.1029 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 25434
/proc/meminfo: memFree=1614704/2055920 swapFree=4180500/4192956
[pid=25411] ppid=25409 vsize=47560 CPUtime=3.25
/proc/25411/stat : 25411 (galacE.sh) S 25409 25411 22186 0 -1 4194304 800 23521 0 1 0 0 308 17 17 0 1 0 2008797090 48701440 365 996147200 4194304 4520092 548682068832 18446744073709551615 217051229018 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/25411/statm: 11890 365 246 79 0 219 0
[pid=25434] ppid=25411 vsize=21576 CPUtime=47.29
/proc/25434/stat : 25434 (eSAT_static) R 25411 25411 22186 0 -1 4194304 5480 0 0 0 4724 5 0 0 25 0 1 0 2008797425 22093824 5232 996147200 134512640 135177480 4294955968 18446744073709551615 134571065 0 0 4096 3 0 0 0 17 1 0 0
/proc/25434/statm: 5394 5232 81 162 0 5229 0
Current children cumulated CPU time (s) 50.54
Current children cumulated vsize (KiB) 69136

[startup+102.307 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 25434
/proc/meminfo: memFree=1605552/2055920 swapFree=4180500/4192956
[pid=25411] ppid=25409 vsize=47560 CPUtime=3.25
/proc/25411/stat : 25411 (galacE.sh) S 25409 25411 22186 0 -1 4194304 800 23521 0 1 0 0 308 17 17 0 1 0 2008797090 48701440 365 996147200 4194304 4520092 548682068832 18446744073709551615 217051229018 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/25411/statm: 11890 365 246 79 0 219 0
[pid=25434] ppid=25411 vsize=30680 CPUtime=98
/proc/25434/stat : 25434 (eSAT_static) R 25411 25411 22186 0 -1 4194304 7740 0 0 0 9793 7 0 0 25 0 1 0 2008797425 31416320 7492 996147200 134512640 135177480 4294955968 18446744073709551615 134571004 0 0 4096 3 0 0 0 17 1 0 0
/proc/25434/statm: 7670 7492 81 162 0 7505 0
Current children cumulated CPU time (s) 101.25
Current children cumulated vsize (KiB) 78240

[startup+162.302 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 25434
/proc/meminfo: memFree=1601328/2055920 swapFree=4180500/4192956
[pid=25411] ppid=25409 vsize=47560 CPUtime=3.25
/proc/25411/stat : 25411 (galacE.sh) S 25409 25411 22186 0 -1 4194304 800 23521 0 1 0 0 308 17 17 0 1 0 2008797090 48701440 365 996147200 4194304 4520092 548682068832 18446744073709551615 217051229018 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/25411/statm: 11890 365 246 79 0 219 0
[pid=25434] ppid=25411 vsize=35020 CPUtime=157.44
/proc/25434/stat : 25434 (eSAT_static) R 25411 25411 22186 0 -1 4194304 8839 0 0 0 15736 8 0 0 25 0 1 0 2008797425 35860480 8591 996147200 134512640 135177480 4294955968 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 1 0 0
/proc/25434/statm: 8755 8591 81 162 0 8590 0
Current children cumulated CPU time (s) 160.69
Current children cumulated vsize (KiB) 82580

[startup+222.302 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 25434
/proc/meminfo: memFree=1590000/2055920 swapFree=4180500/4192956
[pid=25411] ppid=25409 vsize=47560 CPUtime=3.25
/proc/25411/stat : 25411 (galacE.sh) S 25409 25411 22186 0 -1 4194304 800 23521 0 1 0 0 308 17 17 0 1 0 2008797090 48701440 365 996147200 4194304 4520092 548682068832 18446744073709551615 217051229018 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/25411/statm: 11890 365 246 79 0 219 0
[pid=25434] ppid=25411 vsize=46044 CPUtime=216.87
/proc/25434/stat : 25434 (eSAT_static) R 25411 25411 22186 0 -1 4194304 11582 0 0 0 21676 11 0 0 25 0 1 0 2008797425 47149056 11334 996147200 134512640 135177480 4294955968 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 1 0 0
/proc/25434/statm: 11511 11334 81 162 0 11346 0
Current children cumulated CPU time (s) 220.12
Current children cumulated vsize (KiB) 93604

[startup+282.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 25434
/proc/meminfo: memFree=1579376/2055920 swapFree=4180500/4192956
[pid=25411] ppid=25409 vsize=47560 CPUtime=3.25

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

/proc/25434/statm: 29989 29691 81 162 0 29824 0
Current children cumulated CPU time (s) 1114.43
Current children cumulated vsize (KiB) 167516

[startup+1182.3 s]
/proc/loadavg: 1.99 1.98 1.99 3/74 25468
/proc/meminfo: memFree=1628024/2055920 swapFree=4180500/4192956
[pid=25411] ppid=25409 vsize=47560 CPUtime=3.25
/proc/25411/stat : 25411 (galacE.sh) S 25409 25411 22186 0 -1 4194304 800 23521 0 1 0 0 308 17 17 0 1 0 2008797090 48701440 365 996147200 4194304 4520092 548682068832 18446744073709551615 217051229018 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/25411/statm: 11890 365 246 79 0 219 0
[pid=25434] ppid=25411 vsize=119956 CPUtime=1171.15
/proc/25434/stat : 25434 (eSAT_static) R 25411 25411 22186 0 -1 4194304 29940 0 0 0 117080 35 0 0 25 0 1 0 2008797425 122834944 29692 996147200 134512640 135177480 4294955968 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 0 0 0
/proc/25434/statm: 29989 29692 81 162 0 29824 0
Current children cumulated CPU time (s) 1174.4
Current children cumulated vsize (KiB) 167516

[startup+1242.3 s]
/proc/loadavg: 1.99 1.98 1.99 3/74 25468
/proc/meminfo: memFree=1627896/2055920 swapFree=4180500/4192956
[pid=25411] ppid=25409 vsize=47560 CPUtime=3.25
/proc/25411/stat : 25411 (galacE.sh) S 25409 25411 22186 0 -1 4194304 800 23521 0 1 0 0 308 17 17 0 1 0 2008797090 48701440 365 996147200 4194304 4520092 548682068832 18446744073709551615 217051229018 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/25411/statm: 11890 365 246 79 0 219 0
[pid=25434] ppid=25411 vsize=119956 CPUtime=1231.13
/proc/25434/stat : 25434 (eSAT_static) R 25411 25411 22186 0 -1 4194304 29941 0 0 0 123078 35 0 0 25 0 1 0 2008797425 122834944 29693 996147200 134512640 135177480 4294955968 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 0 0 0
/proc/25434/statm: 29989 29693 81 162 0 29824 0
Current children cumulated CPU time (s) 1234.38
Current children cumulated vsize (KiB) 167516

[startup+1302.3 s]
/proc/loadavg: 1.99 1.98 1.99 3/74 25468
/proc/meminfo: memFree=1627832/2055920 swapFree=4180500/4192956
[pid=25411] ppid=25409 vsize=47560 CPUtime=3.25
/proc/25411/stat : 25411 (galacE.sh) S 25409 25411 22186 0 -1 4194304 800 23521 0 1 0 0 308 17 17 0 1 0 2008797090 48701440 365 996147200 4194304 4520092 548682068832 18446744073709551615 217051229018 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/25411/statm: 11890 365 246 79 0 219 0
[pid=25434] ppid=25411 vsize=119956 CPUtime=1291.11
/proc/25434/stat : 25434 (eSAT_static) R 25411 25411 22186 0 -1 4194304 29941 0 0 0 129075 36 0 0 25 0 1 0 2008797425 122834944 29693 996147200 134512640 135177480 4294955968 18446744073709551615 134565419 0 0 4096 3 0 0 0 17 0 0 0
/proc/25434/statm: 29989 29693 81 162 0 29824 0
Current children cumulated CPU time (s) 1294.36
Current children cumulated vsize (KiB) 167516

[startup+1362.3 s]
/proc/loadavg: 1.99 1.98 1.99 3/74 25468
/proc/meminfo: memFree=1627832/2055920 swapFree=4180500/4192956
[pid=25411] ppid=25409 vsize=47560 CPUtime=3.25
/proc/25411/stat : 25411 (galacE.sh) S 25409 25411 22186 0 -1 4194304 800 23521 0 1 0 0 308 17 17 0 1 0 2008797090 48701440 365 996147200 4194304 4520092 548682068832 18446744073709551615 217051229018 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/25411/statm: 11890 365 246 79 0 219 0
[pid=25434] ppid=25411 vsize=119956 CPUtime=1351.08
/proc/25434/stat : 25434 (eSAT_static) R 25411 25411 22186 0 -1 4194304 29943 0 0 0 135072 36 0 0 25 0 1 0 2008797425 122834944 29695 996147200 134512640 135177480 4294955968 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 0 0 0
/proc/25434/statm: 29989 29695 81 162 0 29824 0
Current children cumulated CPU time (s) 1354.33
Current children cumulated vsize (KiB) 167516

[startup+1422.31 s]
/proc/loadavg: 1.99 1.98 1.99 3/74 25468
/proc/meminfo: memFree=1627768/2055920 swapFree=4180500/4192956
[pid=25411] ppid=25409 vsize=47560 CPUtime=3.25
/proc/25411/stat : 25411 (galacE.sh) S 25409 25411 22186 0 -1 4194304 800 23521 0 1 0 0 308 17 17 0 1 0 2008797090 48701440 365 996147200 4194304 4520092 548682068832 18446744073709551615 217051229018 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/25411/statm: 11890 365 246 79 0 219 0
[pid=25434] ppid=25411 vsize=119956 CPUtime=1411.06
/proc/25434/stat : 25434 (eSAT_static) R 25411 25411 22186 0 -1 4194304 29944 0 0 0 141070 36 0 0 25 0 1 0 2008797425 122834944 29696 996147200 134512640 135177480 4294955968 18446744073709551615 134565457 0 0 4096 3 0 0 0 17 0 0 0
/proc/25434/statm: 29989 29696 81 162 0 29824 0
Current children cumulated CPU time (s) 1414.31
Current children cumulated vsize (KiB) 167516

[startup+1482.3 s]
/proc/loadavg: 1.99 1.98 1.99 3/74 25468
/proc/meminfo: memFree=1627064/2055920 swapFree=4180500/4192956
[pid=25411] ppid=25409 vsize=47560 CPUtime=3.25
/proc/25411/stat : 25411 (galacE.sh) S 25409 25411 22186 0 -1 4194304 800 23521 0 1 0 0 308 17 17 0 1 0 2008797090 48701440 365 996147200 4194304 4520092 548682068832 18446744073709551615 217051229018 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/25411/statm: 11890 365 246 79 0 219 0
[pid=25434] ppid=25411 vsize=120600 CPUtime=1471.02
/proc/25434/stat : 25434 (eSAT_static) R 25411 25411 22186 0 -1 4194304 30114 0 0 0 147066 36 0 0 25 0 1 0 2008797425 123494400 29866 996147200 134512640 135177480 4294955968 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 0 0 0
/proc/25434/statm: 30150 29866 81 162 0 29985 0
Current children cumulated CPU time (s) 1474.27
Current children cumulated vsize (KiB) 168160

[startup+1542.3 s]
/proc/loadavg: 1.99 1.98 1.99 3/74 25468
/proc/meminfo: memFree=1617400/2055920 swapFree=4180500/4192956
[pid=25411] ppid=25409 vsize=47560 CPUtime=3.25
/proc/25411/stat : 25411 (galacE.sh) S 25409 25411 22186 0 -1 4194304 800 23521 0 1 0 0 308 17 17 0 1 0 2008797090 48701440 365 996147200 4194304 4520092 548682068832 18446744073709551615 217051229018 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/25411/statm: 11890 365 246 79 0 219 0
[pid=25434] ppid=25411 vsize=130144 CPUtime=1531
/proc/25434/stat : 25434 (eSAT_static) R 25411 25411 22186 0 -1 4194304 32493 0 0 0 153062 38 0 0 25 0 1 0 2008797425 133267456 32245 996147200 134512640 135177480 4294955968 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 0 0 0
/proc/25434/statm: 32536 32245 81 162 0 32371 0
Current children cumulated CPU time (s) 1534.25
Current children cumulated vsize (KiB) 177704

[startup+1602.3 s]
/proc/loadavg: 1.99 1.98 1.99 3/74 25468
/proc/meminfo: memFree=1610104/2055920 swapFree=4180500/4192956
[pid=25411] ppid=25409 vsize=47560 CPUtime=3.25
/proc/25411/stat : 25411 (galacE.sh) S 25409 25411 22186 0 -1 4194304 800 23521 0 1 0 0 308 17 17 0 1 0 2008797090 48701440 365 996147200 4194304 4520092 548682068832 18446744073709551615 217051229018 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/25411/statm: 11890 365 246 79 0 219 0
[pid=25434] ppid=25411 vsize=137488 CPUtime=1590.97
/proc/25434/stat : 25434 (eSAT_static) R 25411 25411 22186 0 -1 4194304 34334 0 0 0 159056 41 0 0 25 0 1 0 2008797425 140787712 34086 996147200 134512640 135177480 4294955968 18446744073709551615 134565395 0 0 4096 3 0 0 0 17 0 0 0
/proc/25434/statm: 34372 34086 81 162 0 34207 0
Current children cumulated CPU time (s) 1594.22
Current children cumulated vsize (KiB) 185048

[startup+1662.3 s]
/proc/loadavg: 1.99 1.98 1.99 3/74 25468
/proc/meminfo: memFree=1602744/2055920 swapFree=4180500/4192956
[pid=25411] ppid=25409 vsize=47560 CPUtime=3.25
/proc/25411/stat : 25411 (galacE.sh) S 25409 25411 22186 0 -1 4194304 800 23521 0 1 0 0 308 17 17 0 1 0 2008797090 48701440 365 996147200 4194304 4520092 548682068832 18446744073709551615 217051229018 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/25411/statm: 11890 365 246 79 0 219 0
[pid=25434] ppid=25411 vsize=144800 CPUtime=1650.94
/proc/25434/stat : 25434 (eSAT_static) R 25411 25411 22186 0 -1 4194304 36154 0 0 0 165051 43 0 0 25 0 1 0 2008797425 148275200 35906 996147200 134512640 135177480 4294955968 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 0 0 0
/proc/25434/statm: 36200 35906 81 162 0 36035 0
Current children cumulated CPU time (s) 1654.19
Current children cumulated vsize (KiB) 192360

[startup+1722.3 s]
/proc/loadavg: 1.99 1.98 1.99 3/74 25468
/proc/meminfo: memFree=1594040/2055920 swapFree=4180500/4192956
[pid=25411] ppid=25409 vsize=47560 CPUtime=3.25
/proc/25411/stat : 25411 (galacE.sh) S 25409 25411 22186 0 -1 4194304 800 23521 0 1 0 0 308 17 17 0 1 0 2008797090 48701440 365 996147200 4194304 4520092 548682068832 18446744073709551615 217051229018 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/25411/statm: 11890 365 246 79 0 219 0
[pid=25434] ppid=25411 vsize=153600 CPUtime=1710.91
/proc/25434/stat : 25434 (eSAT_static) R 25411 25411 22186 0 -1 4194304 38327 0 0 0 171046 45 0 0 25 0 1 0 2008797425 157286400 38079 996147200 134512640 135177480 4294955968 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 0 0 0
/proc/25434/statm: 38400 38079 81 162 0 38235 0
Current children cumulated CPU time (s) 1714.16
Current children cumulated vsize (KiB) 201160

[startup+1782.3 s]
/proc/loadavg: 1.99 1.98 1.99 3/74 25468
/proc/meminfo: memFree=1586040/2055920 swapFree=4180500/4192956
[pid=25411] ppid=25409 vsize=47560 CPUtime=3.25
/proc/25411/stat : 25411 (galacE.sh) S 25409 25411 22186 0 -1 4194304 800 23521 0 1 0 0 308 17 17 0 1 0 2008797090 48701440 365 996147200 4194304 4520092 548682068832 18446744073709551615 217051229018 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/25411/statm: 11890 365 246 79 0 219 0
[pid=25434] ppid=25411 vsize=162060 CPUtime=1770.89
/proc/25434/stat : 25434 (eSAT_static) R 25411 25411 22186 0 -1 4194304 40301 0 0 0 177041 48 0 0 25 0 1 0 2008797425 165949440 40053 996147200 134512640 135177480 4294955968 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 0 0 0
/proc/25434/statm: 40515 40053 81 162 0 40350 0
Current children cumulated CPU time (s) 1774.14
Current children cumulated vsize (KiB) 209620



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1808.2 s]
/proc/loadavg: 1.99 1.98 1.99 3/74 25468
/proc/meminfo: memFree=1584568/2055920 swapFree=4180500/4192956
[pid=25411] ppid=25409 vsize=47560 CPUtime=3.25
/proc/25411/stat : 25411 (galacE.sh) S 25409 25411 22186 0 -1 4194304 800 23521 0 1 0 0 308 17 17 0 1 0 2008797090 48701440 365 996147200 4194304 4520092 548682068832 18446744073709551615 217051229018 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/25411/statm: 11890 365 246 79 0 219 0
[pid=25434] ppid=25411 vsize=163496 CPUtime=1796.78
/proc/25434/stat : 25434 (eSAT_static) R 25411 25411 22186 0 -1 4194304 40646 0 0 0 179630 48 0 0 25 0 1 0 2008797425 167419904 40398 996147200 134512640 135177480 4294955968 18446744073709551615 134565460 0 0 4096 3 0 0 0 17 0 0 0
/proc/25434/statm: 40874 40398 81 162 0 40709 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 211056

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 25411 and gives
#  childrusage.ru_utime.tv_sec=3
#  childrusage.ru_utime.tv_usec=92529
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=178972
# CPU time returned by wait4() is 3.2715
# 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): 1808.21
CPU time (s): 1800.03
CPU user time (s): 1799.38
CPU system time (s): 0.65
CPU usage (%): 99.5475
Max. virtual memory (cumulated for all children) (KiB): 860320

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3.09253
system time used= 0.178972
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 24321
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= 1223
involuntary context switches= 1215

runsolver used 1.76873 second user time and 5.55516 second system time

The end

Launcher Data (download as text)

Begin job on node59 at 2008-07-06 00:50:57
IDJOB=1102303
IDBENCH=60119
IDSOLVER=351
FILE ID=node59/1102303-1215298257
PBS_JOBID= 7882328
Free space on /tmp= 66500 MiB

SOLVER NAME= galac E
BENCH NAME= CPAI08/csp/rand-2-50-23-fcd/normalized-rand-2-50-23-587-230-fcd-40_ext.xml
COMMAND LINE= HOME/galacE.sh BENCHNAME 
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1102303-1215298257/watcher-1102303-1215298257 -o /tmp/evaluation-result-1102303-1215298257/solver-1102303-1215298257 -C 1800 -W 2200 -M 900 --output-limit 1,15  HOME/galacE.sh HOME/instance-1102303-1215298257.xml 

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 440c462c43462f81ada0a4454ae47311
RANDOM SEED=455340284

node59.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.261
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.261
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:       1637856 kB
Buffers:         53464 kB
Cached:         187880 kB
SwapCached:       6176 kB
Active:         259180 kB
Inactive:       102924 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1637856 kB
SwapTotal:     4192956 kB
SwapFree:      4180500 kB
Dirty:            3476 kB
Writeback:           0 kB
Mapped:         127416 kB
Slab:            41120 kB
Committed_AS:  4242868 kB
PageTables:       2080 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= 66496 MiB
End job on node59 at 2008-07-06 01:21:07