Trace number 1048371

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 EUNSAT 295.363 298.296

General information on the benchmark

Namecsp/rand-10-20-10/
normalized-rand-10-20-10-5-10000-8_ext.xml
MD5SUMa559fc503a6da82070c22bbc1eb149ca
Bench CategoryN-ARY-EXT (n-ary constraints in extension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark0.724889
Satisfiable
(Un)Satisfiability was proved
Number of variables20
Number of constraints5
Maximum constraint arity10
Maximum domain size10
Number of constraints which are defined in extension5
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.01/0.09	c --- Preproc Stats ---
1.08/1.27	c start processing
1.08/1.27	c start relation processing
2.47/2.68	c start cnf exporting
20.69/21.02	c parsing time : 1.092
20.69/21.02	c preprocessing time : 20.846
20.69/21.02	
20.69/21.02	c Nary constraints - conflicts : 0 supports : 5
20.69/21.02	c Binary constraints - conflicts : 0 supports :0
20.69/21.02	c max arity constraint : 10
20.69/21.02	c Max Tuples generated 0
20.69/21.02	c relations : 5
20.69/21.02	c relations BDD: 5
20.69/21.02	c sampling 0/0
20.69/21.02	c vars : 169780 - clauses :  559607
20.69/21.02	
20.69/21.05	 
20.69/21.05	c --- SAT Solver Stats ---
20.69/21.05	 
20.69/21.05	c eSAT 0.1 : minisat core with additionnal features
20.69/21.05	c ============================[ Problem Statistics ]=============================
20.69/21.05	c |                                                                             |
20.69/21.06	c |  Number of variables:  169779                                               |
20.69/21.06	c |  Number of clauses:    559607                                               |
20.75/21.79	c |  Parsing time:         0.67         s                                       |
295.24/298.27	c restarts              : 232
295.24/298.27	c conflicts             : 12679          (46 /sec)
295.24/298.27	c decisions             : 128172         (78.32 % random) (467 /sec)
295.24/298.27	c euip                  : 974         
295.24/298.27	c propagations          : 267943720      (976285 /sec)
295.24/298.27	c conflict literals     : 342109         (48.09 % deleted)
295.24/298.27	c Memory used           : 83.90 MB
295.24/298.27	c CPU time              : 274.452 s
295.24/298.27	c 
295.24/298.27	s UNSATISFIABLE

Verifier Data (download as text)

No possible verification on an UNSAT instance

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-1048371-1215043074/watcher-1048371-1215043074 -o /tmp/evaluation-result-1048371-1215043074/solver-1048371-1215043074 -C 1800 -W 2200 -M 900 --output-limit 1,15 HOME/galacE.sh HOME/instance-1048371-1215043074.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.02 2.01 1.99 4/81 20055
/proc/meminfo: memFree=1842952/2055920 swapFree=4180456/4192956
[pid=20055] ppid=20053 vsize=6348 CPUtime=0
/proc/20055/stat : 20055 (galacE.sh) D 20053 20055 19152 0 -1 4194304 260 0 0 0 0 0 0 0 20 0 1 0 1983281749 6500352 216 996147200 4194304 4520092 548682068832 18446744073709551615 255236735058 0 0 4096 8192 18446744071563608240 0 0 17 1 0 0
/proc/20055/statm: 1587 216 165 79 0 123 0

[startup+0.028521 s]
/proc/loadavg: 2.02 2.01 1.99 4/81 20055
/proc/meminfo: memFree=1842952/2055920 swapFree=4180456/4192956
[pid=20055] ppid=20053 vsize=8784 CPUtime=0.01
/proc/20055/stat : 20055 (galacE.sh) S 20053 20055 19152 0 -1 4194304 586 1320 0 0 0 0 0 1 20 0 1 0 1983281749 8994816 320 996147200 4194304 4520092 548682068832 18446744073709551615 255236735058 0 2 4096 73728 18446744071563648864 0 0 17 1 0 0
/proc/20055/statm: 2196 320 218 79 0 189 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 8784

[startup+0.10153 s]
/proc/loadavg: 2.02 2.01 1.99 4/81 20055
/proc/meminfo: memFree=1842952/2055920 swapFree=4180456/4192956
[pid=20055] ppid=20053 vsize=47564 CPUtime=0.01
/proc/20055/stat : 20055 (galacE.sh) S 20053 20055 19152 0 -1 4194304 766 1698 0 0 0 0 0 1 19 0 1 0 1983281749 48705536 365 996147200 4194304 4520092 548682068832 18446744073709551615 255236172634 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/20055/statm: 11891 365 246 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47564

[startup+0.301569 s]
/proc/loadavg: 2.02 2.01 1.99 4/81 20055
/proc/meminfo: memFree=1842952/2055920 swapFree=4180456/4192956
[pid=20055] ppid=20053 vsize=47564 CPUtime=0.01
/proc/20055/stat : 20055 (galacE.sh) S 20053 20055 19152 0 -1 4194304 766 1698 0 0 0 0 0 1 19 0 1 0 1983281749 48705536 365 996147200 4194304 4520092 548682068832 18446744073709551615 255236172634 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/20055/statm: 11891 365 246 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47564

[startup+0.701643 s]
/proc/loadavg: 2.02 2.01 1.99 4/81 20055
/proc/meminfo: memFree=1842952/2055920 swapFree=4180456/4192956
[pid=20055] ppid=20053 vsize=47564 CPUtime=0.01
/proc/20055/stat : 20055 (galacE.sh) S 20053 20055 19152 0 -1 4194304 766 1698 0 0 0 0 0 1 19 0 1 0 1983281749 48705536 365 996147200 4194304 4520092 548682068832 18446744073709551615 255236172634 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/20055/statm: 11891 365 246 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47564

[startup+1.5018 s]
/proc/loadavg: 2.02 2.01 1.99 3/91 20077
/proc/meminfo: memFree=1770744/2055920 swapFree=4180456/4192956
[pid=20055] ppid=20053 vsize=47564 CPUtime=0.01
/proc/20055/stat : 20055 (galacE.sh) S 20053 20055 19152 0 -1 4194304 766 1698 0 0 0 0 0 1 19 0 1 0 1983281749 48705536 365 996147200 4194304 4520092 548682068832 18446744073709551615 255236172634 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/20055/statm: 11891 365 246 79 0 219 0
[pid=20069] ppid=20055 vsize=812628 CPUtime=1.37
/proc/20069/stat : 20069 (java) S 20055 20055 19152 0 -1 0 22611 0 1 0 125 12 0 0 18 0 9 0 1983281758 832131072 22035 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/20069/statm: 203157 22035 1889 9 0 197138 0
[pid=20069/tid=20070] ppid=20055 vsize=812628 CPUtime=1.15
/proc/20069/task/20070/stat : 20070 (java) R 20055 20055 19152 0 -1 64 14478 0 1 0 108 7 0 0 25 0 9 0 1983281759 832131072 22035 996147200 134512640 134550740 4294955616 18446744073709551615 4126787397 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20069/tid=20071] ppid=20055 vsize=812628 CPUtime=0.06
/proc/20069/task/20071/stat : 20071 (java) S 20055 20055 19152 0 -1 64 6671 0 0 0 3 3 0 0 16 0 9 0 1983281760 832131072 22035 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=20069/tid=20072] ppid=20055 vsize=812628 CPUtime=0
/proc/20069/task/20072/stat : 20072 (java) S 20055 20055 19152 0 -1 64 11 0 0 0 0 0 0 0 19 0 9 0 1983281760 832131072 22035 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20069/tid=20073] ppid=20055 vsize=812628 CPUtime=0
/proc/20069/task/20073/stat : 20073 (java) S 20055 20055 19152 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 1983281760 832131072 22035 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20069/tid=20074] ppid=20055 vsize=812628 CPUtime=0
/proc/20069/task/20074/stat : 20074 (java) S 20055 20055 19152 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 1983281763 832131072 22035 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20069/tid=20075] ppid=20055 vsize=812628 CPUtime=0.14
/proc/20069/task/20075/stat : 20075 (java) S 20055 20055 19152 0 -1 64 762 0 0 0 13 1 0 0 16 0 9 0 1983281763 832131072 22035 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20069/tid=20076] ppid=20055 vsize=812628 CPUtime=0
/proc/20069/task/20076/stat : 20076 (java) S 20055 20055 19152 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 1983281763 832131072 22035 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20069/tid=20077] ppid=20055 vsize=812628 CPUtime=0
/proc/20069/task/20077/stat : 20077 (java) S 20055 20055 19152 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1983281763 832131072 22035 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.38
Current children cumulated vsize (KiB) 860192

