Trace number 1100147

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 20.8818 21.1138

General information on the benchmark

Namecsp/tightness0.65/
normalized-rand-2-40-40-135-650-74_ext.xml
MD5SUMdf6d8d794a02b35815c263bb51acd3dd
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 benchmark0.695893
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 ---
1.06/1.14	c start processing
1.06/1.14	c start relation processing
1.24/1.31	c start cnf exporting
3.83/3.93	c parsing time : 1.017
3.83/3.93	c preprocessing time : 3.81
3.83/3.93	
3.83/3.93	c Nary constraints - conflicts : 0 supports : 0
3.83/3.93	c Binary constraints - conflicts : 0 supports :135
3.83/3.93	c max arity constraint : 2
3.83/3.93	c Max Tuples generated 0
3.83/3.93	c relations : 135
3.83/3.93	c relations BDD: 0
3.83/3.93	c sampling 0/0
3.83/3.93	c vars : 1601 - clauses :  42040
3.83/3.93	
3.83/3.96	 
3.83/3.96	c --- SAT Solver Stats ---
3.83/3.96	 
3.83/3.96	c eSAT 0.1 : minisat core with additionnal features
3.83/3.96	c ============================[ Problem Statistics ]=============================
3.83/3.96	c |                                                                             |
3.83/3.96	c |  Number of variables:  1600                                                 |
3.83/3.96	c |  Number of clauses:    42040                                                |
3.88/4.01	c |  Parsing time:         0.04         s                                       |
19.86/20.14	c restarts              : 172
19.86/20.14	c conflicts             : 25885          (1618 /sec)
19.86/20.14	c decisions             : 75284          (30.76 % random) (4707 /sec)
19.86/20.14	c euip                  : 3954        
19.86/20.14	c propagations          : 5536167        (346150 /sec)
19.86/20.14	c conflict literals     : 4559716        (17.83 % deleted)
19.86/20.14	c Memory used           : 15.10 MB
19.86/20.14	c CPU time              : 15.9936 s
19.86/20.14	c 
19.86/20.14	s SATISFIABLE
20.84/21.11	v 7 11 5 2 24 0 13 23 25 23 0 26 31 12 24 37 23 38 35 29 6 37 39 6 14 10 3 23 36 11 34 5 6 12 16 32 31 24 39 2

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-1100147-1215286613/watcher-1100147-1215286613 -o /tmp/evaluation-result-1100147-1215286613/solver-1100147-1215286613 -C 1800 -W 2200 -M 900 --output-limit 1,15 HOME/galacE.sh HOME/instance-1100147-1215286613.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.60 2.56 2.46 4/81 3031
/proc/meminfo: memFree=1736416/2055924 swapFree=4180432/4192956
[pid=3031] ppid=3029 vsize=8652 CPUtime=0
/proc/3031/stat : 3031 (galacE.sh) S 3029 3031 32474 0 -1 4194304 346 0 0 0 0 0 0 0 16 0 1 0 2007636546 8859648 280 996147200 4194304 4520092 548682068832 18446744073709551615 268582447962 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/3031/statm: 2163 280 208 79 0 156 0
[pid=3032] ppid=3031 vsize=8688 CPUtime=0
/proc/3032/stat : 3032 (galacE.sh) S 3031 3031 32474 0 -1 4194368 36 0 0 0 0 0 0 0 17 0 1 0 2007636547 8896512 286 996147200 4194304 4520092 548682068832 18446744073709551615 268583010386 0 0 4096 73728 18446744071563648864 0 0 17 1 0 0
/proc/3032/statm: 2172 286 209 79 0 165 0
[pid=3033] ppid=3032 vsize=8728 CPUtime=0
/proc/3033/stat : 3033 (galacE.sh) R 3032 3031 32474 0 -1 4194368 25 0 0 0 0 0 0 0 19 0 1 0 2007636547 8937472 290 996147200 4194304 4520092 548682068832 18446744073709551615 268582841639 0 0 3674112 73728 0 0 0 17 1 0 0
/proc/3033/statm: 2182 290 209 79 0 175 0

