Trace number 1035081

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.08 1805.12

General information on the benchmark

Namecsp/rand-2-27/
normalized-rand-27-27-351-163-63021_ext.xml
MD5SUM63094bb3e0d5b7671c766ca5de694f92
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.245
Satisfiable
(Un)Satisfiability was proved
Number of variables27
Number of constraints351
Maximum constraint arity2
Maximum domain size27
Number of constraints which are defined in extension351
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.03	c --- Preproc Stats ---
1.05/1.15	c start processing
1.05/1.15	c start relation processing
1.05/1.17	c start cnf exporting
2.73/2.84	c parsing time : 1.021
2.73/2.84	c preprocessing time : 2.706
2.73/2.84	
2.73/2.84	c Nary constraints - conflicts : 0 supports : 0
2.73/2.84	c Binary constraints - conflicts : 351 supports :0
2.73/2.84	c max arity constraint : 2
2.73/2.84	c Max Tuples generated 0
2.73/2.84	c relations : 351
2.73/2.84	c relations BDD: 0
2.73/2.84	c sampling 0/0
2.73/2.84	c vars : 730 - clauses :  66717
2.73/2.84	
2.73/2.90	 
2.73/2.90	c --- SAT Solver Stats ---
2.73/2.90	 
2.73/2.90	c eSAT 0.1 : minisat core with additionnal features
2.73/2.90	c ============================[ Problem Statistics ]=============================
2.73/2.90	c |                                                                             |
2.79/2.90	c |  Number of variables:  729                                                  |
2.79/2.90	c |  Number of clauses:    66717                                                |
2.79/2.94	c |  Parsing time:         0.03         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-1035081-1214951481/watcher-1035081-1214951481 -o /tmp/evaluation-result-1035081-1214951481/solver-1035081-1214951481 -C 1800 -W 2200 -M 900 --output-limit 1,15 HOME/galacE.sh HOME/instance-1035081-1214951481.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.93 2.02 1.75 4/72 3875
/proc/meminfo: memFree=1628392/2055920 swapFree=4109588/4192956
[pid=3875] ppid=3873 vsize=8652 CPUtime=0
/proc/3875/stat : 3875 (galacE.sh) S 3873 3875 3644 0 -1 4194304 346 0 0 0 0 0 0 0 16 0 1 0 1524824374 8859648 280 996147200 4194304 4520092 548682068832 18446744073709551615 215418596186 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/3875/statm: 2163 280 208 79 0 156 0
[pid=3876] ppid=3875 vsize=8688 CPUtime=0
/proc/3876/stat : 3876 (galacE.sh) S 3875 3875 3644 0 -1 4194368 36 0 0 0 0 0 0 0 17 0 1 0 1524824375 8896512 286 996147200 4194304 4520092 548682068832 18446744073709551615 215419158610 0 0 4096 73728 18446744071563648864 0 0 17 1 0 0
/proc/3876/statm: 2172 286 209 79 0 165 0
[pid=3877] ppid=3876 vsize=3476 CPUtime=0
/proc/3877/stat : 3877 (id) R 3876 3875 3644 0 -1 4194304 93 0 0 0 0 0 0 0 18 0 1 0 1524824375 3559424 57 996147200 4194304 4211724 548682068848 18446744073709551615 215419419972 0 0 3674112 0 0 0 0 17 0 0 0
/proc/3877/statm: 902 71 56 4 0 43 0

[startup+0.0424419 s]
/proc/loadavg: 1.93 2.02 1.75 4/72 3875
/proc/meminfo: memFree=1628392/2055920 swapFree=4109588/4192956
[pid=3875] ppid=3873 vsize=47580 CPUtime=0.01
/proc/3875/stat : 3875 (galacE.sh) S 3873 3875 3644 0 -1 4194304 765 1697 0 0 0 0 0 1 18 0 1 0 1524824374 48721920 364 996147200 4194304 4520092 548682068832 18446744073709551615 215418596186 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/3875/statm: 11895 364 245 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47580

[startup+0.102178 s]
/proc/loadavg: 1.93 2.02 1.75 4/72 3875
/proc/meminfo: memFree=1628392/2055920 swapFree=4109588/4192956
[pid=3875] ppid=3873 vsize=47580 CPUtime=0.01
/proc/3875/stat : 3875 (galacE.sh) S 3873 3875 3644 0 -1 4194304 765 1697 0 0 0 0 0 1 18 0 1 0 1524824374 48721920 364 996147200 4194304 4520092 548682068832 18446744073709551615 215418596186 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/3875/statm: 11895 364 245 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47580

