Trace number 1035819

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
galac E? (TO) 1800.07 1806.12

General information on the benchmark

Namecsp/BH-4-7/
normalized-BlackHole-4-7-h-6_ext.xml
MD5SUMf8515fe51afe0fd2f188b8c24fadcade
Bench Category2-ARY-EXT (binary constraints in extension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark0.040993
Satisfiable
(Un)Satisfiability was proved
Number of variables112
Number of constraints1261
Maximum constraint arity2
Maximum domain size28
Number of constraints which are defined in extension1261
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 ---
0.01/0.75	c start processing
0.01/0.76	c start relation processing
0.01/0.76	c start cnf exporting
2.74/2.88	c parsing time : 0.628
2.74/2.88	c preprocessing time : 2.751
2.74/2.88	
2.74/2.88	c Nary constraints - conflicts : 0 supports : 0
2.74/2.88	c Binary constraints - conflicts : 1161 supports :100
2.74/2.88	c max arity constraint : 2
2.74/2.88	c Max Tuples generated 0
2.74/2.88	c relations : 8
2.74/2.88	c relations BDD: 0
2.74/2.88	c sampling 0/0
2.74/2.88	c vars : 2103 - clauses :  75988
2.74/2.88	
2.82/2.92	 
2.82/2.92	c --- SAT Solver Stats ---
2.82/2.92	 
2.82/2.92	c eSAT 0.1 : minisat core with additionnal features
2.82/2.92	c ============================[ Problem Statistics ]=============================
2.82/2.92	c |                                                                             |
2.82/2.92	c |  Number of variables:  2102                                                 |
2.82/2.92	c |  Number of clauses:    75988                                                |
2.82/2.97	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-1035819-1214953708/watcher-1035819-1214953708 -o /tmp/evaluation-result-1035819-1214953708/solver-1035819-1214953708 -C 1800 -W 2200 -M 900 --output-limit 1,15 HOME/galacE.sh HOME/instance-1035819-1214953708.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.03 1.95 4/74 14797
/proc/meminfo: memFree=1812256/2055920 swapFree=4180444/4192956
[pid=14797] ppid=14795 vsize=18572 CPUtime=0
/proc/14797/stat : 14797 (runsolver) R 14795 14797 13884 0 -1 4194368 15 0 0 0 0 0 0 0 24 0 1 0 1974340414 19017728 292 996147200 4194304 4296836 548682068496 18446744073709551615 213112122663 0 0 4096 24578 0 0 0 17 1 0 0
/proc/14797/statm: 4643 292 257 25 0 2626 0

[startup+0.0265719 s]
/proc/loadavg: 2.00 2.03 1.95 4/74 14797
/proc/meminfo: memFree=1812256/2055920 swapFree=4180444/4192956
[pid=14797] ppid=14795 vsize=8784 CPUtime=0.01
/proc/14797/stat : 14797 (galacE.sh) S 14795 14797 13884 0 -1 4194304 586 1320 0 0 0 0 0 1 20 0 1 0 1974340414 8994816 320 996147200 4194304 4520092 548682068832 18446744073709551615 213112291410 0 2 4096 73728 18446744071563648864 0 0 17 1 0 0
/proc/14797/statm: 2196 320 218 79 0 189 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 8784

[startup+0.10224 s]
/proc/loadavg: 2.00 2.03 1.95 4/74 14797
/proc/meminfo: memFree=1812256/2055920 swapFree=4180444/4192956
[pid=14797] ppid=14795 vsize=47564 CPUtime=0.01
/proc/14797/stat : 14797 (galacE.sh) S 14795 14797 13884 0 -1 4194304 765 1698 0 0 0 0 0 1 18 0 1 0 1974340414 48705536 364 996147200 4194304 4520092 548682068832 18446744073709551615 213111728986 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/14797/statm: 11891 364 245 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47564

[startup+0.302273 s]
/proc/loadavg: 2.00 2.03 1.95 4/74 14797
/proc/meminfo: memFree=1812256/2055920 swapFree=4180444/4192956
[pid=14797] ppid=14795 vsize=47564 CPUtime=0.01
/proc/14797/stat : 14797 (galacE.sh) S 14795 14797 13884 0 -1 4194304 765 1698 0 0 0 0 0 1 18 0 1 0 1974340414 48705536 364 996147200 4194304 4520092 548682068832 18446744073709551615 213111728986 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/14797/statm: 11891 364 245 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47564

[startup+0.702351 s]
/proc/loadavg: 2.00 2.03 1.95 4/74 14797
/proc/meminfo: memFree=1812256/2055920 swapFree=4180444/4192956
[pid=14797] ppid=14795 vsize=47564 CPUtime=0.01
/proc/14797/stat : 14797 (galacE.sh) S 14795 14797 13884 0 -1 4194304 765 1698 0 0 0 0 0 1 18 0 1 0 1974340414 48705536 364 996147200 4194304 4520092 548682068832 18446744073709551615 213111728986 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/14797/statm: 11891 364 245 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47564

[startup+1.50148 s]
/proc/loadavg: 2.00 2.03 1.95 3/84 14819
/proc/meminfo: memFree=1776272/2055920 swapFree=4180444/4192956
[pid=14797] ppid=14795 vsize=47564 CPUtime=0.01
/proc/14797/stat : 14797 (galacE.sh) S 14795 14797 13884 0 -1 4194304 765 1698 0 0 0 0 0 1 18 0 1 0 1974340414 48705536 364 996147200 4194304 4520092 548682068832 18446744073709551615 213111728986 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/14797/statm: 11891 364 245 79 0 219 0
[pid=14811] ppid=14797 vsize=812552 CPUtime=1.44
/proc/14811/stat : 14811 (java) S 14797 14797 13884 0 -1 0 19472 0 1 0 131 13 0 0 18 0 9 0 1974340418 832053248 18887 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14811/statm: 203138 18887 1914 9 0 197171 0
[pid=14811/tid=14812] ppid=14797 vsize=812552 CPUtime=1.11
/proc/14811/task/14812/stat : 14812 (java) R 14797 14797 13884 0 -1 64 14531 0 1 0 101 10 0 0 25 0 9 0 1974340419 832053248 18887 996147200 134512640 134550740 4294955616 18446744073709551615 102063967 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14811/tid=14813] ppid=14797 vsize=812552 CPUtime=0.02
/proc/14811/task/14813/stat : 14813 (java) S 14797 14797 13884 0 -1 64 3375 0 0 0 1 1 0 0 16 0 9 0 1974340421 832053248 18887 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14811/tid=14814] ppid=14797 vsize=812552 CPUtime=0
/proc/14811/task/14814/stat : 14814 (java) S 14797 14797 13884 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 1974340421 832053248 18887 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14811/tid=14815] ppid=14797 vsize=812552 CPUtime=0
/proc/14811/task/14815/stat : 14815 (java) S 14797 14797 13884 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 1974340421 832053248 18887 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14811/tid=14816] ppid=14797 vsize=812552 CPUtime=0
/proc/14811/task/14816/stat : 14816 (java) S 14797 14797 13884 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1974340423 832053248 18887 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14811/tid=14817] ppid=14797 vsize=812552 CPUtime=0.27
/proc/14811/task/14817/stat : 14817 (java) S 14797 14797 13884 0 -1 64 865 0 0 0 27 0 0 0 16 0 9 0 1974340423 832053248 18887 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14811/tid=14818] ppid=14797 vsize=812552 CPUtime=0
/proc/14811/task/14818/stat : 14818 (java) S 14797 14797 13884 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1974340423 832053248 18887 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14811/tid=14819] ppid=14797 vsize=812552 CPUtime=0
/proc/14811/task/14819/stat : 14819 (java) S 14797 14797 13884 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1974340423 832053248 18887 996147200 134512640 134550740 4294955616 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) 860116

