Trace number 1039113

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 1815.11

General information on the benchmark

Namecsp/rand-2-25/
normalized-rand-25-25-300-147-56021_ext.xml
MD5SUM10387ee419d7585ea928a96a809dd75b
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 benchmark8.10477
Satisfiable
(Un)Satisfiability was proved
Number of variables25
Number of constraints300
Maximum constraint arity2
Maximum domain size25
Number of constraints which are defined in extension300
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.01/0.87	c start processing
0.01/0.87	c start relation processing
0.01/0.88	c start cnf exporting
2.05/2.13	c parsing time : 0.758
2.05/2.13	c preprocessing time : 2.014
2.05/2.13	
2.05/2.13	c Nary constraints - conflicts : 0 supports : 0
2.05/2.13	c Binary constraints - conflicts : 300 supports :0
2.05/2.13	c max arity constraint : 2
2.05/2.13	c Max Tuples generated 0
2.05/2.13	c relations : 300
2.05/2.13	c relations BDD: 0
2.05/2.13	c sampling 0/0
2.05/2.13	c vars : 626 - clauses :  51625
2.05/2.13	
2.05/2.18	 
2.05/2.18	c --- SAT Solver Stats ---
2.05/2.18	 
2.05/2.18	c eSAT 0.1 : minisat core with additionnal features
2.05/2.18	c ============================[ Problem Statistics ]=============================
2.05/2.18	c |                                                                             |
2.05/2.18	c |  Number of variables:  625                                                  |
2.05/2.18	c |  Number of clauses:    51625                                                |
2.10/2.21	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-1039113-1214967410/watcher-1039113-1214967410 -o /tmp/evaluation-result-1039113-1214967410/solver-1039113-1214967410 -C 1800 -W 2200 -M 900 --output-limit 1,15 HOME/galacE.sh HOME/instance-1039113-1214967410.xml 

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


[startup+0 s]
/proc/loadavg: 1.92 1.98 1.99 4/81 28166
/proc/meminfo: memFree=1179552/2055920 swapFree=4181168/4192956
[pid=28166] ppid=28164 vsize=8652 CPUtime=0
/proc/28166/stat : 28166 (galacE.sh) S 28164 28166 24720 0 -1 4194304 346 0 0 0 0 0 0 0 16 0 1 0 237683733 8859648 280 996147200 4194304 4520092 548682068832 18446744073709551615 214944639834 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/28166/statm: 2163 280 208 79 0 156 0
[pid=28167] ppid=28166 vsize=8688 CPUtime=0
/proc/28167/stat : 28167 (galacE.sh) R 28166 28166 24720 0 -1 4194368 67 485 0 0 0 0 0 0 16 0 1 0 237683733 8896512 288 996147200 4194304 4520092 548682068832 18446744073709551615 214945032863 0 65536 4096 73728 0 0 0 17 1 0 0
/proc/28167/statm: 2172 288 210 79 0 165 0

[startup+0.092318 s]
/proc/loadavg: 1.92 1.98 1.99 4/81 28166
/proc/meminfo: memFree=1179552/2055920 swapFree=4181168/4192956
[pid=28166] ppid=28164 vsize=47564 CPUtime=0.01
/proc/28166/stat : 28166 (galacE.sh) S 28164 28166 24720 0 -1 4194304 765 1697 0 0 0 0 0 1 17 0 1 0 237683733 48705536 364 996147200 4194304 4520092 548682068832 18446744073709551615 214944639834 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/28166/statm: 11891 364 245 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47564

[startup+0.10232 s]
/proc/loadavg: 1.92 1.98 1.99 4/81 28166
/proc/meminfo: memFree=1179552/2055920 swapFree=4181168/4192956
[pid=28166] ppid=28164 vsize=47564 CPUtime=0.01
/proc/28166/stat : 28166 (galacE.sh) S 28164 28166 24720 0 -1 4194304 765 1697 0 0 0 0 0 1 17 0 1 0 237683733 48705536 364 996147200 4194304 4520092 548682068832 18446744073709551615 214944639834 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/28166/statm: 11891 364 245 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47564

