Trace number 1067637

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 13.099 13.2805

General information on the benchmark

Namecsp/primes-20/
normalized-primes-20-80-2-1.xml
MD5SUM0fd6761d6780b0af7622992af33ba9ee
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.017996
Satisfiable
(Un)Satisfiability was proved
Number of variables100
Number of constraints80
Maximum constraint arity3
Maximum domain size70
Number of constraints which are defined in extension0
Number of constraints which are defined in intension80
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.03	c --- Preproc Stats ---
6.31/6.40	c start processing
6.31/6.40	c start relation processing
7.19/7.40	c start cnf exporting
11.75/11.99	c parsing time : 6.276
11.75/11.99	c preprocessing time : 11.867
11.75/11.99	
11.75/11.99	c Nary constraints - conflicts : 0 supports : 38
11.75/11.99	c Binary constraints - conflicts : 0 supports :42
11.75/11.99	c max arity constraint : 3
11.75/11.99	c Max Tuples generated 343000
11.75/11.99	c relations : 80
11.75/11.99	c relations BDD: 38
11.75/11.99	c sampling 38/38
11.75/11.99	c vars : 13417 - clauses :  262413
11.75/11.99	
11.84/12.02	 
11.84/12.02	c --- SAT Solver Stats ---
11.84/12.02	 
11.84/12.02	c eSAT 0.1 : minisat core with additionnal features
11.84/12.02	c ============================[ Problem Statistics ]=============================
11.84/12.02	c |                                                                             |
11.84/12.02	c |  Number of variables:  13416                                                |
11.84/12.02	c |  Number of clauses:    262413                                               |
11.87/12.21	c |  Parsing time:         0.16         s                                       |
11.87/12.61	c restarts              : 1
11.87/12.61	c conflicts             : 0              (0 /sec)
11.87/12.61	c decisions             : 1              (0.00 % random) (2 /sec)
11.87/12.61	c euip                  : 0           
11.87/12.61	c propagations          : 12581          (22631 /sec)
11.87/12.61	c conflict literals     : 0              ( nan % deleted)
11.87/12.61	c Memory used           : 16.51 MB
11.87/12.61	c CPU time              : 0.555915 s
11.87/12.61	c 
11.87/12.61	s SATISFIABLE
13.02/13.27	v 7 17 61 53 43 53 17 41 29 3 5 19 31 68 7 17 2 17 41 59 37 23 39 29 5 31 5 7 19 53 29 5 5 67 29 19 43 59 37 5 29 43 3 71 11 57 67 11 21 31 43 17 37 2 59 43 5 31 59 3 13 13 11 19 59 13 17 45 43 61 11 53 5 13 47 19 47 65 7 31 53 23 59 4 23 11 51 34 47 71 41 2 59 23 71 41 17 17 47 48

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-1067637-1215150792/watcher-1067637-1215150792 -o /tmp/evaluation-result-1067637-1215150792/solver-1067637-1215150792 -C 1800 -W 2200 -M 900 --output-limit 1,15 HOME/galacE.sh HOME/instance-1067637-1215150792.xml 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2200 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 921600 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 972800 KiB
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.14 2.14 2.05 4/83 9665
/proc/meminfo: memFree=1093080/2055920 swapFree=4180808/4192956
[pid=9665] ppid=9663 vsize=5316 CPUtime=0
/proc/9665/stat : 9665 (galacE.sh) R 9663 9665 7962 0 -1 4194304 229 0 0 0 0 0 0 0 20 0 1 0 638012793 5443584 193 996147200 4194304 4520092 548682068832 18446744073709551615 231491040649 0 0 4096 8192 0 0 0 17 1 0 0
/proc/9665/statm: 1329 193 146 79 0 121 0

