Trace number 1101489

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.05 1810.31

General information on the benchmark

Namecsp/rand-2-40-19-fcd/
normalized-rand-2-40-19-443-230-fcd-33_ext.xml
MD5SUMdac92aee527e7948249532822b4b37f5
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 benchmark6.79397
Satisfiable
(Un)Satisfiability was proved
Number of variables40
Number of constraints333
Maximum constraint arity2
Maximum domain size19
Number of constraints which are defined in extension333
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 ---
0.94/1.06	c start processing
0.94/1.06	c start relation processing
0.94/1.07	c start cnf exporting
2.02/2.18	c parsing time : 0.928
2.02/2.18	c preprocessing time : 2.057
2.02/2.18	
2.02/2.18	c Nary constraints - conflicts : 0 supports : 0
2.02/2.18	c Binary constraints - conflicts : 319 supports :14
2.02/2.18	c max arity constraint : 2
2.02/2.18	c Max Tuples generated 0
2.02/2.18	c relations : 333
2.02/2.18	c relations BDD: 0
2.02/2.18	c sampling 0/0
2.02/2.18	c vars : 761 - clauses :  38971
2.02/2.18	
2.10/2.25	 
2.10/2.25	c --- SAT Solver Stats ---
2.10/2.25	 
2.10/2.25	c eSAT 0.1 : minisat core with additionnal features
2.10/2.25	c ============================[ Problem Statistics ]=============================
2.10/2.25	c |                                                                             |
2.10/2.25	c |  Number of variables:  760                                                  |
2.10/2.25	c |  Number of clauses:    38971                                                |
2.10/2.27	c |  Parsing time:         0.02         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-1101489-1215293462/watcher-1101489-1215293462 -o /tmp/evaluation-result-1101489-1215293462/solver-1101489-1215293462 -C 1800 -W 2200 -M 900 --output-limit 1,15 HOME/galacE.sh HOME/instance-1101489-1215293462.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.85 1.97 1.99 4/92 9671
/proc/meminfo: memFree=1577192/2055920 swapFree=4158044/4192956
[pid=9671] ppid=9669 vsize=5228 CPUtime=0
/proc/9671/stat : 9671 (galacE.sh) R 9669 9671 9634 0 -1 4194304 64 0 0 0 0 0 0 0 20 0 1 0 652269298 5353472 49 996147200 4194304 4520092 548682068832 18446744073709551615 271891628759 0 0 4096 0 0 0 0 17 1 0 0
/proc/9671/statm: 1307 49 37 79 0 105 0

[startup+0.099675 s]
/proc/loadavg: 1.85 1.97 1.99 4/92 9671
/proc/meminfo: memFree=1577192/2055920 swapFree=4158044/4192956
[pid=9671] ppid=9669 vsize=47572 CPUtime=0.01
/proc/9671/stat : 9671 (galacE.sh) S 9669 9671 9634 0 -1 4194304 765 1697 0 0 0 0 0 1 18 0 1 0 652269298 48713728 364 996147200 4194304 4520092 548682068832 18446744073709551615 271893850970 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/9671/statm: 11893 364 245 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47572

[startup+0.10267 s]
/proc/loadavg: 1.85 1.97 1.99 4/92 9671
/proc/meminfo: memFree=1577192/2055920 swapFree=4158044/4192956
[pid=9671] ppid=9669 vsize=47572 CPUtime=0.01
/proc/9671/stat : 9671 (galacE.sh) S 9669 9671 9634 0 -1 4194304 765 1697 0 0 0 0 0 1 18 0 1 0 652269298 48713728 364 996147200 4194304 4520092 548682068832 18446744073709551615 271893850970 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/9671/statm: 11893 364 245 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47572

[startup+0.302691 s]
/proc/loadavg: 1.85 1.97 1.99 4/92 9671
/proc/meminfo: memFree=1577192/2055920 swapFree=4158044/4192956
[pid=9671] ppid=9669 vsize=47572 CPUtime=0.01
/proc/9671/stat : 9671 (galacE.sh) S 9669 9671 9634 0 -1 4194304 765 1697 0 0 0 0 0 1 18 0 1 0 652269298 48713728 364 996147200 4194304 4520092 548682068832 18446744073709551615 271893850970 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/9671/statm: 11893 364 245 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47572