[startup+0.301213 s]
/proc/loadavg: 1.93 2.02 1.75 4/72 3875
/proc/meminfo: memFree=1628392/2055920 swapFree=4109588/4192956
[pid=3875] ppid=3873 vsize=47580 CPUtime=0.01
/proc/3875/stat : 3875 (galacE.sh) S 3873 3875 3644 0 -1 4194304 765 1697 0 0 0 0 0 1 18 0 1 0 1524824374 48721920 364 996147200 4194304 4520092 548682068832 18446744073709551615 215418596186 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/3875/statm: 11895 364 245 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47580

[startup+0.701293 s]
/proc/loadavg: 1.93 2.02 1.75 4/72 3875
/proc/meminfo: memFree=1628392/2055920 swapFree=4109588/4192956
[pid=3875] ppid=3873 vsize=47580 CPUtime=0.01
/proc/3875/stat : 3875 (galacE.sh) S 3873 3875 3644 0 -1 4194304 765 1697 0 0 0 0 0 1 18 0 1 0 1524824374 48721920 364 996147200 4194304 4520092 548682068832 18446744073709551615 215418596186 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/3875/statm: 11895 364 245 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47580

[startup+1.50245 s]
/proc/loadavg: 1.93 2.02 1.75 3/82 3897
/proc/meminfo: memFree=1558296/2055920 swapFree=4109588/4192956
[pid=3875] ppid=3873 vsize=47580 CPUtime=0.01
/proc/3875/stat : 3875 (galacE.sh) S 3873 3875 3644 0 -1 4194304 765 1697 0 0 0 0 0 1 18 0 1 0 1524824374 48721920 364 996147200 4194304 4520092 548682068832 18446744073709551615 215418596186 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/3875/statm: 11895 364 245 79 0 219 0
[pid=3889] ppid=3875 vsize=812760 CPUtime=1.44
/proc/3889/stat : 3889 (java) S 3875 3875 3644 0 -1 0 19854 0 1 0 134 10 0 0 18 0 9 0 1524824378 832266240 19278 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/3889/statm: 203190 19278 1905 9 0 197171 0
[pid=3889/tid=3890] ppid=3875 vsize=812760 CPUtime=1.13
/proc/3889/task/3890/stat : 3890 (java) R 3875 3875 3644 0 -1 64 14507 0 1 0 106 7 0 0 25 0 9 0 1524824379 832266240 19278 996147200 134512640 134550740 4294955616 18446744073709551615 4127101452 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3889/tid=3891] ppid=3875 vsize=812760 CPUtime=0.02
/proc/3889/task/3891/stat : 3891 (java) S 3875 3875 3644 0 -1 64 3787 0 0 0 1 1 0 0 16 0 9 0 1524824380 832266240 19278 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=3889/tid=3892] ppid=3875 vsize=812760 CPUtime=0
/proc/3889/task/3892/stat : 3892 (java) S 3875 3875 3644 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1524824380 832266240 19278 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3889/tid=3893] ppid=3875 vsize=812760 CPUtime=0
/proc/3889/task/3893/stat : 3893 (java) S 3875 3875 3644 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 1524824381 832266240 19278 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3889/tid=3894] ppid=3875 vsize=812760 CPUtime=0
/proc/3889/task/3894/stat : 3894 (java) S 3875 3875 3644 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 1524824383 832266240 19278 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3889/tid=3895] ppid=3875 vsize=812760 CPUtime=0.25
/proc/3889/task/3895/stat : 3895 (java) S 3875 3875 3644 0 -1 64 861 0 0 0 25 0 0 0 15 0 9 0 1524824383 832266240 19278 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3889/tid=3896] ppid=3875 vsize=812760 CPUtime=0
/proc/3889/task/3896/stat : 3896 (java) S 3875 3875 3644 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1524824383 832266240 19278 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3889/tid=3897] ppid=3875 vsize=812760 CPUtime=0
/proc/3889/task/3897/stat : 3897 (java) S 3875 3875 3644 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1524824383 832266240 19278 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.45
Current children cumulated vsize (KiB) 860340

