Trace number 1077901

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 ESAT 10.8204 10.5973

General information on the benchmark

Namecsp/primes-10/
normalized-primes-10-40-3-1.xml
MD5SUM4d0a352e6db252e31dbc9ee4f2cdc652
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 benchmark0.021995
Satisfiable
(Un)Satisfiability was proved
Number of variables100
Number of constraints40
Maximum constraint arity4
Maximum domain size28
Number of constraints which are defined in extension0
Number of constraints which are defined in intension40
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.03	c --- Preproc Stats ---
5.28/5.24	c start processing
5.28/5.24	c start relation processing
5.98/5.99	c start cnf exporting
9.42/9.33	c parsing time : 5.138
9.42/9.34	c preprocessing time : 9.231
9.42/9.34	
9.42/9.34	c Nary constraints - conflicts : 0 supports : 40
9.42/9.34	c Binary constraints - conflicts : 0 supports :0
9.42/9.34	c max arity constraint : 4
9.42/9.34	c Max Tuples generated 614656
9.42/9.34	c relations : 40
9.42/9.34	c relations BDD: 40
9.42/9.34	c sampling 40/40
9.42/9.34	c vars : 24876 - clauses :  117826
9.42/9.34	
9.42/9.36	 
9.42/9.36	c --- SAT Solver Stats ---
9.42/9.36	 
9.42/9.36	c eSAT 0.1 : minisat core with additionnal features
9.42/9.36	c ============================[ Problem Statistics ]=============================
9.42/9.36	c |                                                                             |
9.42/9.36	c |  Number of variables:  24875                                                |
9.42/9.36	c |  Number of clauses:    117826                                               |
9.49/9.48	c |  Parsing time:         0.11         s                                       |
10.11/10.05	c restarts              : 80
10.11/10.05	c conflicts             : 193            (287 /sec)
10.11/10.05	c decisions             : 19721          (91.20 % random) (29351 /sec)
10.11/10.05	c euip                  : 35          
10.11/10.05	c propagations          : 242512         (360936 /sec)
10.11/10.05	c conflict literals     : 1233           (9.54 % deleted)
10.11/10.05	c Memory used           : 16.09 MB
10.11/10.05	c CPU time              : 0.671897 s
10.11/10.05	c 
10.11/10.06	s SATISFIABLE
10.19/10.59	v 7 24 19 13 7 13 17 6 23 3 5 15 8 29 7 17 14 17 5 17 17 23 3 23 5 2 5 28 5 13 29 5 29 23 29 29 24 17 20 3 29 24 3 29 10 19 23 11 13 2 7 17 5 2 5 7 27 2 17 3 26 13 11 9 19 13 8 29 7 19 22 13 22 13 11 19 5 11 7 2 17 23 17 23 23 29 7 5 29 29 5 2 17 23 25 6 17 28 15 15

Verifier Data (download as text)

OK

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-1077901-1215196016/watcher-1077901-1215196016 -o /tmp/evaluation-result-1077901-1215196016/solver-1077901-1215196016 -C 1800 -W 2200 -M 900 --output-limit 1,15 HOME/galacE.sh HOME/instance-1077901-1215196016.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: 0.76 0.92 0.98 3/65 12803
/proc/meminfo: memFree=1730032/2055920 swapFree=4179680/4192956
[pid=12803] ppid=12801 vsize=8652 CPUtime=0
/proc/12803/stat : 12803 (galacE.sh) S 12801 12803 7511 0 -1 4194304 347 0 0 0 0 0 0 0 18 0 1 0 1998574230 8859648 281 996147200 4194304 4520092 548682068784 18446744073709551615 234211175258 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/12803/statm: 2163 281 208 79 0 156 0
[pid=12804] ppid=12803 vsize=8688 CPUtime=0
/proc/12804/stat : 12804 (galacE.sh) S 12803 12803 7511 0 -1 4194368 37 0 0 0 0 0 0 0 18 0 1 0 1998574230 8896512 287 996147200 4194304 4520092 548682068784 18446744073709551615 234211737682 0 0 4096 73728 18446744071563648864 0 0 17 0 0 0
/proc/12804/statm: 2172 287 209 79 0 165 0
[pid=12805] ppid=12804 vsize=8728 CPUtime=0
/proc/12805/stat : 12805 (galacE.sh) R 12804 12803 7511 0 -1 4194368 25 0 0 0 0 0 0 0 18 0 1 0 1998574231 8937472 291 996147200 4194304 4520092 548682068784 18446744073709551615 234211568935 0 0 3674112 73728 0 0 0 17 1 0 0
/proc/12805/statm: 2182 291 209 79 0 175 0

