Trace number 1050279

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.06 1816.61

General information on the benchmark

Namecsp/pseudo/primesDimacs/
normalized-f600.xml
MD5SUM805ba8c659cc23c6689b984d920a9a3e
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables1200
Number of constraints3150
Maximum constraint arity3
Maximum domain size2
Number of constraints which are defined in extension0
Number of constraints which are defined in intension3150
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.03	c --- Preproc Stats ---
2.64/2.73	c start processing
2.64/2.74	c start relation processing
2.64/2.74	c start cnf exporting
3.03/3.10	c parsing time : 2.598
3.03/3.10	c preprocessing time : 2.97
3.03/3.11	
3.03/3.11	c Nary constraints - conflicts : 2550 supports : 0
3.03/3.11	c Binary constraints - conflicts : 600 supports :0
3.03/3.11	c max arity constraint : 3
3.03/3.11	c Max Tuples generated 8
3.03/3.11	c relations : 2
3.03/3.11	c relations BDD: 0
3.03/3.11	c sampling 0/0
3.03/3.11	c vars : 1201 - clauses :  3150
3.03/3.11	
3.03/3.13	 
3.03/3.13	c --- SAT Solver Stats ---
3.03/3.13	 
3.03/3.13	c eSAT 0.1 : minisat core with additionnal features
3.03/3.13	c ============================[ Problem Statistics ]=============================
3.03/3.13	c |                                                                             |
3.03/3.13	c |  Number of variables:  1200                                                 |
3.03/3.13	c |  Number of clauses:    3150                                                 |
3.03/3.13	c |  Parsing time:         0.00         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-1050279-1215048921/watcher-1050279-1215048921 -o /tmp/evaluation-result-1050279-1215048921/solver-1050279-1215048921 -C 1800 -W 2200 -M 900 --output-limit 1,15 HOME/galacE.sh HOME/instance-1050279-1215048921.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.99 2.01 2.00 4/81 26620
/proc/meminfo: memFree=1731392/2055920 swapFree=4179812/4192956
[pid=26620] ppid=26618 vsize=8772 CPUtime=0
/proc/26620/stat : 26620 (galacE.sh) S 26618 26620 25751 0 -1 4194304 526 1177 0 0 0 0 0 0 19 0 1 0 1983865552 8982528 317 996147200 4194304 4520092 548682068832 18446744073709551615 254195499090 0 2 4096 73728 18446744071563648864 0 0 17 1 0 0
/proc/26620/statm: 2193 317 217 79 0 186 0
[pid=26628] ppid=26620 vsize=8836 CPUtime=0
/proc/26628/stat : 26628 (galacE.sh) R 26620 26620 25751 0 -1 4194368 31 0 0 0 0 0 0 0 22 0 1 0 1983865554 9048064 325 996147200 4194304 4520092 548682068832 18446744073709551615 254195330343 0 0 3674112 73728 0 0 0 17 1 0 0
/proc/26628/statm: 2209 325 217 79 0 202 0

[startup+0.0968029 s]
/proc/loadavg: 1.99 2.01 2.00 4/81 26620
/proc/meminfo: memFree=1731392/2055920 swapFree=4179812/4192956
[pid=26620] ppid=26618 vsize=47564 CPUtime=0.01
/proc/26620/stat : 26620 (galacE.sh) S 26618 26620 25751 0 -1 4194304 766 1698 0 0 0 0 0 1 18 0 1 0 1983865552 48705536 365 996147200 4194304 4520092 548682068832 18446744073709551615 254194936666 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/26620/statm: 11891 365 246 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47564

[startup+0.101801 s]
/proc/loadavg: 1.99 2.01 2.00 4/81 26620
/proc/meminfo: memFree=1731392/2055920 swapFree=4179812/4192956
[pid=26620] ppid=26618 vsize=47564 CPUtime=0.01
/proc/26620/stat : 26620 (galacE.sh) S 26618 26620 25751 0 -1 4194304 766 1698 0 0 0 0 0 1 18 0 1 0 1983865552 48705536 365 996147200 4194304 4520092 548682068832 18446744073709551615 254194936666 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/26620/statm: 11891 365 246 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47564

