Trace number 1036575

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 56.4194 57.0511

General information on the benchmark

Namecsp/frb40-19/
normalized-frb40-19-1-mgd_ext.xml
MD5SUMa188c5d885a8663d2f33129eb105c72b
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.26481
Satisfiable
(Un)Satisfiability was proved
Number of variables40
Number of constraints321
Maximum constraint arity2
Maximum domain size19
Number of constraints which are defined in extension321
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.02/0.94	c start processing
0.02/0.94	c start relation processing
0.02/0.95	c start cnf exporting
1.93/2.04	c parsing time : 0.779
1.93/2.04	c preprocessing time : 1.881
1.93/2.04	
1.93/2.04	c Nary constraints - conflicts : 0 supports : 0
1.93/2.04	c Binary constraints - conflicts : 301 supports :20
1.93/2.04	c max arity constraint : 2
1.93/2.04	c Max Tuples generated 0
1.93/2.04	c relations : 321
1.93/2.04	c relations BDD: 0
1.93/2.04	c sampling 0/0
1.93/2.04	c vars : 761 - clauses :  37928
1.93/2.04	
1.93/2.07	 
1.93/2.07	c --- SAT Solver Stats ---
1.93/2.07	 
1.93/2.07	c eSAT 0.1 : minisat core with additionnal features
1.93/2.07	c ============================[ Problem Statistics ]=============================
1.93/2.07	c |                                                                             |
1.93/2.08	c |  Number of variables:  760                                                  |
1.93/2.08	c |  Number of clauses:    37928                                                |
2.01/2.11	c |  Parsing time:         0.02         s                                       |
55.51/56.19	c restarts              : 325
55.51/56.19	c conflicts             : 178135         (3324 /sec)
55.51/56.19	c decisions             : 269146         (2.84 % random) (5022 /sec)
55.51/56.19	c euip                  : 19081       
55.51/56.19	c propagations          : 16049764       (299493 /sec)
55.51/56.19	c conflict literals     : 7426902        (44.82 % deleted)
55.51/56.19	c Memory used           : 16.43 MB
55.51/56.19	c CPU time              : 53.5899 s
55.51/56.19	c 
55.51/56.19	s SATISFIABLE
55.61/57.04	v 7 4 12 11 17 3 0 17 2 5 14 2 7 12 7 2 1 16 10 6 17 7 7 6 3 10 6 14 6 8 2 11 14 6 15 3 18 4 12 17

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-1036575-1214957833/watcher-1036575-1214957833 -o /tmp/evaluation-result-1036575-1214957833/solver-1036575-1214957833 -C 1800 -W 2200 -M 900 --output-limit 1,15 HOME/galacE.sh HOME/instance-1036575-1214957833.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 1.94 4/73 2586
/proc/meminfo: memFree=1102304/2055920 swapFree=4109524/4192956
[pid=2586] ppid=2584 vsize=8652 CPUtime=0
/proc/2586/stat : 2586 (galacE.sh) S 2584 2586 1470 0 -1 4194304 346 0 0 0 0 0 0 0 16 0 1 0 1974752213 8859648 280 996147200 4194304 4520092 548682068832 18446744073709551615 233401674586 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/2586/statm: 2163 280 208 79 0 156 0
[pid=2587] ppid=2586 vsize=8688 CPUtime=0
/proc/2587/stat : 2587 (galacE.sh) S 2586 2586 1470 0 -1 4194368 36 0 0 0 0 0 0 0 17 0 1 0 1974752214 8896512 286 996147200 4194304 4520092 548682068832 18446744073709551615 233402237010 0 0 4096 73728 18446744071563648864 0 0 17 1 0 0
/proc/2587/statm: 2172 286 209 79 0 165 0
[pid=2588] ppid=2587 vsize=8728 CPUtime=0
/proc/2588/stat : 2588 (galacE.sh) R 2587 2586 1470 0 -1 4194368 25 0 0 0 0 0 0 0 19 0 1 0 1974752214 8937472 290 996147200 4194304 4520092 548682068832 18446744073709551615 233402068263 0 0 3674112 73728 0 0 0 17 1 0 0
/proc/2588/statm: 2182 290 209 79 0 175 0