[startup+0.11079 s]
/proc/loadavg: 2.60 2.56 2.46 4/81 3031
/proc/meminfo: memFree=1736416/2055924 swapFree=4180432/4192956
[pid=3031] ppid=3029 vsize=47572 CPUtime=0.01
/proc/3031/stat : 3031 (galacE.sh) S 3029 3031 32474 0 -1 4194304 765 1697 0 0 0 0 0 1 18 0 1 0 2007636546 48713728 364 996147200 4194304 4520092 548682068832 18446744073709551615 268582447962 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/3031/statm: 11893 364 245 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47572

[startup+0.201806 s]
/proc/loadavg: 2.60 2.56 2.46 4/81 3031
/proc/meminfo: memFree=1736416/2055924 swapFree=4180432/4192956
[pid=3031] ppid=3029 vsize=47572 CPUtime=0.01
/proc/3031/stat : 3031 (galacE.sh) S 3029 3031 32474 0 -1 4194304 765 1697 0 0 0 0 0 1 18 0 1 0 2007636546 48713728 364 996147200 4194304 4520092 548682068832 18446744073709551615 268582447962 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/3031/statm: 11893 364 245 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47572

[startup+0.301829 s]
/proc/loadavg: 2.60 2.56 2.46 4/81 3031
/proc/meminfo: memFree=1736416/2055924 swapFree=4180432/4192956
[pid=3031] ppid=3029 vsize=47572 CPUtime=0.01
/proc/3031/stat : 3031 (galacE.sh) S 3029 3031 32474 0 -1 4194304 765 1697 0 0 0 0 0 1 18 0 1 0 2007636546 48713728 364 996147200 4194304 4520092 548682068832 18446744073709551615 268582447962 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/3031/statm: 11893 364 245 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47572

[startup+0.70191 s]
/proc/loadavg: 2.60 2.56 2.46 4/81 3031
/proc/meminfo: memFree=1736416/2055924 swapFree=4180432/4192956
[pid=3031] ppid=3029 vsize=47572 CPUtime=0.01
/proc/3031/stat : 3031 (galacE.sh) S 3029 3031 32474 0 -1 4194304 765 1697 0 0 0 0 0 1 18 0 1 0 2007636546 48713728 364 996147200 4194304 4520092 548682068832 18446744073709551615 268582447962 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/3031/statm: 11893 364 245 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47572

[startup+1.50206 s]
/proc/loadavg: 2.60 2.56 2.46 4/91 3053
/proc/meminfo: memFree=1666256/2055924 swapFree=4180432/4192956
[pid=3031] ppid=3029 vsize=47572 CPUtime=0.01
/proc/3031/stat : 3031 (galacE.sh) S 3029 3031 32474 0 -1 4194304 765 1697 0 0 0 0 0 1 18 0 1 0 2007636546 48713728 364 996147200 4194304 4520092 548682068832 18446744073709551615 268582447962 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/3031/statm: 11893 364 245 79 0 219 0
[pid=3045] ppid=3031 vsize=812760 CPUtime=1.44
/proc/3045/stat : 3045 (java) S 3031 3031 32474 0 -1 0 22176 0 1 0 132 12 0 0 18 0 9 0 2007636550 832266240 21593 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/3045/statm: 203190 21593 1912 9 0 197171 0
[pid=3045/tid=3046] ppid=3031 vsize=812760 CPUtime=1.13
/proc/3045/task/3046/stat : 3046 (java) R 3031 3031 32474 0 -1 64 14529 0 1 0 105 8 0 0 25 0 9 0 2007636551 832266240 21593 996147200 134512640 134550740 4294955600 18446744073709551615 101444405 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3045/tid=3047] ppid=3031 vsize=812760 CPUtime=0.06
/proc/3045/task/3047/stat : 3047 (java) S 3031 3031 32474 0 -1 64 6114 0 0 0 4 2 0 0 16 0 9 0 2007636552 832266240 21593 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=3045/tid=3048] ppid=3031 vsize=812760 CPUtime=0
/proc/3045/task/3048/stat : 3048 (java) S 3031 3031 32474 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 2007636553 832266240 21593 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3045/tid=3049] ppid=3031 vsize=812760 CPUtime=0
/proc/3045/task/3049/stat : 3049 (java) S 3031 3031 32474 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 2007636553 832266240 21593 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3045/tid=3050] ppid=3031 vsize=812760 CPUtime=0
/proc/3045/task/3050/stat : 3050 (java) S 3031 3031 32474 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 2007636555 832266240 21593 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3045/tid=3051] ppid=3031 vsize=812760 CPUtime=0.21
/proc/3045/task/3051/stat : 3051 (java) S 3031 3031 32474 0 -1 64 834 0 0 0 21 0 0 0 15 0 9 0 2007636555 832266240 21593 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3045/tid=3052] ppid=3031 vsize=812760 CPUtime=0
/proc/3045/task/3052/stat : 3052 (java) S 3031 3031 32474 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 2007636555 832266240 21593 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3045/tid=3053] ppid=3031 vsize=812760 CPUtime=0
/proc/3045/task/3053/stat : 3053 (java) R 3031 3031 32474 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2007636555 832266240 21593 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.45
Current children cumulated vsize (KiB) 860332

