Trace number 1035945

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.09 1814.32

General information on the benchmark

Namecsp/BH-4-7/
normalized-BlackHole-4-7-e-3_ext.xml
MD5SUMf51f3f3c279702c67ea240949ebd644c
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.041993
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.88	c start processing
0.01/0.88	c start relation processing
0.01/0.89	c start cnf exporting
2.83/2.97	c parsing time : 0.754
2.83/2.97	c preprocessing time : 2.845
2.83/2.97	
2.83/2.97	c Nary constraints - conflicts : 0 supports : 0
2.83/2.97	c Binary constraints - conflicts : 1161 supports :100
2.83/2.97	c max arity constraint : 2
2.83/2.97	c Max Tuples generated 0
2.83/2.97	c relations : 8
2.83/2.97	c relations BDD: 0
2.83/2.97	c sampling 0/0
2.83/2.97	c vars : 2103 - clauses :  75988
2.83/2.97	
2.90/3.03	 
2.90/3.03	c --- SAT Solver Stats ---
2.90/3.03	 
2.90/3.03	c eSAT 0.1 : minisat core with additionnal features
2.90/3.03	c ============================[ Problem Statistics ]=============================
2.90/3.03	c |                                                                             |
2.90/3.03	c |  Number of variables:  2102                                                 |
2.90/3.03	c |  Number of clauses:    75988                                                |
2.90/3.08	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-1035945-1214954831/watcher-1035945-1214954831 -o /tmp/evaluation-result-1035945-1214954831/solver-1035945-1214954831 -C 1800 -W 2200 -M 900 --output-limit 1,15 HOME/galacE.sh HOME/instance-1035945-1214954831.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.05 2.01 1.94 4/73 32659
/proc/meminfo: memFree=1482504/2055920 swapFree=4179784/4192956
[pid=32659] ppid=32657 vsize=5224 CPUtime=0
/proc/32659/stat : 32659 (galacE.sh) R 32657 32659 32050 0 -1 4194304 56 0 0 0 0 0 0 0 20 0 1 0 1974457714 5349376 41 996147200 4194304 4520092 548682068832 18446744073709551615 231959754796 0 0 4096 0 0 0 0 17 1 0 0
/proc/32659/statm: 1306 41 31 79 0 100 0

[startup+0.023844 s]
/proc/loadavg: 2.05 2.01 1.94 4/73 32659
/proc/meminfo: memFree=1482504/2055920 swapFree=4179784/4192956
[pid=32659] ppid=32657 vsize=8772 CPUtime=0.01
/proc/32659/stat : 32659 (galacE.sh) S 32657 32659 32050 0 -1 4194304 526 1177 0 0 0 0 0 1 19 0 1 0 1974457714 8982528 317 996147200 4194304 4520092 548682068832 18446744073709551615 231962542162 0 2 4096 73728 18446744071563648864 0 0 17 1 0 0
/proc/32659/statm: 2193 317 217 79 0 186 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 8772

[startup+0.102355 s]
/proc/loadavg: 2.05 2.01 1.94 4/73 32659
/proc/meminfo: memFree=1482504/2055920 swapFree=4179784/4192956
[pid=32659] ppid=32657 vsize=47556 CPUtime=0.01
/proc/32659/stat : 32659 (galacE.sh) S 32657 32659 32050 0 -1 4194304 765 1698 0 0 0 0 0 1 23 0 1 0 1974457714 48697344 364 996147200 4194304 4520092 548682068832 18446744073709551615 231961979738 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/32659/statm: 11889 364 245 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47556

[startup+0.301298 s]
/proc/loadavg: 2.05 2.01 1.94 4/73 32659
/proc/meminfo: memFree=1482504/2055920 swapFree=4179784/4192956
[pid=32659] ppid=32657 vsize=47556 CPUtime=0.01
/proc/32659/stat : 32659 (galacE.sh) S 32657 32659 32050 0 -1 4194304 765 1698 0 0 0 0 0 1 23 0 1 0 1974457714 48697344 364 996147200 4194304 4520092 548682068832 18446744073709551615 231961979738 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/32659/statm: 11889 364 245 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47556

