Trace number 1068944

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 1614.61 1627.73

General information on the benchmark

Namecsp/ukVg/
normalized-crossword-m1c-uk-vg14-15_ext.xml
MD5SUMaca7198b8bad2de4793a977967afcafb
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 benchmark29.2046
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.23	c --- Preproc Stats ---
0.02/0.98	c start processing
0.02/0.98	c start relation processing
1.17/1.48	c start cnf exporting
69.21/69.59	c parsing time : 0.658
69.21/69.59	c preprocessing time : 69.27
69.21/69.59	
69.21/69.59	c Nary constraints - conflicts : 0 supports : 29
69.21/69.59	c Binary constraints - conflicts : 0 supports :0
69.21/69.59	c max arity constraint : 15
69.21/69.59	c Max Tuples generated 0
69.21/69.59	c relations : 2
69.21/69.59	c relations BDD: 2
69.21/69.59	c sampling 0/0
69.21/69.59	c vars : 705574 - clauses :  2316957
69.21/69.59	
69.30/69.62	 
69.30/69.62	c --- SAT Solver Stats ---
69.30/69.62	 
69.30/69.62	c eSAT 0.1 : minisat core with additionnal features
69.30/69.62	c ============================[ Problem Statistics ]=============================
69.30/69.62	c |                                                                             |
69.30/69.62	c |  Number of variables:  705573                                               |
69.30/69.62	c |  Number of clauses:    2316957                                              |
72.56/72.90	c |  Parsing time:         2.95         s                                       |
1614.45/1627.64	c restarts              : 704
1614.45/1627.64	c conflicts             : 186975         (121 /sec)
1614.45/1627.64	c decisions             : 732002         (35.91 % random) (474 /sec)
1614.45/1627.64	c euip                  : 10546       
1614.45/1627.64	c propagations          : 1164609029     (754013 /sec)
1614.45/1627.64	c conflict literals     : 7418639        (48.77 % deleted)
1614.45/1627.64	c Memory used           : 381.72 MB
1614.45/1627.64	c CPU time              : 1544.55 s
1614.45/1627.64	c 
1614.45/1627.64	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-1068944-1215203110/watcher-1068944-1215203110 -o /tmp/evaluation-result-1068944-1215203110/solver-1068944-1215203110 -C 1800 -W 2200 -M 900 --output-limit 1,15 HOME/galacE.sh HOME/instance-1068944-1215203110.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 1.99 1.91 4/73 12711
/proc/meminfo: memFree=1507160/2055920 swapFree=4180232/4192956
[pid=12711] ppid=12709 vsize=18572 CPUtime=0
/proc/12711/stat : 12711 (runsolver) D 12709 12711 12181 0 -1 4194368 15 0 0 0 0 0 0 0 20 0 1 0 643248163 19017728 292 996147200 4194304 4296836 548682068496 18446744073709551615 226913479975 0 0 4096 24578 18446744071563608240 0 0 17 1 0 0
/proc/12711/statm: 4643 292 257 25 0 2626 0

[startup+0.0440839 s]
/proc/loadavg: 2.00 1.99 1.91 4/73 12711
/proc/meminfo: memFree=1507160/2055920 swapFree=4180232/4192956
[pid=12711] ppid=12709 vsize=544 CPUtime=0
/proc/12711/stat : 12711 (galacE.sh) D 12709 12711 12181 0 -1 4194304 15 0 0 0 0 0 0 0 18 0 1 0 643248163 557056 1 996147200 0 0 548682069582 18446744073709551615 226913479975 0 0 4096 0 18446744071563479169 0 0 17 1 0 0
/proc/12711/statm: 136 1 0 0 0 51 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 544

[startup+0.101098 s]
/proc/loadavg: 2.00 1.99 1.91 4/73 12711
/proc/meminfo: memFree=1507160/2055920 swapFree=4180232/4192956
[pid=12711] ppid=12709 vsize=8748 CPUtime=0
/proc/12711/stat : 12711 (galacE.sh) S 12709 12711 12181 0 -1 4194304 415 833 4 0 0 0 0 0 17 0 1 0 643248163 8957952 312 996147200 4194304 4520092 548682068832 18446744073709551615 226913086298 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/12711/statm: 2187 312 217 79 0 180 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8748

[startup+0.30214 s]
/proc/loadavg: 2.00 1.99 1.91 4/73 12711
/proc/meminfo: memFree=1507160/2055920 swapFree=4180232/4192956
[pid=12711] ppid=12709 vsize=47564 CPUtime=0.02
/proc/12711/stat : 12711 (galacE.sh) S 12709 12711 12181 0 -1 4194304 760 1698 5 0 0 1 0 1 18 0 1 0 643248163 48705536 364 996147200 4194304 4520092 548682068832 18446744073709551615 226913086298 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/12711/statm: 11891 364 245 79 0 219 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 47564