[startup+3.10138 s]
/proc/loadavg: 2.55 2.55 2.45 3/91 3053
/proc/meminfo: memFree=1652112/2055924 swapFree=4180432/4192956
[pid=3031] ppid=3029 vsize=47572 CPUtime=0.01
/proc/3031/stat : 3031 (galacE.sh) S 3029 3031 32474 0 -1 4194304 765 1697 0 0 0 0 0 1 18 0 1 0 2007636546 48713728 364 996147200 4194304 4520092 548682068832 18446744073709551615 268582447962 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/3031/statm: 11893 364 245 79 0 219 0
[pid=3045] ppid=3031 vsize=812760 CPUtime=3.02
/proc/3045/stat : 3045 (java) S 3031 3031 32474 0 -1 0 23154 0 1 0 289 13 0 0 18 0 9 0 2007636550 832266240 22568 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/3045/statm: 203190 22568 1914 9 0 197171 0
[pid=3045/tid=3046] ppid=3031 vsize=812760 CPUtime=2.67
/proc/3045/task/3046/stat : 3046 (java) R 3031 3031 32474 0 -1 64 14533 0 1 0 258 9 0 0 25 0 9 0 2007636551 832266240 22568 996147200 134512640 134550740 4294955600 18446744073709551615 4126604365 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3045/tid=3047] ppid=3031 vsize=812760 CPUtime=0.09
/proc/3045/task/3047/stat : 3047 (java) S 3031 3031 32474 0 -1 64 7075 0 0 0 7 2 0 0 16 0 9 0 2007636552 832266240 22568 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=3045/tid=3048] ppid=3031 vsize=812760 CPUtime=0
/proc/3045/task/3048/stat : 3048 (java) S 3031 3031 32474 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 2007636553 832266240 22568 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3045/tid=3049] ppid=3031 vsize=812760 CPUtime=0
/proc/3045/task/3049/stat : 3049 (java) S 3031 3031 32474 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 2007636553 832266240 22568 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3045/tid=3050] ppid=3031 vsize=812760 CPUtime=0
/proc/3045/task/3050/stat : 3050 (java) S 3031 3031 32474 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 2007636555 832266240 22568 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3045/tid=3051] ppid=3031 vsize=812760 CPUtime=0.24
/proc/3045/task/3051/stat : 3051 (java) S 3031 3031 32474 0 -1 64 847 0 0 0 23 1 0 0 15 0 9 0 2007636555 832266240 22568 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3045/tid=3052] ppid=3031 vsize=812760 CPUtime=0
/proc/3045/task/3052/stat : 3052 (java) S 3031 3031 32474 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 2007636555 832266240 22568 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3045/tid=3053] ppid=3031 vsize=812760 CPUtime=0
/proc/3045/task/3053/stat : 3053 (java) S 3031 3031 32474 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2007636555 832266240 22568 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.03
Current children cumulated vsize (KiB) 860332