[startup+3.1021 s]
/proc/loadavg: 2.01 2.00 1.99 4/91 20077
/proc/meminfo: memFree=1754744/2055920 swapFree=4180456/4192956
[pid=20055] ppid=20053 vsize=47564 CPUtime=0.01
/proc/20055/stat : 20055 (galacE.sh) S 20053 20055 19152 0 -1 4194304 766 1698 0 0 0 0 0 1 19 0 1 0 1983281749 48705536 365 996147200 4194304 4520092 548682068832 18446744073709551615 255236172634 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/20055/statm: 11891 365 246 79 0 219 0
[pid=20069] ppid=20055 vsize=812760 CPUtime=2.96
/proc/20069/stat : 20069 (java) S 20055 20055 19152 0 -1 0 32870 0 1 0 279 17 0 0 18 0 9 0 1983281758 832266240 32289 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/20069/statm: 203190 32289 1909 9 0 197171 0
[pid=20069/tid=20070] ppid=20055 vsize=812760 CPUtime=2.17
/proc/20069/task/20070/stat : 20070 (java) R 20055 20055 19152 0 -1 64 14523 0 1 0 210 7 0 0 25 0 9 0 1983281759 832266240 32289 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20069/tid=20071] ppid=20055 vsize=812760 CPUtime=0.54
/proc/20069/task/20071/stat : 20071 (java) R 20055 20055 19152 0 -1 64 16836 0 0 0 47 7 0 0 16 0 9 0 1983281760 832266240 32289 996147200 134512640 134550740 4294955616 18446744073709551615 102674864 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=20069/tid=20072] ppid=20055 vsize=812760 CPUtime=0
/proc/20069/task/20072/stat : 20072 (java) S 20055 20055 19152 0 -1 64 11 0 0 0 0 0 0 0 19 0 9 0 1983281760 832266240 32289 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20069/tid=20073] ppid=20055 vsize=812760 CPUtime=0
/proc/20069/task/20073/stat : 20073 (java) S 20055 20055 19152 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 1983281760 832266240 32289 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20069/tid=20074] ppid=20055 vsize=812760 CPUtime=0
/proc/20069/task/20074/stat : 20074 (java) S 20055 20055 19152 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 1983281763 832266240 32289 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20069/tid=20075] ppid=20055 vsize=812760 CPUtime=0.22
/proc/20069/task/20075/stat : 20075 (java) S 20055 20055 19152 0 -1 64 811 0 0 0 21 1 0 0 15 0 9 0 1983281763 832266240 32289 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20069/tid=20076] ppid=20055 vsize=812760 CPUtime=0
/proc/20069/task/20076/stat : 20076 (java) S 20055 20055 19152 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 1983281763 832266240 32289 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20069/tid=20077] ppid=20055 vsize=812760 CPUtime=0
/proc/20069/task/20077/stat : 20077 (java) S 20055 20055 19152 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1983281763 832266240 32289 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.97
Current children cumulated vsize (KiB) 860324

