Trace number 1068599

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 1462.49 1470.73

General information on the benchmark

Namecsp/ukVg/
normalized-crossword-m1c-uk-vg12-16_ext.xml
MD5SUMf287c84d8577f2bfbdab74ac2a5f1147
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 benchmark38.7951
Satisfiable
(Un)Satisfiability was proved
Number of variables192
Number of constraints28
Maximum constraint arity16
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.04/1.12	c start processing
1.04/1.12	c start relation processing
1.74/1.87	c start cnf exporting
91.73/92.87	c parsing time : 0.995
91.73/92.87	c preprocessing time : 92.749
91.73/92.87	
91.73/92.87	c Nary constraints - conflicts : 0 supports : 28
91.73/92.87	c Binary constraints - conflicts : 0 supports :0
91.73/92.87	c max arity constraint : 16
91.73/92.87	c Max Tuples generated 0
91.73/92.87	c relations : 2
91.73/92.87	c relations BDD: 2
91.73/92.87	c sampling 0/0
91.73/92.87	c vars : 837197 - clauses :  2829724
91.73/92.88	
91.80/92.92	 
91.80/92.92	c --- SAT Solver Stats ---
91.80/92.92	 
91.80/92.92	c eSAT 0.1 : minisat core with additionnal features
91.80/92.92	c ============================[ Problem Statistics ]=============================
91.80/92.92	c |                                                                             |
91.80/92.92	c |  Number of variables:  837196                                               |
91.80/92.92	c |  Number of clauses:    2829724                                              |
95.96/97.14	c |  Parsing time:         3.78         s                                       |
1462.35/1470.61	c restarts              : 701
1462.35/1470.61	c conflicts             : 171545         (125 /sec)
1462.35/1470.61	c decisions             : 739339         (38.69 % random) (540 /sec)
1462.35/1470.61	c euip                  : 10398       
1462.35/1470.61	c propagations          : 1051824056     (767861 /sec)
1462.35/1470.61	c conflict literals     : 5520956        (42.12 % deleted)
1462.35/1470.61	c Memory used           : 438.63 MB
1462.35/1470.61	c CPU time              : 1369.81 s
1462.35/1470.61	c 
1462.35/1470.61	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-1068599-1215155704/watcher-1068599-1215155704 -o /tmp/evaluation-result-1068599-1215155704/solver-1068599-1215155704 -C 1800 -W 2200 -M 900 --output-limit 1,15 HOME/galacE.sh HOME/instance-1068599-1215155704.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.02 2.00 2.00 4/81 10447
/proc/meminfo: memFree=1690400/2055920 swapFree=4122708/4192956
[pid=10447] ppid=10445 vsize=18572 CPUtime=0
/proc/10447/stat : 10447 (runsolver) R 10445 10447 9540 0 -1 4194368 15 0 0 0 0 0 0 0 20 0 1 0 1545245424 19017728 292 996147200 4194304 4296836 548682068496 18446744073709551615 252429528359 0 0 4096 24578 0 0 0 17 1 0 0
/proc/10447/statm: 4643 292 257 25 0 2626 0

[startup+0.0404299 s]
/proc/loadavg: 2.02 2.00 2.00 4/81 10447
/proc/meminfo: memFree=1690400/2055920 swapFree=4122708/4192956
[pid=10447] ppid=10445 vsize=47556 CPUtime=0.01
/proc/10447/stat : 10447 (galacE.sh) S 10445 10447 9540 0 -1 4194304 765 1697 0 0 0 0 0 1 18 0 1 0 1545245424 48697344 364 996147200 4194304 4520092 548682068832 18446744073709551615 252429134682 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/10447/statm: 11889 364 245 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47556

[startup+0.101438 s]
/proc/loadavg: 2.02 2.00 2.00 4/81 10447
/proc/meminfo: memFree=1690400/2055920 swapFree=4122708/4192956
[pid=10447] ppid=10445 vsize=47556 CPUtime=0.01
/proc/10447/stat : 10447 (galacE.sh) S 10445 10447 9540 0 -1 4194304 765 1697 0 0 0 0 0 1 18 0 1 0 1545245424 48697344 364 996147200 4194304 4520092 548682068832 18446744073709551615 252429134682 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/10447/statm: 11889 364 245 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47556

