Trace number 1071216

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
galac MUNSAT 311.992 314.19

General information on the benchmark

Namecsp/os-taillard-5/
normalized-os-taillard-5-95-5.xml
MD5SUM75da09c50b4fcbd9ca6ba4fc2e0eb147
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark0.016997
Satisfiable
(Un)Satisfiability was proved
Number of variables25
Number of constraints100
Maximum constraint arity2
Maximum domain size293
Number of constraints which are defined in extension0
Number of constraints which are defined in intension100
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.03	c --- Preproc Stats ---
14.32/14.55	c start processing
14.32/14.55	c start relation processing
21.36/21.64	c start cnf exporting
84.62/85.50	c parsing time : 14.41
84.62/85.50	c preprocessing time : 85.373
84.62/85.50	
84.62/85.50	c Nary constraints - conflicts : 0 supports : 0
84.62/85.50	c Binary constraints - conflicts : 75 supports :25
84.62/85.50	c max arity constraint : 2
84.62/85.50	c Max Tuples generated 85556
84.62/85.50	c relations : 100
84.62/85.50	c relations BDD: 0
84.62/85.50	c sampling 57/100
84.62/85.50	c vars : 6023 - clauses :  2274595
84.62/85.50	
84.62/85.56	 
84.62/85.56	c --- SAT Solver Stats ---
84.62/85.56	 
311.88/314.11	c restarts              : 17
311.88/314.11	c conflicts             : 135997         (600 /sec)
311.88/314.11	c decisions             : 1106375        (1.61 % random) (4883 /sec)
311.88/314.11	c propagations          : 34384791       (151753 /sec)
311.88/314.11	c conflict literals     : 64011131       (13.25 % deleted)
311.88/314.11	c Memory used           : 364.71 MB
311.88/314.11	c CPU time              : 226.585 s
311.88/314.11	
311.88/314.11	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-1071216-1215168136/watcher-1071216-1215168136 -o /tmp/evaluation-result-1071216-1215168136/solver-1071216-1215168136 -C 1800 -W 2200 -M 900 --output-limit 1,15 HOME/galacM.sh HOME/instance-1071216-1215168136.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.07 2.05 2.01 4/82 28809
/proc/meminfo: memFree=1676112/2055920 swapFree=4180028/4192956
[pid=28809] ppid=28807 vsize=18572 CPUtime=0
/proc/28809/stat : 28809 (runsolver) R 28807 28809 27880 0 -1 4194368 15 0 0 0 0 0 0 0 20 0 1 0 1995788954 19017728 292 996147200 4194304 4296836 548682068496 18446744073709551615 259913215271 0 0 4096 24578 0 0 0 17 1 0 0
/proc/28809/statm: 4643 292 257 25 0 2626 0

[startup+0.078616 s]
/proc/loadavg: 2.07 2.05 2.01 4/82 28809
/proc/meminfo: memFree=1676112/2055920 swapFree=4180028/4192956
[pid=28809] ppid=28807 vsize=47560 CPUtime=0.01
/proc/28809/stat : 28809 (galacM.sh) S 28807 28809 27880 0 -1 4194304 765 1697 0 0 0 0 0 1 18 0 1 0 1995788954 48701440 364 996147200 4194304 4520092 548682068832 18446744073709551615 259912821594 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/28809/statm: 11890 364 245 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47560

[startup+0.10162 s]
/proc/loadavg: 2.07 2.05 2.01 4/82 28809
/proc/meminfo: memFree=1676112/2055920 swapFree=4180028/4192956
[pid=28809] ppid=28807 vsize=47560 CPUtime=0.01
/proc/28809/stat : 28809 (galacM.sh) S 28807 28809 27880 0 -1 4194304 765 1697 0 0 0 0 0 1 18 0 1 0 1995788954 48701440 364 996147200 4194304 4520092 548682068832 18446744073709551615 259912821594 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/28809/statm: 11890 364 245 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47560

[startup+0.301634 s]
/proc/loadavg: 2.07 2.05 2.01 4/82 28809
/proc/meminfo: memFree=1676112/2055920 swapFree=4180028/4192956
[pid=28809] ppid=28807 vsize=47560 CPUtime=0.01
/proc/28809/stat : 28809 (galacM.sh) S 28807 28809 27880 0 -1 4194304 765 1697 0 0 0 0 0 1 18 0 1 0 1995788954 48701440 364 996147200 4194304 4520092 548682068832 18446744073709551615 259912821594 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/28809/statm: 11890 364 245 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47560