[startup+0.0890271 s]
/proc/loadavg: 2.00 2.00 1.94 4/73 2586
/proc/meminfo: memFree=1102304/2055920 swapFree=4109524/4192956
[pid=2586] ppid=2584 vsize=47564 CPUtime=0.02
/proc/2586/stat : 2586 (galacE.sh) S 2584 2586 1470 0 -1 4194304 766 1697 0 0 0 1 0 1 23 0 1 0 1974752213 48705536 365 996147200 4194304 4520092 548682068832 18446744073709551615 233401674586 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/2586/statm: 11891 365 246 79 0 219 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 47564

[startup+0.105034 s]
/proc/loadavg: 2.00 2.00 1.94 4/73 2586
/proc/meminfo: memFree=1102304/2055920 swapFree=4109524/4192956
[pid=2586] ppid=2584 vsize=47564 CPUtime=0.02
/proc/2586/stat : 2586 (galacE.sh) S 2584 2586 1470 0 -1 4194304 766 1697 0 0 0 1 0 1 23 0 1 0 1974752213 48705536 365 996147200 4194304 4520092 548682068832 18446744073709551615 233401674586 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/2586/statm: 11891 365 246 79 0 219 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 47564

[startup+0.30107 s]
/proc/loadavg: 2.00 2.00 1.94 4/73 2586
/proc/meminfo: memFree=1102304/2055920 swapFree=4109524/4192956
[pid=2586] ppid=2584 vsize=47564 CPUtime=0.02
/proc/2586/stat : 2586 (galacE.sh) S 2584 2586 1470 0 -1 4194304 766 1697 0 0 0 1 0 1 23 0 1 0 1974752213 48705536 365 996147200 4194304 4520092 548682068832 18446744073709551615 233401674586 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/2586/statm: 11891 365 246 79 0 219 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 47564

[startup+0.701142 s]
/proc/loadavg: 2.00 2.00 1.94 4/73 2586
/proc/meminfo: memFree=1102304/2055920 swapFree=4109524/4192956
[pid=2586] ppid=2584 vsize=47564 CPUtime=0.02
/proc/2586/stat : 2586 (galacE.sh) S 2584 2586 1470 0 -1 4194304 766 1697 0 0 0 1 0 1 23 0 1 0 1974752213 48705536 365 996147200 4194304 4520092 548682068832 18446744073709551615 233401674586 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/2586/statm: 11891 365 246 79 0 219 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 47564

[startup+1.50228 s]
/proc/loadavg: 2.00 2.00 1.94 3/83 2608
/proc/meminfo: memFree=1031896/2055920 swapFree=4109524/4192956
[pid=2586] ppid=2584 vsize=47564 CPUtime=0.02
/proc/2586/stat : 2586 (galacE.sh) S 2584 2586 1470 0 -1 4194304 766 1697 0 0 0 1 0 1 23 0 1 0 1974752213 48705536 365 996147200 4194304 4520092 548682068832 18446744073709551615 233401674586 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/2586/statm: 11891 365 246 79 0 219 0
[pid=2600] ppid=2586 vsize=812552 CPUtime=1.41
/proc/2600/stat : 2600 (java) S 2586 2586 1470 0 -1 0 19885 0 1 0 130 11 0 0 18 0 9 0 1974752217 832053248 19302 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/2600/statm: 203138 19302 1912 9 0 197171 0
[pid=2600/tid=2601] ppid=2586 vsize=812552 CPUtime=1.09
/proc/2600/task/2601/stat : 2601 (java) R 2586 2586 1470 0 -1 64 14534 0 1 0 101 8 0 0 25 0 9 0 1974752218 832053248 19302 996147200 134512640 134550740 4294955616 18446744073709551615 4127029244 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2600/tid=2602] ppid=2586 vsize=812552 CPUtime=0.03
/proc/2600/task/2602/stat : 2602 (java) S 2586 2586 1470 0 -1 64 3792 0 0 0 2 1 0 0 16 0 9 0 1974752219 832053248 19302 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=2600/tid=2603] ppid=2586 vsize=812552 CPUtime=0
/proc/2600/task/2603/stat : 2603 (java) S 2586 2586 1470 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1974752220 832053248 19302 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2600/tid=2604] ppid=2586 vsize=812552 CPUtime=0
/proc/2600/task/2604/stat : 2604 (java) S 2586 2586 1470 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 1974752220 832053248 19302 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2600/tid=2605] ppid=2586 vsize=812552 CPUtime=0
/proc/2600/task/2605/stat : 2605 (java) S 2586 2586 1470 0 -1 64 2 0 0 0 0 0 0 0 17 0 9 0 1974752225 832053248 19302 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2600/tid=2606] ppid=2586 vsize=812552 CPUtime=0.26
/proc/2600/task/2606/stat : 2606 (java) S 2586 2586 1470 0 -1 64 860 0 0 0 26 0 0 0 15 0 9 0 1974752225 832053248 19302 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2600/tid=2607] ppid=2586 vsize=812552 CPUtime=0
/proc/2600/task/2607/stat : 2607 (java) S 2586 2586 1470 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1974752225 832053248 19302 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2600/tid=2608] ppid=2586 vsize=812552 CPUtime=0
/proc/2600/task/2608/stat : 2608 (java) S 2586 2586 1470 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1974752225 832053248 19302 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.43
Current children cumulated vsize (KiB) 860116

