Trace number 1100213

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 24.0023 24.26

General information on the benchmark

Namecsp/tightness0.65/
normalized-rand-2-40-40-135-650-32_ext.xml
MD5SUMce1173183335e94af74fb14ed950d607
Bench Category2-ARY-EXT (binary constraints in extension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark1.90671
Satisfiable
(Un)Satisfiability was proved
Number of variables40
Number of constraints135
Maximum constraint arity2
Maximum domain size40
Number of constraints which are defined in extension135
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.03	c --- Preproc Stats ---
0.01/0.95	c start processing
0.01/0.95	c start relation processing
1.06/1.10	c start cnf exporting
3.47/3.54	c parsing time : 0.832
3.47/3.54	c preprocessing time : 3.423
3.47/3.54	
3.47/3.54	c Nary constraints - conflicts : 0 supports : 0
3.47/3.54	c Binary constraints - conflicts : 0 supports :135
3.47/3.54	c max arity constraint : 2
3.47/3.54	c Max Tuples generated 0
3.47/3.54	c relations : 135
3.47/3.54	c relations BDD: 0
3.47/3.54	c sampling 0/0
3.47/3.54	c vars : 1601 - clauses :  42040
3.47/3.54	
3.47/3.59	 
3.47/3.59	c --- SAT Solver Stats ---
3.47/3.59	 
3.47/3.59	c eSAT 0.1 : minisat core with additionnal features
3.47/3.59	c ============================[ Problem Statistics ]=============================
3.47/3.59	c |                                                                             |
3.47/3.59	c |  Number of variables:  1600                                                 |
3.47/3.59	c |  Number of clauses:    42040                                                |
3.53/3.64	c |  Parsing time:         0.04         s                                       |
23.07/23.30	c restarts              : 194
23.07/23.30	c conflicts             : 33119          (1697 /sec)
23.07/23.30	c decisions             : 92278          (25.35 % random) (4728 /sec)
23.07/23.30	c euip                  : 5162        
23.07/23.30	c propagations          : 6609764        (338684 /sec)
23.07/23.30	c conflict literals     : 5786717        (17.02 % deleted)
23.07/23.30	c Memory used           : 16.15 MB
23.07/23.30	c CPU time              : 19.516 s
23.07/23.30	c 
23.07/23.30	s SATISFIABLE
23.96/24.25	v 23 32 6 4 6 19 25 34 11 3 37 16 23 19 18 27 3 13 7 13 7 11 39 36 17 2 25 21 22 22 30 5 20 12 17 6 3 7 8 27

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-1100213-1215286713/watcher-1100213-1215286713 -o /tmp/evaluation-result-1100213-1215286713/solver-1100213-1215286713 -C 1800 -W 2200 -M 900 --output-limit 1,15 HOME/galacE.sh HOME/instance-1100213-1215286713.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.33 2.14 2.05 3/73 13979
/proc/meminfo: memFree=1710160/2055924 swapFree=4177320/4192956
[pid=13979] ppid=13977 vsize=1736 CPUtime=0
/proc/13979/stat : 13979 (galacE.sh) R 13977 13979 7873 0 -1 4194304 49 0 0 0 0 0 0 0 20 0 1 0 684400912 1777664 34 996147200 4194304 4520092 548682068832 18446744073709551615 230264206729 0 0 4096 0 0 0 0 17 1 0 0
/proc/13979/statm: 434 34 26 79 0 53 0

[startup+0.05115 s]
/proc/loadavg: 2.33 2.14 2.05 3/73 13979
/proc/meminfo: memFree=1710160/2055924 swapFree=4177320/4192956
[pid=13979] ppid=13977 vsize=47568 CPUtime=0.01
/proc/13979/stat : 13979 (galacE.sh) S 13977 13979 7873 0 -1 4194304 765 1697 0 0 0 0 0 1 17 0 1 0 684400912 48709632 364 996147200 4194304 4520092 548682068832 18446744073709551615 230266432346 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/13979/statm: 11892 364 245 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47568

[startup+0.101154 s]
/proc/loadavg: 2.33 2.14 2.05 3/73 13979
/proc/meminfo: memFree=1710160/2055924 swapFree=4177320/4192956
[pid=13979] ppid=13977 vsize=47568 CPUtime=0.01
/proc/13979/stat : 13979 (galacE.sh) S 13977 13979 7873 0 -1 4194304 765 1697 0 0 0 0 0 1 17 0 1 0 684400912 48709632 364 996147200 4194304 4520092 548682068832 18446744073709551615 230266432346 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/13979/statm: 11892 364 245 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47568

[startup+0.301193 s]
/proc/loadavg: 2.33 2.14 2.05 3/73 13979
/proc/meminfo: memFree=1710160/2055924 swapFree=4177320/4192956
[pid=13979] ppid=13977 vsize=47568 CPUtime=0.01
/proc/13979/stat : 13979 (galacE.sh) S 13977 13979 7873 0 -1 4194304 765 1697 0 0 0 0 0 1 17 0 1 0 684400912 48709632 364 996147200 4194304 4520092 548682068832 18446744073709551615 230266432346 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/13979/statm: 11892 364 245 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47568

[startup+0.701269 s]
/proc/loadavg: 2.33 2.14 2.05 3/73 13979
/proc/meminfo: memFree=1710160/2055924 swapFree=4177320/4192956
[pid=13979] ppid=13977 vsize=47568 CPUtime=0.01
/proc/13979/stat : 13979 (galacE.sh) S 13977 13979 7873 0 -1 4194304 765 1697 0 0 0 0 0 1 17 0 1 0 684400912 48709632 364 996147200 4194304 4520092 548682068832 18446744073709551615 230266432346 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/13979/statm: 11892 364 245 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47568

[startup+1.50241 s]
/proc/loadavg: 2.33 2.14 2.05 3/83 14001
/proc/meminfo: memFree=1639808/2055924 swapFree=4177320/4192956
[pid=13979] ppid=13977 vsize=47568 CPUtime=0.01
/proc/13979/stat : 13979 (galacE.sh) S 13977 13979 7873 0 -1 4194304 765 1697 0 0 0 0 0 1 17 0 1 0 684400912 48709632 364 996147200 4194304 4520092 548682068832 18446744073709551615 230266432346 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/13979/statm: 11892 364 245 79 0 219 0
[pid=13993] ppid=13979 vsize=812760 CPUtime=1.45
/proc/13993/stat : 13993 (java) S 13979 13979 7873 0 -1 0 22080 0 1 0 133 12 0 0 18 0 9 0 684400915 832266240 21497 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/13993/statm: 203190 21497 1912 9 0 197171 0
[pid=13993/tid=13994] ppid=13979 vsize=812760 CPUtime=1.15
/proc/13993/task/13994/stat : 13994 (java) R 13979 13979 7873 0 -1 64 14530 0 1 0 107 8 0 0 25 0 9 0 684400916 832266240 21497 996147200 134512640 134550740 4294955600 18446744073709551615 4126612536 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13993/tid=13995] ppid=13979 vsize=812760 CPUtime=0.06
/proc/13993/task/13995/stat : 13995 (java) S 13979 13979 7873 0 -1 64 6019 0 0 0 4 2 0 0 16 0 9 0 684400918 832266240 21497 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=13993/tid=13996] ppid=13979 vsize=812760 CPUtime=0
/proc/13993/task/13996/stat : 13996 (java) S 13979 13979 7873 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 684400918 832266240 21497 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13993/tid=13997] ppid=13979 vsize=812760 CPUtime=0
/proc/13993/task/13997/stat : 13997 (java) S 13979 13979 7873 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 684400918 832266240 21497 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13993/tid=13998] ppid=13979 vsize=812760 CPUtime=0
/proc/13993/task/13998/stat : 13998 (java) S 13979 13979 7873 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 684400920 832266240 21497 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13993/tid=13999] ppid=13979 vsize=812760 CPUtime=0.21
/proc/13993/task/13999/stat : 13999 (java) S 13979 13979 7873 0 -1 64 832 0 0 0 21 0 0 0 15 0 9 0 684400920 832266240 21497 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13993/tid=14000] ppid=13979 vsize=812760 CPUtime=0
/proc/13993/task/14000/stat : 14000 (java) S 13979 13979 7873 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 684400920 832266240 21497 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13993/tid=14001] ppid=13979 vsize=812760 CPUtime=0
/proc/13993/task/14001/stat : 14001 (java) S 13979 13979 7873 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 684400920 832266240 21497 996147200 134512640 134550740 4294955600 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.10271 s]
/proc/loadavg: 2.33 2.14 2.05 3/83 14001
/proc/meminfo: memFree=1626624/2055924 swapFree=4177320/4192956
[pid=13979] ppid=13977 vsize=47568 CPUtime=0.01
/proc/13979/stat : 13979 (galacE.sh) S 13977 13979 7873 0 -1 4194304 765 1697 0 0 0 0 0 1 17 0 1 0 684400912 48709632 364 996147200 4194304 4520092 548682068832 18446744073709551615 230266432346 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/13979/statm: 11892 364 245 79 0 219 0
[pid=13993] ppid=13979 vsize=812760 CPUtime=3.06
/proc/13993/stat : 13993 (java) S 13979 13979 7873 0 -1 0 22962 0 1 0 293 13 0 0 18 0 9 0 684400915 832266240 22375 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/13993/statm: 203190 22375 1914 9 0 197171 0
[pid=13993/tid=13994] ppid=13979 vsize=812760 CPUtime=2.7
/proc/13993/task/13994/stat : 13994 (java) R 13979 13979 7873 0 -1 64 14535 0 1 0 262 8 0 0 25 0 9 0 684400916 832266240 22375 996147200 134512640 134550740 4294955600 18446744073709551615 4126095722 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13993/tid=13995] ppid=13979 vsize=812760 CPUtime=0.1
/proc/13993/task/13995/stat : 13995 (java) S 13979 13979 7873 0 -1 64 6882 0 0 0 7 3 0 0 16 0 9 0 684400918 832266240 22375 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=13993/tid=13996] ppid=13979 vsize=812760 CPUtime=0
/proc/13993/task/13996/stat : 13996 (java) S 13979 13979 7873 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 684400918 832266240 22375 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13993/tid=13997] ppid=13979 vsize=812760 CPUtime=0
/proc/13993/task/13997/stat : 13997 (java) S 13979 13979 7873 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 684400918 832266240 22375 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13993/tid=13998] ppid=13979 vsize=812760 CPUtime=0
/proc/13993/task/13998/stat : 13998 (java) S 13979 13979 7873 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 684400920 832266240 22375 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13993/tid=13999] ppid=13979 vsize=812760 CPUtime=0.23
/proc/13993/task/13999/stat : 13999 (java) S 13979 13979 7873 0 -1 64 846 0 0 0 23 0 0 0 15 0 9 0 684400920 832266240 22375 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13993/tid=14000] ppid=13979 vsize=812760 CPUtime=0
/proc/13993/task/14000/stat : 14000 (java) S 13979 13979 7873 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 684400920 832266240 22375 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13993/tid=14001] ppid=13979 vsize=812760 CPUtime=0
/proc/13993/task/14001/stat : 14001 (java) S 13979 13979 7873 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 684400920 832266240 22375 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 860328