[startup+0.701676 s]
/proc/loadavg: 2.07 2.05 2.01 4/82 28809
/proc/meminfo: memFree=1676112/2055920 swapFree=4180028/4192956
[pid=28809] ppid=28807 vsize=47560 CPUtime=0.01
/proc/28809/stat : 28809 (galacM.sh) S 28807 28809 27880 0 -1 4194304 765 1697 0 0 0 0 0 1 18 0 1 0 1995788954 48701440 364 996147200 4194304 4520092 548682068832 18446744073709551615 259912821594 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/28809/statm: 11890 364 245 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47560

[startup+1.50276 s]
/proc/loadavg: 2.15 2.07 2.01 5/92 28831
/proc/meminfo: memFree=1635904/2055920 swapFree=4180028/4192956
[pid=28809] ppid=28807 vsize=47560 CPUtime=0.01
/proc/28809/stat : 28809 (galacM.sh) S 28807 28809 27880 0 -1 4194304 765 1697 0 0 0 0 0 1 18 0 1 0 1995788954 48701440 364 996147200 4194304 4520092 548682068832 18446744073709551615 259912821594 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/28809/statm: 11890 364 245 79 0 219 0
[pid=28823] ppid=28809 vsize=813024 CPUtime=1.44
/proc/28823/stat : 28823 (java) S 28809 28809 27880 0 -1 0 20019 0 1 0 134 10 0 0 18 0 9 0 1995788958 832536576 19179 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/28823/statm: 203256 19179 2586 9 0 197237 0
[pid=28823/tid=28824] ppid=28809 vsize=813024 CPUtime=0.97
/proc/28823/task/28824/stat : 28824 (java) R 28809 28809 27880 0 -1 64 10742 0 1 0 92 5 0 0 24 0 9 0 1995788959 832536576 19179 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28823/tid=28825] ppid=28809 vsize=813024 CPUtime=0.32
/proc/28823/task/28825/stat : 28825 (java) R 28809 28809 27880 0 -1 64 7820 0 0 0 29 3 0 0 16 0 9 0 1995788961 832536576 19179 996147200 134512640 134550740 4294955600 18446744073709551615 103737199 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=28823/tid=28826] ppid=28809 vsize=813024 CPUtime=0
/proc/28823/task/28826/stat : 28826 (java) S 28809 28809 27880 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 1995788961 832536576 19179 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28823/tid=28827] ppid=28809 vsize=813024 CPUtime=0
/proc/28823/task/28827/stat : 28827 (java) S 28809 28809 27880 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 1995788961 832536576 19179 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28823/tid=28828] ppid=28809 vsize=813024 CPUtime=0
/proc/28823/task/28828/stat : 28828 (java) S 28809 28809 27880 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 1995788963 832536576 19179 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28823/tid=28829] ppid=28809 vsize=813024 CPUtime=0.12
/proc/28823/task/28829/stat : 28829 (java) S 28809 28809 27880 0 -1 64 758 0 0 0 12 0 0 0 16 0 9 0 1995788963 832536576 19179 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28823/tid=28830] ppid=28809 vsize=813024 CPUtime=0
/proc/28823/task/28830/stat : 28830 (java) S 28809 28809 27880 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 1995788963 832536576 19179 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28823/tid=28831] ppid=28809 vsize=813024 CPUtime=0
/proc/28823/task/28831/stat : 28831 (java) S 28809 28809 27880 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1995788963 832536576 19179 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.45
Current children cumulated vsize (KiB) 860584

