Trace number 1060709

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.07 1810.11

General information on the benchmark

Namecsp/pseudo/par/
normalized-par-32-2-c.xml
MD5SUMa74560533e7ad9b82e138ec40698969f
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark180.881
Satisfiable
(Un)Satisfiability was proved
Number of variables2606
Number of constraints6509
Maximum constraint arity3
Maximum domain size2
Number of constraints which are defined in extension0
Number of constraints which are defined in intension6509
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.03	c --- Preproc Stats ---
6.00/6.15	c start processing
6.00/6.15	c start relation processing
6.00/6.15	c start cnf exporting
6.49/6.67	c parsing time : 6.023
6.49/6.67	c preprocessing time : 6.544
6.49/6.67	
6.49/6.67	c Nary constraints - conflicts : 4834 supports : 0
6.49/6.67	c Binary constraints - conflicts : 1675 supports :0
6.49/6.67	c max arity constraint : 3
6.49/6.67	c Max Tuples generated 8
6.49/6.67	c relations : 3
6.49/6.67	c relations BDD: 0
6.49/6.67	c sampling 0/0
6.49/6.67	c vars : 2607 - clauses :  6509
6.49/6.67	
6.56/6.72	 
6.56/6.72	c --- SAT Solver Stats ---
6.56/6.72	 
6.56/6.72	c eSAT 0.1 : minisat core with additionnal features
6.56/6.72	c ============================[ Problem Statistics ]=============================
6.56/6.72	c |                                                                             |
6.56/6.72	c |  Number of variables:  2606                                                 |
6.56/6.72	c |  Number of clauses:    6509                                                 |
6.56/6.73	c |  Parsing time:         0.01         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-1060709-1215128085/watcher-1060709-1215128085 -o /tmp/evaluation-result-1060709-1215128085/solver-1060709-1215128085 -C 1800 -W 2200 -M 900 --output-limit 1,15 HOME/galacE.sh HOME/instance-1060709-1215128085.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.85 1.97 1.92 4/80 1924
/proc/meminfo: memFree=1460176/2055920 swapFree=4180500/4192956
[pid=1924] ppid=1922 vsize=8652 CPUtime=0
/proc/1924/stat : 1924 (galacE.sh) S 1922 1924 1886 0 -1 4194304 346 0 0 0 0 0 0 0 16 0 1 0 1991779915 8859648 280 996147200 4194304 4520092 548682068832 18446744073709551615 217051229018 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/1924/statm: 2163 280 208 79 0 156 0
[pid=1925] ppid=1924 vsize=8688 CPUtime=0
/proc/1925/stat : 1925 (galacE.sh) S 1924 1924 1886 0 -1 4194368 36 0 0 0 0 0 0 0 16 0 1 0 1991779915 8896512 286 996147200 4194304 4520092 548682068832 18446744073709551615 217051791442 0 0 4096 73728 18446744071563648864 0 0 17 1 0 0
/proc/1925/statm: 2172 286 209 79 0 165 0
[pid=1926] ppid=1925 vsize=8728 CPUtime=0
/proc/1926/stat : 1926 (galacE.sh) R 1925 1924 1886 0 -1 4194368 25 0 0 0 0 0 0 0 19 0 1 0 1991779915 8937472 290 996147200 4194304 4520092 548682068832 18446744073709551615 217051622695 0 0 3674112 73728 0 0 0 17 1 0 0
/proc/1926/statm: 2182 290 209 79 0 175 0

[startup+0.076487 s]
/proc/loadavg: 1.85 1.97 1.92 4/80 1924
/proc/meminfo: memFree=1460176/2055920 swapFree=4180500/4192956
[pid=1924] ppid=1922 vsize=47560 CPUtime=0.01
/proc/1924/stat : 1924 (galacE.sh) S 1922 1924 1886 0 -1 4194304 766 1698 0 0 0 0 0 1 23 0 1 0 1991779915 48701440 365 996147200 4194304 4520092 548682068832 18446744073709551615 217051229018 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/1924/statm: 11890 365 246 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47560

[startup+0.102494 s]
/proc/loadavg: 1.85 1.97 1.92 4/80 1924
/proc/meminfo: memFree=1460176/2055920 swapFree=4180500/4192956
[pid=1924] ppid=1922 vsize=47560 CPUtime=0.01
/proc/1924/stat : 1924 (galacE.sh) S 1922 1924 1886 0 -1 4194304 766 1698 0 0 0 0 0 1 23 0 1 0 1991779915 48701440 365 996147200 4194304 4520092 548682068832 18446744073709551615 217051229018 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/1924/statm: 11890 365 246 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47560