[startup+6.30131 s]
/proc/loadavg: 2.30 2.13 2.05 3/75 14002
/proc/meminfo: memFree=1701888/2055924 swapFree=4177320/4192956
[pid=13979] ppid=13977 vsize=47568 CPUtime=3.53
/proc/13979/stat : 13979 (galacE.sh) S 13977 13979 7873 0 -1 4194304 799 24672 0 1 0 0 337 16 17 0 1 0 684400912 48709632 364 996147200 4194304 4520092 548682068832 18446744073709551615 230266432346 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/13979/statm: 11892 364 245 79 0 219 0
[pid=14002] ppid=13979 vsize=8436 CPUtime=2.67
/proc/14002/stat : 14002 (eSAT_static) R 13979 13979 7873 0 -1 4194304 2076 0 0 0 266 1 0 0 25 0 1 0 684401272 8638464 1975 996147200 134512640 135177480 4294955968 18446744073709551615 134571459 0 0 4096 3 0 0 0 17 0 0 0
/proc/14002/statm: 2109 1975 81 162 0 1944 0
Current children cumulated CPU time (s) 6.2
Current children cumulated vsize (KiB) 56004

[startup+12.7025 s]
/proc/loadavg: 2.28 2.13 2.05 3/75 14002
/proc/meminfo: memFree=1696960/2055924 swapFree=4177320/4192956
[pid=13979] ppid=13977 vsize=47568 CPUtime=3.53
/proc/13979/stat : 13979 (galacE.sh) S 13977 13979 7873 0 -1 4194304 799 24672 0 1 0 0 337 16 17 0 1 0 684400912 48709632 364 996147200 4194304 4520092 548682068832 18446744073709551615 230266432346 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/13979/statm: 11892 364 245 79 0 219 0
[pid=14002] ppid=13979 vsize=12264 CPUtime=9.03
/proc/14002/stat : 14002 (eSAT_static) R 13979 13979 7873 0 -1 4194304 3025 0 0 0 901 2 0 0 25 0 1 0 684401272 12558336 2924 996147200 134512640 135177480 4294955968 18446744073709551615 134556983 0 0 4096 3 0 0 0 17 0 0 0
/proc/14002/statm: 3066 2924 81 162 0 2901 0
Current children cumulated CPU time (s) 12.56
Current children cumulated vsize (KiB) 59832

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