[startup+3.10291 s]
/proc/loadavg: 2.15 2.07 2.01 3/92 28831
/proc/meminfo: memFree=1596928/2055920 swapFree=4180028/4192956
[pid=28809] ppid=28807 vsize=47560 CPUtime=0.01
/proc/28809/stat : 28809 (galacM.sh) S 28807 28809 27880 0 -1 4194304 765 1697 0 0 0 0 0 1 18 0 1 0 1995788954 48701440 364 996147200 4194304 4520092 548682068832 18446744073709551615 259912821594 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/28809/statm: 11890 364 245 79 0 219 0
[pid=28823] ppid=28809 vsize=812804 CPUtime=3.02
/proc/28823/stat : 28823 (java) S 28809 28809 27880 0 -1 0 24893 0 1 0 289 13 0 0 18 0 9 0 1995788958 832311296 23851 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/28823/statm: 203201 23851 2586 9 0 197182 0
[pid=28823/tid=28824] ppid=28809 vsize=812804 CPUtime=1.38
/proc/28823/task/28824/stat : 28824 (java) R 28809 28809 27880 0 -1 64 10767 0 1 0 132 6 0 0 25 0 9 0 1995788959 832311296 23851 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28823/tid=28825] ppid=28809 vsize=812804 CPUtime=1.5
/proc/28823/task/28825/stat : 28825 (java) R 28809 28809 27880 0 -1 64 12667 0 0 0 144 6 0 0 17 0 9 0 1995788961 832311296 23851 996147200 134512640 134550740 4294955600 18446744073709551615 102469617 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=28823/tid=28826] ppid=28809 vsize=812804 CPUtime=0
/proc/28823/task/28826/stat : 28826 (java) S 28809 28809 27880 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 1995788961 832311296 23851 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28823/tid=28827] ppid=28809 vsize=812804 CPUtime=0
/proc/28823/task/28827/stat : 28827 (java) S 28809 28809 27880 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 1995788961 832311296 23851 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28823/tid=28828] ppid=28809 vsize=812804 CPUtime=0
/proc/28823/task/28828/stat : 28828 (java) S 28809 28809 27880 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 1995788963 832311296 23851 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28823/tid=28829] ppid=28809 vsize=812804 CPUtime=0.12
/proc/28823/task/28829/stat : 28829 (java) S 28809 28809 27880 0 -1 64 760 0 0 0 12 0 0 0 16 0 9 0 1995788963 832311296 23851 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28823/tid=28830] ppid=28809 vsize=812804 CPUtime=0
/proc/28823/task/28830/stat : 28830 (java) S 28809 28809 27880 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 1995788963 832311296 23851 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28823/tid=28831] ppid=28809 vsize=812804 CPUtime=0
/proc/28823/task/28831/stat : 28831 (java) S 28809 28809 27880 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1995788963 832311296 23851 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.03
Current children cumulated vsize (KiB) 860364

[startup+6.30121 s]
/proc/loadavg: 2.15 2.07 2.01 4/92 28831
/proc/meminfo: memFree=1568768/2055920 swapFree=4180028/4192956
[pid=28809] ppid=28807 vsize=47560 CPUtime=0.01
/proc/28809/stat : 28809 (galacM.sh) S 28807 28809 27880 0 -1 4194304 765 1697 0 0 0 0 0 1 18 0 1 0 1995788954 48701440 364 996147200 4194304 4520092 548682068832 18446744073709551615 259912821594 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/28809/statm: 11890 364 245 79 0 219 0
[pid=28823] ppid=28809 vsize=812804 CPUtime=6.19
/proc/28823/stat : 28823 (java) S 28809 28809 27880 0 -1 0 33456 0 1 0 602 17 0 0 18 0 9 0 1995788958 832311296 32117 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/28823/statm: 203201 32117 2586 9 0 197182 0
[pid=28823/tid=28824] ppid=28809 vsize=812804 CPUtime=2.1
/proc/28823/task/28824/stat : 28824 (java) R 28809 28809 27880 0 -1 64 10778 0 1 0 204 6 0 0 25 0 9 0 1995788959 832311296 32117 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28823/tid=28825] ppid=28809 vsize=812804 CPUtime=3.91
/proc/28823/task/28825/stat : 28825 (java) R 28809 28809 27880 0 -1 64 21203 0 0 0 382 9 0 0 18 0 9 0 1995788961 832311296 32117 996147200 134512640 134550740 4294955600 18446744073709551615 103735816 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=28823/tid=28826] ppid=28809 vsize=812804 CPUtime=0
/proc/28823/task/28826/stat : 28826 (java) S 28809 28809 27880 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 1995788961 832311296 32117 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28823/tid=28827] ppid=28809 vsize=812804 CPUtime=0
/proc/28823/task/28827/stat : 28827 (java) S 28809 28809 27880 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 1995788961 832311296 32117 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28823/tid=28828] ppid=28809 vsize=812804 CPUtime=0
/proc/28823/task/28828/stat : 28828 (java) S 28809 28809 27880 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 1995788963 832311296 32117 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28823/tid=28829] ppid=28809 vsize=812804 CPUtime=0.14
/proc/28823/task/28829/stat : 28829 (java) S 28809 28809 27880 0 -1 64 776 0 0 0 14 0 0 0 16 0 9 0 1995788963 832311296 32117 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28823/tid=28830] ppid=28809 vsize=812804 CPUtime=0
/proc/28823/task/28830/stat : 28830 (java) S 28809 28809 27880 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 1995788963 832311296 32117 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28823/tid=28831] ppid=28809 vsize=812804 CPUtime=0
/proc/28823/task/28831/stat : 28831 (java) S 28809 28809 27880 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1995788963 832311296 32117 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) 860364