[startup+0.301529 s]
/proc/loadavg: 1.85 1.97 1.92 4/80 1924
/proc/meminfo: memFree=1460176/2055920 swapFree=4180500/4192956
[pid=1924] ppid=1922 vsize=47560 CPUtime=0.01
/proc/1924/stat : 1924 (galacE.sh) S 1922 1924 1886 0 -1 4194304 766 1698 0 0 0 0 0 1 23 0 1 0 1991779915 48701440 365 996147200 4194304 4520092 548682068832 18446744073709551615 217051229018 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/1924/statm: 11890 365 246 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47560

[startup+0.702608 s]
/proc/loadavg: 1.85 1.97 1.92 4/80 1924
/proc/meminfo: memFree=1460176/2055920 swapFree=4180500/4192956
[pid=1924] ppid=1922 vsize=47560 CPUtime=0.01
/proc/1924/stat : 1924 (galacE.sh) S 1922 1924 1886 0 -1 4194304 766 1698 0 0 0 0 0 1 23 0 1 0 1991779915 48701440 365 996147200 4194304 4520092 548682068832 18446744073709551615 217051229018 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/1924/statm: 11890 365 246 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47560

[startup+1.50183 s]
/proc/loadavg: 1.85 1.97 1.92 3/90 1948
/proc/meminfo: memFree=1418240/2055920 swapFree=4180500/4192956
[pid=1924] ppid=1922 vsize=47560 CPUtime=0.01
/proc/1924/stat : 1924 (galacE.sh) S 1922 1924 1886 0 -1 4194304 766 1698 0 0 0 0 0 1 23 0 1 0 1991779915 48701440 365 996147200 4194304 4520092 548682068832 18446744073709551615 217051229018 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/1924/statm: 11890 365 246 79 0 219 0
[pid=1939] ppid=1924 vsize=812760 CPUtime=1.43
/proc/1939/stat : 1939 (java) S 1924 1924 1886 0 -1 0 13670 0 1 0 136 7 0 0 18 0 9 0 1991779919 832266240 12894 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/1939/statm: 203190 12894 2588 9 0 197171 0
[pid=1939/tid=1940] ppid=1924 vsize=812760 CPUtime=1.04
/proc/1939/task/1940/stat : 1940 (java) R 1924 1924 1886 0 -1 64 7619 0 1 0 100 4 0 0 25 0 9 0 1991779920 832266240 12894 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1939/tid=1941] ppid=1924 vsize=812760 CPUtime=0.08
/proc/1939/task/1941/stat : 1941 (java) S 1924 1924 1886 0 -1 64 4469 0 0 0 7 1 0 0 16 0 9 0 1991779921 832266240 12894 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=1939/tid=1942] ppid=1924 vsize=812760 CPUtime=0
/proc/1939/task/1942/stat : 1942 (java) S 1924 1924 1886 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 1991779922 832266240 12894 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1939/tid=1943] ppid=1924 vsize=812760 CPUtime=0
/proc/1939/task/1943/stat : 1943 (java) S 1924 1924 1886 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1991779922 832266240 12894 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1939/tid=1944] ppid=1924 vsize=812760 CPUtime=0
/proc/1939/task/1944/stat : 1944 (java) S 1924 1924 1886 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1991779924 832266240 12894 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1939/tid=1946] ppid=1924 vsize=812760 CPUtime=0.28
/proc/1939/task/1946/stat : 1946 (java) S 1924 1924 1886 0 -1 64 881 0 0 0 28 0 0 0 15 0 9 0 1991779924 832266240 12894 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1939/tid=1947] ppid=1924 vsize=812760 CPUtime=0
/proc/1939/task/1947/stat : 1947 (java) S 1924 1924 1886 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1991779924 832266240 12894 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1939/tid=1948] ppid=1924 vsize=812760 CPUtime=0
/proc/1939/task/1948/stat : 1948 (java) S 1924 1924 1886 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1991779924 832266240 12894 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.44
Current children cumulated vsize (KiB) 860320

