Trace number 1060520

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 190.383 192.268

General information on the benchmark

Namecsp/allIntervalSeries/
normalized-series-18.xml
MD5SUM8eb80aac3e78ff14fab7058db635f260
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.015996
Satisfiable
(Un)Satisfiability was proved
Number of variables35
Number of constraints306
Maximum constraint arity3
Maximum domain size18
Number of constraints which are defined in extension0
Number of constraints which are defined in intension306
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.03	c --- Preproc Stats ---
0.01/0.96	c start processing
0.01/0.96	c start relation processing
0.94/1.01	c start cnf exporting
2.04/2.16	c parsing time : 0.833
2.04/2.16	c preprocessing time : 2.038
2.04/2.16	
2.04/2.16	c Nary constraints - conflicts : 0 supports : 17
2.04/2.16	c Binary constraints - conflicts : 289 supports :0
2.04/2.16	c max arity constraint : 3
2.04/2.16	c Max Tuples generated 5508
2.04/2.16	c relations : 3
2.04/2.16	c relations BDD: 1
2.04/2.16	c sampling 0/0
2.04/2.16	c vars : 6411 - clauses :  31230
2.04/2.16	
2.04/2.19	 
2.04/2.19	c --- SAT Solver Stats ---
2.04/2.19	 
2.04/2.19	c eSAT 0.1 : minisat core with additionnal features
2.04/2.19	c ============================[ Problem Statistics ]=============================
2.04/2.19	c |                                                                             |
2.04/2.19	c |  Number of variables:  6410                                                 |
2.04/2.19	c |  Number of clauses:    31230                                                |
2.12/2.22	c |  Parsing time:         0.03         s                                       |
189.54/191.45	c restarts              : 649
189.54/191.45	c conflicts             : 345182         (1842 /sec)
189.54/191.45	c decisions             : 684845         (3.41 % random) (3654 /sec)
189.54/191.45	c euip                  : 17786       
189.54/191.45	c propagations          : 111047377      (592529 /sec)
189.54/191.45	c conflict literals     : 23733134       (26.52 % deleted)
189.54/191.45	c Memory used           : 30.23 MB
189.54/191.45	c CPU time              : 187.413 s
189.54/191.45	c 
189.54/191.46	s SATISFIABLE
189.61/192.26	v 9 11 3 14 8 7 4 13 6 10 5 15 2 16 1 17 0 12 1 7 10 5 0 2 8 6 3 4 9 12 13 14 15 16 11

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-1060520-1215127093/watcher-1060520-1215127093 -o /tmp/evaluation-result-1060520-1215127093/solver-1060520-1215127093 -C 1800 -W 2200 -M 900 --output-limit 1,15 HOME/galacE.sh HOME/instance-1060520-1215127093.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: 1.94 2.10 1.91 4/81 18224
/proc/meminfo: memFree=1751496/2055920 swapFree=4180408/4192956
[pid=18224] ppid=18222 vsize=8748 CPUtime=0
/proc/18224/stat : 18224 (galacE.sh) S 18222 18224 16084 0 -1 4194304 454 948 0 0 0 0 0 0 17 0 1 0 1542376144 8957952 312 996147200 4194304 4520092 548682068832 18446744073709551615 248761215834 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/18224/statm: 2187 312 217 79 0 180 0
[pid=18230] ppid=18224 vsize=8768 CPUtime=0
/proc/18230/stat : 18230 (galacE.sh) R 18224 18224 16084 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 1 0 1542376146 8978432 315 996147200 4194304 4520092 548682068832 18446744073709551615 248761609511 0 0 4096 73728 0 0 0 17 1 0 0
/proc/18230/statm: 2192 315 217 79 0 185 0

[startup+0.0800749 s]
/proc/loadavg: 1.94 2.10 1.91 4/81 18224
/proc/meminfo: memFree=1751496/2055920 swapFree=4180408/4192956
[pid=18224] ppid=18222 vsize=47584 CPUtime=0.01
/proc/18224/stat : 18224 (galacE.sh) S 18222 18224 16084 0 -1 4194304 765 1698 0 0 0 0 0 1 18 0 1 0 1542376144 48726016 364 996147200 4194304 4520092 548682068832 18446744073709551615 248761215834 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/18224/statm: 11896 364 245 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47584

