Trace number 1076677

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 817.899 824.9

General information on the benchmark

Namecsp/ogdVg/
normalized-crossword-m1c-ogd-vg14-15_ext.xml
MD5SUMf6ff1d037c8fd69bd364281e23912fb0
Bench CategoryN-ARY-EXT (n-ary constraints in extension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark35.7586
Satisfiable
(Un)Satisfiability was proved
Number of variables210
Number of constraints29
Maximum constraint arity15
Maximum domain size26
Number of constraints which are defined in extension29
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.01/0.04	c --- Preproc Stats ---
1.35/1.40	c start processing
1.35/1.40	c start relation processing
2.84/2.95	c start cnf exporting
94.42/94.67	c parsing time : 1.268
94.42/94.67	c preprocessing time : 94.536
94.42/94.67	
94.42/94.67	c Nary constraints - conflicts : 0 supports : 29
94.42/94.67	c Binary constraints - conflicts : 0 supports :0
94.42/94.67	c max arity constraint : 15
94.42/94.67	c Max Tuples generated 0
94.42/94.67	c relations : 2
94.42/94.67	c relations BDD: 2
94.42/94.67	c sampling 0/0
94.42/94.67	c vars : 869324 - clauses :  2979709
94.42/94.67	
94.48/94.71	 
94.48/94.71	c --- SAT Solver Stats ---
94.48/94.71	 
94.48/94.71	c eSAT 0.1 : minisat core with additionnal features
94.48/94.71	c ============================[ Problem Statistics ]=============================
94.48/94.71	c |                                                                             |
94.48/94.72	c |  Number of variables:  869323                                               |
94.48/94.72	c |  Number of clauses:    2979709                                              |
98.94/99.24	c |  Parsing time:         4.03         s                                       |
817.68/824.78	c restarts              : 414
817.68/824.78	c conflicts             : 48434          (67 /sec)
817.68/824.78	c decisions             : 456946         (69.41 % random) (632 /sec)
817.68/824.78	c euip                  : 3327        
817.68/824.78	c propagations          : 530183570      (733863 /sec)
817.68/824.78	c conflict literals     : 1830905        (56.10 % deleted)
817.68/824.78	c Memory used           : 446.66 MB
817.68/824.78	c CPU time              : 722.456 s
817.68/824.78	c 
817.68/824.78	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-1076677-1215189471/watcher-1076677-1215189471 -o /tmp/evaluation-result-1076677-1215189471/solver-1076677-1215189471 -C 1800 -W 2200 -M 900 --output-limit 1,15 HOME/galacE.sh HOME/instance-1076677-1215189471.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.01 2.00 4/73 15165
/proc/meminfo: memFree=1305728/2055920 swapFree=4137176/4192956
[pid=15165] ppid=15163 vsize=8564 CPUtime=0
/proc/15165/stat : 15165 (galacE.sh) R 15163 15165 11028 0 -1 4194304 309 0 0 0 0 0 0 0 21 0 1 0 1003402078 8769536 255 996147200 4194304 4520092 548682068784 18446744073709551615 269028673423 0 0 4096 8192 0 0 0 17 1 0 0
/proc/15165/statm: 2141 255 197 79 0 134 0

[startup+0.0383009 s]
/proc/loadavg: 2.00 2.01 2.00 4/73 15165
/proc/meminfo: memFree=1305728/2055920 swapFree=4137176/4192956
[pid=15165] ppid=15163 vsize=47572 CPUtime=0.01
/proc/15165/stat : 15165 (galacE.sh) R 15163 15165 11028 0 -1 4194304 750 1702 0 0 0 0 0 1 25 0 1 0 1003402078 48713728 362 996147200 4194304 4520092 548682068784 18446744073709551615 269028471070 0 2 4096 73728 0 0 0 17 0 0 0
/proc/15165/statm: 11893 362 245 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47572

[startup+0.102303 s]
/proc/loadavg: 2.00 2.01 2.00 4/73 15165
/proc/meminfo: memFree=1305728/2055920 swapFree=4137176/4192956
[pid=15165] ppid=15163 vsize=47576 CPUtime=0.01
/proc/15165/stat : 15165 (galacE.sh) S 15163 15165 11028 0 -1 4194304 766 1702 0 0 0 0 0 1 25 0 1 0 1003402078 48717824 366 996147200 4194304 4520092 548682068784 18446744073709551615 269028092762 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/15165/statm: 11894 366 245 79 0 220 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47576

[startup+0.302318 s]
/proc/loadavg: 2.00 2.01 2.00 4/73 15165
/proc/meminfo: memFree=1305728/2055920 swapFree=4137176/4192956
[pid=15165] ppid=15163 vsize=47576 CPUtime=0.01
/proc/15165/stat : 15165 (galacE.sh) S 15163 15165 11028 0 -1 4194304 766 1702 0 0 0 0 0 1 25 0 1 0 1003402078 48717824 366 996147200 4194304 4520092 548682068784 18446744073709551615 269028092762 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/15165/statm: 11894 366 245 79 0 220 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47576

[startup+0.702349 s]
/proc/loadavg: 2.00 2.01 2.00 4/73 15165
/proc/meminfo: memFree=1305728/2055920 swapFree=4137176/4192956
[pid=15165] ppid=15163 vsize=47576 CPUtime=0.01
/proc/15165/stat : 15165 (galacE.sh) S 15163 15165 11028 0 -1 4194304 766 1702 0 0 0 0 0 1 25 0 1 0 1003402078 48717824 366 996147200 4194304 4520092 548682068784 18446744073709551615 269028092762 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/15165/statm: 11894 366 245 79 0 220 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47576

[startup+1.50141 s]
/proc/loadavg: 2.08 2.03 2.01 3/83 15187
/proc/meminfo: memFree=1229600/2055920 swapFree=4137176/4192956
[pid=15165] ppid=15163 vsize=47576 CPUtime=0.01
/proc/15165/stat : 15165 (galacE.sh) S 15163 15165 11028 0 -1 4194304 766 1702 0 0 0 0 0 1 25 0 1 0 1003402078 48717824 366 996147200 4194304 4520092 548682068784 18446744073709551615 269028092762 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/15165/statm: 11894 366 245 79 0 220 0
[pid=15179] ppid=15165 vsize=812744 CPUtime=1.43
/proc/15179/stat : 15179 (java) S 15165 15165 11028 0 -1 0 24913 0 1 0 130 13 0 0 25 0 9 0 1003402082 832249856 24339 996147200 134512640 134550740 4294955568 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/15179/statm: 203186 24339 1888 9 0 197167 0
[pid=15179/tid=15180] ppid=15165 vsize=812744 CPUtime=1.19
/proc/15179/task/15180/stat : 15180 (java) R 15165 15165 11028 0 -1 64 14477 0 1 0 111 8 0 0 25 0 9 0 1003402083 832249856 24339 996147200 134512640 134550740 4294955568 18446744073709551615 4126829818 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15179/tid=15181] ppid=15165 vsize=812744 CPUtime=0.08
/proc/15179/task/15181/stat : 15181 (java) S 15165 15165 11028 0 -1 64 8960 0 0 0 4 4 0 0 16 0 9 0 1003402084 832249856 24339 996147200 134512640 134550740 4294955568 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=15179/tid=15182] ppid=15165 vsize=812744 CPUtime=0
/proc/15179/task/15182/stat : 15182 (java) S 15165 15165 11028 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 1003402085 832249856 24339 996147200 134512640 134550740 4294955568 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15179/tid=15183] ppid=15165 vsize=812744 CPUtime=0
/proc/15179/task/15183/stat : 15183 (java) S 15165 15165 11028 0 -1 64 4 0 0 0 0 0 0 0 25 0 9 0 1003402085 832249856 24339 996147200 134512640 134550740 4294955568 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15179/tid=15184] ppid=15165 vsize=812744 CPUtime=0
/proc/15179/task/15184/stat : 15184 (java) S 15165 15165 11028 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 1003402087 832249856 24339 996147200 134512640 134550740 4294955568 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15179/tid=15185] ppid=15165 vsize=812744 CPUtime=0.14
/proc/15179/task/15185/stat : 15185 (java) S 15165 15165 11028 0 -1 64 777 0 0 0 14 0 0 0 16 0 9 0 1003402087 832249856 24339 996147200 134512640 134550740 4294955568 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15179/tid=15186] ppid=15165 vsize=812744 CPUtime=0
/proc/15179/task/15186/stat : 15186 (java) S 15165 15165 11028 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 1003402087 832249856 24339 996147200 134512640 134550740 4294955568 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15179/tid=15187] ppid=15165 vsize=812744 CPUtime=0
/proc/15179/task/15187/stat : 15187 (java) S 15165 15165 11028 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1003402087 832249856 24339 996147200 134512640 134550740 4294955568 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.44
Current children cumulated vsize (KiB) 860320