[startup+3.10175 s]
/proc/loadavg: 2.00 2.03 1.95 3/84 14819
/proc/meminfo: memFree=1737232/2055920 swapFree=4180444/4192956
[pid=14797] ppid=14795 vsize=47564 CPUtime=2.85
/proc/14797/stat : 14797 (galacE.sh) S 14795 14797 13884 0 -1 4194304 799 22496 0 1 0 0 267 18 17 0 1 0 1974340414 48705536 364 996147200 4194304 4520092 548682068832 18446744073709551615 213111728986 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/14797/statm: 11891 364 245 79 0 219 0
Current children cumulated CPU time (s) 2.85
Current children cumulated vsize (KiB) 47564

[startup+6.3013 s]
/proc/loadavg: 2.00 2.03 1.95 3/76 14820
/proc/meminfo: memFree=1802328/2055920 swapFree=4180444/4192956
[pid=14797] ppid=14795 vsize=47564 CPUtime=2.85
/proc/14797/stat : 14797 (galacE.sh) S 14795 14797 13884 0 -1 4194304 799 22496 0 1 0 0 267 18 17 0 1 0 1974340414 48705536 364 996147200 4194304 4520092 548682068832 18446744073709551615 213111728986 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/14797/statm: 11891 364 245 79 0 219 0
[pid=14820] ppid=14797 vsize=9624 CPUtime=3.33
/proc/14820/stat : 14820 (eSAT_static) R 14797 14797 13884 0 -1 4194304 2412 0 0 0 332 1 0 0 25 0 1 0 1974340707 9854976 2266 996147200 134512640 135177480 4294955984 18446744073709551615 134564712 0 0 4096 3 0 0 0 17 1 0 0
/proc/14820/statm: 2406 2266 81 162 0 2241 0
Current children cumulated CPU time (s) 6.18
Current children cumulated vsize (KiB) 57188

