Trace number 1097551

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 572.646 574.562

General information on the benchmark

Namecsp/tightness0.35/
normalized-rand-2-40-16-250-350-95_ext.xml
MD5SUM30120e1e0dbdae946075a1e5c63aa8f1
Bench Category2-ARY-EXT (binary constraints in extension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark14.8537
Satisfiable
(Un)Satisfiability was proved
Number of variables40
Number of constraints250
Maximum constraint arity2
Maximum domain size16
Number of constraints which are defined in extension250
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.88	c start processing
0.01/0.88	c start relation processing
0.01/0.89	c start cnf exporting
1.55/1.64	c parsing time : 0.77
1.55/1.64	c preprocessing time : 1.524
1.55/1.64	
1.55/1.64	c Nary constraints - conflicts : 0 supports : 0
1.55/1.64	c Binary constraints - conflicts : 250 supports :0
1.55/1.64	c max arity constraint : 2
1.55/1.64	c Max Tuples generated 0
1.55/1.64	c relations : 250
1.55/1.64	c relations BDD: 0
1.55/1.64	c sampling 0/0
1.55/1.64	c vars : 641 - clauses :  27288
1.55/1.64	
1.55/1.67	 
1.55/1.67	c --- SAT Solver Stats ---
1.55/1.67	 
1.55/1.67	c eSAT 0.1 : minisat core with additionnal features
1.55/1.67	c ============================[ Problem Statistics ]=============================
1.55/1.67	c |                                                                             |
1.55/1.67	c |  Number of variables:  640                                                  |
1.55/1.67	c |  Number of clauses:    27288                                                |
1.55/1.69	c |  Parsing time:         0.02         s                                       |
572.54/574.54	c restarts              : 844
572.54/574.54	c conflicts             : 1004914        (1760 /sec)
572.54/574.54	c decisions             : 1411545        (1.53 % random) (2473 /sec)
572.54/574.54	c euip                  : 107680      
572.54/574.54	c propagations          : 71008122       (124393 /sec)
572.54/574.54	c conflict literals     : 31196932       (50.94 % deleted)
572.54/574.54	c Memory used           : 49.19 MB
572.54/574.54	c CPU time              : 570.836 s
572.54/574.54	c 
572.54/574.54	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-1097551-1215282484/watcher-1097551-1215282484 -o /tmp/evaluation-result-1097551-1215282484/solver-1097551-1215282484 -C 1800 -W 2200 -M 900 --output-limit 1,15 HOME/galacE.sh HOME/instance-1097551-1215282484.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.00 2.00 2.00 4/107 8173
/proc/meminfo: memFree=923228/2055920 swapFree=4147328/4192956
[pid=8173] ppid=8171 vsize=8652 CPUtime=0
/proc/8173/stat : 8173 (galacE.sh) S 8171 8173 6338 0 -1 4194304 346 0 0 0 0 0 0 0 18 0 1 0 683974958 8859648 280 996147200 4194304 4520092 548682068832 18446744073709551615 256364440410 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/8173/statm: 2163 280 208 79 0 156 0
[pid=8174] ppid=8173 vsize=8688 CPUtime=0
/proc/8174/stat : 8174 (galacE.sh) S 8173 8173 6338 0 -1 4194368 36 0 0 0 0 0 0 0 18 0 1 0 683974959 8896512 286 996147200 4194304 4520092 548682068832 18446744073709551615 256365002834 0 0 4096 73728 18446744071563648864 0 0 17 0 0 0
/proc/8174/statm: 2172 286 209 79 0 165 0
[pid=8175] ppid=8174 vsize=8728 CPUtime=0
/proc/8175/stat : 8175 (galacE.sh) R 8174 8173 6338 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 1 0 683974959 8937472 290 996147200 4194304 4520092 548682068832 18446744073709551615 256364834087 0 0 3674112 73728 0 0 0 17 1 0 0
/proc/8175/statm: 2182 290 209 79 0 175 0

[startup+0.084244 s]
/proc/loadavg: 2.00 2.00 2.00 4/107 8173
/proc/meminfo: memFree=923228/2055920 swapFree=4147328/4192956
[pid=8173] ppid=8171 vsize=47564 CPUtime=0.01
/proc/8173/stat : 8173 (galacE.sh) S 8171 8173 6338 0 -1 4194304 766 1697 0 0 0 0 0 1 18 0 1 0 683974958 48705536 365 996147200 4194304 4520092 548682068832 18446744073709551615 256364440410 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/8173/statm: 11891 365 246 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47564

[startup+0.101248 s]
/proc/loadavg: 2.00 2.00 2.00 4/107 8173
/proc/meminfo: memFree=923228/2055920 swapFree=4147328/4192956
[pid=8173] ppid=8171 vsize=47564 CPUtime=0.01
/proc/8173/stat : 8173 (galacE.sh) S 8171 8173 6338 0 -1 4194304 766 1697 0 0 0 0 0 1 18 0 1 0 683974958 48705536 365 996147200 4194304 4520092 548682068832 18446744073709551615 256364440410 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/8173/statm: 11891 365 246 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47564

[startup+0.30127 s]
/proc/loadavg: 2.00 2.00 2.00 4/107 8173
/proc/meminfo: memFree=923228/2055920 swapFree=4147328/4192956
[pid=8173] ppid=8171 vsize=47564 CPUtime=0.01
/proc/8173/stat : 8173 (galacE.sh) S 8171 8173 6338 0 -1 4194304 766 1697 0 0 0 0 0 1 18 0 1 0 683974958 48705536 365 996147200 4194304 4520092 548682068832 18446744073709551615 256364440410 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/8173/statm: 11891 365 246 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47564

[startup+0.701313 s]
/proc/loadavg: 2.00 2.00 2.00 4/107 8173
/proc/meminfo: memFree=923228/2055920 swapFree=4147328/4192956
[pid=8173] ppid=8171 vsize=47564 CPUtime=0.01
/proc/8173/stat : 8173 (galacE.sh) S 8171 8173 6338 0 -1 4194304 766 1697 0 0 0 0 0 1 18 0 1 0 683974958 48705536 365 996147200 4194304 4520092 548682068832 18446744073709551615 256364440410 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/8173/statm: 11891 365 246 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47564

[startup+1.5024 s]
/proc/loadavg: 2.08 2.02 2.01 3/117 8195
/proc/meminfo: memFree=874380/2055920 swapFree=4147328/4192956
[pid=8173] ppid=8171 vsize=47564 CPUtime=0.01
/proc/8173/stat : 8173 (galacE.sh) S 8171 8173 6338 0 -1 4194304 766 1697 0 0 0 0 0 1 18 0 1 0 683974958 48705536 365 996147200 4194304 4520092 548682068832 18446744073709551615 256364440410 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/8173/statm: 11891 365 246 79 0 219 0
[pid=8187] ppid=8173 vsize=812760 CPUtime=1.44
/proc/8187/stat : 8187 (java) S 8173 8173 6338 0 -1 0 19729 0 1 0 134 10 0 0 18 0 9 0 683974962 832266240 19152 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/8187/statm: 203190 19152 1909 9 0 197171 0
[pid=8187/tid=8188] ppid=8173 vsize=812760 CPUtime=1.17
/proc/8187/task/8188/stat : 8188 (java) R 8173 8173 6338 0 -1 64 14511 0 1 0 109 8 0 0 25 0 9 0 683974963 832266240 19152 996147200 134512640 134550740 4294955600 18446744073709551615 4127009038 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8187/tid=8189] ppid=8173 vsize=812760 CPUtime=0.02
/proc/8187/task/8189/stat : 8189 (java) S 8173 8173 6338 0 -1 64 3658 0 0 0 1 1 0 0 16 0 9 0 683974964 832266240 19152 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=8187/tid=8190] ppid=8173 vsize=812760 CPUtime=0
/proc/8187/task/8190/stat : 8190 (java) S 8173 8173 6338 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 683974964 832266240 19152 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8187/tid=8191] ppid=8173 vsize=812760 CPUtime=0
/proc/8187/task/8191/stat : 8191 (java) S 8173 8173 6338 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 683974964 832266240 19152 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8187/tid=8192] ppid=8173 vsize=812760 CPUtime=0
/proc/8187/task/8192/stat : 8192 (java) S 8173 8173 6338 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 683974966 832266240 19152 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8187/tid=8193] ppid=8173 vsize=812760 CPUtime=0.23
/proc/8187/task/8193/stat : 8193 (java) S 8173 8173 6338 0 -1 64 860 0 0 0 23 0 0 0 16 0 9 0 683974966 832266240 19152 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8187/tid=8194] ppid=8173 vsize=812760 CPUtime=0
/proc/8187/task/8194/stat : 8194 (java) S 8173 8173 6338 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 683974966 832266240 19152 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8187/tid=8195] ppid=8173 vsize=812760 CPUtime=0
/proc/8187/task/8195/stat : 8195 (java) S 8173 8173 6338 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 683974966 832266240 19152 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.45
Current children cumulated vsize (KiB) 860324