[startup+0.702218 s]
/proc/loadavg: 2.00 1.99 1.91 4/73 12711
/proc/meminfo: memFree=1507160/2055920 swapFree=4180232/4192956
[pid=12711] ppid=12709 vsize=47564 CPUtime=0.02
/proc/12711/stat : 12711 (galacE.sh) S 12709 12711 12181 0 -1 4194304 760 1698 5 0 0 1 0 1 18 0 1 0 643248163 48705536 364 996147200 4194304 4520092 548682068832 18446744073709551615 226913086298 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/12711/statm: 11891 364 245 79 0 219 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 47564

[startup+1.50137 s]
/proc/loadavg: 2.00 1.99 1.91 3/83 12733
/proc/meminfo: memFree=1457160/2055920 swapFree=4180232/4192956
[pid=12711] ppid=12709 vsize=47564 CPUtime=0.02
/proc/12711/stat : 12711 (galacE.sh) S 12709 12711 12181 0 -1 4194304 760 1698 5 0 0 1 0 1 18 0 1 0 643248163 48705536 364 996147200 4194304 4520092 548682068832 18446744073709551615 226913086298 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/12711/statm: 11891 364 245 79 0 219 0
[pid=12725] ppid=12711 vsize=812628 CPUtime=1.25
/proc/12725/stat : 12725 (java) S 12711 12711 12181 0 -1 0 21008 0 1 0 113 12 0 0 18 0 9 0 643248186 832131072 20431 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/12725/statm: 203157 20431 1907 9 0 197138 0
[pid=12725/tid=12726] ppid=12711 vsize=812628 CPUtime=1.01
/proc/12725/task/12726/stat : 12726 (java) R 12711 12711 12181 0 -1 64 14503 0 1 0 93 8 0 0 25 0 9 0 643248187 832131072 20431 996147200 134512640 134550740 4294955600 18446744073709551615 4126696471 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12725/tid=12727] ppid=12711 vsize=812628 CPUtime=0.07
/proc/12725/task/12727/stat : 12727 (java) S 12711 12711 12181 0 -1 64 5008 0 0 0 5 2 0 0 17 0 9 0 643248189 832131072 20431 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=12725/tid=12728] ppid=12711 vsize=812628 CPUtime=0
/proc/12725/task/12728/stat : 12728 (java) S 12711 12711 12181 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 643248189 832131072 20431 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12725/tid=12729] ppid=12711 vsize=812628 CPUtime=0
/proc/12725/task/12729/stat : 12729 (java) S 12711 12711 12181 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 643248189 832131072 20431 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12725/tid=12730] ppid=12711 vsize=812628 CPUtime=0
/proc/12725/task/12730/stat : 12730 (java) S 12711 12711 12181 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 643248191 832131072 20431 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12725/tid=12731] ppid=12711 vsize=812628 CPUtime=0.15
/proc/12725/task/12731/stat : 12731 (java) S 12711 12711 12181 0 -1 64 791 0 0 0 15 0 0 0 15 0 9 0 643248191 832131072 20431 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12725/tid=12732] ppid=12711 vsize=812628 CPUtime=0
/proc/12725/task/12732/stat : 12732 (java) S 12711 12711 12181 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 643248191 832131072 20431 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12725/tid=12733] ppid=12711 vsize=812628 CPUtime=0
/proc/12725/task/12733/stat : 12733 (java) S 12711 12711 12181 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 643248191 832131072 20431 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.27
Current children cumulated vsize (KiB) 860192

