Trace number 1101621

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.04 1812.31

General information on the benchmark

Namecsp/rand-2-40-19-fcd/
normalized-rand-2-40-19-443-230-fcd-28_ext.xml
MD5SUM86ee6e198f35fb04c09798f5f36b7997
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 benchmark0.232964
Satisfiable
(Un)Satisfiability was proved
Number of variables40
Number of constraints334
Maximum constraint arity2
Maximum domain size19
Number of constraints which are defined in extension334
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.05	c --- Preproc Stats ---
0.00/0.93	c start processing
0.00/0.93	c start relation processing
0.00/0.94	c start cnf exporting
1.92/2.05	c parsing time : 0.787
1.92/2.05	c preprocessing time : 1.908
1.92/2.05	
1.92/2.05	c Nary constraints - conflicts : 0 supports : 0
1.92/2.05	c Binary constraints - conflicts : 315 supports :19
1.92/2.05	c max arity constraint : 2
1.92/2.05	c Max Tuples generated 0
1.92/2.05	c relations : 334
1.92/2.05	c relations BDD: 0
1.92/2.05	c sampling 0/0
1.92/2.05	c vars : 761 - clauses :  38138
1.92/2.05	
1.92/2.09	 
1.92/2.09	c --- SAT Solver Stats ---
1.92/2.09	 
1.92/2.09	c eSAT 0.1 : minisat core with additionnal features
1.92/2.09	c ============================[ Problem Statistics ]=============================
1.92/2.09	c |                                                                             |
1.92/2.09	c |  Number of variables:  760                                                  |
1.92/2.09	c |  Number of clauses:    38138                                                |
2.01/2.12	c |  Parsing time:         0.02         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-1101621-1215293899/watcher-1101621-1215293899 -o /tmp/evaluation-result-1101621-1215293899/solver-1101621-1215293899 -C 1800 -W 2200 -M 900 --output-limit 1,15 HOME/galacE.sh HOME/instance-1101621-1215293899.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 1.98 1.98 4/84 10618
/proc/meminfo: memFree=1666808/2055920 swapFree=4192812/4192956
[pid=10618] ppid=10616 vsize=18572 CPUtime=0
/proc/10618/stat : 10618 (runsolver) R 10616 10618 8266 0 -1 4194368 15 0 0 0 0 0 0 0 22 0 1 0 141060051 19017728 292 996147200 4194304 4296836 548682068496 18446744073709551615 233588714791 0 0 4096 24578 0 0 0 17 1 0 0
/proc/10618/statm: 4643 292 257 25 0 2626 0

[startup+0.0134631 s]
/proc/loadavg: 2.05 1.98 1.98 4/84 10618
/proc/meminfo: memFree=1666808/2055920 swapFree=4192812/4192956
[pid=10618] ppid=10616 vsize=8652 CPUtime=0
/proc/10618/stat : 10618 (galacE.sh) S 10616 10618 8266 0 -1 4194304 346 0 0 0 0 0 0 0 22 0 1 0 141060051 8859648 280 996147200 4194304 4520092 548682068832 18446744073709551615 233588321114 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/10618/statm: 2163 280 208 79 0 156 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8652

[startup+0.101472 s]
/proc/loadavg: 2.05 1.98 1.98 4/84 10618
/proc/meminfo: memFree=1666808/2055920 swapFree=4192812/4192956
[pid=10618] ppid=10616 vsize=47568 CPUtime=0
/proc/10618/stat : 10618 (galacE.sh) S 10616 10618 8266 0 -1 4194304 764 1697 0 0 0 0 0 0 25 0 1 0 141060051 48709632 363 996147200 4194304 4520092 548682068832 18446744073709551615 233588321114 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/10618/statm: 11892 363 244 79 0 219 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 47568

[startup+0.301494 s]
/proc/loadavg: 2.05 1.98 1.98 4/84 10618
/proc/meminfo: memFree=1666808/2055920 swapFree=4192812/4192956
[pid=10618] ppid=10616 vsize=47568 CPUtime=0
/proc/10618/stat : 10618 (galacE.sh) S 10616 10618 8266 0 -1 4194304 764 1697 0 0 0 0 0 0 25 0 1 0 141060051 48709632 363 996147200 4194304 4520092 548682068832 18446744073709551615 233588321114 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/10618/statm: 11892 363 244 79 0 219 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 47568

