Trace number 1075001

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
galac ESAT 136.364 137.733

General information on the benchmark

Namecsp/os-taillard-4/
normalized-os-taillard-4-105-0.xml
MD5SUM2cc845dd003569fb3b3c979469638cfe
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.008997
Satisfiable
(Un)Satisfiability was proved
Number of variables16
Number of constraints48
Maximum constraint arity2
Maximum domain size202
Number of constraints which are defined in extension0
Number of constraints which are defined in intension48
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.03	c --- Preproc Stats ---
2.33/2.41	c start processing
2.33/2.41	c start relation processing
3.43/3.55	c start cnf exporting
17.47/17.77	c parsing time : 2.276
17.47/17.77	c preprocessing time : 17.642
17.47/17.77	
17.47/17.77	c Nary constraints - conflicts : 0 supports : 0
17.47/17.77	c Binary constraints - conflicts : 29 supports :19
17.47/17.77	c max arity constraint : 2
17.47/17.77	c Max Tuples generated 39794
17.47/17.77	c relations : 48
17.47/17.77	c relations BDD: 0
17.47/17.77	c sampling 31/48
17.47/17.77	c vars : 2594 - clauses :  472452
17.47/17.77	
17.54/17.83	 
17.54/17.83	c --- SAT Solver Stats ---
17.54/17.83	 
17.54/17.83	c eSAT 0.1 : minisat core with additionnal features
17.54/17.83	c ============================[ Problem Statistics ]=============================
17.54/17.83	c |                                                                             |
17.54/17.83	c |  Number of variables:  2593                                                 |
17.54/17.83	c |  Number of clauses:    472452                                               |
17.57/18.14	c |  Parsing time:         0.27         s                                       |
135.66/137.07	c restarts              : 66
135.66/137.07	c conflicts             : 181            (2 /sec)
135.66/137.07	c decisions             : 23151          (74.43 % random) (196 /sec)
135.66/137.07	c euip                  : 52          
135.66/137.07	c propagations          : 138468         (1172 /sec)
135.66/137.07	c conflict literals     : 15726          (9.58 % deleted)
135.66/137.07	c Memory used           : 28.18 MB
135.66/137.07	c CPU time              : 118.123 s
135.66/137.07	c 
135.66/137.07	s SATISFIABLE
136.32/137.72	v 149 114 6 4 193 4 102 32 160 41 3 67 19 115 6 159

Verifier Data (download as text)

OK

Watcher Data (download as text)

runsolver version 3.2.5 (c) roussel@cril.univ-artois.fr

command line: /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1075001-1215180053/watcher-1075001-1215180053 -o /tmp/evaluation-result-1075001-1215180053/solver-1075001-1215180053 -C 1800 -W 2200 -M 900 --output-limit 1,15 HOME/galacE.sh HOME/instance-1075001-1215180053.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.04 2.05 1.98 4/81 10807
/proc/meminfo: memFree=1082476/2055920 swapFree=4179816/4192956
[pid=10807] ppid=10805 vsize=8652 CPUtime=0
/proc/10807/stat : 10807 (galacE.sh) S 10805 10807 9779 0 -1 4194304 346 0 0 0 0 0 0 0 16 0 1 0 1996977685 8859648 280 996147200 4194304 4520092 548682068832 18446744073709551615 258938694490 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/10807/statm: 2163 280 208 79 0 156 0
[pid=10808] ppid=10807 vsize=8688 CPUtime=0
/proc/10808/stat : 10808 (galacE.sh) S 10807 10807 9779 0 -1 4194368 36 0 0 0 0 0 0 0 17 0 1 0 1996977686 8896512 286 996147200 4194304 4520092 548682068832 18446744073709551615 258939256914 0 0 4096 73728 18446744071563648864 0 0 17 1 0 0
/proc/10808/statm: 2172 286 209 79 0 165 0
[pid=10809] ppid=10808 vsize=8728 CPUtime=0
/proc/10809/stat : 10809 (galacE.sh) R 10808 10807 9779 0 -1 4194368 25 0 0 0 0 0 0 0 19 0 1 0 1996977686 8937472 290 996147200 4194304 4520092 548682068832 18446744073709551615 258939088167 0 0 3674112 73728 0 0 0 17 1 0 0
/proc/10809/statm: 2182 290 209 79 0 175 0

[startup+0.104796 s]
/proc/loadavg: 2.04 2.05 1.98 4/81 10807
/proc/meminfo: memFree=1082476/2055920 swapFree=4179816/4192956
[pid=10807] ppid=10805 vsize=47564 CPUtime=0.01
/proc/10807/stat : 10807 (galacE.sh) S 10805 10807 9779 0 -1 4194304 764 1698 0 0 0 0 0 1 23 0 1 0 1996977685 48705536 363 996147200 4194304 4520092 548682068832 18446744073709551615 258938694490 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/10807/statm: 11891 363 244 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47564