[startup+3.10106 s]
/proc/loadavg: 1.85 1.97 1.92 3/90 1948
/proc/meminfo: memFree=1417664/2055920 swapFree=4180500/4192956
[pid=1924] ppid=1922 vsize=47560 CPUtime=0.01
/proc/1924/stat : 1924 (galacE.sh) S 1922 1924 1886 0 -1 4194304 766 1698 0 0 0 0 0 1 23 0 1 0 1991779915 48701440 365 996147200 4194304 4520092 548682068832 18446744073709551615 217051229018 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/1924/statm: 11890 365 246 79 0 219 0
[pid=1939] ppid=1924 vsize=812896 CPUtime=3.02
/proc/1939/stat : 1939 (java) S 1924 1924 1886 0 -1 0 14021 0 1 0 295 7 0 0 18 0 9 0 1991779919 832405504 13240 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/1939/statm: 203224 13240 2587 9 0 197205 0
[pid=1939/tid=1940] ppid=1924 vsize=812896 CPUtime=2.57
/proc/1939/task/1940/stat : 1940 (java) R 1924 1924 1886 0 -1 64 7838 0 1 0 252 5 0 0 25 0 9 0 1991779920 832405504 13240 996147200 134512640 134550740 4294955616 18446744073709551615 4126990044 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1939/tid=1941] ppid=1924 vsize=812896 CPUtime=0.12
/proc/1939/task/1941/stat : 1941 (java) S 1924 1924 1886 0 -1 64 4586 0 0 0 11 1 0 0 16 0 9 0 1991779921 832405504 13240 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=1939/tid=1942] ppid=1924 vsize=812896 CPUtime=0
/proc/1939/task/1942/stat : 1942 (java) S 1924 1924 1886 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 1991779922 832405504 13240 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1939/tid=1943] ppid=1924 vsize=812896 CPUtime=0
/proc/1939/task/1943/stat : 1943 (java) S 1924 1924 1886 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1991779922 832405504 13240 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1939/tid=1944] ppid=1924 vsize=812896 CPUtime=0
/proc/1939/task/1944/stat : 1944 (java) S 1924 1924 1886 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1991779924 832405504 13240 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1939/tid=1946] ppid=1924 vsize=812896 CPUtime=0.3
/proc/1939/task/1946/stat : 1946 (java) S 1924 1924 1886 0 -1 64 896 0 0 0 30 0 0 0 16 0 9 0 1991779924 832405504 13240 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1939/tid=1947] ppid=1924 vsize=812896 CPUtime=0
/proc/1939/task/1947/stat : 1947 (java) S 1924 1924 1886 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1991779924 832405504 13240 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1939/tid=1948] ppid=1924 vsize=812896 CPUtime=0
/proc/1939/task/1948/stat : 1948 (java) S 1924 1924 1886 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1991779924 832405504 13240 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.03
Current children cumulated vsize (KiB) 860456

[startup+6.30168 s]
/proc/loadavg: 1.86 1.97 1.92 3/90 1948
/proc/meminfo: memFree=1391616/2055920 swapFree=4180500/4192956
[pid=1924] ppid=1922 vsize=47560 CPUtime=0.01
/proc/1924/stat : 1924 (galacE.sh) S 1922 1924 1886 0 -1 4194304 766 1698 0 0 0 0 0 1 23 0 1 0 1991779915 48701440 365 996147200 4194304 4520092 548682068832 18446744073709551615 217051229018 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/1924/statm: 11890 365 246 79 0 219 0
[pid=1939] ppid=1924 vsize=812896 CPUtime=6.18
/proc/1939/stat : 1939 (java) S 1924 1924 1886 0 -1 0 20971 0 1 0 607 11 0 0 18 0 9 0 1991779919 832405504 20187 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/1939/statm: 203224 20187 2592 9 0 197205 0
[pid=1939/tid=1940] ppid=1924 vsize=812896 CPUtime=5.68
/proc/1939/task/1940/stat : 1940 (java) R 1924 1924 1886 0 -1 64 14612 0 1 0 559 9 0 0 25 0 9 0 1991779920 832405504 20187 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1939/tid=1941] ppid=1924 vsize=812896 CPUtime=0.13
/proc/1939/task/1941/stat : 1941 (java) S 1924 1924 1886 0 -1 64 4734 0 0 0 12 1 0 0 16 0 9 0 1991779921 832405504 20187 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=1939/tid=1942] ppid=1924 vsize=812896 CPUtime=0
/proc/1939/task/1942/stat : 1942 (java) S 1924 1924 1886 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 1991779922 832405504 20187 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1939/tid=1943] ppid=1924 vsize=812896 CPUtime=0
/proc/1939/task/1943/stat : 1943 (java) S 1924 1924 1886 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1991779922 832405504 20187 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1939/tid=1944] ppid=1924 vsize=812896 CPUtime=0
/proc/1939/task/1944/stat : 1944 (java) S 1924 1924 1886 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1991779924 832405504 20187 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1939/tid=1946] ppid=1924 vsize=812896 CPUtime=0.35
/proc/1939/task/1946/stat : 1946 (java) R 1924 1924 1886 0 -1 64 924 0 0 0 35 0 0 0 16 0 9 0 1991779924 832405504 20187 996147200 134512640 134550740 4294955616 18446744073709551615 103672952 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1939/tid=1947] ppid=1924 vsize=812896 CPUtime=0
/proc/1939/task/1947/stat : 1947 (java) S 1924 1924 1886 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1991779924 832405504 20187 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1939/tid=1948] ppid=1924 vsize=812896 CPUtime=0
/proc/1939/task/1948/stat : 1948 (java) S 1924 1924 1886 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1991779924 832405504 20187 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.19
Current children cumulated vsize (KiB) 860456