[startup+0.102078 s]
/proc/loadavg: 1.94 2.10 1.91 4/81 18224
/proc/meminfo: memFree=1751496/2055920 swapFree=4180408/4192956
[pid=18224] ppid=18222 vsize=47584 CPUtime=0.01
/proc/18224/stat : 18224 (galacE.sh) S 18222 18224 16084 0 -1 4194304 765 1698 0 0 0 0 0 1 18 0 1 0 1542376144 48726016 364 996147200 4194304 4520092 548682068832 18446744073709551615 248761215834 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/18224/statm: 11896 364 245 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47584

[startup+0.301106 s]
/proc/loadavg: 1.94 2.10 1.91 4/81 18224
/proc/meminfo: memFree=1751496/2055920 swapFree=4180408/4192956
[pid=18224] ppid=18222 vsize=47584 CPUtime=0.01
/proc/18224/stat : 18224 (galacE.sh) S 18222 18224 16084 0 -1 4194304 765 1698 0 0 0 0 0 1 18 0 1 0 1542376144 48726016 364 996147200 4194304 4520092 548682068832 18446744073709551615 248761215834 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/18224/statm: 11896 364 245 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47584

[startup+0.701179 s]
/proc/loadavg: 1.94 2.10 1.91 4/81 18224
/proc/meminfo: memFree=1751496/2055920 swapFree=4180408/4192956
[pid=18224] ppid=18222 vsize=47584 CPUtime=0.01
/proc/18224/stat : 18224 (galacE.sh) S 18222 18224 16084 0 -1 4194304 765 1698 0 0 0 0 0 1 18 0 1 0 1542376144 48726016 364 996147200 4194304 4520092 548682068832 18446744073709551615 248761215834 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/18224/statm: 11896 364 245 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47584

[startup+1.50132 s]
/proc/loadavg: 1.94 2.10 1.91 3/91 18246
/proc/meminfo: memFree=1710840/2055920 swapFree=4180408/4192956
[pid=18224] ppid=18222 vsize=47584 CPUtime=0.01
/proc/18224/stat : 18224 (galacE.sh) S 18222 18224 16084 0 -1 4194304 765 1698 0 0 0 0 0 1 18 0 1 0 1542376144 48726016 364 996147200 4194304 4520092 548682068832 18446744073709551615 248761215834 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/18224/statm: 11896 364 245 79 0 219 0
[pid=18238] ppid=18224 vsize=812552 CPUtime=1.43
/proc/18238/stat : 18238 (java) S 18224 18224 16084 0 -1 0 15788 0 1 0 135 8 0 0 18 0 9 0 1542376148 832053248 15009 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18238/statm: 203138 15009 2587 9 0 197172 0
[pid=18238/tid=18239] ppid=18224 vsize=812552 CPUtime=1.07
/proc/18238/task/18239/stat : 18239 (java) R 18224 18224 16084 0 -1 64 9846 0 1 0 102 5 0 0 25 0 9 0 1542376149 832053248 15009 996147200 134512640 134550740 4294955616 18446744073709551615 4127026508 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18238/tid=18240] ppid=18224 vsize=812552 CPUtime=0.1
/proc/18238/task/18240/stat : 18240 (java) S 18224 18224 16084 0 -1 64 4419 0 0 0 9 1 0 0 16 0 9 0 1542376150 832053248 15009 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18238/tid=18241] ppid=18224 vsize=812552 CPUtime=0
/proc/18238/task/18241/stat : 18241 (java) S 18224 18224 16084 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 1542376151 832053248 15009 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18238/tid=18242] ppid=18224 vsize=812552 CPUtime=0
/proc/18238/task/18242/stat : 18242 (java) S 18224 18224 16084 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1542376151 832053248 15009 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18238/tid=18243] ppid=18224 vsize=812552 CPUtime=0
/proc/18238/task/18243/stat : 18243 (java) S 18224 18224 16084 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 1542376153 832053248 15009 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18238/tid=18244] ppid=18224 vsize=812552 CPUtime=0.22
/proc/18238/task/18244/stat : 18244 (java) S 18224 18224 16084 0 -1 64 823 0 0 0 22 0 0 0 15 0 9 0 1542376153 832053248 15009 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18238/tid=18245] ppid=18224 vsize=812552 CPUtime=0
/proc/18238/task/18245/stat : 18245 (java) S 18224 18224 16084 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 1542376153 832053248 15009 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18238/tid=18246] ppid=18224 vsize=812552 CPUtime=0
/proc/18238/task/18246/stat : 18246 (java) S 18224 18224 16084 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1542376153 832053248 15009 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.44
Current children cumulated vsize (KiB) 860136