[startup+3.10175 s]
/proc/loadavg: 1.93 2.02 1.75 4/82 3897
/proc/meminfo: memFree=1550232/2055920 swapFree=4109588/4192956
[pid=3875] ppid=3873 vsize=47580 CPUtime=2.79
/proc/3875/stat : 3875 (galacE.sh) S 3873 3875 3644 0 -1 4194304 799 23330 0 1 0 0 266 13 17 0 1 0 1524824374 48721920 364 996147200 4194304 4520092 548682068832 18446744073709551615 215418596186 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/3875/statm: 11895 364 245 79 0 219 0
Current children cumulated CPU time (s) 2.79
Current children cumulated vsize (KiB) 47580

[startup+6.30237 s]
/proc/loadavg: 1.94 2.02 1.75 3/74 3898
/proc/meminfo: memFree=1621144/2055920 swapFree=4109588/4192956
[pid=3875] ppid=3873 vsize=47580 CPUtime=2.79
/proc/3875/stat : 3875 (galacE.sh) S 3873 3875 3644 0 -1 4194304 799 23330 0 1 0 0 266 13 17 0 1 0 1524824374 48721920 364 996147200 4194304 4520092 548682068832 18446744073709551615 215418596186 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/3875/statm: 11895 364 245 79 0 219 0
[pid=3898] ppid=3875 vsize=7776 CPUtime=3.36
/proc/3898/stat : 3898 (eSAT_static) R 3875 3875 3644 0 -1 4194304 1928 0 0 0 336 0 0 0 25 0 1 0 1524824664 7962624 1756 996147200 134512640 135177480 4294955984 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 1 0 0
/proc/3898/statm: 1944 1756 80 162 0 1779 0
Current children cumulated CPU time (s) 6.15
Current children cumulated vsize (KiB) 55356

[startup+12.7016 s]
/proc/loadavg: 1.94 2.02 1.76 3/74 3898
/proc/meminfo: memFree=1614488/2055920 swapFree=4109588/4192956
[pid=3875] ppid=3873 vsize=47580 CPUtime=2.79
/proc/3875/stat : 3875 (galacE.sh) S 3873 3875 3644 0 -1 4194304 799 23330 0 1 0 0 266 13 17 0 1 0 1524824374 48721920 364 996147200 4194304 4520092 548682068832 18446744073709551615 215418596186 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/3875/statm: 11895 364 245 79 0 219 0
[pid=3898] ppid=3875 vsize=13152 CPUtime=9.71
/proc/3898/stat : 3898 (eSAT_static) R 3875 3875 3644 0 -1 4194304 3278 0 0 0 970 1 0 0 25 0 1 0 1524824664 13467648 3106 996147200 134512640 135177480 4294955984 18446744073709551615 134565379 0 0 4096 3 0 0 0 17 1 0 0
/proc/3898/statm: 3288 3106 80 162 0 3123 0
Current children cumulated CPU time (s) 12.5
Current children cumulated vsize (KiB) 60732

[startup+25.5011 s]
/proc/loadavg: 1.96 2.02 1.76 3/74 3898
/proc/meminfo: memFree=1611160/2055920 swapFree=4109588/4192956
[pid=3875] ppid=3873 vsize=47580 CPUtime=2.79
/proc/3875/stat : 3875 (galacE.sh) S 3873 3875 3644 0 -1 4194304 799 23330 0 1 0 0 266 13 17 0 1 0 1524824374 48721920 364 996147200 4194304 4520092 548682068832 18446744073709551615 215418596186 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/3875/statm: 11895 364 245 79 0 219 0
[pid=3898] ppid=3875 vsize=16652 CPUtime=22.4
/proc/3898/stat : 3898 (eSAT_static) R 3875 3875 3644 0 -1 4194304 4128 0 0 0 2237 3 0 0 25 0 1 0 1524824664 17051648 3956 996147200 134512640 135177480 4294955984 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 1 0 0
/proc/3898/statm: 4163 3956 80 162 0 3998 0
Current children cumulated CPU time (s) 25.19
Current children cumulated vsize (KiB) 64232

