Trace number 1035747

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.41

General information on the benchmark

Namecsp/BH-4-7/
normalized-BlackHole-4-7-e-7_ext.xml
MD5SUM54a98534709cc8808fa1d77c18bb50ae
Bench Category2-ARY-EXT (binary constraints in extension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark0.040993
Satisfiable
(Un)Satisfiability was proved
Number of variables112
Number of constraints1261
Maximum constraint arity2
Maximum domain size28
Number of constraints which are defined in extension1261
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.03	c --- Preproc Stats ---
0.01/0.96	c start processing
0.01/0.96	c start relation processing
0.01/0.97	c start cnf exporting
2.94/3.01	c parsing time : 0.839
2.94/3.01	c preprocessing time : 2.883
2.94/3.01	
2.94/3.01	c Nary constraints - conflicts : 0 supports : 0
2.94/3.01	c Binary constraints - conflicts : 1161 supports :100
2.94/3.01	c max arity constraint : 2
2.94/3.01	c Max Tuples generated 0
2.94/3.01	c relations : 8
2.94/3.01	c relations BDD: 0
2.94/3.01	c sampling 0/0
2.94/3.01	c vars : 2103 - clauses :  75988
2.94/3.01	
2.94/3.02	 
2.94/3.02	c --- SAT Solver Stats ---
2.94/3.02	 
2.94/3.02	c eSAT 0.1 : minisat core with additionnal features
2.94/3.02	c ============================[ Problem Statistics ]=============================
2.94/3.02	c |                                                                             |
2.94/3.03	c |  Number of variables:  2102                                                 |
2.94/3.03	c |  Number of clauses:    75988                                                |
2.94/3.07	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-1035747-1214953516/watcher-1035747-1214953516 -o /tmp/evaluation-result-1035747-1214953516/solver-1035747-1214953516 -C 1800 -W 2200 -M 900 --output-limit 1,15 HOME/galacE.sh HOME/instance-1035747-1214953516.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.97 1.99 1.91 4/72 25623
/proc/meminfo: memFree=1705872/2055920 swapFree=4122480/4192956
[pid=25623] ppid=25621 vsize=8560 CPUtime=0
/proc/25623/stat : 25623 (galacE.sh) R 25621 25623 25199 0 -1 4194304 308 0 0 0 0 0 0 0 20 0 1 0 1525026625 8765440 254 996147200 4194304 4520092 548682068832 18446744073709551615 252429715343 0 0 4096 8192 0 0 0 17 1 0 0
/proc/25623/statm: 2140 254 197 79 0 133 0

[startup+0.0528641 s]
/proc/loadavg: 1.97 1.99 1.91 4/72 25623
/proc/meminfo: memFree=1705872/2055920 swapFree=4122480/4192956
[pid=25623] ppid=25621 vsize=47556 CPUtime=0.01
/proc/25623/stat : 25623 (galacE.sh) S 25621 25623 25199 0 -1 4194304 765 1697 0 0 0 0 0 1 18 0 1 0 1525026625 48697344 364 996147200 4194304 4520092 548682068832 18446744073709551615 252429134682 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/25623/statm: 11889 364 245 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47556

[startup+0.102546 s]
/proc/loadavg: 1.97 1.99 1.91 4/72 25623
/proc/meminfo: memFree=1705872/2055920 swapFree=4122480/4192956
[pid=25623] ppid=25621 vsize=47556 CPUtime=0.01
/proc/25623/stat : 25623 (galacE.sh) S 25621 25623 25199 0 -1 4194304 765 1697 0 0 0 0 0 1 18 0 1 0 1525026625 48697344 364 996147200 4194304 4520092 548682068832 18446744073709551615 252429134682 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/25623/statm: 11889 364 245 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47556

[startup+0.302551 s]
/proc/loadavg: 1.97 1.99 1.91 4/72 25623
/proc/meminfo: memFree=1705872/2055920 swapFree=4122480/4192956
[pid=25623] ppid=25621 vsize=47556 CPUtime=0.01
/proc/25623/stat : 25623 (galacE.sh) S 25621 25623 25199 0 -1 4194304 765 1697 0 0 0 0 0 1 18 0 1 0 1525026625 48697344 364 996147200 4194304 4520092 548682068832 18446744073709551615 252429134682 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/25623/statm: 11889 364 245 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47556

[startup+0.702596 s]
/proc/loadavg: 1.97 1.99 1.91 4/72 25623
/proc/meminfo: memFree=1705872/2055920 swapFree=4122480/4192956
[pid=25623] ppid=25621 vsize=47556 CPUtime=0.01
/proc/25623/stat : 25623 (galacE.sh) S 25621 25623 25199 0 -1 4194304 765 1697 0 0 0 0 0 1 18 0 1 0 1525026625 48697344 364 996147200 4194304 4520092 548682068832 18446744073709551615 252429134682 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/25623/statm: 11889 364 245 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47556

[startup+1.50167 s]
/proc/loadavg: 1.97 1.99 1.91 4/82 25645
/proc/meminfo: memFree=1677496/2055920 swapFree=4122480/4192956
[pid=25623] ppid=25621 vsize=47556 CPUtime=0.01
/proc/25623/stat : 25623 (galacE.sh) S 25621 25623 25199 0 -1 4194304 765 1697 0 0 0 0 0 1 18 0 1 0 1525026625 48697344 364 996147200 4194304 4520092 548682068832 18446744073709551615 252429134682 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/25623/statm: 11889 364 245 79 0 219 0
[pid=25637] ppid=25623 vsize=812520 CPUtime=1.44
/proc/25637/stat : 25637 (java) S 25623 25623 25199 0 -1 0 19472 0 1 0 132 12 0 0 18 0 9 0 1525026629 832020480 18889 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25637/statm: 203130 18889 1914 9 0 197164 0
[pid=25637/tid=25638] ppid=25623 vsize=812520 CPUtime=1.15
/proc/25637/task/25638/stat : 25638 (java) R 25623 25623 25199 0 -1 64 14537 0 1 0 106 9 0 0 25 0 9 0 1525026630 832020480 18889 996147200 134512640 134550740 4294955616 18446744073709551615 4127031459 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25637/tid=25639] ppid=25623 vsize=812520 CPUtime=0.02
/proc/25637/task/25639/stat : 25639 (java) S 25623 25623 25199 0 -1 64 3375 0 0 0 1 1 0 0 16 0 9 0 1525026632 832020480 18889 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=25637/tid=25640] ppid=25623 vsize=812520 CPUtime=0
/proc/25637/task/25640/stat : 25640 (java) S 25623 25623 25199 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 1525026632 832020480 18889 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25637/tid=25641] ppid=25623 vsize=812520 CPUtime=0
/proc/25637/task/25641/stat : 25641 (java) S 25623 25623 25199 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 1525026632 832020480 18889 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25637/tid=25642] ppid=25623 vsize=812520 CPUtime=0
/proc/25637/task/25642/stat : 25642 (java) S 25623 25623 25199 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 1525026634 832020480 18889 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25637/tid=25643] ppid=25623 vsize=812520 CPUtime=0.24
/proc/25637/task/25643/stat : 25643 (java) S 25623 25623 25199 0 -1 64 860 0 0 0 24 0 0 0 16 0 9 0 1525026634 832020480 18889 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25637/tid=25644] ppid=25623 vsize=812520 CPUtime=0
/proc/25637/task/25644/stat : 25644 (java) S 25623 25623 25199 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 1525026634 832020480 18889 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25637/tid=25645] ppid=25623 vsize=812520 CPUtime=0
/proc/25637/task/25645/stat : 25645 (java) S 25623 25623 25199 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1525026634 832020480 18889 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) 860076