[startup+3.10256 s]
/proc/loadavg: 2.08 2.02 2.01 3/109 8196
/proc/meminfo: memFree=919436/2055920 swapFree=4147328/4192956
[pid=8173] ppid=8171 vsize=47564 CPUtime=1.61
/proc/8173/stat : 8173 (galacE.sh) S 8171 8173 6338 0 -1 4194304 800 21438 0 1 0 0 148 13 17 0 1 0 683974958 48705536 365 996147200 4194304 4520092 548682068832 18446744073709551615 256364440410 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/8173/statm: 11891 365 246 79 0 219 0
[pid=8196] ppid=8173 vsize=4644 CPUtime=1.41
/proc/8196/stat : 8196 (eSAT_static) R 8173 8173 6338 0 -1 4194304 954 0 0 0 141 0 0 0 25 0 1 0 683975126 4755456 869 996147200 134512640 135177480 4294955968 18446744073709551615 134560365 0 0 4096 3 0 0 0 17 0 0 0
/proc/8196/statm: 1161 869 81 162 0 996 0
Current children cumulated CPU time (s) 3.02
Current children cumulated vsize (KiB) 52208

[startup+6.30189 s]
/proc/loadavg: 2.08 2.02 2.01 3/109 8196
/proc/meminfo: memFree=917708/2055920 swapFree=4147328/4192956
[pid=8173] ppid=8171 vsize=47564 CPUtime=1.61
/proc/8173/stat : 8173 (galacE.sh) S 8171 8173 6338 0 -1 4194304 800 21438 0 1 0 0 148 13 17 0 1 0 683974958 48705536 365 996147200 4194304 4520092 548682068832 18446744073709551615 256364440410 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/8173/statm: 11891 365 246 79 0 219 0
[pid=8196] ppid=8173 vsize=5844 CPUtime=4.38
/proc/8196/stat : 8196 (eSAT_static) R 8173 8173 6338 0 -1 4194304 1271 0 0 0 438 0 0 0 25 0 1 0 683975126 5984256 1186 996147200 134512640 135177480 4294955968 18446744073709551615 134565281 0 0 4096 3 0 0 0 17 0 0 0
/proc/8196/statm: 1461 1186 81 162 0 1296 0
Current children cumulated CPU time (s) 5.99
Current children cumulated vsize (KiB) 53408