[startup+12.7014 s]
/proc/loadavg: 2.00 2.03 1.95 3/76 14820
/proc/meminfo: memFree=1796312/2055920 swapFree=4180444/4192956
[pid=14797] ppid=14795 vsize=47564 CPUtime=2.85
/proc/14797/stat : 14797 (galacE.sh) S 14795 14797 13884 0 -1 4194304 799 22496 0 1 0 0 267 18 17 0 1 0 1974340414 48705536 364 996147200 4194304 4520092 548682068832 18446744073709551615 213111728986 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/14797/statm: 11891 364 245 79 0 219 0
[pid=14820] ppid=14797 vsize=14808 CPUtime=9.67
/proc/14820/stat : 14820 (eSAT_static) R 14797 14797 13884 0 -1 4194304 3690 0 0 0 965 2 0 0 25 0 1 0 1974340707 15163392 3544 996147200 134512640 135177480 4294955984 18446744073709551615 134565414 0 0 4096 3 0 0 0 17 1 0 0
/proc/14820/statm: 3702 3544 81 162 0 3537 0
Current children cumulated CPU time (s) 12.52
Current children cumulated vsize (KiB) 62372

[startup+25.5026 s]
/proc/loadavg: 2.00 2.03 1.95 3/76 14820
/proc/meminfo: memFree=1791704/2055920 swapFree=4180444/4192956
[pid=14797] ppid=14795 vsize=47564 CPUtime=2.85
/proc/14797/stat : 14797 (galacE.sh) S 14795 14797 13884 0 -1 4194304 799 22496 0 1 0 0 267 18 17 0 1 0 1974340414 48705536 364 996147200 4194304 4520092 548682068832 18446744073709551615 213111728986 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/14797/statm: 11891 364 245 79 0 219 0
[pid=14820] ppid=14797 vsize=19304 CPUtime=22.35
/proc/14820/stat : 14820 (eSAT_static) R 14797 14797 13884 0 -1 4194304 4809 0 0 0 2232 3 0 0 25 0 1 0 1974340707 19767296 4663 996147200 134512640 135177480 4294955984 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 1 0 0
/proc/14820/statm: 4826 4663 81 162 0 4661 0
Current children cumulated CPU time (s) 25.2
Current children cumulated vsize (KiB) 66868

[startup+51.1029 s]
/proc/loadavg: 2.00 2.02 1.95 3/76 14820
/proc/meminfo: memFree=1779608/2055920 swapFree=4180444/4192956
[pid=14797] ppid=14795 vsize=47564 CPUtime=2.85
/proc/14797/stat : 14797 (galacE.sh) S 14795 14797 13884 0 -1 4194304 799 22496 0 1 0 0 267 18 17 0 1 0 1974340414 48705536 364 996147200 4194304 4520092 548682068832 18446744073709551615 213111728986 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/14797/statm: 11891 364 245 79 0 219 0
[pid=14820] ppid=14797 vsize=31000 CPUtime=47.71
/proc/14820/stat : 14820 (eSAT_static) R 14797 14797 13884 0 -1 4194304 7761 0 0 0 4765 6 0 0 25 0 1 0 1974340707 31744000 7615 996147200 134512640 135177480 4294955984 18446744073709551615 134565260 0 0 4096 3 0 0 0 17 1 0 0
/proc/14820/statm: 7750 7615 81 162 0 7585 0
Current children cumulated CPU time (s) 50.56
Current children cumulated vsize (KiB) 78564