[startup+3.10183 s]
/proc/loadavg: 1.97 1.99 1.91 3/82 25645
/proc/meminfo: memFree=1630968/2055920 swapFree=4122480/4192956
[pid=25623] ppid=25621 vsize=47556 CPUtime=2.97
/proc/25623/stat : 25623 (galacE.sh) S 25621 25623 25199 0 -1 4194304 799 22501 0 1 0 0 282 15 17 0 1 0 1525026625 48697344 364 996147200 4194304 4520092 548682068832 18446744073709551615 252429134682 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/25623/statm: 11889 364 245 79 0 219 0
Current children cumulated CPU time (s) 2.97
Current children cumulated vsize (KiB) 47556

[startup+6.30115 s]
/proc/loadavg: 1.97 1.99 1.91 3/74 25646
/proc/meminfo: memFree=1695928/2055920 swapFree=4122480/4192956
[pid=25623] ppid=25621 vsize=47556 CPUtime=2.97
/proc/25623/stat : 25623 (galacE.sh) S 25621 25623 25199 0 -1 4194304 799 22501 0 1 0 0 282 15 17 0 1 0 1525026625 48697344 364 996147200 4194304 4520092 548682068832 18446744073709551615 252429134682 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/25623/statm: 11889 364 245 79 0 219 0
[pid=25646] ppid=25623 vsize=9612 CPUtime=3.23
/proc/25646/stat : 25646 (eSAT_static) R 25623 25623 25199 0 -1 4194304 2410 0 0 0 323 0 0 0 25 0 1 0 1525026928 9842688 2263 996147200 134512640 135177480 4294955984 18446744073709551615 134564647 0 0 4096 3 0 0 0 17 1 0 0
/proc/25646/statm: 2403 2263 81 162 0 2238 0
Current children cumulated CPU time (s) 6.2
Current children cumulated vsize (KiB) 57168