[startup+51.102 s]
/proc/loadavg: 1.97 2.02 1.76 3/74 3898
/proc/meminfo: memFree=1604888/2055920 swapFree=4109588/4192956
[pid=3875] ppid=3873 vsize=47580 CPUtime=2.79
/proc/3875/stat : 3875 (galacE.sh) S 3873 3875 3644 0 -1 4194304 799 23330 0 1 0 0 266 13 17 0 1 0 1524824374 48721920 364 996147200 4194304 4520092 548682068832 18446744073709551615 215418596186 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/3875/statm: 11895 364 245 79 0 219 0
[pid=3898] ppid=3875 vsize=23532 CPUtime=47.77
/proc/3898/stat : 3898 (eSAT_static) R 3875 3875 3644 0 -1 4194304 5858 0 0 0 4773 4 0 0 25 0 1 0 1524824664 24096768 5686 996147200 134512640 135177480 4294955984 18446744073709551615 134565518 0 0 4096 3 0 0 0 17 1 0 0
/proc/3898/statm: 5883 5686 81 162 0 5718 0
Current children cumulated CPU time (s) 50.56
Current children cumulated vsize (KiB) 71112

[startup+102.307 s]
/proc/loadavg: 1.98 2.01 1.77 3/74 3900
/proc/meminfo: memFree=1593688/2055920 swapFree=4109588/4192956
[pid=3875] ppid=3873 vsize=47580 CPUtime=2.79
/proc/3875/stat : 3875 (galacE.sh) S 3873 3875 3644 0 -1 4194304 799 23330 0 1 0 0 266 13 17 0 1 0 1524824374 48721920 364 996147200 4194304 4520092 548682068832 18446744073709551615 215418596186 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/3875/statm: 11895 364 245 79 0 219 0
[pid=3898] ppid=3875 vsize=33888 CPUtime=98.55
/proc/3898/stat : 3898 (eSAT_static) R 3875 3875 3644 0 -1 4194304 8423 0 0 0 9849 6 0 0 25 0 1 0 1524824664 34701312 8251 996147200 134512640 135177480 4294955984 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 1 0 0
/proc/3898/statm: 8472 8251 81 162 0 8307 0
Current children cumulated CPU time (s) 101.34
Current children cumulated vsize (KiB) 81468

[startup+162.301 s]
/proc/loadavg: 1.99 2.01 1.79 3/74 3900
/proc/meminfo: memFree=1592088/2055920 swapFree=4109588/4192956
[pid=3875] ppid=3873 vsize=47580 CPUtime=2.79
/proc/3875/stat : 3875 (galacE.sh) S 3873 3875 3644 0 -1 4194304 799 23330 0 1 0 0 266 13 17 0 1 0 1524824374 48721920 364 996147200 4194304 4520092 548682068832 18446744073709551615 215418596186 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/3875/statm: 11895 364 245 79 0 219 0
[pid=3898] ppid=3875 vsize=35712 CPUtime=158.02
/proc/3898/stat : 3898 (eSAT_static) R 3875 3875 3644 0 -1 4194304 8871 0 0 0 15795 7 0 0 25 0 1 0 1524824664 36569088 8699 996147200 134512640 135177480 4294955984 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 1 0 0
/proc/3898/statm: 8928 8699 81 162 0 8763 0
Current children cumulated CPU time (s) 160.81
Current children cumulated vsize (KiB) 83292

[startup+222.302 s]
/proc/loadavg: 1.99 2.00 1.80 3/74 3900
/proc/meminfo: memFree=1583576/2055920 swapFree=4109588/4192956
[pid=3875] ppid=3873 vsize=47580 CPUtime=2.79
/proc/3875/stat : 3875 (galacE.sh) S 3873 3875 3644 0 -1 4194304 799 23330 0 1 0 0 266 13 17 0 1 0 1524824374 48721920 364 996147200 4194304 4520092 548682068832 18446744073709551615 215418596186 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/3875/statm: 11895 364 245 79 0 219 0
[pid=3898] ppid=3875 vsize=44452 CPUtime=217.51
/proc/3898/stat : 3898 (eSAT_static) R 3875 3875 3644 0 -1 4194304 10999 0 0 0 21742 9 0 0 25 0 1 0 1524824664 45518848 10827 996147200 134512640 135177480 4294955984 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 1 0 0
/proc/3898/statm: 11113 10827 81 162 0 10948 0
Current children cumulated CPU time (s) 220.3
Current children cumulated vsize (KiB) 92032