[startup+3.10268 s]
/proc/loadavg: 2.00 1.99 1.91 3/83 12733
/proc/meminfo: memFree=1410760/2055920 swapFree=4180232/4192956
[pid=12711] ppid=12709 vsize=47564 CPUtime=0.02
/proc/12711/stat : 12711 (galacE.sh) S 12709 12711 12181 0 -1 4194304 760 1698 5 0 0 1 0 1 18 0 1 0 643248163 48705536 364 996147200 4194304 4520092 548682068832 18446744073709551615 226913086298 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/12711/statm: 11891 364 245 79 0 219 0
[pid=12725] ppid=12711 vsize=812760 CPUtime=2.85
/proc/12725/stat : 12725 (java) S 12711 12711 12181 0 -1 0 27395 0 1 0 269 16 0 0 18 0 9 0 643248186 832266240 26814 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/12725/statm: 203190 26814 1910 9 0 197171 0
[pid=12725/tid=12726] ppid=12711 vsize=812760 CPUtime=2.34
/proc/12725/task/12726/stat : 12726 (java) R 12711 12711 12181 0 -1 64 14514 0 1 0 225 9 0 0 25 0 9 0 643248187 832266240 26814 996147200 134512640 134550740 4294955600 18446744073709551615 4126961434 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12725/tid=12727] ppid=12711 vsize=812760 CPUtime=0.27
/proc/12725/task/12727/stat : 12727 (java) S 12711 12711 12181 0 -1 64 11336 0 0 0 22 5 0 0 16 0 9 0 643248189 832266240 26814 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=12725/tid=12728] ppid=12711 vsize=812760 CPUtime=0
/proc/12725/task/12728/stat : 12728 (java) S 12711 12711 12181 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 643248189 832266240 26814 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12725/tid=12729] ppid=12711 vsize=812760 CPUtime=0
/proc/12725/task/12729/stat : 12729 (java) S 12711 12711 12181 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 643248189 832266240 26814 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12725/tid=12730] ppid=12711 vsize=812760 CPUtime=0
/proc/12725/task/12730/stat : 12730 (java) S 12711 12711 12181 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 643248191 832266240 26814 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12725/tid=12731] ppid=12711 vsize=812760 CPUtime=0.21
/proc/12725/task/12731/stat : 12731 (java) S 12711 12711 12181 0 -1 64 839 0 0 0 21 0 0 0 15 0 9 0 643248191 832266240 26814 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12725/tid=12732] ppid=12711 vsize=812760 CPUtime=0
/proc/12725/task/12732/stat : 12732 (java) S 12711 12711 12181 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 643248191 832266240 26814 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12725/tid=12733] ppid=12711 vsize=812760 CPUtime=0
/proc/12725/task/12733/stat : 12733 (java) S 12711 12711 12181 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 643248191 832266240 26814 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.87
Current children cumulated vsize (KiB) 860324

[startup+6.30129 s]
/proc/loadavg: 2.00 1.99 1.91 3/83 12733
/proc/meminfo: memFree=1402760/2055920 swapFree=4180232/4192956
[pid=12711] ppid=12709 vsize=47564 CPUtime=0.02
/proc/12711/stat : 12711 (galacE.sh) S 12709 12711 12181 0 -1 4194304 760 1698 5 0 0 1 0 1 18 0 1 0 643248163 48705536 364 996147200 4194304 4520092 548682068832 18446744073709551615 226913086298 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/12711/statm: 11891 364 245 79 0 219 0
[pid=12725] ppid=12711 vsize=812760 CPUtime=6.05
/proc/12725/stat : 12725 (java) S 12711 12711 12181 0 -1 0 27403 0 1 0 587 18 0 0 18 0 9 0 643248186 832266240 26815 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/12725/statm: 203190 26815 1910 9 0 197171 0
[pid=12725/tid=12726] ppid=12711 vsize=812760 CPUtime=5.52
/proc/12725/task/12726/stat : 12726 (java) R 12711 12711 12181 0 -1 64 14521 0 1 0 542 10 0 0 25 0 9 0 643248187 832266240 26815 996147200 134512640 134550740 4294955600 18446744073709551615 4126095725 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12725/tid=12727] ppid=12711 vsize=812760 CPUtime=0.27
/proc/12725/task/12727/stat : 12727 (java) S 12711 12711 12181 0 -1 64 11336 0 0 0 22 5 0 0 16 0 9 0 643248189 832266240 26815 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=12725/tid=12728] ppid=12711 vsize=812760 CPUtime=0
/proc/12725/task/12728/stat : 12728 (java) S 12711 12711 12181 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 643248189 832266240 26815 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12725/tid=12729] ppid=12711 vsize=812760 CPUtime=0
/proc/12725/task/12729/stat : 12729 (java) S 12711 12711 12181 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 643248189 832266240 26815 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12725/tid=12730] ppid=12711 vsize=812760 CPUtime=0
/proc/12725/task/12730/stat : 12730 (java) S 12711 12711 12181 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 643248191 832266240 26815 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12725/tid=12731] ppid=12711 vsize=812760 CPUtime=0.22
/proc/12725/task/12731/stat : 12731 (java) S 12711 12711 12181 0 -1 64 840 0 0 0 22 0 0 0 16 0 9 0 643248191 832266240 26815 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12725/tid=12732] ppid=12711 vsize=812760 CPUtime=0
/proc/12725/task/12732/stat : 12732 (java) S 12711 12711 12181 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 643248191 832266240 26815 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12725/tid=12733] ppid=12711 vsize=812760 CPUtime=0
/proc/12725/task/12733/stat : 12733 (java) S 12711 12711 12181 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 643248191 832266240 26815 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.07
Current children cumulated vsize (KiB) 860324