[startup+12.7026 s]
/proc/loadavg: 2.53 2.11 2.04 3/109 8196
/proc/meminfo: memFree=914836/2055920 swapFree=4147328/4192956
[pid=8173] ppid=8171 vsize=47564 CPUtime=1.61
/proc/8173/stat : 8173 (galacE.sh) S 8171 8173 6338 0 -1 4194304 800 21438 0 1 0 0 148 13 17 0 1 0 683974958 48705536 365 996147200 4194304 4520092 548682068832 18446744073709551615 256364440410 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/8173/statm: 11891 365 246 79 0 219 0
[pid=8196] ppid=8173 vsize=8704 CPUtime=10.73
/proc/8196/stat : 8196 (eSAT_static) R 8173 8173 6338 0 -1 4194304 1953 0 0 0 1073 0 0 0 25 0 1 0 683975126 8912896 1868 996147200 134512640 135177480 4294955968 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 0 0 0
/proc/8196/statm: 2176 1868 81 162 0 2011 0
Current children cumulated CPU time (s) 12.34
Current children cumulated vsize (KiB) 56268

[startup+25.5019 s]
/proc/loadavg: 2.45 2.11 2.04 3/109 8196
/proc/meminfo: memFree=913812/2055920 swapFree=4147328/4192956
[pid=8173] ppid=8171 vsize=47564 CPUtime=1.61
/proc/8173/stat : 8173 (galacE.sh) S 8171 8173 6338 0 -1 4194304 800 21438 0 1 0 0 148 13 17 0 1 0 683974958 48705536 365 996147200 4194304 4520092 548682068832 18446744073709551615 256364440410 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/8173/statm: 11891 365 246 79 0 219 0
[pid=8196] ppid=8173 vsize=9260 CPUtime=23.46
/proc/8196/stat : 8196 (eSAT_static) R 8173 8173 6338 0 -1 4194304 2106 0 0 0 2345 1 0 0 25 0 1 0 683975126 9482240 2021 996147200 134512640 135177480 4294955968 18446744073709551615 134565376 0 0 4096 3 0 0 0 17 0 0 0
/proc/8196/statm: 2315 2021 81 162 0 2150 0
Current children cumulated CPU time (s) 25.07
Current children cumulated vsize (KiB) 56824