[startup+0.701544 s]
/proc/loadavg: 2.05 1.98 1.98 4/84 10618
/proc/meminfo: memFree=1666808/2055920 swapFree=4192812/4192956
[pid=10618] ppid=10616 vsize=47568 CPUtime=0
/proc/10618/stat : 10618 (galacE.sh) S 10616 10618 8266 0 -1 4194304 764 1697 0 0 0 0 0 0 25 0 1 0 141060051 48709632 363 996147200 4194304 4520092 548682068832 18446744073709551615 233588321114 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/10618/statm: 11892 363 244 79 0 219 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 47568

[startup+1.50262 s]
/proc/loadavg: 2.05 1.98 1.98 3/94 10640
/proc/meminfo: memFree=1595560/2055920 swapFree=4192812/4192956
[pid=10618] ppid=10616 vsize=47568 CPUtime=0
/proc/10618/stat : 10618 (galacE.sh) S 10616 10618 8266 0 -1 4194304 764 1697 0 0 0 0 0 0 25 0 1 0 141060051 48709632 363 996147200 4194304 4520092 548682068832 18446744073709551615 233588321114 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/10618/statm: 11892 363 244 79 0 219 0
[pid=10632] ppid=10618 vsize=812756 CPUtime=1.42
/proc/10632/stat : 10632 (java) S 10618 10618 8266 0 -1 0 19887 0 1 0 131 11 0 0 25 0 9 0 141060056 832262144 19304 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/10632/statm: 203189 19304 1910 9 0 197171 0
[pid=10632/tid=10633] ppid=10618 vsize=812756 CPUtime=1.1
/proc/10632/task/10633/stat : 10633 (java) R 10618 10618 8266 0 -1 64 14528 0 1 0 102 8 0 0 25 0 9 0 141060057 832262144 19304 996147200 134512640 134550740 4294955600 18446744073709551615 4127055959 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10632/tid=10634] ppid=10618 vsize=812756 CPUtime=0.03
/proc/10632/task/10634/stat : 10634 (java) S 10618 10618 8266 0 -1 64 3793 0 0 0 2 1 0 0 16 0 9 0 141060058 832262144 19304 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=10632/tid=10635] ppid=10618 vsize=812756 CPUtime=0
/proc/10632/task/10635/stat : 10635 (java) S 10618 10618 8266 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 141060059 832262144 19304 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10632/tid=10636] ppid=10618 vsize=812756 CPUtime=0
/proc/10632/task/10636/stat : 10636 (java) S 10618 10618 8266 0 -1 64 4 0 0 0 0 0 0 0 25 0 9 0 141060059 832262144 19304 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10632/tid=10637] ppid=10618 vsize=812756 CPUtime=0
/proc/10632/task/10637/stat : 10637 (java) S 10618 10618 8266 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 141060061 832262144 19304 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10632/tid=10638] ppid=10618 vsize=812756 CPUtime=0.26
/proc/10632/task/10638/stat : 10638 (java) S 10618 10618 8266 0 -1 64 867 0 0 0 26 0 0 0 16 0 9 0 141060061 832262144 19304 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10632/tid=10639] ppid=10618 vsize=812756 CPUtime=0
/proc/10632/task/10639/stat : 10639 (java) S 10618 10618 8266 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 141060061 832262144 19304 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10632/tid=10640] ppid=10618 vsize=812756 CPUtime=0
/proc/10632/task/10640/stat : 10640 (java) S 10618 10618 8266 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 141060061 832262144 19304 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.42
Current children cumulated vsize (KiB) 860324

[startup+3.10278 s]
/proc/loadavg: 2.05 1.98 1.98 3/86 10641
/proc/meminfo: memFree=1662568/2055920 swapFree=4192812/4192956
[pid=10618] ppid=10616 vsize=47568 CPUtime=2
/proc/10618/stat : 10618 (galacE.sh) S 10616 10618 8266 0 -1 4194304 798 23051 0 1 0 0 186 14 17 0 1 0 141060051 48709632 363 996147200 4194304 4520092 548682068832 18446744073709551615 233588321114 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/10618/statm: 11892 363 244 79 0 219 0
[pid=10641] ppid=10618 vsize=4688 CPUtime=1
/proc/10641/stat : 10641 (eSAT_static) R 10618 10618 8266 0 -1 4194304 1011 0 0 0 100 0 0 0 25 0 1 0 141060260 4800512 913 996147200 134512640 135177480 4294955968 18446744073709551615 134565419 0 0 4096 3 0 0 0 17 1 0 0
/proc/10641/statm: 1172 913 81 162 0 1007 0
Current children cumulated CPU time (s) 3
Current children cumulated vsize (KiB) 52256