[startup+0.303534 s]
/proc/loadavg: 1.92 1.98 1.99 4/81 28166
/proc/meminfo: memFree=1179552/2055920 swapFree=4181168/4192956
[pid=28166] ppid=28164 vsize=47564 CPUtime=0.01
/proc/28166/stat : 28166 (galacE.sh) S 28164 28166 24720 0 -1 4194304 765 1697 0 0 0 0 0 1 17 0 1 0 237683733 48705536 364 996147200 4194304 4520092 548682068832 18446744073709551615 214944639834 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/28166/statm: 11891 364 245 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47564

[startup+0.701439 s]
/proc/loadavg: 1.92 1.98 1.99 4/81 28166
/proc/meminfo: memFree=1179552/2055920 swapFree=4181168/4192956
[pid=28166] ppid=28164 vsize=47564 CPUtime=0.01
/proc/28166/stat : 28166 (galacE.sh) S 28164 28166 24720 0 -1 4194304 765 1697 0 0 0 0 0 1 17 0 1 0 237683733 48705536 364 996147200 4194304 4520092 548682068832 18446744073709551615 214944639834 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/28166/statm: 11891 364 245 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47564

[startup+1.50217 s]
/proc/loadavg: 1.92 1.98 1.99 4/91 28188
/proc/meminfo: memFree=1108944/2055920 swapFree=4181168/4192956
[pid=28166] ppid=28164 vsize=47564 CPUtime=0.01
/proc/28166/stat : 28166 (galacE.sh) S 28164 28166 24720 0 -1 4194304 765 1697 0 0 0 0 0 1 17 0 1 0 237683733 48705536 364 996147200 4194304 4520092 548682068832 18446744073709551615 214944639834 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/28166/statm: 11891 364 245 79 0 219 0
[pid=28180] ppid=28166 vsize=812584 CPUtime=1.44
/proc/28180/stat : 28180 (java) S 28166 28166 24720 0 -1 0 21432 0 1 0 133 11 0 0 18 0 9 0 237683736 832086016 20855 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/28180/statm: 203146 20855 1907 9 0 197179 0
[pid=28180/tid=28181] ppid=28166 vsize=812584 CPUtime=1.13
/proc/28180/task/28181/stat : 28181 (java) R 28166 28166 24720 0 -1 64 14514 0 1 0 106 7 0 0 25 0 9 0 237683737 832086016 20855 996147200 134512640 134550740 4294955616 18446744073709551615 4126609344 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28180/tid=28182] ppid=28166 vsize=812584 CPUtime=0.04
/proc/28180/task/28182/stat : 28182 (java) S 28166 28166 24720 0 -1 64 5364 0 0 0 2 2 0 0 16 0 9 0 237683738 832086016 20855 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=28180/tid=28183] ppid=28166 vsize=812584 CPUtime=0
/proc/28180/task/28183/stat : 28183 (java) S 28166 28166 24720 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 237683739 832086016 20855 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28180/tid=28184] ppid=28166 vsize=812584 CPUtime=0
/proc/28180/task/28184/stat : 28184 (java) S 28166 28166 24720 0 -1 64 4 0 0 0 0 0 0 0 22 0 9 0 237683739 832086016 20855 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28180/tid=28185] ppid=28166 vsize=812584 CPUtime=0
/proc/28180/task/28185/stat : 28185 (java) S 28166 28166 24720 0 -1 64 2 0 0 0 0 0 0 0 23 0 9 0 237683741 832086016 20855 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28180/tid=28186] ppid=28166 vsize=812584 CPUtime=0.24
/proc/28180/task/28186/stat : 28186 (java) S 28166 28166 24720 0 -1 64 856 0 0 0 24 0 0 0 16 0 9 0 237683741 832086016 20855 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28180/tid=28187] ppid=28166 vsize=812584 CPUtime=0
/proc/28180/task/28187/stat : 28187 (java) S 28166 28166 24720 0 -1 64 0 0 0 0 0 0 0 0 24 0 9 0 237683741 832086016 20855 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28180/tid=28188] ppid=28166 vsize=812584 CPUtime=0
/proc/28180/task/28188/stat : 28188 (java) S 28166 28166 24720 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 237683741 832086016 20855 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) 860148