[startup+12.7019 s]
/proc/loadavg: 1.87 1.97 1.92 3/82 1949
/proc/meminfo: memFree=1455488/2055920 swapFree=4180500/4192956
[pid=1924] ppid=1922 vsize=47560 CPUtime=6.59
/proc/1924/stat : 1924 (galacE.sh) S 1922 1924 1886 0 -1 4194304 800 22707 0 1 0 1 644 14 17 0 1 0 1991779915 48701440 365 996147200 4194304 4520092 548682068832 18446744073709551615 217051229018 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/1924/statm: 11890 365 246 79 0 219 0
[pid=1949] ppid=1924 vsize=5224 CPUtime=5.91
/proc/1949/stat : 1949 (eSAT_static) R 1924 1924 1886 0 -1 4194304 1040 0 0 0 591 0 0 0 25 0 1 0 1991780588 5349376 1022 996147200 134512640 135177480 4294955984 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 1 0 0
/proc/1949/statm: 1306 1022 80 162 0 1141 0
Current children cumulated CPU time (s) 12.5
Current children cumulated vsize (KiB) 52784

[startup+25.5023 s]
/proc/loadavg: 1.90 1.97 1.92 3/82 1949
/proc/meminfo: memFree=1453312/2055920 swapFree=4180500/4192956
[pid=1924] ppid=1922 vsize=47560 CPUtime=6.59
/proc/1924/stat : 1924 (galacE.sh) S 1922 1924 1886 0 -1 4194304 800 22707 0 1 0 1 644 14 17 0 1 0 1991779915 48701440 365 996147200 4194304 4520092 548682068832 18446744073709551615 217051229018 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/1924/statm: 11890 365 246 79 0 219 0
[pid=1949] ppid=1924 vsize=7300 CPUtime=18.59
/proc/1949/stat : 1949 (eSAT_static) R 1924 1924 1886 0 -1 4194304 1534 0 0 0 1858 1 0 0 25 0 1 0 1991780588 7475200 1516 996147200 134512640 135177480 4294955984 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 1 0 0
/proc/1949/statm: 1825 1516 80 162 0 1660 0
Current children cumulated CPU time (s) 25.18
Current children cumulated vsize (KiB) 54860

[startup+51.1022 s]
/proc/loadavg: 1.93 1.97 1.92 3/82 1949
/proc/meminfo: memFree=1451072/2055920 swapFree=4180500/4192956
[pid=1924] ppid=1922 vsize=47560 CPUtime=6.59
/proc/1924/stat : 1924 (galacE.sh) S 1922 1924 1886 0 -1 4194304 800 22707 0 1 0 1 644 14 17 0 1 0 1991779915 48701440 365 996147200 4194304 4520092 548682068832 18446744073709551615 217051229018 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/1924/statm: 11890 365 246 79 0 219 0
[pid=1949] ppid=1924 vsize=9728 CPUtime=43.96
/proc/1949/stat : 1949 (eSAT_static) R 1924 1924 1886 0 -1 4194304 2118 0 0 0 4393 3 0 0 25 0 1 0 1991780588 9961472 2100 996147200 134512640 135177480 4294955984 18446744073709551615 134556856 0 0 4096 3 0 0 0 17 1 0 0
/proc/1949/statm: 2432 2100 80 162 0 2267 0
Current children cumulated CPU time (s) 50.55
Current children cumulated vsize (KiB) 57288