[startup+6.30111 s]
/proc/loadavg: 2.04 1.98 1.98 3/86 10641
/proc/meminfo: memFree=1656872/2055920 swapFree=4192812/4192956
[pid=10618] ppid=10616 vsize=47568 CPUtime=2
/proc/10618/stat : 10618 (galacE.sh) S 10616 10618 8266 0 -1 4194304 798 23051 0 1 0 0 186 14 17 0 1 0 141060051 48709632 363 996147200 4194304 4520092 548682068832 18446744073709551615 233588321114 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/10618/statm: 11892 363 244 79 0 219 0
[pid=10641] ppid=10618 vsize=7080 CPUtime=4.19
/proc/10641/stat : 10641 (eSAT_static) R 10618 10618 8266 0 -1 4194304 1635 0 0 0 419 0 0 0 25 0 1 0 141060260 7249920 1537 996147200 134512640 135177480 4294955968 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 1 0 0
/proc/10641/statm: 1770 1537 81 162 0 1605 0
Current children cumulated CPU time (s) 6.19
Current children cumulated vsize (KiB) 54648

[startup+12.7028 s]
/proc/loadavg: 2.04 1.98 1.98 3/86 10641
/proc/meminfo: memFree=1651368/2055920 swapFree=4192812/4192956
[pid=10618] ppid=10616 vsize=47568 CPUtime=2
/proc/10618/stat : 10618 (galacE.sh) S 10616 10618 8266 0 -1 4194304 798 23051 0 1 0 0 186 14 17 0 1 0 141060051 48709632 363 996147200 4194304 4520092 548682068832 18446744073709551615 233588321114 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/10618/statm: 11892 363 244 79 0 219 0
[pid=10641] ppid=10618 vsize=9720 CPUtime=10.59
/proc/10641/stat : 10641 (eSAT_static) R 10618 10618 8266 0 -1 4194304 2280 0 0 0 1058 1 0 0 25 0 1 0 141060260 9953280 2182 996147200 134512640 135177480 4294955968 18446744073709551615 134565292 0 0 4096 3 0 0 0 17 1 0 0
/proc/10641/statm: 2430 2182 81 162 0 2265 0
Current children cumulated CPU time (s) 12.59
Current children cumulated vsize (KiB) 57288

[startup+25.5011 s]
/proc/loadavg: 2.03 1.98 1.98 4/86 10641
/proc/meminfo: memFree=1643624/2055920 swapFree=4192812/4192956
[pid=10618] ppid=10616 vsize=47568 CPUtime=2
/proc/10618/stat : 10618 (galacE.sh) S 10616 10618 8266 0 -1 4194304 798 23051 0 1 0 0 186 14 17 0 1 0 141060051 48709632 363 996147200 4194304 4520092 548682068832 18446744073709551615 233588321114 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/10618/statm: 11892 363 244 79 0 219 0
[pid=10641] ppid=10618 vsize=12832 CPUtime=23.39
/proc/10641/stat : 10641 (eSAT_static) R 10618 10618 8266 0 -1 4194304 3049 0 0 0 2337 2 0 0 25 0 1 0 141060260 13139968 2951 996147200 134512640 135177480 4294955968 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 1 0 0
/proc/10641/statm: 3208 2951 81 162 0 3043 0
Current children cumulated CPU time (s) 25.39
Current children cumulated vsize (KiB) 60400

[startup+51.1017 s]
/proc/loadavg: 2.02 1.98 1.98 3/86 10641
/proc/meminfo: memFree=1616744/2055920 swapFree=4192812/4192956
[pid=10618] ppid=10616 vsize=47568 CPUtime=2
/proc/10618/stat : 10618 (galacE.sh) S 10616 10618 8266 0 -1 4194304 798 23051 0 1 0 0 186 14 17 0 1 0 141060051 48709632 363 996147200 4194304 4520092 548682068832 18446744073709551615 233588321114 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/10618/statm: 11892 363 244 79 0 219 0
[pid=10641] ppid=10618 vsize=18512 CPUtime=48.97
/proc/10641/stat : 10641 (eSAT_static) R 10618 10618 8266 0 -1 4194304 4480 0 0 0 4894 3 0 0 25 0 1 0 141060260 18956288 4382 996147200 134512640 135177480 4294955968 18446744073709551615 134565325 0 0 4096 3 0 0 0 17 1 0 0
/proc/10641/statm: 4628 4382 81 162 0 4463 0
Current children cumulated CPU time (s) 50.97
Current children cumulated vsize (KiB) 66080