[startup+6.30169 s]
/proc/loadavg: 2.01 2.00 1.99 3/91 20077
/proc/meminfo: memFree=1687992/2055920 swapFree=4180456/4192956
[pid=20055] ppid=20053 vsize=47564 CPUtime=0.01
/proc/20055/stat : 20055 (galacE.sh) S 20053 20055 19152 0 -1 4194304 766 1698 0 0 0 0 0 1 19 0 1 0 1983281749 48705536 365 996147200 4194304 4520092 548682068832 18446744073709551615 255236172634 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/20055/statm: 11891 365 246 79 0 219 0
[pid=20069] ppid=20055 vsize=812760 CPUtime=6.12
/proc/20069/stat : 20069 (java) S 20055 20055 19152 0 -1 0 40454 0 1 0 591 21 0 0 18 0 9 0 1983281758 832266240 39867 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/20069/statm: 203190 39867 1909 9 0 197171 0
[pid=20069/tid=20070] ppid=20055 vsize=812760 CPUtime=5.05
/proc/20069/task/20070/stat : 20070 (java) R 20055 20055 19152 0 -1 64 14529 0 1 0 497 8 0 0 25 0 9 0 1983281759 832266240 39867 996147200 134512640 134550740 4294955616 18446744073709551615 4126834026 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20069/tid=20071] ppid=20055 vsize=812760 CPUtime=0.83
/proc/20069/task/20071/stat : 20071 (java) S 20055 20055 19152 0 -1 64 24414 0 0 0 72 11 0 0 16 0 9 0 1983281760 832266240 39867 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=20069/tid=20072] ppid=20055 vsize=812760 CPUtime=0
/proc/20069/task/20072/stat : 20072 (java) S 20055 20055 19152 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 1983281760 832266240 39867 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20069/tid=20073] ppid=20055 vsize=812760 CPUtime=0
/proc/20069/task/20073/stat : 20073 (java) S 20055 20055 19152 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 1983281760 832266240 39867 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20069/tid=20074] ppid=20055 vsize=812760 CPUtime=0
/proc/20069/task/20074/stat : 20074 (java) S 20055 20055 19152 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 1983281763 832266240 39867 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20069/tid=20075] ppid=20055 vsize=812760 CPUtime=0.22
/proc/20069/task/20075/stat : 20075 (java) S 20055 20055 19152 0 -1 64 811 0 0 0 21 1 0 0 15 0 9 0 1983281763 832266240 39867 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20069/tid=20076] ppid=20055 vsize=812760 CPUtime=0
/proc/20069/task/20076/stat : 20076 (java) S 20055 20055 19152 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 1983281763 832266240 39867 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20069/tid=20077] ppid=20055 vsize=812760 CPUtime=0
/proc/20069/task/20077/stat : 20077 (java) S 20055 20055 19152 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1983281763 832266240 39867 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.13
Current children cumulated vsize (KiB) 860324