[startup+19.1017 s]
/proc/loadavg: 2.23 2.13 2.04 3/75 14002
/proc/meminfo: memFree=1692992/2055924 swapFree=4177320/4192956
[pid=13979] ppid=13977 vsize=47568 CPUtime=3.53
/proc/13979/stat : 13979 (galacE.sh) S 13977 13979 7873 0 -1 4194304 799 24672 0 1 0 0 337 16 17 0 1 0 684400912 48709632 364 996147200 4194304 4520092 548682068832 18446744073709551615 230266432346 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/13979/statm: 11892 364 245 79 0 219 0
[pid=14002] ppid=13979 vsize=16532 CPUtime=15.37
/proc/14002/stat : 14002 (eSAT_static) R 13979 13979 7873 0 -1 4194304 4113 0 0 0 1534 3 0 0 25 0 1 0 684401272 16928768 4012 996147200 134512640 135177480 4294955968 18446744073709551615 134565260 0 0 4096 3 0 0 0 17 0 0 0
/proc/14002/statm: 4133 4012 81 162 0 3968 0
Current children cumulated CPU time (s) 18.9
Current children cumulated vsize (KiB) 64100

[startup+22.3013 s]
/proc/loadavg: 2.23 2.13 2.04 3/75 14002
/proc/meminfo: memFree=1692864/2055924 swapFree=4177320/4192956
[pid=13979] ppid=13977 vsize=47568 CPUtime=3.53
/proc/13979/stat : 13979 (galacE.sh) S 13977 13979 7873 0 -1 4194304 799 24672 0 1 0 0 337 16 17 0 1 0 684400912 48709632 364 996147200 4194304 4520092 548682068832 18446744073709551615 230266432346 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/13979/statm: 11892 364 245 79 0 219 0
[pid=14002] ppid=13979 vsize=16532 CPUtime=18.55
/proc/14002/stat : 14002 (eSAT_static) R 13979 13979 7873 0 -1 4194304 4113 0 0 0 1852 3 0 0 25 0 1 0 684401272 16928768 4012 996147200 134512640 135177480 4294955968 18446744073709551615 134565395 0 0 4096 3 0 0 0 17 0 0 0
/proc/14002/statm: 4133 4012 81 162 0 3968 0
Current children cumulated CPU time (s) 22.08
Current children cumulated vsize (KiB) 64100