[startup+102.307 s]
/proc/loadavg: 1.97 1.97 1.92 3/82 1949
/proc/meminfo: memFree=1448768/2055920 swapFree=4180500/4192956
[pid=1924] ppid=1922 vsize=47560 CPUtime=6.59
/proc/1924/stat : 1924 (galacE.sh) S 1922 1924 1886 0 -1 4194304 800 22707 0 1 0 1 644 14 17 0 1 0 1991779915 48701440 365 996147200 4194304 4520092 548682068832 18446744073709551615 217051229018 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/1924/statm: 11890 365 246 79 0 219 0
[pid=1949] ppid=1924 vsize=11888 CPUtime=94.68
/proc/1949/stat : 1949 (eSAT_static) R 1924 1924 1886 0 -1 4194304 2654 0 0 0 9465 3 0 0 25 0 1 0 1991780588 12173312 2636 996147200 134512640 135177480 4294955984 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 1 0 0
/proc/1949/statm: 2972 2636 80 162 0 2807 0
Current children cumulated CPU time (s) 101.27
Current children cumulated vsize (KiB) 59448

[startup+162.301 s]
/proc/loadavg: 1.99 1.97 1.92 3/82 1949
/proc/meminfo: memFree=1446592/2055920 swapFree=4180500/4192956
[pid=1924] ppid=1922 vsize=47560 CPUtime=6.59
/proc/1924/stat : 1924 (galacE.sh) S 1922 1924 1886 0 -1 4194304 800 22707 0 1 0 1 644 14 17 0 1 0 1991779915 48701440 365 996147200 4194304 4520092 548682068832 18446744073709551615 217051229018 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/1924/statm: 11890 365 246 79 0 219 0

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

/proc/1949/statm: 8181 7783 80 162 0 8016 0
Current children cumulated CPU time (s) 1172.57
Current children cumulated vsize (KiB) 80284

[startup+1242.3 s]
/proc/loadavg: 1.99 1.97 1.91 3/74 1983
/proc/meminfo: memFree=1505088/2055920 swapFree=4180500/4192956
[pid=1924] ppid=1922 vsize=47560 CPUtime=6.59
/proc/1924/stat : 1924 (galacE.sh) S 1922 1924 1886 0 -1 4194304 800 22707 0 1 0 1 644 14 17 0 1 0 1991779915 48701440 365 996147200 4194304 4520092 548682068832 18446744073709551615 217051229018 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/1924/statm: 11890 365 246 79 0 219 0
[pid=1949] ppid=1924 vsize=32724 CPUtime=1225.95
/proc/1949/stat : 1949 (eSAT_static) R 1924 1924 1886 0 -1 4194304 7804 0 0 0 122586 9 0 0 25 0 1 0 1991780588 33509376 7786 996147200 134512640 135177480 4294955984 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 0 0 0
/proc/1949/statm: 8181 7786 80 162 0 8016 0
Current children cumulated CPU time (s) 1232.54
Current children cumulated vsize (KiB) 80284

[startup+1302.3 s]
/proc/loadavg: 1.99 1.97 1.91 3/74 1983
/proc/meminfo: memFree=1502528/2055920 swapFree=4180500/4192956
[pid=1924] ppid=1922 vsize=47560 CPUtime=6.59
/proc/1924/stat : 1924 (galacE.sh) S 1922 1924 1886 0 -1 4194304 800 22707 0 1 0 1 644 14 17 0 1 0 1991779915 48701440 365 996147200 4194304 4520092 548682068832 18446744073709551615 217051229018 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/1924/statm: 11890 365 246 79 0 219 0
[pid=1949] ppid=1924 vsize=35928 CPUtime=1285.93
/proc/1949/stat : 1949 (eSAT_static) R 1924 1924 1886 0 -1 4194304 8469 0 0 0 128583 10 0 0 25 0 1 0 1991780588 36790272 8451 996147200 134512640 135177480 4294955984 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 0 0 0
/proc/1949/statm: 8982 8451 80 162 0 8817 0
Current children cumulated CPU time (s) 1292.52
Current children cumulated vsize (KiB) 83488