[startup+12.7028 s]
/proc/loadavg: 2.28 2.10 2.02 3/92 28831
/proc/meminfo: memFree=1526656/2055920 swapFree=4180028/4192956
[pid=28809] ppid=28807 vsize=47560 CPUtime=0.01
/proc/28809/stat : 28809 (galacM.sh) S 28807 28809 27880 0 -1 4194304 765 1697 0 0 0 0 0 1 18 0 1 0 1995788954 48701440 364 996147200 4194304 4520092 548682068832 18446744073709551615 259912821594 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/28809/statm: 11890 364 245 79 0 219 0
[pid=28823] ppid=28809 vsize=812804 CPUtime=12.53
/proc/28823/stat : 28823 (java) S 28809 28809 27880 0 -1 0 42933 0 1 0 1231 22 0 0 18 0 9 0 1995788958 832311296 41579 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/28823/statm: 203201 41579 2586 9 0 197182 0
[pid=28823/tid=28824] ppid=28809 vsize=812804 CPUtime=2.95
/proc/28823/task/28824/stat : 28824 (java) S 28809 28809 27880 0 -1 64 10793 0 1 0 289 6 0 0 17 0 9 0 1995788959 832311296 41579 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28823/tid=28825] ppid=28809 vsize=812804 CPUtime=9.4
/proc/28823/task/28825/stat : 28825 (java) R 28809 28809 27880 0 -1 64 30658 0 0 0 926 14 0 0 25 0 9 0 1995788961 832311296 41579 996147200 134512640 134550740 4294955600 18446744073709551615 104180114 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=28823/tid=28826] ppid=28809 vsize=812804 CPUtime=0
/proc/28823/task/28826/stat : 28826 (java) S 28809 28809 27880 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 1995788961 832311296 41579 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28823/tid=28827] ppid=28809 vsize=812804 CPUtime=0
/proc/28823/task/28827/stat : 28827 (java) S 28809 28809 27880 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 1995788961 832311296 41579 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28823/tid=28828] ppid=28809 vsize=812804 CPUtime=0
/proc/28823/task/28828/stat : 28828 (java) S 28809 28809 27880 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 1995788963 832311296 41579 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28823/tid=28829] ppid=28809 vsize=812804 CPUtime=0.15
/proc/28823/task/28829/stat : 28829 (java) S 28809 28809 27880 0 -1 64 783 0 0 0 15 0 0 0 16 0 9 0 1995788963 832311296 41579 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28823/tid=28830] ppid=28809 vsize=812804 CPUtime=0
/proc/28823/task/28830/stat : 28830 (java) S 28809 28809 27880 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 1995788963 832311296 41579 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28823/tid=28831] ppid=28809 vsize=812804 CPUtime=0
/proc/28823/task/28831/stat : 28831 (java) S 28809 28809 27880 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1995788963 832311296 41579 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.54
Current children cumulated vsize (KiB) 860364

[startup+25.501 s]
/proc/loadavg: 2.23 2.09 2.02 3/92 28831
/proc/meminfo: memFree=1460416/2055920 swapFree=4180028/4192956
[pid=28809] ppid=28807 vsize=47560 CPUtime=0.01
/proc/28809/stat : 28809 (galacM.sh) S 28807 28809 27880 0 -1 4194304 765 1697 0 0 0 0 0 1 18 0 1 0 1995788954 48701440 364 996147200 4194304 4520092 548682068832 18446744073709551615 259912821594 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/28809/statm: 11890 364 245 79 0 219 0
[pid=28823] ppid=28809 vsize=812804 CPUtime=25.21
/proc/28823/stat : 28823 (java) S 28809 28809 27880 0 -1 0 55673 0 1 0 2489 32 0 0 18 0 9 0 1995788958 832311296 54306 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/28823/statm: 203201 54306 2591 9 0 197182 0
[pid=28823/tid=28824] ppid=28809 vsize=812804 CPUtime=13.76
/proc/28823/task/28824/stat : 28824 (java) R 28809 28809 27880 0 -1 64 14667 0 1 0 1366 10 0 0 25 0 9 0 1995788959 832311296 54306 996147200 134512640 134550740 4294955600 18446744073709551615 4126995591 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28823/tid=28825] ppid=28809 vsize=812804 CPUtime=11.16
/proc/28823/task/28825/stat : 28825 (java) S 28809 28809 27880 0 -1 64 39475 0 0 0 1097 19 0 0 16 0 9 0 1995788961 832311296 54306 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=28823/tid=28826] ppid=28809 vsize=812804 CPUtime=0
/proc/28823/task/28826/stat : 28826 (java) S 28809 28809 27880 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 1995788961 832311296 54306 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28823/tid=28827] ppid=28809 vsize=812804 CPUtime=0
/proc/28823/task/28827/stat : 28827 (java) S 28809 28809 27880 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 1995788961 832311296 54306 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28823/tid=28828] ppid=28809 vsize=812804 CPUtime=0
/proc/28823/task/28828/stat : 28828 (java) S 28809 28809 27880 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 1995788963 832311296 54306 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28823/tid=28829] ppid=28809 vsize=812804 CPUtime=0.24
/proc/28823/task/28829/stat : 28829 (java) S 28809 28809 27880 0 -1 64 832 0 0 0 24 0 0 0 16 0 9 0 1995788963 832311296 54306 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28823/tid=28830] ppid=28809 vsize=812804 CPUtime=0
/proc/28823/task/28830/stat : 28830 (java) S 28809 28809 27880 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 1995788963 832311296 54306 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28823/tid=28831] ppid=28809 vsize=812804 CPUtime=0
/proc/28823/task/28831/stat : 28831 (java) S 28809 28809 27880 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1995788963 832311296 54306 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.22
Current children cumulated vsize (KiB) 860364