[startup+0.301457 s]
/proc/loadavg: 2.02 2.00 2.00 4/81 10447
/proc/meminfo: memFree=1690400/2055920 swapFree=4122708/4192956
[pid=10447] ppid=10445 vsize=47556 CPUtime=0.01
/proc/10447/stat : 10447 (galacE.sh) S 10445 10447 9540 0 -1 4194304 765 1697 0 0 0 0 0 1 18 0 1 0 1545245424 48697344 364 996147200 4194304 4520092 548682068832 18446744073709551615 252429134682 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/10447/statm: 11889 364 245 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47556

[startup+0.702498 s]
/proc/loadavg: 2.02 2.00 2.00 4/81 10447
/proc/meminfo: memFree=1690400/2055920 swapFree=4122708/4192956
[pid=10447] ppid=10445 vsize=47556 CPUtime=0.01
/proc/10447/stat : 10447 (galacE.sh) S 10445 10447 9540 0 -1 4194304 765 1697 0 0 0 0 0 1 18 0 1 0 1545245424 48697344 364 996147200 4194304 4520092 548682068832 18446744073709551615 252429134682 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/10447/statm: 11889 364 245 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47556

[startup+1.50158 s]
/proc/loadavg: 2.18 2.03 2.01 4/91 10469
/proc/meminfo: memFree=1635408/2055920 swapFree=4122708/4192956
[pid=10447] ppid=10445 vsize=47556 CPUtime=0.01
/proc/10447/stat : 10447 (galacE.sh) S 10445 10447 9540 0 -1 4194304 765 1697 0 0 0 0 0 1 18 0 1 0 1545245424 48697344 364 996147200 4194304 4520092 548682068832 18446744073709551615 252429134682 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/10447/statm: 11889 364 245 79 0 219 0
[pid=10461] ppid=10447 vsize=812528 CPUtime=1.43
/proc/10461/stat : 10461 (java) S 10447 10447 9540 0 -1 0 21379 0 1 0 131 12 0 0 18 0 9 0 1545245428 832028672 20805 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/10461/statm: 203132 20805 1889 9 0 197166 0
[pid=10461/tid=10462] ppid=10447 vsize=812528 CPUtime=1.2
/proc/10461/task/10462/stat : 10462 (java) R 10447 10447 9540 0 -1 64 14476 0 1 0 112 8 0 0 25 0 9 0 1545245429 832028672 20805 996147200 134512640 134550740 4294955616 18446744073709551615 4126813881 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10461/tid=10463] ppid=10447 vsize=812528 CPUtime=0.04
/proc/10461/task/10463/stat : 10463 (java) S 10447 10447 9540 0 -1 64 5425 0 0 0 2 2 0 0 17 0 9 0 1545245431 832028672 20805 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=10461/tid=10464] ppid=10447 vsize=812528 CPUtime=0
/proc/10461/task/10464/stat : 10464 (java) S 10447 10447 9540 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 1545245431 832028672 20805 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10461/tid=10465] ppid=10447 vsize=812528 CPUtime=0
/proc/10461/task/10465/stat : 10465 (java) S 10447 10447 9540 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 1545245431 832028672 20805 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10461/tid=10466] ppid=10447 vsize=812528 CPUtime=0
/proc/10461/task/10466/stat : 10466 (java) S 10447 10447 9540 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 1545245433 832028672 20805 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10461/tid=10467] ppid=10447 vsize=812528 CPUtime=0.16
/proc/10461/task/10467/stat : 10467 (java) S 10447 10447 9540 0 -1 64 779 0 0 0 16 0 0 0 16 0 9 0 1545245433 832028672 20805 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10461/tid=10468] ppid=10447 vsize=812528 CPUtime=0
/proc/10461/task/10468/stat : 10468 (java) S 10447 10447 9540 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 1545245433 832028672 20805 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10461/tid=10469] ppid=10447 vsize=812528 CPUtime=0
/proc/10461/task/10469/stat : 10469 (java) R 10447 10447 9540 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1545245433 832028672 20805 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.44
Current children cumulated vsize (KiB) 860084