[startup+282.301 s]
/proc/loadavg: 1.99 2.00 1.81 3/74 3900
/proc/meminfo: memFree=1583512/2055920 swapFree=4109588/4192956
[pid=3875] ppid=3873 vsize=47580 CPUtime=2.79
/proc/3875/stat : 3875 (galacE.sh) S 3873 3875 3644 0 -1 4194304 799 23330 0 1 0 0 266 13 17 0 1 0 1524824374 48721920 364 996147200 4194304 4520092 548682068832 18446744073709551615 215418596186 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/3875/statm: 11895 364 245 79 0 219 0
[pid=3898] ppid=3875 vsize=44584 CPUtime=277
/proc/3898/stat : 3898 (eSAT_static) R 3875 3875 3644 0 -1 4194304 11050 0 0 0 27690 10 0 0 25 0 1 0 1524824664 45654016 10878 996147200 134512640 135177480 4294955984 18446744073709551615 134556856 0 0 4096 3 0 0 0 17 1 0 0
/proc/3898/statm: 11146 10878 81 162 0 10981 0
Current children cumulated CPU time (s) 279.79
Current children cumulated vsize (KiB) 92164

[startup+342.302 s]
/proc/loadavg: 1.99 2.00 1.82 3/74 3900
/proc/meminfo: memFree=1573080/2055920 swapFree=4109588/4192956
[pid=3875] ppid=3873 vsize=47580 CPUtime=2.79
/proc/3875/stat : 3875 (galacE.sh) S 3873 3875 3644 0 -1 4194304 799 23330 0 1 0 0 266 13 17 0 1 0 1524824374 48721920 364 996147200 4194304 4520092 548682068832 18446744073709551615 215418596186 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0

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

/proc/3898/statm: 27646 27211 81 162 0 27481 0
Current children cumulated CPU time (s) 1177.83
Current children cumulated vsize (KiB) 158164

[startup+1242.3 s]
/proc/loadavg: 1.99 2.00 1.91 3/82 3935
/proc/meminfo: memFree=1451096/2055920 swapFree=4109588/4192956
[pid=3875] ppid=3873 vsize=47580 CPUtime=2.79
/proc/3875/stat : 3875 (galacE.sh) S 3873 3875 3644 0 -1 4194304 799 23330 0 1 0 0 266 13 17 0 1 0 1524824374 48721920 364 996147200 4194304 4520092 548682068832 18446744073709551615 215418596186 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/3875/statm: 11895 364 245 79 0 219 0
[pid=3898] ppid=3875 vsize=110584 CPUtime=1234.99
/proc/3898/stat : 3898 (eSAT_static) R 3875 3875 3644 0 -1 4194304 27384 0 0 0 123469 30 0 0 25 0 1 0 1524824664 113238016 27212 996147200 134512640 135177480 4294955984 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 0 0 0
/proc/3898/statm: 27646 27212 81 162 0 27481 0
Current children cumulated CPU time (s) 1237.78
Current children cumulated vsize (KiB) 158164

[startup+1302.3 s]
/proc/loadavg: 1.99 2.00 1.91 3/82 3935
/proc/meminfo: memFree=1451032/2055920 swapFree=4109588/4192956
[pid=3875] ppid=3873 vsize=47580 CPUtime=2.79
/proc/3875/stat : 3875 (galacE.sh) S 3873 3875 3644 0 -1 4194304 799 23330 0 1 0 0 266 13 17 0 1 0 1524824374 48721920 364 996147200 4194304 4520092 548682068832 18446744073709551615 215418596186 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/3875/statm: 11895 364 245 79 0 219 0
[pid=3898] ppid=3875 vsize=110584 CPUtime=1294.94
/proc/3898/stat : 3898 (eSAT_static) R 3875 3875 3644 0 -1 4194304 27384 0 0 0 129464 30 0 0 25 0 1 0 1524824664 113238016 27212 996147200 134512640 135177480 4294955984 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 0 0 0
/proc/3898/statm: 27646 27212 81 162 0 27481 0
Current children cumulated CPU time (s) 1297.73
Current children cumulated vsize (KiB) 158164