[startup+12.7029 s]
/proc/loadavg: 2.01 2.00 1.99 3/91 20077
/proc/meminfo: memFree=1684344/2055920 swapFree=4180456/4192956
[pid=20055] ppid=20053 vsize=47564 CPUtime=0.01
/proc/20055/stat : 20055 (galacE.sh) S 20053 20055 19152 0 -1 4194304 766 1698 0 0 0 0 0 1 19 0 1 0 1983281749 48705536 365 996147200 4194304 4520092 548682068832 18446744073709551615 255236172634 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/20055/statm: 11891 365 246 79 0 219 0
[pid=20069] ppid=20055 vsize=812760 CPUtime=12.47
/proc/20069/stat : 20069 (java) S 20055 20055 19152 0 -1 0 40468 0 1 0 1222 25 0 0 18 0 9 0 1983281758 832266240 39870 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/20069/statm: 203190 39870 1909 9 0 197171 0
[pid=20069/tid=20070] ppid=20055 vsize=812760 CPUtime=11.37
/proc/20069/task/20070/stat : 20070 (java) R 20055 20055 19152 0 -1 64 14540 0 1 0 1126 11 0 0 25 0 9 0 1983281759 832266240 39870 996147200 134512640 134550740 4294955616 18446744073709551615 103232852 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20069/tid=20071] ppid=20055 vsize=812760 CPUtime=0.84
/proc/20069/task/20071/stat : 20071 (java) S 20055 20055 19152 0 -1 64 24414 0 0 0 73 11 0 0 16 0 9 0 1983281760 832266240 39870 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=20069/tid=20072] ppid=20055 vsize=812760 CPUtime=0
/proc/20069/task/20072/stat : 20072 (java) S 20055 20055 19152 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 1983281760 832266240 39870 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20069/tid=20073] ppid=20055 vsize=812760 CPUtime=0
/proc/20069/task/20073/stat : 20073 (java) S 20055 20055 19152 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 1983281760 832266240 39870 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20069/tid=20074] ppid=20055 vsize=812760 CPUtime=0
/proc/20069/task/20074/stat : 20074 (java) S 20055 20055 19152 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 1983281763 832266240 39870 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20069/tid=20075] ppid=20055 vsize=812760 CPUtime=0.22
/proc/20069/task/20075/stat : 20075 (java) S 20055 20055 19152 0 -1 64 814 0 0 0 21 1 0 0 15 0 9 0 1983281763 832266240 39870 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20069/tid=20076] ppid=20055 vsize=812760 CPUtime=0
/proc/20069/task/20076/stat : 20076 (java) S 20055 20055 19152 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 1983281763 832266240 39870 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20069/tid=20077] ppid=20055 vsize=812760 CPUtime=0
/proc/20069/task/20077/stat : 20077 (java) S 20055 20055 19152 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1983281763 832266240 39870 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.48
Current children cumulated vsize (KiB) 860324