[startup+12.7015 s]
/proc/loadavg: 2.00 1.99 1.91 3/83 12733
/proc/meminfo: memFree=1398792/2055920 swapFree=4180232/4192956
[pid=12711] ppid=12709 vsize=47564 CPUtime=0.02
/proc/12711/stat : 12711 (galacE.sh) S 12709 12711 12181 0 -1 4194304 760 1698 5 0 0 1 0 1 18 0 1 0 643248163 48705536 364 996147200 4194304 4520092 548682068832 18446744073709551615 226913086298 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/12711/statm: 11891 364 245 79 0 219 0
[pid=12725] ppid=12711 vsize=812760 CPUtime=12.44
/proc/12725/stat : 12725 (java) S 12711 12711 12181 0 -1 0 27415 0 1 0 1223 21 0 0 18 0 9 0 643248186 832266240 26815 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/12725/statm: 203190 26815 1910 9 0 197171 0
[pid=12725/tid=12726] ppid=12711 vsize=812760 CPUtime=11.91
/proc/12725/task/12726/stat : 12726 (java) R 12711 12711 12181 0 -1 64 14533 0 1 0 1178 13 0 0 25 0 9 0 643248187 832266240 26815 996147200 134512640 134550740 4294955600 18446744073709551615 4126958880 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12725/tid=12727] ppid=12711 vsize=812760 CPUtime=0.29
/proc/12725/task/12727/stat : 12727 (java) S 12711 12711 12181 0 -1 64 11336 0 0 0 23 6 0 0 16 0 9 0 643248189 832266240 26815 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=12725/tid=12728] ppid=12711 vsize=812760 CPUtime=0
/proc/12725/task/12728/stat : 12728 (java) S 12711 12711 12181 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 643248189 832266240 26815 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12725/tid=12729] ppid=12711 vsize=812760 CPUtime=0
/proc/12725/task/12729/stat : 12729 (java) S 12711 12711 12181 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 643248189 832266240 26815 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12725/tid=12730] ppid=12711 vsize=812760 CPUtime=0
/proc/12725/task/12730/stat : 12730 (java) S 12711 12711 12181 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 643248191 832266240 26815 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12725/tid=12731] ppid=12711 vsize=812760 CPUtime=0.22
/proc/12725/task/12731/stat : 12731 (java) S 12711 12711 12181 0 -1 64 840 0 0 0 22 0 0 0 16 0 9 0 643248191 832266240 26815 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12725/tid=12732] ppid=12711 vsize=812760 CPUtime=0
/proc/12725/task/12732/stat : 12732 (java) S 12711 12711 12181 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 643248191 832266240 26815 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12725/tid=12733] ppid=12711 vsize=812760 CPUtime=0
/proc/12725/task/12733/stat : 12733 (java) S 12711 12711 12181 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 643248191 832266240 26815 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.46
Current children cumulated vsize (KiB) 860324

[startup+25.503 s]
/proc/loadavg: 2.00 1.99 1.91 4/83 12733
/proc/meminfo: memFree=1389960/2055920 swapFree=4180232/4192956
[pid=12711] ppid=12709 vsize=47564 CPUtime=0.02
/proc/12711/stat : 12711 (galacE.sh) S 12709 12711 12181 0 -1 4194304 760 1698 5 0 0 1 0 1 18 0 1 0 643248163 48705536 364 996147200 4194304 4520092 548682068832 18446744073709551615 226913086298 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/12711/statm: 11891 364 245 79 0 219 0
[pid=12725] ppid=12711 vsize=812760 CPUtime=25.24
/proc/12725/stat : 12725 (java) S 12711 12711 12181 0 -1 0 27440 0 1 0 2498 26 0 0 18 0 9 0 643248186 832266240 26815 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/12725/statm: 203190 26815 1910 9 0 197171 0
[pid=12725/tid=12726] ppid=12711 vsize=812760 CPUtime=24.69
/proc/12725/task/12726/stat : 12726 (java) R 12711 12711 12181 0 -1 64 14558 0 1 0 2451 18 0 0 25 0 9 0 643248187 832266240 26815 996147200 134512640 134550740 4294955600 18446744073709551615 4126954748 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12725/tid=12727] ppid=12711 vsize=812760 CPUtime=0.3
/proc/12725/task/12727/stat : 12727 (java) S 12711 12711 12181 0 -1 64 11336 0 0 0 24 6 0 0 16 0 9 0 643248189 832266240 26815 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=12725/tid=12728] ppid=12711 vsize=812760 CPUtime=0
/proc/12725/task/12728/stat : 12728 (java) S 12711 12711 12181 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 643248189 832266240 26815 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12725/tid=12729] ppid=12711 vsize=812760 CPUtime=0
/proc/12725/task/12729/stat : 12729 (java) S 12711 12711 12181 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 643248189 832266240 26815 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12725/tid=12730] ppid=12711 vsize=812760 CPUtime=0
/proc/12725/task/12730/stat : 12730 (java) S 12711 12711 12181 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 643248191 832266240 26815 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12725/tid=12731] ppid=12711 vsize=812760 CPUtime=0.22
/proc/12725/task/12731/stat : 12731 (java) S 12711 12711 12181 0 -1 64 840 0 0 0 22 0 0 0 16 0 9 0 643248191 832266240 26815 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12725/tid=12732] ppid=12711 vsize=812760 CPUtime=0
/proc/12725/task/12732/stat : 12732 (java) S 12711 12711 12181 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 643248191 832266240 26815 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12725/tid=12733] ppid=12711 vsize=812760 CPUtime=0
/proc/12725/task/12733/stat : 12733 (java) S 12711 12711 12181 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 643248191 832266240 26815 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.26
Current children cumulated vsize (KiB) 860324