[startup+102.307 s]
/proc/loadavg: 2.00 2.02 1.95 3/76 14820
/proc/meminfo: memFree=1762200/2055920 swapFree=4180444/4192956
[pid=14797] ppid=14795 vsize=47564 CPUtime=2.85
/proc/14797/stat : 14797 (galacE.sh) S 14795 14797 13884 0 -1 4194304 799 22496 0 1 0 0 267 18 17 0 1 0 1974340414 48705536 364 996147200 4194304 4520092 548682068832 18446744073709551615 213111728986 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/14797/statm: 11891 364 245 79 0 219 0
[pid=14820] ppid=14797 vsize=48216 CPUtime=98.42
/proc/14820/stat : 14820 (eSAT_static) R 14797 14797 13884 0 -1 4194304 12041 0 0 0 9831 11 0 0 25 0 1 0 1974340707 49373184 11895 996147200 134512640 135177480 4294955984 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 1 0 0
/proc/14820/statm: 12054 11895 81 162 0 11889 0
Current children cumulated CPU time (s) 101.27
Current children cumulated vsize (KiB) 95780

[startup+162.303 s]
/proc/loadavg: 2.00 2.01 1.95 3/76 14820
/proc/meminfo: memFree=1755032/2055920 swapFree=4180444/4192956
[pid=14797] ppid=14795 vsize=47564 CPUtime=2.85
/proc/14797/stat : 14797 (galacE.sh) S 14795 14797 13884 0 -1 4194304 799 22496 0 1 0 0 267 18 17 0 1 0 1974340414 48705536 364 996147200 4194304 4520092 548682068832 18446744073709551615 213111728986 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/14797/statm: 11891 364 245 79 0 219 0
[pid=14820] ppid=14797 vsize=55392 CPUtime=157.86
/proc/14820/stat : 14820 (eSAT_static) R 14797 14797 13884 0 -1 4194304 13794 0 0 0 15773 13 0 0 25 0 1 0 1974340707 56721408 13648 996147200 134512640 135177480 4294955984 18446744073709551615 134565486 0 0 4096 3 0 0 0 17 1 0 0
/proc/14820/statm: 13848 13648 81 162 0 13683 0
Current children cumulated CPU time (s) 160.71
Current children cumulated vsize (KiB) 102956

[startup+222.302 s]
/proc/loadavg: 2.00 2.01 1.95 3/76 14820
/proc/meminfo: memFree=1745368/2055920 swapFree=4180444/4192956
[pid=14797] ppid=14795 vsize=47564 CPUtime=2.85
/proc/14797/stat : 14797 (galacE.sh) S 14795 14797 13884 0 -1 4194304 799 22496 0 1 0 0 267 18 17 0 1 0 1974340414 48705536 364 996147200 4194304 4520092 548682068832 18446744073709551615 213111728986 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/14797/statm: 11891 364 245 79 0 219 0
[pid=14820] ppid=14797 vsize=64400 CPUtime=217.29
/proc/14820/stat : 14820 (eSAT_static) R 14797 14797 13884 0 -1 4194304 16097 0 0 0 21713 16 0 0 25 0 1 0 1974340707 65945600 15951 996147200 134512640 135177480 4294955984 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 1 0 0
/proc/14820/statm: 16100 15951 81 162 0 15935 0
Current children cumulated CPU time (s) 220.14
Current children cumulated vsize (KiB) 111964