[startup+0.702734 s]
/proc/loadavg: 1.85 1.97 1.99 4/92 9671
/proc/meminfo: memFree=1577192/2055920 swapFree=4158044/4192956
[pid=9671] ppid=9669 vsize=47572 CPUtime=0.01
/proc/9671/stat : 9671 (galacE.sh) S 9669 9671 9634 0 -1 4194304 765 1697 0 0 0 0 0 1 18 0 1 0 652269298 48713728 364 996147200 4194304 4520092 548682068832 18446744073709551615 271893850970 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/9671/statm: 11893 364 245 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47572

[startup+1.50181 s]
/proc/loadavg: 1.85 1.97 1.99 3/102 9693
/proc/meminfo: memFree=1506968/2055920 swapFree=4158044/4192956
[pid=9671] ppid=9669 vsize=47572 CPUtime=0.01
/proc/9671/stat : 9671 (galacE.sh) S 9669 9671 9634 0 -1 4194304 765 1697 0 0 0 0 0 1 18 0 1 0 652269298 48713728 364 996147200 4194304 4520092 548682068832 18446744073709551615 271893850970 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/9671/statm: 11893 364 245 79 0 219 0
[pid=9685] ppid=9671 vsize=812764 CPUtime=1.42
/proc/9685/stat : 9685 (java) S 9671 9671 9634 0 -1 0 19880 0 1 0 131 11 0 0 18 0 9 0 652269302 832270336 19297 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/9685/statm: 203191 19297 1910 9 0 197172 0
[pid=9685/tid=9686] ppid=9671 vsize=812764 CPUtime=1.11
/proc/9685/task/9686/stat : 9686 (java) R 9671 9671 9634 0 -1 64 14532 0 1 0 104 7 0 0 25 0 9 0 652269303 832270336 19297 996147200 134512640 134550740 4294955600 18446744073709551615 4127030012 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9685/tid=9687] ppid=9671 vsize=812764 CPUtime=0.03
/proc/9685/task/9687/stat : 9687 (java) S 9671 9671 9634 0 -1 64 3789 0 0 0 2 1 0 0 16 0 9 0 652269305 832270336 19297 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=9685/tid=9688] ppid=9671 vsize=812764 CPUtime=0
/proc/9685/task/9688/stat : 9688 (java) S 9671 9671 9634 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 652269305 832270336 19297 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9685/tid=9689] ppid=9671 vsize=812764 CPUtime=0
/proc/9685/task/9689/stat : 9689 (java) S 9671 9671 9634 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 652269305 832270336 19297 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9685/tid=9690] ppid=9671 vsize=812764 CPUtime=0
/proc/9685/task/9690/stat : 9690 (java) S 9671 9671 9634 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 652269307 832270336 19297 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9685/tid=9691] ppid=9671 vsize=812764 CPUtime=0.24
/proc/9685/task/9691/stat : 9691 (java) S 9671 9671 9634 0 -1 64 860 0 0 0 24 0 0 0 15 0 9 0 652269307 832270336 19297 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9685/tid=9692] ppid=9671 vsize=812764 CPUtime=0
/proc/9685/task/9692/stat : 9692 (java) S 9671 9671 9634 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 652269307 832270336 19297 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9685/tid=9693] ppid=9671 vsize=812764 CPUtime=0
/proc/9685/task/9693/stat : 9693 (java) S 9671 9671 9634 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 652269307 832270336 19297 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.43
Current children cumulated vsize (KiB) 860336

[startup+3.10197 s]
/proc/loadavg: 1.85 1.97 1.99 3/102 9693
/proc/meminfo: memFree=1500184/2055920 swapFree=4158044/4192956
[pid=9671] ppid=9669 vsize=47572 CPUtime=2.12
/proc/9671/stat : 9671 (galacE.sh) S 9669 9671 9634 0 -1 4194304 799 23046 0 1 0 0 198 14 17 0 1 0 652269298 48713728 364 996147200 4194304 4520092 548682068832 18446744073709551615 271893850970 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/9671/statm: 11893 364 245 79 0 219 0
Current children cumulated CPU time (s) 2.12
Current children cumulated vsize (KiB) 47572