[startup+3.1016 s]
/proc/loadavg: 1.95 2.10 1.91 3/91 18246
/proc/meminfo: memFree=1680888/2055920 swapFree=4180408/4192956
[pid=18224] ppid=18222 vsize=47584 CPUtime=2.12
/proc/18224/stat : 18224 (galacE.sh) S 18222 18224 16084 0 -1 4194304 799 22311 0 1 0 0 198 14 17 0 1 0 1542376144 48726016 364 996147200 4194304 4520092 548682068832 18446744073709551615 248761215834 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/18224/statm: 11896 364 245 79 0 219 0
Current children cumulated CPU time (s) 2.12
Current children cumulated vsize (KiB) 47584

[startup+6.30115 s]
/proc/loadavg: 1.95 2.10 1.91 3/83 18247
/proc/meminfo: memFree=1744440/2055920 swapFree=4180408/4192956
[pid=18224] ppid=18222 vsize=47584 CPUtime=2.12
/proc/18224/stat : 18224 (galacE.sh) S 18222 18224 16084 0 -1 4194304 799 22311 0 1 0 0 198 14 17 0 1 0 1542376144 48726016 364 996147200 4194304 4520092 548682068832 18446744073709551615 248761215834 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/18224/statm: 11896 364 245 79 0 219 0
[pid=18247] ppid=18224 vsize=7456 CPUtime=4.06
/proc/18247/stat : 18247 (eSAT_static) R 18224 18224 16084 0 -1 4194304 1662 0 0 0 406 0 0 0 25 0 1 0 1542376363 7634944 1572 996147200 134512640 135177480 4294955984 18446744073709551615 134564635 0 0 4096 3 0 0 0 17 1 0 0
/proc/18247/statm: 1864 1572 81 162 0 1699 0
Current children cumulated CPU time (s) 6.18
Current children cumulated vsize (KiB) 55040

[startup+12.7012 s]
/proc/loadavg: 1.96 2.09 1.91 3/83 18247
/proc/meminfo: memFree=1741368/2055920 swapFree=4180408/4192956
[pid=18224] ppid=18222 vsize=47584 CPUtime=2.12
/proc/18224/stat : 18224 (galacE.sh) S 18222 18224 16084 0 -1 4194304 799 22311 0 1 0 0 198 14 17 0 1 0 1542376144 48726016 364 996147200 4194304 4520092 548682068832 18446744073709551615 248761215834 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/18224/statm: 11896 364 245 79 0 219 0
[pid=18247] ppid=18224 vsize=9964 CPUtime=10.4
/proc/18247/stat : 18247 (eSAT_static) R 18224 18224 16084 0 -1 4194304 2297 0 0 0 1039 1 0 0 25 0 1 0 1542376363 10203136 2207 996147200 134512640 135177480 4294955984 18446744073709551615 134565331 0 0 4096 3 0 0 0 17 1 0 0
/proc/18247/statm: 2491 2207 81 162 0 2326 0
Current children cumulated CPU time (s) 12.52
Current children cumulated vsize (KiB) 57548

[startup+25.5025 s]
/proc/loadavg: 1.96 2.09 1.91 3/83 18247
/proc/meminfo: memFree=1736888/2055920 swapFree=4180408/4192956
[pid=18224] ppid=18222 vsize=47584 CPUtime=2.12
/proc/18224/stat : 18224 (galacE.sh) S 18222 18224 16084 0 -1 4194304 799 22311 0 1 0 0 198 14 17 0 1 0 1542376144 48726016 364 996147200 4194304 4520092 548682068832 18446744073709551615 248761215834 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/18224/statm: 11896 364 245 79 0 219 0
[pid=18247] ppid=18224 vsize=14544 CPUtime=23.08
/proc/18247/stat : 18247 (eSAT_static) R 18224 18224 16084 0 -1 4194304 3437 0 0 0 2306 2 0 0 25 0 1 0 1542376363 14893056 3347 996147200 134512640 135177480 4294955984 18446744073709551615 134565460 0 0 4096 3 0 0 0 17 1 0 0
/proc/18247/statm: 3636 3347 81 162 0 3471 0
Current children cumulated CPU time (s) 25.2
Current children cumulated vsize (KiB) 62128