[startup+3.1019 s]
/proc/loadavg: 1.92 1.98 1.99 3/91 28188
/proc/meminfo: memFree=1101840/2055920 swapFree=4181168/4192956
[pid=28166] ppid=28164 vsize=47564 CPUtime=2.1
/proc/28166/stat : 28166 (galacE.sh) S 28164 28166 24720 0 -1 4194304 799 23142 0 1 0 0 196 14 17 0 1 0 237683733 48705536 364 996147200 4194304 4520092 548682068832 18446744073709551615 214944639834 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/28166/statm: 11891 364 245 79 0 219 0
Current children cumulated CPU time (s) 2.1
Current children cumulated vsize (KiB) 47564

[startup+6.30251 s]
/proc/loadavg: 1.93 1.98 1.99 3/83 28189
/proc/meminfo: memFree=1171920/2055920 swapFree=4181168/4192956
[pid=28166] ppid=28164 vsize=47564 CPUtime=2.1
/proc/28166/stat : 28166 (galacE.sh) S 28164 28166 24720 0 -1 4194304 799 23142 0 1 0 0 196 14 17 0 1 0 237683733 48705536 364 996147200 4194304 4520092 548682068832 18446744073709551615 214944639834 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/28166/statm: 11891 364 245 79 0 219 0
[pid=28189] ppid=28166 vsize=7884 CPUtime=4.1
/proc/28189/stat : 28189 (eSAT_static) R 28166 28166 24720 0 -1 4194304 1883 0 0 0 410 0 0 0 25 0 1 0 237683951 8073216 1745 996147200 134512640 135177480 4294955984 18446744073709551615 134572454 0 0 4096 3 0 0 0 17 1 0 0
/proc/28189/statm: 1971 1745 81 162 0 1806 0
Current children cumulated CPU time (s) 6.2
Current children cumulated vsize (KiB) 55448

[startup+12.7018 s]
/proc/loadavg: 1.93 1.98 1.99 3/83 28189
/proc/meminfo: memFree=1166736/2055920 swapFree=4181168/4192956
[pid=28166] ppid=28164 vsize=47564 CPUtime=2.1
/proc/28166/stat : 28166 (galacE.sh) S 28164 28166 24720 0 -1 4194304 799 23142 0 1 0 0 196 14 17 0 1 0 237683733 48705536 364 996147200 4194304 4520092 548682068832 18446744073709551615 214944639834 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/28166/statm: 11891 364 245 79 0 219 0
[pid=28189] ppid=28166 vsize=12504 CPUtime=10.5
/proc/28189/stat : 28189 (eSAT_static) R 28166 28166 24720 0 -1 4194304 3024 0 0 0 1049 1 0 0 25 0 1 0 237683951 12804096 2886 996147200 134512640 135177480 4294955984 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 1 0 0
/proc/28189/statm: 3126 2886 81 162 0 2961 0
Current children cumulated CPU time (s) 12.6
Current children cumulated vsize (KiB) 60068

[startup+25.5012 s]
/proc/loadavg: 1.95 1.98 1.99 3/83 28189
/proc/meminfo: memFree=1162896/2055920 swapFree=4181168/4192956
[pid=28166] ppid=28164 vsize=47564 CPUtime=2.1
/proc/28166/stat : 28166 (galacE.sh) S 28164 28166 24720 0 -1 4194304 799 23142 0 1 0 0 196 14 17 0 1 0 237683733 48705536 364 996147200 4194304 4520092 548682068832 18446744073709551615 214944639834 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/28166/statm: 11891 364 245 79 0 219 0
[pid=28189] ppid=28166 vsize=16528 CPUtime=23.3
/proc/28189/stat : 28189 (eSAT_static) R 28166 28166 24720 0 -1 4194304 4047 0 0 0 2327 3 0 0 25 0 1 0 237683951 16924672 3909 996147200 134512640 135177480 4294955984 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 1 0 0
/proc/28189/statm: 4132 3909 81 162 0 3967 0
Current children cumulated CPU time (s) 25.4
Current children cumulated vsize (KiB) 64092