[startup+0.067063 s]
/proc/loadavg: 0.76 0.92 0.98 3/65 12803
/proc/meminfo: memFree=1730032/2055920 swapFree=4179680/4192956
[pid=12803] ppid=12801 vsize=47560 CPUtime=0.01
/proc/12803/stat : 12803 (galacE.sh) S 12801 12803 7511 0 -1 4194304 769 1704 0 0 0 0 0 1 17 0 1 0 1998574230 48701440 366 996147200 4194304 4520092 548682068784 18446744073709551615 234211175258 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/12803/statm: 11890 366 245 79 0 220 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47560

[startup+0.101074 s]
/proc/loadavg: 0.76 0.92 0.98 3/65 12803
/proc/meminfo: memFree=1730032/2055920 swapFree=4179680/4192956
[pid=12803] ppid=12801 vsize=47560 CPUtime=0.01
/proc/12803/stat : 12803 (galacE.sh) S 12801 12803 7511 0 -1 4194304 769 1704 0 0 0 0 0 1 17 0 1 0 1998574230 48701440 366 996147200 4194304 4520092 548682068784 18446744073709551615 234211175258 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/12803/statm: 11890 366 245 79 0 220 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47560

[startup+0.301114 s]
/proc/loadavg: 0.76 0.92 0.98 3/65 12803
/proc/meminfo: memFree=1730032/2055920 swapFree=4179680/4192956
[pid=12803] ppid=12801 vsize=47560 CPUtime=0.01
/proc/12803/stat : 12803 (galacE.sh) S 12801 12803 7511 0 -1 4194304 769 1704 0 0 0 0 0 1 17 0 1 0 1998574230 48701440 366 996147200 4194304 4520092 548682068784 18446744073709551615 234211175258 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/12803/statm: 11890 366 245 79 0 220 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47560

[startup+0.701189 s]
/proc/loadavg: 0.76 0.92 0.98 3/65 12803
/proc/meminfo: memFree=1730032/2055920 swapFree=4179680/4192956
[pid=12803] ppid=12801 vsize=47560 CPUtime=0.01
/proc/12803/stat : 12803 (galacE.sh) S 12801 12803 7511 0 -1 4194304 769 1704 0 0 0 0 0 1 17 0 1 0 1998574230 48701440 366 996147200 4194304 4520092 548682068784 18446744073709551615 234211175258 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/12803/statm: 11890 366 245 79 0 220 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47560