[startup+23.1064 s]
/proc/loadavg: 2.22 2.12 2.04 3/75 14002
/proc/meminfo: memFree=1692864/2055924 swapFree=4177320/4192956
[pid=13979] ppid=13977 vsize=47568 CPUtime=3.53
/proc/13979/stat : 13979 (galacE.sh) S 13977 13979 7873 0 -1 4194304 799 24672 0 1 0 0 337 16 17 0 1 0 684400912 48709632 364 996147200 4194304 4520092 548682068832 18446744073709551615 230266432346 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/13979/statm: 11892 364 245 79 0 219 0
[pid=14002] ppid=13979 vsize=16532 CPUtime=19.35
/proc/14002/stat : 14002 (eSAT_static) R 13979 13979 7873 0 -1 4194304 4113 0 0 0 1932 3 0 0 25 0 1 0 684401272 16928768 4012 996147200 134512640 135177480 4294955968 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 0 0 0
/proc/14002/statm: 4133 4012 81 162 0 3968 0
Current children cumulated CPU time (s) 22.88
Current children cumulated vsize (KiB) 64100

[startup+23.9016 s]
/proc/loadavg: 2.22 2.12 2.04 3/75 14002
/proc/meminfo: memFree=1692864/2055924 swapFree=4177320/4192956
[pid=13979] ppid=13977 vsize=47568 CPUtime=23.09
/proc/13979/stat : 13979 (galacE.sh) S 13977 13979 7873 0 -1 4194304 835 28797 0 1 0 0 2289 20 16 0 1 0 684400912 48709632 365 996147200 4194304 4520092 548682068832 18446744073709551615 230266994770 0 0 4096 73728 18446744071563648864 0 0 17 0 0 0
/proc/13979/statm: 11892 365 245 79 0 219 0
Current children cumulated CPU time (s) 23.09
Current children cumulated vsize (KiB) 47568