[startup+0.0908061 s]
/proc/loadavg: 2.14 2.14 2.05 4/83 9665
/proc/meminfo: memFree=1093080/2055920 swapFree=4180808/4192956
[pid=9665] ppid=9663 vsize=47572 CPUtime=0.02
/proc/9665/stat : 9665 (galacE.sh) S 9663 9665 7962 0 -1 4194304 765 1698 0 0 0 1 0 1 18 0 1 0 638012793 48713728 364 996147200 4194304 4520092 548682068832 18446744073709551615 231493266266 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/9665/statm: 11893 364 245 79 0 219 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 47572

[startup+0.101807 s]
/proc/loadavg: 2.14 2.14 2.05 4/83 9665
/proc/meminfo: memFree=1093080/2055920 swapFree=4180808/4192956
[pid=9665] ppid=9663 vsize=47572 CPUtime=0.02
/proc/9665/stat : 9665 (galacE.sh) S 9663 9665 7962 0 -1 4194304 765 1698 0 0 0 1 0 1 18 0 1 0 638012793 48713728 364 996147200 4194304 4520092 548682068832 18446744073709551615 231493266266 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/9665/statm: 11893 364 245 79 0 219 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 47572

[startup+0.301838 s]
/proc/loadavg: 2.14 2.14 2.05 4/83 9665
/proc/meminfo: memFree=1093080/2055920 swapFree=4180808/4192956
[pid=9665] ppid=9663 vsize=47572 CPUtime=0.02
/proc/9665/stat : 9665 (galacE.sh) S 9663 9665 7962 0 -1 4194304 765 1698 0 0 0 1 0 1 18 0 1 0 638012793 48713728 364 996147200 4194304 4520092 548682068832 18446744073709551615 231493266266 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/9665/statm: 11893 364 245 79 0 219 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 47572

[startup+0.701908 s]
/proc/loadavg: 2.14 2.14 2.05 4/83 9665
/proc/meminfo: memFree=1093080/2055920 swapFree=4180808/4192956
[pid=9665] ppid=9663 vsize=47572 CPUtime=0.02
/proc/9665/stat : 9665 (galacE.sh) S 9663 9665 7962 0 -1 4194304 765 1698 0 0 0 1 0 1 18 0 1 0 638012793 48713728 364 996147200 4194304 4520092 548682068832 18446744073709551615 231493266266 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/9665/statm: 11893 364 245 79 0 219 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 47572

[startup+1.50302 s]
/proc/loadavg: 2.13 2.13 2.05 4/93 9687
/proc/meminfo: memFree=1099912/2055920 swapFree=4180808/4192956
[pid=9665] ppid=9663 vsize=47572 CPUtime=0.02
/proc/9665/stat : 9665 (galacE.sh) S 9663 9665 7962 0 -1 4194304 765 1698 0 0 0 1 0 1 18 0 1 0 638012793 48713728 364 996147200 4194304 4520092 548682068832 18446744073709551615 231493266266 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/9665/statm: 11893 364 245 79 0 219 0
[pid=9679] ppid=9665 vsize=812756 CPUtime=1.44
/proc/9679/stat : 9679 (java) S 9665 9665 7962 0 -1 0 13499 0 1 0 135 9 0 0 18 0 9 0 638012797 832262144 12691 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/9679/statm: 203189 12691 2583 9 0 197170 0
[pid=9679/tid=9680] ppid=9665 vsize=812756 CPUtime=0.44
/proc/9679/task/9680/stat : 9680 (java) S 9665 9665 7962 0 -1 64 7625 0 1 0 39 5 0 0 16 0 9 0 638012798 832262144 12691 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9679/tid=9681] ppid=9665 vsize=812756 CPUtime=0.82
/proc/9679/task/9681/stat : 9681 (java) R 9665 9665 7962 0 -1 64 4421 0 0 0 81 1 0 0 20 0 9 0 638012800 832262144 12691 996147200 134512640 134550740 4294955616 18446744073709551615 102300764 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=9679/tid=9682] ppid=9665 vsize=812756 CPUtime=0
/proc/9679/task/9682/stat : 9682 (java) S 9665 9665 7962 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 638012800 832262144 12691 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9679/tid=9683] ppid=9665 vsize=812756 CPUtime=0
/proc/9679/task/9683/stat : 9683 (java) S 9665 9665 7962 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 638012800 832262144 12691 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9679/tid=9684] ppid=9665 vsize=812756 CPUtime=0
/proc/9679/task/9684/stat : 9684 (java) S 9665 9665 7962 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 638012802 832262144 12691 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9679/tid=9685] ppid=9665 vsize=812756 CPUtime=0.13
/proc/9679/task/9685/stat : 9685 (java) S 9665 9665 7962 0 -1 64 753 0 0 0 13 0 0 0 16 0 9 0 638012802 832262144 12691 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9679/tid=9686] ppid=9665 vsize=812756 CPUtime=0
/proc/9679/task/9686/stat : 9686 (java) S 9665 9665 7962 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 638012802 832262144 12691 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9679/tid=9687] ppid=9665 vsize=812756 CPUtime=0
/proc/9679/task/9687/stat : 9687 (java) S 9665 9665 7962 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 638012802 832262144 12691 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.46
Current children cumulated vsize (KiB) 860328