[startup+51.1019 s]
/proc/loadavg: 1.97 2.08 1.91 3/83 18247
/proc/meminfo: memFree=1733432/2055920 swapFree=4180408/4192956
[pid=18224] ppid=18222 vsize=47584 CPUtime=2.12
/proc/18224/stat : 18224 (galacE.sh) S 18222 18224 16084 0 -1 4194304 799 22311 0 1 0 0 198 14 17 0 1 0 1542376144 48726016 364 996147200 4194304 4520092 548682068832 18446744073709551615 248761215834 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/18224/statm: 11896 364 245 79 0 219 0
[pid=18247] ppid=18224 vsize=18368 CPUtime=48.44
/proc/18247/stat : 18247 (eSAT_static) R 18224 18224 16084 0 -1 4194304 4369 0 0 0 4841 3 0 0 25 0 1 0 1542376363 18808832 4279 996147200 134512640 135177480 4294955984 18446744073709551615 134565486 0 0 4096 3 0 0 0 17 1 0 0
/proc/18247/statm: 4592 4279 81 162 0 4427 0
Current children cumulated CPU time (s) 50.56
Current children cumulated vsize (KiB) 65952

[startup+102.307 s]
/proc/loadavg: 1.99 2.06 1.91 3/83 18247
/proc/meminfo: memFree=1728504/2055920 swapFree=4180408/4192956
[pid=18224] ppid=18222 vsize=47584 CPUtime=2.12
/proc/18224/stat : 18224 (galacE.sh) S 18222 18224 16084 0 -1 4194304 799 22311 0 1 0 0 198 14 17 0 1 0 1542376144 48726016 364 996147200 4194304 4520092 548682068832 18446744073709551615 248761215834 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/18224/statm: 11896 364 245 79 0 219 0
[pid=18247] ppid=18224 vsize=22864 CPUtime=99.16
/proc/18247/stat : 18247 (eSAT_static) R 18224 18224 16084 0 -1 4194304 5539 0 0 0 9912 4 0 0 25 0 1 0 1542376363 23412736 5449 996147200 134512640 135177480 4294955984 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 1 0 0
/proc/18247/statm: 5716 5449 81 162 0 5551 0
Current children cumulated CPU time (s) 101.28
Current children cumulated vsize (KiB) 70448

[startup+162.303 s]
/proc/loadavg: 1.99 2.05 1.91 3/83 18247
/proc/meminfo: memFree=1720440/2055920 swapFree=4180408/4192956
[pid=18224] ppid=18222 vsize=47584 CPUtime=2.12
/proc/18224/stat : 18224 (galacE.sh) S 18222 18224 16084 0 -1 4194304 799 22311 0 1 0 0 198 14 17 0 1 0 1542376144 48726016 364 996147200 4194304 4520092 548682068832 18446744073709551615 248761215834 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/18224/statm: 11896 364 245 79 0 219 0
[pid=18247] ppid=18224 vsize=30956 CPUtime=158.59
/proc/18247/stat : 18247 (eSAT_static) R 18224 18224 16084 0 -1 4194304 7546 0 0 0 15853 6 0 0 25 0 1 0 1542376363 31698944 7456 996147200 134512640 135177480 4294955984 18446744073709551615 134565723 0 0 4096 3 0 0 0 17 1 0 0
/proc/18247/statm: 7739 7456 81 162 0 7574 0
Current children cumulated CPU time (s) 160.71
Current children cumulated vsize (KiB) 78540

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

[startup+179.102 s]
/proc/loadavg: 1.99 2.05 1.91 3/83 18247
/proc/meminfo: memFree=1720312/2055920 swapFree=4180408/4192956
[pid=18224] ppid=18222 vsize=47584 CPUtime=2.12
/proc/18224/stat : 18224 (galacE.sh) S 18222 18224 16084 0 -1 4194304 799 22311 0 1 0 0 198 14 17 0 1 0 1542376144 48726016 364 996147200 4194304 4520092 548682068832 18446744073709551615 248761215834 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/18224/statm: 11896 364 245 79 0 219 0
[pid=18247] ppid=18224 vsize=30956 CPUtime=175.23
/proc/18247/stat : 18247 (eSAT_static) R 18224 18224 16084 0 -1 4194304 7546 0 0 0 17517 6 0 0 25 0 1 0 1542376363 31698944 7456 996147200 134512640 135177480 4294955984 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 1 0 0
/proc/18247/statm: 7739 7456 81 162 0 7574 0
Current children cumulated CPU time (s) 177.35
Current children cumulated vsize (KiB) 78540