[startup+24.1016 s]
/proc/loadavg: 2.22 2.12 2.04 3/83 14011
/proc/meminfo: memFree=1654208/2055924 swapFree=4177320/4192956
[pid=13979] ppid=13977 vsize=47568 CPUtime=23.09
/proc/13979/stat : 13979 (galacE.sh) S 13977 13979 7873 0 -1 4194304 835 28797 0 1 0 0 2289 20 16 0 1 0 684400912 48709632 365 996147200 4194304 4520092 548682068832 18446744073709551615 230266994770 0 0 4096 73728 18446744071563648864 0 0 17 0 0 0
/proc/13979/statm: 11892 365 245 79 0 219 0
[pid=14003] ppid=13979 vsize=812644 CPUtime=0.78
/proc/14003/stat : 14003 (java) S 13979 13979 7873 0 -1 0 16001 0 1 0 70 8 0 0 21 0 9 0 684403243 832147456 15421 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 3670016 16800975 18446744073709551615 0 0 17 0 0 0
/proc/14003/statm: 203161 15421 1869 9 0 197142 0
[pid=14003/tid=14004] ppid=13979 vsize=812644 CPUtime=0.62
/proc/14003/task/14004/stat : 14004 (java) R 13979 13979 7873 0 -1 64 14367 0 1 0 56 6 0 0 25 0 9 0 684403244 832147456 15421 996147200 134512640 134550740 4294955616 18446744073709551615 4125960198 0 4 3670016 16800975 0 0 0 -1 0 0 0
[pid=14003/tid=14005] ppid=13979 vsize=812644 CPUtime=0
/proc/14003/task/14005/stat : 14005 (java) S 13979 13979 7873 0 -1 64 131 0 0 0 0 0 0 0 16 0 9 0 684403245 832147456 15421 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 3670016 16800975 0 0 0 -1 0 0 0
[pid=14003/tid=14006] ppid=13979 vsize=812644 CPUtime=0
/proc/14003/task/14006/stat : 14006 (java) S 13979 13979 7873 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 684403245 832147456 15421 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 0 0 0
[pid=14003/tid=14007] ppid=13979 vsize=812644 CPUtime=0
/proc/14003/task/14007/stat : 14007 (java) S 13979 13979 7873 0 -1 64 10 0 0 0 0 0 0 0 15 0 9 0 684403245 832147456 15421 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 0 0 0
[pid=14003/tid=14008] ppid=13979 vsize=812644 CPUtime=0
/proc/14003/task/14008/stat : 14008 (java) S 13979 13979 7873 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 684403247 832147456 15421 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 0 0 0
[pid=14003/tid=14009] ppid=13979 vsize=812644 CPUtime=0.13
/proc/14003/task/14009/stat : 14009 (java) S 13979 13979 7873 0 -1 64 787 0 0 0 13 0 0 0 16 0 9 0 684403247 832147456 15421 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 0 0 0
[pid=14003/tid=14010] ppid=13979 vsize=812644 CPUtime=0
/proc/14003/task/14010/stat : 14010 (java) S 13979 13979 7873 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 684403247 832147456 15421 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 0 0 0
[pid=14003/tid=14011] ppid=13979 vsize=812644 CPUtime=0
/proc/14003/task/14011/stat : 14011 (java) S 13979 13979 7873 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 684403247 832147456 15421 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 23.87
Current children cumulated vsize (KiB) 860212