[startup+3.10158 s]
/proc/loadavg: 2.00 2.00 1.94 3/75 2609
/proc/meminfo: memFree=1098520/2055920 swapFree=4109524/4192956
[pid=2586] ppid=2584 vsize=47564 CPUtime=1.99
/proc/2586/stat : 2586 (galacE.sh) S 2584 2586 1470 0 -1 4194304 800 23047 0 1 0 1 183 15 17 0 1 0 1974752213 48705536 365 996147200 4194304 4520092 548682068832 18446744073709551615 233401674586 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/2586/statm: 11891 365 246 79 0 219 0
[pid=2609] ppid=2586 vsize=4552 CPUtime=1
/proc/2609/stat : 2609 (eSAT_static) R 2586 2586 1470 0 -1 4194304 982 0 0 0 100 0 0 0 25 0 1 0 1974752421 4661248 883 996147200 134512640 135177480 4294955984 18446744073709551615 134565526 0 0 4096 3 0 0 0 17 1 0 0
/proc/2609/statm: 1138 883 81 162 0 973 0
Current children cumulated CPU time (s) 2.99
Current children cumulated vsize (KiB) 52116

[startup+6.30115 s]
/proc/loadavg: 2.00 2.00 1.94 3/75 2609
/proc/meminfo: memFree=1096152/2055920 swapFree=4109524/4192956
[pid=2586] ppid=2584 vsize=47564 CPUtime=1.99
/proc/2586/stat : 2586 (galacE.sh) S 2584 2586 1470 0 -1 4194304 800 23047 0 1 0 1 183 15 17 0 1 0 1974752213 48705536 365 996147200 4194304 4520092 548682068832 18446744073709551615 233401674586 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/2586/statm: 11891 365 246 79 0 219 0
[pid=2609] ppid=2586 vsize=6416 CPUtime=4.17
/proc/2609/stat : 2609 (eSAT_static) R 2586 2586 1470 0 -1 4194304 1471 0 0 0 417 0 0 0 25 0 1 0 1974752421 6569984 1372 996147200 134512640 135177480 4294955984 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 1 0 0
/proc/2609/statm: 1604 1372 81 162 0 1439 0
Current children cumulated CPU time (s) 6.16
Current children cumulated vsize (KiB) 53980

[startup+12.7013 s]
/proc/loadavg: 2.00 2.00 1.94 3/75 2609
/proc/meminfo: memFree=1093144/2055920 swapFree=4109524/4192956
[pid=2586] ppid=2584 vsize=47564 CPUtime=1.99
/proc/2586/stat : 2586 (galacE.sh) S 2584 2586 1470 0 -1 4194304 800 23047 0 1 0 1 183 15 17 0 1 0 1974752213 48705536 365 996147200 4194304 4520092 548682068832 18446744073709551615 233401674586 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/2586/statm: 11891 365 246 79 0 219 0
[pid=2609] ppid=2586 vsize=9468 CPUtime=10.52
/proc/2609/stat : 2609 (eSAT_static) R 2586 2586 1470 0 -1 4194304 2211 0 0 0 1051 1 0 0 25 0 1 0 1974752421 9695232 2112 996147200 134512640 135177480 4294955984 18446744073709551615 134571646 0 0 4096 3 0 0 0 17 1 0 0
/proc/2609/statm: 2367 2112 81 162 0 2202 0
Current children cumulated CPU time (s) 12.51
Current children cumulated vsize (KiB) 57032