[startup+0.202816 s]
/proc/loadavg: 2.04 2.05 1.98 4/81 10807
/proc/meminfo: memFree=1082476/2055920 swapFree=4179816/4192956
[pid=10807] ppid=10805 vsize=47564 CPUtime=0.01
/proc/10807/stat : 10807 (galacE.sh) S 10805 10807 9779 0 -1 4194304 764 1698 0 0 0 0 0 1 23 0 1 0 1996977685 48705536 363 996147200 4194304 4520092 548682068832 18446744073709551615 258938694490 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/10807/statm: 11891 363 244 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47564

[startup+0.302835 s]
/proc/loadavg: 2.04 2.05 1.98 4/81 10807
/proc/meminfo: memFree=1082476/2055920 swapFree=4179816/4192956
[pid=10807] ppid=10805 vsize=47564 CPUtime=0.01
/proc/10807/stat : 10807 (galacE.sh) S 10805 10807 9779 0 -1 4194304 764 1698 0 0 0 0 0 1 23 0 1 0 1996977685 48705536 363 996147200 4194304 4520092 548682068832 18446744073709551615 258938694490 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/10807/statm: 11891 363 244 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47564

[startup+0.701913 s]
/proc/loadavg: 2.04 2.05 1.98 4/81 10807
/proc/meminfo: memFree=1082476/2055920 swapFree=4179816/4192956
[pid=10807] ppid=10805 vsize=47564 CPUtime=0.01
/proc/10807/stat : 10807 (galacE.sh) S 10805 10807 9779 0 -1 4194304 764 1698 0 0 0 0 0 1 23 0 1 0 1996977685 48705536 363 996147200 4194304 4520092 548682068832 18446744073709551615 258938694490 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/10807/statm: 11891 363 244 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47564

[startup+1.50106 s]
/proc/loadavg: 2.04 2.05 1.98 3/91 10829
/proc/meminfo: memFree=1031196/2055920 swapFree=4179816/4192956
[pid=10807] ppid=10805 vsize=47564 CPUtime=0.01
/proc/10807/stat : 10807 (galacE.sh) S 10805 10807 9779 0 -1 4194304 764 1698 0 0 0 0 0 1 23 0 1 0 1996977685 48705536 363 996147200 4194304 4520092 548682068832 18446744073709551615 258938694490 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/10807/statm: 11891 363 244 79 0 219 0
[pid=10821] ppid=10807 vsize=812508 CPUtime=1.44
/proc/10821/stat : 10821 (java) S 10807 10807 9779 0 -1 0 16605 0 1 0 136 8 0 0 18 0 9 0 1996977689 832008192 15810 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/10821/statm: 203127 15810 2584 9 0 197161 0
[pid=10821/tid=10822] ppid=10807 vsize=812508 CPUtime=0.69
/proc/10821/task/10822/stat : 10822 (java) R 10807 10807 9779 0 -1 64 7650 0 1 0 65 4 0 0 22 0 9 0 1996977690 832008192 15810 996147200 134512640 134550740 4294955600 18446744073709551615 4126636181 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10821/tid=10823] ppid=10807 vsize=812508 CPUtime=0.61
/proc/10821/task/10823/stat : 10823 (java) S 10807 10807 9779 0 -1 64 7515 0 0 0 59 2 0 0 17 0 9 0 1996977691 832008192 15810 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=10821/tid=10824] ppid=10807 vsize=812508 CPUtime=0
/proc/10821/task/10824/stat : 10824 (java) S 10807 10807 9779 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 1996977691 832008192 15810 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10821/tid=10825] ppid=10807 vsize=812508 CPUtime=0
/proc/10821/task/10825/stat : 10825 (java) S 10807 10807 9779 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1996977691 832008192 15810 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10821/tid=10826] ppid=10807 vsize=812508 CPUtime=0
/proc/10821/task/10826/stat : 10826 (java) S 10807 10807 9779 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 1996977693 832008192 15810 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10821/tid=10827] ppid=10807 vsize=812508 CPUtime=0.1
/proc/10821/task/10827/stat : 10827 (java) S 10807 10807 9779 0 -1 64 739 0 0 0 10 0 0 0 16 0 9 0 1996977693 832008192 15810 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10821/tid=10828] ppid=10807 vsize=812508 CPUtime=0
/proc/10821/task/10828/stat : 10828 (java) S 10807 10807 9779 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 1996977693 832008192 15810 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10821/tid=10829] ppid=10807 vsize=812508 CPUtime=0
/proc/10821/task/10829/stat : 10829 (java) S 10807 10807 9779 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1996977693 832008192 15810 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) 860072