[startup+25.5013 s]
/proc/loadavg: 2.01 2.00 1.99 3/83 20078
/proc/meminfo: memFree=1743224/2055920 swapFree=4180456/4192956
[pid=20055] ppid=20053 vsize=47564 CPUtime=20.75
/proc/20055/stat : 20055 (galacE.sh) S 20053 20055 19152 0 -1 4194304 800 42194 0 1 0 0 2042 33 17 0 1 0 1983281749 48705536 365 996147200 4194304 4520092 548682068832 18446744073709551615 255236172634 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/20055/statm: 11891 365 246 79 0 219 0
[pid=20078] ppid=20055 vsize=96560 CPUtime=4.39
/proc/20078/stat : 20078 (eSAT_static) R 20055 20055 19152 0 -1 4194304 22470 0 0 0 429 10 0 0 25 0 1 0 1983283855 98877440 22452 996147200 134512640 135177480 4294955984 18446744073709551615 134536980 0 0 4096 3 0 0 0 17 1 0 0
/proc/20078/statm: 24140 22452 75 162 0 23975 0
Current children cumulated CPU time (s) 25.14
Current children cumulated vsize (KiB) 144124

[startup+51.1011 s]
/proc/loadavg: 2.01 2.00 1.99 3/83 20078
/proc/meminfo: memFree=1750520/2055920 swapFree=4180456/4192956
[pid=20055] ppid=20053 vsize=47564 CPUtime=20.75
/proc/20055/stat : 20055 (galacE.sh) S 20053 20055 19152 0 -1 4194304 800 42194 0 1 0 0 2042 33 17 0 1 0 1983281749 48705536 365 996147200 4194304 4520092 548682068832 18446744073709551615 255236172634 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/20055/statm: 11891 365 246 79 0 219 0
[pid=20078] ppid=20055 vsize=85912 CPUtime=29.74
/proc/20078/stat : 20078 (eSAT_static) R 20055 20055 19152 0 -1 4194304 23000 0 0 0 2963 11 0 0 25 0 1 0 1983283855 87973888 20262 996147200 134512640 135177480 4294955984 18446744073709551615 134565210 0 0 4096 3 0 0 0 17 1 0 0
/proc/20078/statm: 21478 20262 80 162 0 21313 0
Current children cumulated CPU time (s) 50.49
Current children cumulated vsize (KiB) 133476

[startup+102.307 s]
/proc/loadavg: 2.00 2.00 1.99 3/83 20078
/proc/meminfo: memFree=1750520/2055920 swapFree=4180456/4192956
[pid=20055] ppid=20053 vsize=47564 CPUtime=20.75
/proc/20055/stat : 20055 (galacE.sh) S 20053 20055 19152 0 -1 4194304 800 42194 0 1 0 0 2042 33 17 0 1 0 1983281749 48705536 365 996147200 4194304 4520092 548682068832 18446744073709551615 255236172634 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/20055/statm: 11891 365 246 79 0 219 0
[pid=20078] ppid=20055 vsize=85912 CPUtime=80.46
/proc/20078/stat : 20078 (eSAT_static) R 20055 20055 19152 0 -1 4194304 23001 0 0 0 8035 11 0 0 25 0 1 0 1983283855 87973888 20263 996147200 134512640 135177480 4294955984 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 1 0 0
/proc/20078/statm: 21478 20263 80 162 0 21313 0
Current children cumulated CPU time (s) 101.21
Current children cumulated vsize (KiB) 133476