[startup+12.7018 s]
/proc/loadavg: 1.98 1.99 1.91 3/74 25646
/proc/meminfo: memFree=1690040/2055920 swapFree=4122480/4192956
[pid=25623] ppid=25621 vsize=47556 CPUtime=2.97
/proc/25623/stat : 25623 (galacE.sh) S 25621 25623 25199 0 -1 4194304 799 22501 0 1 0 0 282 15 17 0 1 0 1525026625 48697344 364 996147200 4194304 4520092 548682068832 18446744073709551615 252429134682 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/25623/statm: 11889 364 245 79 0 219 0
[pid=25646] ppid=25623 vsize=15168 CPUtime=9.57
/proc/25646/stat : 25646 (eSAT_static) R 25623 25623 25199 0 -1 4194304 3788 0 0 0 956 1 0 0 25 0 1 0 1525026928 15532032 3641 996147200 134512640 135177480 4294955984 18446744073709551615 134565184 0 0 4096 3 0 0 0 17 1 0 0
/proc/25646/statm: 3792 3641 81 162 0 3627 0
Current children cumulated CPU time (s) 12.54
Current children cumulated vsize (KiB) 62724

[startup+25.5021 s]
/proc/loadavg: 1.98 1.99 1.91 3/74 25646
/proc/meminfo: memFree=1685440/2055920 swapFree=4122480/4192956
[pid=25623] ppid=25621 vsize=47556 CPUtime=2.97
/proc/25623/stat : 25623 (galacE.sh) S 25621 25623 25199 0 -1 4194304 799 22501 0 1 0 0 282 15 17 0 1 0 1525026625 48697344 364 996147200 4194304 4520092 548682068832 18446744073709551615 252429134682 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/25623/statm: 11889 364 245 79 0 219 0
[pid=25646] ppid=25623 vsize=19268 CPUtime=22.25
/proc/25646/stat : 25646 (eSAT_static) R 25623 25623 25199 0 -1 4194304 4813 0 0 0 2223 2 0 0 25 0 1 0 1525026928 19730432 4666 996147200 134512640 135177480 4294955984 18446744073709551615 134565419 0 0 4096 3 0 0 0 17 1 0 0
/proc/25646/statm: 4817 4666 81 162 0 4652 0
Current children cumulated CPU time (s) 25.22
Current children cumulated vsize (KiB) 66824