[startup+3.10154 s]
/proc/loadavg: 2.08 2.03 2.01 3/83 15187
/proc/meminfo: memFree=1214432/2055920 swapFree=4137176/4192956
[pid=15165] ppid=15163 vsize=47576 CPUtime=0.01
/proc/15165/stat : 15165 (galacE.sh) S 15163 15165 11028 0 -1 4194304 766 1702 0 0 0 0 0 1 25 0 1 0 1003402078 48717824 366 996147200 4194304 4520092 548682068784 18446744073709551615 269028092762 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/15165/statm: 11894 366 245 79 0 220 0
[pid=15179] ppid=15165 vsize=812744 CPUtime=3.04
/proc/15179/stat : 15179 (java) S 15165 15165 11028 0 -1 0 25020 0 1 0 290 14 0 0 25 0 9 0 1003402082 832249856 24442 996147200 134512640 134550740 4294955568 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/15179/statm: 203186 24442 1908 9 0 197167 0
[pid=15179/tid=15180] ppid=15165 vsize=812744 CPUtime=2.71
/proc/15179/task/15180/stat : 15180 (java) R 15165 15165 11028 0 -1 64 14525 0 1 0 263 8 0 0 25 0 9 0 1003402083 832249856 24442 996147200 134512640 134550740 4294955568 18446744073709551615 4125977250 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15179/tid=15181] ppid=15165 vsize=812744 CPUtime=0.08
/proc/15179/task/15181/stat : 15181 (java) S 15165 15165 11028 0 -1 64 8960 0 0 0 4 4 0 0 17 0 9 0 1003402084 832249856 24442 996147200 134512640 134550740 4294955568 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=15179/tid=15182] ppid=15165 vsize=812744 CPUtime=0
/proc/15179/task/15182/stat : 15182 (java) S 15165 15165 11028 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 1003402085 832249856 24442 996147200 134512640 134550740 4294955568 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15179/tid=15183] ppid=15165 vsize=812744 CPUtime=0
/proc/15179/task/15183/stat : 15183 (java) S 15165 15165 11028 0 -1 64 4 0 0 0 0 0 0 0 25 0 9 0 1003402085 832249856 24442 996147200 134512640 134550740 4294955568 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15179/tid=15184] ppid=15165 vsize=812744 CPUtime=0
/proc/15179/task/15184/stat : 15184 (java) S 15165 15165 11028 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 1003402087 832249856 24442 996147200 134512640 134550740 4294955568 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15179/tid=15185] ppid=15165 vsize=812744 CPUtime=0.22
/proc/15179/task/15185/stat : 15185 (java) S 15165 15165 11028 0 -1 64 836 0 0 0 22 0 0 0 16 0 9 0 1003402087 832249856 24442 996147200 134512640 134550740 4294955568 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15179/tid=15186] ppid=15165 vsize=812744 CPUtime=0
/proc/15179/task/15186/stat : 15186 (java) S 15165 15165 11028 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 1003402087 832249856 24442 996147200 134512640 134550740 4294955568 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15179/tid=15187] ppid=15165 vsize=812744 CPUtime=0
/proc/15179/task/15187/stat : 15187 (java) S 15165 15165 11028 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1003402087 832249856 24442 996147200 134512640 134550740 4294955568 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.05
Current children cumulated vsize (KiB) 860320