[startup+102.307 s]
/proc/loadavg: 2.01 1.98 1.98 3/86 10641
/proc/meminfo: memFree=1608616/2055920 swapFree=4192812/4192956
[pid=10618] ppid=10616 vsize=47568 CPUtime=2
/proc/10618/stat : 10618 (galacE.sh) S 10616 10618 8266 0 -1 4194304 798 23051 0 1 0 0 186 14 17 0 1 0 141060051 48709632 363 996147200 4194304 4520092 548682068832 18446744073709551615 233588321114 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/10618/statm: 11892 363 244 79 0 219 0
[pid=10641] ppid=10618 vsize=26472 CPUtime=100.17
/proc/10641/stat : 10641 (eSAT_static) R 10618 10618 8266 0 -1 4194304 6443 0 0 0 10011 6 0 0 25 0 1 0 141060260 27107328 6345 996147200 134512640 135177480 4294955968 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 1 0 0
/proc/10641/statm: 6618 6345 81 162 0 6453 0
Current children cumulated CPU time (s) 102.17
Current children cumulated vsize (KiB) 74040

[startup+162.302 s]
/proc/loadavg: 2.00 1.98 1.98 3/86 10641
/proc/meminfo: memFree=1605224/2055920 swapFree=4192812/4192956
[pid=10618] ppid=10616 vsize=47568 CPUtime=2
/proc/10618/stat : 10618 (galacE.sh) S 10616 10618 8266 0 -1 4194304 798 23051 0 1 0 0 186 14 17 0 1 0 141060051 48709632 363 996147200 4194304 4520092 548682068832 18446744073709551615 233588321114 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/10618/statm: 11892 363 244 79 0 219 0
[pid=10641] ppid=10618 vsize=29980 CPUtime=160.15
/proc/10641/stat : 10641 (eSAT_static) R 10618 10618 8266 0 -1 4194304 7309 0 0 0 16008 7 0 0 25 0 1 0 141060260 30699520 7211 996147200 134512640 135177480 4294955968 18446744073709551615 134565410 0 0 4096 3 0 0 0 17 1 0 0
/proc/10641/statm: 7495 7211 81 162 0 7330 0
Current children cumulated CPU time (s) 162.15
Current children cumulated vsize (KiB) 77548

[startup+222.302 s]
/proc/loadavg: 2.00 1.98 1.98 3/86 10641
/proc/meminfo: memFree=1600424/2055920 swapFree=4192812/4192956
[pid=10618] ppid=10616 vsize=47568 CPUtime=2
/proc/10618/stat : 10618 (galacE.sh) S 10616 10618 8266 0 -1 4194304 798 23051 0 1 0 0 186 14 17 0 1 0 141060051 48709632 363 996147200 4194304 4520092 548682068832 18446744073709551615 233588321114 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/10618/statm: 11892 363 244 79 0 219 0
[pid=10641] ppid=10618 vsize=34508 CPUtime=220.13
/proc/10641/stat : 10641 (eSAT_static) R 10618 10618 8266 0 -1 4194304 8447 0 0 0 22005 8 0 0 25 0 1 0 141060260 35336192 8349 996147200 134512640 135177480 4294955968 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 1 0 0
/proc/10641/statm: 8627 8349 81 162 0 8462 0
Current children cumulated CPU time (s) 222.13
Current children cumulated vsize (KiB) 82076