[startup+51.1029 s]
/proc/loadavg: 2.00 1.99 1.91 4/83 12733
/proc/meminfo: memFree=1373064/2055920 swapFree=4180232/4192956
[pid=12711] ppid=12709 vsize=47564 CPUtime=0.02

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

/proc/12734/statm: 97502 90828 79 162 0 97337 0
Current children cumulated CPU time (s) 1171.47
Current children cumulated vsize (KiB) 437572

[startup+1242.3 s]
/proc/loadavg: 2.00 1.99 1.91 3/75 12734
/proc/meminfo: memFree=1095304/2055920 swapFree=4180232/4192956
[pid=12711] ppid=12709 vsize=47564 CPUtime=69.32
/proc/12711/stat : 12711 (galacE.sh) S 12709 12711 12181 0 -1 4194304 794 29235 5 1 0 1 6886 45 17 0 1 0 643248163 48705536 364 996147200 4194304 4520092 548682068832 18446744073709551615 226913086298 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/12711/statm: 11891 364 245 79 0 219 0
[pid=12734] ppid=12711 vsize=390180 CPUtime=1161.58
/proc/12734/stat : 12734 (eSAT_static) R 12711 12711 12181 0 -1 4194304 101858 0 0 0 116098 60 0 0 25 0 1 0 643255125 399544320 90839 996147200 134512640 135177480 4294955968 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 1 0 0
/proc/12734/statm: 97545 90839 79 162 0 97380 0
Current children cumulated CPU time (s) 1230.9
Current children cumulated vsize (KiB) 437744

[startup+1302.3 s]
/proc/loadavg: 2.00 1.99 1.91 3/75 12734
/proc/meminfo: memFree=1095112/2055920 swapFree=4180232/4192956
[pid=12711] ppid=12709 vsize=47564 CPUtime=69.32
/proc/12711/stat : 12711 (galacE.sh) S 12709 12711 12181 0 -1 4194304 794 29235 5 1 0 1 6886 45 17 0 1 0 643248163 48705536 364 996147200 4194304 4520092 548682068832 18446744073709551615 226913086298 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/12711/statm: 11891 364 245 79 0 219 0
[pid=12734] ppid=12711 vsize=390324 CPUtime=1221.01
/proc/12734/stat : 12734 (eSAT_static) R 12711 12711 12181 0 -1 4194304 101913 0 0 0 122041 60 0 0 25 0 1 0 643255125 399691776 90894 996147200 134512640 135177480 4294955968 18446744073709551615 134565260 0 0 4096 3 0 0 0 17 1 0 0
/proc/12734/statm: 97581 90894 79 162 0 97416 0
Current children cumulated CPU time (s) 1290.33
Current children cumulated vsize (KiB) 437888

[startup+1362.3 s]
/proc/loadavg: 2.00 1.99 1.91 3/75 12734
/proc/meminfo: memFree=1094792/2055920 swapFree=4180232/4192956
[pid=12711] ppid=12709 vsize=47564 CPUtime=69.32
/proc/12711/stat : 12711 (galacE.sh) S 12709 12711 12181 0 -1 4194304 794 29235 5 1 0 1 6886 45 17 0 1 0 643248163 48705536 364 996147200 4194304 4520092 548682068832 18446744073709551615 226913086298 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/12711/statm: 11891 364 245 79 0 219 0
[pid=12734] ppid=12711 vsize=390608 CPUtime=1280.44
/proc/12734/stat : 12734 (eSAT_static) R 12711 12711 12181 0 -1 4194304 101960 0 0 0 127984 60 0 0 25 0 1 0 643255125 399982592 90941 996147200 134512640 135177480 4294955968 18446744073709551615 134565474 0 0 4096 3 0 0 0 17 1 0 0
/proc/12734/statm: 97652 90941 79 162 0 97487 0
Current children cumulated CPU time (s) 1349.76
Current children cumulated vsize (KiB) 438172