[startup+1362.3 s]
/proc/loadavg: 1.99 1.97 1.91 3/74 1983
/proc/meminfo: memFree=1499584/2055920 swapFree=4180500/4192956
[pid=1924] ppid=1922 vsize=47560 CPUtime=6.59
/proc/1924/stat : 1924 (galacE.sh) S 1922 1924 1886 0 -1 4194304 800 22707 0 1 0 1 644 14 17 0 1 0 1991779915 48701440 365 996147200 4194304 4520092 548682068832 18446744073709551615 217051229018 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/1924/statm: 11890 365 246 79 0 219 0
[pid=1949] ppid=1924 vsize=38784 CPUtime=1345.9
/proc/1949/stat : 1949 (eSAT_static) R 1924 1924 1886 0 -1 4194304 9209 0 0 0 134579 11 0 0 25 0 1 0 1991780588 39714816 9191 996147200 134512640 135177480 4294955984 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 0 0 0
/proc/1949/statm: 9696 9191 80 162 0 9531 0
Current children cumulated CPU time (s) 1352.49
Current children cumulated vsize (KiB) 86344

[startup+1422.31 s]
/proc/loadavg: 1.99 1.97 1.91 3/74 1983
/proc/meminfo: memFree=1497024/2055920 swapFree=4180500/4192956
[pid=1924] ppid=1922 vsize=47560 CPUtime=6.59
/proc/1924/stat : 1924 (galacE.sh) S 1922 1924 1886 0 -1 4194304 800 22707 0 1 0 1 644 14 17 0 1 0 1991779915 48701440 365 996147200 4194304 4520092 548682068832 18446744073709551615 217051229018 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/1924/statm: 11890 365 246 79 0 219 0
[pid=1949] ppid=1924 vsize=41340 CPUtime=1405.88
/proc/1949/stat : 1949 (eSAT_static) R 1924 1924 1886 0 -1 4194304 9852 0 0 0 140576 12 0 0 25 0 1 0 1991780588 42332160 9834 996147200 134512640 135177480 4294955984 18446744073709551615 134548742 0 0 4096 3 0 0 0 17 0 0 0
/proc/1949/statm: 10335 9834 80 162 0 10170 0
Current children cumulated CPU time (s) 1412.47
Current children cumulated vsize (KiB) 88900

[startup+1482.3 s]
/proc/loadavg: 1.99 1.97 1.91 3/74 1983
/proc/meminfo: memFree=1496960/2055920 swapFree=4180500/4192956
[pid=1924] ppid=1922 vsize=47560 CPUtime=6.59
/proc/1924/stat : 1924 (galacE.sh) S 1922 1924 1886 0 -1 4194304 800 22707 0 1 0 1 644 14 17 0 1 0 1991779915 48701440 365 996147200 4194304 4520092 548682068832 18446744073709551615 217051229018 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/1924/statm: 11890 365 246 79 0 219 0
[pid=1949] ppid=1924 vsize=41340 CPUtime=1465.84
/proc/1949/stat : 1949 (eSAT_static) R 1924 1924 1886 0 -1 4194304 9852 0 0 0 146572 12 0 0 25 0 1 0 1991780588 42332160 9834 996147200 134512640 135177480 4294955984 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 0 0 0
/proc/1949/statm: 10335 9834 80 162 0 10170 0
Current children cumulated CPU time (s) 1472.43
Current children cumulated vsize (KiB) 88900

[startup+1542.3 s]
/proc/loadavg: 1.99 1.97 1.91 3/74 1983
/proc/meminfo: memFree=1496960/2055920 swapFree=4180500/4192956
[pid=1924] ppid=1922 vsize=47560 CPUtime=6.59
/proc/1924/stat : 1924 (galacE.sh) S 1922 1924 1886 0 -1 4194304 800 22707 0 1 0 1 644 14 17 0 1 0 1991779915 48701440 365 996147200 4194304 4520092 548682068832 18446744073709551615 217051229018 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/1924/statm: 11890 365 246 79 0 219 0
[pid=1949] ppid=1924 vsize=41340 CPUtime=1525.81
/proc/1949/stat : 1949 (eSAT_static) R 1924 1924 1886 0 -1 4194304 9852 0 0 0 152569 12 0 0 25 0 1 0 1991780588 42332160 9834 996147200 134512640 135177480 4294955984 18446744073709551615 134571050 0 0 4096 3 0 0 0 17 0 0 0
/proc/1949/statm: 10335 9834 80 162 0 10170 0
Current children cumulated CPU time (s) 1532.4
Current children cumulated vsize (KiB) 88900