[startup+6.30279 s]
/proc/loadavg: 2.07 2.03 2.00 3/83 15187
/proc/meminfo: memFree=1183776/2055920 swapFree=4137176/4192956
[pid=15165] ppid=15163 vsize=47576 CPUtime=0.01
/proc/15165/stat : 15165 (galacE.sh) S 15163 15165 11028 0 -1 4194304 766 1702 0 0 0 0 0 1 25 0 1 0 1003402078 48717824 366 996147200 4194304 4520092 548682068784 18446744073709551615 269028092762 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/15165/statm: 11894 366 245 79 0 220 0
[pid=15179] ppid=15165 vsize=812744 CPUtime=6.24
/proc/15179/stat : 15179 (java) S 15165 15165 11028 0 -1 0 32105 0 1 0 606 18 0 0 25 0 9 0 1003402082 832249856 31519 996147200 134512640 134550740 4294955568 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/15179/statm: 203186 31519 1910 9 0 197167 0
[pid=15179/tid=15180] ppid=15165 vsize=812744 CPUtime=5.6
/proc/15179/task/15180/stat : 15180 (java) R 15165 15165 11028 0 -1 64 14534 0 1 0 551 9 0 0 25 0 9 0 1003402083 832249856 31519 996147200 134512640 134550740 4294955568 18446744073709551615 102064750 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15179/tid=15181] ppid=15165 vsize=812744 CPUtime=0.38
/proc/15179/task/15181/stat : 15181 (java) S 15165 15165 11028 0 -1 64 16030 0 0 0 31 7 0 0 16 0 9 0 1003402084 832249856 31519 996147200 134512640 134550740 4294955568 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=15179/tid=15182] ppid=15165 vsize=812744 CPUtime=0
/proc/15179/task/15182/stat : 15182 (java) S 15165 15165 11028 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 1003402085 832249856 31519 996147200 134512640 134550740 4294955568 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15179/tid=15183] ppid=15165 vsize=812744 CPUtime=0
/proc/15179/task/15183/stat : 15183 (java) S 15165 15165 11028 0 -1 64 4 0 0 0 0 0 0 0 25 0 9 0 1003402085 832249856 31519 996147200 134512640 134550740 4294955568 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15179/tid=15184] ppid=15165 vsize=812744 CPUtime=0
/proc/15179/task/15184/stat : 15184 (java) S 15165 15165 11028 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 1003402087 832249856 31519 996147200 134512640 134550740 4294955568 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15179/tid=15185] ppid=15165 vsize=812744 CPUtime=0.23
/proc/15179/task/15185/stat : 15185 (java) S 15165 15165 11028 0 -1 64 842 0 0 0 23 0 0 0 15 0 9 0 1003402087 832249856 31519 996147200 134512640 134550740 4294955568 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15179/tid=15186] ppid=15165 vsize=812744 CPUtime=0
/proc/15179/task/15186/stat : 15186 (java) S 15165 15165 11028 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 1003402087 832249856 31519 996147200 134512640 134550740 4294955568 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15179/tid=15187] ppid=15165 vsize=812744 CPUtime=0
/proc/15179/task/15187/stat : 15187 (java) S 15165 15165 11028 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1003402087 832249856 31519 996147200 134512640 134550740 4294955568 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.25
Current children cumulated vsize (KiB) 860320

