Trace number 1076147

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 MUNSAT 663.537 669.275

General information on the benchmark

Namecsp/ogdVg/
normalized-crossword-m1c-ogd-vg13-15_ext.xml
MD5SUM91369ad0805d89bc83cd88f650859b12
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 benchmark63.7813
Satisfiable
(Un)Satisfiability was proved
Number of variables195
Number of constraints28
Maximum constraint arity15
Maximum domain size26
Number of constraints which are defined in extension28
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.03	c --- Preproc Stats ---
1.74/1.86	c start processing
1.74/1.86	c start relation processing
4.12/4.25	c start cnf exporting
118.08/119.32	c parsing time : 1.724
118.08/119.32	c preprocessing time : 119.187
118.08/119.32	
118.08/119.32	c Nary constraints - conflicts : 0 supports : 28
118.08/119.32	c Binary constraints - conflicts : 0 supports :0
118.08/119.32	c max arity constraint : 15
118.08/119.32	c Max Tuples generated 0
118.08/119.32	c relations : 2
118.08/119.32	c relations BDD: 2
118.08/119.32	c sampling 0/0
118.08/119.32	c vars : 967587 - clauses :  3358778
118.08/119.32	
118.08/119.36	 
118.08/119.36	c --- SAT Solver Stats ---
118.08/119.36	 
663.35/669.20	c restarts              : 14
663.35/669.20	c conflicts             : 42701          (78 /sec)
663.35/669.20	c decisions             : 139225         (1.98 % random) (256 /sec)
663.35/669.20	c propagations          : 857982983      (1574592 /sec)
663.35/669.20	c conflict literals     : 1738165        (35.29 % deleted)
663.35/669.20	c Memory used           : 205.07 MB
663.35/669.20	c CPU time              : 544.892 s
663.45/669.20	
663.45/669.20	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-1076147-1215183998/watcher-1076147-1215183998 -o /tmp/evaluation-result-1076147-1215183998/solver-1076147-1215183998 -C 1800 -W 2200 -M 900 --output-limit 1,15 HOME/galacM.sh HOME/instance-1076147-1215183998.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.92 1.98 1.99 4/73 22547
/proc/meminfo: memFree=1440592/2055920 swapFree=4122092/4192956
[pid=22547] ppid=22545 vsize=18572 CPUtime=0
/proc/22547/stat : 22547 (runsolver) R 22545 22547 22510 0 -1 4194368 15 0 0 0 0 0 0 0 21 0 1 0 1306645755 19017728 292 996147200 4194304 4296836 548682068496 18446744073709551615 273952599335 0 0 4096 24578 0 0 0 17 1 0 0
/proc/22547/statm: 4643 292 257 25 0 2626 0

[startup+0.108703 s]
/proc/loadavg: 1.92 1.98 1.99 4/73 22547
/proc/meminfo: memFree=1440592/2055920 swapFree=4122092/4192956
[pid=22547] ppid=22545 vsize=47560 CPUtime=0.01
/proc/22547/stat : 22547 (galacM.sh) S 22545 22547 22510 0 -1 4194304 765 1698 0 0 0 0 0 1 23 0 1 0 1306645755 48701440 364 996147200 4194304 4520092 548682068832 18446744073709551615 273952205658 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/22547/statm: 11890 364 245 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47560

[startup+0.20173 s]
/proc/loadavg: 1.92 1.98 1.99 4/73 22547
/proc/meminfo: memFree=1440592/2055920 swapFree=4122092/4192956
[pid=22547] ppid=22545 vsize=47560 CPUtime=0.01
/proc/22547/stat : 22547 (galacM.sh) S 22545 22547 22510 0 -1 4194304 765 1698 0 0 0 0 0 1 23 0 1 0 1306645755 48701440 364 996147200 4194304 4520092 548682068832 18446744073709551615 273952205658 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/22547/statm: 11890 364 245 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47560

[startup+0.301738 s]
/proc/loadavg: 1.92 1.98 1.99 4/73 22547
/proc/meminfo: memFree=1440592/2055920 swapFree=4122092/4192956
[pid=22547] ppid=22545 vsize=47560 CPUtime=0.01
/proc/22547/stat : 22547 (galacM.sh) S 22545 22547 22510 0 -1 4194304 765 1698 0 0 0 0 0 1 23 0 1 0 1306645755 48701440 364 996147200 4194304 4520092 548682068832 18446744073709551615 273952205658 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/22547/statm: 11890 364 245 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47560