[startup+282.301 s]
/proc/loadavg: 2.00 2.00 1.95 3/76 14820
/proc/meminfo: memFree=1738392/2055920 swapFree=4180444/4192956
[pid=14797] ppid=14795 vsize=47564 CPUtime=2.85
/proc/14797/stat : 14797 (galacE.sh) S 14795 14797 13884 0 -1 4194304 799 22496 0 1 0 0 267 18 17 0 1 0 1974340414 48705536 364 996147200 4194304 4520092 548682068832 18446744073709551615 213111728986 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/14797/statm: 11891 364 245 79 0 219 0
[pid=14820] ppid=14797 vsize=71036 CPUtime=276.73
/proc/14820/stat : 14820 (eSAT_static) R 14797 14797 13884 0 -1 4194304 17751 0 0 0 27655 18 0 0 25 0 1 0 1974340707 72740864 17605 996147200 134512640 135177480 4294955984 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 1 0 0
/proc/14820/statm: 17759 17605 81 162 0 17594 0
Current children cumulated CPU time (s) 279.58
Current children cumulated vsize (KiB) 118600

[startup+342.301 s]
/proc/loadavg: 2.00 2.00 1.95 3/76 14820
/proc/meminfo: memFree=1727448/2055920 swapFree=4180444/4192956
[pid=14797] ppid=14795 vsize=47564 CPUtime=2.85
/proc/14797/stat : 14797 (galacE.sh) S 14795 14797 13884 0 -1 4194304 799 22496 0 1 0 0 267 18 17 0 1 0 1974340414 48705536 364 996147200 4194304 4520092 548682068832 18446744073709551615 213111728986 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/14797/statm: 11891 364 245 79 0 219 0
[pid=14820] ppid=14797 vsize=80948 CPUtime=336.15
/proc/14820/stat : 14820 (eSAT_static) R 14797 14797 13884 0 -1 4194304 20146 0 0 0 33594 21 0 0 25 0 1 0 1974340707 82890752 20000 996147200 134512640 135177480 4294955984 18446744073709551615 134565474 0 0 4096 3 0 0 0 17 1 0 0
/proc/14820/statm: 20237 20000 81 162 0 20072 0
Current children cumulated CPU time (s) 339
Current children cumulated vsize (KiB) 128512

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

/proc/14820/statm: 37325 37094 81 162 0 37160 0
Current children cumulated CPU time (s) 1176.55
Current children cumulated vsize (KiB) 196864

[startup+1242.3 s]
/proc/loadavg: 2.08 2.03 1.96 3/74 14849
/proc/meminfo: memFree=1667432/2055920 swapFree=4180444/4192956
[pid=14797] ppid=14795 vsize=47564 CPUtime=2.85
/proc/14797/stat : 14797 (galacE.sh) S 14795 14797 13884 0 -1 4194304 799 22496 0 1 0 0 267 18 17 0 1 0 1974340414 48705536 364 996147200 4194304 4520092 548682068832 18446744073709551615 213111728986 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/14797/statm: 11891 364 245 79 0 219 0
[pid=14820] ppid=14797 vsize=161488 CPUtime=1233.67
/proc/14820/stat : 14820 (eSAT_static) R 14797 14797 13884 0 -1 4194304 40294 0 0 0 123318 49 0 0 25 0 1 0 1974340707 165363712 40148 996147200 134512640 135177480 4294955984 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 0 0 0
/proc/14820/statm: 40372 40148 81 162 0 40207 0
Current children cumulated CPU time (s) 1236.52
Current children cumulated vsize (KiB) 209052

[startup+1302.3 s]
/proc/loadavg: 2.30 2.08 1.98 3/74 14849
/proc/meminfo: memFree=1660840/2055920 swapFree=4180444/4192956
[pid=14797] ppid=14795 vsize=47564 CPUtime=2.85
/proc/14797/stat : 14797 (galacE.sh) S 14795 14797 13884 0 -1 4194304 799 22496 0 1 0 0 267 18 17 0 1 0 1974340414 48705536 364 996147200 4194304 4520092 548682068832 18446744073709551615 213111728986 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/14797/statm: 11891 364 245 79 0 219 0
[pid=14820] ppid=14797 vsize=168688 CPUtime=1293.65
/proc/14820/stat : 14820 (eSAT_static) R 14797 14797 13884 0 -1 4194304 41878 0 0 0 129313 52 0 0 25 0 1 0 1974340707 172736512 41732 996147200 134512640 135177480 4294955984 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 0 0 0
/proc/14820/statm: 42172 41732 81 162 0 42007 0
Current children cumulated CPU time (s) 1296.5
Current children cumulated vsize (KiB) 216252