[startup+12.7013 s]
/proc/loadavg: 2.07 2.03 2.00 3/83 15187
/proc/meminfo: memFree=1179560/2055920 swapFree=4137176/4192956
[pid=15165] ppid=15163 vsize=47576 CPUtime=0.01
/proc/15165/stat : 15165 (galacE.sh) S 15163 15165 11028 0 -1 4194304 766 1702 0 0 0 0 0 1 25 0 1 0 1003402078 48717824 366 996147200 4194304 4520092 548682068784 18446744073709551615 269028092762 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/15165/statm: 11894 366 245 79 0 220 0
[pid=15179] ppid=15165 vsize=812744 CPUtime=12.64
/proc/15179/stat : 15179 (java) S 15165 15165 11028 0 -1 0 32119 0 1 0 1244 20 0 0 25 0 9 0 1003402082 832249856 31521 996147200 134512640 134550740 4294955568 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/15179/statm: 203186 31521 1910 9 0 197167 0
[pid=15179/tid=15180] ppid=15165 vsize=812744 CPUtime=11.98
/proc/15179/task/15180/stat : 15180 (java) R 15165 15165 11028 0 -1 64 14546 0 1 0 1187 11 0 0 25 0 9 0 1003402083 832249856 31521 996147200 134512640 134550740 4294955568 18446744073709551615 4126745569 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15179/tid=15181] ppid=15165 vsize=812744 CPUtime=0.39
/proc/15179/task/15181/stat : 15181 (java) S 15165 15165 11028 0 -1 64 16030 0 0 0 32 7 0 0 16 0 9 0 1003402084 832249856 31521 996147200 134512640 134550740 4294955568 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=15179/tid=15182] ppid=15165 vsize=812744 CPUtime=0
/proc/15179/task/15182/stat : 15182 (java) S 15165 15165 11028 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 1003402085 832249856 31521 996147200 134512640 134550740 4294955568 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15179/tid=15183] ppid=15165 vsize=812744 CPUtime=0
/proc/15179/task/15183/stat : 15183 (java) S 15165 15165 11028 0 -1 64 4 0 0 0 0 0 0 0 25 0 9 0 1003402085 832249856 31521 996147200 134512640 134550740 4294955568 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15179/tid=15184] ppid=15165 vsize=812744 CPUtime=0
/proc/15179/task/15184/stat : 15184 (java) S 15165 15165 11028 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 1003402087 832249856 31521 996147200 134512640 134550740 4294955568 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15179/tid=15185] ppid=15165 vsize=812744 CPUtime=0.23
/proc/15179/task/15185/stat : 15185 (java) S 15165 15165 11028 0 -1 64 844 0 0 0 23 0 0 0 15 0 9 0 1003402087 832249856 31521 996147200 134512640 134550740 4294955568 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15179/tid=15186] ppid=15165 vsize=812744 CPUtime=0
/proc/15179/task/15186/stat : 15186 (java) S 15165 15165 11028 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 1003402087 832249856 31521 996147200 134512640 134550740 4294955568 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15179/tid=15187] ppid=15165 vsize=812744 CPUtime=0
/proc/15179/task/15187/stat : 15187 (java) S 15165 15165 11028 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1003402087 832249856 31521 996147200 134512640 134550740 4294955568 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.65
Current children cumulated vsize (KiB) 860320