[startup+1.50236 s]
/proc/loadavg: 0.76 0.92 0.98 2/75 12825
/proc/meminfo: memFree=1702880/2055920 swapFree=4179680/4192956
[pid=12803] ppid=12801 vsize=47560 CPUtime=0.01
/proc/12803/stat : 12803 (galacE.sh) S 12801 12803 7511 0 -1 4194304 769 1704 0 0 0 0 0 1 17 0 1 0 1998574230 48701440 366 996147200 4194304 4520092 548682068784 18446744073709551615 234211175258 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/12803/statm: 11890 366 245 79 0 220 0
[pid=12817] ppid=12803 vsize=813680 CPUtime=1.56
/proc/12817/stat : 12817 (java) S 12803 12803 7511 0 -1 0 9155 0 1 0 151 5 0 0 19 0 9 0 1998574233 833208320 8563 996147200 134512640 134550740 4294955568 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/12817/statm: 203420 8563 1918 9 0 197401 0
[pid=12817/tid=12818] ppid=12803 vsize=813680 CPUtime=1.44
/proc/12817/task/12818/stat : 12818 (java) R 12803 12803 7511 0 -1 64 7751 0 1 0 140 4 0 0 20 0 9 0 1998574234 833208320 8563 996147200 134512640 134550740 4294955568 18446744073709551615 4126698016 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12817/tid=12819] ppid=12803 vsize=813680 CPUtime=0
/proc/12817/task/12819/stat : 12819 (java) S 12803 12803 7511 0 -1 64 4 0 0 0 0 0 0 0 16 0 9 0 1998574235 833208320 8563 996147200 134512640 134550740 4294955568 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=12817/tid=12820] ppid=12803 vsize=813680 CPUtime=0
/proc/12817/task/12820/stat : 12820 (java) S 12803 12803 7511 0 -1 64 10 0 0 0 0 0 0 0 23 0 9 0 1998574236 833208320 8563 996147200 134512640 134550740 4294955568 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12817/tid=12821] ppid=12803 vsize=813680 CPUtime=0
/proc/12817/task/12821/stat : 12821 (java) S 12803 12803 7511 0 -1 64 4 0 0 0 0 0 0 0 24 0 9 0 1998574236 833208320 8563 996147200 134512640 134550740 4294955568 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12817/tid=12822] ppid=12803 vsize=813680 CPUtime=0
/proc/12817/task/12822/stat : 12822 (java) S 12803 12803 7511 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 1998574238 833208320 8563 996147200 134512640 134550740 4294955568 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12817/tid=12823] ppid=12803 vsize=813680 CPUtime=0.1
/proc/12817/task/12823/stat : 12823 (java) S 12803 12803 7511 0 -1 64 701 0 0 0 10 0 0 0 15 0 9 0 1998574238 833208320 8563 996147200 134512640 134550740 4294955568 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12817/tid=12824] ppid=12803 vsize=813680 CPUtime=0
/proc/12817/task/12824/stat : 12824 (java) S 12803 12803 7511 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 1998574238 833208320 8563 996147200 134512640 134550740 4294955568 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12817/tid=12825] ppid=12803 vsize=813680 CPUtime=0
/proc/12817/task/12825/stat : 12825 (java) S 12803 12803 7511 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1998574238 833208320 8563 996147200 134512640 134550740 4294955568 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.57
Current children cumulated vsize (KiB) 861240