[startup+1362.3 s]
/proc/loadavg: 2.19 2.09 2.00 3/74 14849
/proc/meminfo: memFree=1660840/2055920 swapFree=4180444/4192956
[pid=14797] ppid=14795 vsize=47564 CPUtime=2.85
/proc/14797/stat : 14797 (galacE.sh) S 14795 14797 13884 0 -1 4194304 799 22496 0 1 0 0 267 18 17 0 1 0 1974340414 48705536 364 996147200 4194304 4520092 548682068832 18446744073709551615 213111728986 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/14797/statm: 11891 364 245 79 0 219 0
[pid=14820] ppid=14797 vsize=168688 CPUtime=1353.62
/proc/14820/stat : 14820 (eSAT_static) R 14797 14797 13884 0 -1 4194304 41878 0 0 0 135310 52 0 0 25 0 1 0 1974340707 172736512 41732 996147200 134512640 135177480 4294955984 18446744073709551615 134565395 0 0 4096 3 0 0 0 17 0 0 0
/proc/14820/statm: 42172 41732 81 162 0 42007 0
Current children cumulated CPU time (s) 1356.47
Current children cumulated vsize (KiB) 216252

[startup+1422.31 s]
/proc/loadavg: 2.07 2.07 2.00 3/74 14849
/proc/meminfo: memFree=1660840/2055920 swapFree=4180444/4192956
[pid=14797] ppid=14795 vsize=47564 CPUtime=2.85
/proc/14797/stat : 14797 (galacE.sh) S 14795 14797 13884 0 -1 4194304 799 22496 0 1 0 0 267 18 17 0 1 0 1974340414 48705536 364 996147200 4194304 4520092 548682068832 18446744073709551615 213111728986 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/14797/statm: 11891 364 245 79 0 219 0
[pid=14820] ppid=14797 vsize=168688 CPUtime=1413.6
/proc/14820/stat : 14820 (eSAT_static) R 14797 14797 13884 0 -1 4194304 41878 0 0 0 141308 52 0 0 25 0 1 0 1974340707 172736512 41732 996147200 134512640 135177480 4294955984 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 0 0 0
/proc/14820/statm: 42172 41732 81 162 0 42007 0
Current children cumulated CPU time (s) 1416.45
Current children cumulated vsize (KiB) 216252

[startup+1482.3 s]
/proc/loadavg: 2.02 2.06 2.00 3/74 14849
/proc/meminfo: memFree=1660840/2055920 swapFree=4180444/4192956
[pid=14797] ppid=14795 vsize=47564 CPUtime=2.85
/proc/14797/stat : 14797 (galacE.sh) S 14795 14797 13884 0 -1 4194304 799 22496 0 1 0 0 267 18 17 0 1 0 1974340414 48705536 364 996147200 4194304 4520092 548682068832 18446744073709551615 213111728986 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/14797/statm: 11891 364 245 79 0 219 0
[pid=14820] ppid=14797 vsize=168688 CPUtime=1473.57
/proc/14820/stat : 14820 (eSAT_static) R 14797 14797 13884 0 -1 4194304 41880 0 0 0 147305 52 0 0 25 0 1 0 1974340707 172736512 41734 996147200 134512640 135177480 4294955984 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 0 0 0
/proc/14820/statm: 42172 41734 81 162 0 42007 0
Current children cumulated CPU time (s) 1476.42
Current children cumulated vsize (KiB) 216252

[startup+1542.3 s]
/proc/loadavg: 2.01 2.05 2.00 3/74 14849
/proc/meminfo: memFree=1660840/2055920 swapFree=4180444/4192956
[pid=14797] ppid=14795 vsize=47564 CPUtime=2.85
/proc/14797/stat : 14797 (galacE.sh) S 14795 14797 13884 0 -1 4194304 799 22496 0 1 0 0 267 18 17 0 1 0 1974340414 48705536 364 996147200 4194304 4520092 548682068832 18446744073709551615 213111728986 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/14797/statm: 11891 364 245 79 0 219 0
[pid=14820] ppid=14797 vsize=168688 CPUtime=1533.54
/proc/14820/stat : 14820 (eSAT_static) R 14797 14797 13884 0 -1 4194304 41881 0 0 0 153302 52 0 0 25 0 1 0 1974340707 172736512 41735 996147200 134512640 135177480 4294955984 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 0 0 0
/proc/14820/statm: 42172 41735 81 162 0 42007 0
Current children cumulated CPU time (s) 1536.39
Current children cumulated vsize (KiB) 216252