[startup+282.301 s]
/proc/loadavg: 2.00 1.98 1.98 4/86 10641
/proc/meminfo: memFree=1596776/2055920 swapFree=4192812/4192956
[pid=10618] ppid=10616 vsize=47568 CPUtime=2
/proc/10618/stat : 10618 (galacE.sh) S 10616 10618 8266 0 -1 4194304 798 23051 0 1 0 0 186 14 17 0 1 0 141060051 48709632 363 996147200 4194304 4520092 548682068832 18446744073709551615 233588321114 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/10618/statm: 11892 363 244 79 0 219 0
[pid=10641] ppid=10618 vsize=38428 CPUtime=280.11
/proc/10641/stat : 10641 (eSAT_static) R 10618 10618 8266 0 -1 4194304 9393 0 0 0 28002 9 0 0 25 0 1 0 141060260 39350272 9295 996147200 134512640 135177480 4294955968 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 1 0 0
/proc/10641/statm: 9607 9295 81 162 0 9442 0
Current children cumulated CPU time (s) 282.11
Current children cumulated vsize (KiB) 85996

[startup+342.301 s]
/proc/loadavg: 2.00 1.98 1.98 3/86 10641
/proc/meminfo: memFree=1586920/2055920 swapFree=4192812/4192956
[pid=10618] ppid=10616 vsize=47568 CPUtime=2
/proc/10618/stat : 10618 (galacE.sh) S 10616 10618 8266 0 -1 4194304 798 23051 0 1 0 0 186 14 17 0 1 0 141060051 48709632 363 996147200 4194304 4520092 548682068832 18446744073709551615 233588321114 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/10618/statm: 11892 363 244 79 0 219 0
[pid=10641] ppid=10618 vsize=48156 CPUtime=340.1
/proc/10641/stat : 10641 (eSAT_static) R 10618 10618 8266 0 -1 4194304 11828 0 0 0 33997 13 0 0 25 0 1 0 141060260 49311744 11730 996147200 134512640 135177480 4294955968 18446744073709551615 134565260 0 0 4096 3 0 0 0 17 1 0 0

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

/proc/10641/statm: 20174 19711 81 162 0 20009 0
Current children cumulated CPU time (s) 1175.95
Current children cumulated vsize (KiB) 128264

[startup+1242.3 s]
/proc/loadavg: 2.00 1.98 1.98 3/86 10643
/proc/meminfo: memFree=1492968/2055920 swapFree=4192812/4192956
[pid=10618] ppid=10616 vsize=47568 CPUtime=2
/proc/10618/stat : 10618 (galacE.sh) S 10616 10618 8266 0 -1 4194304 798 23051 0 1 0 0 186 14 17 0 1 0 141060051 48709632 363 996147200 4194304 4520092 548682068832 18446744073709551615 233588321114 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/10618/statm: 11892 363 244 79 0 219 0
[pid=10641] ppid=10618 vsize=80696 CPUtime=1233.37
/proc/10641/stat : 10641 (eSAT_static) R 10618 10618 8266 0 -1 4194304 19809 0 0 0 123311 26 0 0 25 0 1 0 141060260 82632704 19711 996147200 134512640 135177480 4294955968 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 0 0 0
/proc/10641/statm: 20174 19711 81 162 0 20009 0
Current children cumulated CPU time (s) 1235.37
Current children cumulated vsize (KiB) 128264

[startup+1302.3 s]
/proc/loadavg: 2.00 1.98 1.98 3/86 10643
/proc/meminfo: memFree=1492840/2055920 swapFree=4192812/4192956
[pid=10618] ppid=10616 vsize=47568 CPUtime=2
/proc/10618/stat : 10618 (galacE.sh) S 10616 10618 8266 0 -1 4194304 798 23051 0 1 0 0 186 14 17 0 1 0 141060051 48709632 363 996147200 4194304 4520092 548682068832 18446744073709551615 233588321114 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/10618/statm: 11892 363 244 79 0 219 0
[pid=10641] ppid=10618 vsize=80888 CPUtime=1292.8
/proc/10641/stat : 10641 (eSAT_static) R 10618 10618 8266 0 -1 4194304 19845 0 0 0 129254 26 0 0 25 0 1 0 141060260 82829312 19747 996147200 134512640 135177480 4294955968 18446744073709551615 134556856 0 0 4096 3 0 0 0 17 0 0 0
/proc/10641/statm: 20222 19747 81 162 0 20057 0
Current children cumulated CPU time (s) 1294.8
Current children cumulated vsize (KiB) 128456