[startup+0.701814 s]
/proc/loadavg: 1.92 1.98 1.99 4/73 22547
/proc/meminfo: memFree=1440592/2055920 swapFree=4122092/4192956
[pid=22547] ppid=22545 vsize=47560 CPUtime=0.01
/proc/22547/stat : 22547 (galacM.sh) S 22545 22547 22510 0 -1 4194304 765 1698 0 0 0 0 0 1 23 0 1 0 1306645755 48701440 364 996147200 4194304 4520092 548682068832 18446744073709551615 273952205658 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/22547/statm: 11890 364 245 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47560

[startup+1.50298 s]
/proc/loadavg: 2.01 2.00 2.00 3/83 22569
/proc/meminfo: memFree=1364480/2055920 swapFree=4122092/4192956
[pid=22547] ppid=22545 vsize=47560 CPUtime=0.01
/proc/22547/stat : 22547 (galacM.sh) S 22545 22547 22510 0 -1 4194304 765 1698 0 0 0 0 0 1 23 0 1 0 1306645755 48701440 364 996147200 4194304 4520092 548682068832 18446744073709551615 273952205658 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/22547/statm: 11890 364 245 79 0 219 0
[pid=22561] ppid=22547 vsize=812628 CPUtime=1.44
/proc/22561/stat : 22561 (java) S 22547 22547 22510 0 -1 0 21201 0 1 0 132 12 0 0 18 0 9 0 1306645759 832131072 20627 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/22561/statm: 203157 20627 1881 9 0 197138 0
[pid=22561/tid=22562] ppid=22547 vsize=812628 CPUtime=1.24
/proc/22561/task/22562/stat : 22562 (java) R 22547 22547 22510 0 -1 64 14456 0 1 0 116 8 0 0 25 0 9 0 1306645760 832131072 20627 996147200 134512640 134550740 4294955600 18446744073709551615 4126650797 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22561/tid=22563] ppid=22547 vsize=812628 CPUtime=0.04
/proc/22561/task/22563/stat : 22563 (java) S 22547 22547 22510 0 -1 64 5290 0 0 0 2 2 0 0 17 0 9 0 1306645762 832131072 20627 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=22561/tid=22564] ppid=22547 vsize=812628 CPUtime=0
/proc/22561/task/22564/stat : 22564 (java) S 22547 22547 22510 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1306645762 832131072 20627 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22561/tid=22565] ppid=22547 vsize=812628 CPUtime=0
/proc/22561/task/22565/stat : 22565 (java) S 22547 22547 22510 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 1306645762 832131072 20627 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22561/tid=22566] ppid=22547 vsize=812628 CPUtime=0
/proc/22561/task/22566/stat : 22566 (java) S 22547 22547 22510 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 1306645765 832131072 20627 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22561/tid=22567] ppid=22547 vsize=812628 CPUtime=0.12
/proc/22561/task/22567/stat : 22567 (java) S 22547 22547 22510 0 -1 64 755 0 0 0 12 0 0 0 16 0 9 0 1306645765 832131072 20627 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22561/tid=22568] ppid=22547 vsize=812628 CPUtime=0
/proc/22561/task/22568/stat : 22568 (java) S 22547 22547 22510 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1306645765 832131072 20627 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22561/tid=22569] ppid=22547 vsize=812628 CPUtime=0
/proc/22561/task/22569/stat : 22569 (java) S 22547 22547 22510 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1306645765 832131072 20627 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.45
Current children cumulated vsize (KiB) 860188