[startup+6.30301 s]
/proc/loadavg: 2.55 2.55 2.45 3/83 3054
/proc/meminfo: memFree=1728464/2055924 swapFree=4180432/4192956
[pid=3031] ppid=3029 vsize=47572 CPUtime=3.88
/proc/3031/stat : 3031 (galacE.sh) S 3029 3031 32474 0 -1 4194304 799 24865 0 1 0 0 371 17 17 0 1 0 2007636546 48713728 364 996147200 4194304 4520092 548682068832 18446744073709551615 268582447962 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/3031/statm: 11893 364 245 79 0 219 0
[pid=3054] ppid=3031 vsize=7920 CPUtime=2.31
/proc/3054/stat : 3054 (eSAT_static) R 3031 3031 32474 0 -1 4194304 1947 0 0 0 230 1 0 0 25 0 1 0 2007636943 8110080 1846 996147200 134512640 135177480 4294955968 18446744073709551615 134565260 0 0 4096 3 0 0 0 17 1 0 0
/proc/3054/statm: 1980 1846 81 162 0 1815 0
Current children cumulated CPU time (s) 6.19
Current children cumulated vsize (KiB) 55492

[startup+12.7013 s]
/proc/loadavg: 2.47 2.53 2.45 3/83 3054
/proc/meminfo: memFree=1723856/2055924 swapFree=4180432/4192956
[pid=3031] ppid=3029 vsize=47572 CPUtime=3.88
/proc/3031/stat : 3031 (galacE.sh) S 3029 3031 32474 0 -1 4194304 799 24865 0 1 0 0 371 17 17 0 1 0 2007636546 48713728 364 996147200 4194304 4520092 548682068832 18446744073709551615 268582447962 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/3031/statm: 11893 364 245 79 0 219 0
[pid=3054] ppid=3031 vsize=11500 CPUtime=8.64
/proc/3054/stat : 3054 (eSAT_static) R 3031 3031 32474 0 -1 4194304 2866 0 0 0 862 2 0 0 25 0 1 0 2007636943 11776000 2765 996147200 134512640 135177480 4294955968 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 1 0 0
/proc/3054/statm: 2875 2765 81 162 0 2710 0
Current children cumulated CPU time (s) 12.52
Current children cumulated vsize (KiB) 59072

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

[startup+12.8013 s]
/proc/loadavg: 2.47 2.53 2.45 3/83 3054
/proc/meminfo: memFree=1723856/2055924 swapFree=4180432/4192956
[pid=3031] ppid=3029 vsize=47572 CPUtime=3.88
/proc/3031/stat : 3031 (galacE.sh) S 3029 3031 32474 0 -1 4194304 799 24865 0 1 0 0 371 17 17 0 1 0 2007636546 48713728 364 996147200 4194304 4520092 548682068832 18446744073709551615 268582447962 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/3031/statm: 11893 364 245 79 0 219 0
[pid=3054] ppid=3031 vsize=11632 CPUtime=8.74
/proc/3054/stat : 3054 (eSAT_static) R 3031 3031 32474 0 -1 4194304 2886 0 0 0 872 2 0 0 25 0 1 0 2007636943 11911168 2785 996147200 134512640 135177480 4294955968 18446744073709551615 134571065 0 0 4096 3 0 0 0 17 1 0 0
/proc/3054/statm: 2908 2785 81 162 0 2743 0
Current children cumulated CPU time (s) 12.62
Current children cumulated vsize (KiB) 59204

[startup+16.0029 s]
/proc/loadavg: 2.47 2.53 2.45 3/83 3054
/proc/meminfo: memFree=1722576/2055924 swapFree=4180432/4192956
[pid=3031] ppid=3029 vsize=47572 CPUtime=3.88
/proc/3031/stat : 3031 (galacE.sh) S 3029 3031 32474 0 -1 4194304 799 24865 0 1 0 0 371 17 17 0 1 0 2007636546 48713728 364 996147200 4194304 4520092 548682068832 18446744073709551615 268582447962 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/3031/statm: 11893 364 245 79 0 219 0
[pid=3054] ppid=3031 vsize=12688 CPUtime=11.91
/proc/3054/stat : 3054 (eSAT_static) R 3031 3031 32474 0 -1 4194304 3133 0 0 0 1189 2 0 0 25 0 1 0 2007636943 12992512 3032 996147200 134512640 135177480 4294955968 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 1 0 0
/proc/3054/statm: 3172 3032 81 162 0 3007 0
Current children cumulated CPU time (s) 15.79
Current children cumulated vsize (KiB) 60260