[startup+3.10269 s]
/proc/loadavg: 0.76 0.92 0.98 2/75 12825
/proc/meminfo: memFree=1702240/2055920 swapFree=4179680/4192956
[pid=12803] ppid=12801 vsize=47560 CPUtime=0.01
/proc/12803/stat : 12803 (galacE.sh) S 12801 12803 7511 0 -1 4194304 769 1704 0 0 0 0 0 1 17 0 1 0 1998574230 48701440 366 996147200 4194304 4520092 548682068784 18446744073709551615 234211175258 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/12803/statm: 11890 366 245 79 0 220 0
[pid=12817] ppid=12803 vsize=813680 CPUtime=3.16
/proc/12817/stat : 12817 (java) S 12803 12803 7511 0 -1 0 9322 0 1 0 311 5 0 0 19 0 9 0 1998574233 833208320 8729 996147200 134512640 134550740 4294955568 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/12817/statm: 203420 8729 1919 9 0 197401 0
[pid=12817/tid=12818] ppid=12803 vsize=813680 CPUtime=3.03
/proc/12817/task/12818/stat : 12818 (java) R 12803 12803 7511 0 -1 64 7909 0 1 0 299 4 0 0 17 0 9 0 1998574234 833208320 8729 996147200 134512640 134550740 4294955568 18446744073709551615 4126701252 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12817/tid=12819] ppid=12803 vsize=813680 CPUtime=0
/proc/12817/task/12819/stat : 12819 (java) S 12803 12803 7511 0 -1 64 4 0 0 0 0 0 0 0 16 0 9 0 1998574235 833208320 8729 996147200 134512640 134550740 4294955568 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=12817/tid=12820] ppid=12803 vsize=813680 CPUtime=0
/proc/12817/task/12820/stat : 12820 (java) S 12803 12803 7511 0 -1 64 10 0 0 0 0 0 0 0 23 0 9 0 1998574236 833208320 8729 996147200 134512640 134550740 4294955568 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12817/tid=12821] ppid=12803 vsize=813680 CPUtime=0
/proc/12817/task/12821/stat : 12821 (java) S 12803 12803 7511 0 -1 64 4 0 0 0 0 0 0 0 24 0 9 0 1998574236 833208320 8729 996147200 134512640 134550740 4294955568 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12817/tid=12822] ppid=12803 vsize=813680 CPUtime=0
/proc/12817/task/12822/stat : 12822 (java) S 12803 12803 7511 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 1998574238 833208320 8729 996147200 134512640 134550740 4294955568 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12817/tid=12823] ppid=12803 vsize=813680 CPUtime=0.11
/proc/12817/task/12823/stat : 12823 (java) S 12803 12803 7511 0 -1 64 710 0 0 0 11 0 0 0 15 0 9 0 1998574238 833208320 8729 996147200 134512640 134550740 4294955568 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12817/tid=12824] ppid=12803 vsize=813680 CPUtime=0
/proc/12817/task/12824/stat : 12824 (java) S 12803 12803 7511 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 1998574238 833208320 8729 996147200 134512640 134550740 4294955568 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12817/tid=12825] ppid=12803 vsize=813680 CPUtime=0
/proc/12817/task/12825/stat : 12825 (java) S 12803 12803 7511 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1998574238 833208320 8729 996147200 134512640 134550740 4294955568 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.17
Current children cumulated vsize (KiB) 861240

[startup+6.30235 s]
/proc/loadavg: 0.78 0.93 0.98 2/75 12825
/proc/meminfo: memFree=1700256/2055920 swapFree=4179680/4192956
[pid=12803] ppid=12801 vsize=47560 CPUtime=0.01
/proc/12803/stat : 12803 (galacE.sh) S 12801 12803 7511 0 -1 4194304 769 1704 0 0 0 0 0 1 17 0 1 0 1998574230 48701440 366 996147200 4194304 4520092 548682068784 18446744073709551615 234211175258 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/12803/statm: 11890 366 245 79 0 220 0
[pid=12817] ppid=12803 vsize=813680 CPUtime=6.42
/proc/12817/stat : 12817 (java) S 12803 12803 7511 0 -1 0 20426 0 1 0 632 10 0 0 19 0 9 0 1998574233 833208320 19830 996147200 134512640 134550740 4294955568 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/12817/statm: 203420 19831 1944 9 0 197401 0
[pid=12817/tid=12818] ppid=12803 vsize=813680 CPUtime=6.16
/proc/12817/task/12818/stat : 12818 (java) S 12803 12803 7511 0 -1 64 14695 0 1 0 608 8 0 0 18 0 9 0 1998574234 833208320 19832 996147200 134512640 134550740 4294955568 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12817/tid=12819] ppid=12803 vsize=813680 CPUtime=0.05
/proc/12817/task/12819/stat : 12819 (java) R 12803 12803 7511 0 -1 64 4270 0 0 0 4 1 0 0 17 0 9 0 1998574235 833208320 19833 996147200 134512640 134550740 4294955568 18446744073709551615 102674864 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=12817/tid=12820] ppid=12803 vsize=813680 CPUtime=0
/proc/12817/task/12820/stat : 12820 (java) S 12803 12803 7511 0 -1 64 10 0 0 0 0 0 0 0 23 0 9 0 1998574236 833208320 19834 996147200 134512640 134550740 4294955568 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12817/tid=12821] ppid=12803 vsize=813680 CPUtime=0
/proc/12817/task/12821/stat : 12821 (java) S 12803 12803 7511 0 -1 64 4 0 0 0 0 0 0 0 24 0 9 0 1998574236 833208320 19835 996147200 134512640 134550740 4294955568 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12817/tid=12822] ppid=12803 vsize=813680 CPUtime=0
/proc/12817/task/12822/stat : 12822 (java) S 12803 12803 7511 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 1998574238 833208320 19836 996147200 134512640 134550740 4294955568 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12817/tid=12823] ppid=12803 vsize=813680 CPUtime=0.19
/proc/12817/task/12823/stat : 12823 (java) S 12803 12803 7511 0 -1 64 765 0 0 0 19 0 0 0 16 0 9 0 1998574238 833208320 19837 996147200 134512640 134550740 4294955568 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12817/tid=12824] ppid=12803 vsize=813680 CPUtime=0
/proc/12817/task/12824/stat : 12824 (java) S 12803 12803 7511 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 1998574238 833208320 19838 996147200 134512640 134550740 4294955568 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12817/tid=12825] ppid=12803 vsize=813680 CPUtime=0
/proc/12817/task/12825/stat : 12825 (java) S 12803 12803 7511 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1998574238 833208320 19839 996147200 134512640 134550740 4294955568 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.43
Current children cumulated vsize (KiB) 861240

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