[startup+0.301836 s]
/proc/loadavg: 1.99 2.01 2.00 4/81 26620
/proc/meminfo: memFree=1731392/2055920 swapFree=4179812/4192956
[pid=26620] ppid=26618 vsize=47564 CPUtime=0.01
/proc/26620/stat : 26620 (galacE.sh) S 26618 26620 25751 0 -1 4194304 766 1698 0 0 0 0 0 1 18 0 1 0 1983865552 48705536 365 996147200 4194304 4520092 548682068832 18446744073709551615 254194936666 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/26620/statm: 11891 365 246 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47564

[startup+0.701901 s]
/proc/loadavg: 1.99 2.01 2.00 4/81 26620
/proc/meminfo: memFree=1731392/2055920 swapFree=4179812/4192956
[pid=26620] ppid=26618 vsize=47564 CPUtime=0.01
/proc/26620/stat : 26620 (galacE.sh) S 26618 26620 25751 0 -1 4194304 766 1698 0 0 0 0 0 1 18 0 1 0 1983865552 48705536 365 996147200 4194304 4520092 548682068832 18446744073709551615 254194936666 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/26620/statm: 11891 365 246 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47564

[startup+1.50302 s]
/proc/loadavg: 1.99 2.01 2.00 4/91 26642
/proc/meminfo: memFree=1689968/2055920 swapFree=4179812/4192956
[pid=26620] ppid=26618 vsize=47564 CPUtime=0.01
/proc/26620/stat : 26620 (galacE.sh) S 26618 26620 25751 0 -1 4194304 766 1698 0 0 0 0 0 1 18 0 1 0 1983865552 48705536 365 996147200 4194304 4520092 548682068832 18446744073709551615 254194936666 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/26620/statm: 11891 365 246 79 0 219 0
[pid=26634] ppid=26620 vsize=812792 CPUtime=1.44
/proc/26634/stat : 26634 (java) S 26620 26620 25751 0 -1 0 13566 0 1 0 135 9 0 0 18 0 9 0 1983865556 832299008 12788 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/26634/statm: 203198 12788 2586 9 0 197179 0
[pid=26634/tid=26635] ppid=26620 vsize=812792 CPUtime=1.02
/proc/26634/task/26635/stat : 26635 (java) R 26620 26620 25751 0 -1 64 7498 0 1 0 97 5 0 0 25 0 9 0 1983865557 832299008 12788 996147200 134512640 134550740 4294955616 18446744073709551615 102605588 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26634/tid=26636] ppid=26620 vsize=812792 CPUtime=0.1
/proc/26634/task/26636/stat : 26636 (java) S 26620 26620 25751 0 -1 64 4479 0 0 0 8 2 0 0 16 0 9 0 1983865558 832299008 12788 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=26634/tid=26637] ppid=26620 vsize=812792 CPUtime=0
/proc/26634/task/26637/stat : 26637 (java) S 26620 26620 25751 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 1983865559 832299008 12788 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26634/tid=26638] ppid=26620 vsize=812792 CPUtime=0
/proc/26634/task/26638/stat : 26638 (java) S 26620 26620 25751 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1983865559 832299008 12788 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26634/tid=26639] ppid=26620 vsize=812792 CPUtime=0
/proc/26634/task/26639/stat : 26639 (java) S 26620 26620 25751 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1983865561 832299008 12788 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26634/tid=26640] ppid=26620 vsize=812792 CPUtime=0.29
/proc/26634/task/26640/stat : 26640 (java) S 26620 26620 25751 0 -1 64 888 0 0 0 29 0 0 0 15 0 9 0 1983865561 832299008 12788 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26634/tid=26641] ppid=26620 vsize=812792 CPUtime=0
/proc/26634/task/26641/stat : 26641 (java) S 26620 26620 25751 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1983865561 832299008 12788 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26634/tid=26642] ppid=26620 vsize=812792 CPUtime=0
/proc/26634/task/26642/stat : 26642 (java) S 26620 26620 25751 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1983865561 832299008 12788 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) 860356