[startup+3.10273 s]
/proc/loadavg: 2.18 2.03 2.01 3/91 10469
/proc/meminfo: memFree=1613136/2055920 swapFree=4122708/4192956
[pid=10447] ppid=10445 vsize=47556 CPUtime=0.01
/proc/10447/stat : 10447 (galacE.sh) S 10445 10447 9540 0 -1 4194304 765 1697 0 0 0 0 0 1 18 0 1 0 1545245424 48697344 364 996147200 4194304 4520092 548682068832 18446744073709551615 252429134682 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/10447/statm: 11889 364 245 79 0 219 0
[pid=10461] ppid=10447 vsize=812528 CPUtime=3.02
/proc/10461/stat : 10461 (java) S 10447 10447 9540 0 -1 0 29155 0 1 0 286 16 0 0 18 0 9 0 1545245428 832028672 28576 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/10461/statm: 203132 28576 1910 9 0 197166 0
[pid=10461/tid=10462] ppid=10447 vsize=812528 CPUtime=2.41
/proc/10461/task/10462/stat : 10462 (java) R 10447 10447 9540 0 -1 64 14523 0 1 0 232 9 0 0 25 0 9 0 1545245429 832028672 28576 996147200 134512640 134550740 4294955616 18446744073709551615 4126931061 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10461/tid=10463] ppid=10447 vsize=812528 CPUtime=0.35
/proc/10461/task/10463/stat : 10463 (java) S 10447 10447 9540 0 -1 64 13107 0 0 0 30 5 0 0 16 0 9 0 1545245431 832028672 28576 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=10461/tid=10464] ppid=10447 vsize=812528 CPUtime=0
/proc/10461/task/10464/stat : 10464 (java) S 10447 10447 9540 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 1545245431 832028672 28576 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10461/tid=10465] ppid=10447 vsize=812528 CPUtime=0
/proc/10461/task/10465/stat : 10465 (java) S 10447 10447 9540 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 1545245431 832028672 28576 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10461/tid=10466] ppid=10447 vsize=812528 CPUtime=0
/proc/10461/task/10466/stat : 10466 (java) S 10447 10447 9540 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 1545245433 832028672 28576 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10461/tid=10467] ppid=10447 vsize=812528 CPUtime=0.23
/proc/10461/task/10467/stat : 10467 (java) S 10447 10447 9540 0 -1 64 826 0 0 0 23 0 0 0 15 0 9 0 1545245433 832028672 28576 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10461/tid=10468] ppid=10447 vsize=812528 CPUtime=0
/proc/10461/task/10468/stat : 10468 (java) S 10447 10447 9540 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 1545245433 832028672 28576 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10461/tid=10469] ppid=10447 vsize=812528 CPUtime=0
/proc/10461/task/10469/stat : 10469 (java) S 10447 10447 9540 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1545245433 832028672 28576 996147200 134512640 134550740 4294955616 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) 860084

[startup+6.30206 s]
/proc/loadavg: 2.16 2.03 2.01 3/91 10469
/proc/meminfo: memFree=1580368/2055920 swapFree=4122708/4192956
[pid=10447] ppid=10445 vsize=47556 CPUtime=0.01
/proc/10447/stat : 10447 (galacE.sh) S 10445 10447 9540 0 -1 4194304 765 1697 0 0 0 0 0 1 18 0 1 0 1545245424 48697344 364 996147200 4194304 4520092 548682068832 18446744073709551615 252429134682 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/10447/statm: 11889 364 245 79 0 219 0
[pid=10461] ppid=10447 vsize=812528 CPUtime=6.18
/proc/10461/stat : 10461 (java) S 10447 10447 9540 0 -1 0 29171 0 1 0 601 17 0 0 18 0 9 0 1545245428 832028672 28584 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/10461/statm: 203132 28584 1910 9 0 197166 0
[pid=10461/tid=10462] ppid=10447 vsize=812528 CPUtime=5.57
/proc/10461/task/10462/stat : 10462 (java) R 10447 10447 9540 0 -1 64 14532 0 1 0 547 10 0 0 25 0 9 0 1545245429 832028672 28584 996147200 134512640 134550740 4294955616 18446744073709551615 102064682 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10461/tid=10463] ppid=10447 vsize=812528 CPUtime=0.35
/proc/10461/task/10463/stat : 10463 (java) S 10447 10447 9540 0 -1 64 13108 0 0 0 30 5 0 0 16 0 9 0 1545245431 832028672 28584 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=10461/tid=10464] ppid=10447 vsize=812528 CPUtime=0
/proc/10461/task/10464/stat : 10464 (java) S 10447 10447 9540 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 1545245431 832028672 28584 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10461/tid=10465] ppid=10447 vsize=812528 CPUtime=0
/proc/10461/task/10465/stat : 10465 (java) S 10447 10447 9540 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 1545245431 832028672 28584 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10461/tid=10466] ppid=10447 vsize=812528 CPUtime=0
/proc/10461/task/10466/stat : 10466 (java) S 10447 10447 9540 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 1545245433 832028672 28584 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10461/tid=10467] ppid=10447 vsize=812528 CPUtime=0.23
/proc/10461/task/10467/stat : 10467 (java) S 10447 10447 9540 0 -1 64 832 0 0 0 23 0 0 0 15 0 9 0 1545245433 832028672 28584 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10461/tid=10468] ppid=10447 vsize=812528 CPUtime=0
/proc/10461/task/10468/stat : 10468 (java) S 10447 10447 9540 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 1545245433 832028672 28584 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10461/tid=10469] ppid=10447 vsize=812528 CPUtime=0
/proc/10461/task/10469/stat : 10469 (java) S 10447 10447 9540 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1545245433 832028672 28584 996147200 134512640 134550740 4294955616 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) 860084