[startup+51.1015 s]
/proc/loadavg: 2.30 2.10 2.03 3/109 8196
/proc/meminfo: memFree=908692/2055920 swapFree=4147328/4192956
[pid=8173] ppid=8171 vsize=47564 CPUtime=1.61
/proc/8173/stat : 8173 (galacE.sh) S 8171 8173 6338 0 -1 4194304 800 21438 0 1 0 0 148 13 17 0 1 0 683974958 48705536 365 996147200 4194304 4520092 548682068832 18446744073709551615 256364440410 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/8173/statm: 11891 365 246 79 0 219 0
[pid=8196] ppid=8173 vsize=14496 CPUtime=48.91
/proc/8196/stat : 8196 (eSAT_static) R 8173 8173 6338 0 -1 4194304 3404 0 0 0 4889 2 0 0 25 0 1 0 683975126 14843904 3319 996147200 134512640 135177480 4294955968 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 0 0 0
/proc/8196/statm: 3624 3319 81 162 0 3459 0
Current children cumulated CPU time (s) 50.52
Current children cumulated vsize (KiB) 62060

[startup+102.309 s]
/proc/loadavg: 2.26 2.13 2.04 3/109 8266
/proc/meminfo: memFree=908636/2055920 swapFree=4147328/4192956
[pid=8173] ppid=8171 vsize=47564 CPUtime=1.61
/proc/8173/stat : 8173 (galacE.sh) S 8171 8173 6338 0 -1 4194304 800 21438 0 1 0 0 148 13 17 0 1 0 683974958 48705536 365 996147200 4194304 4520092 548682068832 18446744073709551615 256364440410 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/8173/statm: 11891 365 246 79 0 219 0
[pid=8196] ppid=8173 vsize=19708 CPUtime=99.35
/proc/8196/stat : 8196 (eSAT_static) R 8173 8173 6338 0 -1 4194304 4679 0 0 0 9931 4 0 0 25 0 1 0 683975126 20180992 4594 996147200 134512640 135177480 4294955968 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 1 0 0
/proc/8196/statm: 4927 4594 81 162 0 4762 0
Current children cumulated CPU time (s) 100.96
Current children cumulated vsize (KiB) 67272

[startup+162.301 s]
/proc/loadavg: 2.81 2.31 2.11 2/96 8328
/proc/meminfo: memFree=906180/2055920 swapFree=4147328/4192956
[pid=8173] ppid=8171 vsize=47564 CPUtime=1.61
/proc/8173/stat : 8173 (galacE.sh) S 8171 8173 6338 0 -1 4194304 800 21438 0 1 0 0 148 13 17 0 1 0 683974958 48705536 365 996147200 4194304 4520092 548682068832 18446744073709551615 256364440410 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/8173/statm: 11891 365 246 79 0 219 0
[pid=8196] ppid=8173 vsize=20116 CPUtime=159.02
/proc/8196/stat : 8196 (eSAT_static) R 8173 8173 6338 0 -1 4194304 4787 0 0 0 15898 4 0 0 25 0 1 0 683975126 20598784 4702 996147200 134512640 135177480 4294955968 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 0 0 0
/proc/8196/statm: 5029 4702 81 162 0 4864 0
Current children cumulated CPU time (s) 160.63
Current children cumulated vsize (KiB) 67680