[startup+19.2015 s]
/proc/loadavg: 2.43 2.52 2.45 3/83 3054
/proc/meminfo: memFree=1720720/2055924 swapFree=4180432/4192956
[pid=3031] ppid=3029 vsize=47572 CPUtime=3.88
/proc/3031/stat : 3031 (galacE.sh) S 3029 3031 32474 0 -1 4194304 799 24865 0 1 0 0 371 17 17 0 1 0 2007636546 48713728 364 996147200 4194304 4520092 548682068832 18446744073709551615 268582447962 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/3031/statm: 11893 364 245 79 0 219 0
[pid=3054] ppid=3031 vsize=14932 CPUtime=15.08
/proc/3054/stat : 3054 (eSAT_static) R 3031 3031 32474 0 -1 4194304 3717 0 0 0 1505 3 0 0 25 0 1 0 2007636943 15290368 3616 996147200 134512640 135177480 4294955968 18446744073709551615 134565457 0 0 4096 3 0 0 0 17 1 0 0
/proc/3054/statm: 3733 3616 81 162 0 3568 0
Current children cumulated CPU time (s) 18.96
Current children cumulated vsize (KiB) 62504

[startup+20.0017 s]
/proc/loadavg: 2.43 2.52 2.45 3/83 3054
/proc/meminfo: memFree=1719952/2055924 swapFree=4180432/4192956
[pid=3031] ppid=3029 vsize=47572 CPUtime=3.88
/proc/3031/stat : 3031 (galacE.sh) S 3029 3031 32474 0 -1 4194304 799 24865 0 1 0 0 371 17 17 0 1 0 2007636546 48713728 364 996147200 4194304 4520092 548682068832 18446744073709551615 268582447962 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/3031/statm: 11893 364 245 79 0 219 0
[pid=3054] ppid=3031 vsize=15328 CPUtime=15.88
/proc/3054/stat : 3054 (eSAT_static) R 3031 3031 32474 0 -1 4194304 3821 0 0 0 1585 3 0 0 25 0 1 0 2007636943 15695872 3720 996147200 134512640 135177480 4294955968 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 1 0 0
/proc/3054/statm: 3832 3720 81 162 0 3667 0
Current children cumulated CPU time (s) 19.76
Current children cumulated vsize (KiB) 62900

[startup+20.8019 s]
/proc/loadavg: 2.43 2.52 2.45 3/83 3054
/proc/meminfo: memFree=1719952/2055924 swapFree=4180432/4192956
[pid=3031] ppid=3029 vsize=47572 CPUtime=19.91
/proc/3031/stat : 3031 (galacE.sh) S 3029 3031 32474 0 -1 4194304 835 28724 0 1 0 0 1971 20 16 0 1 0 2007636546 48713728 365 996147200 4194304 4520092 548682068832 18446744073709551615 268583010386 0 0 4096 73728 18446744071563648864 0 0 17 1 0 0
/proc/3031/statm: 11893 365 245 79 0 219 0
Current children cumulated CPU time (s) 19.91
Current children cumulated vsize (KiB) 47572