[startup+25.5023 s]
/proc/loadavg: 2.05 2.02 2.00 3/83 15187
/proc/meminfo: memFree=1170088/2055920 swapFree=4137176/4192956
[pid=15165] ppid=15163 vsize=47576 CPUtime=0.01
/proc/15165/stat : 15165 (galacE.sh) S 15163 15165 11028 0 -1 4194304 766 1702 0 0 0 0 0 1 25 0 1 0 1003402078 48717824 366 996147200 4194304 4520092 548682068784 18446744073709551615 269028092762 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/15165/statm: 11894 366 245 79 0 220 0
[pid=15179] ppid=15165 vsize=812744 CPUtime=25.42
/proc/15179/stat : 15179 (java) S 15165 15165 11028 0 -1 0 32144 0 1 0 2517 25 0 0 25 0 9 0 1003402082 832249856 31522 996147200 134512640 134550740 4294955568 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/15179/statm: 203186 31522 1910 9 0 197167 0
[pid=15179/tid=15180] ppid=15165 vsize=812744 CPUtime=24.75
/proc/15179/task/15180/stat : 15180 (java) R 15165 15165 11028 0 -1 64 14570 0 1 0 2459 16 0 0 25 0 9 0 1003402083 832249856 31522 996147200 134512640 134550740 4294955568 18446744073709551615 4126713203 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15179/tid=15181] ppid=15165 vsize=812744 CPUtime=0.4
/proc/15179/task/15181/stat : 15181 (java) S 15165 15165 11028 0 -1 64 16030 0 0 0 33 7 0 0 16 0 9 0 1003402084 832249856 31522 996147200 134512640 134550740 4294955568 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=15179/tid=15182] ppid=15165 vsize=812744 CPUtime=0
/proc/15179/task/15182/stat : 15182 (java) S 15165 15165 11028 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 1003402085 832249856 31522 996147200 134512640 134550740 4294955568 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15179/tid=15183] ppid=15165 vsize=812744 CPUtime=0
/proc/15179/task/15183/stat : 15183 (java) S 15165 15165 11028 0 -1 64 4 0 0 0 0 0 0 0 25 0 9 0 1003402085 832249856 31522 996147200 134512640 134550740 4294955568 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15179/tid=15184] ppid=15165 vsize=812744 CPUtime=0
/proc/15179/task/15184/stat : 15184 (java) S 15165 15165 11028 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 1003402087 832249856 31522 996147200 134512640 134550740 4294955568 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15179/tid=15185] ppid=15165 vsize=812744 CPUtime=0.23
/proc/15179/task/15185/stat : 15185 (java) S 15165 15165 11028 0 -1 64 845 0 0 0 23 0 0 0 16 0 9 0 1003402087 832249856 31522 996147200 134512640 134550740 4294955568 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15179/tid=15186] ppid=15165 vsize=812744 CPUtime=0
/proc/15179/task/15186/stat : 15186 (java) S 15165 15165 11028 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 1003402087 832249856 31522 996147200 134512640 134550740 4294955568 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15179/tid=15187] ppid=15165 vsize=812744 CPUtime=0
/proc/15179/task/15187/stat : 15187 (java) S 15165 15165 11028 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1003402087 832249856 31522 996147200 134512640 134550740 4294955568 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 25.43
Current children cumulated vsize (KiB) 860320

[startup+51.1023 s]
/proc/loadavg: 2.03 2.02 2.00 3/83 15187
/proc/meminfo: memFree=1151272/2055920 swapFree=4137176/4192956
[pid=15165] ppid=15163 vsize=47576 CPUtime=0.01

################
# More data... #
################