[startup+25.5016 s]
/proc/loadavg: 2.00 2.00 1.94 3/75 2609
/proc/meminfo: memFree=1089752/2055920 swapFree=4109524/4192956
[pid=2586] ppid=2584 vsize=47564 CPUtime=1.99
/proc/2586/stat : 2586 (galacE.sh) S 2584 2586 1470 0 -1 4194304 800 23047 0 1 0 1 183 15 17 0 1 0 1974752213 48705536 365 996147200 4194304 4520092 548682068832 18446744073709551615 233401674586 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/2586/statm: 11891 365 246 79 0 219 0
[pid=2609] ppid=2586 vsize=12508 CPUtime=23.19
/proc/2609/stat : 2609 (eSAT_static) R 2586 2586 1470 0 -1 4194304 2967 0 0 0 2318 1 0 0 25 0 1 0 1974752421 12808192 2868 996147200 134512640 135177480 4294955984 18446744073709551615 134565196 0 0 4096 3 0 0 0 17 1 0 0
/proc/2609/statm: 3127 2868 81 162 0 2962 0
Current children cumulated CPU time (s) 25.18
Current children cumulated vsize (KiB) 60072

[startup+51.1012 s]
/proc/loadavg: 2.00 2.00 1.94 3/75 2609
/proc/meminfo: memFree=1086680/2055920 swapFree=4109524/4192956
[pid=2586] ppid=2584 vsize=47564 CPUtime=1.99
/proc/2586/stat : 2586 (galacE.sh) S 2584 2586 1470 0 -1 4194304 800 23047 0 1 0 1 183 15 17 0 1 0 1974752213 48705536 365 996147200 4194304 4520092 548682068832 18446744073709551615 233401674586 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/2586/statm: 11891 365 246 79 0 219 0
[pid=2609] ppid=2586 vsize=15632 CPUtime=48.57
/proc/2609/stat : 2609 (eSAT_static) R 2586 2586 1470 0 -1 4194304 3749 0 0 0 4855 2 0 0 25 0 1 0 1974752421 16007168 3650 996147200 134512640 135177480 4294955984 18446744073709551615 134565260 0 0 4096 3 0 0 0 17 1 0 0
/proc/2609/statm: 3908 3650 81 162 0 3743 0
Current children cumulated CPU time (s) 50.56
Current children cumulated vsize (KiB) 63196

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

[startup+54.3028 s]
/proc/loadavg: 2.00 2.00 1.94 3/75 2609
/proc/meminfo: memFree=1086360/2055920 swapFree=4109524/4192956
[pid=2586] ppid=2584 vsize=47564 CPUtime=1.99
/proc/2586/stat : 2586 (galacE.sh) S 2584 2586 1470 0 -1 4194304 800 23047 0 1 0 1 183 15 17 0 1 0 1974752213 48705536 365 996147200 4194304 4520092 548682068832 18446744073709551615 233401674586 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/2586/statm: 11891 365 246 79 0 219 0
[pid=2609] ppid=2586 vsize=16160 CPUtime=51.74
/proc/2609/stat : 2609 (eSAT_static) R 2586 2586 1470 0 -1 4194304 3886 0 0 0 5172 2 0 0 25 0 1 0 1974752421 16547840 3787 996147200 134512640 135177480 4294955984 18446744073709551615 134564657 0 0 4096 3 0 0 0 17 1 0 0
/proc/2609/statm: 4040 3787 81 162 0 3875 0
Current children cumulated CPU time (s) 53.73
Current children cumulated vsize (KiB) 63724