[startup+3.10225 s]
/proc/loadavg: 2.13 2.13 2.05 3/93 9687
/proc/meminfo: memFree=1051464/2055920 swapFree=4180808/4192956
[pid=9665] ppid=9663 vsize=47572 CPUtime=0.02
/proc/9665/stat : 9665 (galacE.sh) S 9663 9665 7962 0 -1 4194304 765 1698 0 0 0 1 0 1 18 0 1 0 638012793 48713728 364 996147200 4194304 4520092 548682068832 18446744073709551615 231493266266 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/9665/statm: 11893 364 245 79 0 219 0
[pid=9679] ppid=9665 vsize=812756 CPUtime=3.02
/proc/9679/stat : 9679 (java) S 9665 9665 7962 0 -1 0 13548 0 1 0 293 9 0 0 18 0 9 0 638012797 832262144 12720 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/9679/statm: 203189 12720 2588 9 0 197170 0
[pid=9679/tid=9680] ppid=9665 vsize=812756 CPUtime=1.45
/proc/9679/task/9680/stat : 9680 (java) R 9665 9665 7962 0 -1 64 7653 0 1 0 139 6 0 0 24 0 9 0 638012798 832262144 12720 996147200 134512640 134550740 4294955616 18446744073709551615 4126708045 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9679/tid=9681] ppid=9665 vsize=812756 CPUtime=1.4
/proc/9679/task/9681/stat : 9681 (java) S 9665 9665 7962 0 -1 64 4429 0 0 0 138 2 0 0 25 0 9 0 638012800 832262144 12720 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=9679/tid=9682] ppid=9665 vsize=812756 CPUtime=0
/proc/9679/task/9682/stat : 9682 (java) S 9665 9665 7962 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 638012800 832262144 12720 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9679/tid=9683] ppid=9665 vsize=812756 CPUtime=0
/proc/9679/task/9683/stat : 9683 (java) S 9665 9665 7962 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 638012800 832262144 12720 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9679/tid=9684] ppid=9665 vsize=812756 CPUtime=0
/proc/9679/task/9684/stat : 9684 (java) S 9665 9665 7962 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 638012802 832262144 12720 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9679/tid=9685] ppid=9665 vsize=812756 CPUtime=0.14
/proc/9679/task/9685/stat : 9685 (java) S 9665 9665 7962 0 -1 64 766 0 0 0 14 0 0 0 15 0 9 0 638012802 832262144 12720 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9679/tid=9686] ppid=9665 vsize=812756 CPUtime=0
/proc/9679/task/9686/stat : 9686 (java) S 9665 9665 7962 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 638012802 832262144 12720 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9679/tid=9687] ppid=9665 vsize=812756 CPUtime=0
/proc/9679/task/9687/stat : 9687 (java) S 9665 9665 7962 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 638012802 832262144 12720 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.04
Current children cumulated vsize (KiB) 860328