[startup+1362.3 s]
/proc/loadavg: 2.15 2.02 2.00 3/86 10643
/proc/meminfo: memFree=1492904/2055920 swapFree=4192812/4192956
[pid=10618] ppid=10616 vsize=47568 CPUtime=2
/proc/10618/stat : 10618 (galacE.sh) S 10616 10618 8266 0 -1 4194304 798 23051 0 1 0 0 186 14 17 0 1 0 141060051 48709632 363 996147200 4194304 4520092 548682068832 18446744073709551615 233588321114 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/10618/statm: 11892 363 244 79 0 219 0
[pid=10641] ppid=10618 vsize=81068 CPUtime=1352.22
/proc/10641/stat : 10641 (eSAT_static) R 10618 10618 8266 0 -1 4194304 19885 0 0 0 135196 26 0 0 25 0 1 0 141060260 83013632 19787 996147200 134512640 135177480 4294955968 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 0 0 0
/proc/10641/statm: 20267 19787 81 162 0 20102 0
Current children cumulated CPU time (s) 1354.22
Current children cumulated vsize (KiB) 128636

[startup+1422.31 s]
/proc/loadavg: 2.12 2.03 2.00 3/86 10649
/proc/meminfo: memFree=1492328/2055920 swapFree=4192812/4192956
[pid=10618] ppid=10616 vsize=47568 CPUtime=2
/proc/10618/stat : 10618 (galacE.sh) S 10616 10618 8266 0 -1 4194304 798 23051 0 1 0 0 186 14 17 0 1 0 141060051 48709632 363 996147200 4194304 4520092 548682068832 18446744073709551615 233588321114 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/10618/statm: 11892 363 244 79 0 219 0
[pid=10641] ppid=10618 vsize=81812 CPUtime=1411.65
/proc/10641/stat : 10641 (eSAT_static) R 10618 10618 8266 0 -1 4194304 20017 0 0 0 141139 26 0 0 25 0 1 0 141060260 83775488 19919 996147200 134512640 135177480 4294955968 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 0 0 0
/proc/10641/statm: 20453 19919 81 162 0 20288 0
Current children cumulated CPU time (s) 1413.65
Current children cumulated vsize (KiB) 129380

[startup+1482.3 s]
/proc/loadavg: 2.11 2.04 2.00 3/86 10649
/proc/meminfo: memFree=1491944/2055920 swapFree=4192812/4192956
[pid=10618] ppid=10616 vsize=47568 CPUtime=2
/proc/10618/stat : 10618 (galacE.sh) S 10616 10618 8266 0 -1 4194304 798 23051 0 1 0 0 186 14 17 0 1 0 141060051 48709632 363 996147200 4194304 4520092 548682068832 18446744073709551615 233588321114 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/10618/statm: 11892 363 244 79 0 219 0
[pid=10641] ppid=10618 vsize=82168 CPUtime=1471.08
/proc/10641/stat : 10641 (eSAT_static) R 10618 10618 8266 0 -1 4194304 20106 0 0 0 147081 27 0 0 25 0 1 0 141060260 84140032 20008 996147200 134512640 135177480 4294955968 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 0 0 0
/proc/10641/statm: 20542 20008 81 162 0 20377 0
Current children cumulated CPU time (s) 1473.08
Current children cumulated vsize (KiB) 129736

[startup+1542.3 s]
/proc/loadavg: 2.10 2.05 2.00 3/86 10649
/proc/meminfo: memFree=1491688/2055920 swapFree=4192812/4192956
[pid=10618] ppid=10616 vsize=47568 CPUtime=2
/proc/10618/stat : 10618 (galacE.sh) S 10616 10618 8266 0 -1 4194304 798 23051 0 1 0 0 186 14 17 0 1 0 141060051 48709632 363 996147200 4194304 4520092 548682068832 18446744073709551615 233588321114 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/10618/statm: 11892 363 244 79 0 219 0
[pid=10641] ppid=10618 vsize=82312 CPUtime=1530.51
/proc/10641/stat : 10641 (eSAT_static) R 10618 10618 8266 0 -1 4194304 20162 0 0 0 153024 27 0 0 25 0 1 0 141060260 84287488 20064 996147200 134512640 135177480 4294955968 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 0 0 0
/proc/10641/statm: 20578 20064 81 162 0 20413 0
Current children cumulated CPU time (s) 1532.51
Current children cumulated vsize (KiB) 129880