[startup+55.9011 s]
/proc/loadavg: 2.00 2.00 1.94 3/75 2609
/proc/meminfo: memFree=1085976/2055920 swapFree=4109524/4192956
[pid=2586] ppid=2584 vsize=47564 CPUtime=1.99
/proc/2586/stat : 2586 (galacE.sh) S 2584 2586 1470 0 -1 4194304 800 23047 0 1 0 1 183 15 17 0 1 0 1974752213 48705536 365 996147200 4194304 4520092 548682068832 18446744073709551615 233401674586 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/2586/statm: 11891 365 246 79 0 219 0
[pid=2609] ppid=2586 vsize=16688 CPUtime=53.32
/proc/2609/stat : 2609 (eSAT_static) R 2586 2586 1470 0 -1 4194304 4012 0 0 0 5330 2 0 0 25 0 1 0 1974752421 17088512 3913 996147200 134512640 135177480 4294955984 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 1 0 0
/proc/2609/statm: 4172 3913 81 162 0 4007 0
Current children cumulated CPU time (s) 55.31
Current children cumulated vsize (KiB) 64252

[startup+56.7012 s]
/proc/loadavg: 2.00 2.00 1.94 3/75 2609
/proc/meminfo: memFree=1085592/2055920 swapFree=4109524/4192956
[pid=2586] ppid=2584 vsize=47564 CPUtime=55.61
/proc/2586/stat : 2586 (galacE.sh) S 2584 2586 1470 0 -1 4194304 836 27104 0 1 0 1 5542 18 16 0 1 0 1974752213 48705536 366 996147200 4194304 4520092 548682068832 18446744073709551615 233402237010 0 0 4096 73728 18446744071563648864 0 0 17 1 0 0
/proc/2586/statm: 11891 366 246 79 0 219 0
Current children cumulated CPU time (s) 55.61
Current children cumulated vsize (KiB) 47564

[startup+56.9012 s]
/proc/loadavg: 2.00 2.00 1.94 3/75 2609
/proc/meminfo: memFree=1085592/2055920 swapFree=4109524/4192956
[pid=2586] ppid=2584 vsize=47564 CPUtime=55.61
/proc/2586/stat : 2586 (galacE.sh) S 2584 2586 1470 0 -1 4194304 836 27104 0 1 0 1 5542 18 16 0 1 0 1974752213 48705536 366 996147200 4194304 4520092 548682068832 18446744073709551615 233402237010 0 0 4096 73728 18446744071563648864 0 0 17 1 0 0
/proc/2586/statm: 11891 366 246 79 0 219 0
Current children cumulated CPU time (s) 55.61
Current children cumulated vsize (KiB) 47564

[startup+57.0013 s]
/proc/loadavg: 2.00 2.00 1.94 3/75 2609
/proc/meminfo: memFree=1085592/2055920 swapFree=4109524/4192956
[pid=2586] ppid=2584 vsize=47564 CPUtime=55.61
/proc/2586/stat : 2586 (galacE.sh) S 2584 2586 1470 0 -1 4194304 843 27104 0 1 0 1 5542 18 15 0 1 0 1974752213 48705536 367 996147200 4194304 4520092 548682068832 18446744073709551615 233402237010 0 0 4096 73728 18446744071563648864 0 0 17 1 0 0
/proc/2586/statm: 11891 367 246 79 0 219 0
Current children cumulated CPU time (s) 55.61
Current children cumulated vsize (KiB) 47564

Child status: 0
Real time (s): 57.0511
CPU time (s): 56.4194
CPU user time (s): 56.1225
CPU system time (s): 0.296954
CPU usage (%): 98.8928
Max. virtual memory (cumulated for all children) (KiB): 860116

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 56.1225
system time used= 0.296954
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 41320
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= 2030
involuntary context switches= 3126

runsolver used 0.06499 second user time and 0.186971 second system time

The end

Launcher Data (download as text)

Begin job on node70 at 2008-07-02 02:17:14
IDJOB=1036575
IDBENCH=53460
IDSOLVER=351
FILE ID=node70/1036575-1214957833
PBS_JOBID= 7870193
Free space on /tmp= 66448 MiB

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

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= a188c5d885a8663d2f33129eb105c72b
RANDOM SEED=2084656418

node70.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.256
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.256
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:       1102784 kB
Buffers:         53756 kB
Cached:         714872 kB
SwapCached:      77768 kB
Active:         216620 kB
Inactive:       659292 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1102784 kB
SwapTotal:     4192956 kB
SwapFree:      4109524 kB
Dirty:            3280 kB
Writeback:           0 kB
Mapped:         113308 kB
Slab:            62400 kB
Committed_AS:  4059208 kB
PageTables:       1892 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= 66444 MiB
End job on node70 at 2008-07-02 02:18:11