[startup+3.10227 s]
/proc/loadavg: 1.99 2.01 2.00 3/91 26642
/proc/meminfo: memFree=1689392/2055920 swapFree=4179812/4192956
[pid=26620] ppid=26618 vsize=47564 CPUtime=0.01
/proc/26620/stat : 26620 (galacE.sh) S 26618 26620 25751 0 -1 4194304 766 1698 0 0 0 0 0 1 18 0 1 0 1983865552 48705536 365 996147200 4194304 4520092 548682068832 18446744073709551615 254194936666 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/26620/statm: 11891 365 246 79 0 219 0
[pid=26634] ppid=26620 vsize=812924 CPUtime=3.02
/proc/26634/stat : 26634 (java) S 26620 26620 25751 0 -1 0 19348 0 1 0 290 12 0 0 18 0 9 0 1983865556 832434176 18569 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/26634/statm: 203231 18569 2588 9 0 197212 0
[pid=26634/tid=26635] ppid=26620 vsize=812924 CPUtime=2.53
/proc/26634/task/26635/stat : 26635 (java) R 26620 26620 25751 0 -1 64 13223 0 1 0 245 8 0 0 25 0 9 0 1983865557 832434176 18569 996147200 134512640 134550740 4294955616 18446744073709551615 4127298761 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26634/tid=26636] ppid=26620 vsize=812924 CPUtime=0.1
/proc/26634/task/26636/stat : 26636 (java) S 26620 26620 25751 0 -1 64 4479 0 0 0 8 2 0 0 17 0 9 0 1983865558 832434176 18569 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=26634/tid=26637] ppid=26620 vsize=812924 CPUtime=0
/proc/26634/task/26637/stat : 26637 (java) S 26620 26620 25751 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 1983865559 832434176 18569 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26634/tid=26638] ppid=26620 vsize=812924 CPUtime=0
/proc/26634/task/26638/stat : 26638 (java) S 26620 26620 25751 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1983865559 832434176 18569 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26634/tid=26639] ppid=26620 vsize=812924 CPUtime=0
/proc/26634/task/26639/stat : 26639 (java) S 26620 26620 25751 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1983865561 832434176 18569 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26634/tid=26640] ppid=26620 vsize=812924 CPUtime=0.37
/proc/26634/task/26640/stat : 26640 (java) S 26620 26620 25751 0 -1 64 945 0 0 0 36 1 0 0 16 0 9 0 1983865561 832434176 18569 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26634/tid=26641] ppid=26620 vsize=812924 CPUtime=0
/proc/26634/task/26641/stat : 26641 (java) S 26620 26620 25751 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1983865561 832434176 18569 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26634/tid=26642] ppid=26620 vsize=812924 CPUtime=0
/proc/26634/task/26642/stat : 26642 (java) S 26620 26620 25751 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1983865561 832434176 18569 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) 860488

[startup+6.30176 s]
/proc/loadavg: 1.99 2.01 2.00 3/83 26643
/proc/meminfo: memFree=1727472/2055920 swapFree=4179812/4192956
[pid=26620] ppid=26618 vsize=47564 CPUtime=3.05
/proc/26620/stat : 26620 (galacE.sh) S 26618 26620 25751 0 -1 4194304 800 21154 0 1 0 0 291 14 17 0 1 0 1983865552 48705536 365 996147200 4194304 4520092 548682068832 18446744073709551615 254194936666 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/26620/statm: 11891 365 246 79 0 219 0
[pid=26643] ppid=26620 vsize=4728 CPUtime=3.13
/proc/26643/stat : 26643 (eSAT_static) R 26620 26620 25751 0 -1 4194304 868 0 0 0 313 0 0 0 25 0 1 0 1983865865 4841472 850 996147200 134512640 135177480 4294955984 18446744073709551615 134571731 0 0 4096 3 0 0 0 17 1 0 0
/proc/26643/statm: 1182 850 80 162 0 1017 0
Current children cumulated CPU time (s) 6.18
Current children cumulated vsize (KiB) 52292

[startup+12.7018 s]
/proc/loadavg: 1.99 2.01 2.00 3/83 26643
/proc/meminfo: memFree=1725168/2055920 swapFree=4179812/4192956
[pid=26620] ppid=26618 vsize=47564 CPUtime=3.05
/proc/26620/stat : 26620 (galacE.sh) S 26618 26620 25751 0 -1 4194304 800 21154 0 1 0 0 291 14 17 0 1 0 1983865552 48705536 365 996147200 4194304 4520092 548682068832 18446744073709551615 254194936666 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/26620/statm: 11891 365 246 79 0 219 0
[pid=26643] ppid=26620 vsize=6768 CPUtime=9.47
/proc/26643/stat : 26643 (eSAT_static) R 26620 26620 25751 0 -1 4194304 1370 0 0 0 946 1 0 0 25 0 1 0 1983865865 6930432 1352 996147200 134512640 135177480 4294955984 18446744073709551615 134565474 0 0 4096 3 0 0 0 17 1 0 0
/proc/26643/statm: 1692 1352 80 162 0 1527 0
Current children cumulated CPU time (s) 12.52
Current children cumulated vsize (KiB) 54332