[startup+6.30272 s]
/proc/loadavg: 2.12 2.13 2.05 3/93 9687
/proc/meminfo: memFree=1115528/2055920 swapFree=4180808/4192956
[pid=9665] ppid=9663 vsize=47572 CPUtime=0.02
/proc/9665/stat : 9665 (galacE.sh) S 9663 9665 7962 0 -1 4194304 765 1698 0 0 0 1 0 1 18 0 1 0 638012793 48713728 364 996147200 4194304 4520092 548682068832 18446744073709551615 231493266266 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/9665/statm: 11893 364 245 79 0 219 0
[pid=9679] ppid=9665 vsize=812756 CPUtime=6.19
/proc/9679/stat : 9679 (java) S 9665 9665 7962 0 -1 0 13559 0 1 0 610 9 0 0 18 0 9 0 638012797 832262144 12729 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/9679/statm: 203189 12729 2588 9 0 197170 0
[pid=9679/tid=9680] ppid=9665 vsize=812756 CPUtime=4.61
/proc/9679/task/9680/stat : 9680 (java) R 9665 9665 7962 0 -1 64 7655 0 1 0 455 6 0 0 25 0 9 0 638012798 832262144 12729 996147200 134512640 134550740 4294955616 18446744073709551615 4126714160 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9679/tid=9681] ppid=9665 vsize=812756 CPUtime=1.4
/proc/9679/task/9681/stat : 9681 (java) S 9665 9665 7962 0 -1 64 4429 0 0 0 138 2 0 0 16 0 9 0 638012800 832262144 12729 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=9679/tid=9682] ppid=9665 vsize=812756 CPUtime=0
/proc/9679/task/9682/stat : 9682 (java) S 9665 9665 7962 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 638012800 832262144 12729 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9679/tid=9683] ppid=9665 vsize=812756 CPUtime=0
/proc/9679/task/9683/stat : 9683 (java) S 9665 9665 7962 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 638012800 832262144 12729 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9679/tid=9684] ppid=9665 vsize=812756 CPUtime=0
/proc/9679/task/9684/stat : 9684 (java) S 9665 9665 7962 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 638012802 832262144 12729 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9679/tid=9685] ppid=9665 vsize=812756 CPUtime=0.16
/proc/9679/task/9685/stat : 9685 (java) S 9665 9665 7962 0 -1 64 775 0 0 0 16 0 0 0 16 0 9 0 638012802 832262144 12729 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9679/tid=9686] ppid=9665 vsize=812756 CPUtime=0
/proc/9679/task/9686/stat : 9686 (java) S 9665 9665 7962 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 638012802 832262144 12729 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9679/tid=9687] ppid=9665 vsize=812756 CPUtime=0
/proc/9679/task/9687/stat : 9687 (java) S 9665 9665 7962 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 638012802 832262144 12729 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.21
Current children cumulated vsize (KiB) 860328

[startup+12.7027 s]
/proc/loadavg: 2.11 2.13 2.04 2/93 9687
/proc/meminfo: memFree=1077768/2055920 swapFree=4180808/4192956
[pid=9665] ppid=9663 vsize=47572 CPUtime=12.46
/proc/9665/stat : 9665 (galacE.sh) S 9663 9665 7962 0 -1 4194304 835 28097 0 1 0 1 1219 26 15 0 1 0 638012793 48713728 365 996147200 4194304 4520092 548682068832 18446744073709551615 231493828690 0 0 4096 73728 18446744071563648864 0 0 17 1 0 0
/proc/9665/statm: 11893 365 245 79 0 219 0
Current children cumulated CPU time (s) 12.46
Current children cumulated vsize (KiB) 47572

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