[startup+0.7012 s]
/proc/loadavg: 2.05 2.01 1.94 4/73 32659
/proc/meminfo: memFree=1482504/2055920 swapFree=4179784/4192956
[pid=32659] ppid=32657 vsize=47556 CPUtime=0.01
/proc/32659/stat : 32659 (galacE.sh) S 32657 32659 32050 0 -1 4194304 765 1698 0 0 0 0 0 1 23 0 1 0 1974457714 48697344 364 996147200 4194304 4520092 548682068832 18446744073709551615 231961979738 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/32659/statm: 11889 364 245 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47556

[startup+1.502 s]
/proc/loadavg: 2.12 2.03 1.95 4/83 32681
/proc/meminfo: memFree=1453176/2055920 swapFree=4179784/4192956
[pid=32659] ppid=32657 vsize=47556 CPUtime=0.01
/proc/32659/stat : 32659 (galacE.sh) S 32657 32659 32050 0 -1 4194304 765 1698 0 0 0 0 0 1 23 0 1 0 1974457714 48697344 364 996147200 4194304 4520092 548682068832 18446744073709551615 231961979738 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/32659/statm: 11889 364 245 79 0 219 0
[pid=32673] ppid=32659 vsize=812552 CPUtime=1.44
/proc/32673/stat : 32673 (java) S 32659 32659 32050 0 -1 0 19466 0 1 0 133 11 0 0 18 0 9 0 1974457718 832053248 18882 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/32673/statm: 203138 18882 1913 9 0 197171 0
[pid=32673/tid=32674] ppid=32659 vsize=812552 CPUtime=1.13
/proc/32673/task/32674/stat : 32674 (java) R 32659 32659 32050 0 -1 64 14523 0 1 0 105 8 0 0 25 0 9 0 1974457719 832053248 18882 996147200 134512640 134550740 4294955616 18446744073709551615 4127002618 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32673/tid=32675] ppid=32659 vsize=812552 CPUtime=0.02
/proc/32673/task/32675/stat : 32675 (java) S 32659 32659 32050 0 -1 64 3374 0 0 0 1 1 0 0 16 0 9 0 1974457720 832053248 18882 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=32673/tid=32676] ppid=32659 vsize=812552 CPUtime=0
/proc/32673/task/32676/stat : 32676 (java) S 32659 32659 32050 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1974457721 832053248 18882 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32673/tid=32677] ppid=32659 vsize=812552 CPUtime=0
/proc/32673/task/32677/stat : 32677 (java) S 32659 32659 32050 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 1974457721 832053248 18882 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32673/tid=32678] ppid=32659 vsize=812552 CPUtime=0
/proc/32673/task/32678/stat : 32678 (java) S 32659 32659 32050 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 1974457723 832053248 18882 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32673/tid=32679] ppid=32659 vsize=812552 CPUtime=0.25
/proc/32673/task/32679/stat : 32679 (java) S 32659 32659 32050 0 -1 64 868 0 0 0 25 0 0 0 16 0 9 0 1974457723 832053248 18882 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32673/tid=32680] ppid=32659 vsize=812552 CPUtime=0
/proc/32673/task/32680/stat : 32680 (java) S 32659 32659 32050 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1974457723 832053248 18882 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32673/tid=32681] ppid=32659 vsize=812552 CPUtime=0
/proc/32673/task/32681/stat : 32681 (java) R 32659 32659 32050 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1974457723 832053248 18882 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) 860108

[startup+3.10158 s]
/proc/loadavg: 2.12 2.03 1.95 3/83 32681
/proc/meminfo: memFree=1407608/2055920 swapFree=4179784/4192956
[pid=32659] ppid=32657 vsize=47556 CPUtime=2.93
/proc/32659/stat : 32659 (galacE.sh) S 32657 32659 32050 0 -1 4194304 799 22497 0 1 0 0 277 16 17 0 1 0 1974457714 48697344 364 996147200 4194304 4520092 548682068832 18446744073709551615 231961979738 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/32659/statm: 11889 364 245 79 0 219 0
Current children cumulated CPU time (s) 2.93
Current children cumulated vsize (KiB) 47556