[startup+25.5017 s]
/proc/loadavg: 1.99 2.01 2.00 3/83 26643
/proc/meminfo: memFree=1723440/2055920 swapFree=4179812/4192956
[pid=26620] ppid=26618 vsize=47564 CPUtime=3.05
/proc/26620/stat : 26620 (galacE.sh) S 26618 26620 25751 0 -1 4194304 800 21154 0 1 0 0 291 14 17 0 1 0 1983865552 48705536 365 996147200 4194304 4520092 548682068832 18446744073709551615 254194936666 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/26620/statm: 11891 365 246 79 0 219 0
[pid=26643] ppid=26620 vsize=8684 CPUtime=22.14
/proc/26643/stat : 26643 (eSAT_static) R 26620 26620 25751 0 -1 4194304 1838 0 0 0 2213 1 0 0 25 0 1 0 1983865865 8892416 1820 996147200 134512640 135177480 4294955984 18446744073709551615 134565419 0 0 4096 3 0 0 0 17 1 0 0
/proc/26643/statm: 2171 1820 80 162 0 2006 0
Current children cumulated CPU time (s) 25.19
Current children cumulated vsize (KiB) 56248

[startup+51.1017 s]
/proc/loadavg: 1.99 2.00 2.00 3/83 26643
/proc/meminfo: memFree=1720496/2055920 swapFree=4179812/4192956
[pid=26620] ppid=26618 vsize=47564 CPUtime=3.05
/proc/26620/stat : 26620 (galacE.sh) S 26618 26620 25751 0 -1 4194304 800 21154 0 1 0 0 291 14 17 0 1 0 1983865552 48705536 365 996147200 4194304 4520092 548682068832 18446744073709551615 254194936666 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/26620/statm: 11891 365 246 79 0 219 0
[pid=26643] ppid=26620 vsize=11552 CPUtime=47.51
/proc/26643/stat : 26643 (eSAT_static) R 26620 26620 25751 0 -1 4194304 2571 0 0 0 4748 3 0 0 25 0 1 0 1983865865 11829248 2553 996147200 134512640 135177480 4294955984 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 1 0 0
/proc/26643/statm: 2888 2553 80 162 0 2723 0
Current children cumulated CPU time (s) 50.56
Current children cumulated vsize (KiB) 59116

[startup+102.307 s]
/proc/loadavg: 1.99 2.00 2.00 3/83 26643
/proc/meminfo: memFree=1718128/2055920 swapFree=4179812/4192956
[pid=26620] ppid=26618 vsize=47564 CPUtime=3.05
/proc/26620/stat : 26620 (galacE.sh) S 26618 26620 25751 0 -1 4194304 800 21154 0 1 0 0 291 14 17 0 1 0 1983865552 48705536 365 996147200 4194304 4520092 548682068832 18446744073709551615 254194936666 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/26620/statm: 11891 365 246 79 0 219 0
[pid=26643] ppid=26620 vsize=13912 CPUtime=98.23
/proc/26643/stat : 26643 (eSAT_static) R 26620 26620 25751 0 -1 4194304 3139 0 0 0 9819 4 0 0 25 0 1 0 1983865865 14245888 3121 996147200 134512640 135177480 4294955984 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 1 0 0
/proc/26643/statm: 3478 3121 80 162 0 3313 0
Current children cumulated CPU time (s) 101.28
Current children cumulated vsize (KiB) 61476