[startup+51.1012 s]
/proc/loadavg: 1.96 1.98 1.99 3/83 28189
/proc/meminfo: memFree=1159568/2055920 swapFree=4181168/4192956
[pid=28166] ppid=28164 vsize=47564 CPUtime=2.1
/proc/28166/stat : 28166 (galacE.sh) S 28164 28166 24720 0 -1 4194304 799 23142 0 1 0 0 196 14 17 0 1 0 237683733 48705536 364 996147200 4194304 4520092 548682068832 18446744073709551615 214944639834 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/28166/statm: 11891 364 245 79 0 219 0
[pid=28189] ppid=28166 vsize=19872 CPUtime=48.88
/proc/28189/stat : 28189 (eSAT_static) R 28166 28166 24720 0 -1 4194304 4847 0 0 0 4885 3 0 0 25 0 1 0 237683951 20348928 4709 996147200 134512640 135177480 4294955984 18446744073709551615 134565521 0 0 4096 3 0 0 0 17 1 0 0
/proc/28189/statm: 4968 4709 81 162 0 4803 0
Current children cumulated CPU time (s) 50.98
Current children cumulated vsize (KiB) 67436

[startup+102.306 s]
/proc/loadavg: 2.03 2.00 2.00 3/70 28230
/proc/meminfo: memFree=1218360/2055920 swapFree=4181168/4192956
[pid=28166] ppid=28164 vsize=47564 CPUtime=2.1
/proc/28166/stat : 28166 (galacE.sh) S 28164 28166 24720 0 -1 4194304 799 23142 0 1 0 0 196 14 17 0 1 0 237683733 48705536 364 996147200 4194304 4520092 548682068832 18446744073709551615 214944639834 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/28166/statm: 11891 364 245 79 0 219 0
[pid=28189] ppid=28166 vsize=29312 CPUtime=100.01
/proc/28189/stat : 28189 (eSAT_static) R 28166 28166 24720 0 -1 4194304 7158 0 0 0 9995 6 0 0 25 0 1 0 237683951 30015488 7020 996147200 134512640 135177480 4294955984 18446744073709551615 134565395 0 0 4096 3 0 0 0 17 1 0 0
/proc/28189/statm: 7328 7020 81 162 0 7163 0
Current children cumulated CPU time (s) 102.11
Current children cumulated vsize (KiB) 76876

[startup+162.302 s]
/proc/loadavg: 2.04 2.01 2.00 3/76 28266
/proc/meminfo: memFree=1185424/2055920 swapFree=4181168/4192956
[pid=28166] ppid=28164 vsize=47564 CPUtime=2.1
/proc/28166/stat : 28166 (galacE.sh) S 28164 28166 24720 0 -1 4194304 799 23142 0 1 0 0 196 14 17 0 1 0 237683733 48705536 364 996147200 4194304 4520092 548682068832 18446744073709551615 214944639834 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/28166/statm: 11891 364 245 79 0 219 0
[pid=28189] ppid=28166 vsize=34184 CPUtime=159.48
/proc/28189/stat : 28189 (eSAT_static) R 28166 28166 24720 0 -1 4194304 8400 0 0 0 15940 8 0 0 25 0 1 0 237683951 35004416 8262 996147200 134512640 135177480 4294955984 18446744073709551615 134565560 0 0 4096 3 0 0 0 17 0 0 0
/proc/28189/statm: 8546 8262 81 162 0 8381 0
Current children cumulated CPU time (s) 161.58
Current children cumulated vsize (KiB) 81748

[startup+222.301 s]
/proc/loadavg: 2.01 2.01 2.00 3/76 28266
/proc/meminfo: memFree=1173456/2055920 swapFree=4181168/4192956
[pid=28166] ppid=28164 vsize=47564 CPUtime=2.1
/proc/28166/stat : 28166 (galacE.sh) S 28164 28166 24720 0 -1 4194304 799 23142 0 1 0 0 196 14 17 0 1 0 237683733 48705536 364 996147200 4194304 4520092 548682068832 18446744073709551615 214944639834 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/28166/statm: 11891 364 245 79 0 219 0
[pid=28189] ppid=28166 vsize=44020 CPUtime=218.96
/proc/28189/stat : 28189 (eSAT_static) R 28166 28166 24720 0 -1 4194304 10802 0 0 0 21885 11 0 0 25 0 1 0 237683951 45076480 10664 996147200 134512640 135177480 4294955984 18446744073709551615 134565395 0 0 4096 3 0 0 0 17 0 0 0
/proc/28189/statm: 11005 10664 81 162 0 10840 0
Current children cumulated CPU time (s) 221.06
Current children cumulated vsize (KiB) 91584