[startup+7.90268 s]
/proc/loadavg: 0.78 0.93 0.98 2/75 12825
/proc/meminfo: memFree=1643872/2055920 swapFree=4179680/4192956
[pid=12803] ppid=12801 vsize=47560 CPUtime=0.01
/proc/12803/stat : 12803 (galacE.sh) S 12801 12803 7511 0 -1 4194304 769 1704 0 0 0 0 0 1 17 0 1 0 1998574230 48701440 366 996147200 4194304 4520092 548682068784 18446744073709551615 234211175258 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/12803/statm: 11890 366 245 79 0 220 0
[pid=12817] ppid=12803 vsize=813680 CPUtime=8.02
/proc/12817/stat : 12817 (java) S 12803 12803 7511 0 -1 0 23550 0 1 0 789 13 0 0 19 0 9 0 1998574233 833208320 22950 996147200 134512640 134550740 4294955568 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/12817/statm: 203420 22950 1945 9 0 197401 0
[pid=12817/tid=12818] ppid=12803 vsize=813680 CPUtime=7.65
/proc/12817/task/12818/stat : 12818 (java) R 12803 12803 7511 0 -1 64 14700 0 1 0 756 9 0 0 21 0 9 0 1998574234 833208320 22950 996147200 134512640 134550740 4294955568 18446744073709551615 4126761850 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12817/tid=12819] ppid=12803 vsize=813680 CPUtime=0.15
/proc/12817/task/12819/stat : 12819 (java) S 12803 12803 7511 0 -1 64 7382 0 0 0 12 3 0 0 16 0 9 0 1998574235 833208320 22950 996147200 134512640 134550740 4294955568 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=12817/tid=12820] ppid=12803 vsize=813680 CPUtime=0
/proc/12817/task/12820/stat : 12820 (java) S 12803 12803 7511 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1998574236 833208320 22950 996147200 134512640 134550740 4294955568 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12817/tid=12821] ppid=12803 vsize=813680 CPUtime=0
/proc/12817/task/12821/stat : 12821 (java) S 12803 12803 7511 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 1998574236 833208320 22950 996147200 134512640 134550740 4294955568 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12817/tid=12822] ppid=12803 vsize=813680 CPUtime=0
/proc/12817/task/12822/stat : 12822 (java) S 12803 12803 7511 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 1998574238 833208320 22950 996147200 134512640 134550740 4294955568 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12817/tid=12823] ppid=12803 vsize=813680 CPUtime=0.19
/proc/12817/task/12823/stat : 12823 (java) S 12803 12803 7511 0 -1 64 768 0 0 0 19 0 0 0 16 0 9 0 1998574238 833208320 22950 996147200 134512640 134550740 4294955568 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12817/tid=12824] ppid=12803 vsize=813680 CPUtime=0
/proc/12817/task/12824/stat : 12824 (java) S 12803 12803 7511 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 1998574238 833208320 22950 996147200 134512640 134550740 4294955568 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12817/tid=12825] ppid=12803 vsize=813680 CPUtime=0
/proc/12817/task/12825/stat : 12825 (java) S 12803 12803 7511 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1998574238 833208320 22950 996147200 134512640 134550740 4294955568 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 8.03
Current children cumulated vsize (KiB) 861240