[startup+162.302 s]
/proc/loadavg: 1.99 2.00 2.00 4/83 26643
/proc/meminfo: memFree=1714864/2055920 swapFree=4179812/4192956
[pid=26620] ppid=26618 vsize=47564 CPUtime=3.05
/proc/26620/stat : 26620 (galacE.sh) S 26618 26620 25751 0 -1 4194304 800 21154 0 1 0 0 291 14 17 0 1 0 1983865552 48705536 365 996147200 4194304 4520092 548682068832 18446744073709551615 254194936666 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/26620/statm: 11891 365 246 79 0 219 0
[pid=26643] ppid=26620 vsize=17280 CPUtime=157.66
/proc/26643/stat : 26643 (eSAT_static) R 26620 26620 25751 0 -1 4194304 3950 0 0 0 15761 5 0 0 25 0 1 0 1983865865 17694720 3932 996147200 134512640 135177480 4294955984 18446744073709551615 134565395 0 0 4096 3 0 0 0 17 1 0 0
/proc/26643/statm: 4320 3932 80 162 0 4155 0
Current children cumulated CPU time (s) 160.71
Current children cumulated vsize (KiB) 64844

[startup+222.302 s]
/proc/loadavg: 1.99 2.00 2.00 3/83 26643
/proc/meminfo: memFree=1712752/2055920 swapFree=4179812/4192956
[pid=26620] ppid=26618 vsize=47564 CPUtime=3.05
/proc/26620/stat : 26620 (galacE.sh) S 26618 26620 25751 0 -1 4194304 800 21154 0 1 0 0 291 14 17 0 1 0 1983865552 48705536 365 996147200 4194304 4520092 548682068832 18446744073709551615 254194936666 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/26620/statm: 11891 365 246 79 0 219 0
[pid=26643] ppid=26620 vsize=18888 CPUtime=217.09
/proc/26643/stat : 26643 (eSAT_static) R 26620 26620 25751 0 -1 4194304 4354 0 0 0 21703 6 0 0 25 0 1 0 1983865865 19341312 4336 996147200 134512640 135177480 4294955984 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 1 0 0
/proc/26643/statm: 4722 4336 80 162 0 4557 0
Current children cumulated CPU time (s) 220.14
Current children cumulated vsize (KiB) 66452

[startup+282.303 s]

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

/proc/26643/statm: 10514 10030 80 162 0 10349 0
Current children cumulated CPU time (s) 1111.66
Current children cumulated vsize (KiB) 89620