[startup+6.30175 s]
/proc/loadavg: 2.11 2.03 1.95 3/75 32682
/proc/meminfo: memFree=1472696/2055920 swapFree=4179784/4192956
[pid=32659] ppid=32657 vsize=47556 CPUtime=2.93
/proc/32659/stat : 32659 (galacE.sh) S 32657 32659 32050 0 -1 4194304 799 22497 0 1 0 0 277 16 17 0 1 0 1974457714 48697344 364 996147200 4194304 4520092 548682068832 18446744073709551615 231961979738 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/32659/statm: 11889 364 245 79 0 219 0
[pid=32682] ppid=32659 vsize=9360 CPUtime=3.23
/proc/32682/stat : 32682 (eSAT_static) R 32659 32659 32050 0 -1 4194304 2350 0 0 0 322 1 0 0 25 0 1 0 1974458017 9584640 2202 996147200 134512640 135177480 4294955984 18446744073709551615 134565412 0 0 4096 3 0 0 0 17 1 0 0
/proc/32682/statm: 2340 2202 81 162 0 2175 0
Current children cumulated CPU time (s) 6.16
Current children cumulated vsize (KiB) 56916

[startup+12.7011 s]
/proc/loadavg: 2.10 2.03 1.95 3/75 32682
/proc/meminfo: memFree=1466616/2055920 swapFree=4179784/4192956
[pid=32659] ppid=32657 vsize=47556 CPUtime=2.93
/proc/32659/stat : 32659 (galacE.sh) S 32657 32659 32050 0 -1 4194304 799 22497 0 1 0 0 277 16 17 0 1 0 1974457714 48697344 364 996147200 4194304 4520092 548682068832 18446744073709551615 231961979738 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/32659/statm: 11889 364 245 79 0 219 0
[pid=32682] ppid=32659 vsize=14664 CPUtime=9.57
/proc/32682/stat : 32682 (eSAT_static) R 32659 32659 32050 0 -1 4194304 3669 0 0 0 955 2 0 0 25 0 1 0 1974458017 15015936 3521 996147200 134512640 135177480 4294955984 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 1 0 0
/proc/32682/statm: 3666 3521 81 162 0 3501 0
Current children cumulated CPU time (s) 12.5
Current children cumulated vsize (KiB) 62220

[startup+25.5018 s]
/proc/loadavg: 2.09 2.03 1.95 3/75 32682
/proc/meminfo: memFree=1462264/2055920 swapFree=4179784/4192956
[pid=32659] ppid=32657 vsize=47556 CPUtime=2.93
/proc/32659/stat : 32659 (galacE.sh) S 32657 32659 32050 0 -1 4194304 799 22497 0 1 0 0 277 16 17 0 1 0 1974457714 48697344 364 996147200 4194304 4520092 548682068832 18446744073709551615 231961979738 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/32659/statm: 11889 364 245 79 0 219 0
[pid=32682] ppid=32659 vsize=19284 CPUtime=22.25
/proc/32682/stat : 32682 (eSAT_static) R 32659 32659 32050 0 -1 4194304 4813 0 0 0 2223 2 0 0 25 0 1 0 1974458017 19746816 4665 996147200 134512640 135177480 4294955984 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 1 0 0
/proc/32682/statm: 4821 4665 81 162 0 4656 0
Current children cumulated CPU time (s) 25.18
Current children cumulated vsize (KiB) 66840

[startup+51.1011 s]
/proc/loadavg: 2.05 2.02 1.95 3/75 32682
/proc/meminfo: memFree=1450424/2055920 swapFree=4179784/4192956
[pid=32659] ppid=32657 vsize=47556 CPUtime=2.93
/proc/32659/stat : 32659 (galacE.sh) S 32657 32659 32050 0 -1 4194304 799 22497 0 1 0 0 277 16 17 0 1 0 1974457714 48697344 364 996147200 4194304 4520092 548682068832 18446744073709551615 231961979738 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/32659/statm: 11889 364 245 79 0 219 0
[pid=32682] ppid=32659 vsize=31028 CPUtime=47.62
/proc/32682/stat : 32682 (eSAT_static) R 32659 32659 32050 0 -1 4194304 7764 0 0 0 4756 6 0 0 25 0 1 0 1974458017 31772672 7616 996147200 134512640 135177480 4294955984 18446744073709551615 134546800 0 0 4096 3 0 0 0 17 1 0 0
/proc/32682/statm: 7757 7616 81 162 0 7592 0
Current children cumulated CPU time (s) 50.55
Current children cumulated vsize (KiB) 78584