[startup+13.1027 s]
/proc/loadavg: 2.11 2.13 2.04 3/93 9697
/proc/meminfo: memFree=1140360/2055920 swapFree=4180808/4192956
[pid=9665] ppid=9663 vsize=47572 CPUtime=12.46
/proc/9665/stat : 9665 (galacE.sh) S 9663 9665 7962 0 -1 4194304 835 28097 0 1 0 1 1219 26 15 0 1 0 638012793 48713728 365 996147200 4194304 4520092 548682068832 18446744073709551615 231493828690 0 0 4096 73728 18446744071563648864 0 0 17 1 0 0
/proc/9665/statm: 11893 365 245 79 0 219 0
[pid=9689] ppid=9665 vsize=812788 CPUtime=0.47
/proc/9689/stat : 9689 (java) S 9665 9665 7962 0 -1 0 5517 0 1 0 42 5 0 0 18 0 9 0 638014056 832294912 4900 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 3670016 16800975 18446744073709551615 0 0 17 1 0 0
/proc/9689/statm: 203197 4900 1909 9 0 197150 0
[pid=9689/tid=9690] ppid=9665 vsize=812788 CPUtime=0.32
/proc/9689/task/9690/stat : 9690 (java) R 9665 9665 7962 0 -1 64 4029 0 1 0 29 3 0 0 22 0 9 0 638014057 832294912 4900 996147200 134512640 134550740 4294955616 18446744073709551615 4125960885 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=9689/tid=9691] ppid=9665 vsize=812788 CPUtime=0
/proc/9689/task/9691/stat : 9691 (java) S 9665 9665 7962 0 -1 64 3 0 0 0 0 0 0 0 19 0 9 0 638014058 832294912 4900 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 3670016 16800975 0 0 0 -1 1 0 0
[pid=9689/tid=9692] ppid=9665 vsize=812788 CPUtime=0
/proc/9689/task/9692/stat : 9692 (java) S 9665 9665 7962 0 -1 64 10 0 0 0 0 0 0 0 19 0 9 0 638014059 832294912 4900 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=9689/tid=9693] ppid=9665 vsize=812788 CPUtime=0
/proc/9689/task/9693/stat : 9693 (java) S 9665 9665 7962 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 638014059 832294912 4900 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=9689/tid=9694] ppid=9665 vsize=812788 CPUtime=0
/proc/9689/task/9694/stat : 9694 (java) S 9665 9665 7962 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 638014061 832294912 4900 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=9689/tid=9695] ppid=9665 vsize=812788 CPUtime=0.12
/proc/9689/task/9695/stat : 9695 (java) S 9665 9665 7962 0 -1 64 775 0 0 0 12 0 0 0 16 0 9 0 638014061 832294912 4900 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=9689/tid=9696] ppid=9665 vsize=812788 CPUtime=0
/proc/9689/task/9696/stat : 9696 (java) S 9665 9665 7962 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 638014061 832294912 4900 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=9689/tid=9697] ppid=9665 vsize=812788 CPUtime=0
/proc/9689/task/9697/stat : 9697 (java) S 9665 9665 7962 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 638014061 832294912 4900 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.93
Current children cumulated vsize (KiB) 860360