[startup+6.30128 s]
/proc/loadavg: 1.86 1.97 1.99 3/94 9694
/proc/meminfo: memFree=1570392/2055920 swapFree=4158044/4192956
[pid=9671] ppid=9669 vsize=47572 CPUtime=2.12
/proc/9671/stat : 9671 (galacE.sh) S 9669 9671 9634 0 -1 4194304 799 23046 0 1 0 0 198 14 17 0 1 0 652269298 48713728 364 996147200 4194304 4520092 548682068832 18446744073709551615 271893850970 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/9671/statm: 11893 364 245 79 0 219 0
[pid=9694] ppid=9671 vsize=6520 CPUtime=3.96
/proc/9694/stat : 9694 (eSAT_static) R 9671 9671 9634 0 -1 4194304 1503 0 0 0 396 0 0 0 25 0 1 0 652269524 6676480 1399 996147200 134512640 135177480 4294955968 18446744073709551615 134565419 0 0 4096 3 0 0 0 17 1 0 0
/proc/9694/statm: 1630 1399 81 162 0 1465 0
Current children cumulated CPU time (s) 6.08
Current children cumulated vsize (KiB) 54092

[startup+12.7019 s]
/proc/loadavg: 1.87 1.97 1.99 3/94 9694
/proc/meminfo: memFree=1567712/2055920 swapFree=4158044/4192956
[pid=9671] ppid=9669 vsize=47572 CPUtime=2.12
/proc/9671/stat : 9671 (galacE.sh) S 9669 9671 9634 0 -1 4194304 799 23046 0 1 0 0 198 14 17 0 1 0 652269298 48713728 364 996147200 4194304 4520092 548682068832 18446744073709551615 271893850970 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/9671/statm: 11893 364 245 79 0 219 0
[pid=9694] ppid=9671 vsize=9436 CPUtime=10.24
/proc/9694/stat : 9694 (eSAT_static) R 9671 9671 9634 0 -1 4194304 2193 0 0 0 1024 0 0 0 25 0 1 0 652269524 9662464 2089 996147200 134512640 135177480 4294955968 18446744073709551615 134565397 0 0 4096 3 0 0 0 17 1 0 0
/proc/9694/statm: 2359 2089 81 162 0 2194 0
Current children cumulated CPU time (s) 12.36
Current children cumulated vsize (KiB) 57008

[startup+25.5022 s]
/proc/loadavg: 1.90 1.97 1.99 3/94 9694
/proc/meminfo: memFree=1563360/2055920 swapFree=4158044/4192956
[pid=9671] ppid=9669 vsize=47572 CPUtime=2.12
/proc/9671/stat : 9671 (galacE.sh) S 9669 9671 9634 0 -1 4194304 799 23046 0 1 0 0 198 14 17 0 1 0 652269298 48713728 364 996147200 4194304 4520092 548682068832 18446744073709551615 271893850970 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/9671/statm: 11893 364 245 79 0 219 0
[pid=9694] ppid=9671 vsize=13680 CPUtime=22.78
/proc/9694/stat : 9694 (eSAT_static) R 9671 9671 9634 0 -1 4194304 3277 0 0 0 2277 1 0 0 25 0 1 0 652269524 14008320 3173 996147200 134512640 135177480 4294955968 18446744073709551615 134565521 0 0 4096 3 0 0 0 17 1 0 0
/proc/9694/statm: 3420 3173 81 162 0 3255 0
Current children cumulated CPU time (s) 24.9
Current children cumulated vsize (KiB) 61252

[startup+51.1027 s]
/proc/loadavg: 1.93 1.97 1.99 4/94 9694
/proc/meminfo: memFree=1559456/2055920 swapFree=4158044/4192956
[pid=9671] ppid=9669 vsize=47572 CPUtime=2.12
/proc/9671/stat : 9671 (galacE.sh) S 9669 9671 9634 0 -1 4194304 799 23046 0 1 0 0 198 14 17 0 1 0 652269298 48713728 364 996147200 4194304 4520092 548682068832 18446744073709551615 271893850970 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/9671/statm: 11893 364 245 79 0 219 0
[pid=9694] ppid=9671 vsize=17552 CPUtime=47.9
/proc/9694/stat : 9694 (eSAT_static) R 9671 9671 9634 0 -1 4194304 4247 0 0 0 4787 3 0 0 25 0 1 0 652269524 17973248 4143 996147200 134512640 135177480 4294955968 18446744073709551615 134565388 0 0 4096 3 0 0 0 17 1 0 0
/proc/9694/statm: 4388 4143 81 162 0 4223 0
Current children cumulated CPU time (s) 50.02
Current children cumulated vsize (KiB) 65124