[startup+51.1026 s]
/proc/loadavg: 1.99 1.99 1.91 3/74 25646
/proc/meminfo: memFree=1673728/2055920 swapFree=4122480/4192956
[pid=25623] ppid=25621 vsize=47556 CPUtime=2.97
/proc/25623/stat : 25623 (galacE.sh) S 25621 25623 25199 0 -1 4194304 799 22501 0 1 0 0 282 15 17 0 1 0 1525026625 48697344 364 996147200 4194304 4520092 548682068832 18446744073709551615 252429134682 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/25623/statm: 11889 364 245 79 0 219 0
[pid=25646] ppid=25623 vsize=31080 CPUtime=47.62
/proc/25646/stat : 25646 (eSAT_static) R 25623 25623 25199 0 -1 4194304 7764 0 0 0 4757 5 0 0 25 0 1 0 1525026928 31825920 7617 996147200 134512640 135177480 4294955984 18446744073709551615 134565388 0 0 4096 3 0 0 0 17 1 0 0
/proc/25646/statm: 7770 7617 81 162 0 7605 0
Current children cumulated CPU time (s) 50.59
Current children cumulated vsize (KiB) 78636

[startup+102.307 s]
/proc/loadavg: 1.99 1.99 1.91 3/74 25646
/proc/meminfo: memFree=1654208/2055920 swapFree=4122480/4192956
[pid=25623] ppid=25621 vsize=47556 CPUtime=2.97
/proc/25623/stat : 25623 (galacE.sh) S 25621 25623 25199 0 -1 4194304 799 22501 0 1 0 0 282 15 17 0 1 0 1525026625 48697344 364 996147200 4194304 4520092 548682068832 18446744073709551615 252429134682 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/25623/statm: 11889 364 245 79 0 219 0
[pid=25646] ppid=25623 vsize=50236 CPUtime=98.37
/proc/25646/stat : 25646 (eSAT_static) R 25623 25623 25199 0 -1 4194304 12560 0 0 0 9828 9 0 0 25 0 1 0 1525026928 51441664 12413 996147200 134512640 135177480 4294955984 18446744073709551615 134565460 0 0 4096 3 0 0 0 17 1 0 0
/proc/25646/statm: 12559 12413 81 162 0 12394 0
Current children cumulated CPU time (s) 101.34
Current children cumulated vsize (KiB) 97792

[startup+162.303 s]
/proc/loadavg: 2.11 2.02 1.93 3/74 25646
/proc/meminfo: memFree=1649216/2055920 swapFree=4122480/4192956
[pid=25623] ppid=25621 vsize=47556 CPUtime=2.97
/proc/25623/stat : 25623 (galacE.sh) S 25621 25623 25199 0 -1 4194304 799 22501 0 1 0 0 282 15 17 0 1 0 1525026625 48697344 364 996147200 4194304 4520092 548682068832 18446744073709551615 252429134682 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/25623/statm: 11889 364 245 79 0 219 0
[pid=25646] ppid=25623 vsize=55332 CPUtime=157.83
/proc/25646/stat : 25646 (eSAT_static) R 25623 25623 25199 0 -1 4194304 13794 0 0 0 15772 11 0 0 25 0 1 0 1525026928 56659968 13647 996147200 134512640 135177480 4294955984 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 1 0 0
/proc/25646/statm: 13833 13647 81 162 0 13668 0
Current children cumulated CPU time (s) 160.8
Current children cumulated vsize (KiB) 102888

[startup+222.303 s]
/proc/loadavg: 2.09 2.03 1.93 3/74 25646
/proc/meminfo: memFree=1633344/2055920 swapFree=4122480/4192956
[pid=25623] ppid=25621 vsize=47556 CPUtime=2.97
/proc/25623/stat : 25623 (galacE.sh) S 25621 25623 25199 0 -1 4194304 799 22501 0 1 0 0 282 15 17 0 1 0 1525026625 48697344 364 996147200 4194304 4520092 548682068832 18446744073709551615 252429134682 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/25623/statm: 11889 364 245 79 0 219 0
[pid=25646] ppid=25623 vsize=70944 CPUtime=217.29
/proc/25646/stat : 25646 (eSAT_static) R 25623 25623 25199 0 -1 4194304 17750 0 0 0 21714 15 0 0 25 0 1 0 1525026928 72646656 17603 996147200 134512640 135177480 4294955984 18446744073709551615 134548712 0 0 4096 3 0 0 0 17 1 0 0
/proc/25646/statm: 17736 17603 81 162 0 17571 0
Current children cumulated CPU time (s) 220.26
Current children cumulated vsize (KiB) 118500