[startup+102.307 s]
/proc/loadavg: 2.02 2.02 1.95 3/75 32682
/proc/meminfo: memFree=1428600/2055920 swapFree=4179784/4192956
[pid=32659] ppid=32657 vsize=47556 CPUtime=2.93
/proc/32659/stat : 32659 (galacE.sh) S 32657 32659 32050 0 -1 4194304 799 22497 0 1 0 0 277 16 17 0 1 0 1974457714 48697344 364 996147200 4194304 4520092 548682068832 18446744073709551615 231961979738 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/32659/statm: 11889 364 245 79 0 219 0
[pid=32682] ppid=32659 vsize=49020 CPUtime=98.36
/proc/32682/stat : 32682 (eSAT_static) R 32659 32659 32050 0 -1 4194304 12264 0 0 0 9826 10 0 0 25 0 1 0 1974458017 50196480 12116 996147200 134512640 135177480 4294955984 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 1 0 0
/proc/32682/statm: 12255 12116 81 162 0 12090 0
Current children cumulated CPU time (s) 101.29
Current children cumulated vsize (KiB) 96576

[startup+162.301 s]
/proc/loadavg: 2.01 2.01 1.95 3/75 32682
/proc/meminfo: memFree=1419320/2055920 swapFree=4179784/4192956
[pid=32659] ppid=32657 vsize=47556 CPUtime=2.93
/proc/32659/stat : 32659 (galacE.sh) S 32657 32659 32050 0 -1 4194304 799 22497 0 1 0 0 277 16 17 0 1 0 1974457714 48697344 364 996147200 4194304 4520092 548682068832 18446744073709551615 231961979738 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/32659/statm: 11889 364 245 79 0 219 0
[pid=32682] ppid=32659 vsize=55384 CPUtime=157.81
/proc/32682/stat : 32682 (eSAT_static) R 32659 32659 32050 0 -1 4194304 13798 0 0 0 15769 12 0 0 25 0 1 0 1974458017 56713216 13650 996147200 134512640 135177480 4294955984 18446744073709551615 134565521 0 0 4096 3 0 0 0 17 1 0 0
/proc/32682/statm: 13846 13650 81 162 0 13681 0
Current children cumulated CPU time (s) 160.74
Current children cumulated vsize (KiB) 102940

[startup+222.302 s]
/proc/loadavg: 2.00 2.01 1.95 3/75 32682
/proc/meminfo: memFree=1408888/2055920 swapFree=4179784/4192956
[pid=32659] ppid=32657 vsize=47556 CPUtime=2.93
/proc/32659/stat : 32659 (galacE.sh) S 32657 32659 32050 0 -1 4194304 799 22497 0 1 0 0 277 16 17 0 1 0 1974457714 48697344 364 996147200 4194304 4520092 548682068832 18446744073709551615 231961979738 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/32659/statm: 11889 364 245 79 0 219 0
[pid=32682] ppid=32659 vsize=65708 CPUtime=217.28
/proc/32682/stat : 32682 (eSAT_static) R 32659 32659 32050 0 -1 4194304 16410 0 0 0 21713 15 0 0 25 0 1 0 1974458017 67284992 16262 996147200 134512640 135177480 4294955984 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 1 0 0
/proc/32682/statm: 16427 16262 81 162 0 16262 0
Current children cumulated CPU time (s) 220.21
Current children cumulated vsize (KiB) 113264