[startup+102.308 s]
/proc/loadavg: 1.97 1.97 1.99 3/94 9694
/proc/meminfo: memFree=1552160/2055920 swapFree=4158044/4192956
[pid=9671] ppid=9669 vsize=47572 CPUtime=2.12
/proc/9671/stat : 9671 (galacE.sh) S 9669 9671 9634 0 -1 4194304 799 23046 0 1 0 0 198 14 17 0 1 0 652269298 48713728 364 996147200 4194304 4520092 548682068832 18446744073709551615 271893850970 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/9671/statm: 11893 364 245 79 0 219 0
[pid=9694] ppid=9671 vsize=24848 CPUtime=98.1
/proc/9694/stat : 9694 (eSAT_static) R 9671 9671 9634 0 -1 4194304 6051 0 0 0 9806 4 0 0 25 0 1 0 652269524 25444352 5947 996147200 134512640 135177480 4294955968 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 1 0 0
/proc/9694/statm: 6212 5947 81 162 0 6047 0
Current children cumulated CPU time (s) 100.22
Current children cumulated vsize (KiB) 72420

[startup+162.303 s]
/proc/loadavg: 1.99 1.97 1.99 3/94 9694
/proc/meminfo: memFree=1549024/2055920 swapFree=4158044/4192956
[pid=9671] ppid=9669 vsize=47572 CPUtime=2.12
/proc/9671/stat : 9671 (galacE.sh) S 9669 9671 9634 0 -1 4194304 799 23046 0 1 0 0 198 14 17 0 1 0 652269298 48713728 364 996147200 4194304 4520092 548682068832 18446744073709551615 271893850970 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/9671/statm: 11893 364 245 79 0 219 0
[pid=9694] ppid=9671 vsize=27964 CPUtime=156.94
/proc/9694/stat : 9694 (eSAT_static) R 9671 9671 9634 0 -1 4194304 6825 0 0 0 15689 5 0 0 25 0 1 0 652269524 28635136 6721 996147200 134512640 135177480 4294955968 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 1 0 0
/proc/9694/statm: 6991 6721 81 162 0 6826 0
Current children cumulated CPU time (s) 159.06
Current children cumulated vsize (KiB) 75536

[startup+222.303 s]
/proc/loadavg: 1.99 1.97 1.99 3/94 9694
/proc/meminfo: memFree=1541344/2055920 swapFree=4158044/4192956
[pid=9671] ppid=9669 vsize=47572 CPUtime=2.12
/proc/9671/stat : 9671 (galacE.sh) S 9669 9671 9634 0 -1 4194304 799 23046 0 1 0 0 198 14 17 0 1 0 652269298 48713728 364 996147200 4194304 4520092 548682068832 18446744073709551615 271893850970 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/9671/statm: 11893 364 245 79 0 219 0
[pid=9694] ppid=9671 vsize=35832 CPUtime=215.78
/proc/9694/stat : 9694 (eSAT_static) R 9671 9671 9634 0 -1 4194304 8741 0 0 0 21571 7 0 0 25 0 1 0 652269524 36691968 8637 996147200 134512640 135177480 4294955968 18446744073709551615 134564590 0 0 4096 3 0 0 0 17 1 0 0
/proc/9694/statm: 8958 8637 81 162 0 8793 0
Current children cumulated CPU time (s) 217.9
Current children cumulated vsize (KiB) 83404