[startup+1602.3 s]
/proc/loadavg: 2.20 2.09 2.02 3/86 10649
/proc/meminfo: memFree=1430440/2055920 swapFree=4192812/4192956
[pid=10618] ppid=10616 vsize=47568 CPUtime=2
/proc/10618/stat : 10618 (galacE.sh) S 10616 10618 8266 0 -1 4194304 798 23051 0 1 0 0 186 14 17 0 1 0 141060051 48709632 363 996147200 4194304 4520092 548682068832 18446744073709551615 233588321114 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/10618/statm: 11892 363 244 79 0 219 0
[pid=10641] ppid=10618 vsize=82632 CPUtime=1589.95
/proc/10641/stat : 10641 (eSAT_static) R 10618 10618 8266 0 -1 4194304 20253 0 0 0 158968 27 0 0 25 0 1 0 141060260 84615168 20155 996147200 134512640 135177480 4294955968 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 0 0 0
/proc/10641/statm: 20658 20155 81 162 0 20493 0
Current children cumulated CPU time (s) 1591.95
Current children cumulated vsize (KiB) 130200

[startup+1662.3 s]
/proc/loadavg: 2.19 2.12 2.03 3/86 10649
/proc/meminfo: memFree=1426600/2055920 swapFree=4192812/4192956
[pid=10618] ppid=10616 vsize=47568 CPUtime=2
/proc/10618/stat : 10618 (galacE.sh) S 10616 10618 8266 0 -1 4194304 798 23051 0 1 0 0 186 14 17 0 1 0 141060051 48709632 363 996147200 4194304 4520092 548682068832 18446744073709551615 233588321114 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/10618/statm: 11892 363 244 79 0 219 0
[pid=10641] ppid=10618 vsize=86520 CPUtime=1649.38
/proc/10641/stat : 10641 (eSAT_static) R 10618 10618 8266 0 -1 4194304 21216 0 0 0 164910 28 0 0 25 0 1 0 141060260 88596480 21118 996147200 134512640 135177480 4294955968 18446744073709551615 134565419 0 0 4096 3 0 0 0 17 0 0 0
/proc/10641/statm: 21630 21118 81 162 0 21465 0
Current children cumulated CPU time (s) 1651.38
Current children cumulated vsize (KiB) 134088

[startup+1722.3 s]
/proc/loadavg: 2.07 2.09 2.02 3/86 10649
/proc/meminfo: memFree=1422440/2055920 swapFree=4192812/4192956
[pid=10618] ppid=10616 vsize=47568 CPUtime=2
/proc/10618/stat : 10618 (galacE.sh) S 10616 10618 8266 0 -1 4194304 798 23051 0 1 0 0 186 14 17 0 1 0 141060051 48709632 363 996147200 4194304 4520092 548682068832 18446744073709551615 233588321114 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/10618/statm: 11892 363 244 79 0 219 0
[pid=10641] ppid=10618 vsize=91120 CPUtime=1708.8
/proc/10641/stat : 10641 (eSAT_static) R 10618 10618 8266 0 -1 4194304 22262 0 0 0 170851 29 0 0 25 0 1 0 141060260 93306880 22164 996147200 134512640 135177480 4294955968 18446744073709551615 134565342 0 0 4096 3 0 0 0 17 0 0 0
/proc/10641/statm: 22780 22164 81 162 0 22615 0
Current children cumulated CPU time (s) 1710.8
Current children cumulated vsize (KiB) 138688