[startup+282.301 s]
/proc/loadavg: 2.00 2.00 1.95 3/75 32682
/proc/meminfo: memFree=1398008/2055920 swapFree=4179784/4192956
[pid=32659] ppid=32657 vsize=47556 CPUtime=2.93
/proc/32659/stat : 32659 (galacE.sh) S 32657 32659 32050 0 -1 4194304 799 22497 0 1 0 0 277 16 17 0 1 0 1974457714 48697344 364 996147200 4194304 4520092 548682068832 18446744073709551615 231961979738 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/32659/statm: 11889 364 245 79 0 219 0
[pid=32682] ppid=32659 vsize=71032 CPUtime=276.74
/proc/32682/stat : 32682 (eSAT_static) R 32659 32659 32050 0 -1 4194304 17755 0 0 0 27657 17 0 0 25 0 1 0 1974458017 72736768 17607 996147200 134512640 135177480 4294955984 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 1 0 0
/proc/32682/statm: 17758 17607 81 162 0 17593 0
Current children cumulated CPU time (s) 279.67
Current children cumulated vsize (KiB) 118588

[startup+342.303 s]
/proc/loadavg: 2.00 2.00 1.95 3/75 32682
/proc/meminfo: memFree=1386944/2055920 swapFree=4179784/4192956
[pid=32659] ppid=32657 vsize=47556 CPUtime=2.93
/proc/32659/stat : 32659 (galacE.sh) S 32657 32659 32050 0 -1 4194304 799 22497 0 1 0 0 277 16 17 0 1 0 1974457714 48697344 364 996147200 4194304 4520092 548682068832 18446744073709551615 231961979738 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/32659/statm: 11889 364 245 79 0 219 0
[pid=32682] ppid=32659 vsize=82512 CPUtime=336.2
/proc/32682/stat : 32682 (eSAT_static) R 32659 32659 32050 0 -1 4194304 20538 0 0 0 33600 20 0 0 25 0 1 0 1974458017 84492288 20390 996147200 134512640 135177480 4294955984 18446744073709551615 134565397 0 0 4096 3 0 0 0 17 1 0 0
/proc/32682/statm: 20628 20390 81 162 0 20463 0
Current children cumulated CPU time (s) 339.13
Current children cumulated vsize (KiB) 130068

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

/proc/32682/statm: 34062 33823 81 162 0 33897 0
Current children cumulated CPU time (s) 1171.56
Current children cumulated vsize (KiB) 183804

[startup+1242.3 s]
/proc/loadavg: 2.00 2.00 1.95 3/75 32682
/proc/meminfo: memFree=1299584/2055920 swapFree=4179784/4192956
[pid=32659] ppid=32657 vsize=47556 CPUtime=2.93
/proc/32659/stat : 32659 (galacE.sh) S 32657 32659 32050 0 -1 4194304 799 22497 0 1 0 0 277 16 17 0 1 0 1974457714 48697344 364 996147200 4194304 4520092 548682068832 18446744073709551615 231961979738 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/32659/statm: 11889 364 245 79 0 219 0
[pid=32682] ppid=32659 vsize=146456 CPUtime=1228.1
/proc/32682/stat : 32682 (eSAT_static) R 32659 32659 32050 0 -1 4194304 36511 0 0 0 122769 41 0 0 25 0 1 0 1974458017 149970944 36363 996147200 134512640 135177480 4294955984 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 1 0 0
/proc/32682/statm: 36614 36363 81 162 0 36449 0
Current children cumulated CPU time (s) 1231.03
Current children cumulated vsize (KiB) 194012