[startup+3.1023 s]
/proc/loadavg: 2.01 2.00 2.00 3/83 22569
/proc/meminfo: memFree=1346112/2055920 swapFree=4122092/4192956
[pid=22547] ppid=22545 vsize=47560 CPUtime=0.01
/proc/22547/stat : 22547 (galacM.sh) S 22545 22547 22510 0 -1 4194304 765 1698 0 0 0 0 0 1 23 0 1 0 1306645755 48701440 364 996147200 4194304 4520092 548682068832 18446744073709551615 273952205658 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/22547/statm: 11890 364 245 79 0 219 0
[pid=22561] ppid=22547 vsize=812740 CPUtime=3.02
/proc/22561/stat : 22561 (java) S 22547 22547 22510 0 -1 0 25756 0 1 0 288 14 0 0 18 0 9 0 1306645759 832245760 25179 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/22561/statm: 203185 25179 1888 9 0 197166 0
[pid=22561/tid=22562] ppid=22547 vsize=812740 CPUtime=2.74
/proc/22561/task/22562/stat : 22562 (java) R 22547 22547 22510 0 -1 64 14480 0 1 0 266 8 0 0 25 0 9 0 1306645760 832245760 25179 996147200 134512640 134550740 4294955600 18446744073709551615 4126862456 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22561/tid=22563] ppid=22547 vsize=812740 CPUtime=0.09
/proc/22561/task/22563/stat : 22563 (java) S 22547 22547 22510 0 -1 64 9792 0 0 0 4 5 0 0 17 0 9 0 1306645762 832245760 25179 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=22561/tid=22564] ppid=22547 vsize=812740 CPUtime=0
/proc/22561/task/22564/stat : 22564 (java) S 22547 22547 22510 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1306645762 832245760 25179 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22561/tid=22565] ppid=22547 vsize=812740 CPUtime=0
/proc/22561/task/22565/stat : 22565 (java) S 22547 22547 22510 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 1306645762 832245760 25179 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22561/tid=22566] ppid=22547 vsize=812740 CPUtime=0
/proc/22561/task/22566/stat : 22566 (java) S 22547 22547 22510 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 1306645765 832245760 25179 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22561/tid=22567] ppid=22547 vsize=812740 CPUtime=0.17
/proc/22561/task/22567/stat : 22567 (java) S 22547 22547 22510 0 -1 64 784 0 0 0 17 0 0 0 15 0 9 0 1306645765 832245760 25179 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22561/tid=22568] ppid=22547 vsize=812740 CPUtime=0
/proc/22561/task/22568/stat : 22568 (java) S 22547 22547 22510 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1306645765 832245760 25179 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22561/tid=22569] ppid=22547 vsize=812740 CPUtime=0
/proc/22561/task/22569/stat : 22569 (java) S 22547 22547 22510 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1306645765 832245760 25179 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.03
Current children cumulated vsize (KiB) 860300

[startup+6.30292 s]
/proc/loadavg: 2.01 2.00 2.00 3/83 22570
/proc/meminfo: memFree=1313792/2055920 swapFree=4122092/4192956
[pid=22547] ppid=22545 vsize=47560 CPUtime=0.01
/proc/22547/stat : 22547 (galacM.sh) S 22545 22547 22510 0 -1 4194304 765 1698 0 0 0 0 0 1 23 0 1 0 1306645755 48701440 364 996147200 4194304 4520092 548682068832 18446744073709551615 273952205658 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/22547/statm: 11890 364 245 79 0 219 0
[pid=22561] ppid=22547 vsize=812740 CPUtime=6.18
/proc/22561/stat : 22561 (java) S 22547 22547 22510 0 -1 0 33621 0 1 0 598 20 0 0 18 0 9 0 1306645759 832245760 33036 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/22561/statm: 203185 33036 1909 9 0 197166 0
[pid=22561/tid=22562] ppid=22547 vsize=812740 CPUtime=5.44
/proc/22561/task/22562/stat : 22562 (java) R 22547 22547 22510 0 -1 64 14529 0 1 0 535 9 0 0 25 0 9 0 1306645760 832245760 33036 996147200 134512640 134550740 4294955600 18446744073709551615 4126775777 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22561/tid=22563] ppid=22547 vsize=812740 CPUtime=0.48
/proc/22561/task/22563/stat : 22563 (java) S 22547 22547 22510 0 -1 64 17559 0 0 0 39 9 0 0 16 0 9 0 1306645762 832245760 33036 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=22561/tid=22564] ppid=22547 vsize=812740 CPUtime=0
/proc/22561/task/22564/stat : 22564 (java) S 22547 22547 22510 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1306645762 832245760 33036 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22561/tid=22565] ppid=22547 vsize=812740 CPUtime=0
/proc/22561/task/22565/stat : 22565 (java) S 22547 22547 22510 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 1306645762 832245760 33036 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22561/tid=22566] ppid=22547 vsize=812740 CPUtime=0
/proc/22561/task/22566/stat : 22566 (java) S 22547 22547 22510 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 1306645765 832245760 33036 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22561/tid=22567] ppid=22547 vsize=812740 CPUtime=0.23
/proc/22561/task/22567/stat : 22567 (java) S 22547 22547 22510 0 -1 64 833 0 0 0 23 0 0 0 15 0 9 0 1306645765 832245760 33036 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22561/tid=22568] ppid=22547 vsize=812740 CPUtime=0
/proc/22561/task/22568/stat : 22568 (java) S 22547 22547 22510 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1306645765 832245760 33036 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22561/tid=22569] ppid=22547 vsize=812740 CPUtime=0
/proc/22561/task/22569/stat : 22569 (java) S 22547 22547 22510 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1306645765 832245760 33036 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.19
Current children cumulated vsize (KiB) 860300