[startup+1602.3 s]
/proc/loadavg: 1.99 1.97 1.91 3/74 1989
/proc/meminfo: memFree=1496960/2055920 swapFree=4180500/4192956
[pid=1924] ppid=1922 vsize=47560 CPUtime=6.59
/proc/1924/stat : 1924 (galacE.sh) S 1922 1924 1886 0 -1 4194304 800 22707 0 1 0 1 644 14 17 0 1 0 1991779915 48701440 365 996147200 4194304 4520092 548682068832 18446744073709551615 217051229018 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/1924/statm: 11890 365 246 79 0 219 0
[pid=1949] ppid=1924 vsize=41340 CPUtime=1585.78
/proc/1949/stat : 1949 (eSAT_static) R 1924 1924 1886 0 -1 4194304 9861 0 0 0 158565 13 0 0 25 0 1 0 1991780588 42332160 9843 996147200 134512640 135177480 4294955984 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 0 0 0
/proc/1949/statm: 10335 9843 80 162 0 10170 0
Current children cumulated CPU time (s) 1592.37
Current children cumulated vsize (KiB) 88900

[startup+1662.3 s]
/proc/loadavg: 1.99 1.97 1.91 3/74 1989
/proc/meminfo: memFree=1496896/2055920 swapFree=4180500/4192956
[pid=1924] ppid=1922 vsize=47560 CPUtime=6.59
/proc/1924/stat : 1924 (galacE.sh) S 1922 1924 1886 0 -1 4194304 800 22707 0 1 0 1 644 14 17 0 1 0 1991779915 48701440 365 996147200 4194304 4520092 548682068832 18446744073709551615 217051229018 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/1924/statm: 11890 365 246 79 0 219 0
[pid=1949] ppid=1924 vsize=41340 CPUtime=1645.75
/proc/1949/stat : 1949 (eSAT_static) R 1924 1924 1886 0 -1 4194304 9863 0 0 0 164562 13 0 0 25 0 1 0 1991780588 42332160 9845 996147200 134512640 135177480 4294955984 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 0 0 0
/proc/1949/statm: 10335 9845 80 162 0 10170 0
Current children cumulated CPU time (s) 1652.34
Current children cumulated vsize (KiB) 88900

[startup+1722.3 s]
/proc/loadavg: 1.99 1.97 1.91 3/74 1989
/proc/meminfo: memFree=1496768/2055920 swapFree=4180500/4192956
[pid=1924] ppid=1922 vsize=47560 CPUtime=6.59
/proc/1924/stat : 1924 (galacE.sh) S 1922 1924 1886 0 -1 4194304 800 22707 0 1 0 1 644 14 17 0 1 0 1991779915 48701440 365 996147200 4194304 4520092 548682068832 18446744073709551615 217051229018 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/1924/statm: 11890 365 246 79 0 219 0
[pid=1949] ppid=1924 vsize=41340 CPUtime=1705.72
/proc/1949/stat : 1949 (eSAT_static) R 1924 1924 1886 0 -1 4194304 9868 0 0 0 170559 13 0 0 25 0 1 0 1991780588 42332160 9850 996147200 134512640 135177480 4294955984 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 0 0 0
/proc/1949/statm: 10335 9850 80 162 0 10170 0
Current children cumulated CPU time (s) 1712.31
Current children cumulated vsize (KiB) 88900