[startup+51.1015 s]
/proc/loadavg: 2.15 2.08 2.02 3/92 28831
/proc/meminfo: memFree=1440576/2055920 swapFree=4180028/4192956
[pid=28809] ppid=28807 vsize=47560 CPUtime=0.01
/proc/28809/stat : 28809 (galacM.sh) S 28807 28809 27880 0 -1 4194304 765 1697 0 0 0 0 0 1 18 0 1 0 1995788954 48701440 364 996147200 4194304 4520092 548682068832 18446744073709551615 259912821594 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/28809/statm: 11890 364 245 79 0 219 0
[pid=28823] ppid=28809 vsize=812804 CPUtime=50.56
/proc/28823/stat : 28823 (java) S 28809 28809 27880 0 -1 0 55786 0 1 0 5014 42 0 0 18 0 9 0 1995788958 832311296 54373 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/28823/statm: 203201 54373 2591 9 0 197182 0
[pid=28823/tid=28824] ppid=28809 vsize=812804 CPUtime=39.03
/proc/28823/task/28824/stat : 28824 (java) R 28809 28809 27880 0 -1 64 14713 0 1 0 3884 19 0 0 25 0 9 0 1995788959 832311296 54373 996147200 134512640 134550740 4294955600 18446744073709551615 102064825 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28823/tid=28825] ppid=28809 vsize=812804 CPUtime=11.22
/proc/28823/task/28825/stat : 28825 (java) S 28809 28809 27880 0 -1 64 39527 0 0 0 1102 20 0 0 16 0 9 0 1995788961 832311296 54373 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=28823/tid=28826] ppid=28809 vsize=812804 CPUtime=0
/proc/28823/task/28826/stat : 28826 (java) S 28809 28809 27880 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 1995788961 832311296 54373 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28823/tid=28827] ppid=28809 vsize=812804 CPUtime=0
/proc/28823/task/28827/stat : 28827 (java) S 28809 28809 27880 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 1995788961 832311296 54373 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28823/tid=28828] ppid=28809 vsize=812804 CPUtime=0
/proc/28823/task/28828/stat : 28828 (java) S 28809 28809 27880 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 1995788963 832311296 54373 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28823/tid=28829] ppid=28809 vsize=812804 CPUtime=0.27
/proc/28823/task/28829/stat : 28829 (java) S 28809 28809 27880 0 -1 64 847 0 0 0 26 1 0 0 15 0 9 0 1995788963 832311296 54373 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28823/tid=28830] ppid=28809 vsize=812804 CPUtime=0
/proc/28823/task/28830/stat : 28830 (java) S 28809 28809 27880 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 1995788963 832311296 54373 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28823/tid=28831] ppid=28809 vsize=812804 CPUtime=0
/proc/28823/task/28831/stat : 28831 (java) S 28809 28809 27880 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1995788963 832311296 54373 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 50.57
Current children cumulated vsize (KiB) 860364

[startup+102.306 s]
/proc/loadavg: 2.06 2.07 2.01 3/84 28832
/proc/meminfo: memFree=1488960/2055920 swapFree=4180028/4192956
[pid=28809] ppid=28807 vsize=47560 CPUtime=84.67
/proc/28809/stat : 28809 (galacM.sh) S 28807 28809 27880 0 -1 4194304 799 57623 0 1 0 0 8410 57 17 0 1 0 1995788954 48701440 364 996147200 4194304 4520092 548682068832 18446744073709551615 259912821594 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/28809/statm: 11890 364 245 79 0 219 0
[pid=28832] ppid=28809 vsize=129956 CPUtime=16.56
/proc/28832/stat : 28832 (minisat) R 28809 28809 27880 0 -1 4194304 32285 0 0 0 1638 18 0 0 25 0 1 0 1995797511 133074944 32266 996147200 134512640 135136200 4294955968 18446744073709551615 134529382 0 0 4096 3 0 0 0 17 1 0 0
/proc/28832/statm: 32489 32266 57 152 0 32334 0
Current children cumulated CPU time (s) 101.23
Current children cumulated vsize (KiB) 177516