[startup+3.10134 s]
/proc/loadavg: 2.04 2.05 1.98 4/91 10829
/proc/meminfo: memFree=1020380/2055920 swapFree=4179816/4192956
[pid=10807] ppid=10805 vsize=47564 CPUtime=0.01
/proc/10807/stat : 10807 (galacE.sh) S 10805 10807 9779 0 -1 4194304 764 1698 0 0 0 0 0 1 23 0 1 0 1996977685 48705536 363 996147200 4194304 4520092 548682068832 18446744073709551615 258938694490 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/10807/statm: 11891 363 244 79 0 219 0
[pid=10821] ppid=10807 vsize=812508 CPUtime=3.03
/proc/10821/stat : 10821 (java) S 10807 10807 9779 0 -1 0 18791 0 1 0 294 9 0 0 18 0 9 0 1996977689 832008192 17989 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/10821/statm: 203127 17989 2584 9 0 197161 0
[pid=10821/tid=10822] ppid=10807 vsize=812508 CPUtime=1.6
/proc/10821/task/10822/stat : 10822 (java) R 10807 10807 9779 0 -1 64 7657 0 1 0 156 4 0 0 25 0 9 0 1996977690 832008192 17989 996147200 134512640 134550740 4294955600 18446744073709551615 4126746374 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10821/tid=10823] ppid=10807 vsize=812508 CPUtime=1.27
/proc/10821/task/10823/stat : 10823 (java) S 10807 10807 9779 0 -1 64 9680 0 0 0 124 3 0 0 18 0 9 0 1996977691 832008192 17989 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=10821/tid=10824] ppid=10807 vsize=812508 CPUtime=0
/proc/10821/task/10824/stat : 10824 (java) S 10807 10807 9779 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 1996977691 832008192 17989 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10821/tid=10825] ppid=10807 vsize=812508 CPUtime=0
/proc/10821/task/10825/stat : 10825 (java) S 10807 10807 9779 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1996977691 832008192 17989 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10821/tid=10826] ppid=10807 vsize=812508 CPUtime=0
/proc/10821/task/10826/stat : 10826 (java) S 10807 10807 9779 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 1996977693 832008192 17989 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10821/tid=10827] ppid=10807 vsize=812508 CPUtime=0.12
/proc/10821/task/10827/stat : 10827 (java) S 10807 10807 9779 0 -1 64 753 0 0 0 12 0 0 0 15 0 9 0 1996977693 832008192 17989 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10821/tid=10828] ppid=10807 vsize=812508 CPUtime=0
/proc/10821/task/10828/stat : 10828 (java) S 10807 10807 9779 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 1996977693 832008192 17989 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10821/tid=10829] ppid=10807 vsize=812508 CPUtime=0
/proc/10821/task/10829/stat : 10829 (java) S 10807 10807 9779 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1996977693 832008192 17989 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.04
Current children cumulated vsize (KiB) 860072

[startup+6.30292 s]
/proc/loadavg: 2.04 2.05 1.98 3/91 10829
/proc/meminfo: memFree=978524/2055920 swapFree=4179816/4192956
[pid=10807] ppid=10805 vsize=47564 CPUtime=0.01
/proc/10807/stat : 10807 (galacE.sh) S 10805 10807 9779 0 -1 4194304 764 1698 0 0 0 0 0 1 23 0 1 0 1996977685 48705536 363 996147200 4194304 4520092 548682068832 18446744073709551615 258938694490 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/10807/statm: 11891 363 244 79 0 219 0
[pid=10821] ppid=10807 vsize=812508 CPUtime=6.19
/proc/10821/stat : 10821 (java) S 10807 10807 9779 0 -1 0 28747 0 1 0 604 15 0 0 18 0 9 0 1996977689 832008192 27938 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/10821/statm: 203127 27938 2589 9 0 197161 0
[pid=10821/tid=10822] ppid=10807 vsize=812508 CPUtime=4.63
/proc/10821/task/10822/stat : 10822 (java) R 10807 10807 9779 0 -1 64 14624 0 1 0 454 9 0 0 25 0 9 0 1996977690 832008192 27938 996147200 134512640 134550740 4294955600 18446744073709551615 4126783593 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10821/tid=10823] ppid=10807 vsize=812508 CPUtime=1.36
/proc/10821/task/10823/stat : 10823 (java) S 10807 10807 9779 0 -1 64 12637 0 0 0 131 5 0 0 16 0 9 0 1996977691 832008192 27938 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=10821/tid=10824] ppid=10807 vsize=812508 CPUtime=0
/proc/10821/task/10824/stat : 10824 (java) S 10807 10807 9779 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 1996977691 832008192 27938 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10821/tid=10825] ppid=10807 vsize=812508 CPUtime=0
/proc/10821/task/10825/stat : 10825 (java) S 10807 10807 9779 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1996977691 832008192 27938 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10821/tid=10826] ppid=10807 vsize=812508 CPUtime=0
/proc/10821/task/10826/stat : 10826 (java) S 10807 10807 9779 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 1996977693 832008192 27938 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10821/tid=10827] ppid=10807 vsize=812508 CPUtime=0.18
/proc/10821/task/10827/stat : 10827 (java) S 10807 10807 9779 0 -1 64 785 0 0 0 18 0 0 0 15 0 9 0 1996977693 832008192 27938 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10821/tid=10828] ppid=10807 vsize=812508 CPUtime=0
/proc/10821/task/10828/stat : 10828 (java) S 10807 10807 9779 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 1996977693 832008192 27938 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10821/tid=10829] ppid=10807 vsize=812508 CPUtime=0
/proc/10821/task/10829/stat : 10829 (java) S 10807 10807 9779 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1996977693 832008192 27938 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.2
Current children cumulated vsize (KiB) 860072