[startup+1602.3 s]
/proc/loadavg: 2.00 2.03 2.00 3/74 14851
/proc/meminfo: memFree=1660648/2055920 swapFree=4180444/4192956
[pid=14797] ppid=14795 vsize=47564 CPUtime=2.85
/proc/14797/stat : 14797 (galacE.sh) S 14795 14797 13884 0 -1 4194304 799 22496 0 1 0 0 267 18 17 0 1 0 1974340414 48705536 364 996147200 4194304 4520092 548682068832 18446744073709551615 213111728986 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/14797/statm: 11891 364 245 79 0 219 0
[pid=14820] ppid=14797 vsize=168688 CPUtime=1593.51
/proc/14820/stat : 14820 (eSAT_static) R 14797 14797 13884 0 -1 4194304 41882 0 0 0 159299 52 0 0 25 0 1 0 1974340707 172736512 41736 996147200 134512640 135177480 4294955984 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 0 0 0
/proc/14820/statm: 42172 41736 81 162 0 42007 0
Current children cumulated CPU time (s) 1596.36
Current children cumulated vsize (KiB) 216252

[startup+1662.3 s]
/proc/loadavg: 2.00 2.03 2.00 3/74 14851
/proc/meminfo: memFree=1660648/2055920 swapFree=4180444/4192956
[pid=14797] ppid=14795 vsize=47564 CPUtime=2.85
/proc/14797/stat : 14797 (galacE.sh) S 14795 14797 13884 0 -1 4194304 799 22496 0 1 0 0 267 18 17 0 1 0 1974340414 48705536 364 996147200 4194304 4520092 548682068832 18446744073709551615 213111728986 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/14797/statm: 11891 364 245 79 0 219 0
[pid=14820] ppid=14797 vsize=168688 CPUtime=1653.48
/proc/14820/stat : 14820 (eSAT_static) R 14797 14797 13884 0 -1 4194304 41886 0 0 0 165296 52 0 0 25 0 1 0 1974340707 172736512 41740 996147200 134512640 135177480 4294955984 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 0 0 0
/proc/14820/statm: 42172 41740 81 162 0 42007 0
Current children cumulated CPU time (s) 1656.33
Current children cumulated vsize (KiB) 216252