[startup+222.308 s]
/proc/loadavg: 2.37 2.28 2.11 3/100 8339
/proc/meminfo: memFree=907484/2055920 swapFree=4147328/4192956
[pid=8173] ppid=8171 vsize=47564 CPUtime=1.61
/proc/8173/stat : 8173 (galacE.sh) S 8171 8173 6338 0 -1 4194304 800 21438 0 1 0 0 148 13 17 0 1 0 683974958 48705536 365 996147200 4194304 4520092 548682068832 18446744073709551615 256364440410 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/8173/statm: 11891 365 246 79 0 219 0
[pid=8196] ppid=8173 vsize=25984 CPUtime=218.98
/proc/8196/stat : 8196 (eSAT_static) R 8173 8173 6338 0 -1 4194304 6217 0 0 0 21892 6 0 0 25 0 1 0 683975126 26607616 6132 996147200 134512640 135177480 4294955968 18446744073709551615 134571364 0 0 4096 3 0 0 0 17 0 0 0
/proc/8196/statm: 6496 6132 81 162 0 6331 0
Current children cumulated CPU time (s) 220.59
Current children cumulated vsize (KiB) 73548

[startup+282.302 s]
/proc/loadavg: 2.13 2.23 2.10 3/100 8339
/proc/meminfo: memFree=906780/2055920 swapFree=4147328/4192956
[pid=8173] ppid=8171 vsize=47564 CPUtime=1.61
/proc/8173/stat : 8173 (galacE.sh) S 8171 8173 6338 0 -1 4194304 800 21438 0 1 0 0 148 13 17 0 1 0 683974958 48705536 365 996147200 4194304 4520092 548682068832 18446744073709551615 256364440410 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/8173/statm: 11891 365 246 79 0 219 0
[pid=8196] ppid=8173 vsize=26584 CPUtime=278.94
/proc/8196/stat : 8196 (eSAT_static) R 8173 8173 6338 0 -1 4194304 6379 0 0 0 27888 6 0 0 25 0 1 0 683975126 27222016 6294 996147200 134512640 135177480 4294955968 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 0 0 0
/proc/8196/statm: 6646 6294 81 162 0 6481 0
Current children cumulated CPU time (s) 280.55
Current children cumulated vsize (KiB) 74148

[startup+342.302 s]
/proc/loadavg: 2.05 2.18 2.09 3/100 8339
/proc/meminfo: memFree=900828/2055920 swapFree=4147328/4192956
[pid=8173] ppid=8171 vsize=47564 CPUtime=1.61
/proc/8173/stat : 8173 (galacE.sh) S 8171 8173 6338 0 -1 4194304 800 21438 0 1 0 0 148 13 17 0 1 0 683974958 48705536 365 996147200 4194304 4520092 548682068832 18446744073709551615 256364440410 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/8173/statm: 11891 365 246 79 0 219 0
[pid=8196] ppid=8173 vsize=32728 CPUtime=338.92
/proc/8196/stat : 8196 (eSAT_static) R 8173 8173 6338 0 -1 4194304 7842 0 0 0 33884 8 0 0 25 0 1 0 683975126 33513472 7757 996147200 134512640 135177480 4294955968 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 0 0 0
/proc/8196/statm: 8182 7757 81 162 0 8017 0
Current children cumulated CPU time (s) 340.53
Current children cumulated vsize (KiB) 80292

[startup+402.301 s]
/proc/loadavg: 2.02 2.15 2.08 3/100 8339
/proc/meminfo: memFree=900316/2055920 swapFree=4147328/4192956
[pid=8173] ppid=8171 vsize=47564 CPUtime=1.61
/proc/8173/stat : 8173 (galacE.sh) S 8171 8173 6338 0 -1 4194304 800 21438 0 1 0 0 148 13 17 0 1 0 683974958 48705536 365 996147200 4194304 4520092 548682068832 18446744073709551615 256364440410 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/8173/statm: 11891 365 246 79 0 219 0
[pid=8196] ppid=8173 vsize=33320 CPUtime=398.89
/proc/8196/stat : 8196 (eSAT_static) R 8173 8173 6338 0 -1 4194304 7971 0 0 0 39881 8 0 0 25 0 1 0 683975126 34119680 7886 996147200 134512640 135177480 4294955968 18446744073709551615 134565342 0 0 4096 3 0 0 0 17 0 0 0
/proc/8196/statm: 8330 7886 81 162 0 8165 0
Current children cumulated CPU time (s) 400.5
Current children cumulated vsize (KiB) 80884