[startup+12.7011 s]
/proc/loadavg: 2.04 2.05 1.98 3/91 10835
/proc/meminfo: memFree=974684/2055920 swapFree=4179816/4192956
[pid=10807] ppid=10805 vsize=47564 CPUtime=0.01
/proc/10807/stat : 10807 (galacE.sh) S 10805 10807 9779 0 -1 4194304 764 1698 0 0 0 0 0 1 23 0 1 0 1996977685 48705536 363 996147200 4194304 4520092 548682068832 18446744073709551615 258938694490 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/10807/statm: 11891 363 244 79 0 219 0
[pid=10821] ppid=10807 vsize=812508 CPUtime=12.51
/proc/10821/stat : 10821 (java) S 10807 10807 9779 0 -1 0 28786 0 1 0 1233 18 0 0 18 0 9 0 1996977689 832008192 27967 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/10821/statm: 203127 27967 2589 9 0 197161 0
[pid=10821/tid=10822] ppid=10807 vsize=812508 CPUtime=10.92
/proc/10821/task/10822/stat : 10822 (java) R 10807 10807 9779 0 -1 64 14634 0 1 0 1080 12 0 0 25 0 9 0 1996977690 832008192 27967 996147200 134512640 134550740 4294955600 18446744073709551615 4126913573 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10821/tid=10823] ppid=10807 vsize=812508 CPUtime=1.36
/proc/10821/task/10823/stat : 10823 (java) S 10807 10807 9779 0 -1 64 12648 0 0 0 131 5 0 0 16 0 9 0 1996977691 832008192 27967 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=10821/tid=10824] ppid=10807 vsize=812508 CPUtime=0
/proc/10821/task/10824/stat : 10824 (java) S 10807 10807 9779 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 1996977691 832008192 27967 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10821/tid=10825] ppid=10807 vsize=812508 CPUtime=0
/proc/10821/task/10825/stat : 10825 (java) S 10807 10807 9779 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1996977691 832008192 27967 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10821/tid=10826] ppid=10807 vsize=812508 CPUtime=0
/proc/10821/task/10826/stat : 10826 (java) S 10807 10807 9779 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 1996977693 832008192 27967 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10821/tid=10827] ppid=10807 vsize=812508 CPUtime=0.21
/proc/10821/task/10827/stat : 10827 (java) S 10807 10807 9779 0 -1 64 803 0 0 0 21 0 0 0 16 0 9 0 1996977693 832008192 27967 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10821/tid=10828] ppid=10807 vsize=812508 CPUtime=0
/proc/10821/task/10828/stat : 10828 (java) S 10807 10807 9779 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 1996977693 832008192 27967 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10821/tid=10829] ppid=10807 vsize=812508 CPUtime=0
/proc/10821/task/10829/stat : 10829 (java) S 10807 10807 9779 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1996977693 832008192 27967 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) 860072

[startup+25.5024 s]
/proc/loadavg: 2.03 2.04 1.98 3/83 10836
/proc/meminfo: memFree=1046620/2055920 swapFree=4179816/4192956
[pid=10807] ppid=10805 vsize=47564 CPUtime=17.57
/proc/10807/stat : 10807 (galacE.sh) S 10805 10807 9779 0 -1 4194304 798 30529 0 1 0 0 1734 23 17 0 1 0 1996977685 48705536 363 996147200 4194304 4520092 548682068832 18446744073709551615 258938694490 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/10807/statm: 11891 363 244 79 0 219 0
[pid=10836] ppid=10807 vsize=28292 CPUtime=7.59
/proc/10836/stat : 10836 (eSAT_static) R 10807 10807 9779 0 -1 4194304 6973 0 0 0 756 3 0 0 25 0 1 0 1996979468 28971008 6955 996147200 134512640 135177480 4294955968 18446744073709551615 134537457 0 0 4096 3 0 0 0 17 1 0 0
/proc/10836/statm: 7073 6955 75 162 0 6908 0
Current children cumulated CPU time (s) 25.16
Current children cumulated vsize (KiB) 75856