[startup+162.302 s]
/proc/loadavg: 2.00 2.00 1.99 3/83 20078
/proc/meminfo: memFree=1750392/2055920 swapFree=4180456/4192956
[pid=20055] ppid=20053 vsize=47564 CPUtime=20.75
/proc/20055/stat : 20055 (galacE.sh) S 20053 20055 19152 0 -1 4194304 800 42194 0 1 0 0 2042 33 17 0 1 0 1983281749 48705536 365 996147200 4194304 4520092 548682068832 18446744073709551615 255236172634 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/20055/statm: 11891 365 246 79 0 219 0
[pid=20078] ppid=20055 vsize=85912 CPUtime=139.89
/proc/20078/stat : 20078 (eSAT_static) R 20055 20055 19152 0 -1 4194304 23003 0 0 0 13978 11 0 0 25 0 1 0 1983283855 87973888 20265 996147200 134512640 135177480 4294955984 18446744073709551615 134572442 0 0 4096 3 0 0 0 17 1 0 0
/proc/20078/statm: 21478 20265 80 162 0 21313 0
Current children cumulated CPU time (s) 160.64
Current children cumulated vsize (KiB) 133476

[startup+222.302 s]
/proc/loadavg: 2.00 2.00 1.99 3/83 20084
/proc/meminfo: memFree=1749816/2055920 swapFree=4180456/4192956
[pid=20055] ppid=20053 vsize=47564 CPUtime=20.75
/proc/20055/stat : 20055 (galacE.sh) S 20053 20055 19152 0 -1 4194304 800 42194 0 1 0 0 2042 33 17 0 1 0 1983281749 48705536 365 996147200 4194304 4520092 548682068832 18446744073709551615 255236172634 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/20055/statm: 11891 365 246 79 0 219 0
[pid=20078] ppid=20055 vsize=85912 CPUtime=199.3
/proc/20078/stat : 20078 (eSAT_static) R 20055 20055 19152 0 -1 4194304 23003 0 0 0 19919 11 0 0 25 0 1 0 1983283855 87973888 20265 996147200 134512640 135177480 4294955984 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 1 0 0
/proc/20078/statm: 21478 20265 80 162 0 21313 0
Current children cumulated CPU time (s) 220.05
Current children cumulated vsize (KiB) 133476

[startup+282.302 s]
/proc/loadavg: 2.00 2.00 1.99 3/83 20084
/proc/meminfo: memFree=1749816/2055920 swapFree=4180456/4192956
[pid=20055] ppid=20053 vsize=47564 CPUtime=20.75
/proc/20055/stat : 20055 (galacE.sh) S 20053 20055 19152 0 -1 4194304 800 42194 0 1 0 0 2042 33 17 0 1 0 1983281749 48705536 365 996147200 4194304 4520092 548682068832 18446744073709551615 255236172634 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/20055/statm: 11891 365 246 79 0 219 0
[pid=20078] ppid=20055 vsize=85912 CPUtime=258.74
/proc/20078/stat : 20078 (eSAT_static) R 20055 20055 19152 0 -1 4194304 23003 0 0 0 25863 11 0 0 25 0 1 0 1983283855 87973888 20265 996147200 134512640 135177480 4294955984 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 1 0 0
/proc/20078/statm: 21478 20265 80 162 0 21313 0
Current children cumulated CPU time (s) 279.49
Current children cumulated vsize (KiB) 133476

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

[startup+287.902 s]
/proc/loadavg: 2.00 2.00 1.99 3/83 20084
/proc/meminfo: memFree=1749816/2055920 swapFree=4180456/4192956
[pid=20055] ppid=20053 vsize=47564 CPUtime=20.75
/proc/20055/stat : 20055 (galacE.sh) S 20053 20055 19152 0 -1 4194304 800 42194 0 1 0 0 2042 33 17 0 1 0 1983281749 48705536 365 996147200 4194304 4520092 548682068832 18446744073709551615 255236172634 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/20055/statm: 11891 365 246 79 0 219 0
[pid=20078] ppid=20055 vsize=85912 CPUtime=264.29
/proc/20078/stat : 20078 (eSAT_static) R 20055 20055 19152 0 -1 4194304 23003 0 0 0 26418 11 0 0 25 0 1 0 1983283855 87973888 20265 996147200 134512640 135177480 4294955984 18446744073709551615 134565251 0 0 4096 3 0 0 0 17 1 0 0
/proc/20078/statm: 21478 20265 80 162 0 21313 0
Current children cumulated CPU time (s) 285.04
Current children cumulated vsize (KiB) 133476