[startup+1362.3 s]
/proc/loadavg: 1.99 2.00 1.91 3/82 3935
/proc/meminfo: memFree=1451032/2055920 swapFree=4109588/4192956
[pid=3875] ppid=3873 vsize=47580 CPUtime=2.79
/proc/3875/stat : 3875 (galacE.sh) S 3873 3875 3644 0 -1 4194304 799 23330 0 1 0 0 266 13 17 0 1 0 1524824374 48721920 364 996147200 4194304 4520092 548682068832 18446744073709551615 215418596186 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/3875/statm: 11895 364 245 79 0 219 0
[pid=3898] ppid=3875 vsize=110584 CPUtime=1354.88
/proc/3898/stat : 3898 (eSAT_static) R 3875 3875 3644 0 -1 4194304 27384 0 0 0 135458 30 0 0 25 0 1 0 1524824664 113238016 27212 996147200 134512640 135177480 4294955984 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 0 0 0
/proc/3898/statm: 27646 27212 81 162 0 27481 0
Current children cumulated CPU time (s) 1357.67
Current children cumulated vsize (KiB) 158164

[startup+1422.31 s]
/proc/loadavg: 1.99 2.00 1.91 3/82 3935
/proc/meminfo: memFree=1450328/2055920 swapFree=4109588/4192956
[pid=3875] ppid=3873 vsize=47580 CPUtime=2.79
/proc/3875/stat : 3875 (galacE.sh) S 3873 3875 3644 0 -1 4194304 799 23330 0 1 0 0 266 13 17 0 1 0 1524824374 48721920 364 996147200 4194304 4520092 548682068832 18446744073709551615 215418596186 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/3875/statm: 11895 364 245 79 0 219 0
[pid=3898] ppid=3875 vsize=111492 CPUtime=1414.83
/proc/3898/stat : 3898 (eSAT_static) R 3875 3875 3644 0 -1 4194304 27562 0 0 0 141453 30 0 0 25 0 1 0 1524824664 114167808 27390 996147200 134512640 135177480 4294955984 18446744073709551615 134565337 0 0 4096 3 0 0 0 17 0 0 0
/proc/3898/statm: 27873 27390 81 162 0 27708 0
Current children cumulated CPU time (s) 1417.62
Current children cumulated vsize (KiB) 159072

[startup+1482.3 s]
/proc/loadavg: 1.99 2.00 1.91 3/82 3935
/proc/meminfo: memFree=1450008/2055920 swapFree=4109588/4192956
[pid=3875] ppid=3873 vsize=47580 CPUtime=2.79
/proc/3875/stat : 3875 (galacE.sh) S 3873 3875 3644 0 -1 4194304 799 23330 0 1 0 0 266 13 17 0 1 0 1524824374 48721920 364 996147200 4194304 4520092 548682068832 18446744073709551615 215418596186 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/3875/statm: 11895 364 245 79 0 219 0
[pid=3898] ppid=3875 vsize=111800 CPUtime=1474.77
/proc/3898/stat : 3898 (eSAT_static) R 3875 3875 3644 0 -1 4194304 27669 0 0 0 147447 30 0 0 25 0 1 0 1524824664 114483200 27497 996147200 134512640 135177480 4294955984 18446744073709551615 134565271 0 0 4096 3 0 0 0 17 0 0 0
/proc/3898/statm: 27950 27497 81 162 0 27785 0
Current children cumulated CPU time (s) 1477.56
Current children cumulated vsize (KiB) 159380

[startup+1542.3 s]
/proc/loadavg: 1.99 2.00 1.91 3/82 3935
/proc/meminfo: memFree=1440920/2055920 swapFree=4109588/4192956
[pid=3875] ppid=3873 vsize=47580 CPUtime=2.79
/proc/3875/stat : 3875 (galacE.sh) S 3873 3875 3644 0 -1 4194304 799 23330 0 1 0 0 266 13 17 0 1 0 1524824374 48721920 364 996147200 4194304 4520092 548682068832 18446744073709551615 215418596186 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/3875/statm: 11895 364 245 79 0 219 0
[pid=3898] ppid=3875 vsize=120652 CPUtime=1534.72
/proc/3898/stat : 3898 (eSAT_static) R 3875 3875 3644 0 -1 4194304 29901 0 0 0 153439 33 0 0 25 0 1 0 1524824664 123547648 29729 996147200 134512640 135177480 4294955984 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 0 0 0
/proc/3898/statm: 30163 29729 81 162 0 29998 0
Current children cumulated CPU time (s) 1537.51
Current children cumulated vsize (KiB) 168232