[startup+1302.3 s]
/proc/loadavg: 2.00 2.00 1.95 3/75 32682
/proc/meminfo: memFree=1287296/2055920 swapFree=4179784/4192956
[pid=32659] ppid=32657 vsize=47556 CPUtime=2.93
/proc/32659/stat : 32659 (galacE.sh) S 32657 32659 32050 0 -1 4194304 799 22497 0 1 0 0 277 16 17 0 1 0 1974457714 48697344 364 996147200 4194304 4520092 548682068832 18446744073709551615 231961979738 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/32659/statm: 11889 364 245 79 0 219 0
[pid=32682] ppid=32659 vsize=157040 CPUtime=1287.55
/proc/32682/stat : 32682 (eSAT_static) R 32659 32659 32050 0 -1 4194304 39204 0 0 0 128711 44 0 0 25 0 1 0 1974458017 160808960 39056 996147200 134512640 135177480 4294955984 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 1 0 0
/proc/32682/statm: 39260 39056 81 162 0 39095 0
Current children cumulated CPU time (s) 1290.48
Current children cumulated vsize (KiB) 204596

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 1.95 3/75 32682
/proc/meminfo: memFree=1277952/2055920 swapFree=4179784/4192956
[pid=32659] ppid=32657 vsize=47556 CPUtime=2.93
/proc/32659/stat : 32659 (galacE.sh) S 32657 32659 32050 0 -1 4194304 799 22497 0 1 0 0 277 16 17 0 1 0 1974457714 48697344 364 996147200 4194304 4520092 548682068832 18446744073709551615 231961979738 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/32659/statm: 11889 364 245 79 0 219 0
[pid=32682] ppid=32659 vsize=166460 CPUtime=1347
/proc/32682/stat : 32682 (eSAT_static) R 32659 32659 32050 0 -1 4194304 41568 0 0 0 134653 47 0 0 25 0 1 0 1974458017 170455040 41420 996147200 134512640 135177480 4294955984 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 1 0 0
/proc/32682/statm: 41615 41420 81 162 0 41450 0
Current children cumulated CPU time (s) 1349.93
Current children cumulated vsize (KiB) 214016

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 1.95 3/75 32682
/proc/meminfo: memFree=1276480/2055920 swapFree=4179784/4192956
[pid=32659] ppid=32657 vsize=47556 CPUtime=2.93
/proc/32659/stat : 32659 (galacE.sh) S 32657 32659 32050 0 -1 4194304 799 22497 0 1 0 0 277 16 17 0 1 0 1974457714 48697344 364 996147200 4194304 4520092 548682068832 18446744073709551615 231961979738 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/32659/statm: 11889 364 245 79 0 219 0
[pid=32682] ppid=32659 vsize=168700 CPUtime=1406.47
/proc/32682/stat : 32682 (eSAT_static) R 32659 32659 32050 0 -1 4194304 41891 0 0 0 140599 48 0 0 25 0 1 0 1974458017 172748800 41743 996147200 134512640 135177480 4294955984 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 1 0 0
/proc/32682/statm: 42175 41743 81 162 0 42010 0
Current children cumulated CPU time (s) 1409.4
Current children cumulated vsize (KiB) 216256

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 1.95 3/75 32682
/proc/meminfo: memFree=1276416/2055920 swapFree=4179784/4192956
[pid=32659] ppid=32657 vsize=47556 CPUtime=2.93
/proc/32659/stat : 32659 (galacE.sh) S 32657 32659 32050 0 -1 4194304 799 22497 0 1 0 0 277 16 17 0 1 0 1974457714 48697344 364 996147200 4194304 4520092 548682068832 18446744073709551615 231961979738 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/32659/statm: 11889 364 245 79 0 219 0
[pid=32682] ppid=32659 vsize=168700 CPUtime=1465.93
/proc/32682/stat : 32682 (eSAT_static) R 32659 32659 32050 0 -1 4194304 41891 0 0 0 146545 48 0 0 25 0 1 0 1974458017 172748800 41743 996147200 134512640 135177480 4294955984 18446744073709551615 134556856 0 0 4096 3 0 0 0 17 1 0 0
/proc/32682/statm: 42175 41743 81 162 0 42010 0
Current children cumulated CPU time (s) 1468.86
Current children cumulated vsize (KiB) 216256

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 1.95 3/75 32684
/proc/meminfo: memFree=1276224/2055920 swapFree=4179784/4192956
[pid=32659] ppid=32657 vsize=47556 CPUtime=2.93
/proc/32659/stat : 32659 (galacE.sh) S 32657 32659 32050 0 -1 4194304 799 22497 0 1 0 0 277 16 17 0 1 0 1974457714 48697344 364 996147200 4194304 4520092 548682068832 18446744073709551615 231961979738 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/32659/statm: 11889 364 245 79 0 219 0
[pid=32682] ppid=32659 vsize=168700 CPUtime=1525.39
/proc/32682/stat : 32682 (eSAT_static) R 32659 32659 32050 0 -1 4194304 41891 0 0 0 152491 48 0 0 25 0 1 0 1974458017 172748800 41743 996147200 134512640 135177480 4294955984 18446744073709551615 134565323 0 0 4096 3 0 0 0 17 1 0 0
/proc/32682/statm: 42175 41743 81 162 0 42010 0
Current children cumulated CPU time (s) 1528.32
Current children cumulated vsize (KiB) 216256

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 1.95 3/74 32712
/proc/meminfo: memFree=1362328/2055920 swapFree=4179784/4192956
[pid=32659] ppid=32657 vsize=47556 CPUtime=2.93
/proc/32659/stat : 32659 (galacE.sh) S 32657 32659 32050 0 -1 4194304 799 22497 0 1 0 0 277 16 17 0 1 0 1974457714 48697344 364 996147200 4194304 4520092 548682068832 18446744073709551615 231961979738 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/32659/statm: 11889 364 245 79 0 219 0
[pid=32682] ppid=32659 vsize=168700 CPUtime=1585.15
/proc/32682/stat : 32682 (eSAT_static) R 32659 32659 32050 0 -1 4194304 41892 0 0 0 158466 49 0 0 25 0 1 0 1974458017 172748800 41744 996147200 134512640 135177480 4294955984 18446744073709551615 134565395 0 0 4096 3 0 0 0 17 0 0 0
/proc/32682/statm: 42175 41744 81 162 0 42010 0
Current children cumulated CPU time (s) 1588.08
Current children cumulated vsize (KiB) 216256

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 1.95 3/74 32712
/proc/meminfo: memFree=1362264/2055920 swapFree=4179784/4192956
[pid=32659] ppid=32657 vsize=47556 CPUtime=2.93
/proc/32659/stat : 32659 (galacE.sh) S 32657 32659 32050 0 -1 4194304 799 22497 0 1 0 0 277 16 17 0 1 0 1974457714 48697344 364 996147200 4194304 4520092 548682068832 18446744073709551615 231961979738 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/32659/statm: 11889 364 245 79 0 219 0
[pid=32682] ppid=32659 vsize=168700 CPUtime=1645.15
/proc/32682/stat : 32682 (eSAT_static) R 32659 32659 32050 0 -1 4194304 41893 0 0 0 164466 49 0 0 25 0 1 0 1974458017 172748800 41745 996147200 134512640 135177480 4294955984 18446744073709551615 134565397 0 0 4096 3 0 0 0 17 0 0 0
/proc/32682/statm: 42175 41745 81 162 0 42010 0
Current children cumulated CPU time (s) 1648.08
Current children cumulated vsize (KiB) 216256

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 1.95 3/74 32712
/proc/meminfo: memFree=1362200/2055920 swapFree=4179784/4192956
[pid=32659] ppid=32657 vsize=47556 CPUtime=2.93
/proc/32659/stat : 32659 (galacE.sh) S 32657 32659 32050 0 -1 4194304 799 22497 0 1 0 0 277 16 17 0 1 0 1974457714 48697344 364 996147200 4194304 4520092 548682068832 18446744073709551615 231961979738 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/32659/statm: 11889 364 245 79 0 219 0
[pid=32682] ppid=32659 vsize=168700 CPUtime=1705.16
/proc/32682/stat : 32682 (eSAT_static) R 32659 32659 32050 0 -1 4194304 41896 0 0 0 170467 49 0 0 25 0 1 0 1974458017 172748800 41748 996147200 134512640 135177480 4294955984 18446744073709551615 134565474 0 0 4096 3 0 0 0 17 0 0 0
/proc/32682/statm: 42175 41748 81 162 0 42010 0
Current children cumulated CPU time (s) 1708.09
Current children cumulated vsize (KiB) 216256

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 1.95 3/74 32712
/proc/meminfo: memFree=1362072/2055920 swapFree=4179784/4192956
[pid=32659] ppid=32657 vsize=47556 CPUtime=2.93
/proc/32659/stat : 32659 (galacE.sh) S 32657 32659 32050 0 -1 4194304 799 22497 0 1 0 0 277 16 17 0 1 0 1974457714 48697344 364 996147200 4194304 4520092 548682068832 18446744073709551615 231961979738 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/32659/statm: 11889 364 245 79 0 219 0
[pid=32682] ppid=32659 vsize=168700 CPUtime=1765.15
/proc/32682/stat : 32682 (eSAT_static) R 32659 32659 32050 0 -1 4194304 41898 0 0 0 176466 49 0 0 25 0 1 0 1974458017 172748800 41750 996147200 134512640 135177480 4294955984 18446744073709551615 134565395 0 0 4096 3 0 0 0 17 0 0 0
/proc/32682/statm: 42175 41750 81 162 0 42010 0
Current children cumulated CPU time (s) 1768.08
Current children cumulated vsize (KiB) 216256



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1814.3 s]
/proc/loadavg: 2.00 2.00 1.95 3/74 32712
/proc/meminfo: memFree=1362136/2055920 swapFree=4179784/4192956
[pid=32659] ppid=32657 vsize=47556 CPUtime=2.93
/proc/32659/stat : 32659 (galacE.sh) S 32657 32659 32050 0 -1 4194304 799 22497 0 1 0 0 277 16 17 0 1 0 1974457714 48697344 364 996147200 4194304 4520092 548682068832 18446744073709551615 231961979738 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/32659/statm: 11889 364 245 79 0 219 0
[pid=32682] ppid=32659 vsize=168700 CPUtime=1797.16
/proc/32682/stat : 32682 (eSAT_static) R 32659 32659 32050 0 -1 4194304 41898 0 0 0 179667 49 0 0 25 0 1 0 1974458017 172748800 41750 996147200 134512640 135177480 4294955984 18446744073709551615 134565474 0 0 4096 3 0 0 0 17 0 0 0
/proc/32682/statm: 42175 41750 81 162 0 42010 0
Current children cumulated CPU time (s) 1800.09
Current children cumulated vsize (KiB) 216256

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

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