[startup+1722.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/74 14851
/proc/meminfo: memFree=1660584/2055920 swapFree=4180444/4192956
[pid=14797] ppid=14795 vsize=47564 CPUtime=2.85
/proc/14797/stat : 14797 (galacE.sh) S 14795 14797 13884 0 -1 4194304 799 22496 0 1 0 0 267 18 17 0 1 0 1974340414 48705536 364 996147200 4194304 4520092 548682068832 18446744073709551615 213111728986 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/14797/statm: 11891 364 245 79 0 219 0
[pid=14820] ppid=14797 vsize=168688 CPUtime=1713.46
/proc/14820/stat : 14820 (eSAT_static) R 14797 14797 13884 0 -1 4194304 41890 0 0 0 171294 52 0 0 25 0 1 0 1974340707 172736512 41744 996147200 134512640 135177480 4294955984 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 0 0 0
/proc/14820/statm: 42172 41744 81 162 0 42007 0
Current children cumulated CPU time (s) 1716.31
Current children cumulated vsize (KiB) 216252

[startup+1782.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/74 14851
/proc/meminfo: memFree=1652328/2055920 swapFree=4180444/4192956
[pid=14797] ppid=14795 vsize=47564 CPUtime=2.85
/proc/14797/stat : 14797 (galacE.sh) S 14795 14797 13884 0 -1 4194304 799 22496 0 1 0 0 267 18 17 0 1 0 1974340414 48705536 364 996147200 4194304 4520092 548682068832 18446744073709551615 213111728986 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/14797/statm: 11891 364 245 79 0 219 0
[pid=14820] ppid=14797 vsize=176828 CPUtime=1773.43
/proc/14820/stat : 14820 (eSAT_static) R 14797 14797 13884 0 -1 4194304 43956 0 0 0 177288 55 0 0 25 0 1 0 1974340707 181071872 43810 996147200 134512640 135177480 4294955984 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 0 0 0
/proc/14820/statm: 44207 43810 81 162 0 44042 0
Current children cumulated CPU time (s) 1776.28
Current children cumulated vsize (KiB) 224392



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1806.1 s]
/proc/loadavg: 2.00 2.01 2.00 3/74 14851
/proc/meminfo: memFree=1648488/2055920 swapFree=4180444/4192956
[pid=14797] ppid=14795 vsize=47564 CPUtime=2.85
/proc/14797/stat : 14797 (galacE.sh) S 14795 14797 13884 0 -1 4194304 799 22496 0 1 0 0 267 18 17 0 1 0 1974340414 48705536 364 996147200 4194304 4520092 548682068832 18446744073709551615 213111728986 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/14797/statm: 11891 364 245 79 0 219 0
[pid=14820] ppid=14797 vsize=180600 CPUtime=1797.22
/proc/14820/stat : 14820 (eSAT_static) R 14797 14797 13884 0 -1 4194304 44905 0 0 0 179667 55 0 0 25 0 1 0 1974340707 184934400 44759 996147200 134512640 135177480 4294955984 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 0 0 0
/proc/14820/statm: 45150 44759 81 162 0 44985 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 228164

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

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

[startup+1806.1 s]
/proc/loadavg: 2.00 2.01 2.00 3/74 14851
/proc/meminfo: memFree=1648488/2055920 swapFree=4180444/4192956
[pid=14797] ppid=14795 vsize=47564 CPUtime=2.85
/proc/14797/stat : 14797 (galacE.sh) S 14795 14797 13884 0 -1 4194304 799 22496 0 1 0 0 267 18 17 0 1 0 1974340414 48705536 364 996147200 4194304 4520092 548682068832 18446744073709551615 213111728986 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/14797/statm: 11891 364 245 79 0 219 0
[pid=14820] ppid=14797 vsize=180600 CPUtime=1797.22
/proc/14820/stat : 14820 (eSAT_static) R 14797 14797 13884 0 -1 4194304 44905 0 0 0 179667 55 0 0 25 0 1 0 1974340707 184934400 44759 996147200 134512640 135177480 4294955984 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 0 0 0
/proc/14820/statm: 45150 44759 81 162 0 44985 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 228164

Child ended because it received signal 15 (SIGTERM)

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 14797 and gives
#  childrusage.ru_utime.tv_sec=2
#  childrusage.ru_utime.tv_usec=677592
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=187971
# CPU time returned by wait4() is 2.86556
# while last known CPU time is 1800.07
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1806.12
CPU time (s): 1800.07
CPU user time (s): 1799.34
CPU system time (s): 0.73
CPU usage (%): 99.6652
Max. virtual memory (cumulated for all children) (KiB): 860116

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2.67759
system time used= 0.187971
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 23295
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= 1209
involuntary context switches= 1233

runsolver used 1.69074 second user time and 5.41418 second system time

The end

Launcher Data (download as text)

Begin job on node68 at 2008-07-02 01:08:28
IDJOB=1035819
IDBENCH=53418
IDSOLVER=351
FILE ID=node68/1035819-1214953708
PBS_JOBID= 7870198
Free space on /tmp= 66540 MiB

SOLVER NAME= galac E
BENCH NAME= CPAI08/csp/BH-4-7/normalized-BlackHole-4-7-h-6_ext.xml
COMMAND LINE= HOME/galacE.sh BENCHNAME 
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1035819-1214953708/watcher-1035819-1214953708 -o /tmp/evaluation-result-1035819-1214953708/solver-1035819-1214953708 -C 1800 -W 2200 -M 900 --output-limit 1,15  HOME/galacE.sh HOME/instance-1035819-1214953708.xml 

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= f8515fe51afe0fd2f188b8c24fadcade
RANDOM SEED=1274983140

node68.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:       1812672 kB
Buffers:         15828 kB
Cached:         125688 kB
SwapCached:       6520 kB
Active:         104488 kB
Inactive:        76288 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1812672 kB
SwapTotal:     4192956 kB
SwapFree:      4180444 kB
Dirty:            3160 kB
Writeback:           0 kB
Mapped:          46408 kB
Slab:            47804 kB
Committed_AS:  4076264 kB
PageTables:       1820 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 node68 at 2008-07-02 01:38:37