[startup+12.7027 s]
/proc/loadavg: 2.23 2.05 2.01 3/91 10469
/proc/meminfo: memFree=1576592/2055920 swapFree=4122708/4192956
[pid=10447] ppid=10445 vsize=47556 CPUtime=0.01
/proc/10447/stat : 10447 (galacE.sh) S 10445 10447 9540 0 -1 4194304 765 1697 0 0 0 0 0 1 18 0 1 0 1545245424 48697344 364 996147200 4194304 4520092 548682068832 18446744073709551615 252429134682 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/10447/statm: 11889 364 245 79 0 219 0
[pid=10461] ppid=10447 vsize=812528 CPUtime=12.52
/proc/10461/stat : 10461 (java) S 10447 10447 9540 0 -1 0 29184 0 1 0 1233 19 0 0 18 0 9 0 1545245428 832028672 28586 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/10461/statm: 203132 28586 1910 9 0 197166 0
[pid=10461/tid=10462] ppid=10447 vsize=812528 CPUtime=11.9
/proc/10461/task/10462/stat : 10462 (java) R 10447 10447 9540 0 -1 64 14543 0 1 0 1177 13 0 0 25 0 9 0 1545245429 832028672 28586 996147200 134512640 134550740 4294955616 18446744073709551615 102715066 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10461/tid=10463] ppid=10447 vsize=812528 CPUtime=0.35
/proc/10461/task/10463/stat : 10463 (java) S 10447 10447 9540 0 -1 64 13108 0 0 0 30 5 0 0 16 0 9 0 1545245431 832028672 28586 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=10461/tid=10464] ppid=10447 vsize=812528 CPUtime=0
/proc/10461/task/10464/stat : 10464 (java) S 10447 10447 9540 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 1545245431 832028672 28586 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10461/tid=10465] ppid=10447 vsize=812528 CPUtime=0
/proc/10461/task/10465/stat : 10465 (java) S 10447 10447 9540 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 1545245431 832028672 28586 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10461/tid=10466] ppid=10447 vsize=812528 CPUtime=0
/proc/10461/task/10466/stat : 10466 (java) S 10447 10447 9540 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 1545245433 832028672 28586 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10461/tid=10467] ppid=10447 vsize=812528 CPUtime=0.24
/proc/10461/task/10467/stat : 10467 (java) S 10447 10447 9540 0 -1 64 834 0 0 0 24 0 0 0 15 0 9 0 1545245433 832028672 28586 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10461/tid=10468] ppid=10447 vsize=812528 CPUtime=0
/proc/10461/task/10468/stat : 10468 (java) S 10447 10447 9540 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 1545245433 832028672 28586 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10461/tid=10469] ppid=10447 vsize=812528 CPUtime=0
/proc/10461/task/10469/stat : 10469 (java) S 10447 10447 9540 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1545245433 832028672 28586 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.53
Current children cumulated vsize (KiB) 860084