[startup+162.301 s]
/proc/loadavg: 2.02 2.05 2.01 3/84 28832
/proc/meminfo: memFree=1395008/2055920 swapFree=4180028/4192956
[pid=28809] ppid=28807 vsize=47560 CPUtime=84.67
/proc/28809/stat : 28809 (galacM.sh) S 28807 28809 27880 0 -1 4194304 799 57623 0 1 0 0 8410 57 17 0 1 0 1995788954 48701440 364 996147200 4194304 4520092 548682068832 18446744073709551615 259912821594 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/28809/statm: 11890 364 245 79 0 219 0
[pid=28832] ppid=28809 vsize=218404 CPUtime=76
/proc/28832/stat : 28832 (minisat) R 28809 28809 27880 0 -1 4194304 54372 0 0 0 7566 34 0 0 25 0 1 0 1995797511 223645696 54353 996147200 134512640 135136200 4294955968 18446744073709551615 134529580 0 0 4096 3 0 0 0 17 1 0 0
/proc/28832/statm: 54601 54353 57 152 0 54446 0
Current children cumulated CPU time (s) 160.67
Current children cumulated vsize (KiB) 265964

[startup+222.302 s]
/proc/loadavg: 2.01 2.04 2.00 3/76 28834
/proc/meminfo: memFree=1379584/2055920 swapFree=4180028/4192956
[pid=28809] ppid=28807 vsize=47560 CPUtime=84.67
/proc/28809/stat : 28809 (galacM.sh) S 28807 28809 27880 0 -1 4194304 799 57623 0 1 0 0 8410 57 17 0 1 0 1995788954 48701440 364 996147200 4194304 4520092 548682068832 18446744073709551615 259912821594 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/28809/statm: 11890 364 245 79 0 219 0
[pid=28832] ppid=28809 vsize=298104 CPUtime=135.45
/proc/28832/stat : 28832 (minisat) R 28809 28809 27880 0 -1 4194304 74140 0 0 0 13497 48 0 0 25 0 1 0 1995797511 305258496 74121 996147200 134512640 135136200 4294955968 18446744073709551615 134529509 0 0 4096 3 0 0 0 17 0 0 0
/proc/28832/statm: 74526 74121 57 152 0 74371 0
Current children cumulated CPU time (s) 220.12
Current children cumulated vsize (KiB) 345664

[startup+282.302 s]
/proc/loadavg: 2.08 2.06 2.01 3/83 28928
/proc/meminfo: memFree=1138760/2055920 swapFree=4180028/4192956
[pid=28809] ppid=28807 vsize=47560 CPUtime=84.67
/proc/28809/stat : 28809 (galacM.sh) S 28807 28809 27880 0 -1 4194304 799 57623 0 1 0 0 8410 57 17 0 1 0 1995788954 48701440 364 996147200 4194304 4520092 548682068832 18446744073709551615 259912821594 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/28809/statm: 11890 364 245 79 0 219 0
[pid=28832] ppid=28809 vsize=350952 CPUtime=195.42
/proc/28832/stat : 28832 (minisat) R 28809 28809 27880 0 -1 4194304 87211 0 0 0 19482 60 0 0 25 0 1 0 1995797511 359374848 87192 996147200 134512640 135136200 4294955968 18446744073709551615 134529488 0 0 4096 3 0 0 0 17 0 0 0
/proc/28832/statm: 87738 87192 57 152 0 87583 0
Current children cumulated CPU time (s) 280.09
Current children cumulated vsize (KiB) 398512

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

[startup+294.302 s]
/proc/loadavg: 2.07 2.06 2.01 3/83 28928
/proc/meminfo: memFree=1124104/2055920 swapFree=4180028/4192956
[pid=28809] ppid=28807 vsize=47560 CPUtime=84.67
/proc/28809/stat : 28809 (galacM.sh) S 28807 28809 27880 0 -1 4194304 799 57623 0 1 0 0 8410 57 17 0 1 0 1995788954 48701440 364 996147200 4194304 4520092 548682068832 18446744073709551615 259912821594 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/28809/statm: 11890 364 245 79 0 219 0
[pid=28832] ppid=28809 vsize=360900 CPUtime=207.42
/proc/28832/stat : 28832 (minisat) R 28809 28809 27880 0 -1 4194304 89584 0 0 0 20680 62 0 0 25 0 1 0 1995797511 369561600 89565 996147200 134512640 135136200 4294955968 18446744073709551615 134529509 0 0 4096 3 0 0 0 17 0 0 0
/proc/28832/statm: 90225 89565 57 152 0 90070 0
Current children cumulated CPU time (s) 292.09
Current children cumulated vsize (KiB) 408460