[startup+1422.31 s]
/proc/loadavg: 2.00 1.99 1.91 3/74 12762
/proc/meminfo: memFree=1259152/2055920 swapFree=4180232/4192956
[pid=12711] ppid=12709 vsize=47564 CPUtime=69.32
/proc/12711/stat : 12711 (galacE.sh) S 12709 12711 12181 0 -1 4194304 794 29235 5 1 0 1 6886 45 17 0 1 0 643248163 48705536 364 996147200 4194304 4520092 548682068832 18446744073709551615 226913086298 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/12711/statm: 11891 364 245 79 0 219 0
[pid=12734] ppid=12711 vsize=390876 CPUtime=1339.94
/proc/12734/stat : 12734 (eSAT_static) R 12711 12711 12181 0 -1 4194304 102018 0 0 0 133931 63 0 0 25 0 1 0 643255125 400257024 90999 996147200 134512640 135177480 4294955968 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 0 0 0
/proc/12734/statm: 97719 90999 79 162 0 97554 0
Current children cumulated CPU time (s) 1409.26
Current children cumulated vsize (KiB) 438440

[startup+1482.3 s]
/proc/loadavg: 2.00 1.99 1.91 3/74 12762
/proc/meminfo: memFree=1290256/2055920 swapFree=4180232/4192956
[pid=12711] ppid=12709 vsize=47564 CPUtime=69.32
/proc/12711/stat : 12711 (galacE.sh) S 12709 12711 12181 0 -1 4194304 794 29235 5 1 0 1 6886 45 17 0 1 0 643248163 48705536 364 996147200 4194304 4520092 548682068832 18446744073709551615 226913086298 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/12711/statm: 11891 364 245 79 0 219 0
[pid=12734] ppid=12711 vsize=390876 CPUtime=1399.9
/proc/12734/stat : 12734 (eSAT_static) R 12711 12711 12181 0 -1 4194304 102020 0 0 0 139927 63 0 0 25 0 1 0 643255125 400257024 91001 996147200 134512640 135177480 4294955968 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 0 0 0
/proc/12734/statm: 97719 91001 79 162 0 97554 0
Current children cumulated CPU time (s) 1469.22
Current children cumulated vsize (KiB) 438440

[startup+1542.3 s]
/proc/loadavg: 2.00 1.99 1.91 3/74 12762
/proc/meminfo: memFree=1290064/2055920 swapFree=4180232/4192956
[pid=12711] ppid=12709 vsize=47564 CPUtime=69.32
/proc/12711/stat : 12711 (galacE.sh) S 12709 12711 12181 0 -1 4194304 794 29235 5 1 0 1 6886 45 17 0 1 0 643248163 48705536 364 996147200 4194304 4520092 548682068832 18446744073709551615 226913086298 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/12711/statm: 11891 364 245 79 0 219 0
[pid=12734] ppid=12711 vsize=390876 CPUtime=1459.87
/proc/12734/stat : 12734 (eSAT_static) R 12711 12711 12181 0 -1 4194304 102020 0 0 0 145924 63 0 0 25 0 1 0 643255125 400257024 91001 996147200 134512640 135177480 4294955968 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 0 0 0
/proc/12734/statm: 97719 91001 79 162 0 97554 0
Current children cumulated CPU time (s) 1529.19
Current children cumulated vsize (KiB) 438440

[startup+1602.3 s]
/proc/loadavg: 2.00 1.99 1.91 3/74 12762
/proc/meminfo: memFree=1290000/2055920 swapFree=4180232/4192956
[pid=12711] ppid=12709 vsize=47564 CPUtime=69.32
/proc/12711/stat : 12711 (galacE.sh) S 12709 12711 12181 0 -1 4194304 794 29235 5 1 0 1 6886 45 17 0 1 0 643248163 48705536 364 996147200 4194304 4520092 548682068832 18446744073709551615 226913086298 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/12711/statm: 11891 364 245 79 0 219 0
[pid=12734] ppid=12711 vsize=390876 CPUtime=1519.84
/proc/12734/stat : 12734 (eSAT_static) R 12711 12711 12181 0 -1 4194304 102020 0 0 0 151921 63 0 0 25 0 1 0 643255125 400257024 91001 996147200 134512640 135177480 4294955968 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 0 0 0
/proc/12734/statm: 97719 91001 79 162 0 97554 0
Current children cumulated CPU time (s) 1589.16
Current children cumulated vsize (KiB) 438440

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