[startup+25.502 s]
/proc/loadavg: 2.18 2.04 2.01 3/91 10469
/proc/meminfo: memFree=1568400/2055920 swapFree=4122708/4192956
[pid=10447] ppid=10445 vsize=47556 CPUtime=0.01
/proc/10447/stat : 10447 (galacE.sh) S 10445 10447 9540 0 -1 4194304 765 1697 0 0 0 0 0 1 18 0 1 0 1545245424 48697344 364 996147200 4194304 4520092 548682068832 18446744073709551615 252429134682 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/10447/statm: 11889 364 245 79 0 219 0
[pid=10461] ppid=10447 vsize=812528 CPUtime=25.18
/proc/10461/stat : 10461 (java) S 10447 10447 9540 0 -1 0 29208 0 1 0 2496 22 0 0 18 0 9 0 1545245428 832028672 28587 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/10461/statm: 203132 28587 1910 9 0 197166 0
[pid=10461/tid=10462] ppid=10447 vsize=812528 CPUtime=24.55
/proc/10461/task/10462/stat : 10462 (java) R 10447 10447 9540 0 -1 64 14566 0 1 0 2439 16 0 0 25 0 9 0 1545245429 832028672 28587 996147200 134512640 134550740 4294955616 18446744073709551615 4126934187 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10461/tid=10463] ppid=10447 vsize=812528 CPUtime=0.37
/proc/10461/task/10463/stat : 10463 (java) S 10447 10447 9540 0 -1 64 13108 0 0 0 32 5 0 0 16 0 9 0 1545245431 832028672 28587 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=10461/tid=10464] ppid=10447 vsize=812528 CPUtime=0
/proc/10461/task/10464/stat : 10464 (java) S 10447 10447 9540 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 1545245431 832028672 28587 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10461/tid=10465] ppid=10447 vsize=812528 CPUtime=0
/proc/10461/task/10465/stat : 10465 (java) S 10447 10447 9540 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 1545245431 832028672 28587 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10461/tid=10466] ppid=10447 vsize=812528 CPUtime=0
/proc/10461/task/10466/stat : 10466 (java) S 10447 10447 9540 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 1545245433 832028672 28587 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10461/tid=10467] ppid=10447 vsize=812528 CPUtime=0.24
/proc/10461/task/10467/stat : 10467 (java) S 10447 10447 9540 0 -1 64 835 0 0 0 24 0 0 0 16 0 9 0 1545245433 832028672 28587 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10461/tid=10468] ppid=10447 vsize=812528 CPUtime=0
/proc/10461/task/10468/stat : 10468 (java) S 10447 10447 9540 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 1545245433 832028672 28587 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10461/tid=10469] ppid=10447 vsize=812528 CPUtime=0
/proc/10461/task/10469/stat : 10469 (java) S 10447 10447 9540 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1545245433 832028672 28587 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.19
Current children cumulated vsize (KiB) 860084

[startup+51.1015 s]
/proc/loadavg: 2.12 2.04 2.01 3/91 10469
/proc/meminfo: memFree=1552592/2055920 swapFree=4122708/4192956
[pid=10447] ppid=10445 vsize=47556 CPUtime=0.01

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

/proc/10470/statm: 112206 106583 79 162 0 112041 0
Current children cumulated CPU time (s) 1056.02
Current children cumulated vsize (KiB) 496380