[startup+282.303 s]
/proc/loadavg: 2.03 2.02 1.93 3/74 25646
/proc/meminfo: memFree=1633280/2055920 swapFree=4122480/4192956
[pid=25623] ppid=25621 vsize=47556 CPUtime=2.97
/proc/25623/stat : 25623 (galacE.sh) S 25621 25623 25199 0 -1 4194304 799 22501 0 1 0 0 282 15 17 0 1 0 1525026625 48697344 364 996147200 4194304 4520092 548682068832 18446744073709551615 252429134682 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/25623/statm: 11889 364 245 79 0 219 0
[pid=25646] ppid=25623 vsize=70944 CPUtime=276.78
/proc/25646/stat : 25646 (eSAT_static) R 25623 25623 25199 0 -1 4194304 17750 0 0 0 27662 16 0 0 25 0 1 0 1525026928 72646656 17603 996147200 134512640 135177480 4294955984 18446744073709551615 134564641 0 0 4096 3 0 0 0 17 1 0 0
/proc/25646/statm: 17736 17603 81 162 0 17571 0
Current children cumulated CPU time (s) 279.75
Current children cumulated vsize (KiB) 118500

[startup+342.303 s]
/proc/loadavg: 2.01 2.01 1.93 3/74 25646
/proc/meminfo: memFree=1619272/2055920 swapFree=4122480/4192956
[pid=25623] ppid=25621 vsize=47556 CPUtime=2.97
/proc/25623/stat : 25623 (galacE.sh) S 25621 25623 25199 0 -1 4194304 799 22501 0 1 0 0 282 15 17 0 1 0 1525026625 48697344 364 996147200 4194304 4520092 548682068832 18446744073709551615 252429134682 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/25623/statm: 11889 364 245 79 0 219 0
[pid=25646] ppid=25623 vsize=85300 CPUtime=336.24
/proc/25646/stat : 25646 (eSAT_static) R 25623 25623 25199 0 -1 4194304 21246 0 0 0 33604 20 0 0 25 0 1 0 1525026928 87347200 21099 996147200 134512640 135177480 4294955984 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 1 0 0
/proc/25646/statm: 21325 21099 81 162 0 21160 0
Current children cumulated CPU time (s) 339.21
Current children cumulated vsize (KiB) 132856

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

/proc/25646/statm: 35566 35308 81 162 0 35401 0
Current children cumulated CPU time (s) 1112.37
Current children cumulated vsize (KiB) 189820

[startup+1182.3 s]
/proc/loadavg: 2.00 2.00 1.94 3/74 25646
/proc/meminfo: memFree=1550792/2055920 swapFree=4122480/4192956
[pid=25623] ppid=25621 vsize=47556 CPUtime=2.97
/proc/25623/stat : 25623 (galacE.sh) S 25621 25623 25199 0 -1 4194304 799 22501 0 1 0 0 282 15 17 0 1 0 1525026625 48697344 364 996147200 4194304 4520092 548682068832 18446744073709551615 252429134682 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/25623/statm: 11889 364 245 79 0 219 0
[pid=25646] ppid=25623 vsize=153476 CPUtime=1168.88
/proc/25646/stat : 25646 (eSAT_static) R 25623 25623 25199 0 -1 4194304 38269 0 0 0 116846 42 0 0 25 0 1 0 1525026928 157159424 38122 996147200 134512640 135177480 4294955984 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 1 0 0
/proc/25646/statm: 38369 38122 81 162 0 38204 0
Current children cumulated CPU time (s) 1171.85
Current children cumulated vsize (KiB) 201032

[startup+1242.3 s]
/proc/loadavg: 2.00 2.00 1.94 3/74 25646
/proc/meminfo: memFree=1539080/2055920 swapFree=4122480/4192956
[pid=25623] ppid=25621 vsize=47556 CPUtime=2.97
/proc/25623/stat : 25623 (galacE.sh) S 25621 25623 25199 0 -1 4194304 799 22501 0 1 0 0 282 15 17 0 1 0 1525026625 48697344 364 996147200 4194304 4520092 548682068832 18446744073709551615 252429134682 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/25623/statm: 11889 364 245 79 0 219 0
[pid=25646] ppid=25623 vsize=164620 CPUtime=1228.36
/proc/25646/stat : 25646 (eSAT_static) R 25623 25623 25199 0 -1 4194304 41101 0 0 0 122791 45 0 0 25 0 1 0 1525026928 168570880 40954 996147200 134512640 135177480 4294955984 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 1 0 0
/proc/25646/statm: 41155 40954 81 162 0 40990 0
Current children cumulated CPU time (s) 1231.33
Current children cumulated vsize (KiB) 212176