[startup+307.102 s]
/proc/loadavg: 2.05 2.05 2.00 3/83 28928
/proc/meminfo: memFree=1108168/2055920 swapFree=4180028/4192956
[pid=28809] ppid=28807 vsize=47560 CPUtime=84.67
/proc/28809/stat : 28809 (galacM.sh) S 28807 28809 27880 0 -1 4194304 799 57623 0 1 0 0 8410 57 17 0 1 0 1995788954 48701440 364 996147200 4194304 4520092 548682068832 18446744073709551615 259912821594 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/28809/statm: 11890 364 245 79 0 219 0
[pid=28832] ppid=28809 vsize=369332 CPUtime=220.21
/proc/28832/stat : 28832 (minisat) R 28809 28809 27880 0 -1 4194304 91644 0 0 0 21958 63 0 0 25 0 1 0 1995797511 378195968 91625 996147200 134512640 135136200 4294955968 18446744073709551615 134529382 0 0 4096 3 0 0 0 17 0 0 0
/proc/28832/statm: 92333 91625 57 152 0 92178 0
Current children cumulated CPU time (s) 304.88
Current children cumulated vsize (KiB) 416892

[startup+310.301 s]
/proc/loadavg: 2.05 2.05 2.00 3/83 28928
/proc/meminfo: memFree=1104840/2055920 swapFree=4180028/4192956
[pid=28809] ppid=28807 vsize=47560 CPUtime=84.67
/proc/28809/stat : 28809 (galacM.sh) S 28807 28809 27880 0 -1 4194304 799 57623 0 1 0 0 8410 57 17 0 1 0 1995788954 48701440 364 996147200 4194304 4520092 548682068832 18446744073709551615 259912821594 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/28809/statm: 11890 364 245 79 0 219 0
[pid=28832] ppid=28809 vsize=371000 CPUtime=223.41
/proc/28832/stat : 28832 (minisat) R 28809 28809 27880 0 -1 4194304 92037 0 0 0 22278 63 0 0 25 0 1 0 1995797511 379904000 92018 996147200 134512640 135136200 4294955968 18446744073709551615 134529431 0 0 4096 3 0 0 0 17 0 0 0
/proc/28832/statm: 92750 92018 57 152 0 92595 0
Current children cumulated CPU time (s) 308.08
Current children cumulated vsize (KiB) 418560

[startup+311.901 s]
/proc/loadavg: 2.05 2.05 2.00 3/83 28928
/proc/meminfo: memFree=1103624/2055920 swapFree=4180028/4192956
[pid=28809] ppid=28807 vsize=47560 CPUtime=84.67
/proc/28809/stat : 28809 (galacM.sh) S 28807 28809 27880 0 -1 4194304 799 57623 0 1 0 0 8410 57 17 0 1 0 1995788954 48701440 364 996147200 4194304 4520092 548682068832 18446744073709551615 259912821594 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/28809/statm: 11890 364 245 79 0 219 0
[pid=28832] ppid=28809 vsize=372232 CPUtime=225
/proc/28832/stat : 28832 (minisat) R 28809 28809 27880 0 -1 4194304 92361 0 0 0 22437 63 0 0 25 0 1 0 1995797511 381165568 92342 996147200 134512640 135136200 4294955968 18446744073709551615 134719610 0 0 4096 3 0 0 0 17 0 0 0
/proc/28832/statm: 93058 92342 57 152 0 92903 0
Current children cumulated CPU time (s) 309.67
Current children cumulated vsize (KiB) 419792

[startup+313.508 s]
/proc/loadavg: 2.05 2.05 2.00 3/83 28928
/proc/meminfo: memFree=1100872/2055920 swapFree=4180028/4192956
[pid=28809] ppid=28807 vsize=47560 CPUtime=84.67
/proc/28809/stat : 28809 (galacM.sh) S 28807 28809 27880 0 -1 4194304 799 57623 0 1 0 0 8410 57 17 0 1 0 1995788954 48701440 364 996147200 4194304 4520092 548682068832 18446744073709551615 259912821594 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/28809/statm: 11890 364 245 79 0 219 0
[pid=28832] ppid=28809 vsize=373316 CPUtime=226.61
/proc/28832/stat : 28832 (minisat) R 28809 28809 27880 0 -1 4194304 92586 0 0 0 22598 63 0 0 25 0 1 0 1995797511 382275584 92567 996147200 134512640 135136200 4294955968 18446744073709551615 134529452 0 0 4096 3 0 0 0 17 0 0 0
/proc/28832/statm: 93329 92567 57 152 0 93174 0
Current children cumulated CPU time (s) 311.28
Current children cumulated vsize (KiB) 420876