[startup+282.302 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 28272
/proc/meminfo: memFree=1167888/2055920 swapFree=4181168/4192956
[pid=28166] ppid=28164 vsize=47564 CPUtime=2.1
/proc/28166/stat : 28166 (galacE.sh) S 28164 28166 24720 0 -1 4194304 799 23142 0 1 0 0 196 14 17 0 1 0 237683733 48705536 364 996147200 4194304 4520092 548682068832 18446744073709551615 214944639834 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/28166/statm: 11891 364 245 79 0 219 0
[pid=28189] ppid=28166 vsize=44020 CPUtime=278.43
/proc/28189/stat : 28189 (eSAT_static) R 28166 28166 24720 0 -1 4194304 10803 0 0 0 27832 11 0 0 25 0 1 0 237683951 45076480 10665 996147200 134512640 135177480 4294955984 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 0 0 0
/proc/28189/statm: 11005 10665 81 162 0 10840 0
Current children cumulated CPU time (s) 280.53
Current children cumulated vsize (KiB) 91584

[startup+342.302 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 28272
/proc/meminfo: memFree=1156688/2055920 swapFree=4181168/4192956
[pid=28166] ppid=28164 vsize=47564 CPUtime=2.1
/proc/28166/stat : 28166 (galacE.sh) S 28164 28166 24720 0 -1 4194304 799 23142 0 1 0 0 196 14 17 0 1 0 237683733 48705536 364 996147200 4194304 4520092 548682068832 18446744073709551615 214944639834 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/28166/statm: 11891 364 245 79 0 219 0
[pid=28189] ppid=28166 vsize=52256 CPUtime=337.91
/proc/28189/stat : 28189 (eSAT_static) R 28166 28166 24720 0 -1 4194304 12866 0 0 0 33778 13 0 0 25 0 1 0 237683951 53510144 12720 996147200 134512640 135177480 4294955984 18446744073709551615 134565345 0 0 4096 3 0 0 0 17 0 0 0

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

/proc/28189/statm: 25228 24715 81 162 0 25063 0
Current children cumulated CPU time (s) 1172.74
Current children cumulated vsize (KiB) 148476

[startup+1242.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 28272
/proc/meminfo: memFree=1087184/2055920 swapFree=4181168/4192956
[pid=28166] ppid=28164 vsize=47564 CPUtime=2.1
/proc/28166/stat : 28166 (galacE.sh) S 28164 28166 24720 0 -1 4194304 799 23142 0 1 0 0 196 14 17 0 1 0 237683733 48705536 364 996147200 4194304 4520092 548682068832 18446744073709551615 214944639834 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/28166/statm: 11891 364 245 79 0 219 0
[pid=28189] ppid=28166 vsize=100992 CPUtime=1230.11
/proc/28189/stat : 28189 (eSAT_static) R 28166 28166 24720 0 -1 4194304 24877 0 0 0 122984 27 0 0 25 0 1 0 237683951 103415808 24731 996147200 134512640 135177480 4294955984 18446744073709551615 134565397 0 0 4096 3 0 0 0 17 0 0 0
/proc/28189/statm: 25248 24731 81 162 0 25083 0
Current children cumulated CPU time (s) 1232.21
Current children cumulated vsize (KiB) 148556

[startup+1302.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 28272
/proc/meminfo: memFree=1083600/2055920 swapFree=4181168/4192956
[pid=28166] ppid=28164 vsize=47564 CPUtime=2.1
/proc/28166/stat : 28166 (galacE.sh) S 28164 28166 24720 0 -1 4194304 799 23142 0 1 0 0 196 14 17 0 1 0 237683733 48705536 364 996147200 4194304 4520092 548682068832 18446744073709551615 214944639834 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/28166/statm: 11891 364 245 79 0 219 0
[pid=28189] ppid=28166 vsize=100992 CPUtime=1289.6
/proc/28189/stat : 28189 (eSAT_static) R 28166 28166 24720 0 -1 4194304 24882 0 0 0 128933 27 0 0 25 0 1 0 237683951 103415808 24736 996147200 134512640 135177480 4294955984 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 0 0 0
/proc/28189/statm: 25248 24736 81 162 0 25083 0
Current children cumulated CPU time (s) 1291.7
Current children cumulated vsize (KiB) 148556

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 28272
/proc/meminfo: memFree=1083536/2055920 swapFree=4181168/4192956
[pid=28166] ppid=28164 vsize=47564 CPUtime=2.1
/proc/28166/stat : 28166 (galacE.sh) S 28164 28166 24720 0 -1 4194304 799 23142 0 1 0 0 196 14 17 0 1 0 237683733 48705536 364 996147200 4194304 4520092 548682068832 18446744073709551615 214944639834 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/28166/statm: 11891 364 245 79 0 219 0
[pid=28189] ppid=28166 vsize=100992 CPUtime=1349.07
/proc/28189/stat : 28189 (eSAT_static) R 28166 28166 24720 0 -1 4194304 24883 0 0 0 134880 27 0 0 25 0 1 0 237683951 103415808 24737 996147200 134512640 135177480 4294955984 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 0 0 0
/proc/28189/statm: 25248 24737 81 162 0 25083 0
Current children cumulated CPU time (s) 1351.17
Current children cumulated vsize (KiB) 148556

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 28272
/proc/meminfo: memFree=1083152/2055920 swapFree=4181168/4192956
[pid=28166] ppid=28164 vsize=47564 CPUtime=2.1
/proc/28166/stat : 28166 (galacE.sh) S 28164 28166 24720 0 -1 4194304 799 23142 0 1 0 0 196 14 17 0 1 0 237683733 48705536 364 996147200 4194304 4520092 548682068832 18446744073709551615 214944639834 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/28166/statm: 11891 364 245 79 0 219 0
[pid=28189] ppid=28166 vsize=100992 CPUtime=1408.55
/proc/28189/stat : 28189 (eSAT_static) R 28166 28166 24720 0 -1 4194304 24884 0 0 0 140828 27 0 0 25 0 1 0 237683951 103415808 24738 996147200 134512640 135177480 4294955984 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 0 0 0
/proc/28189/statm: 25248 24738 81 162 0 25083 0
Current children cumulated CPU time (s) 1410.65
Current children cumulated vsize (KiB) 148556

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 28272
/proc/meminfo: memFree=1082768/2055920 swapFree=4181168/4192956
[pid=28166] ppid=28164 vsize=47564 CPUtime=2.1
/proc/28166/stat : 28166 (galacE.sh) S 28164 28166 24720 0 -1 4194304 799 23142 0 1 0 0 196 14 17 0 1 0 237683733 48705536 364 996147200 4194304 4520092 548682068832 18446744073709551615 214944639834 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/28166/statm: 11891 364 245 79 0 219 0
[pid=28189] ppid=28166 vsize=100992 CPUtime=1468.03
/proc/28189/stat : 28189 (eSAT_static) R 28166 28166 24720 0 -1 4194304 24886 0 0 0 146776 27 0 0 25 0 1 0 237683951 103415808 24740 996147200 134512640 135177480 4294955984 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 0 0 0
/proc/28189/statm: 25248 24740 81 162 0 25083 0
Current children cumulated CPU time (s) 1470.13
Current children cumulated vsize (KiB) 148556

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 28272
/proc/meminfo: memFree=1082512/2055920 swapFree=4181168/4192956
[pid=28166] ppid=28164 vsize=47564 CPUtime=2.1
/proc/28166/stat : 28166 (galacE.sh) S 28164 28166 24720 0 -1 4194304 799 23142 0 1 0 0 196 14 17 0 1 0 237683733 48705536 364 996147200 4194304 4520092 548682068832 18446744073709551615 214944639834 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/28166/statm: 11891 364 245 79 0 219 0
[pid=28189] ppid=28166 vsize=101156 CPUtime=1527.51
/proc/28189/stat : 28189 (eSAT_static) R 28166 28166 24720 0 -1 4194304 24915 0 0 0 152724 27 0 0 25 0 1 0 237683951 103583744 24769 996147200 134512640 135177480 4294955984 18446744073709551615 134565395 0 0 4096 3 0 0 0 17 0 0 0
/proc/28189/statm: 25289 24769 81 162 0 25124 0
Current children cumulated CPU time (s) 1529.61
Current children cumulated vsize (KiB) 148720

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 28272
/proc/meminfo: memFree=1082320/2055920 swapFree=4181168/4192956
[pid=28166] ppid=28164 vsize=47564 CPUtime=2.1
/proc/28166/stat : 28166 (galacE.sh) S 28164 28166 24720 0 -1 4194304 799 23142 0 1 0 0 196 14 17 0 1 0 237683733 48705536 364 996147200 4194304 4520092 548682068832 18446744073709551615 214944639834 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/28166/statm: 11891 364 245 79 0 219 0
[pid=28189] ppid=28166 vsize=101400 CPUtime=1586.99
/proc/28189/stat : 28189 (eSAT_static) R 28166 28166 24720 0 -1 4194304 24967 0 0 0 158672 27 0 0 25 0 1 0 237683951 103833600 24821 996147200 134512640 135177480 4294955984 18446744073709551615 134565379 0 0 4096 3 0 0 0 17 0 0 0
/proc/28189/statm: 25350 24821 81 162 0 25185 0
Current children cumulated CPU time (s) 1589.09
Current children cumulated vsize (KiB) 148964

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 28272
/proc/meminfo: memFree=1077392/2055920 swapFree=4181168/4192956
[pid=28166] ppid=28164 vsize=47564 CPUtime=2.1
/proc/28166/stat : 28166 (galacE.sh) S 28164 28166 24720 0 -1 4194304 799 23142 0 1 0 0 196 14 17 0 1 0 237683733 48705536 364 996147200 4194304 4520092 548682068832 18446744073709551615 214944639834 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/28166/statm: 11891 364 245 79 0 219 0
[pid=28189] ppid=28166 vsize=106140 CPUtime=1646.47
/proc/28189/stat : 28189 (eSAT_static) R 28166 28166 24720 0 -1 4194304 26169 0 0 0 164618 29 0 0 25 0 1 0 237683951 108687360 26023 996147200 134512640 135177480 4294955984 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 0 0 0
/proc/28189/statm: 26535 26023 81 162 0 26370 0
Current children cumulated CPU time (s) 1648.57
Current children cumulated vsize (KiB) 153704

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 28272
/proc/meminfo: memFree=1069264/2055920 swapFree=4181168/4192956
[pid=28166] ppid=28164 vsize=47564 CPUtime=2.1
/proc/28166/stat : 28166 (galacE.sh) S 28164 28166 24720 0 -1 4194304 799 23142 0 1 0 0 196 14 17 0 1 0 237683733 48705536 364 996147200 4194304 4520092 548682068832 18446744073709551615 214944639834 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/28166/statm: 11891 364 245 79 0 219 0
[pid=28189] ppid=28166 vsize=114260 CPUtime=1705.96
/proc/28189/stat : 28189 (eSAT_static) R 28166 28166 24720 0 -1 4194304 28198 0 0 0 170565 31 0 0 25 0 1 0 237683951 117002240 28052 996147200 134512640 135177480 4294955984 18446744073709551615 134565474 0 0 4096 3 0 0 0 17 0 0 0
/proc/28189/statm: 28565 28052 81 162 0 28400 0
Current children cumulated CPU time (s) 1708.06
Current children cumulated vsize (KiB) 161824

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 28272
/proc/meminfo: memFree=1064720/2055920 swapFree=4181168/4192956
[pid=28166] ppid=28164 vsize=47564 CPUtime=2.1
/proc/28166/stat : 28166 (galacE.sh) S 28164 28166 24720 0 -1 4194304 799 23142 0 1 0 0 196 14 17 0 1 0 237683733 48705536 364 996147200 4194304 4520092 548682068832 18446744073709551615 214944639834 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/28166/statm: 11891 364 245 79 0 219 0
[pid=28189] ppid=28166 vsize=118444 CPUtime=1765.43
/proc/28189/stat : 28189 (eSAT_static) R 28166 28166 24720 0 -1 4194304 29256 0 0 0 176510 33 0 0 25 0 1 0 237683951 121286656 29110 996147200 134512640 135177480 4294955984 18446744073709551615 134565474 0 0 4096 3 0 0 0 17 0 0 0
/proc/28189/statm: 29611 29110 81 162 0 29446 0
Current children cumulated CPU time (s) 1767.53
Current children cumulated vsize (KiB) 166008



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1815.1 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 28272
/proc/meminfo: memFree=1064720/2055920 swapFree=4181168/4192956
[pid=28166] ppid=28164 vsize=47564 CPUtime=2.1
/proc/28166/stat : 28166 (galacE.sh) S 28164 28166 24720 0 -1 4194304 799 23142 0 1 0 0 196 14 17 0 1 0 237683733 48705536 364 996147200 4194304 4520092 548682068832 18446744073709551615 214944639834 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/28166/statm: 11891 364 245 79 0 219 0
[pid=28189] ppid=28166 vsize=118444 CPUtime=1797.95
/proc/28189/stat : 28189 (eSAT_static) R 28166 28166 24720 0 -1 4194304 29257 0 0 0 179762 33 0 0 25 0 1 0 237683951 121286656 29111 996147200 134512640 135177480 4294955984 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 0 0 0
/proc/28189/statm: 29611 29111 81 162 0 29446 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 166008

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

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

[startup+1815.1 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 28272
/proc/meminfo: memFree=1064720/2055920 swapFree=4181168/4192956
[pid=28166] ppid=28164 vsize=47564 CPUtime=2.1
/proc/28166/stat : 28166 (galacE.sh) S 28164 28166 24720 0 -1 4194304 799 23142 0 1 0 0 196 14 17 0 1 0 237683733 48705536 364 996147200 4194304 4520092 548682068832 18446744073709551615 214944639834 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/28166/statm: 11891 364 245 79 0 219 0
[pid=28189] ppid=28166 vsize=118444 CPUtime=1797.95
/proc/28189/stat : 28189 (eSAT_static) R 28166 28166 24720 0 -1 4194304 29257 0 0 0 179762 33 0 0 25 0 1 0 237683951 121286656 29111 996147200 134512640 135177480 4294955984 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 0 0 0
/proc/28189/statm: 29611 29111 81 162 0 29446 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 166008

Child ended because it received signal 15 (SIGTERM)

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 28166 and gives
#  childrusage.ru_utime.tv_sec=1
#  childrusage.ru_utime.tv_usec=967700
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=151976
# CPU time returned by wait4() is 2.11968
# 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): 1815.11
CPU time (s): 1800.05
CPU user time (s): 1799.58
CPU system time (s): 0.47
CPU usage (%): 99.1701
Max. virtual memory (cumulated for all children) (KiB): 860148

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1.9677
system time used= 0.151976
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 23941
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= 1148
involuntary context switches= 1115

runsolver used 1.86072 second user time and 4.87526 second system time

The end

Launcher Data (download as text)

Begin job on node85 at 2008-07-02 04:56:50
IDJOB=1039113
IDBENCH=53601
IDSOLVER=351
FILE ID=node85/1039113-1214967410
PBS_JOBID= 7870166
Free space on /tmp= 126844 MiB

SOLVER NAME= galac E
BENCH NAME= CPAI08/csp/rand-2-25/normalized-rand-25-25-300-147-56021_ext.xml
COMMAND LINE= HOME/galacE.sh BENCHNAME 
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1039113-1214967410/watcher-1039113-1214967410 -o /tmp/evaluation-result-1039113-1214967410/solver-1039113-1214967410 -C 1800 -W 2200 -M 900 --output-limit 1,15  HOME/galacE.sh HOME/instance-1039113-1214967410.xml 

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 10387ee419d7585ea928a96a809dd75b
RANDOM SEED=971789050

node85.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.272
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.272
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	: 5996.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1179968 kB
Buffers:         68172 kB
Cached:         654280 kB
SwapCached:       5556 kB
Active:         261212 kB
Inactive:       533772 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1179968 kB
SwapTotal:     4192956 kB
SwapFree:      4181168 kB
Dirty:            3384 kB
Writeback:           0 kB
Mapped:          86940 kB
Slab:            66412 kB
Committed_AS:  1280356 kB
PageTables:       1688 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= 126844 MiB
End job on node85 at 2008-07-02 05:27:07