[startup+282.302 s]
/proc/loadavg: 1.99 1.97 1.99 3/94 9694
/proc/meminfo: memFree=1538528/2055920 swapFree=4158044/4192956
[pid=9671] ppid=9669 vsize=47572 CPUtime=2.12
/proc/9671/stat : 9671 (galacE.sh) S 9669 9671 9634 0 -1 4194304 799 23046 0 1 0 0 198 14 17 0 1 0 652269298 48713728 364 996147200 4194304 4520092 548682068832 18446744073709551615 271893850970 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/9671/statm: 11893 364 245 79 0 219 0
[pid=9694] ppid=9671 vsize=38756 CPUtime=274.62
/proc/9694/stat : 9694 (eSAT_static) R 9671 9671 9634 0 -1 4194304 9498 0 0 0 27454 8 0 0 25 0 1 0 652269524 39686144 9394 996147200 134512640 135177480 4294955968 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 1 0 0
/proc/9694/statm: 9689 9394 81 162 0 9524 0
Current children cumulated CPU time (s) 276.74
Current children cumulated vsize (KiB) 86328

[startup+342.302 s]
/proc/loadavg: 1.99 1.97 1.99 3/94 9694
/proc/meminfo: memFree=1527648/2055920 swapFree=4158044/4192956
[pid=9671] ppid=9669 vsize=47572 CPUtime=2.12
/proc/9671/stat : 9671 (galacE.sh) S 9669 9671 9634 0 -1 4194304 799 23046 0 1 0 0 198 14 17 0 1 0 652269298 48713728 364 996147200 4194304 4520092 548682068832 18446744073709551615 271893850970 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/9671/statm: 11893 364 245 79 0 219 0
[pid=9694] ppid=9671 vsize=49772 CPUtime=333.46
/proc/9694/stat : 9694 (eSAT_static) R 9671 9671 9634 0 -1 4194304 12202 0 0 0 33334 12 0 0 25 0 1 0 652269524 50966528 12098 996147200 134512640 135177480 4294955968 18446744073709551615 134565395 0 0 4096 3 0 0 0 17 1 0 0
/proc/9694/statm: 12443 12098 81 162 0 12278 0
Current children cumulated CPU time (s) 335.58
Current children cumulated vsize (KiB) 97344

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

/proc/9694/statm: 19820 19314 81 162 0 19655 0
Current children cumulated CPU time (s) 1172.37
Current children cumulated vsize (KiB) 126852

[startup+1242.3 s]
/proc/loadavg: 1.99 1.97 1.99 3/75 9866
/proc/meminfo: memFree=1565904/2055920 swapFree=4158044/4192956
[pid=9671] ppid=9669 vsize=47572 CPUtime=2.12
/proc/9671/stat : 9671 (galacE.sh) S 9669 9671 9634 0 -1 4194304 799 23046 0 1 0 0 198 14 17 0 1 0 652269298 48713728 364 996147200 4194304 4520092 548682068832 18446744073709551615 271893850970 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/9671/statm: 11893 364 245 79 0 219 0
[pid=9694] ppid=9671 vsize=79280 CPUtime=1230.23
/proc/9694/stat : 9694 (eSAT_static) R 9671 9671 9634 0 -1 4194304 19434 0 0 0 122999 24 0 0 25 0 1 0 652269524 81182720 19330 996147200 134512640 135177480 4294955968 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 0 0 0
/proc/9694/statm: 19820 19330 81 162 0 19655 0
Current children cumulated CPU time (s) 1232.35
Current children cumulated vsize (KiB) 126852

[startup+1302.3 s]
/proc/loadavg: 1.99 1.97 1.99 3/75 9866
/proc/meminfo: memFree=1565840/2055920 swapFree=4158044/4192956
[pid=9671] ppid=9669 vsize=47572 CPUtime=2.12
/proc/9671/stat : 9671 (galacE.sh) S 9669 9671 9634 0 -1 4194304 799 23046 0 1 0 0 198 14 17 0 1 0 652269298 48713728 364 996147200 4194304 4520092 548682068832 18446744073709551615 271893850970 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/9671/statm: 11893 364 245 79 0 219 0
[pid=9694] ppid=9671 vsize=79420 CPUtime=1290.2
/proc/9694/stat : 9694 (eSAT_static) R 9671 9671 9634 0 -1 4194304 19453 0 0 0 128996 24 0 0 25 0 1 0 652269524 81326080 19349 996147200 134512640 135177480 4294955968 18446744073709551615 134565379 0 0 4096 3 0 0 0 17 0 0 0
/proc/9694/statm: 19855 19349 81 162 0 19690 0
Current children cumulated CPU time (s) 1292.32
Current children cumulated vsize (KiB) 126992