[startup+1602.3 s]
/proc/loadavg: 1.99 2.00 1.91 3/82 3935
/proc/meminfo: memFree=1434520/2055920 swapFree=4109588/4192956
[pid=3875] ppid=3873 vsize=47580 CPUtime=2.79
/proc/3875/stat : 3875 (galacE.sh) S 3873 3875 3644 0 -1 4194304 799 23330 0 1 0 0 266 13 17 0 1 0 1524824374 48721920 364 996147200 4194304 4520092 548682068832 18446744073709551615 215418596186 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/3875/statm: 11895 364 245 79 0 219 0
[pid=3898] ppid=3875 vsize=126992 CPUtime=1594.66
/proc/3898/stat : 3898 (eSAT_static) R 3875 3875 3644 0 -1 4194304 31495 0 0 0 159431 35 0 0 25 0 1 0 1524824664 130039808 31323 996147200 134512640 135177480 4294955984 18446744073709551615 134565248 0 0 4096 3 0 0 0 17 0 0 0
/proc/3898/statm: 31748 31323 81 162 0 31583 0
Current children cumulated CPU time (s) 1597.45
Current children cumulated vsize (KiB) 174572

[startup+1662.3 s]
/proc/loadavg: 1.99 2.00 1.91 3/82 3935
/proc/meminfo: memFree=1429144/2055920 swapFree=4109588/4192956
[pid=3875] ppid=3873 vsize=47580 CPUtime=2.79
/proc/3875/stat : 3875 (galacE.sh) S 3873 3875 3644 0 -1 4194304 799 23330 0 1 0 0 266 13 17 0 1 0 1524824374 48721920 364 996147200 4194304 4520092 548682068832 18446744073709551615 215418596186 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/3875/statm: 11895 364 245 79 0 219 0
[pid=3898] ppid=3875 vsize=132212 CPUtime=1654.61
/proc/3898/stat : 3898 (eSAT_static) R 3875 3875 3644 0 -1 4194304 32819 0 0 0 165424 37 0 0 25 0 1 0 1524824664 135385088 32647 996147200 134512640 135177480 4294955984 18446744073709551615 134565474 0 0 4096 3 0 0 0 17 0 0 0
/proc/3898/statm: 33053 32647 81 162 0 32888 0
Current children cumulated CPU time (s) 1657.4
Current children cumulated vsize (KiB) 179792

[startup+1722.3 s]
/proc/loadavg: 1.99 2.00 1.91 3/82 3935
/proc/meminfo: memFree=1426456/2055920 swapFree=4109588/4192956
[pid=3875] ppid=3873 vsize=47580 CPUtime=2.79
/proc/3875/stat : 3875 (galacE.sh) S 3873 3875 3644 0 -1 4194304 799 23330 0 1 0 0 266 13 17 0 1 0 1524824374 48721920 364 996147200 4194304 4520092 548682068832 18446744073709551615 215418596186 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/3875/statm: 11895 364 245 79 0 219 0
[pid=3898] ppid=3875 vsize=135784 CPUtime=1714.56
/proc/3898/stat : 3898 (eSAT_static) R 3875 3875 3644 0 -1 4194304 33475 0 0 0 171418 38 0 0 25 0 1 0 1524824664 139042816 33303 996147200 134512640 135177480 4294955984 18446744073709551615 134565406 0 0 4096 3 0 0 0 17 0 0 0
/proc/3898/statm: 33946 33303 81 162 0 33781 0
Current children cumulated CPU time (s) 1717.35
Current children cumulated vsize (KiB) 183364