[startup+1302.3 s]
/proc/loadavg: 2.00 2.00 1.94 3/74 25646
/proc/meminfo: memFree=1536008/2055920 swapFree=4122480/4192956
[pid=25623] ppid=25621 vsize=47556 CPUtime=2.97
/proc/25623/stat : 25623 (galacE.sh) S 25621 25623 25199 0 -1 4194304 799 22501 0 1 0 0 282 15 17 0 1 0 1525026625 48697344 364 996147200 4194304 4520092 548682068832 18446744073709551615 252429134682 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/25623/statm: 11889 364 245 79 0 219 0
[pid=25646] ppid=25623 vsize=168692 CPUtime=1287.84
/proc/25646/stat : 25646 (eSAT_static) R 25623 25623 25199 0 -1 4194304 41879 0 0 0 128738 46 0 0 25 0 1 0 1525026928 172740608 41732 996147200 134512640 135177480 4294955984 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 1 0 0
/proc/25646/statm: 42173 41732 81 162 0 42008 0
Current children cumulated CPU time (s) 1290.81
Current children cumulated vsize (KiB) 216248

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 1.94 3/74 25646
/proc/meminfo: memFree=1535944/2055920 swapFree=4122480/4192956
[pid=25623] ppid=25621 vsize=47556 CPUtime=2.97
/proc/25623/stat : 25623 (galacE.sh) S 25621 25623 25199 0 -1 4194304 799 22501 0 1 0 0 282 15 17 0 1 0 1525026625 48697344 364 996147200 4194304 4520092 548682068832 18446744073709551615 252429134682 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/25623/statm: 11889 364 245 79 0 219 0
[pid=25646] ppid=25623 vsize=168692 CPUtime=1347.31
/proc/25646/stat : 25646 (eSAT_static) R 25623 25623 25199 0 -1 4194304 41879 0 0 0 134685 46 0 0 25 0 1 0 1525026928 172740608 41732 996147200 134512640 135177480 4294955984 18446744073709551615 134564590 0 0 4096 3 0 0 0 17 1 0 0
/proc/25646/statm: 42173 41732 81 162 0 42008 0
Current children cumulated CPU time (s) 1350.28
Current children cumulated vsize (KiB) 216248

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 1.94 3/74 25646
/proc/meminfo: memFree=1535880/2055920 swapFree=4122480/4192956
[pid=25623] ppid=25621 vsize=47556 CPUtime=2.97
/proc/25623/stat : 25623 (galacE.sh) S 25621 25623 25199 0 -1 4194304 799 22501 0 1 0 0 282 15 17 0 1 0 1525026625 48697344 364 996147200 4194304 4520092 548682068832 18446744073709551615 252429134682 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/25623/statm: 11889 364 245 79 0 219 0
[pid=25646] ppid=25623 vsize=168692 CPUtime=1406.8
/proc/25646/stat : 25646 (eSAT_static) R 25623 25623 25199 0 -1 4194304 41879 0 0 0 140633 47 0 0 25 0 1 0 1525026928 172740608 41732 996147200 134512640 135177480 4294955984 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 1 0 0
/proc/25646/statm: 42173 41732 81 162 0 42008 0
Current children cumulated CPU time (s) 1409.77
Current children cumulated vsize (KiB) 216248

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 1.94 3/74 25647
/proc/meminfo: memFree=1535688/2055920 swapFree=4122480/4192956
[pid=25623] ppid=25621 vsize=47556 CPUtime=2.97
/proc/25623/stat : 25623 (galacE.sh) S 25621 25623 25199 0 -1 4194304 799 22501 0 1 0 0 282 15 17 0 1 0 1525026625 48697344 364 996147200 4194304 4520092 548682068832 18446744073709551615 252429134682 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/25623/statm: 11889 364 245 79 0 219 0
[pid=25646] ppid=25623 vsize=168692 CPUtime=1466.27
/proc/25646/stat : 25646 (eSAT_static) R 25623 25623 25199 0 -1 4194304 41882 0 0 0 146580 47 0 0 25 0 1 0 1525026928 172740608 41735 996147200 134512640 135177480 4294955984 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 1 0 0
/proc/25646/statm: 42173 41735 81 162 0 42008 0
Current children cumulated CPU time (s) 1469.24
Current children cumulated vsize (KiB) 216248

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 1.94 3/74 25648
/proc/meminfo: memFree=1535752/2055920 swapFree=4122480/4192956
[pid=25623] ppid=25621 vsize=47556 CPUtime=2.97
/proc/25623/stat : 25623 (galacE.sh) S 25621 25623 25199 0 -1 4194304 799 22501 0 1 0 0 282 15 17 0 1 0 1525026625 48697344 364 996147200 4194304 4520092 548682068832 18446744073709551615 252429134682 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/25623/statm: 11889 364 245 79 0 219 0
[pid=25646] ppid=25623 vsize=168692 CPUtime=1525.73
/proc/25646/stat : 25646 (eSAT_static) R 25623 25623 25199 0 -1 4194304 41883 0 0 0 152526 47 0 0 25 0 1 0 1525026928 172740608 41736 996147200 134512640 135177480 4294955984 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 1 0 0
/proc/25646/statm: 42173 41736 81 162 0 42008 0
Current children cumulated CPU time (s) 1528.7
Current children cumulated vsize (KiB) 216248

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 1.94 3/74 25648
/proc/meminfo: memFree=1535752/2055920 swapFree=4122480/4192956
[pid=25623] ppid=25621 vsize=47556 CPUtime=2.97
/proc/25623/stat : 25623 (galacE.sh) S 25621 25623 25199 0 -1 4194304 799 22501 0 1 0 0 282 15 17 0 1 0 1525026625 48697344 364 996147200 4194304 4520092 548682068832 18446744073709551615 252429134682 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/25623/statm: 11889 364 245 79 0 219 0
[pid=25646] ppid=25623 vsize=168692 CPUtime=1585.21
/proc/25646/stat : 25646 (eSAT_static) R 25623 25623 25199 0 -1 4194304 41885 0 0 0 158474 47 0 0 25 0 1 0 1525026928 172740608 41738 996147200 134512640 135177480 4294955984 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 1 0 0
/proc/25646/statm: 42173 41738 81 162 0 42008 0
Current children cumulated CPU time (s) 1588.18
Current children cumulated vsize (KiB) 216248

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 1.94 3/74 25648
/proc/meminfo: memFree=1535816/2055920 swapFree=4122480/4192956
[pid=25623] ppid=25621 vsize=47556 CPUtime=2.97
/proc/25623/stat : 25623 (galacE.sh) S 25621 25623 25199 0 -1 4194304 799 22501 0 1 0 0 282 15 17 0 1 0 1525026625 48697344 364 996147200 4194304 4520092 548682068832 18446744073709551615 252429134682 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/25623/statm: 11889 364 245 79 0 219 0
[pid=25646] ppid=25623 vsize=168692 CPUtime=1644.67
/proc/25646/stat : 25646 (eSAT_static) R 25623 25623 25199 0 -1 4194304 41888 0 0 0 164420 47 0 0 25 0 1 0 1525026928 172740608 41741 996147200 134512640 135177480 4294955984 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 1 0 0
/proc/25646/statm: 42173 41741 81 162 0 42008 0
Current children cumulated CPU time (s) 1647.64
Current children cumulated vsize (KiB) 216248

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 1.94 3/74 25648
/proc/meminfo: memFree=1535624/2055920 swapFree=4122480/4192956
[pid=25623] ppid=25621 vsize=47556 CPUtime=2.97
/proc/25623/stat : 25623 (galacE.sh) S 25621 25623 25199 0 -1 4194304 799 22501 0 1 0 0 282 15 17 0 1 0 1525026625 48697344 364 996147200 4194304 4520092 548682068832 18446744073709551615 252429134682 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/25623/statm: 11889 364 245 79 0 219 0
[pid=25646] ppid=25623 vsize=168692 CPUtime=1704.16
/proc/25646/stat : 25646 (eSAT_static) R 25623 25623 25199 0 -1 4194304 41888 0 0 0 170368 48 0 0 25 0 1 0 1525026928 172740608 41741 996147200 134512640 135177480 4294955984 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 1 0 0
/proc/25646/statm: 42173 41741 81 162 0 42008 0
Current children cumulated CPU time (s) 1707.13
Current children cumulated vsize (KiB) 216248

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 1.94 3/74 25676
/proc/meminfo: memFree=1534600/2055920 swapFree=4122480/4192956
[pid=25623] ppid=25621 vsize=47556 CPUtime=2.97
/proc/25623/stat : 25623 (galacE.sh) S 25621 25623 25199 0 -1 4194304 799 22501 0 1 0 0 282 15 17 0 1 0 1525026625 48697344 364 996147200 4194304 4520092 548682068832 18446744073709551615 252429134682 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/25623/statm: 11889 364 245 79 0 219 0
[pid=25646] ppid=25623 vsize=176428 CPUtime=1764
/proc/25646/stat : 25646 (eSAT_static) R 25623 25623 25199 0 -1 4194304 43856 0 0 0 176349 51 0 0 25 0 1 0 1525026928 180662272 43709 996147200 134512640 135177480 4294955984 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 0 0 0
/proc/25646/statm: 44107 43709 81 162 0 43942 0
Current children cumulated CPU time (s) 1766.97
Current children cumulated vsize (KiB) 223984



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1815.4 s]
/proc/loadavg: 2.00 2.00 1.94 3/74 25676
/proc/meminfo: memFree=1529288/2055920 swapFree=4122480/4192956
[pid=25623] ppid=25621 vsize=47556 CPUtime=2.97
/proc/25623/stat : 25623 (galacE.sh) S 25621 25623 25199 0 -1 4194304 799 22501 0 1 0 0 282 15 17 0 1 0 1525026625 48697344 364 996147200 4194304 4520092 548682068832 18446744073709551615 252429134682 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/25623/statm: 11889 364 245 79 0 219 0
[pid=25646] ppid=25623 vsize=181772 CPUtime=1797.08
/proc/25646/stat : 25646 (eSAT_static) R 25623 25623 25199 0 -1 4194304 45184 0 0 0 179656 52 0 0 25 0 1 0 1525026928 186134528 45037 996147200 134512640 135177480 4294955984 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 0 0 0
/proc/25646/statm: 45443 45037 81 162 0 45278 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 229328

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

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