[startup+1182.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 26643
/proc/meminfo: memFree=1688304/2055920 swapFree=4179812/4192956
[pid=26620] ppid=26618 vsize=47564 CPUtime=3.05
/proc/26620/stat : 26620 (galacE.sh) S 26618 26620 25751 0 -1 4194304 800 21154 0 1 0 0 291 14 17 0 1 0 1983865552 48705536 365 996147200 4194304 4520092 548682068832 18446744073709551615 254194936666 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/26620/statm: 11891 365 246 79 0 219 0
[pid=26643] ppid=26620 vsize=43120 CPUtime=1168.05
/proc/26643/stat : 26643 (eSAT_static) R 26620 26620 25751 0 -1 4194304 10344 0 0 0 116788 17 0 0 25 0 1 0 1983865865 44154880 10326 996147200 134512640 135177480 4294955984 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 1 0 0
/proc/26643/statm: 10780 10326 80 162 0 10615 0
Current children cumulated CPU time (s) 1171.1
Current children cumulated vsize (KiB) 90684

[startup+1242.3 s]
/proc/loadavg: 2.03 2.01 2.00 3/83 26643
/proc/meminfo: memFree=1688112/2055920 swapFree=4179812/4192956
[pid=26620] ppid=26618 vsize=47564 CPUtime=3.05
/proc/26620/stat : 26620 (galacE.sh) S 26618 26620 25751 0 -1 4194304 800 21154 0 1 0 0 291 14 17 0 1 0 1983865552 48705536 365 996147200 4194304 4520092 548682068832 18446744073709551615 254194936666 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/26620/statm: 11891 365 246 79 0 219 0
[pid=26643] ppid=26620 vsize=43120 CPUtime=1227.48
/proc/26643/stat : 26643 (eSAT_static) R 26620 26620 25751 0 -1 4194304 10353 0 0 0 122731 17 0 0 25 0 1 0 1983865865 44154880 10335 996147200 134512640 135177480 4294955984 18446744073709551615 134564590 0 0 4096 3 0 0 0 17 1 0 0
/proc/26643/statm: 10780 10335 80 162 0 10615 0
Current children cumulated CPU time (s) 1230.53
Current children cumulated vsize (KiB) 90684

[startup+1302.3 s]
/proc/loadavg: 2.04 2.02 2.00 4/83 26643
/proc/meminfo: memFree=1687984/2055920 swapFree=4179812/4192956
[pid=26620] ppid=26618 vsize=47564 CPUtime=3.05
/proc/26620/stat : 26620 (galacE.sh) S 26618 26620 25751 0 -1 4194304 800 21154 0 1 0 0 291 14 17 0 1 0 1983865552 48705536 365 996147200 4194304 4520092 548682068832 18446744073709551615 254194936666 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/26620/statm: 11891 365 246 79 0 219 0
[pid=26643] ppid=26620 vsize=43288 CPUtime=1286.93
/proc/26643/stat : 26643 (eSAT_static) R 26620 26620 25751 0 -1 4194304 10376 0 0 0 128675 18 0 0 25 0 1 0 1983865865 44326912 10358 996147200 134512640 135177480 4294955984 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 1 0 0
/proc/26643/statm: 10822 10358 80 162 0 10657 0
Current children cumulated CPU time (s) 1289.98
Current children cumulated vsize (KiB) 90852

[startup+1362.3 s]
/proc/loadavg: 2.01 2.02 2.00 3/83 26643
/proc/meminfo: memFree=1687920/2055920 swapFree=4179812/4192956
[pid=26620] ppid=26618 vsize=47564 CPUtime=3.05
/proc/26620/stat : 26620 (galacE.sh) S 26618 26620 25751 0 -1 4194304 800 21154 0 1 0 0 291 14 17 0 1 0 1983865552 48705536 365 996147200 4194304 4520092 548682068832 18446744073709551615 254194936666 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/26620/statm: 11891 365 246 79 0 219 0
[pid=26643] ppid=26620 vsize=43288 CPUtime=1346.36
/proc/26643/stat : 26643 (eSAT_static) R 26620 26620 25751 0 -1 4194304 10399 0 0 0 134618 18 0 0 25 0 1 0 1983865865 44326912 10381 996147200 134512640 135177480 4294955984 18446744073709551615 134565342 0 0 4096 3 0 0 0 17 1 0 0
/proc/26643/statm: 10822 10381 80 162 0 10657 0
Current children cumulated CPU time (s) 1349.41
Current children cumulated vsize (KiB) 90852

[startup+1422.31 s]
/proc/loadavg: 2.06 2.03 2.00 3/83 26643
/proc/meminfo: memFree=1687792/2055920 swapFree=4179812/4192956
[pid=26620] ppid=26618 vsize=47564 CPUtime=3.05
/proc/26620/stat : 26620 (galacE.sh) S 26618 26620 25751 0 -1 4194304 800 21154 0 1 0 0 291 14 17 0 1 0 1983865552 48705536 365 996147200 4194304 4520092 548682068832 18446744073709551615 254194936666 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/26620/statm: 11891 365 246 79 0 219 0
[pid=26643] ppid=26620 vsize=43440 CPUtime=1405.79
/proc/26643/stat : 26643 (eSAT_static) R 26620 26620 25751 0 -1 4194304 10415 0 0 0 140561 18 0 0 25 0 1 0 1983865865 44482560 10397 996147200 134512640 135177480 4294955984 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 1 0 0
/proc/26643/statm: 10860 10397 80 162 0 10695 0
Current children cumulated CPU time (s) 1408.84
Current children cumulated vsize (KiB) 91004

[startup+1482.3 s]
/proc/loadavg: 2.07 2.04 2.00 3/75 26674
/proc/meminfo: memFree=1742400/2055920 swapFree=4179812/4192956
[pid=26620] ppid=26618 vsize=47564 CPUtime=3.05
/proc/26620/stat : 26620 (galacE.sh) S 26618 26620 25751 0 -1 4194304 800 21154 0 1 0 0 291 14 17 0 1 0 1983865552 48705536 365 996147200 4194304 4520092 548682068832 18446744073709551615 254194936666 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/26620/statm: 11891 365 246 79 0 219 0
[pid=26643] ppid=26620 vsize=43580 CPUtime=1465.45
/proc/26643/stat : 26643 (eSAT_static) R 26620 26620 25751 0 -1 4194304 10461 0 0 0 146526 19 0 0 25 0 1 0 1983865865 44625920 10443 996147200 134512640 135177480 4294955984 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 0 0 0
/proc/26643/statm: 10895 10443 80 162 0 10730 0
Current children cumulated CPU time (s) 1468.5
Current children cumulated vsize (KiB) 91144

[startup+1542.3 s]
/proc/loadavg: 2.02 2.03 2.00 3/75 26680
/proc/meminfo: memFree=1741944/2055920 swapFree=4179812/4192956
[pid=26620] ppid=26618 vsize=47564 CPUtime=3.05
/proc/26620/stat : 26620 (galacE.sh) S 26618 26620 25751 0 -1 4194304 800 21154 0 1 0 0 291 14 17 0 1 0 1983865552 48705536 365 996147200 4194304 4520092 548682068832 18446744073709551615 254194936666 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/26620/statm: 11891 365 246 79 0 219 0
[pid=26643] ppid=26620 vsize=44032 CPUtime=1525.42
/proc/26643/stat : 26643 (eSAT_static) R 26620 26620 25751 0 -1 4194304 10563 0 0 0 152522 20 0 0 25 0 1 0 1983865865 45088768 10545 996147200 134512640 135177480 4294955984 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 0 0 0
/proc/26643/statm: 11008 10545 80 162 0 10843 0
Current children cumulated CPU time (s) 1528.47
Current children cumulated vsize (KiB) 91596

[startup+1602.3 s]
/proc/loadavg: 2.01 2.02 2.00 4/82 26715
/proc/meminfo: memFree=1734240/2055920 swapFree=4179812/4192956
[pid=26620] ppid=26618 vsize=47564 CPUtime=3.05
/proc/26620/stat : 26620 (galacE.sh) S 26618 26620 25751 0 -1 4194304 800 21154 0 1 0 0 291 14 17 0 1 0 1983865552 48705536 365 996147200 4194304 4520092 548682068832 18446744073709551615 254194936666 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/26620/statm: 11891 365 246 79 0 219 0
[pid=26643] ppid=26620 vsize=47316 CPUtime=1585.38
/proc/26643/stat : 26643 (eSAT_static) R 26620 26620 25751 0 -1 4194304 11368 0 0 0 158517 21 0 0 25 0 1 0 1983865865 48451584 11350 996147200 134512640 135177480 4294955984 18446744073709551615 134565388 0 0 4096 3 0 0 0 17 0 0 0
/proc/26643/statm: 11829 11350 80 162 0 11664 0
Current children cumulated CPU time (s) 1588.43
Current children cumulated vsize (KiB) 94880

[startup+1662.3 s]
/proc/loadavg: 2.21 2.10 2.03 3/75 27156
/proc/meminfo: memFree=1708544/2055920 swapFree=4179812/4192956
[pid=26620] ppid=26618 vsize=47564 CPUtime=3.05
/proc/26620/stat : 26620 (galacE.sh) S 26618 26620 25751 0 -1 4194304 800 21154 0 1 0 0 291 14 17 0 1 0 1983865552 48705536 365 996147200 4194304 4520092 548682068832 18446744073709551615 254194936666 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/26620/statm: 11891 365 246 79 0 219 0
[pid=26643] ppid=26620 vsize=49940 CPUtime=1642.78
/proc/26643/stat : 26643 (eSAT_static) R 26620 26620 25751 0 -1 4194304 12030 0 0 0 164252 26 0 0 25 0 1 0 1983865865 51138560 12012 996147200 134512640 135177480 4294955984 18446744073709551615 134565406 0 0 4096 3 0 0 0 17 0 0 0
/proc/26643/statm: 12485 12012 80 162 0 12320 0
Current children cumulated CPU time (s) 1645.83
Current children cumulated vsize (KiB) 97504

[startup+1722.3 s]
/proc/loadavg: 2.08 2.08 2.02 3/75 27156
/proc/meminfo: memFree=1705920/2055920 swapFree=4179812/4192956
[pid=26620] ppid=26618 vsize=47564 CPUtime=3.05
/proc/26620/stat : 26620 (galacE.sh) S 26618 26620 25751 0 -1 4194304 800 21154 0 1 0 0 291 14 17 0 1 0 1983865552 48705536 365 996147200 4194304 4520092 548682068832 18446744073709551615 254194936666 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/26620/statm: 11891 365 246 79 0 219 0
[pid=26643] ppid=26620 vsize=53296 CPUtime=1702.75
/proc/26643/stat : 26643 (eSAT_static) R 26620 26620 25751 0 -1 4194304 12720 0 0 0 170248 27 0 0 25 0 1 0 1983865865 54575104 12702 996147200 134512640 135177480 4294955984 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 0 0 0
/proc/26643/statm: 13324 12702 80 162 0 13159 0
Current children cumulated CPU time (s) 1705.8
Current children cumulated vsize (KiB) 100860

[startup+1782.3 s]
/proc/loadavg: 2.03 2.06 2.02 3/75 27156
/proc/meminfo: memFree=1703488/2055920 swapFree=4179812/4192956
[pid=26620] ppid=26618 vsize=47564 CPUtime=3.05
/proc/26620/stat : 26620 (galacE.sh) S 26618 26620 25751 0 -1 4194304 800 21154 0 1 0 0 291 14 17 0 1 0 1983865552 48705536 365 996147200 4194304 4520092 548682068832 18446744073709551615 254194936666 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/26620/statm: 11891 365 246 79 0 219 0
[pid=26643] ppid=26620 vsize=55576 CPUtime=1762.72
/proc/26643/stat : 26643 (eSAT_static) R 26620 26620 25751 0 -1 4194304 13309 0 0 0 176245 27 0 0 25 0 1 0 1983865865 56909824 13291 996147200 134512640 135177480 4294955984 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 0 0 0
/proc/26643/statm: 13894 13291 80 162 0 13729 0
Current children cumulated CPU time (s) 1765.77
Current children cumulated vsize (KiB) 103140



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1816.6 s]
/proc/loadavg: 2.01 2.05 2.01 3/75 27156
/proc/meminfo: memFree=1702208/2055920 swapFree=4179812/4192956
[pid=26620] ppid=26618 vsize=47564 CPUtime=3.05
/proc/26620/stat : 26620 (galacE.sh) S 26618 26620 25751 0 -1 4194304 800 21154 0 1 0 0 291 14 17 0 1 0 1983865552 48705536 365 996147200 4194304 4520092 548682068832 18446744073709551615 254194936666 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/26620/statm: 11891 365 246 79 0 219 0
[pid=26643] ppid=26620 vsize=56808 CPUtime=1797.01
/proc/26643/stat : 26643 (eSAT_static) R 26620 26620 25751 0 -1 4194304 13630 0 0 0 179673 28 0 0 25 0 1 0 1983865865 58171392 13612 996147200 134512640 135177480 4294955984 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 0 0 0
/proc/26643/statm: 14202 13612 80 162 0 14037 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 104372

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 26620 and gives
#  childrusage.ru_utime.tv_sec=2
#  childrusage.ru_utime.tv_usec=926555
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=152976
# CPU time returned by wait4() is 3.07953
# while last known CPU time is 1800.06
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1816.61
CPU time (s): 1800.06
CPU user time (s): 1799.64
CPU system time (s): 0.42
CPU usage (%): 99.0888
Max. virtual memory (cumulated for all children) (KiB): 860488

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2.92656
system time used= 0.152976
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 21954
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= 1645
involuntary context switches= 1686

runsolver used 2.09668 second user time and 5.85911 second system time

The end

Launcher Data (download as text)

Begin job on node34 at 2008-07-03 03:35:21
IDJOB=1050279
IDBENCH=54870
IDSOLVER=351
FILE ID=node34/1050279-1215048921
PBS_JOBID= 7875105
Free space on /tmp= 66544 MiB

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

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 805ba8c659cc23c6689b984d920a9a3e
RANDOM SEED=1158679615

node34.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.259
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.259
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:       1731872 kB
Buffers:         34064 kB
Cached:         153280 kB
SwapCached:       6932 kB
Active:         181788 kB
Inactive:        72816 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1731872 kB
SwapTotal:     4192956 kB
SwapFree:      4179812 kB
Dirty:            3584 kB
Writeback:           0 kB
Mapped:          83432 kB
Slab:            54444 kB
Committed_AS:  3450552 kB
PageTables:       2016 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 node34 at 2008-07-03 04:05:39