[startup+21.0079 s]
/proc/loadavg: 2.43 2.52 2.45 3/91 3063
/proc/meminfo: memFree=1679952/2055924 swapFree=4180432/4192956
[pid=3031] ppid=3029 vsize=47572 CPUtime=19.91
/proc/3031/stat : 3031 (galacE.sh) S 3029 3031 32474 0 -1 4194304 835 28724 0 1 0 0 1971 20 16 0 1 0 2007636546 48713728 365 996147200 4194304 4520092 548682068832 18446744073709551615 268583010386 0 0 4096 73728 18446744071563648864 0 0 17 1 0 0
/proc/3031/statm: 11893 365 245 79 0 219 0
[pid=3055] ppid=3031 vsize=812652 CPUtime=0.83
/proc/3055/stat : 3055 (java) S 3031 3031 32474 0 -1 0 16016 0 1 0 75 8 0 0 18 0 9 0 2007638561 832155648 15436 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 3670016 16800975 18446744073709551615 0 0 17 1 0 0
/proc/3055/statm: 203163 15436 1869 9 0 197144 0
[pid=3055/tid=3056] ppid=3031 vsize=812652 CPUtime=0.67
/proc/3055/task/3056/stat : 3056 (java) R 3031 3031 32474 0 -1 64 14391 0 1 0 60 7 0 0 23 0 9 0 2007638562 832155648 15436 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=3055/tid=3057] ppid=3031 vsize=812652 CPUtime=0
/proc/3055/task/3057/stat : 3057 (java) S 3031 3031 32474 0 -1 64 130 0 0 0 0 0 0 0 16 0 9 0 2007638563 832155648 15436 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 3670016 16800975 0 0 0 -1 1 0 0
[pid=3055/tid=3058] ppid=3031 vsize=812652 CPUtime=0
/proc/3055/task/3058/stat : 3058 (java) S 3031 3031 32474 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 2007638563 832155648 15436 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=3055/tid=3059] ppid=3031 vsize=812652 CPUtime=0
/proc/3055/task/3059/stat : 3059 (java) S 3031 3031 32474 0 -1 64 10 0 0 0 0 0 0 0 15 0 9 0 2007638564 832155648 15436 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=3055/tid=3060] ppid=3031 vsize=812652 CPUtime=0
/proc/3055/task/3060/stat : 3060 (java) S 3031 3031 32474 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 2007638566 832155648 15436 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=3055/tid=3061] ppid=3031 vsize=812652 CPUtime=0.14
/proc/3055/task/3061/stat : 3061 (java) R 3031 3031 32474 0 -1 64 780 0 0 0 14 0 0 0 16 0 9 0 2007638566 832155648 15436 996147200 134512640 134550740 4294955616 18446744073709551615 102719228 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=3055/tid=3062] ppid=3031 vsize=812652 CPUtime=0
/proc/3055/task/3062/stat : 3062 (java) S 3031 3031 32474 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 2007638566 832155648 15436 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=3055/tid=3063] ppid=3031 vsize=812652 CPUtime=0
/proc/3055/task/3063/stat : 3063 (java) S 3031 3031 32474 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 2007638566 832155648 15436 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 20.74
Current children cumulated vsize (KiB) 860224

[startup+21.1033 s]
/proc/loadavg: 2.43 2.52 2.45 3/91 3063
/proc/meminfo: memFree=1679952/2055924 swapFree=4180432/4192956
[pid=3031] ppid=3029 vsize=47572 CPUtime=19.91
/proc/3031/stat : 3031 (galacE.sh) S 3029 3031 32474 0 -1 4194304 842 28724 0 1 0 0 1971 20 16 0 1 0 2007636546 48713728 366 996147200 4194304 4520092 548682068832 18446744073709551615 268583010386 0 0 4096 73728 18446744071563648864 0 0 17 1 0 0
/proc/3031/statm: 11893 366 245 79 0 219 0
[pid=3055] ppid=3031 vsize=0 CPUtime=0.93
/proc/3055/stat : 3055 (java) Z 3031 3031 32474 0 -1 12 16198 0 1 0 84 9 0 0 16 0 2 0 2007638561 0 0 996147200 0 0 0 0 0 0 0 3670016 16800975 18446744073709551615 0 0 17 1 0 0
/proc/3055/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 20.84
Current children cumulated vsize (KiB) 47572

Child status: 0
Real time (s): 21.1138
CPU time (s): 20.8818
CPU user time (s): 20.5619
CPU system time (s): 0.319951
CPU usage (%): 98.9011
Max. virtual memory (cumulated for all children) (KiB): 860332

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 20.5619
system time used= 0.319951
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 45956
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= 1865
involuntary context switches= 2599

runsolver used 0.030995 second user time and 0.077988 second system time

The end

Launcher Data (download as text)

Begin job on node6 at 2008-07-05 21:36:53
IDJOB=1100147
IDBENCH=59849
IDSOLVER=351
FILE ID=node6/1100147-1215286613
PBS_JOBID= 7882277
Free space on /tmp= 66492 MiB

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

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= df6d8d794a02b35815c263bb51acd3dd
RANDOM SEED=1912345330

node6.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.265
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.265
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:      2055924 kB
MemFree:       1736896 kB
Buffers:         54840 kB
Cached:         190700 kB
SwapCached:       6536 kB
Active:         171068 kB
Inactive:        96368 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055924 kB
LowFree:       1736896 kB
SwapTotal:     4192956 kB
SwapFree:      4180432 kB
Dirty:            3516 kB
Writeback:           0 kB
Mapped:          38112 kB
Slab:            36648 kB
Committed_AS:  3434004 kB
PageTables:       2000 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= 66488 MiB
End job on node6 at 2008-07-05 21:37:14