[startup+51.1011 s]
/proc/loadavg: 2.02 2.04 1.98 3/83 10836
/proc/meminfo: memFree=1044124/2055920 swapFree=4179816/4192956
[pid=10807] ppid=10805 vsize=47564 CPUtime=17.57
/proc/10807/stat : 10807 (galacE.sh) S 10805 10807 9779 0 -1 4194304 798 30529 0 1 0 0 1734 23 17 0 1 0 1996977685 48705536 363 996147200 4194304 4520092 548682068832 18446744073709551615 258938694490 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/10807/statm: 11891 363 244 79 0 219 0
[pid=10836] ppid=10807 vsize=31232 CPUtime=32.96
/proc/10836/stat : 10836 (eSAT_static) R 10807 10807 9779 0 -1 4194304 7662 0 0 0 3292 4 0 0 25 0 1 0 1996979468 31981568 7644 996147200 134512640 135177480 4294955968 18446744073709551615 134538010 0 0 4096 3 0 0 0 17 1 0 0
/proc/10836/statm: 7808 7644 75 162 0 7643 0
Current children cumulated CPU time (s) 50.53
Current children cumulated vsize (KiB) 78796

[startup+102.302 s]
/proc/loadavg: 2.01 2.03 1.98 3/83 10836
/proc/meminfo: memFree=1041948/2055920 swapFree=4179816/4192956
[pid=10807] ppid=10805 vsize=47564 CPUtime=17.57
/proc/10807/stat : 10807 (galacE.sh) S 10805 10807 9779 0 -1 4194304 798 30529 0 1 0 0 1734 23 17 0 1 0 1996977685 48705536 363 996147200 4194304 4520092 548682068832 18446744073709551615 258938694490 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/10807/statm: 11891 363 244 79 0 219 0
[pid=10836] ppid=10807 vsize=34072 CPUtime=83.71
/proc/10836/stat : 10836 (eSAT_static) R 10807 10807 9779 0 -1 4194304 8235 0 0 0 8367 4 0 0 25 0 1 0 1996979468 34889728 8217 996147200 134512640 135177480 4294955968 18446744073709551615 134537460 0 0 4096 3 0 0 0 17 1 0 0
/proc/10836/statm: 8518 8217 75 162 0 8353 0
Current children cumulated CPU time (s) 101.28
Current children cumulated vsize (KiB) 81636

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

[startup+102.406 s]
/proc/loadavg: 2.01 2.03 1.98 3/83 10836
/proc/meminfo: memFree=1041948/2055920 swapFree=4179816/4192956
[pid=10807] ppid=10805 vsize=47564 CPUtime=17.57
/proc/10807/stat : 10807 (galacE.sh) S 10805 10807 9779 0 -1 4194304 798 30529 0 1 0 0 1734 23 17 0 1 0 1996977685 48705536 363 996147200 4194304 4520092 548682068832 18446744073709551615 258938694490 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/10807/statm: 11891 363 244 79 0 219 0
[pid=10836] ppid=10807 vsize=34072 CPUtime=83.8
/proc/10836/stat : 10836 (eSAT_static) R 10807 10807 9779 0 -1 4194304 8235 0 0 0 8376 4 0 0 25 0 1 0 1996979468 34889728 8217 996147200 134512640 135177480 4294955968 18446744073709551615 134537400 0 0 4096 3 0 0 0 17 1 0 0
/proc/10836/statm: 8518 8217 75 162 0 8353 0
Current children cumulated CPU time (s) 101.37
Current children cumulated vsize (KiB) 81636

[startup+115.202 s]
/proc/loadavg: 2.00 2.03 1.98 3/83 10836
/proc/meminfo: memFree=1040668/2055920 swapFree=4179816/4192956
[pid=10807] ppid=10805 vsize=47564 CPUtime=17.57
/proc/10807/stat : 10807 (galacE.sh) S 10805 10807 9779 0 -1 4194304 798 30529 0 1 0 0 1734 23 17 0 1 0 1996977685 48705536 363 996147200 4194304 4520092 548682068832 18446744073709551615 258938694490 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/10807/statm: 11891 363 244 79 0 219 0
[pid=10836] ppid=10807 vsize=37548 CPUtime=96.5
/proc/10836/stat : 10836 (eSAT_static) R 10807 10807 9779 0 -1 4194304 8547 0 0 0 9645 5 0 0 25 0 1 0 1996979468 38449152 8529 996147200 134512640 135177480 4294955968 18446744073709551615 134538010 0 0 4096 3 0 0 0 17 1 0 0
/proc/10836/statm: 9387 8529 75 162 0 9222 0
Current children cumulated CPU time (s) 114.07
Current children cumulated vsize (KiB) 85112