[startup+12.7022 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 22570
/proc/meminfo: memFree=1310080/2055920 swapFree=4122092/4192956
[pid=22547] ppid=22545 vsize=47560 CPUtime=0.01
/proc/22547/stat : 22547 (galacM.sh) S 22545 22547 22510 0 -1 4194304 765 1698 0 0 0 0 0 1 23 0 1 0 1306645755 48701440 364 996147200 4194304 4520092 548682068832 18446744073709551615 273952205658 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/22547/statm: 11890 364 245 79 0 219 0
[pid=22561] ppid=22547 vsize=812740 CPUtime=12.51
/proc/22561/stat : 22561 (java) S 22547 22547 22510 0 -1 0 33634 0 1 0 1229 22 0 0 18 0 9 0 1306645759 832245760 33038 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/22561/statm: 203185 33038 1909 9 0 197166 0
[pid=22561/tid=22562] ppid=22547 vsize=812740 CPUtime=11.76
/proc/22561/task/22562/stat : 22562 (java) R 22547 22547 22510 0 -1 64 14540 0 1 0 1165 11 0 0 25 0 9 0 1306645760 832245760 33038 996147200 134512640 134550740 4294955600 18446744073709551615 4126672103 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22561/tid=22563] ppid=22547 vsize=812740 CPUtime=0.48
/proc/22561/task/22563/stat : 22563 (java) S 22547 22547 22510 0 -1 64 17559 0 0 0 39 9 0 0 16 0 9 0 1306645762 832245760 33038 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=22561/tid=22564] ppid=22547 vsize=812740 CPUtime=0
/proc/22561/task/22564/stat : 22564 (java) S 22547 22547 22510 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1306645762 832245760 33038 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22561/tid=22565] ppid=22547 vsize=812740 CPUtime=0
/proc/22561/task/22565/stat : 22565 (java) S 22547 22547 22510 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 1306645762 832245760 33038 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22561/tid=22566] ppid=22547 vsize=812740 CPUtime=0
/proc/22561/task/22566/stat : 22566 (java) S 22547 22547 22510 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 1306645765 832245760 33038 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22561/tid=22567] ppid=22547 vsize=812740 CPUtime=0.24
/proc/22561/task/22567/stat : 22567 (java) S 22547 22547 22510 0 -1 64 835 0 0 0 24 0 0 0 16 0 9 0 1306645765 832245760 33038 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22561/tid=22568] ppid=22547 vsize=812740 CPUtime=0
/proc/22561/task/22568/stat : 22568 (java) S 22547 22547 22510 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1306645765 832245760 33038 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22561/tid=22569] ppid=22547 vsize=812740 CPUtime=0
/proc/22561/task/22569/stat : 22569 (java) S 22547 22547 22510 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1306645765 832245760 33038 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.52
Current children cumulated vsize (KiB) 860300

[startup+25.5017 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 22570
/proc/meminfo: memFree=1302528/2055920 swapFree=4122092/4192956
[pid=22547] ppid=22545 vsize=47560 CPUtime=0.01
/proc/22547/stat : 22547 (galacM.sh) S 22545 22547 22510 0 -1 4194304 765 1698 0 0 0 0 0 1 23 0 1 0 1306645755 48701440 364 996147200 4194304 4520092 548682068832 18446744073709551615 273952205658 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/22547/statm: 11890 364 245 79 0 219 0
[pid=22561] ppid=22547 vsize=812740 CPUtime=25.19
/proc/22561/stat : 22561 (java) S 22547 22547 22510 0 -1 0 33656 0 1 0 2492 27 0 0 18 0 9 0 1306645759 832245760 33038 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/22561/statm: 203185 33038 1909 9 0 197166 0
[pid=22561/tid=22562] ppid=22547 vsize=812740 CPUtime=24.42
/proc/22561/task/22562/stat : 22562 (java) R 22547 22547 22510 0 -1 64 14562 0 1 0 2427 15 0 0 25 0 9 0 1306645760 832245760 33038 996147200 134512640 134550740 4294955600 18446744073709551615 4126950900 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22561/tid=22563] ppid=22547 vsize=812740 CPUtime=0.51
/proc/22561/task/22563/stat : 22563 (java) S 22547 22547 22510 0 -1 64 17559 0 0 0 41 10 0 0 16 0 9 0 1306645762 832245760 33038 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=22561/tid=22564] ppid=22547 vsize=812740 CPUtime=0
/proc/22561/task/22564/stat : 22564 (java) S 22547 22547 22510 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1306645762 832245760 33038 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22561/tid=22565] ppid=22547 vsize=812740 CPUtime=0
/proc/22561/task/22565/stat : 22565 (java) S 22547 22547 22510 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 1306645762 832245760 33038 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22561/tid=22566] ppid=22547 vsize=812740 CPUtime=0
/proc/22561/task/22566/stat : 22566 (java) S 22547 22547 22510 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 1306645765 832245760 33038 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22561/tid=22567] ppid=22547 vsize=812740 CPUtime=0.24
/proc/22561/task/22567/stat : 22567 (java) S 22547 22547 22510 0 -1 64 835 0 0 0 24 0 0 0 16 0 9 0 1306645765 832245760 33038 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22561/tid=22568] ppid=22547 vsize=812740 CPUtime=0
/proc/22561/task/22568/stat : 22568 (java) S 22547 22547 22510 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1306645765 832245760 33038 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22561/tid=22569] ppid=22547 vsize=812740 CPUtime=0
/proc/22561/task/22569/stat : 22569 (java) S 22547 22547 22510 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1306645765 832245760 33038 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.2
Current children cumulated vsize (KiB) 860300