[startup+1782.3 s]
/proc/loadavg: 1.99 1.97 1.91 3/74 1989
/proc/meminfo: memFree=1496704/2055920 swapFree=4180500/4192956
[pid=1924] ppid=1922 vsize=47560 CPUtime=6.59
/proc/1924/stat : 1924 (galacE.sh) S 1922 1924 1886 0 -1 4194304 800 22707 0 1 0 1 644 14 17 0 1 0 1991779915 48701440 365 996147200 4194304 4520092 548682068832 18446744073709551615 217051229018 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/1924/statm: 11890 365 246 79 0 219 0
[pid=1949] ppid=1924 vsize=41340 CPUtime=1765.69
/proc/1949/stat : 1949 (eSAT_static) R 1924 1924 1886 0 -1 4194304 9877 0 0 0 176556 13 0 0 25 0 1 0 1991780588 42332160 9859 996147200 134512640 135177480 4294955984 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 0 0 0
/proc/1949/statm: 10335 9859 80 162 0 10170 0
Current children cumulated CPU time (s) 1772.28
Current children cumulated vsize (KiB) 88900



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1810.1 s]
/proc/loadavg: 1.99 1.97 1.91 3/74 1989
/proc/meminfo: memFree=1496704/2055920 swapFree=4180500/4192956
[pid=1924] ppid=1922 vsize=47560 CPUtime=6.59
/proc/1924/stat : 1924 (galacE.sh) S 1922 1924 1886 0 -1 4194304 800 22707 0 1 0 1 644 14 17 0 1 0 1991779915 48701440 365 996147200 4194304 4520092 548682068832 18446744073709551615 217051229018 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/1924/statm: 11890 365 246 79 0 219 0
[pid=1949] ppid=1924 vsize=41340 CPUtime=1793.48
/proc/1949/stat : 1949 (eSAT_static) R 1924 1924 1886 0 -1 4194304 9879 0 0 0 179335 13 0 0 25 0 1 0 1991780588 42332160 9861 996147200 134512640 135177480 4294955984 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 0 0 0
/proc/1949/statm: 10335 9861 80 162 0 10170 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 88900

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

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

[startup+1810.1 s]
/proc/loadavg: 1.99 1.97 1.91 3/74 1989
/proc/meminfo: memFree=1496704/2055920 swapFree=4180500/4192956
[pid=1924] ppid=1922 vsize=47560 CPUtime=6.59
/proc/1924/stat : 1924 (galacE.sh) S 1922 1924 1886 0 -1 4194304 800 22707 0 1 0 1 644 14 17 0 1 0 1991779915 48701440 365 996147200 4194304 4520092 548682068832 18446744073709551615 217051229018 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/1924/statm: 11890 365 246 79 0 219 0
[pid=1949] ppid=1924 vsize=41340 CPUtime=1793.48
/proc/1949/stat : 1949 (eSAT_static) R 1924 1924 1886 0 -1 4194304 9879 0 0 0 179335 13 0 0 25 0 1 0 1991780588 42332160 9861 996147200 134512640 135177480 4294955984 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 0 0 0
/proc/1949/statm: 10335 9861 80 162 0 10170 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 88900

Child ended because it received signal 15 (SIGTERM)

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 1924 and gives
#  childrusage.ru_utime.tv_sec=6
#  childrusage.ru_utime.tv_usec=451019
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=156976
# CPU time returned by wait4() is 6.608
# while last known CPU time is 1800.07
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1810.11
CPU time (s): 1800.07
CPU user time (s): 1799.79
CPU system time (s): 0.28
CPU usage (%): 99.4452
Max. virtual memory (cumulated for all children) (KiB): 860456

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 6.45102
system time used= 0.156976
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 23507
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= 1825
involuntary context switches= 2017

runsolver used 1.76473 second user time and 5.37918 second system time

The end

Launcher Data (download as text)

Begin job on node59 at 2008-07-04 01:34:45
IDJOB=1060709
IDBENCH=54475
IDSOLVER=351
FILE ID=node59/1060709-1215128085
PBS_JOBID= 7877302
Free space on /tmp= 66540 MiB

SOLVER NAME= galac E
BENCH NAME= CPAI08/csp/pseudo/par/normalized-par-32-2-c.xml
COMMAND LINE= HOME/galacE.sh BENCHNAME 
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1060709-1215128085/watcher-1060709-1215128085 -o /tmp/evaluation-result-1060709-1215128085/solver-1060709-1215128085 -C 1800 -W 2200 -M 900 --output-limit 1,15  HOME/galacE.sh HOME/instance-1060709-1215128085.xml 

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= a74560533e7ad9b82e138ec40698969f
RANDOM SEED=1887581401

node59.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.261
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.261
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:       1460656 kB
Buffers:         69112 kB
Cached:         368140 kB
SwapCached:       6448 kB
Active:         302136 kB
Inactive:       221600 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1460656 kB
SwapTotal:     4192956 kB
SwapFree:      4180500 kB
Dirty:            4356 kB
Writeback:           0 kB
Mapped:         102736 kB
Slab:            56516 kB
Committed_AS:  4761496 kB
PageTables:       2028 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= 66540 MiB
End job on node59 at 2008-07-04 02:04:57