[startup+185.502 s]
/proc/loadavg: 1.99 2.05 1.91 3/83 18247
/proc/meminfo: memFree=1720312/2055920 swapFree=4180408/4192956
[pid=18224] ppid=18222 vsize=47584 CPUtime=2.12
/proc/18224/stat : 18224 (galacE.sh) S 18222 18224 16084 0 -1 4194304 799 22311 0 1 0 0 198 14 17 0 1 0 1542376144 48726016 364 996147200 4194304 4520092 548682068832 18446744073709551615 248761215834 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/18224/statm: 11896 364 245 79 0 219 0
[pid=18247] ppid=18224 vsize=30956 CPUtime=181.57
/proc/18247/stat : 18247 (eSAT_static) R 18224 18224 16084 0 -1 4194304 7546 0 0 0 18151 6 0 0 25 0 1 0 1542376363 31698944 7456 996147200 134512640 135177480 4294955984 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 1 0 0
/proc/18247/statm: 7739 7456 81 162 0 7574 0
Current children cumulated CPU time (s) 183.69
Current children cumulated vsize (KiB) 78540

[startup+188.702 s]
/proc/loadavg: 1.99 2.05 1.91 3/83 18247
/proc/meminfo: memFree=1720312/2055920 swapFree=4180408/4192956
[pid=18224] ppid=18222 vsize=47584 CPUtime=2.12
/proc/18224/stat : 18224 (galacE.sh) S 18222 18224 16084 0 -1 4194304 799 22311 0 1 0 0 198 14 17 0 1 0 1542376144 48726016 364 996147200 4194304 4520092 548682068832 18446744073709551615 248761215834 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/18224/statm: 11896 364 245 79 0 219 0
[pid=18247] ppid=18224 vsize=30956 CPUtime=184.74
/proc/18247/stat : 18247 (eSAT_static) R 18224 18224 16084 0 -1 4194304 7546 0 0 0 18468 6 0 0 25 0 1 0 1542376363 31698944 7456 996147200 134512640 135177480 4294955984 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 1 0 0
/proc/18247/statm: 7739 7456 81 162 0 7574 0
Current children cumulated CPU time (s) 186.86
Current children cumulated vsize (KiB) 78540

[startup+190.307 s]
/proc/loadavg: 1.99 2.05 1.91 3/83 18247
/proc/meminfo: memFree=1720312/2055920 swapFree=4180408/4192956
[pid=18224] ppid=18222 vsize=47584 CPUtime=2.12
/proc/18224/stat : 18224 (galacE.sh) S 18222 18224 16084 0 -1 4194304 799 22311 0 1 0 0 198 14 17 0 1 0 1542376144 48726016 364 996147200 4194304 4520092 548682068832 18446744073709551615 248761215834 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/18224/statm: 11896 364 245 79 0 219 0
[pid=18247] ppid=18224 vsize=30956 CPUtime=186.33
/proc/18247/stat : 18247 (eSAT_static) R 18224 18224 16084 0 -1 4194304 7546 0 0 0 18627 6 0 0 25 0 1 0 1542376363 31698944 7456 996147200 134512640 135177480 4294955984 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 1 0 0
/proc/18247/statm: 7739 7456 81 162 0 7574 0
Current children cumulated CPU time (s) 188.45
Current children cumulated vsize (KiB) 78540