[startup+128.002 s]
/proc/loadavg: 2.00 2.03 1.98 3/83 10836
/proc/meminfo: memFree=1039516/2055920 swapFree=4179816/4192956
[pid=10807] ppid=10805 vsize=47564 CPUtime=17.57
/proc/10807/stat : 10807 (galacE.sh) S 10805 10807 9779 0 -1 4194304 798 30529 0 1 0 0 1734 23 17 0 1 0 1996977685 48705536 363 996147200 4194304 4520092 548682068832 18446744073709551615 258938694490 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/10807/statm: 11891 363 244 79 0 219 0
[pid=10836] ppid=10807 vsize=37812 CPUtime=109.17
/proc/10836/stat : 10836 (eSAT_static) R 10807 10807 9779 0 -1 4194304 8828 0 0 0 10912 5 0 0 25 0 1 0 1996979468 38719488 8810 996147200 134512640 135177480 4294955968 18446744073709551615 134537443 0 0 4096 3 0 0 0 17 1 0 0
/proc/10836/statm: 9453 8810 75 162 0 9288 0
Current children cumulated CPU time (s) 126.74
Current children cumulated vsize (KiB) 85376

[startup+134.401 s]
/proc/loadavg: 2.00 2.03 1.98 3/83 10836
/proc/meminfo: memFree=1038876/2055920 swapFree=4179816/4192956
[pid=10807] ppid=10805 vsize=47564 CPUtime=17.57
/proc/10807/stat : 10807 (galacE.sh) S 10805 10807 9779 0 -1 4194304 798 30529 0 1 0 0 1734 23 17 0 1 0 1996977685 48705536 363 996147200 4194304 4520092 548682068832 18446744073709551615 258938694490 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/10807/statm: 11891 363 244 79 0 219 0
[pid=10836] ppid=10807 vsize=38076 CPUtime=115.51
/proc/10836/stat : 10836 (eSAT_static) R 10807 10807 9779 0 -1 4194304 8990 0 0 0 11546 5 0 0 25 0 1 0 1996979468 38989824 8972 996147200 134512640 135177480 4294955968 18446744073709551615 134537454 0 0 4096 3 0 0 0 17 1 0 0
/proc/10836/statm: 9519 8972 75 162 0 9354 0
Current children cumulated CPU time (s) 133.08
Current children cumulated vsize (KiB) 85640

[startup+136.002 s]
/proc/loadavg: 2.00 2.03 1.98 3/83 10836
/proc/meminfo: memFree=1038876/2055920 swapFree=4179816/4192956
[pid=10807] ppid=10805 vsize=47564 CPUtime=17.57
/proc/10807/stat : 10807 (galacE.sh) S 10805 10807 9779 0 -1 4194304 798 30529 0 1 0 0 1734 23 17 0 1 0 1996977685 48705536 363 996147200 4194304 4520092 548682068832 18446744073709551615 258938694490 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/10807/statm: 11891 363 244 79 0 219 0
[pid=10836] ppid=10807 vsize=38076 CPUtime=117.1
/proc/10836/stat : 10836 (eSAT_static) R 10807 10807 9779 0 -1 4194304 8990 0 0 0 11705 5 0 0 25 0 1 0 1996979468 38989824 8972 996147200 134512640 135177480 4294955968 18446744073709551615 134537197 0 0 4096 3 0 0 0 17 1 0 0
/proc/10836/statm: 9519 8972 75 162 0 9354 0
Current children cumulated CPU time (s) 134.67
Current children cumulated vsize (KiB) 85640

[startup+136.802 s]
/proc/loadavg: 2.00 2.03 1.98 3/83 10836
/proc/meminfo: memFree=1038876/2055920 swapFree=4179816/4192956
[pid=10807] ppid=10805 vsize=47564 CPUtime=17.57
/proc/10807/stat : 10807 (galacE.sh) S 10805 10807 9779 0 -1 4194304 798 30529 0 1 0 0 1734 23 17 0 1 0 1996977685 48705536 363 996147200 4194304 4520092 548682068832 18446744073709551615 258938694490 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/10807/statm: 11891 363 244 79 0 219 0
[pid=10836] ppid=10807 vsize=38076 CPUtime=117.89
/proc/10836/stat : 10836 (eSAT_static) R 10807 10807 9779 0 -1 4194304 8990 0 0 0 11784 5 0 0 25 0 1 0 1996979468 38989824 8972 996147200 134512640 135177480 4294955968 18446744073709551615 134537195 0 0 4096 3 0 0 0 17 1 0 0
/proc/10836/statm: 9519 8972 75 162 0 9354 0
Current children cumulated CPU time (s) 135.46
Current children cumulated vsize (KiB) 85640