[startup+1612.7 s]
/proc/loadavg: 2.00 1.99 1.91 3/74 12762
/proc/meminfo: memFree=1290000/2055920 swapFree=4180232/4192956
[pid=12711] ppid=12709 vsize=47564 CPUtime=69.32
/proc/12711/stat : 12711 (galacE.sh) S 12709 12711 12181 0 -1 4194304 794 29235 5 1 0 1 6886 45 17 0 1 0 643248163 48705536 364 996147200 4194304 4520092 548682068832 18446744073709551615 226913086298 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/12711/statm: 11891 364 245 79 0 219 0
[pid=12734] ppid=12711 vsize=390876 CPUtime=1530.24
/proc/12734/stat : 12734 (eSAT_static) R 12711 12711 12181 0 -1 4194304 102020 0 0 0 152961 63 0 0 25 0 1 0 643255125 400257024 91001 996147200 134512640 135177480 4294955968 18446744073709551615 134547815 0 0 4096 3 0 0 0 17 0 0 0
/proc/12734/statm: 97719 91001 79 162 0 97554 0
Current children cumulated CPU time (s) 1599.56
Current children cumulated vsize (KiB) 438440

[startup+1619.1 s]
/proc/loadavg: 2.00 1.99 1.91 3/74 12762
/proc/meminfo: memFree=1290000/2055920 swapFree=4180232/4192956
[pid=12711] ppid=12709 vsize=47564 CPUtime=69.32
/proc/12711/stat : 12711 (galacE.sh) S 12709 12711 12181 0 -1 4194304 794 29235 5 1 0 1 6886 45 17 0 1 0 643248163 48705536 364 996147200 4194304 4520092 548682068832 18446744073709551615 226913086298 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/12711/statm: 11891 364 245 79 0 219 0
[pid=12734] ppid=12711 vsize=390876 CPUtime=1536.64
/proc/12734/stat : 12734 (eSAT_static) R 12711 12711 12181 0 -1 4194304 102020 0 0 0 153601 63 0 0 25 0 1 0 643255125 400257024 91001 996147200 134512640 135177480 4294955968 18446744073709551615 134565260 0 0 4096 3 0 0 0 17 0 0 0
/proc/12734/statm: 97719 91001 79 162 0 97554 0
Current children cumulated CPU time (s) 1605.96
Current children cumulated vsize (KiB) 438440

[startup+1622.3 s]
/proc/loadavg: 2.00 1.99 1.91 3/74 12762
/proc/meminfo: memFree=1290000/2055920 swapFree=4180232/4192956
[pid=12711] ppid=12709 vsize=47564 CPUtime=69.32
/proc/12711/stat : 12711 (galacE.sh) S 12709 12711 12181 0 -1 4194304 794 29235 5 1 0 1 6886 45 17 0 1 0 643248163 48705536 364 996147200 4194304 4520092 548682068832 18446744073709551615 226913086298 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/12711/statm: 11891 364 245 79 0 219 0
[pid=12734] ppid=12711 vsize=390876 CPUtime=1539.83
/proc/12734/stat : 12734 (eSAT_static) R 12711 12711 12181 0 -1 4194304 102020 0 0 0 153920 63 0 0 25 0 1 0 643255125 400257024 91001 996147200 134512640 135177480 4294955968 18446744073709551615 134547878 0 0 4096 3 0 0 0 17 0 0 0
/proc/12734/statm: 97719 91001 79 162 0 97554 0
Current children cumulated CPU time (s) 1609.15
Current children cumulated vsize (KiB) 438440

[startup+1625.5 s]
/proc/loadavg: 2.00 1.99 1.91 3/74 12762
/proc/meminfo: memFree=1290000/2055920 swapFree=4180232/4192956
[pid=12711] ppid=12709 vsize=47564 CPUtime=69.32
/proc/12711/stat : 12711 (galacE.sh) S 12709 12711 12181 0 -1 4194304 794 29235 5 1 0 1 6886 45 17 0 1 0 643248163 48705536 364 996147200 4194304 4520092 548682068832 18446744073709551615 226913086298 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/12711/statm: 11891 364 245 79 0 219 0
[pid=12734] ppid=12711 vsize=390876 CPUtime=1543.03
/proc/12734/stat : 12734 (eSAT_static) R 12711 12711 12181 0 -1 4194304 102020 0 0 0 154240 63 0 0 25 0 1 0 643255125 400257024 91001 996147200 134512640 135177480 4294955968 18446744073709551615 134565260 0 0 4096 3 0 0 0 17 0 0 0
/proc/12734/statm: 97719 91001 79 162 0 97554 0
Current children cumulated CPU time (s) 1612.35
Current children cumulated vsize (KiB) 438440