[startup+294.303 s]
/proc/loadavg: 2.00 2.00 1.99 3/83 20084
/proc/meminfo: memFree=1749816/2055920 swapFree=4180456/4192956
[pid=20055] ppid=20053 vsize=47564 CPUtime=20.75
/proc/20055/stat : 20055 (galacE.sh) S 20053 20055 19152 0 -1 4194304 800 42194 0 1 0 0 2042 33 17 0 1 0 1983281749 48705536 365 996147200 4194304 4520092 548682068832 18446744073709551615 255236172634 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/20055/statm: 11891 365 246 79 0 219 0
[pid=20078] ppid=20055 vsize=85912 CPUtime=270.63
/proc/20078/stat : 20078 (eSAT_static) R 20055 20055 19152 0 -1 4194304 23003 0 0 0 27052 11 0 0 25 0 1 0 1983283855 87973888 20265 996147200 134512640 135177480 4294955984 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 1 0 0
/proc/20078/statm: 21478 20265 80 162 0 21313 0
Current children cumulated CPU time (s) 291.38
Current children cumulated vsize (KiB) 133476

[startup+295.906 s]
/proc/loadavg: 2.00 2.00 1.99 3/83 20084
/proc/meminfo: memFree=1749816/2055920 swapFree=4180456/4192956
[pid=20055] ppid=20053 vsize=47564 CPUtime=20.75
/proc/20055/stat : 20055 (galacE.sh) S 20053 20055 19152 0 -1 4194304 800 42194 0 1 0 0 2042 33 17 0 1 0 1983281749 48705536 365 996147200 4194304 4520092 548682068832 18446744073709551615 255236172634 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/20055/statm: 11891 365 246 79 0 219 0
[pid=20078] ppid=20055 vsize=85912 CPUtime=272.21
/proc/20078/stat : 20078 (eSAT_static) R 20055 20055 19152 0 -1 4194304 23003 0 0 0 27210 11 0 0 25 0 1 0 1983283855 87973888 20265 996147200 134512640 135177480 4294955984 18446744073709551615 134548674 0 0 4096 3 0 0 0 17 1 0 0
/proc/20078/statm: 21478 20265 80 162 0 21313 0
Current children cumulated CPU time (s) 292.96
Current children cumulated vsize (KiB) 133476

[startup+297.501 s]
/proc/loadavg: 2.00 2.00 1.99 3/83 20084
/proc/meminfo: memFree=1749816/2055920 swapFree=4180456/4192956
[pid=20055] ppid=20053 vsize=47564 CPUtime=20.75
/proc/20055/stat : 20055 (galacE.sh) S 20053 20055 19152 0 -1 4194304 800 42194 0 1 0 0 2042 33 17 0 1 0 1983281749 48705536 365 996147200 4194304 4520092 548682068832 18446744073709551615 255236172634 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/20055/statm: 11891 365 246 79 0 219 0
[pid=20078] ppid=20055 vsize=85912 CPUtime=273.79
/proc/20078/stat : 20078 (eSAT_static) R 20055 20055 19152 0 -1 4194304 23003 0 0 0 27368 11 0 0 25 0 1 0 1983283855 87973888 20265 996147200 134512640 135177480 4294955984 18446744073709551615 134565457 0 0 4096 3 0 0 0 17 1 0 0
/proc/20078/statm: 21478 20265 80 162 0 21313 0
Current children cumulated CPU time (s) 294.54
Current children cumulated vsize (KiB) 133476

[startup+297.902 s]
/proc/loadavg: 2.00 2.00 1.99 3/83 20084
/proc/meminfo: memFree=1749816/2055920 swapFree=4180456/4192956
[pid=20055] ppid=20053 vsize=47564 CPUtime=20.75
/proc/20055/stat : 20055 (galacE.sh) S 20053 20055 19152 0 -1 4194304 800 42194 0 1 0 0 2042 33 17 0 1 0 1983281749 48705536 365 996147200 4194304 4520092 548682068832 18446744073709551615 255236172634 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/20055/statm: 11891 365 246 79 0 219 0
[pid=20078] ppid=20055 vsize=85912 CPUtime=274.19
/proc/20078/stat : 20078 (eSAT_static) R 20055 20055 19152 0 -1 4194304 23003 0 0 0 27408 11 0 0 25 0 1 0 1983283855 87973888 20265 996147200 134512640 135177480 4294955984 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 1 0 0
/proc/20078/statm: 21478 20265 80 162 0 21313 0
Current children cumulated CPU time (s) 294.94
Current children cumulated vsize (KiB) 133476