[startup+9.50202 s]
/proc/loadavg: 0.78 0.93 0.98 2/75 12825
/proc/meminfo: memFree=1643232/2055920 swapFree=4179680/4192956
[pid=12803] ppid=12801 vsize=47560 CPUtime=9.49
/proc/12803/stat : 12803 (galacE.sh) S 12801 12803 7511 0 -1 4194304 804 25268 0 1 0 0 932 17 16 0 1 0 1998574230 48701440 366 996147200 4194304 4520092 548682068784 18446744073709551615 234211175258 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/12803/statm: 11890 366 245 79 0 220 0
Current children cumulated CPU time (s) 9.49
Current children cumulated vsize (KiB) 47560

[startup+10.3012 s]
/proc/loadavg: 0.80 0.93 0.98 2/67 12826
/proc/meminfo: memFree=1710448/2055920 swapFree=4179680/4192956
[pid=12803] ppid=12801 vsize=47560 CPUtime=10.19
/proc/12803/stat : 12803 (galacE.sh) S 12801 12803 7511 0 -1 4194304 840 29635 0 1 0 0 1000 19 15 0 1 0 1998574230 48701440 367 996147200 4194304 4520092 548682068784 18446744073709551615 234211737682 0 0 4096 73728 18446744071563648864 0 0 17 0 0 0
/proc/12803/statm: 11890 367 245 79 0 220 0
Current children cumulated CPU time (s) 10.19
Current children cumulated vsize (KiB) 47560

[startup+10.5012 s]
/proc/loadavg: 0.80 0.93 0.98 2/67 12826
/proc/meminfo: memFree=1710448/2055920 swapFree=4179680/4192956
[pid=12803] ppid=12801 vsize=47560 CPUtime=10.19
/proc/12803/stat : 12803 (galacE.sh) S 12801 12803 7511 0 -1 4194304 840 29635 0 1 0 0 1000 19 15 0 1 0 1998574230 48701440 367 996147200 4194304 4520092 548682068784 18446744073709551615 234211737682 0 0 4096 73728 18446744071563648864 0 0 17 0 0 0
/proc/12803/statm: 11890 367 245 79 0 220 0
Current children cumulated CPU time (s) 10.19
Current children cumulated vsize (KiB) 47560

Child status: 0
Real time (s): 10.5973
CPU time (s): 10.8204
CPU user time (s): 10.5584
CPU system time (s): 0.26196
CPU usage (%): 102.105
Max. virtual memory (cumulated for all children) (KiB): 861240

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 10.5584
system time used= 0.26196
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 41587
page faults= 2
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 766
involuntary context switches= 445

runsolver used 0.016997 second user time and 0.039993 second system time

The end

Launcher Data (download as text)

Begin job on node54 at 2008-07-04 20:26:56
IDJOB=1077901
IDBENCH=56722
IDSOLVER=351
FILE ID=node54/1077901-1215196016
PBS_JOBID= 7881529
Free space on /tmp= 66528 MiB

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

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 4d0a352e6db252e31dbc9ee4f2cdc652
RANDOM SEED=1578597749

node54.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.279
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.279
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:       1730520 kB
Buffers:         56772 kB
Cached:         193120 kB
SwapCached:       6536 kB
Active:         166392 kB
Inactive:        92260 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1730520 kB
SwapTotal:     4192956 kB
SwapFree:      4179680 kB
Dirty:            3472 kB
Writeback:           0 kB
Mapped:          14504 kB
Slab:            52692 kB
Committed_AS:  3837500 kB
PageTables:       1368 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66524 MiB
End job on node54 at 2008-07-04 20:27:06