Child ended because it received signal 15 (SIGTERM)

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 25623 and gives
#  childrusage.ru_utime.tv_sec=2
#  childrusage.ru_utime.tv_usec=824570
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=165974
# CPU time returned by wait4() is 2.99054
# 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.41
CPU time (s): 1800.05
CPU user time (s): 1799.38
CPU system time (s): 0.67
CPU usage (%): 99.1538
Max. virtual memory (cumulated for all children) (KiB): 860076

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2.82457
system time used= 0.165974
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 23300
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= 737
involuntary context switches= 727

runsolver used 2.06469 second user time and 5.9031 second system time

The end

Launcher Data (download as text)

Begin job on node12 at 2008-07-02 01:05:16
IDJOB=1035747
IDBENCH=53414
IDSOLVER=351
FILE ID=node12/1035747-1214953516
PBS_JOBID= 7870309
Free space on /tmp= 66548 MiB

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

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 54a98534709cc8808fa1d77c18bb50ae
RANDOM SEED=2118045224

node12.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.236
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.236
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:       1706352 kB
Buffers:         26288 kB
Cached:         150180 kB
SwapCached:      64524 kB
Active:         152232 kB
Inactive:       133812 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1706352 kB
SwapTotal:     4192956 kB
SwapFree:      4122480 kB
Dirty:            3180 kB
Writeback:           0 kB
Mapped:         116852 kB
Slab:            48692 kB
Committed_AS:  2773644 kB
PageTables:       1928 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= 66544 MiB
End job on node12 at 2008-07-02 01:35:33