[startup+1782.3 s]
/proc/loadavg: 1.99 2.00 1.91 3/82 3940
/proc/meminfo: memFree=1426008/2055920 swapFree=4109588/4192956
[pid=3875] ppid=3873 vsize=47580 CPUtime=2.79
/proc/3875/stat : 3875 (galacE.sh) S 3873 3875 3644 0 -1 4194304 799 23330 0 1 0 0 266 13 17 0 1 0 1524824374 48721920 364 996147200 4194304 4520092 548682068832 18446744073709551615 215418596186 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/3875/statm: 11895 364 245 79 0 219 0
[pid=3898] ppid=3875 vsize=135784 CPUtime=1774.51
/proc/3898/stat : 3898 (eSAT_static) R 3875 3875 3644 0 -1 4194304 33478 0 0 0 177412 39 0 0 25 0 1 0 1524824664 139042816 33306 996147200 134512640 135177480 4294955984 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 0 0 0
/proc/3898/statm: 33946 33306 81 162 0 33781 0
Current children cumulated CPU time (s) 1777.3
Current children cumulated vsize (KiB) 183364



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1805.11 s]
/proc/loadavg: 1.99 2.00 1.91 4/82 3940
/proc/meminfo: memFree=1426136/2055920 swapFree=4109588/4192956
[pid=3875] ppid=3873 vsize=47580 CPUtime=2.79
/proc/3875/stat : 3875 (galacE.sh) S 3873 3875 3644 0 -1 4194304 799 23330 0 1 0 0 266 13 17 0 1 0 1524824374 48721920 364 996147200 4194304 4520092 548682068832 18446744073709551615 215418596186 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/3875/statm: 11895 364 245 79 0 219 0
[pid=3898] ppid=3875 vsize=135784 CPUtime=1797.29
/proc/3898/stat : 3898 (eSAT_static) R 3875 3875 3644 0 -1 4194304 33479 0 0 0 179690 39 0 0 25 0 1 0 1524824664 139042816 33307 996147200 134512640 135177480 4294955984 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 0 0 0
/proc/3898/statm: 33946 33307 81 162 0 33781 0
Current children cumulated CPU time (s) 1800.08
Current children cumulated vsize (KiB) 183364

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

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

[startup+1805.11 s]
/proc/loadavg: 1.99 2.00 1.91 4/82 3940
/proc/meminfo: memFree=1426136/2055920 swapFree=4109588/4192956
[pid=3875] ppid=3873 vsize=47580 CPUtime=2.79
/proc/3875/stat : 3875 (galacE.sh) S 3873 3875 3644 0 -1 4194304 799 23330 0 1 0 0 266 13 17 0 1 0 1524824374 48721920 364 996147200 4194304 4520092 548682068832 18446744073709551615 215418596186 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/3875/statm: 11895 364 245 79 0 219 0
[pid=3898] ppid=3875 vsize=135784 CPUtime=1797.29
/proc/3898/stat : 3898 (eSAT_static) R 3875 3875 3644 0 -1 4194304 33479 0 0 0 179690 39 0 0 25 0 1 0 1524824664 139042816 33307 996147200 134512640 135177480 4294955984 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 0 0 0
/proc/3898/statm: 33946 33307 81 162 0 33781 0
Current children cumulated CPU time (s) 1800.08
Current children cumulated vsize (KiB) 183364

Child ended because it received signal 15 (SIGTERM)

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

Real time (s): 1805.12
CPU time (s): 1800.08
CPU user time (s): 1799.56
CPU system time (s): 0.52
CPU usage (%): 99.7209
Max. virtual memory (cumulated for all children) (KiB): 860340

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2.67059
system time used= 0.148977
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 24129
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= 1175
involuntary context switches= 1094

runsolver used 2.00169 second user time and 5.21421 second system time

The end

Launcher Data (download as text)

Begin job on node9 at 2008-07-02 00:31:21
IDJOB=1035081
IDBENCH=53377
IDSOLVER=351
FILE ID=node9/1035081-1214951481
PBS_JOBID= 7870315
Free space on /tmp= 66540 MiB

SOLVER NAME= galac E
BENCH NAME= CPAI08/csp/rand-2-27/normalized-rand-27-27-351-163-63021_ext.xml
COMMAND LINE= HOME/galacE.sh BENCHNAME 
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1035081-1214951481/watcher-1035081-1214951481 -o /tmp/evaluation-result-1035081-1214951481/solver-1035081-1214951481 -C 1800 -W 2200 -M 900 --output-limit 1,15  HOME/galacE.sh HOME/instance-1035081-1214951481.xml 

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 63094bb3e0d5b7671c766ca5de694f92
RANDOM SEED=129389942

node9.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.265
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	: 5931.00
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.265
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:       1628872 kB
Buffers:         44716 kB
Cached:         228172 kB
SwapCached:      77176 kB
Active:         146752 kB
Inactive:       230416 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1628872 kB
SwapTotal:     4192956 kB
SwapFree:      4109588 kB
Dirty:            3416 kB
Writeback:           0 kB
Mapped:         108308 kB
Slab:            34948 kB
Committed_AS:  2809948 kB
PageTables:       1956 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= 66528 MiB
End job on node9 at 2008-07-02 01:01:28