[startup+313.903 s]
/proc/loadavg: 2.05 2.05 2.00 3/83 28928
/proc/meminfo: memFree=1100872/2055920 swapFree=4180028/4192956
[pid=28809] ppid=28807 vsize=47560 CPUtime=84.67
/proc/28809/stat : 28809 (galacM.sh) S 28807 28809 27880 0 -1 4194304 799 57623 0 1 0 0 8410 57 17 0 1 0 1995788954 48701440 364 996147200 4194304 4520092 548682068832 18446744073709551615 259912821594 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/28809/statm: 11890 364 245 79 0 219 0
[pid=28832] ppid=28809 vsize=373316 CPUtime=227.01
/proc/28832/stat : 28832 (minisat) R 28809 28809 27880 0 -1 4194304 92608 0 0 0 22637 64 0 0 25 0 1 0 1995797511 382275584 92589 996147200 134512640 135136200 4294955968 18446744073709551615 134529491 0 0 4096 3 0 0 0 17 0 0 0
/proc/28832/statm: 93329 92589 57 152 0 93174 0
Current children cumulated CPU time (s) 311.68
Current children cumulated vsize (KiB) 420876

[startup+314.102 s]
/proc/loadavg: 2.05 2.05 2.00 3/83 28928
/proc/meminfo: memFree=1100872/2055920 swapFree=4180028/4192956
[pid=28809] ppid=28807 vsize=47560 CPUtime=84.67
/proc/28809/stat : 28809 (galacM.sh) S 28807 28809 27880 0 -1 4194304 799 57623 0 1 0 0 8410 57 17 0 1 0 1995788954 48701440 364 996147200 4194304 4520092 548682068832 18446744073709551615 259912821594 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/28809/statm: 11890 364 245 79 0 219 0
[pid=28832] ppid=28809 vsize=373464 CPUtime=227.21
/proc/28832/stat : 28832 (minisat) R 28809 28809 27880 0 -1 4194304 92620 0 0 0 22657 64 0 0 25 0 1 0 1995797511 382427136 92601 996147200 134512640 135136200 4294955968 18446744073709551615 134529382 0 0 4096 3 0 0 0 17 0 0 0
/proc/28832/statm: 93366 92601 57 152 0 93211 0
Current children cumulated CPU time (s) 311.88
Current children cumulated vsize (KiB) 421024

Child status: 0
Real time (s): 314.19
CPU time (s): 311.992
CPU user time (s): 310.692
CPU system time (s): 1.2998
CPU usage (%): 99.3002
Max. virtual memory (cumulated for all children) (KiB): 860692

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 310.692
system time used= 1.2998
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 151260
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= 3568
involuntary context switches= 12750

runsolver used 0.409937 second user time and 1.02884 second system time

The end

Launcher Data (download as text)

Begin job on node4 at 2008-07-04 12:42:16
IDJOB=1071216
IDBENCH=56052
IDSOLVER=350
FILE ID=node4/1071216-1215168136
PBS_JOBID= 7881399
Free space on /tmp= 66504 MiB

SOLVER NAME= galac M
BENCH NAME= CPAI08/csp/os-taillard-5/normalized-os-taillard-5-95-5.xml
COMMAND LINE= HOME/galacM.sh BENCHNAME 
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1071216-1215168136/watcher-1071216-1215168136 -o /tmp/evaluation-result-1071216-1215168136/solver-1071216-1215168136 -C 1800 -W 2200 -M 900 --output-limit 1,15  HOME/galacM.sh HOME/instance-1071216-1215168136.xml 

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 75da09c50b4fcbd9ca6ba4fc2e0eb147
RANDOM SEED=1585489824

node4.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.213
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.213
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:       1676592 kB
Buffers:         30908 kB
Cached:         163920 kB
SwapCached:       6792 kB
Active:         281648 kB
Inactive:        44024 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1676592 kB
SwapTotal:     4192956 kB
SwapFree:      4180028 kB
Dirty:            3068 kB
Writeback:           0 kB
Mapped:         148192 kB
Slab:            38324 kB
Committed_AS:  3410828 kB
PageTables:       2312 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= 66492 MiB
End job on node4 at 2008-07-04 12:47:30