[startup+137.202 s]
/proc/loadavg: 2.00 2.03 1.98 3/83 10836
/proc/meminfo: memFree=1038876/2055920 swapFree=4179816/4192956
[pid=10807] ppid=10805 vsize=47564 CPUtime=135.75
/proc/10807/stat : 10807 (galacE.sh) S 10805 10807 9779 0 -1 4194304 834 39539 0 1 0 0 13546 29 16 0 1 0 1996977685 48705536 364 996147200 4194304 4520092 548682068832 18446744073709551615 258939256914 0 0 4096 73728 18446744071563648864 0 0 17 1 0 0
/proc/10807/statm: 11891 364 244 79 0 219 0
Current children cumulated CPU time (s) 135.75
Current children cumulated vsize (KiB) 47564

[startup+137.608 s]
/proc/loadavg: 2.00 2.03 1.98 4/91 10845
/proc/meminfo: memFree=1063708/2055920 swapFree=4179816/4192956
[pid=10807] ppid=10805 vsize=47564 CPUtime=135.75
/proc/10807/stat : 10807 (galacE.sh) S 10805 10807 9779 0 -1 4194304 834 39539 0 1 0 0 13546 29 16 0 1 0 1996977685 48705536 364 996147200 4194304 4520092 548682068832 18446744073709551615 258939256914 0 0 4096 73728 18446744071563648864 0 0 17 1 0 0
/proc/10807/statm: 11891 364 244 79 0 219 0
[pid=10837] ppid=10807 vsize=812680 CPUtime=0.5
/proc/10837/stat : 10837 (java) S 10807 10807 9779 0 -1 0 5617 0 1 0 46 4 0 0 18 0 9 0 1996991393 832184320 5000 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 3670016 16800975 18446744073709551615 0 0 17 1 0 0
/proc/10837/statm: 203170 5000 1903 9 0 197176 0
[pid=10837/tid=10838] ppid=10807 vsize=812680 CPUtime=0.44
/proc/10837/task/10838/stat : 10838 (java) R 10807 10807 9779 0 -1 64 4185 0 1 0 41 3 0 0 19 0 9 0 1996991395 832184320 5000 996147200 134512640 134550740 4294955616 18446744073709551615 4125960198 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=10837/tid=10839] ppid=10807 vsize=812680 CPUtime=0
/proc/10837/task/10839/stat : 10839 (java) S 10807 10807 9779 0 -1 64 4 0 0 0 0 0 0 0 19 0 9 0 1996991396 832184320 5000 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 3670016 16800975 0 0 0 -1 1 0 0
[pid=10837/tid=10840] ppid=10807 vsize=812680 CPUtime=0
/proc/10837/task/10840/stat : 10840 (java) S 10807 10807 9779 0 -1 64 11 0 0 0 0 0 0 0 19 0 9 0 1996991397 832184320 5000 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=10837/tid=10841] ppid=10807 vsize=812680 CPUtime=0
/proc/10837/task/10841/stat : 10841 (java) S 10807 10807 9779 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 1996991397 832184320 5000 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=10837/tid=10842] ppid=10807 vsize=812680 CPUtime=0
/proc/10837/task/10842/stat : 10842 (java) S 10807 10807 9779 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 1996991399 832184320 5000 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=10837/tid=10843] ppid=10807 vsize=812680 CPUtime=0.05
/proc/10837/task/10843/stat : 10843 (java) R 10807 10807 9779 0 -1 64 718 0 0 0 5 0 0 0 19 0 9 0 1996991399 832184320 5000 996147200 134512640 134550740 4294955616 18446744073709551615 101852678 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=10837/tid=10844] ppid=10807 vsize=812680 CPUtime=0
/proc/10837/task/10844/stat : 10844 (java) S 10807 10807 9779 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 1996991399 832184320 5000 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=10837/tid=10845] ppid=10807 vsize=812680 CPUtime=0
/proc/10837/task/10845/stat : 10845 (java) S 10807 10807 9779 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1996991399 832184320 5000 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 136.25
Current children cumulated vsize (KiB) 860244