[startup+1782.3 s]
/proc/loadavg: 2.02 2.07 2.02 3/86 10649
/proc/meminfo: memFree=1417896/2055920 swapFree=4192812/4192956
[pid=10618] ppid=10616 vsize=47568 CPUtime=2
/proc/10618/stat : 10618 (galacE.sh) S 10616 10618 8266 0 -1 4194304 798 23051 0 1 0 0 186 14 17 0 1 0 141060051 48709632 363 996147200 4194304 4520092 548682068832 18446744073709551615 233588321114 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/10618/statm: 11892 363 244 79 0 219 0
[pid=10641] ppid=10618 vsize=95604 CPUtime=1768.23
/proc/10641/stat : 10641 (eSAT_static) R 10618 10618 8266 0 -1 4194304 23361 0 0 0 176792 31 0 0 25 0 1 0 141060260 97898496 23263 996147200 134512640 135177480 4294955968 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 0 0 0
/proc/10641/statm: 23901 23263 81 162 0 23736 0
Current children cumulated CPU time (s) 1770.23
Current children cumulated vsize (KiB) 143172



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1812.3 s]
/proc/loadavg: 1.87 2.03 2.00 3/74 10712
/proc/meminfo: memFree=1625352/2055920 swapFree=4192812/4192956
[pid=10618] ppid=10616 vsize=47568 CPUtime=2
/proc/10618/stat : 10618 (galacE.sh) S 10616 10618 8266 0 -1 4194304 798 23051 0 1 0 0 186 14 17 0 1 0 141060051 48709632 363 996147200 4194304 4520092 548682068832 18446744073709551615 233588321114 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/10618/statm: 11892 363 244 79 0 219 0
[pid=10641] ppid=10618 vsize=97636 CPUtime=1798.04
/proc/10641/stat : 10641 (eSAT_static) R 10618 10618 8266 0 -1 4194304 23884 0 0 0 179772 32 0 0 25 0 1 0 141060260 99979264 23786 996147200 134512640 135177480 4294955968 18446744073709551615 134565395 0 0 4096 3 0 0 0 17 1 0 0
/proc/10641/statm: 24409 23786 81 162 0 24244 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 145204

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

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

[startup+1812.3 s]
/proc/loadavg: 1.87 2.03 2.00 3/74 10712
/proc/meminfo: memFree=1625352/2055920 swapFree=4192812/4192956
[pid=10618] ppid=10616 vsize=47568 CPUtime=2
/proc/10618/stat : 10618 (galacE.sh) S 10616 10618 8266 0 -1 4194304 798 23051 0 1 0 0 186 14 17 0 1 0 141060051 48709632 363 996147200 4194304 4520092 548682068832 18446744073709551615 233588321114 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/10618/statm: 11892 363 244 79 0 219 0
[pid=10641] ppid=10618 vsize=97636 CPUtime=1798.04
/proc/10641/stat : 10641 (eSAT_static) R 10618 10618 8266 0 -1 4194304 23884 0 0 0 179772 32 0 0 25 0 1 0 141060260 99979264 23786 996147200 134512640 135177480 4294955968 18446744073709551615 134565395 0 0 4096 3 0 0 0 17 1 0 0
/proc/10641/statm: 24409 23786 81 162 0 24244 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 145204

Child ended because it received signal 15 (SIGTERM)

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 10618 and gives
#  childrusage.ru_utime.tv_sec=1
#  childrusage.ru_utime.tv_usec=867716
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=150977
# CPU time returned by wait4() is 2.01869
# while last known CPU time is 1800.04
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1812.31
CPU time (s): 1800.04
CPU user time (s): 1799.58
CPU system time (s): 0.46
CPU usage (%): 99.3228
Max. virtual memory (cumulated for all children) (KiB): 860324

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1.86772
system time used= 0.150977
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 23849
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= 1137
involuntary context switches= 1182

runsolver used 2.70059 second user time and 5.51616 second system time

The end

Launcher Data (download as text)

Begin job on node27 at 2008-07-05 23:38:19
IDJOB=1101621
IDBENCH=60053
IDSOLVER=351
FILE ID=node27/1101621-1215293899
PBS_JOBID= 7882267
Free space on /tmp= 66464 MiB

SOLVER NAME= galac E
BENCH NAME= CPAI08/csp/rand-2-40-19-fcd/normalized-rand-2-40-19-443-230-fcd-28_ext.xml
COMMAND LINE= HOME/galacE.sh BENCHNAME 
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1101621-1215293899/watcher-1101621-1215293899 -o /tmp/evaluation-result-1101621-1215293899/solver-1101621-1215293899 -C 1800 -W 2200 -M 900 --output-limit 1,15  HOME/galacE.sh HOME/instance-1101621-1215293899.xml 

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 86ee6e198f35fb04c09798f5f36b7997
RANDOM SEED=894315877

node27.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		: 2800.188
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	: 5521.40
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		: 2800.188
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:       1667288 kB
Buffers:         54604 kB
Cached:         201280 kB
SwapCached:          0 kB
Active:         227220 kB
Inactive:       104752 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1667288 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            4848 kB
Writeback:           0 kB
Mapped:          92916 kB
Slab:            42104 kB
Committed_AS:  1105848 kB
PageTables:       1652 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264948 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66460 MiB
End job on node27 at 2008-07-06 00:08:34