[startup+13.2078 s]
/proc/loadavg: 2.11 2.13 2.04 3/93 9697
/proc/meminfo: memFree=1140360/2055920 swapFree=4180808/4192956
[pid=9665] ppid=9663 vsize=47572 CPUtime=12.46
/proc/9665/stat : 9665 (galacE.sh) S 9663 9665 7962 0 -1 4194304 835 28097 0 1 0 1 1219 26 15 0 1 0 638012793 48713728 365 996147200 4194304 4520092 548682068832 18446744073709551615 231493828690 0 0 4096 73728 18446744071563648864 0 0 17 1 0 0
/proc/9665/statm: 11893 365 245 79 0 219 0
[pid=9689] ppid=9665 vsize=812788 CPUtime=0.56
/proc/9689/stat : 9689 (java) S 9665 9665 7962 0 -1 0 7415 0 1 0 50 6 0 0 18 0 9 0 638014056 832294912 6798 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 3670016 16800975 18446744073709551615 0 0 17 1 0 0
/proc/9689/statm: 203197 6798 1909 9 0 197150 0
[pid=9689/tid=9690] ppid=9665 vsize=812788 CPUtime=0.4
/proc/9689/task/9690/stat : 9690 (java) R 9665 9665 7962 0 -1 64 5913 0 1 0 36 4 0 0 22 0 9 0 638014057 832294912 6798 996147200 134512640 134550740 4294955616 18446744073709551615 4126806035 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=9689/tid=9691] ppid=9665 vsize=812788 CPUtime=0
/proc/9689/task/9691/stat : 9691 (java) S 9665 9665 7962 0 -1 64 3 0 0 0 0 0 0 0 19 0 9 0 638014058 832294912 6798 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 3670016 16800975 0 0 0 -1 1 0 0
[pid=9689/tid=9692] ppid=9665 vsize=812788 CPUtime=0
/proc/9689/task/9692/stat : 9692 (java) S 9665 9665 7962 0 -1 64 10 0 0 0 0 0 0 0 19 0 9 0 638014059 832294912 6798 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=9689/tid=9693] ppid=9665 vsize=812788 CPUtime=0
/proc/9689/task/9693/stat : 9693 (java) S 9665 9665 7962 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 638014059 832294912 6798 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=9689/tid=9694] ppid=9665 vsize=812788 CPUtime=0
/proc/9689/task/9694/stat : 9694 (java) S 9665 9665 7962 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 638014061 832294912 6798 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=9689/tid=9695] ppid=9665 vsize=812788 CPUtime=0.13
/proc/9689/task/9695/stat : 9695 (java) S 9665 9665 7962 0 -1 64 789 0 0 0 13 0 0 0 16 0 9 0 638014061 832294912 6798 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=9689/tid=9696] ppid=9665 vsize=812788 CPUtime=0
/proc/9689/task/9696/stat : 9696 (java) S 9665 9665 7962 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 638014061 832294912 6798 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=9689/tid=9697] ppid=9665 vsize=812788 CPUtime=0
/proc/9689/task/9697/stat : 9697 (java) S 9665 9665 7962 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 638014061 832294912 6798 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 13.02
Current children cumulated vsize (KiB) 860360

Child status: 0
Real time (s): 13.2805
CPU time (s): 13.099
CPU user time (s): 12.7351
CPU system time (s): 0.363944
CPU usage (%): 98.6334
Max. virtual memory (cumulated for all children) (KiB): 860360

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 12.7351
system time used= 0.363944
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 37552
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= 2301
involuntary context switches= 2522

runsolver used 0.020996 second user time and 0.054991 second system time

The end

Launcher Data (download as text)

Begin job on node39 at 2008-07-04 07:53:12
IDJOB=1067637
IDBENCH=55407
IDSOLVER=351
FILE ID=node39/1067637-1215150792
PBS_JOBID= 7877384
Free space on /tmp= 66560 MiB

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

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 0fd6761d6780b0af7622992af33ba9ee
RANDOM SEED=219451076

node39.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.267
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.267
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:       1093560 kB
Buffers:         24608 kB
Cached:         106128 kB
SwapCached:       6012 kB
Active:         866560 kB
Inactive:        35940 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1093560 kB
SwapTotal:     4192956 kB
SwapFree:      4180808 kB
Dirty:            3540 kB
Writeback:           0 kB
Mapped:         783056 kB
Slab:            43264 kB
Committed_AS:  1687912 kB
PageTables:       3592 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= 66556 MiB
End job on node39 at 2008-07-04 07:53:25