[startup+1814.3 s]
/proc/loadavg: 2.00 2.00 1.95 3/74 32712
/proc/meminfo: memFree=1362136/2055920 swapFree=4179784/4192956
[pid=32659] ppid=32657 vsize=47556 CPUtime=2.93
/proc/32659/stat : 32659 (galacE.sh) S 32657 32659 32050 0 -1 4194304 799 22497 0 1 0 0 277 16 17 0 1 0 1974457714 48697344 364 996147200 4194304 4520092 548682068832 18446744073709551615 231961979738 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/32659/statm: 11889 364 245 79 0 219 0
[pid=32682] ppid=32659 vsize=168700 CPUtime=1797.16
/proc/32682/stat : 32682 (eSAT_static) R 32659 32659 32050 0 -1 4194304 41898 0 0 0 179667 49 0 0 25 0 1 0 1974458017 172748800 41750 996147200 134512640 135177480 4294955984 18446744073709551615 134565474 0 0 4096 3 0 0 0 17 0 0 0
/proc/32682/statm: 42175 41750 81 162 0 42010 0
Current children cumulated CPU time (s) 1800.09
Current children cumulated vsize (KiB) 216256

Child ended because it received signal 15 (SIGTERM)

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

Real time (s): 1814.32
CPU time (s): 1800.09
CPU user time (s): 1799.44
CPU system time (s): 0.65
CPU usage (%): 99.2159
Max. virtual memory (cumulated for all children) (KiB): 860108

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2.77958
system time used= 0.169974
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 23296
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= 1207
involuntary context switches= 1191

runsolver used 2.24566 second user time and 5.98409 second system time

The end

Launcher Data (download as text)

Begin job on node16 at 2008-07-02 01:27:11
IDJOB=1035945
IDBENCH=53425
IDSOLVER=351
FILE ID=node16/1035945-1214954831
PBS_JOBID= 7870302
Free space on /tmp= 66552 MiB

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

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= f51f3f3c279702c67ea240949ebd644c
RANDOM SEED=889620204

node16.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.213
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.213
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:       1482984 kB
Buffers:         48864 kB
Cached:         410080 kB
SwapCached:       7400 kB
Active:         116548 kB
Inactive:       407400 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1482984 kB
SwapTotal:     4192956 kB
SwapFree:      4179784 kB
Dirty:            3172 kB
Writeback:           0 kB
Mapped:          70636 kB
Slab:            34160 kB
Committed_AS:  3338068 kB
PageTables:       1932 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= 66552 MiB
End job on node16 at 2008-07-02 01:57:28