[startup+462.301 s]
/proc/loadavg: 2.00 2.12 2.08 3/112 8378
/proc/meminfo: memFree=835196/2055920 swapFree=4147328/4192956
[pid=8173] ppid=8171 vsize=47564 CPUtime=1.61
/proc/8173/stat : 8173 (galacE.sh) S 8171 8173 6338 0 -1 4194304 800 21438 0 1 0 0 148 13 17 0 1 0 683974958 48705536 365 996147200 4194304 4520092 548682068832 18446744073709551615 256364440410 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/8173/statm: 11891 365 246 79 0 219 0
[pid=8196] ppid=8173 vsize=39336 CPUtime=458.79
/proc/8196/stat : 8196 (eSAT_static) R 8173 8173 6338 0 -1 4194304 9482 0 0 0 45867 12 0 0 25 0 1 0 683975126 40280064 9397 996147200 134512640 135177480 4294955968 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 0 0 0
/proc/8196/statm: 9834 9397 81 162 0 9669 0
Current children cumulated CPU time (s) 460.4
Current children cumulated vsize (KiB) 86900

[startup+522.302 s]
/proc/loadavg: 2.00 2.09 2.07 3/112 8378
/proc/meminfo: memFree=792892/2055920 swapFree=4147328/4192956
[pid=8173] ppid=8171 vsize=47564 CPUtime=1.61
/proc/8173/stat : 8173 (galacE.sh) S 8171 8173 6338 0 -1 4194304 800 21438 0 1 0 0 148 13 17 0 1 0 683974958 48705536 365 996147200 4194304 4520092 548682068832 18446744073709551615 256364440410 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/8173/statm: 11891 365 246 79 0 219 0
[pid=8196] ppid=8173 vsize=46528 CPUtime=518.76
/proc/8196/stat : 8196 (eSAT_static) R 8173 8173 6338 0 -1 4194304 11199 0 0 0 51862 14 0 0 25 0 1 0 683975126 47644672 11114 996147200 134512640 135177480 4294955968 18446744073709551615 134571996 0 0 4096 3 0 0 0 17 0 0 0
/proc/8196/statm: 11632 11114 81 162 0 11467 0
Current children cumulated CPU time (s) 520.37
Current children cumulated vsize (KiB) 94092

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

[startup+540.902 s]
/proc/loadavg: 2.00 2.09 2.07 3/112 8378
/proc/meminfo: memFree=790844/2055920 swapFree=4147328/4192956
[pid=8173] ppid=8171 vsize=47564 CPUtime=1.61
/proc/8173/stat : 8173 (galacE.sh) S 8171 8173 6338 0 -1 4194304 800 21438 0 1 0 0 148 13 17 0 1 0 683974958 48705536 365 996147200 4194304 4520092 548682068832 18446744073709551615 256364440410 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/8173/statm: 11891 365 246 79 0 219 0
[pid=8196] ppid=8173 vsize=48484 CPUtime=537.36
/proc/8196/stat : 8196 (eSAT_static) R 8173 8173 6338 0 -1 4194304 11661 0 0 0 53721 15 0 0 25 0 1 0 683975126 49647616 11576 996147200 134512640 135177480 4294955968 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 0 0 0
/proc/8196/statm: 12121 11576 81 162 0 11956 0
Current children cumulated CPU time (s) 538.97
Current children cumulated vsize (KiB) 96048

[startup+553.702 s]
/proc/loadavg: 2.00 2.08 2.07 3/112 8378
/proc/meminfo: memFree=790204/2055920 swapFree=4147328/4192956
[pid=8173] ppid=8171 vsize=47564 CPUtime=1.61
/proc/8173/stat : 8173 (galacE.sh) S 8171 8173 6338 0 -1 4194304 800 21438 0 1 0 0 148 13 17 0 1 0 683974958 48705536 365 996147200 4194304 4520092 548682068832 18446744073709551615 256364440410 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/8173/statm: 11891 365 246 79 0 219 0
[pid=8196] ppid=8173 vsize=49088 CPUtime=550.14
/proc/8196/stat : 8196 (eSAT_static) R 8173 8173 6338 0 -1 4194304 11836 0 0 0 54999 15 0 0 25 0 1 0 683975126 50266112 11751 996147200 134512640 135177480 4294955968 18446744073709551615 134556907 0 0 4096 3 0 0 0 17 0 0 0
/proc/8196/statm: 12272 11751 81 162 0 12107 0
Current children cumulated CPU time (s) 551.75
Current children cumulated vsize (KiB) 96652