[startup+24.2066 s]
/proc/loadavg: 2.22 2.12 2.04 3/83 14011
/proc/meminfo: memFree=1654208/2055924 swapFree=4177320/4192956
[pid=13979] ppid=13977 vsize=47568 CPUtime=23.09
/proc/13979/stat : 13979 (galacE.sh) S 13977 13979 7873 0 -1 4194304 842 28797 0 1 0 0 2289 20 16 0 1 0 684400912 48709632 366 996147200 4194304 4520092 548682068832 18446744073709551615 230266994770 0 0 4096 73728 18446744071563648864 0 0 17 0 0 0
/proc/13979/statm: 11892 366 245 79 0 219 0
[pid=14003] ppid=13979 vsize=812888 CPUtime=0.87
/proc/14003/stat : 14003 (java) S 13979 13979 7873 0 -1 0 16183 0 1 0 79 8 0 0 21 0 9 0 684403243 832397312 15564 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 3670016 16800975 18446744073709551615 0 0 17 0 0 0
/proc/14003/statm: 203222 15564 1923 9 0 197175 0
[pid=14003/tid=14004] ppid=13979 vsize=812888 CPUtime=0.69
/proc/14003/task/14004/stat : 14004 (java) S 13979 13979 7873 0 -1 64 14519 0 1 0 62 7 0 0 25 0 9 0 684403244 832397312 15564 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 0 0 0
[pid=14003/tid=14005] ppid=13979 vsize=812888 CPUtime=0
/proc/14003/task/14005/stat : 14005 (java) S 13979 13979 7873 0 -1 64 131 0 0 0 0 0 0 0 16 0 9 0 684403245 832397312 15564 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 3670016 16800975 0 0 0 -1 0 0 0
[pid=14003/tid=14006] ppid=13979 vsize=812888 CPUtime=0
/proc/14003/task/14006/stat : 14006 (java) S 13979 13979 7873 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 684403245 832397312 15564 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 0 0 0
[pid=14003/tid=14007] ppid=13979 vsize=812888 CPUtime=0
/proc/14003/task/14007/stat : 14007 (java) S 13979 13979 7873 0 -1 64 10 0 0 0 0 0 0 0 15 0 9 0 684403245 832397312 15564 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 0 0 0
[pid=14003/tid=14008] ppid=13979 vsize=812888 CPUtime=0
/proc/14003/task/14008/stat : 14008 (java) S 13979 13979 7873 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 684403247 832397312 15564 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 0 0 0
[pid=14003/tid=14009] ppid=13979 vsize=812888 CPUtime=0.16
/proc/14003/task/14009/stat : 14009 (java) S 13979 13979 7873 0 -1 64 817 0 0 0 16 0 0 0 16 0 9 0 684403247 832397312 15564 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 0 0 0
[pid=14003/tid=14010] ppid=13979 vsize=812888 CPUtime=0
/proc/14003/task/14010/stat : 14010 (java) S 13979 13979 7873 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 684403247 832397312 15564 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 0 0 0
[pid=14003/tid=14011] ppid=13979 vsize=812888 CPUtime=0
/proc/14003/task/14011/stat : 14011 (java) S 13979 13979 7873 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 684403247 832397312 15564 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 23.96
Current children cumulated vsize (KiB) 860456

Child status: 0
Real time (s): 24.26
CPU time (s): 24.0023
CPU user time (s): 23.6904
CPU system time (s): 0.311952
CPU usage (%): 98.9379
Max. virtual memory (cumulated for all children) (KiB): 860456

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 23.6904
system time used= 0.311952
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 46020
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= 1921
involuntary context switches= 2320

runsolver used 0.029995 second user time and 0.071989 second system time

The end

Launcher Data (download as text)

Begin job on node83 at 2008-07-05 21:38:33
IDJOB=1100213
IDBENCH=59877
IDSOLVER=351
FILE ID=node83/1100213-1215286713
PBS_JOBID= 7882166
Free space on /tmp= 66496 MiB

SOLVER NAME= galac E
BENCH NAME= CPAI08/csp/tightness0.65/normalized-rand-2-40-40-135-650-32_ext.xml
COMMAND LINE= HOME/galacE.sh BENCHNAME 
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1100213-1215286713/watcher-1100213-1215286713 -o /tmp/evaluation-result-1100213-1215286713/solver-1100213-1215286713 -C 1800 -W 2200 -M 900 --output-limit 1,15  HOME/galacE.sh HOME/instance-1100213-1215286713.xml 

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= ce1173183335e94af74fb14ed950d607
RANDOM SEED=1985422510

node83.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	: 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.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	: 5996.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055924 kB
MemFree:       1710576 kB
Buffers:         56424 kB
Cached:         218584 kB
SwapCached:       9708 kB
Active:         187632 kB
Inactive:       109012 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055924 kB
LowFree:       1710576 kB
SwapTotal:     4192956 kB
SwapFree:      4177320 kB
Dirty:            3708 kB
Writeback:           0 kB
Mapped:          28620 kB
Slab:            34072 kB
Committed_AS:  1279984 kB
PageTables:       1776 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= 66492 MiB
End job on node83 at 2008-07-05 21:38:58