[startup+191.102 s]
/proc/loadavg: 1.99 2.05 1.91 3/83 18247
/proc/meminfo: memFree=1720312/2055920 swapFree=4180408/4192956
[pid=18224] ppid=18222 vsize=47584 CPUtime=2.12
/proc/18224/stat : 18224 (galacE.sh) S 18222 18224 16084 0 -1 4194304 799 22311 0 1 0 0 198 14 17 0 1 0 1542376144 48726016 364 996147200 4194304 4520092 548682068832 18446744073709551615 248761215834 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/18224/statm: 11896 364 245 79 0 219 0
[pid=18247] ppid=18224 vsize=30956 CPUtime=187.12
/proc/18247/stat : 18247 (eSAT_static) R 18224 18224 16084 0 -1 4194304 7546 0 0 0 18706 6 0 0 25 0 1 0 1542376363 31698944 7456 996147200 134512640 135177480 4294955984 18446744073709551615 134565429 0 0 4096 3 0 0 0 17 1 0 0
/proc/18247/statm: 7739 7456 81 162 0 7574 0
Current children cumulated CPU time (s) 189.24
Current children cumulated vsize (KiB) 78540

[startup+191.901 s]
/proc/loadavg: 1.99 2.05 1.91 3/83 18247
/proc/meminfo: memFree=1720312/2055920 swapFree=4180408/4192956
[pid=18224] ppid=18222 vsize=47584 CPUtime=189.61
/proc/18224/stat : 18224 (galacE.sh) S 18222 18224 16084 0 -1 4194304 835 29869 0 1 0 0 18940 21 16 0 1 0 1542376144 48726016 365 996147200 4194304 4520092 548682068832 18446744073709551615 248761778258 0 0 4096 73728 18446744071563648864 0 0 17 1 0 0
/proc/18224/statm: 11896 365 245 79 0 219 0
Current children cumulated CPU time (s) 189.61
Current children cumulated vsize (KiB) 47584

[startup+192.101 s]
/proc/loadavg: 1.99 2.05 1.91 3/83 18247
/proc/meminfo: memFree=1720312/2055920 swapFree=4180408/4192956
[pid=18224] ppid=18222 vsize=47584 CPUtime=189.61
/proc/18224/stat : 18224 (galacE.sh) S 18222 18224 16084 0 -1 4194304 835 29869 0 1 0 0 18940 21 16 0 1 0 1542376144 48726016 365 996147200 4194304 4520092 548682068832 18446744073709551615 248761778258 0 0 4096 73728 18446744071563648864 0 0 17 1 0 0
/proc/18224/statm: 11896 365 245 79 0 219 0
Current children cumulated CPU time (s) 189.61
Current children cumulated vsize (KiB) 47584

[startup+192.201 s]
/proc/loadavg: 1.99 2.05 1.91 3/83 18247
/proc/meminfo: memFree=1720312/2055920 swapFree=4180408/4192956
[pid=18224] ppid=18222 vsize=47584 CPUtime=189.61
/proc/18224/stat : 18224 (galacE.sh) S 18222 18224 16084 0 -1 4194304 835 29869 0 1 0 0 18940 21 16 0 1 0 1542376144 48726016 365 996147200 4194304 4520092 548682068832 18446744073709551615 248761778258 0 0 4096 73728 18446744071563648864 0 0 17 1 0 0
/proc/18224/statm: 11896 365 245 79 0 219 0
Current children cumulated CPU time (s) 189.61
Current children cumulated vsize (KiB) 47584

Child status: 0
Real time (s): 192.268
CPU time (s): 190.383
CPU user time (s): 190.108
CPU system time (s): 0.274958
CPU usage (%): 99.0198
Max. virtual memory (cumulated for all children) (KiB): 860136

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 190.108
system time used= 0.274958
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 37957
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= 1389
involuntary context switches= 9209

runsolver used 0.226965 second user time and 0.6529 second system time

The end

Launcher Data (download as text)

Begin job on node55 at 2008-07-04 01:18:13
IDJOB=1060520
IDBENCH=54459
IDSOLVER=351
FILE ID=node55/1060520-1215127093
PBS_JOBID= 7877095
Free space on /tmp= 66544 MiB

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

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 8eb80aac3e78ff14fab7058db635f260
RANDOM SEED=1839928505

node55.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.261
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.261
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5586.94
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1751976 kB
Buffers:         18868 kB
Cached:         116320 kB
SwapCached:       6728 kB
Active:         207576 kB
Inactive:        44368 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1751976 kB
SwapTotal:     4192956 kB
SwapFree:      4180408 kB
Dirty:            3144 kB
Writeback:           0 kB
Mapped:         132700 kB
Slab:            37140 kB
Committed_AS:  3148780 kB
PageTables:       2052 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= 66540 MiB
End job on node55 at 2008-07-04 01:21:26