[startup+51.1027 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 22570
/proc/meminfo: memFree=1287168/2055920 swapFree=4122092/4192956
[pid=22547] ppid=22545 vsize=47560 CPUtime=0.01

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


[startup+282.302 s]
/proc/loadavg: 2.02 2.05 2.01 3/75 22571
/proc/meminfo: memFree=1175488/2055920 swapFree=4122092/4192956
[pid=22547] ppid=22545 vsize=47560 CPUtime=118.15
/proc/22547/stat : 22547 (galacM.sh) S 22545 22547 22510 0 -1 4194304 799 35528 0 1 0 1 11746 68 17 0 1 0 1306645755 48701440 364 996147200 4194304 4520092 548682068832 18446744073709551615 273952205658 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/22547/statm: 11890 364 245 79 0 219 0
[pid=22571] ppid=22547 vsize=202492 CPUtime=161.39
/proc/22571/stat : 22571 (minisat) R 22547 22547 22510 0 -1 4194304 48513 0 0 0 16103 36 0 0 25 0 1 0 1306657691 207351808 48494 996147200 134512640 135136200 4294955968 18446744073709551615 134529333 0 0 4096 3 0 0 0 17 1 0 0
/proc/22571/statm: 50623 48494 57 152 0 50468 0
Current children cumulated CPU time (s) 279.54
Current children cumulated vsize (KiB) 250052

[startup+342.302 s]
/proc/loadavg: 2.01 2.04 2.01 3/75 22571
/proc/meminfo: memFree=1174080/2055920 swapFree=4122092/4192956
[pid=22547] ppid=22545 vsize=47560 CPUtime=118.15
/proc/22547/stat : 22547 (galacM.sh) S 22545 22547 22510 0 -1 4194304 799 35528 0 1 0 1 11746 68 17 0 1 0 1306645755 48701440 364 996147200 4194304 4520092 548682068832 18446744073709551615 273952205658 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/22547/statm: 11890 364 245 79 0 219 0
[pid=22571] ppid=22547 vsize=203568 CPUtime=220.82
/proc/22571/stat : 22571 (minisat) R 22547 22547 22510 0 -1 4194304 48781 0 0 0 22045 37 0 0 25 0 1 0 1306657691 208453632 48762 996147200 134512640 135136200 4294955968 18446744073709551615 134529382 0 0 4096 3 0 0 0 17 1 0 0
/proc/22571/statm: 50892 48762 57 152 0 50737 0
Current children cumulated CPU time (s) 338.97
Current children cumulated vsize (KiB) 251128

[startup+402.302 s]
/proc/loadavg: 2.00 2.03 2.00 3/75 22571
/proc/meminfo: memFree=1172224/2055920 swapFree=4122092/4192956
[pid=22547] ppid=22545 vsize=47560 CPUtime=118.15
/proc/22547/stat : 22547 (galacM.sh) S 22545 22547 22510 0 -1 4194304 799 35528 0 1 0 1 11746 68 17 0 1 0 1306645755 48701440 364 996147200 4194304 4520092 548682068832 18446744073709551615 273952205658 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/22547/statm: 11890 364 245 79 0 219 0
[pid=22571] ppid=22547 vsize=204940 CPUtime=280.25
/proc/22571/stat : 22571 (minisat) R 22547 22547 22510 0 -1 4194304 49123 0 0 0 27988 37 0 0 25 0 1 0 1306657691 209858560 49104 996147200 134512640 135136200 4294955968 18446744073709551615 134529417 0 0 4096 3 0 0 0 17 1 0 0
/proc/22571/statm: 51235 49104 57 152 0 51080 0
Current children cumulated CPU time (s) 398.4
Current children cumulated vsize (KiB) 252500

[startup+462.302 s]
/proc/loadavg: 2.00 2.02 2.00 3/75 22571
/proc/meminfo: memFree=1170624/2055920 swapFree=4122092/4192956
[pid=22547] ppid=22545 vsize=47560 CPUtime=118.15
/proc/22547/stat : 22547 (galacM.sh) S 22545 22547 22510 0 -1 4194304 799 35528 0 1 0 1 11746 68 17 0 1 0 1306645755 48701440 364 996147200 4194304 4520092 548682068832 18446744073709551615 273952205658 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/22547/statm: 11890 364 245 79 0 219 0
[pid=22571] ppid=22547 vsize=206036 CPUtime=339.69
/proc/22571/stat : 22571 (minisat) R 22547 22547 22510 0 -1 4194304 49405 0 0 0 33931 38 0 0 25 0 1 0 1306657691 210980864 49386 996147200 134512640 135136200 4294955968 18446744073709551615 134529333 0 0 4096 3 0 0 0 17 1 0 0
/proc/22571/statm: 51509 49386 57 152 0 51354 0
Current children cumulated CPU time (s) 457.84
Current children cumulated vsize (KiB) 253596

[startup+522.302 s]
/proc/loadavg: 2.00 2.02 2.00 3/75 22571
/proc/meminfo: memFree=1168896/2055920 swapFree=4122092/4192956
[pid=22547] ppid=22545 vsize=47560 CPUtime=118.15
/proc/22547/stat : 22547 (galacM.sh) S 22545 22547 22510 0 -1 4194304 799 35528 0 1 0 1 11746 68 17 0 1 0 1306645755 48701440 364 996147200 4194304 4520092 548682068832 18446744073709551615 273952205658 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/22547/statm: 11890 364 245 79 0 219 0
[pid=22571] ppid=22547 vsize=207280 CPUtime=399.12
/proc/22571/stat : 22571 (minisat) R 22547 22547 22510 0 -1 4194304 49716 0 0 0 39874 38 0 0 25 0 1 0 1306657691 212254720 49697 996147200 134512640 135136200 4294955968 18446744073709551615 134529870 0 0 4096 3 0 0 0 17 1 0 0
/proc/22571/statm: 51820 49697 57 152 0 51665 0
Current children cumulated CPU time (s) 517.27
Current children cumulated vsize (KiB) 254840

[startup+582.302 s]
/proc/loadavg: 2.00 2.01 2.00 3/75 22571
/proc/meminfo: memFree=1167296/2055920 swapFree=4122092/4192956
[pid=22547] ppid=22545 vsize=47560 CPUtime=118.15
/proc/22547/stat : 22547 (galacM.sh) S 22545 22547 22510 0 -1 4194304 799 35528 0 1 0 1 11746 68 17 0 1 0 1306645755 48701440 364 996147200 4194304 4520092 548682068832 18446744073709551615 273952205658 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/22547/statm: 11890 364 245 79 0 219 0
[pid=22571] ppid=22547 vsize=208472 CPUtime=458.55
/proc/22571/stat : 22571 (minisat) R 22547 22547 22510 0 -1 4194304 50006 0 0 0 45816 39 0 0 25 0 1 0 1306657691 213475328 49987 996147200 134512640 135136200 4294955968 18446744073709551615 134529382 0 0 4096 3 0 0 0 17 1 0 0
/proc/22571/statm: 52118 49987 57 152 0 51963 0
Current children cumulated CPU time (s) 576.7
Current children cumulated vsize (KiB) 256032

[startup+642.302 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 22620
/proc/meminfo: memFree=1223488/2055920 swapFree=4122092/4192956
[pid=22547] ppid=22545 vsize=47560 CPUtime=118.15
/proc/22547/stat : 22547 (galacM.sh) S 22545 22547 22510 0 -1 4194304 799 35528 0 1 0 1 11746 68 17 0 1 0 1306645755 48701440 364 996147200 4194304 4520092 548682068832 18446744073709551615 273952205658 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/22547/statm: 11890 364 245 79 0 219 0
[pid=22571] ppid=22547 vsize=209700 CPUtime=518.43
/proc/22571/stat : 22571 (minisat) R 22547 22547 22510 0 -1 4194304 50318 0 0 0 51802 41 0 0 25 0 1 0 1306657691 214732800 50299 996147200 134512640 135136200 4294955968 18446744073709551615 134529382 0 0 4096 3 0 0 0 17 0 0 0
/proc/22571/statm: 52425 50299 57 152 0 52270 0
Current children cumulated CPU time (s) 636.58
Current children cumulated vsize (KiB) 257260

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

[startup+652.803 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 22620
/proc/meminfo: memFree=1216512/2055920 swapFree=4122092/4192956
[pid=22547] ppid=22545 vsize=47560 CPUtime=118.15
/proc/22547/stat : 22547 (galacM.sh) S 22545 22547 22510 0 -1 4194304 799 35528 0 1 0 1 11746 68 17 0 1 0 1306645755 48701440 364 996147200 4194304 4520092 548682068832 18446744073709551615 273952205658 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/22547/statm: 11890 364 245 79 0 219 0
[pid=22571] ppid=22547 vsize=209984 CPUtime=528.91
/proc/22571/stat : 22571 (minisat) R 22547 22547 22510 0 -1 4194304 50377 0 0 0 52850 41 0 0 25 0 1 0 1306657691 215023616 50358 996147200 134512640 135136200 4294955968 18446744073709551615 134529382 0 0 4096 3 0 0 0 17 0 0 0
/proc/22571/statm: 52496 50358 57 152 0 52341 0
Current children cumulated CPU time (s) 647.06
Current children cumulated vsize (KiB) 257544

[startup+659.202 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 22620
/proc/meminfo: memFree=1212480/2055920 swapFree=4122092/4192956
[pid=22547] ppid=22545 vsize=47560 CPUtime=118.15
/proc/22547/stat : 22547 (galacM.sh) S 22545 22547 22510 0 -1 4194304 799 35528 0 1 0 1 11746 68 17 0 1 0 1306645755 48701440 364 996147200 4194304 4520092 548682068832 18446744073709551615 273952205658 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/22547/statm: 11890 364 245 79 0 219 0
[pid=22571] ppid=22547 vsize=209984 CPUtime=535.31
/proc/22571/stat : 22571 (minisat) R 22547 22547 22510 0 -1 4194304 50381 0 0 0 53490 41 0 0 25 0 1 0 1306657691 215023616 50362 996147200 134512640 135136200 4294955968 18446744073709551615 134529333 0 0 4096 3 0 0 0 17 0 0 0
/proc/22571/statm: 52496 50362 57 152 0 52341 0
Current children cumulated CPU time (s) 653.46
Current children cumulated vsize (KiB) 257544

[startup+665.607 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 22620
/proc/meminfo: memFree=1208512/2055920 swapFree=4122092/4192956
[pid=22547] ppid=22545 vsize=47560 CPUtime=118.15
/proc/22547/stat : 22547 (galacM.sh) S 22545 22547 22510 0 -1 4194304 799 35528 0 1 0 1 11746 68 17 0 1 0 1306645755 48701440 364 996147200 4194304 4520092 548682068832 18446744073709551615 273952205658 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/22547/statm: 11890 364 245 79 0 219 0
[pid=22571] ppid=22547 vsize=209984 CPUtime=541.7
/proc/22571/stat : 22571 (minisat) R 22547 22547 22510 0 -1 4194304 50381 0 0 0 54129 41 0 0 25 0 1 0 1306657691 215023616 50362 996147200 134512640 135136200 4294955968 18446744073709551615 134529436 0 0 4096 3 0 0 0 17 0 0 0
/proc/22571/statm: 52496 50362 57 152 0 52341 0
Current children cumulated CPU time (s) 659.85
Current children cumulated vsize (KiB) 257544

[startup+667.202 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 22620
/proc/meminfo: memFree=1207808/2055920 swapFree=4122092/4192956
[pid=22547] ppid=22545 vsize=47560 CPUtime=118.15
/proc/22547/stat : 22547 (galacM.sh) S 22545 22547 22510 0 -1 4194304 799 35528 0 1 0 1 11746 68 17 0 1 0 1306645755 48701440 364 996147200 4194304 4520092 548682068832 18446744073709551615 273952205658 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/22547/statm: 11890 364 245 79 0 219 0
[pid=22571] ppid=22547 vsize=209984 CPUtime=543.3
/proc/22571/stat : 22571 (minisat) R 22547 22547 22510 0 -1 4194304 50381 0 0 0 54289 41 0 0 25 0 1 0 1306657691 215023616 50362 996147200 134512640 135136200 4294955968 18446744073709551615 134529417 0 0 4096 3 0 0 0 17 0 0 0
/proc/22571/statm: 52496 50362 57 152 0 52341 0
Current children cumulated CPU time (s) 661.45
Current children cumulated vsize (KiB) 257544

[startup+668.002 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 22620
/proc/meminfo: memFree=1207168/2055920 swapFree=4122092/4192956
[pid=22547] ppid=22545 vsize=47560 CPUtime=118.15
/proc/22547/stat : 22547 (galacM.sh) S 22545 22547 22510 0 -1 4194304 799 35528 0 1 0 1 11746 68 17 0 1 0 1306645755 48701440 364 996147200 4194304 4520092 548682068832 18446744073709551615 273952205658 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/22547/statm: 11890 364 245 79 0 219 0
[pid=22571] ppid=22547 vsize=209984 CPUtime=544.1
/proc/22571/stat : 22571 (minisat) R 22547 22547 22510 0 -1 4194304 50381 0 0 0 54369 41 0 0 25 0 1 0 1306657691 215023616 50362 996147200 134512640 135136200 4294955968 18446744073709551615 134529373 0 0 4096 3 0 0 0 17 0 0 0
/proc/22571/statm: 52496 50362 57 152 0 52341 0
Current children cumulated CPU time (s) 662.25
Current children cumulated vsize (KiB) 257544

[startup+668.802 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 22620
/proc/meminfo: memFree=1206464/2055920 swapFree=4122092/4192956
[pid=22547] ppid=22545 vsize=47560 CPUtime=118.15
/proc/22547/stat : 22547 (galacM.sh) S 22545 22547 22510 0 -1 4194304 799 35528 0 1 0 1 11746 68 17 0 1 0 1306645755 48701440 364 996147200 4194304 4520092 548682068832 18446744073709551615 273952205658 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/22547/statm: 11890 364 245 79 0 219 0
[pid=22571] ppid=22547 vsize=209984 CPUtime=544.9
/proc/22571/stat : 22571 (minisat) R 22547 22547 22510 0 -1 4194304 50381 0 0 0 54449 41 0 0 25 0 1 0 1306657691 215023616 50362 996147200 134512640 135136200 4294955968 18446744073709551615 134529373 0 0 4096 3 0 0 0 17 0 0 0
/proc/22571/statm: 52496 50362 57 152 0 52341 0
Current children cumulated CPU time (s) 663.05
Current children cumulated vsize (KiB) 257544

[startup+669.202 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 22620
/proc/meminfo: memFree=1206464/2055920 swapFree=4122092/4192956
[pid=22547] ppid=22545 vsize=47560 CPUtime=118.15
/proc/22547/stat : 22547 (galacM.sh) S 22545 22547 22510 0 -1 4194304 799 35528 0 1 0 1 11746 68 17 0 1 0 1306645755 48701440 364 996147200 4194304 4520092 548682068832 18446744073709551615 273952205658 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/22547/statm: 11890 364 245 79 0 219 0
[pid=22571] ppid=22547 vsize=209996 CPUtime=545.3
/proc/22571/stat : 22571 (minisat) R 22547 22547 22510 0 -1 4194304 50406 0 0 0 54489 41 0 0 25 0 1 0 1306657691 215035904 50386 996147200 134512640 135136200 4294955968 18446744073709551615 134736446 0 0 4096 3 0 0 0 17 0 0 0
/proc/22571/statm: 52499 50386 79 152 0 52344 0
Current children cumulated CPU time (s) 663.45
Current children cumulated vsize (KiB) 257556

Child status: 0
Real time (s): 669.275
CPU time (s): 663.537
CPU user time (s): 662.356
CPU system time (s): 1.18082
CPU usage (%): 99.1427
Max. virtual memory (cumulated for all children) (KiB): 860300

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 662.356
system time used= 1.18082
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 86926
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= 4839
involuntary context switches= 19354

runsolver used 0.78688 second user time and 2.27065 second system time

The end

Launcher Data (download as text)

Begin job on node20 at 2008-07-04 17:06:38
IDJOB=1076147
IDBENCH=56566
IDSOLVER=350
FILE ID=node20/1076147-1215183998
PBS_JOBID= 7881628
Free space on /tmp= 66512 MiB

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

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 91369ad0805d89bc83cd88f650859b12
RANDOM SEED=376752904

node20.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.263
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.263
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:       1441072 kB
Buffers:         72228 kB
Cached:         231704 kB
SwapCached:      64764 kB
Active:         420224 kB
Inactive:       118724 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1441072 kB
SwapTotal:     4192956 kB
SwapFree:      4122092 kB
Dirty:            5004 kB
Writeback:           0 kB
Mapped:         241320 kB
Slab:            60636 kB
Committed_AS:  2803980 kB
PageTables:       2296 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= 66504 MiB
End job on node20 at 2008-07-04 17:17:48