[startup+298.107 s]
/proc/loadavg: 2.00 2.00 1.99 3/83 20084
/proc/meminfo: memFree=1749816/2055920 swapFree=4180456/4192956
[pid=20055] ppid=20053 vsize=47564 CPUtime=20.75
/proc/20055/stat : 20055 (galacE.sh) S 20053 20055 19152 0 -1 4194304 800 42194 0 1 0 0 2042 33 17 0 1 0 1983281749 48705536 365 996147200 4194304 4520092 548682068832 18446744073709551615 255236172634 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/20055/statm: 11891 365 246 79 0 219 0
[pid=20078] ppid=20055 vsize=85912 CPUtime=274.39
/proc/20078/stat : 20078 (eSAT_static) R 20055 20055 19152 0 -1 4194304 23003 0 0 0 27428 11 0 0 25 0 1 0 1983283855 87973888 20265 996147200 134512640 135177480 4294955984 18446744073709551615 134566353 0 0 4096 3 0 0 0 17 1 0 0
/proc/20078/statm: 21478 20265 80 162 0 21313 0
Current children cumulated CPU time (s) 295.14
Current children cumulated vsize (KiB) 133476

[startup+298.202 s]
/proc/loadavg: 2.00 2.00 1.99 3/83 20084
/proc/meminfo: memFree=1749816/2055920 swapFree=4180456/4192956
[pid=20055] ppid=20053 vsize=47564 CPUtime=20.75
/proc/20055/stat : 20055 (galacE.sh) S 20053 20055 19152 0 -1 4194304 800 42194 0 1 0 0 2042 33 17 0 1 0 1983281749 48705536 365 996147200 4194304 4520092 548682068832 18446744073709551615 255236172634 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/20055/statm: 11891 365 246 79 0 219 0
[pid=20078] ppid=20055 vsize=85912 CPUtime=274.49
/proc/20078/stat : 20078 (eSAT_static) R 20055 20055 19152 0 -1 4194304 23003 0 0 0 27438 11 0 0 25 0 1 0 1983283855 87973888 20265 996147200 134512640 135177480 4294955984 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 1 0 0
/proc/20078/statm: 21478 20265 80 162 0 21313 0
Current children cumulated CPU time (s) 295.24
Current children cumulated vsize (KiB) 133476

Child status: 0
Real time (s): 298.296
CPU time (s): 295.363
CPU user time (s): 294.886
CPU system time (s): 0.476927
CPU usage (%): 99.0168
Max. virtual memory (cumulated for all children) (KiB): 860324

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 294.886
system time used= 0.476927
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 66198
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= 1734
involuntary context switches= 14147

runsolver used 0.386941 second user time and 0.98085 second system time

The end

Launcher Data (download as text)

Begin job on node19 at 2008-07-03 01:57:54
IDJOB=1048371
IDBENCH=54359
IDSOLVER=351
FILE ID=node19/1048371-1215043074
PBS_JOBID= 7875135
Free space on /tmp= 66552 MiB

SOLVER NAME= galac E
BENCH NAME= CPAI08/csp/rand-10-20-10/normalized-rand-10-20-10-5-10000-8_ext.xml
COMMAND LINE= HOME/galacE.sh BENCHNAME 
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1048371-1215043074/watcher-1048371-1215043074 -o /tmp/evaluation-result-1048371-1215043074/solver-1048371-1215043074 -C 1800 -W 2200 -M 900 --output-limit 1,15  HOME/galacE.sh HOME/instance-1048371-1215043074.xml 

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= a559fc503a6da82070c22bbc1eb149ca
RANDOM SEED=1491345345

node19.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.263
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	: 5931.00
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.263
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:       1843432 kB
Buffers:         18800 kB
Cached:         106832 kB
SwapCached:       6288 kB
Active:          68680 kB
Inactive:        84928 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1843432 kB
SwapTotal:     4192956 kB
SwapFree:      4180456 kB
Dirty:            4176 kB
Writeback:           0 kB
Mapped:          44388 kB
Slab:            44104 kB
Committed_AS:  3353096 kB
PageTables:       1944 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= 66548 MiB
End job on node19 at 2008-07-03 02:02:52