[startup+1362.3 s]
/proc/loadavg: 1.99 1.97 1.99 3/75 9866
/proc/meminfo: memFree=1559440/2055920 swapFree=4158044/4192956
[pid=9671] ppid=9669 vsize=47572 CPUtime=2.12
/proc/9671/stat : 9671 (galacE.sh) S 9669 9671 9634 0 -1 4194304 799 23046 0 1 0 0 198 14 17 0 1 0 652269298 48713728 364 996147200 4194304 4520092 548682068832 18446744073709551615 271893850970 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/9671/statm: 11893 364 245 79 0 219 0
[pid=9694] ppid=9671 vsize=85904 CPUtime=1350.17
/proc/9694/stat : 9694 (eSAT_static) R 9671 9671 9634 0 -1 4194304 21077 0 0 0 134991 26 0 0 25 0 1 0 652269524 87965696 20973 996147200 134512640 135177480 4294955968 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 0 0 0
/proc/9694/statm: 21476 20973 81 162 0 21311 0
Current children cumulated CPU time (s) 1352.29
Current children cumulated vsize (KiB) 133476

[startup+1422.31 s]
/proc/loadavg: 1.99 1.97 1.99 3/75 9866
/proc/meminfo: memFree=1554768/2055920 swapFree=4158044/4192956
[pid=9671] ppid=9669 vsize=47572 CPUtime=2.12
/proc/9671/stat : 9671 (galacE.sh) S 9669 9671 9634 0 -1 4194304 799 23046 0 1 0 0 198 14 17 0 1 0 652269298 48713728 364 996147200 4194304 4520092 548682068832 18446744073709551615 271893850970 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/9671/statm: 11893 364 245 79 0 219 0
[pid=9694] ppid=9671 vsize=90536 CPUtime=1410.13
/proc/9694/stat : 9694 (eSAT_static) R 9671 9671 9634 0 -1 4194304 22233 0 0 0 140987 26 0 0 25 0 1 0 652269524 92708864 22129 996147200 134512640 135177480 4294955968 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 0 0 0
/proc/9694/statm: 22634 22129 81 162 0 22469 0
Current children cumulated CPU time (s) 1412.25
Current children cumulated vsize (KiB) 138108

[startup+1482.3 s]
/proc/loadavg: 1.99 1.97 1.99 3/75 9868
/proc/meminfo: memFree=1549392/2055920 swapFree=4158044/4192956
[pid=9671] ppid=9669 vsize=47572 CPUtime=2.12
/proc/9671/stat : 9671 (galacE.sh) S 9669 9671 9634 0 -1 4194304 799 23046 0 1 0 0 198 14 17 0 1 0 652269298 48713728 364 996147200 4194304 4520092 548682068832 18446744073709551615 271893850970 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/9671/statm: 11893 364 245 79 0 219 0
[pid=9694] ppid=9671 vsize=95748 CPUtime=1470.1
/proc/9694/stat : 9694 (eSAT_static) R 9671 9671 9634 0 -1 4194304 23545 0 0 0 146982 28 0 0 25 0 1 0 652269524 98045952 23441 996147200 134512640 135177480 4294955968 18446744073709551615 134565521 0 0 4096 3 0 0 0 17 0 0 0
/proc/9694/statm: 23937 23441 81 162 0 23772 0
Current children cumulated CPU time (s) 1472.22
Current children cumulated vsize (KiB) 143320

[startup+1542.3 s]
/proc/loadavg: 1.99 1.97 1.99 3/75 9868
/proc/meminfo: memFree=1546640/2055920 swapFree=4158044/4192956
[pid=9671] ppid=9669 vsize=47572 CPUtime=2.12
/proc/9671/stat : 9671 (galacE.sh) S 9669 9671 9634 0 -1 4194304 799 23046 0 1 0 0 198 14 17 0 1 0 652269298 48713728 364 996147200 4194304 4520092 548682068832 18446744073709551615 271893850970 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/9671/statm: 11893 364 245 79 0 219 0
[pid=9694] ppid=9671 vsize=98584 CPUtime=1530.07
/proc/9694/stat : 9694 (eSAT_static) R 9671 9671 9634 0 -1 4194304 24211 0 0 0 152978 29 0 0 25 0 1 0 652269524 100950016 24107 996147200 134512640 135177480 4294955968 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 0 0 0
/proc/9694/statm: 24646 24107 81 162 0 24481 0
Current children cumulated CPU time (s) 1532.19
Current children cumulated vsize (KiB) 146156