[startup+566.502 s]
/proc/loadavg: 2.00 2.08 2.07 3/112 8378
/proc/meminfo: memFree=788988/2055920 swapFree=4147328/4192956
[pid=8173] ppid=8171 vsize=47564 CPUtime=1.61
/proc/8173/stat : 8173 (galacE.sh) S 8171 8173 6338 0 -1 4194304 800 21438 0 1 0 0 148 13 17 0 1 0 683974958 48705536 365 996147200 4194304 4520092 548682068832 18446744073709551615 256364440410 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/8173/statm: 11891 365 246 79 0 219 0
[pid=8196] ppid=8173 vsize=50104 CPUtime=562.94
/proc/8196/stat : 8196 (eSAT_static) R 8173 8173 6338 0 -1 4194304 12077 0 0 0 56279 15 0 0 25 0 1 0 683975126 51306496 11992 996147200 134512640 135177480 4294955968 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 0 0 0
/proc/8196/statm: 12526 11992 81 162 0 12361 0
Current children cumulated CPU time (s) 564.55
Current children cumulated vsize (KiB) 97668

[startup+569.701 s]
/proc/loadavg: 2.00 2.08 2.07 3/112 8378
/proc/meminfo: memFree=788860/2055920 swapFree=4147328/4192956
[pid=8173] ppid=8171 vsize=47564 CPUtime=1.61
/proc/8173/stat : 8173 (galacE.sh) S 8171 8173 6338 0 -1 4194304 800 21438 0 1 0 0 148 13 17 0 1 0 683974958 48705536 365 996147200 4194304 4520092 548682068832 18446744073709551615 256364440410 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/8173/statm: 11891 365 246 79 0 219 0
[pid=8196] ppid=8173 vsize=50368 CPUtime=566.13
/proc/8196/stat : 8196 (eSAT_static) R 8173 8173 6338 0 -1 4194304 12127 0 0 0 56598 15 0 0 25 0 1 0 683975126 51576832 12042 996147200 134512640 135177480 4294955968 18446744073709551615 134579534 0 0 4096 3 0 0 0 17 0 0 0
/proc/8196/statm: 12592 12042 81 162 0 12427 0
Current children cumulated CPU time (s) 567.74
Current children cumulated vsize (KiB) 97932

[startup+572.902 s]
/proc/loadavg: 2.00 2.08 2.07 3/112 8378
/proc/meminfo: memFree=788796/2055920 swapFree=4147328/4192956
[pid=8173] ppid=8171 vsize=47564 CPUtime=1.61
/proc/8173/stat : 8173 (galacE.sh) S 8171 8173 6338 0 -1 4194304 800 21438 0 1 0 0 148 13 17 0 1 0 683974958 48705536 365 996147200 4194304 4520092 548682068832 18446744073709551615 256364440410 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/8173/statm: 11891 365 246 79 0 219 0
[pid=8196] ppid=8173 vsize=50368 CPUtime=569.33
/proc/8196/stat : 8196 (eSAT_static) R 8173 8173 6338 0 -1 4194304 12127 0 0 0 56918 15 0 0 25 0 1 0 683975126 51576832 12042 996147200 134512640 135177480 4294955968 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 0 0 0
/proc/8196/statm: 12592 12042 81 162 0 12427 0
Current children cumulated CPU time (s) 570.94
Current children cumulated vsize (KiB) 97932

[startup+573.702 s]
/proc/loadavg: 2.00 2.08 2.07 3/112 8378
/proc/meminfo: memFree=788796/2055920 swapFree=4147328/4192956
[pid=8173] ppid=8171 vsize=47564 CPUtime=1.61
/proc/8173/stat : 8173 (galacE.sh) S 8171 8173 6338 0 -1 4194304 800 21438 0 1 0 0 148 13 17 0 1 0 683974958 48705536 365 996147200 4194304 4520092 548682068832 18446744073709551615 256364440410 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/8173/statm: 11891 365 246 79 0 219 0
[pid=8196] ppid=8173 vsize=50368 CPUtime=570.13
/proc/8196/stat : 8196 (eSAT_static) R 8173 8173 6338 0 -1 4194304 12127 0 0 0 56998 15 0 0 25 0 1 0 683975126 51576832 12042 996147200 134512640 135177480 4294955968 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 0 0 0
/proc/8196/statm: 12592 12042 81 162 0 12427 0
Current children cumulated CPU time (s) 571.74
Current children cumulated vsize (KiB) 97932