[startup+282.303 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 15188
/proc/meminfo: memFree=783720/2055920 swapFree=4137176/4192956
[pid=15165] ppid=15163 vsize=47576 CPUtime=94.51
/proc/15165/stat : 15165 (galacE.sh) S 15163 15165 11028 0 -1 4194304 801 33990 0 1 0 0 9395 56 17 0 1 0 1003402078 48717824 366 996147200 4194304 4520092 548682068784 18446744073709551615 269028092762 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/15165/statm: 11894 366 245 79 0 220 0
[pid=15188] ppid=15165 vsize=457220 CPUtime=185.83
/proc/15188/stat : 15188 (eSAT_static) R 15165 15165 11028 0 -1 4194304 123316 0 0 0 18504 79 0 0 25 0 1 0 1003411550 468193280 109519 996147200 134512640 135177480 4294955936 18446744073709551615 134565260 0 0 4096 3 0 0 0 17 1 0 0
/proc/15188/statm: 114305 109519 79 162 0 114140 0
Current children cumulated CPU time (s) 280.34
Current children cumulated vsize (KiB) 504796

[startup+342.302 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 15188
/proc/meminfo: memFree=781352/2055920 swapFree=4137176/4192956
[pid=15165] ppid=15163 vsize=47576 CPUtime=94.51
/proc/15165/stat : 15165 (galacE.sh) S 15163 15165 11028 0 -1 4194304 801 33990 0 1 0 0 9395 56 17 0 1 0 1003402078 48717824 366 996147200 4194304 4520092 548682068784 18446744073709551615 269028092762 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/15165/statm: 11894 366 245 79 0 220 0
[pid=15188] ppid=15165 vsize=457220 CPUtime=245.27
/proc/15188/stat : 15188 (eSAT_static) R 15165 15165 11028 0 -1 4194304 123318 0 0 0 24448 79 0 0 25 0 1 0 1003411550 468193280 109521 996147200 134512640 135177480 4294955936 18446744073709551615 134565419 0 0 4096 3 0 0 0 17 1 0 0
/proc/15188/statm: 114305 109521 79 162 0 114140 0
Current children cumulated CPU time (s) 339.78
Current children cumulated vsize (KiB) 504796

[startup+402.302 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 15188
/proc/meminfo: memFree=779688/2055920 swapFree=4137176/4192956
[pid=15165] ppid=15163 vsize=47576 CPUtime=94.51
/proc/15165/stat : 15165 (galacE.sh) S 15163 15165 11028 0 -1 4194304 801 33990 0 1 0 0 9395 56 17 0 1 0 1003402078 48717824 366 996147200 4194304 4520092 548682068784 18446744073709551615 269028092762 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/15165/statm: 11894 366 245 79 0 220 0
[pid=15188] ppid=15165 vsize=457220 CPUtime=304.71
/proc/15188/stat : 15188 (eSAT_static) R 15165 15165 11028 0 -1 4194304 123318 0 0 0 30392 79 0 0 25 0 1 0 1003411550 468193280 109521 996147200 134512640 135177480 4294955936 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 1 0 0
/proc/15188/statm: 114305 109521 79 162 0 114140 0
Current children cumulated CPU time (s) 399.22
Current children cumulated vsize (KiB) 504796

[startup+462.303 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 15190
/proc/meminfo: memFree=777576/2055920 swapFree=4137176/4192956
[pid=15165] ppid=15163 vsize=47576 CPUtime=94.51
/proc/15165/stat : 15165 (galacE.sh) S 15163 15165 11028 0 -1 4194304 801 33990 0 1 0 0 9395 56 17 0 1 0 1003402078 48717824 366 996147200 4194304 4520092 548682068784 18446744073709551615 269028092762 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/15165/statm: 11894 366 245 79 0 220 0
[pid=15188] ppid=15165 vsize=457220 CPUtime=364.15
/proc/15188/stat : 15188 (eSAT_static) R 15165 15165 11028 0 -1 4194304 123318 0 0 0 36336 79 0 0 25 0 1 0 1003411550 468193280 109521 996147200 134512640 135177480 4294955936 18446744073709551615 134565474 0 0 4096 3 0 0 0 17 1 0 0
/proc/15188/statm: 114305 109521 79 162 0 114140 0
Current children cumulated CPU time (s) 458.66
Current children cumulated vsize (KiB) 504796

[startup+522.303 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 15190
/proc/meminfo: memFree=774504/2055920 swapFree=4137176/4192956
[pid=15165] ppid=15163 vsize=47576 CPUtime=94.51
/proc/15165/stat : 15165 (galacE.sh) S 15163 15165 11028 0 -1 4194304 801 33990 0 1 0 0 9395 56 17 0 1 0 1003402078 48717824 366 996147200 4194304 4520092 548682068784 18446744073709551615 269028092762 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/15165/statm: 11894 366 245 79 0 220 0
[pid=15188] ppid=15165 vsize=457220 CPUtime=423.59
/proc/15188/stat : 15188 (eSAT_static) R 15165 15165 11028 0 -1 4194304 123318 0 0 0 42280 79 0 0 25 0 1 0 1003411550 468193280 109521 996147200 134512640 135177480 4294955936 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 1 0 0
/proc/15188/statm: 114305 109521 79 162 0 114140 0
Current children cumulated CPU time (s) 518.1
Current children cumulated vsize (KiB) 504796

[startup+582.302 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 15190
/proc/meminfo: memFree=769128/2055920 swapFree=4137176/4192956
[pid=15165] ppid=15163 vsize=47576 CPUtime=94.51
/proc/15165/stat : 15165 (galacE.sh) S 15163 15165 11028 0 -1 4194304 801 33990 0 1 0 0 9395 56 17 0 1 0 1003402078 48717824 366 996147200 4194304 4520092 548682068784 18446744073709551615 269028092762 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/15165/statm: 11894 366 245 79 0 220 0
[pid=15188] ppid=15165 vsize=457380 CPUtime=483.03
/proc/15188/stat : 15188 (eSAT_static) R 15165 15165 11028 0 -1 4194304 123331 0 0 0 48224 79 0 0 25 0 1 0 1003411550 468357120 109534 996147200 134512640 135177480 4294955936 18446744073709551615 134565260 0 0 4096 3 0 0 0 17 1 0 0
/proc/15188/statm: 114345 109534 79 162 0 114180 0
Current children cumulated CPU time (s) 577.54
Current children cumulated vsize (KiB) 504956

[startup+642.302 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 15190
/proc/meminfo: memFree=767080/2055920 swapFree=4137176/4192956
[pid=15165] ppid=15163 vsize=47576 CPUtime=94.51
/proc/15165/stat : 15165 (galacE.sh) S 15163 15165 11028 0 -1 4194304 801 33990 0 1 0 0 9395 56 17 0 1 0 1003402078 48717824 366 996147200 4194304 4520092 548682068784 18446744073709551615 269028092762 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/15165/statm: 11894 366 245 79 0 220 0
[pid=15188] ppid=15165 vsize=457380 CPUtime=542.47
/proc/15188/stat : 15188 (eSAT_static) R 15165 15165 11028 0 -1 4194304 123334 0 0 0 54168 79 0 0 25 0 1 0 1003411550 468357120 109537 996147200 134512640 135177480 4294955936 18446744073709551615 134547815 0 0 4096 3 0 0 0 17 1 0 0
/proc/15188/statm: 114345 109537 79 162 0 114180 0
Current children cumulated CPU time (s) 636.98
Current children cumulated vsize (KiB) 504956

[startup+702.303 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 15190
/proc/meminfo: memFree=766120/2055920 swapFree=4137176/4192956
[pid=15165] ppid=15163 vsize=47576 CPUtime=94.51
/proc/15165/stat : 15165 (galacE.sh) S 15163 15165 11028 0 -1 4194304 801 33990 0 1 0 0 9395 56 17 0 1 0 1003402078 48717824 366 996147200 4194304 4520092 548682068784 18446744073709551615 269028092762 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/15165/statm: 11894 366 245 79 0 220 0
[pid=15188] ppid=15165 vsize=457380 CPUtime=601.91
/proc/15188/stat : 15188 (eSAT_static) R 15165 15165 11028 0 -1 4194304 123334 0 0 0 60111 80 0 0 25 0 1 0 1003411550 468357120 109537 996147200 134512640 135177480 4294955936 18446744073709551615 134564590 0 0 4096 3 0 0 0 17 1 0 0
/proc/15188/statm: 114345 109537 79 162 0 114180 0
Current children cumulated CPU time (s) 696.42
Current children cumulated vsize (KiB) 504956

[startup+762.308 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 15190
/proc/meminfo: memFree=765544/2055920 swapFree=4137176/4192956
[pid=15165] ppid=15163 vsize=47576 CPUtime=94.51
/proc/15165/stat : 15165 (galacE.sh) S 15163 15165 11028 0 -1 4194304 801 33990 0 1 0 0 9395 56 17 0 1 0 1003402078 48717824 366 996147200 4194304 4520092 548682068784 18446744073709551615 269028092762 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/15165/statm: 11894 366 245 79 0 220 0
[pid=15188] ppid=15165 vsize=457380 CPUtime=661.35
/proc/15188/stat : 15188 (eSAT_static) R 15165 15165 11028 0 -1 4194304 123336 0 0 0 66055 80 0 0 25 0 1 0 1003411550 468357120 109539 996147200 134512640 135177480 4294955936 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 1 0 0
/proc/15188/statm: 114345 109539 79 162 0 114180 0
Current children cumulated CPU time (s) 755.86
Current children cumulated vsize (KiB) 504956

[startup+822.302 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 15190
/proc/meminfo: memFree=763496/2055920 swapFree=4137176/4192956
[pid=15165] ppid=15163 vsize=47576 CPUtime=94.51
/proc/15165/stat : 15165 (galacE.sh) S 15163 15165 11028 0 -1 4194304 801 33990 0 1 0 0 9395 56 17 0 1 0 1003402078 48717824 366 996147200 4194304 4520092 548682068784 18446744073709551615 269028092762 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/15165/statm: 11894 366 245 79 0 220 0
[pid=15188] ppid=15165 vsize=457380 CPUtime=720.79
/proc/15188/stat : 15188 (eSAT_static) R 15165 15165 11028 0 -1 4194304 123340 0 0 0 71999 80 0 0 25 0 1 0 1003411550 468357120 109543 996147200 134512640 135177480 4294955936 18446744073709551615 134565260 0 0 4096 3 0 0 0 17 1 0 0
/proc/15188/statm: 114345 109543 79 162 0 114180 0
Current children cumulated CPU time (s) 815.3
Current children cumulated vsize (KiB) 504956

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

[startup+823.906 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 15190
/proc/meminfo: memFree=763496/2055920 swapFree=4137176/4192956
[pid=15165] ppid=15163 vsize=47576 CPUtime=94.51
/proc/15165/stat : 15165 (galacE.sh) S 15163 15165 11028 0 -1 4194304 801 33990 0 1 0 0 9395 56 17 0 1 0 1003402078 48717824 366 996147200 4194304 4520092 548682068784 18446744073709551615 269028092762 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/15165/statm: 11894 366 245 79 0 220 0
[pid=15188] ppid=15165 vsize=457380 CPUtime=722.38
/proc/15188/stat : 15188 (eSAT_static) R 15165 15165 11028 0 -1 4194304 123340 0 0 0 72158 80 0 0 25 0 1 0 1003411550 468357120 109543 996147200 134512640 135177480 4294955936 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 1 0 0
/proc/15188/statm: 114345 109543 79 162 0 114180 0
Current children cumulated CPU time (s) 816.89
Current children cumulated vsize (KiB) 504956

[startup+824.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 15190
/proc/meminfo: memFree=763496/2055920 swapFree=4137176/4192956
[pid=15165] ppid=15163 vsize=47576 CPUtime=94.51
/proc/15165/stat : 15165 (galacE.sh) S 15163 15165 11028 0 -1 4194304 801 33990 0 1 0 0 9395 56 17 0 1 0 1003402078 48717824 366 996147200 4194304 4520092 548682068784 18446744073709551615 269028092762 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/15165/statm: 11894 366 245 79 0 220 0
[pid=15188] ppid=15165 vsize=457380 CPUtime=722.77
/proc/15188/stat : 15188 (eSAT_static) R 15165 15165 11028 0 -1 4194304 123340 0 0 0 72197 80 0 0 25 0 1 0 1003411550 468357120 109543 996147200 134512640 135177480 4294955936 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 1 0 0
/proc/15188/statm: 114345 109543 79 162 0 114180 0
Current children cumulated CPU time (s) 817.28
Current children cumulated vsize (KiB) 504956

[startup+824.702 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 15190
/proc/meminfo: memFree=763496/2055920 swapFree=4137176/4192956
[pid=15165] ppid=15163 vsize=47576 CPUtime=94.51
/proc/15165/stat : 15165 (galacE.sh) S 15163 15165 11028 0 -1 4194304 801 33990 0 1 0 0 9395 56 17 0 1 0 1003402078 48717824 366 996147200 4194304 4520092 548682068784 18446744073709551615 269028092762 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/15165/statm: 11894 366 245 79 0 220 0
[pid=15188] ppid=15165 vsize=457380 CPUtime=723.17
/proc/15188/stat : 15188 (eSAT_static) R 15165 15165 11028 0 -1 4194304 123340 0 0 0 72237 80 0 0 25 0 1 0 1003411550 468357120 109543 996147200 134512640 135177480 4294955936 18446744073709551615 134565210 0 0 4096 3 0 0 0 17 1 0 0
/proc/15188/statm: 114345 109543 79 162 0 114180 0
Current children cumulated CPU time (s) 817.68
Current children cumulated vsize (KiB) 504956

[startup+824.802 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 15190
/proc/meminfo: memFree=763496/2055920 swapFree=4137176/4192956
[pid=15165] ppid=15163 vsize=47576 CPUtime=94.51
/proc/15165/stat : 15165 (galacE.sh) S 15163 15165 11028 0 -1 4194304 801 33990 0 1 0 0 9395 56 17 0 1 0 1003402078 48717824 366 996147200 4194304 4520092 548682068784 18446744073709551615 269028092762 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/15165/statm: 11894 366 245 79 0 220 0
[pid=15188] ppid=15165 vsize=0 CPUtime=723.27
/proc/15188/stat : 15188 (eSAT_static) R 15165 15165 11028 0 -1 4194308 123352 0 0 0 72245 82 0 0 25 0 1 0 1003411550 0 0 996147200 0 0 0 0 0 0 0 4096 3 0 0 0 17 1 0 0
/proc/15188/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 817.78
Current children cumulated vsize (KiB) 47576

Child status: 0
Real time (s): 824.9
CPU time (s): 817.899
CPU user time (s): 816.415
CPU system time (s): 1.48377
CPU usage (%): 99.1512
Max. virtual memory (cumulated for all children) (KiB): 860320

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 816.415
system time used= 1.48377
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 158334
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= 4242
involuntary context switches= 20632

runsolver used 1.04684 second user time and 2.71359 second system time

The end

Launcher Data (download as text)

Begin job on node26 at 2008-07-04 18:37:51
IDJOB=1076677
IDBENCH=56597
IDSOLVER=351
FILE ID=node26/1076677-1215189471
PBS_JOBID= 7881510
Free space on /tmp= 66388 MiB

SOLVER NAME= galac E
BENCH NAME= CPAI08/csp/ogdVg/normalized-crossword-m1c-ogd-vg14-15_ext.xml
COMMAND LINE= HOME/galacE.sh BENCHNAME 
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1076677-1215189471/watcher-1076677-1215189471 -o /tmp/evaluation-result-1076677-1215189471/solver-1076677-1215189471 -C 1800 -W 2200 -M 900 --output-limit 1,15  HOME/galacE.sh HOME/instance-1076677-1215189471.xml 

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= f6ff1d037c8fd69bd364281e23912fb0
RANDOM SEED=517285369

node26.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.221
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.221
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:       1306208 kB
Buffers:         55592 kB
Cached:         331692 kB
SwapCached:      49684 kB
Active:         561392 kB
Inactive:       129200 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1306208 kB
SwapTotal:     4192956 kB
SwapFree:      4137176 kB
Dirty:            4448 kB
Writeback:           0 kB
Mapped:         309592 kB
Slab:            43972 kB
Committed_AS:  1941960 kB
PageTables:       2392 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= 66388 MiB
End job on node26 at 2008-07-04 18:51:36