[startup+1602.3 s]
/proc/loadavg: 1.99 1.97 1.99 3/75 9868
/proc/meminfo: memFree=1546640/2055920 swapFree=4158044/4192956
[pid=9671] ppid=9669 vsize=47572 CPUtime=2.12
/proc/9671/stat : 9671 (galacE.sh) S 9669 9671 9634 0 -1 4194304 799 23046 0 1 0 0 198 14 17 0 1 0 652269298 48713728 364 996147200 4194304 4520092 548682068832 18446744073709551615 271893850970 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/9671/statm: 11893 364 245 79 0 219 0
[pid=9694] ppid=9671 vsize=98584 CPUtime=1590.04
/proc/9694/stat : 9694 (eSAT_static) R 9671 9671 9634 0 -1 4194304 24211 0 0 0 158975 29 0 0 25 0 1 0 652269524 100950016 24107 996147200 134512640 135177480 4294955968 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 0 0 0
/proc/9694/statm: 24646 24107 81 162 0 24481 0
Current children cumulated CPU time (s) 1592.16
Current children cumulated vsize (KiB) 146156

[startup+1662.3 s]
/proc/loadavg: 1.99 1.97 1.99 3/75 9868
/proc/meminfo: memFree=1546640/2055920 swapFree=4158044/4192956
[pid=9671] ppid=9669 vsize=47572 CPUtime=2.12
/proc/9671/stat : 9671 (galacE.sh) S 9669 9671 9634 0 -1 4194304 799 23046 0 1 0 0 198 14 17 0 1 0 652269298 48713728 364 996147200 4194304 4520092 548682068832 18446744073709551615 271893850970 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/9671/statm: 11893 364 245 79 0 219 0
[pid=9694] ppid=9671 vsize=98584 CPUtime=1650.01
/proc/9694/stat : 9694 (eSAT_static) R 9671 9671 9634 0 -1 4194304 24211 0 0 0 164972 29 0 0 25 0 1 0 652269524 100950016 24107 996147200 134512640 135177480 4294955968 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 0 0 0
/proc/9694/statm: 24646 24107 81 162 0 24481 0
Current children cumulated CPU time (s) 1652.13
Current children cumulated vsize (KiB) 146156

[startup+1722.3 s]
/proc/loadavg: 1.99 1.97 1.99 3/75 9868
/proc/meminfo: memFree=1546576/2055920 swapFree=4158044/4192956
[pid=9671] ppid=9669 vsize=47572 CPUtime=2.12
/proc/9671/stat : 9671 (galacE.sh) S 9669 9671 9634 0 -1 4194304 799 23046 0 1 0 0 198 14 17 0 1 0 652269298 48713728 364 996147200 4194304 4520092 548682068832 18446744073709551615 271893850970 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/9671/statm: 11893 364 245 79 0 219 0
[pid=9694] ppid=9671 vsize=98584 CPUtime=1709.97
/proc/9694/stat : 9694 (eSAT_static) R 9671 9671 9634 0 -1 4194304 24236 0 0 0 170968 29 0 0 25 0 1 0 652269524 100950016 24132 996147200 134512640 135177480 4294955968 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 0 0 0
/proc/9694/statm: 24646 24132 81 162 0 24481 0
Current children cumulated CPU time (s) 1712.09
Current children cumulated vsize (KiB) 146156