[startup+1627.1 s]
/proc/loadavg: 2.00 1.99 1.91 3/74 12762
/proc/meminfo: memFree=1290000/2055920 swapFree=4180232/4192956
[pid=12711] ppid=12709 vsize=47564 CPUtime=69.32
/proc/12711/stat : 12711 (galacE.sh) S 12709 12711 12181 0 -1 4194304 794 29235 5 1 0 1 6886 45 17 0 1 0 643248163 48705536 364 996147200 4194304 4520092 548682068832 18446744073709551615 226913086298 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/12711/statm: 11891 364 245 79 0 219 0
[pid=12734] ppid=12711 vsize=390876 CPUtime=1544.63
/proc/12734/stat : 12734 (eSAT_static) R 12711 12711 12181 0 -1 4194304 102020 0 0 0 154400 63 0 0 25 0 1 0 643255125 400257024 91001 996147200 134512640 135177480 4294955968 18446744073709551615 134565474 0 0 4096 3 0 0 0 17 0 0 0
/proc/12734/statm: 97719 91001 79 162 0 97554 0
Current children cumulated CPU time (s) 1613.95
Current children cumulated vsize (KiB) 438440

[startup+1627.5 s]
/proc/loadavg: 2.00 1.99 1.91 3/74 12762
/proc/meminfo: memFree=1290000/2055920 swapFree=4180232/4192956
[pid=12711] ppid=12709 vsize=47564 CPUtime=69.32
/proc/12711/stat : 12711 (galacE.sh) S 12709 12711 12181 0 -1 4194304 794 29235 5 1 0 1 6886 45 17 0 1 0 643248163 48705536 364 996147200 4194304 4520092 548682068832 18446744073709551615 226913086298 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/12711/statm: 11891 364 245 79 0 219 0
[pid=12734] ppid=12711 vsize=390876 CPUtime=1545.03
/proc/12734/stat : 12734 (eSAT_static) R 12711 12711 12181 0 -1 4194304 102020 0 0 0 154440 63 0 0 25 0 1 0 643255125 400257024 91001 996147200 134512640 135177480 4294955968 18446744073709551615 134565210 0 0 4096 3 0 0 0 17 0 0 0
/proc/12734/statm: 97719 91001 79 162 0 97554 0
Current children cumulated CPU time (s) 1614.35
Current children cumulated vsize (KiB) 438440

[startup+1627.7 s]
/proc/loadavg: 2.00 1.99 1.91 3/74 12762
/proc/meminfo: memFree=1290000/2055920 swapFree=4180232/4192956
[pid=12711] ppid=12709 vsize=47564 CPUtime=1614.56
/proc/12711/stat : 12711 (galacE.sh) S 12709 12711 12181 0 -1 4194304 828 131267 5 1 0 1 161341 114 16 0 1 0 643248163 48705536 364 996147200 4194304 4520092 548682068832 18446744073709551615 226913086298 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/12711/statm: 11891 364 245 79 0 219 0
Current children cumulated CPU time (s) 1614.56
Current children cumulated vsize (KiB) 47564

Child status: 0
Real time (s): 1627.73
CPU time (s): 1614.61
CPU user time (s): 1613.42
CPU system time (s): 1.18882
CPU usage (%): 99.194
Max. virtual memory (cumulated for all children) (KiB): 860324

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1613.42
system time used= 1.18882
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 132250
page faults= 6
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 3500
involuntary context switches= 30431

runsolver used 1.9957 second user time and 5.41018 second system time

The end

Launcher Data (download as text)

Begin job on node5 at 2008-07-04 22:25:10
IDJOB=1068944
IDBENCH=55552
IDSOLVER=351
FILE ID=node5/1068944-1215203110
PBS_JOBID= 7881687
Free space on /tmp= 66496 MiB

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

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= aca7198b8bad2de4793a977967afcafb
RANDOM SEED=396712687

node5.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.279
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.279
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:       1507640 kB
Buffers:         11532 kB
Cached:         144396 kB
SwapCached:       6592 kB
Active:         448392 kB
Inactive:        45208 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1507640 kB
SwapTotal:     4192956 kB
SwapFree:      4180232 kB
Dirty:            3476 kB
Writeback:           0 kB
Mapped:         345176 kB
Slab:            39436 kB
Committed_AS:  1267756 kB
PageTables:       2444 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= 66524 MiB
End job on node5 at 2008-07-04 22:52:18