[startup+1122.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 10472
/proc/meminfo: memFree=1205456/2055920 swapFree=4122708/4192956
[pid=10447] ppid=10445 vsize=47556 CPUtime=91.83
/proc/10447/stat : 10447 (galacE.sh) S 10445 10447 9540 0 -1 4194304 799 31040 0 1 0 0 9128 55 17 0 1 0 1545245424 48697344 364 996147200 4194304 4520092 548682068832 18446744073709551615 252429134682 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/10447/statm: 11889 364 245 79 0 219 0
[pid=10470] ppid=10447 vsize=448824 CPUtime=1023.9
/proc/10470/stat : 10470 (eSAT_static) R 10447 10447 9540 0 -1 4194304 119966 0 0 0 102319 71 0 0 25 0 1 0 1545254717 459595776 106583 996147200 134512640 135177480 4294955984 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 1 0 0
/proc/10470/statm: 112206 106583 79 162 0 112041 0
Current children cumulated CPU time (s) 1115.73
Current children cumulated vsize (KiB) 496380

[startup+1182.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 10472
/proc/meminfo: memFree=1205392/2055920 swapFree=4122708/4192956
[pid=10447] ppid=10445 vsize=47556 CPUtime=91.83
/proc/10447/stat : 10447 (galacE.sh) S 10445 10447 9540 0 -1 4194304 799 31040 0 1 0 0 9128 55 17 0 1 0 1545245424 48697344 364 996147200 4194304 4520092 548682068832 18446744073709551615 252429134682 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/10447/statm: 11889 364 245 79 0 219 0
[pid=10470] ppid=10447 vsize=448824 CPUtime=1083.61
/proc/10470/stat : 10470 (eSAT_static) R 10447 10447 9540 0 -1 4194304 119966 0 0 0 108290 71 0 0 25 0 1 0 1545254717 459595776 106583 996147200 134512640 135177480 4294955984 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 1 0 0
/proc/10470/statm: 112206 106583 79 162 0 112041 0
Current children cumulated CPU time (s) 1175.44
Current children cumulated vsize (KiB) 496380

[startup+1242.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 10472
/proc/meminfo: memFree=1205328/2055920 swapFree=4122708/4192956
[pid=10447] ppid=10445 vsize=47556 CPUtime=91.83
/proc/10447/stat : 10447 (galacE.sh) S 10445 10447 9540 0 -1 4194304 799 31040 0 1 0 0 9128 55 17 0 1 0 1545245424 48697344 364 996147200 4194304 4520092 548682068832 18446744073709551615 252429134682 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/10447/statm: 11889 364 245 79 0 219 0
[pid=10470] ppid=10447 vsize=448968 CPUtime=1143.32
/proc/10470/stat : 10470 (eSAT_static) R 10447 10447 9540 0 -1 4194304 119974 0 0 0 114261 71 0 0 25 0 1 0 1545254717 459743232 106591 996147200 134512640 135177480 4294955984 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 1 0 0
/proc/10470/statm: 112242 106591 79 162 0 112077 0
Current children cumulated CPU time (s) 1235.15
Current children cumulated vsize (KiB) 496524

[startup+1302.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 10472
/proc/meminfo: memFree=1205328/2055920 swapFree=4122708/4192956
[pid=10447] ppid=10445 vsize=47556 CPUtime=91.83
/proc/10447/stat : 10447 (galacE.sh) S 10445 10447 9540 0 -1 4194304 799 31040 0 1 0 0 9128 55 17 0 1 0 1545245424 48697344 364 996147200 4194304 4520092 548682068832 18446744073709551615 252429134682 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/10447/statm: 11889 364 245 79 0 219 0
[pid=10470] ppid=10447 vsize=448968 CPUtime=1203.03
/proc/10470/stat : 10470 (eSAT_static) R 10447 10447 9540 0 -1 4194304 119988 0 0 0 120232 71 0 0 25 0 1 0 1545254717 459743232 106605 996147200 134512640 135177480 4294955984 18446744073709551615 134547815 0 0 4096 3 0 0 0 17 1 0 0
/proc/10470/statm: 112242 106605 79 162 0 112077 0
Current children cumulated CPU time (s) 1294.86
Current children cumulated vsize (KiB) 496524

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 10472
/proc/meminfo: memFree=1205200/2055920 swapFree=4122708/4192956
[pid=10447] ppid=10445 vsize=47556 CPUtime=91.83
/proc/10447/stat : 10447 (galacE.sh) S 10445 10447 9540 0 -1 4194304 799 31040 0 1 0 0 9128 55 17 0 1 0 1545245424 48697344 364 996147200 4194304 4520092 548682068832 18446744073709551615 252429134682 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/10447/statm: 11889 364 245 79 0 219 0
[pid=10470] ppid=10447 vsize=448968 CPUtime=1262.74
/proc/10470/stat : 10470 (eSAT_static) R 10447 10447 9540 0 -1 4194304 119988 0 0 0 126203 71 0 0 25 0 1 0 1545254717 459743232 106605 996147200 134512640 135177480 4294955984 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 1 0 0
/proc/10470/statm: 112242 106605 79 162 0 112077 0
Current children cumulated CPU time (s) 1354.57
Current children cumulated vsize (KiB) 496524

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 10472
/proc/meminfo: memFree=1205136/2055920 swapFree=4122708/4192956
[pid=10447] ppid=10445 vsize=47556 CPUtime=91.83
/proc/10447/stat : 10447 (galacE.sh) S 10445 10447 9540 0 -1 4194304 799 31040 0 1 0 0 9128 55 17 0 1 0 1545245424 48697344 364 996147200 4194304 4520092 548682068832 18446744073709551615 252429134682 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/10447/statm: 11889 364 245 79 0 219 0
[pid=10470] ppid=10447 vsize=448968 CPUtime=1322.45
/proc/10470/stat : 10470 (eSAT_static) R 10447 10447 9540 0 -1 4194304 119988 0 0 0 132174 71 0 0 25 0 1 0 1545254717 459743232 106605 996147200 134512640 135177480 4294955984 18446744073709551615 134565474 0 0 4096 3 0 0 0 17 1 0 0
/proc/10470/statm: 112242 106605 79 162 0 112077 0
Current children cumulated CPU time (s) 1414.28
Current children cumulated vsize (KiB) 496524

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

[startup+1433.5 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 10472
/proc/meminfo: memFree=1205136/2055920 swapFree=4122708/4192956
[pid=10447] ppid=10445 vsize=47556 CPUtime=91.83
/proc/10447/stat : 10447 (galacE.sh) S 10445 10447 9540 0 -1 4194304 799 31040 0 1 0 0 9128 55 17 0 1 0 1545245424 48697344 364 996147200 4194304 4520092 548682068832 18446744073709551615 252429134682 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/10447/statm: 11889 364 245 79 0 219 0
[pid=10470] ppid=10447 vsize=448968 CPUtime=1333.6
/proc/10470/stat : 10470 (eSAT_static) R 10447 10447 9540 0 -1 4194304 119988 0 0 0 133288 72 0 0 25 0 1 0 1545254717 459743232 106605 996147200 134512640 135177480 4294955984 18446744073709551615 134565260 0 0 4096 3 0 0 0 17 1 0 0
/proc/10470/statm: 112242 106605 79 162 0 112077 0
Current children cumulated CPU time (s) 1425.43
Current children cumulated vsize (KiB) 496524

[startup+1446.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 10472
/proc/meminfo: memFree=1205136/2055920 swapFree=4122708/4192956
[pid=10447] ppid=10445 vsize=47556 CPUtime=91.83
/proc/10447/stat : 10447 (galacE.sh) S 10445 10447 9540 0 -1 4194304 799 31040 0 1 0 0 9128 55 17 0 1 0 1545245424 48697344 364 996147200 4194304 4520092 548682068832 18446744073709551615 252429134682 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/10447/statm: 11889 364 245 79 0 219 0
[pid=10470] ppid=10447 vsize=448968 CPUtime=1346.33
/proc/10470/stat : 10470 (eSAT_static) R 10447 10447 9540 0 -1 4194304 119993 0 0 0 134561 72 0 0 25 0 1 0 1545254717 459743232 106610 996147200 134512640 135177480 4294955984 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 1 0 0
/proc/10470/statm: 112242 106610 79 162 0 112077 0
Current children cumulated CPU time (s) 1438.16
Current children cumulated vsize (KiB) 496524

[startup+1459.1 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 10472
/proc/meminfo: memFree=1205008/2055920 swapFree=4122708/4192956
[pid=10447] ppid=10445 vsize=47556 CPUtime=91.83
/proc/10447/stat : 10447 (galacE.sh) S 10445 10447 9540 0 -1 4194304 799 31040 0 1 0 0 9128 55 17 0 1 0 1545245424 48697344 364 996147200 4194304 4520092 548682068832 18446744073709551615 252429134682 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/10447/statm: 11889 364 245 79 0 219 0
[pid=10470] ppid=10447 vsize=448968 CPUtime=1359.08
/proc/10470/stat : 10470 (eSAT_static) R 10447 10447 9540 0 -1 4194304 120007 0 0 0 135836 72 0 0 25 0 1 0 1545254717 459743232 106624 996147200 134512640 135177480 4294955984 18446744073709551615 134571641 0 0 4096 3 0 0 0 17 1 0 0
/proc/10470/statm: 112242 106624 79 162 0 112077 0
Current children cumulated CPU time (s) 1450.91
Current children cumulated vsize (KiB) 496524

[startup+1465.5 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 10472
/proc/meminfo: memFree=1204944/2055920 swapFree=4122708/4192956
[pid=10447] ppid=10445 vsize=47556 CPUtime=91.83
/proc/10447/stat : 10447 (galacE.sh) S 10445 10447 9540 0 -1 4194304 799 31040 0 1 0 0 9128 55 17 0 1 0 1545245424 48697344 364 996147200 4194304 4520092 548682068832 18446744073709551615 252429134682 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/10447/statm: 11889 364 245 79 0 219 0
[pid=10470] ppid=10447 vsize=449156 CPUtime=1365.44
/proc/10470/stat : 10470 (eSAT_static) R 10447 10447 9540 0 -1 4194304 120020 0 0 0 136472 72 0 0 25 0 1 0 1545254717 459935744 106637 996147200 134512640 135177480 4294955984 18446744073709551615 134547815 0 0 4096 3 0 0 0 17 1 0 0
/proc/10470/statm: 112289 106637 79 162 0 112124 0
Current children cumulated CPU time (s) 1457.27
Current children cumulated vsize (KiB) 496712

[startup+1468.7 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 10472
/proc/meminfo: memFree=1204944/2055920 swapFree=4122708/4192956
[pid=10447] ppid=10445 vsize=47556 CPUtime=91.83
/proc/10447/stat : 10447 (galacE.sh) S 10445 10447 9540 0 -1 4194304 799 31040 0 1 0 0 9128 55 17 0 1 0 1545245424 48697344 364 996147200 4194304 4520092 548682068832 18446744073709551615 252429134682 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/10447/statm: 11889 364 245 79 0 219 0
[pid=10470] ppid=10447 vsize=449156 CPUtime=1368.63
/proc/10470/stat : 10470 (eSAT_static) R 10447 10447 9540 0 -1 4194304 120020 0 0 0 136791 72 0 0 25 0 1 0 1545254717 459935744 106637 996147200 134512640 135177480 4294955984 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 1 0 0
/proc/10470/statm: 112289 106637 79 162 0 112124 0
Current children cumulated CPU time (s) 1460.46
Current children cumulated vsize (KiB) 496712

[startup+1469.5 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 10472
/proc/meminfo: memFree=1204944/2055920 swapFree=4122708/4192956
[pid=10447] ppid=10445 vsize=47556 CPUtime=91.83
/proc/10447/stat : 10447 (galacE.sh) S 10445 10447 9540 0 -1 4194304 799 31040 0 1 0 0 9128 55 17 0 1 0 1545245424 48697344 364 996147200 4194304 4520092 548682068832 18446744073709551615 252429134682 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/10447/statm: 11889 364 245 79 0 219 0
[pid=10470] ppid=10447 vsize=449156 CPUtime=1369.42
/proc/10470/stat : 10470 (eSAT_static) R 10447 10447 9540 0 -1 4194304 120020 0 0 0 136870 72 0 0 25 0 1 0 1545254717 459935744 106637 996147200 134512640 135177480 4294955984 18446744073709551615 134566334 0 0 4096 3 0 0 0 17 1 0 0
/proc/10470/statm: 112289 106637 79 162 0 112124 0
Current children cumulated CPU time (s) 1461.25
Current children cumulated vsize (KiB) 496712

[startup+1470.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 10472
/proc/meminfo: memFree=1204944/2055920 swapFree=4122708/4192956
[pid=10447] ppid=10445 vsize=47556 CPUtime=91.83
/proc/10447/stat : 10447 (galacE.sh) S 10445 10447 9540 0 -1 4194304 799 31040 0 1 0 0 9128 55 17 0 1 0 1545245424 48697344 364 996147200 4194304 4520092 548682068832 18446744073709551615 252429134682 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/10447/statm: 11889 364 245 79 0 219 0
[pid=10470] ppid=10447 vsize=449156 CPUtime=1370.22
/proc/10470/stat : 10470 (eSAT_static) R 10447 10447 9540 0 -1 4194304 120020 0 0 0 136950 72 0 0 25 0 1 0 1545254717 459935744 106637 996147200 134512640 135177480 4294955984 18446744073709551615 134547815 0 0 4096 3 0 0 0 17 1 0 0
/proc/10470/statm: 112289 106637 79 162 0 112124 0
Current children cumulated CPU time (s) 1462.05
Current children cumulated vsize (KiB) 496712

[startup+1470.71 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 10472
/proc/meminfo: memFree=1204944/2055920 swapFree=4122708/4192956
[pid=10447] ppid=10445 vsize=47556 CPUtime=1462.44
/proc/10447/stat : 10447 (galacE.sh) S 10445 10447 9540 0 -1 4194304 833 151072 0 1 0 0 146109 135 16 0 1 0 1545245424 48697344 364 996147200 4194304 4520092 548682068832 18446744073709551615 252429134682 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/10447/statm: 11889 364 245 79 0 219 0
Current children cumulated CPU time (s) 1462.44
Current children cumulated vsize (KiB) 47556

Child status: 0
Real time (s): 1470.73
CPU time (s): 1462.49
CPU user time (s): 1461.09
CPU system time (s): 1.39979
CPU usage (%): 99.4403
Max. virtual memory (cumulated for all children) (KiB): 860084

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1461.09
system time used= 1.39979
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 152060
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= 4081
involuntary context switches= 51288

runsolver used 1.41278 second user time and 4.21936 second system time

The end

Launcher Data (download as text)

Begin job on node12 at 2008-07-04 09:15:04
IDJOB=1068599
IDBENCH=55530
IDSOLVER=351
FILE ID=node12/1068599-1215155704
PBS_JOBID= 7877446
Free space on /tmp= 66548 MiB

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

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= f287c84d8577f2bfbdab74ac2a5f1147
RANDOM SEED=1583059389

node12.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.236
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.236
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:       1690880 kB
Buffers:         23708 kB
Cached:         135240 kB
SwapCached:      64296 kB
Active:         249044 kB
Inactive:        59140 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1690880 kB
SwapTotal:     4192956 kB
SwapFree:      4122708 kB
Dirty:            3688 kB
Writeback:           0 kB
Mapped:         165420 kB
Slab:            41712 kB
Committed_AS:  2971852 kB
PageTables:       2124 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= 66544 MiB
End job on node12 at 2008-07-04 09:39:35