[startup+574.102 s]
/proc/loadavg: 2.00 2.08 2.07 3/112 8378
/proc/meminfo: memFree=788796/2055920 swapFree=4147328/4192956
[pid=8173] ppid=8171 vsize=47564 CPUtime=1.61
/proc/8173/stat : 8173 (galacE.sh) S 8171 8173 6338 0 -1 4194304 800 21438 0 1 0 0 148 13 17 0 1 0 683974958 48705536 365 996147200 4194304 4520092 548682068832 18446744073709551615 256364440410 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/8173/statm: 11891 365 246 79 0 219 0
[pid=8196] ppid=8173 vsize=50368 CPUtime=570.53
/proc/8196/stat : 8196 (eSAT_static) R 8173 8173 6338 0 -1 4194304 12127 0 0 0 57038 15 0 0 25 0 1 0 683975126 51576832 12042 996147200 134512640 135177480 4294955968 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 0 0 0
/proc/8196/statm: 12592 12042 81 162 0 12427 0
Current children cumulated CPU time (s) 572.14
Current children cumulated vsize (KiB) 97932

[startup+574.502 s]
/proc/loadavg: 2.00 2.08 2.07 3/112 8378
/proc/meminfo: memFree=788796/2055920 swapFree=4147328/4192956
[pid=8173] ppid=8171 vsize=47564 CPUtime=1.61
/proc/8173/stat : 8173 (galacE.sh) S 8171 8173 6338 0 -1 4194304 800 21438 0 1 0 0 148 13 17 0 1 0 683974958 48705536 365 996147200 4194304 4520092 548682068832 18446744073709551615 256364440410 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/8173/statm: 11891 365 246 79 0 219 0
[pid=8196] ppid=8173 vsize=50368 CPUtime=570.93
/proc/8196/stat : 8196 (eSAT_static) R 8173 8173 6338 0 -1 4194304 12127 0 0 0 57078 15 0 0 25 0 1 0 683975126 51576832 12042 996147200 134512640 135177480 4294955968 18446744073709551615 134565268 0 0 4096 3 0 0 0 17 0 0 0
/proc/8196/statm: 12592 12042 81 162 0 12427 0
Current children cumulated CPU time (s) 572.54
Current children cumulated vsize (KiB) 97932

Child status: 0
Real time (s): 574.562
CPU time (s): 572.646
CPU user time (s): 572.33
CPU system time (s): 0.315951
CPU usage (%): 99.6664
Max. virtual memory (cumulated for all children) (KiB): 860324

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 572.33
system time used= 0.315951
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 34565
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= 922
involuntary context switches= 7865

runsolver used 1.15482 second user time and 3.2855 second system time

The end

Launcher Data (download as text)

Begin job on node90 at 2008-07-05 20:28:04
IDJOB=1097551
IDBENCH=59494
IDSOLVER=351
FILE ID=node90/1097551-1215282484
PBS_JOBID= 7882202
Free space on /tmp= 66560 MiB

SOLVER NAME= galac E
BENCH NAME= CPAI08/csp/tightness0.35/normalized-rand-2-40-16-250-350-95_ext.xml
COMMAND LINE= HOME/galacE.sh BENCHNAME 
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1097551-1215282484/watcher-1097551-1215282484 -o /tmp/evaluation-result-1097551-1215282484/solver-1097551-1215282484 -C 1800 -W 2200 -M 900 --output-limit 1,15  HOME/galacE.sh HOME/instance-1097551-1215282484.xml 

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 30120e1e0dbdae946075a1e5c63aa8f1
RANDOM SEED=536381809

node90.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.236
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.236
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:      2055920 kB
MemFree:        923644 kB
Buffers:         27596 kB
Cached:         977244 kB
SwapCached:      36920 kB
Active:         617184 kB
Inactive:       456352 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        923644 kB
SwapTotal:     4192956 kB
SwapFree:      4147328 kB
Dirty:            3228 kB
Writeback:           0 kB
Mapped:          86660 kB
Slab:            41400 kB
Committed_AS:  1081632 kB
PageTables:       3624 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66556 MiB
End job on node90 at 2008-07-05 20:37:38