[startup+137.703 s]
/proc/loadavg: 2.00 2.03 1.98 4/91 10845
/proc/meminfo: memFree=1063708/2055920 swapFree=4179816/4192956
[pid=10807] ppid=10805 vsize=47564 CPUtime=135.75
/proc/10807/stat : 10807 (galacE.sh) S 10805 10807 9779 0 -1 4194304 841 39539 0 1 0 0 13546 29 15 0 1 0 1996977685 48705536 365 996147200 4194304 4520092 548682068832 18446744073709551615 258939256914 0 0 4096 73728 18446744071563648864 0 0 17 1 0 0
/proc/10807/statm: 11891 365 244 79 0 219 0
[pid=10837] ppid=10807 vsize=812680 CPUtime=0.57
/proc/10837/stat : 10837 (java) S 10807 10807 9779 0 -1 0 5937 0 1 0 53 4 0 0 18 0 9 0 1996991393 832184320 5319 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 3670016 16800975 18446744073709551615 0 0 17 1 0 0
/proc/10837/statm: 203170 5319 1906 9 0 197176 0
[pid=10837/tid=10838] ppid=10807 vsize=812680 CPUtime=0.45
/proc/10837/task/10838/stat : 10838 (java) S 10807 10807 9779 0 -1 64 4465 0 1 0 42 3 0 0 19 0 9 0 1996991395 832184320 5319 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=10837/tid=10839] ppid=10807 vsize=812680 CPUtime=0
/proc/10837/task/10839/stat : 10839 (java) S 10807 10807 9779 0 -1 64 4 0 0 0 0 0 0 0 19 0 9 0 1996991396 832184320 5319 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 3670016 16800975 0 0 0 -1 1 0 0
[pid=10837/tid=10840] ppid=10807 vsize=812680 CPUtime=0
/proc/10837/task/10840/stat : 10840 (java) S 10807 10807 9779 0 -1 64 11 0 0 0 0 0 0 0 19 0 9 0 1996991397 832184320 5319 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=10837/tid=10841] ppid=10807 vsize=812680 CPUtime=0
/proc/10837/task/10841/stat : 10841 (java) S 10807 10807 9779 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 1996991397 832184320 5319 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=10837/tid=10842] ppid=10807 vsize=812680 CPUtime=0
/proc/10837/task/10842/stat : 10842 (java) S 10807 10807 9779 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 1996991399 832184320 5319 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=10837/tid=10843] ppid=10807 vsize=812680 CPUtime=0.1
/proc/10837/task/10843/stat : 10843 (java) S 10807 10807 9779 0 -1 64 758 0 0 0 10 0 0 0 20 0 9 0 1996991399 832184320 5319 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=10837/tid=10844] ppid=10807 vsize=812680 CPUtime=0
/proc/10837/task/10844/stat : 10844 (java) S 10807 10807 9779 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 1996991399 832184320 5319 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=10837/tid=10845] ppid=10807 vsize=812680 CPUtime=0
/proc/10837/task/10845/stat : 10845 (java) S 10807 10807 9779 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1996991399 832184320 5319 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 136.32
Current children cumulated vsize (KiB) 860244

Child status: 0
Real time (s): 137.733
CPU time (s): 136.364
CPU user time (s): 136.006
CPU system time (s): 0.357945
CPU usage (%): 99.0061
Max. virtual memory (cumulated for all children) (KiB): 860244

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 136.006
system time used= 0.357945
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 46514
page faults= 2
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 1802
involuntary context switches= 6961

runsolver used 0.160975 second user time and 0.407937 second system time

The end

Launcher Data (download as text)

Begin job on node45 at 2008-07-04 16:00:53
IDJOB=1075001
IDBENCH=56476
IDSOLVER=351
FILE ID=node45/1075001-1215180053
PBS_JOBID= 7881553
Free space on /tmp= 66556 MiB

SOLVER NAME= galac E
BENCH NAME= CPAI08/csp/os-taillard-4/normalized-os-taillard-4-105-0.xml
COMMAND LINE= HOME/galacE.sh BENCHNAME 
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1075001-1215180053/watcher-1075001-1215180053 -o /tmp/evaluation-result-1075001-1215180053/solver-1075001-1215180053 -C 1800 -W 2200 -M 900 --output-limit 1,15  HOME/galacE.sh HOME/instance-1075001-1215180053.xml 

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 2cc845dd003569fb3b3c979469638cfe
RANDOM SEED=1381978943

node45.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.268
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.268
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:       1082956 kB
Buffers:         46384 kB
Cached:         127044 kB
SwapCached:       7180 kB
Active:         849492 kB
Inactive:        65124 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1082956 kB
SwapTotal:     4192956 kB
SwapFree:      4179816 kB
Dirty:            3892 kB
Writeback:           0 kB
Mapped:         757088 kB
Slab:            41980 kB
Committed_AS:  4499936 kB
PageTables:       3348 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= 66552 MiB
End job on node45 at 2008-07-04 16:03:11