[startup+1782.3 s]
/proc/loadavg: 1.99 1.97 1.99 3/75 9868
/proc/meminfo: memFree=1546512/2055920 swapFree=4158044/4192956
[pid=9671] ppid=9669 vsize=47572 CPUtime=2.12
/proc/9671/stat : 9671 (galacE.sh) S 9669 9671 9634 0 -1 4194304 799 23046 0 1 0 0 198 14 17 0 1 0 652269298 48713728 364 996147200 4194304 4520092 548682068832 18446744073709551615 271893850970 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/9671/statm: 11893 364 245 79 0 219 0
[pid=9694] ppid=9671 vsize=98804 CPUtime=1769.94
/proc/9694/stat : 9694 (eSAT_static) R 9671 9671 9634 0 -1 4194304 24256 0 0 0 176965 29 0 0 25 0 1 0 652269524 101175296 24152 996147200 134512640 135177480 4294955968 18446744073709551615 134565466 0 0 4096 3 0 0 0 17 0 0 0
/proc/9694/statm: 24701 24152 81 162 0 24536 0
Current children cumulated CPU time (s) 1772.06
Current children cumulated vsize (KiB) 146376



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1810.3 s]
/proc/loadavg: 1.99 1.97 1.99 3/75 9874
/proc/meminfo: memFree=1546320/2055920 swapFree=4158044/4192956
[pid=9671] ppid=9669 vsize=47572 CPUtime=2.12
/proc/9671/stat : 9671 (galacE.sh) S 9669 9671 9634 0 -1 4194304 799 23046 0 1 0 0 198 14 17 0 1 0 652269298 48713728 364 996147200 4194304 4520092 548682068832 18446744073709551615 271893850970 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/9671/statm: 11893 364 245 79 0 219 0
[pid=9694] ppid=9671 vsize=98804 CPUtime=1797.93
/proc/9694/stat : 9694 (eSAT_static) R 9671 9671 9634 0 -1 4194304 24256 0 0 0 179764 29 0 0 25 0 1 0 652269524 101175296 24152 996147200 134512640 135177480 4294955968 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 0 0 0
/proc/9694/statm: 24701 24152 81 162 0 24536 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 146376

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

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

[startup+1810.3 s]
/proc/loadavg: 1.99 1.97 1.99 3/75 9874
/proc/meminfo: memFree=1546320/2055920 swapFree=4158044/4192956
[pid=9671] ppid=9669 vsize=47572 CPUtime=2.12
/proc/9671/stat : 9671 (galacE.sh) S 9669 9671 9634 0 -1 4194304 799 23046 0 1 0 0 198 14 17 0 1 0 652269298 48713728 364 996147200 4194304 4520092 548682068832 18446744073709551615 271893850970 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/9671/statm: 11893 364 245 79 0 219 0
[pid=9694] ppid=9671 vsize=98804 CPUtime=1797.93
/proc/9694/stat : 9694 (eSAT_static) R 9671 9671 9634 0 -1 4194304 24256 0 0 0 179764 29 0 0 25 0 1 0 652269524 101175296 24152 996147200 134512640 135177480 4294955968 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 0 0 0
/proc/9694/statm: 24701 24152 81 162 0 24536 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 146376

Child ended because it received signal 15 (SIGTERM)

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 9671 and gives
#  childrusage.ru_utime.tv_sec=1
#  childrusage.ru_utime.tv_usec=985698
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=157975
# CPU time returned by wait4() is 2.14367
# while last known CPU time is 1800.05
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1810.31
CPU time (s): 1800.05
CPU user time (s): 1799.62
CPU system time (s): 0.43
CPU usage (%): 99.4331
Max. virtual memory (cumulated for all children) (KiB): 860336

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1.9857
system time used= 0.157975
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 23845
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= 1167
involuntary context switches= 1213

runsolver used 2.27965 second user time and 5.74113 second system time

The end

Launcher Data (download as text)

Begin job on node60 at 2008-07-05 23:31:02
IDJOB=1101489
IDBENCH=60045
IDSOLVER=351
FILE ID=node60/1101489-1215293462
PBS_JOBID= 7882404
Free space on /tmp= 66464 MiB

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

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= dac92aee527e7948249532822b4b37f5
RANDOM SEED=1829800812

node60.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.216
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.216
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:       1577736 kB
Buffers:         89232 kB
Cached:         212612 kB
SwapCached:      29112 kB
Active:         298684 kB
Inactive:       118720 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1577736 kB
SwapTotal:     4192956 kB
SwapFree:      4158044 kB
Dirty:            3440 kB
Writeback:           0 kB
Mapped:         132172 kB
Slab:            45568 kB
Committed_AS:  1856412 kB
PageTables:       2248 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= 66456 MiB
End job on node60 at 2008-07-06 00:01:14