Trace number 1050068

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 MWrong UNSAT 544.635 546.997

General information on the benchmark

Namecsp/pseudo/ttp/
normalized-data-8-3.xml
MD5SUMa80e9ca6f14152a808d5210c0080ccc5
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark17.5573
Satisfiable
(Un)Satisfiability was proved
Number of variables1344
Number of constraints16376
Maximum constraint arity28
Maximum domain size2
Number of constraints which are defined in extension0
Number of constraints which are defined in intension16376
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.03	c --- Preproc Stats ---
512.88/515.19	c start processing
512.88/515.20	c start relation processing
513.48/515.71	c start cnf exporting
543.94/546.35	c parsing time : 515.068
543.94/546.35	c preprocessing time : 546.228
543.94/546.36	
543.94/546.36	c Nary constraints - conflicts : 14272 supports : 480
543.94/546.36	c Binary constraints - conflicts : 1624 supports :0
543.94/546.36	c max arity constraint : 28
543.94/546.36	c Max Tuples generated 268435456
543.94/546.36	c relations : 24
543.94/546.36	c relations BDD: 20
543.94/546.36	c sampling 4/4
543.94/546.36	c vars : 228801 - clauses :  789000
543.94/546.36	
544.02/546.41	 
544.02/546.41	c --- SAT Solver Stats ---
544.02/546.41	 
544.50/546.97	c restarts              : 1
544.50/546.97	c conflicts             : 16             (34 /sec)
544.50/546.97	c decisions             : 80             (0.00 % random) (171 /sec)
544.50/546.97	c propagations          : 14801          (31631 /sec)
544.50/546.97	c conflict literals     : 28             (0.00 % deleted)
544.50/546.97	c Memory used           : 46.99 MB
544.50/546.97	c CPU time              : 0.467928 s
544.50/546.97	
544.50/546.97	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-1050068-1215047676/watcher-1050068-1215047676 -o /tmp/evaluation-result-1050068-1215047676/solver-1050068-1215047676 -C 1800 -W 2200 -M 900 --output-limit 1,15 HOME/galacM.sh HOME/instance-1050068-1215047676.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.01 2.00 4/73 23073
/proc/meminfo: memFree=1766232/2055920 swapFree=4180436/4192956
[pid=23073] ppid=23071 vsize=5316 CPUtime=0
/proc/23073/stat : 23073 (galacM.sh) R 23071 23073 22099 0 -1 4194304 229 0 0 0 0 0 0 0 20 0 1 0 1983739837 5443584 193 996147200 4194304 4520092 548682068832 18446744073709551615 255536985577 0 0 4096 8192 0 0 0 17 1 0 0
/proc/23073/statm: 1329 193 146 79 0 121 0

[startup+0.0153361 s]
/proc/loadavg: 2.04 2.01 2.00 4/73 23073
/proc/meminfo: memFree=1766232/2055920 swapFree=4180436/4192956
[pid=23073] ppid=23071 vsize=8652 CPUtime=0
/proc/23073/stat : 23073 (galacM.sh) S 23071 23073 22099 0 -1 4194304 346 0 0 0 0 0 0 0 16 0 1 0 1983739837 8859648 280 996147200 4194304 4520092 548682068832 18446744073709551615 255539211098 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/23073/statm: 2163 280 208 79 0 156 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8652

[startup+0.106739 s]
/proc/loadavg: 2.04 2.01 2.00 4/73 23073
/proc/meminfo: memFree=1766232/2055920 swapFree=4180436/4192956
[pid=23073] ppid=23071 vsize=47580 CPUtime=0.01
/proc/23073/stat : 23073 (galacM.sh) S 23071 23073 22099 0 -1 4194304 764 1698 0 0 0 0 0 1 23 0 1 0 1983739837 48721920 363 996147200 4194304 4520092 548682068832 18446744073709551615 255539211098 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/23073/statm: 11895 363 244 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47580

[startup+0.301757 s]
/proc/loadavg: 2.04 2.01 2.00 4/73 23073
/proc/meminfo: memFree=1766232/2055920 swapFree=4180436/4192956
[pid=23073] ppid=23071 vsize=47580 CPUtime=0.01
/proc/23073/stat : 23073 (galacM.sh) S 23071 23073 22099 0 -1 4194304 764 1698 0 0 0 0 0 1 23 0 1 0 1983739837 48721920 363 996147200 4194304 4520092 548682068832 18446744073709551615 255539211098 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/23073/statm: 11895 363 244 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47580

[startup+0.701797 s]
/proc/loadavg: 2.04 2.01 2.00 4/73 23073
/proc/meminfo: memFree=1766232/2055920 swapFree=4180436/4192956
[pid=23073] ppid=23071 vsize=47580 CPUtime=0.01
/proc/23073/stat : 23073 (galacM.sh) S 23071 23073 22099 0 -1 4194304 764 1698 0 0 0 0 0 1 23 0 1 0 1983739837 48721920 363 996147200 4194304 4520092 548682068832 18446744073709551615 255539211098 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/23073/statm: 11895 363 244 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47580

[startup+1.50287 s]
/proc/loadavg: 2.04 2.01 2.00 3/83 23095
/proc/meminfo: memFree=1724104/2055920 swapFree=4180436/4192956
[pid=23073] ppid=23071 vsize=47580 CPUtime=0.01
/proc/23073/stat : 23073 (galacM.sh) S 23071 23073 22099 0 -1 4194304 764 1698 0 0 0 0 0 1 23 0 1 0 1983739837 48721920 363 996147200 4194304 4520092 548682068832 18446744073709551615 255539211098 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/23073/statm: 11895 363 244 79 0 219 0
[pid=23087] ppid=23073 vsize=812748 CPUtime=1.43
/proc/23087/stat : 23087 (java) S 23073 23073 22099 0 -1 0 13726 0 1 0 135 8 0 0 18 0 9 0 1983739841 832253952 12951 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/23087/statm: 203187 12951 2584 9 0 197168 0
[pid=23087/tid=23088] ppid=23073 vsize=812748 CPUtime=1.05
/proc/23087/task/23088/stat : 23088 (java) R 23073 23073 22099 0 -1 64 7688 0 1 0 100 5 0 0 25 0 9 0 1983739842 832253952 12951 996147200 134512640 134550740 4294955616 18446744073709551615 4126840120 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23087/tid=23089] ppid=23073 vsize=812748 CPUtime=0.07
/proc/23087/task/23089/stat : 23089 (java) S 23073 23073 22099 0 -1 64 4453 0 0 0 6 1 0 0 16 0 9 0 1983739843 832253952 12951 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=23087/tid=23090] ppid=23073 vsize=812748 CPUtime=0
/proc/23087/task/23090/stat : 23090 (java) S 23073 23073 22099 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 1983739844 832253952 12951 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23087/tid=23091] ppid=23073 vsize=812748 CPUtime=0
/proc/23087/task/23091/stat : 23091 (java) S 23073 23073 22099 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1983739844 832253952 12951 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23087/tid=23092] ppid=23073 vsize=812748 CPUtime=0
/proc/23087/task/23092/stat : 23092 (java) S 23073 23073 22099 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 1983739846 832253952 12951 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23087/tid=23093] ppid=23073 vsize=812748 CPUtime=0.29
/proc/23087/task/23093/stat : 23093 (java) S 23073 23073 22099 0 -1 64 885 0 0 0 28 1 0 0 15 0 9 0 1983739846 832253952 12951 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23087/tid=23094] ppid=23073 vsize=812748 CPUtime=0
/proc/23087/task/23094/stat : 23094 (java) S 23073 23073 22099 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 1983739846 832253952 12951 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23087/tid=23095] ppid=23073 vsize=812748 CPUtime=0
/proc/23087/task/23095/stat : 23095 (java) S 23073 23073 22099 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1983739846 832253952 12951 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) 860328

[startup+3.10302 s]
/proc/loadavg: 2.04 2.01 2.00 3/83 23095
/proc/meminfo: memFree=1723272/2055920 swapFree=4180436/4192956
[pid=23073] ppid=23071 vsize=47580 CPUtime=0.01
/proc/23073/stat : 23073 (galacM.sh) S 23071 23073 22099 0 -1 4194304 764 1698 0 0 0 0 0 1 23 0 1 0 1983739837 48721920 363 996147200 4194304 4520092 548682068832 18446744073709551615 255539211098 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/23073/statm: 11895 363 244 79 0 219 0
[pid=23087] ppid=23073 vsize=812880 CPUtime=3.02
/proc/23087/stat : 23087 (java) S 23073 23073 22099 0 -1 0 17003 0 1 0 292 10 0 0 18 0 9 0 1983739841 832389120 16223 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/23087/statm: 203220 16223 2583 9 0 197201 0
[pid=23087/tid=23088] ppid=23073 vsize=812880 CPUtime=2.58
/proc/23087/task/23088/stat : 23088 (java) R 23073 23073 22099 0 -1 64 10865 0 1 0 251 7 0 0 25 0 9 0 1983739842 832389120 16223 996147200 134512640 134550740 4294955616 18446744073709551615 4126416250 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23087/tid=23089] ppid=23073 vsize=812880 CPUtime=0.11
/proc/23087/task/23089/stat : 23089 (java) S 23073 23073 22099 0 -1 64 4544 0 0 0 10 1 0 0 17 0 9 0 1983739843 832389120 16223 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=23087/tid=23090] ppid=23073 vsize=812880 CPUtime=0
/proc/23087/task/23090/stat : 23090 (java) S 23073 23073 22099 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 1983739844 832389120 16223 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23087/tid=23091] ppid=23073 vsize=812880 CPUtime=0
/proc/23087/task/23091/stat : 23091 (java) S 23073 23073 22099 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1983739844 832389120 16223 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23087/tid=23092] ppid=23073 vsize=812880 CPUtime=0
/proc/23087/task/23092/stat : 23092 (java) S 23073 23073 22099 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 1983739846 832389120 16223 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23087/tid=23093] ppid=23073 vsize=812880 CPUtime=0.3
/proc/23087/task/23093/stat : 23093 (java) S 23073 23073 22099 0 -1 64 894 0 0 0 29 1 0 0 16 0 9 0 1983739846 832389120 16223 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23087/tid=23094] ppid=23073 vsize=812880 CPUtime=0
/proc/23087/task/23094/stat : 23094 (java) S 23073 23073 22099 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 1983739846 832389120 16223 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23087/tid=23095] ppid=23073 vsize=812880 CPUtime=0
/proc/23087/task/23095/stat : 23095 (java) S 23073 23073 22099 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1983739846 832389120 16223 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) 860460

[startup+6.30232 s]
/proc/loadavg: 2.04 2.01 2.00 3/83 23095
/proc/meminfo: memFree=1693960/2055920 swapFree=4180436/4192956
[pid=23073] ppid=23071 vsize=47580 CPUtime=0.01
/proc/23073/stat : 23073 (galacM.sh) S 23071 23073 22099 0 -1 4194304 764 1698 0 0 0 0 0 1 23 0 1 0 1983739837 48721920 363 996147200 4194304 4520092 548682068832 18446744073709551615 255539211098 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/23073/statm: 11895 363 244 79 0 219 0
[pid=23087] ppid=23073 vsize=812880 CPUtime=6.19
/proc/23087/stat : 23087 (java) S 23073 23073 22099 0 -1 0 21193 0 1 0 606 13 0 0 18 0 9 0 1983739841 832389120 20408 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/23087/statm: 203220 20408 2587 9 0 197201 0
[pid=23087/tid=23088] ppid=23073 vsize=812880 CPUtime=5.6
/proc/23087/task/23088/stat : 23088 (java) R 23073 23073 22099 0 -1 64 14590 0 1 0 550 10 0 0 25 0 9 0 1983739842 832389120 20408 996147200 134512640 134550740 4294955616 18446744073709551615 102689690 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23087/tid=23089] ppid=23073 vsize=812880 CPUtime=0.26
/proc/23087/task/23089/stat : 23089 (java) S 23073 23073 22099 0 -1 64 5008 0 0 0 25 1 0 0 16 0 9 0 1983739843 832389120 20408 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=23087/tid=23090] ppid=23073 vsize=812880 CPUtime=0
/proc/23087/task/23090/stat : 23090 (java) S 23073 23073 22099 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 1983739844 832389120 20408 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23087/tid=23091] ppid=23073 vsize=812880 CPUtime=0
/proc/23087/task/23091/stat : 23091 (java) S 23073 23073 22099 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1983739844 832389120 20408 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23087/tid=23092] ppid=23073 vsize=812880 CPUtime=0
/proc/23087/task/23092/stat : 23092 (java) S 23073 23073 22099 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 1983739846 832389120 20408 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23087/tid=23093] ppid=23073 vsize=812880 CPUtime=0.3
/proc/23087/task/23093/stat : 23093 (java) S 23073 23073 22099 0 -1 64 895 0 0 0 29 1 0 0 16 0 9 0 1983739846 832389120 20408 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23087/tid=23094] ppid=23073 vsize=812880 CPUtime=0
/proc/23087/task/23094/stat : 23094 (java) S 23073 23073 22099 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 1983739846 832389120 20408 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23087/tid=23095] ppid=23073 vsize=812880 CPUtime=0
/proc/23087/task/23095/stat : 23095 (java) S 23073 23073 22099 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1983739846 832389120 20408 996147200 134512640 134550740 4294955616 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) 860460

[startup+12.7029 s]
/proc/loadavg: 2.04 2.01 2.00 3/83 23095
/proc/meminfo: memFree=1693064/2055920 swapFree=4180436/4192956
[pid=23073] ppid=23071 vsize=47580 CPUtime=0.01
/proc/23073/stat : 23073 (galacM.sh) S 23071 23073 22099 0 -1 4194304 764 1698 0 0 0 0 0 1 23 0 1 0 1983739837 48721920 363 996147200 4194304 4520092 548682068832 18446744073709551615 255539211098 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/23073/statm: 11895 363 244 79 0 219 0
[pid=23087] ppid=23073 vsize=812880 CPUtime=12.52
/proc/23087/stat : 23087 (java) S 23073 23073 22099 0 -1 0 21341 0 1 0 1239 13 0 0 18 0 9 0 1983739841 832389120 20546 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/23087/statm: 203220 20546 2587 9 0 197201 0
[pid=23087/tid=23088] ppid=23073 vsize=812880 CPUtime=11.47
/proc/23087/task/23088/stat : 23088 (java) R 23073 23073 22099 0 -1 64 14600 0 1 0 1137 10 0 0 25 0 9 0 1983739842 832389120 20546 996147200 134512640 134550740 4294955616 18446744073709551615 102887937 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23087/tid=23089] ppid=23073 vsize=812880 CPUtime=0.72
/proc/23087/task/23089/stat : 23089 (java) S 23073 23073 22099 0 -1 64 5142 0 0 0 71 1 0 0 16 0 9 0 1983739843 832389120 20546 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=23087/tid=23090] ppid=23073 vsize=812880 CPUtime=0
/proc/23087/task/23090/stat : 23090 (java) S 23073 23073 22099 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 1983739844 832389120 20546 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23087/tid=23091] ppid=23073 vsize=812880 CPUtime=0
/proc/23087/task/23091/stat : 23091 (java) S 23073 23073 22099 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1983739844 832389120 20546 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23087/tid=23092] ppid=23073 vsize=812880 CPUtime=0
/proc/23087/task/23092/stat : 23092 (java) S 23073 23073 22099 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 1983739846 832389120 20546 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23087/tid=23093] ppid=23073 vsize=812880 CPUtime=0.31
/proc/23087/task/23093/stat : 23093 (java) S 23073 23073 22099 0 -1 64 899 0 0 0 30 1 0 0 17 0 9 0 1983739846 832389120 20546 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23087/tid=23094] ppid=23073 vsize=812880 CPUtime=0
/proc/23087/task/23094/stat : 23094 (java) S 23073 23073 22099 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 1983739846 832389120 20546 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23087/tid=23095] ppid=23073 vsize=812880 CPUtime=0
/proc/23087/task/23095/stat : 23095 (java) S 23073 23073 22099 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1983739846 832389120 20546 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) 860460

[startup+25.5011 s]
/proc/loadavg: 2.03 2.01 2.00 3/83 23095
/proc/meminfo: memFree=1691592/2055920 swapFree=4180436/4192956
[pid=23073] ppid=23071 vsize=47580 CPUtime=0.01
/proc/23073/stat : 23073 (galacM.sh) S 23071 23073 22099 0 -1 4194304 764 1698 0 0 0 0 0 1 23 0 1 0 1983739837 48721920 363 996147200 4194304 4520092 548682068832 18446744073709551615 255539211098 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/23073/statm: 11895 363 244 79 0 219 0
[pid=23087] ppid=23073 vsize=812880 CPUtime=25.21
/proc/23087/stat : 23087 (java) S 23073 23073 22099 0 -1 0 21734 0 1 0 2507 14 0 0 18 0 9 0 1983739841 832389120 20933 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/23087/statm: 203220 20933 2590 9 0 197201 0
[pid=23087/tid=23088] ppid=23073 vsize=812880 CPUtime=23.91
/proc/23087/task/23088/stat : 23088 (java) R 23073 23073 22099 0 -1 64 14606 0 1 0 2381 10 0 0 25 0 9 0 1983739842 832389120 20933 996147200 134512640 134550740 4294955616 18446744073709551615 4127268215 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23087/tid=23089] ppid=23073 vsize=812880 CPUtime=0.96
/proc/23087/task/23089/stat : 23089 (java) S 23073 23073 22099 0 -1 64 5523 0 0 0 94 2 0 0 16 0 9 0 1983739843 832389120 20933 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=23087/tid=23090] ppid=23073 vsize=812880 CPUtime=0
/proc/23087/task/23090/stat : 23090 (java) S 23073 23073 22099 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 1983739844 832389120 20933 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23087/tid=23091] ppid=23073 vsize=812880 CPUtime=0
/proc/23087/task/23091/stat : 23091 (java) S 23073 23073 22099 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1983739844 832389120 20933 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23087/tid=23092] ppid=23073 vsize=812880 CPUtime=0
/proc/23087/task/23092/stat : 23092 (java) S 23073 23073 22099 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 1983739846 832389120 20933 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23087/tid=23093] ppid=23073 vsize=812880 CPUtime=0.31
/proc/23087/task/23093/stat : 23093 (java) S 23073 23073 22099 0 -1 64 905 0 0 0 30 1 0 0 16 0 9 0 1983739846 832389120 20933 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23087/tid=23094] ppid=23073 vsize=812880 CPUtime=0
/proc/23087/task/23094/stat : 23094 (java) S 23073 23073 22099 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 1983739846 832389120 20933 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23087/tid=23095] ppid=23073 vsize=812880 CPUtime=0
/proc/23087/task/23095/stat : 23095 (java) S 23073 23073 22099 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1983739846 832389120 20933 996147200 134512640 134550740 4294955616 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) 860460

[startup+51.1015 s]
/proc/loadavg: 2.02 2.01 2.00 3/83 23095
/proc/meminfo: memFree=1691592/2055920 swapFree=4180436/4192956
[pid=23073] ppid=23071 vsize=47580 CPUtime=0.01

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

[pid=23087/tid=23095] ppid=23073 vsize=812880 CPUtime=0
/proc/23087/task/23095/stat : 23095 (java) S 23073 23073 22099 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1983739846 832389120 21803 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 520.05
Current children cumulated vsize (KiB) 860460

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

[startup+524.707 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 23165
/proc/meminfo: memFree=1458704/2055920 swapFree=4180436/4192956
[pid=23073] ppid=23071 vsize=47580 CPUtime=0.01
/proc/23073/stat : 23073 (galacM.sh) S 23071 23073 22099 0 -1 4194304 764 1698 0 0 0 0 0 1 23 0 1 0 1983739837 48721920 363 996147200 4194304 4520092 548682068832 18446744073709551615 255539211098 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/23073/statm: 11895 363 244 79 0 219 0
[pid=23087] ppid=23073 vsize=812880 CPUtime=522.44
/proc/23087/stat : 23087 (java) S 23073 23073 22099 0 -1 0 23221 0 1 0 52224 20 0 0 18 0 9 0 1983739841 832389120 22404 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/23087/statm: 203220 22404 2591 9 0 197201 0
[pid=23087/tid=23088] ppid=23073 vsize=812880 CPUtime=520.92
/proc/23087/task/23088/stat : 23088 (java) R 23073 23073 22099 0 -1 64 14646 0 1 0 52077 15 0 0 25 0 9 0 1983739842 832389120 22404 996147200 134512640 134550740 4294955616 18446744073709551615 4126381503 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23087/tid=23089] ppid=23073 vsize=812880 CPUtime=1.08
/proc/23087/task/23089/stat : 23089 (java) S 23073 23073 22099 0 -1 64 6916 0 0 0 106 2 0 0 16 0 9 0 1983739843 832389120 22404 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=23087/tid=23090] ppid=23073 vsize=812880 CPUtime=0
/proc/23087/task/23090/stat : 23090 (java) S 23073 23073 22099 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 1983739844 832389120 22404 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23087/tid=23091] ppid=23073 vsize=812880 CPUtime=0
/proc/23087/task/23091/stat : 23091 (java) S 23073 23073 22099 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1983739844 832389120 22404 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23087/tid=23092] ppid=23073 vsize=812880 CPUtime=0
/proc/23087/task/23092/stat : 23092 (java) S 23073 23073 22099 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 1983739846 832389120 22404 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23087/tid=23093] ppid=23073 vsize=812880 CPUtime=0.41
/proc/23087/task/23093/stat : 23093 (java) S 23073 23073 22099 0 -1 64 959 0 0 0 40 1 0 0 16 0 9 0 1983739846 832389120 22404 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23087/tid=23094] ppid=23073 vsize=812880 CPUtime=0
/proc/23087/task/23094/stat : 23094 (java) S 23073 23073 22099 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 1983739846 832389120 22404 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23087/tid=23095] ppid=23073 vsize=812880 CPUtime=0
/proc/23087/task/23095/stat : 23095 (java) S 23073 23073 22099 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1983739846 832389120 22404 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 522.45
Current children cumulated vsize (KiB) 860460

[startup+537.502 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 23165
/proc/meminfo: memFree=1452304/2055920 swapFree=4180436/4192956
[pid=23073] ppid=23071 vsize=47580 CPUtime=0.01
/proc/23073/stat : 23073 (galacM.sh) S 23071 23073 22099 0 -1 4194304 764 1698 0 0 0 0 0 1 23 0 1 0 1983739837 48721920 363 996147200 4194304 4520092 548682068832 18446744073709551615 255539211098 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/23073/statm: 11895 363 244 79 0 219 0
[pid=23087] ppid=23073 vsize=812880 CPUtime=535.17
/proc/23087/stat : 23087 (java) S 23073 23073 22099 0 -1 0 23243 0 1 0 53493 24 0 0 18 0 9 0 1983739841 832389120 22404 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/23087/statm: 203220 22404 2591 9 0 197201 0
[pid=23087/tid=23088] ppid=23073 vsize=812880 CPUtime=533.64
/proc/23087/task/23088/stat : 23088 (java) R 23073 23073 22099 0 -1 64 14668 0 1 0 53345 19 0 0 25 0 9 0 1983739842 832389120 22404 996147200 134512640 134550740 4294955616 18446744073709551615 4127207711 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23087/tid=23089] ppid=23073 vsize=812880 CPUtime=1.1
/proc/23087/task/23089/stat : 23089 (java) S 23073 23073 22099 0 -1 64 6916 0 0 0 107 3 0 0 16 0 9 0 1983739843 832389120 22404 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=23087/tid=23090] ppid=23073 vsize=812880 CPUtime=0
/proc/23087/task/23090/stat : 23090 (java) S 23073 23073 22099 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 1983739844 832389120 22404 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23087/tid=23091] ppid=23073 vsize=812880 CPUtime=0
/proc/23087/task/23091/stat : 23091 (java) S 23073 23073 22099 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1983739844 832389120 22404 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23087/tid=23092] ppid=23073 vsize=812880 CPUtime=0
/proc/23087/task/23092/stat : 23092 (java) S 23073 23073 22099 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 1983739846 832389120 22404 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23087/tid=23093] ppid=23073 vsize=812880 CPUtime=0.41
/proc/23087/task/23093/stat : 23093 (java) S 23073 23073 22099 0 -1 64 959 0 0 0 40 1 0 0 16 0 9 0 1983739846 832389120 22404 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23087/tid=23094] ppid=23073 vsize=812880 CPUtime=0
/proc/23087/task/23094/stat : 23094 (java) S 23073 23073 22099 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 1983739846 832389120 22404 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23087/tid=23095] ppid=23073 vsize=812880 CPUtime=0
/proc/23087/task/23095/stat : 23095 (java) S 23073 23073 22099 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1983739846 832389120 22404 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 535.18
Current children cumulated vsize (KiB) 860460

[startup+543.902 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 23165
/proc/meminfo: memFree=1449360/2055920 swapFree=4180436/4192956
[pid=23073] ppid=23071 vsize=47580 CPUtime=0.01
/proc/23073/stat : 23073 (galacM.sh) S 23071 23073 22099 0 -1 4194304 764 1698 0 0 0 0 0 1 23 0 1 0 1983739837 48721920 363 996147200 4194304 4520092 548682068832 18446744073709551615 255539211098 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/23073/statm: 11895 363 244 79 0 219 0
[pid=23087] ppid=23073 vsize=812880 CPUtime=541.54
/proc/23087/stat : 23087 (java) S 23073 23073 22099 0 -1 0 23252 0 1 0 54128 26 0 0 18 0 9 0 1983739841 832389120 22404 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/23087/statm: 203220 22404 2591 9 0 197201 0
[pid=23087/tid=23088] ppid=23073 vsize=812880 CPUtime=540.01
/proc/23087/task/23088/stat : 23088 (java) R 23073 23073 22099 0 -1 64 14677 0 1 0 53980 21 0 0 25 0 9 0 1983739842 832389120 22404 996147200 134512640 134550740 4294955616 18446744073709551615 4126623258 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23087/tid=23089] ppid=23073 vsize=812880 CPUtime=1.11
/proc/23087/task/23089/stat : 23089 (java) S 23073 23073 22099 0 -1 64 6916 0 0 0 108 3 0 0 16 0 9 0 1983739843 832389120 22404 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=23087/tid=23090] ppid=23073 vsize=812880 CPUtime=0
/proc/23087/task/23090/stat : 23090 (java) S 23073 23073 22099 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 1983739844 832389120 22404 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23087/tid=23091] ppid=23073 vsize=812880 CPUtime=0
/proc/23087/task/23091/stat : 23091 (java) S 23073 23073 22099 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1983739844 832389120 22404 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23087/tid=23092] ppid=23073 vsize=812880 CPUtime=0
/proc/23087/task/23092/stat : 23092 (java) S 23073 23073 22099 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 1983739846 832389120 22404 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23087/tid=23093] ppid=23073 vsize=812880 CPUtime=0.41
/proc/23087/task/23093/stat : 23093 (java) S 23073 23073 22099 0 -1 64 959 0 0 0 40 1 0 0 16 0 9 0 1983739846 832389120 22404 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23087/tid=23094] ppid=23073 vsize=812880 CPUtime=0
/proc/23087/task/23094/stat : 23094 (java) S 23073 23073 22099 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 1983739846 832389120 22404 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23087/tid=23095] ppid=23073 vsize=812880 CPUtime=0
/proc/23087/task/23095/stat : 23095 (java) S 23073 23073 22099 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1983739846 832389120 22404 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 541.55
Current children cumulated vsize (KiB) 860460

[startup+545.503 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 23165
/proc/meminfo: memFree=1448272/2055920 swapFree=4180436/4192956
[pid=23073] ppid=23071 vsize=47580 CPUtime=0.01
/proc/23073/stat : 23073 (galacM.sh) S 23071 23073 22099 0 -1 4194304 764 1698 0 0 0 0 0 1 23 0 1 0 1983739837 48721920 363 996147200 4194304 4520092 548682068832 18446744073709551615 255539211098 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/23073/statm: 11895 363 244 79 0 219 0
[pid=23087] ppid=23073 vsize=812880 CPUtime=543.15
/proc/23087/stat : 23087 (java) S 23073 23073 22099 0 -1 0 23254 0 1 0 54288 27 0 0 18 0 9 0 1983739841 832389120 22404 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/23087/statm: 203220 22404 2591 9 0 197201 0
[pid=23087/tid=23088] ppid=23073 vsize=812880 CPUtime=541.61
/proc/23087/task/23088/stat : 23088 (java) R 23073 23073 22099 0 -1 64 14679 0 1 0 54139 22 0 0 25 0 9 0 1983739842 832389120 22404 996147200 134512640 134550740 4294955616 18446744073709551615 4127472963 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23087/tid=23089] ppid=23073 vsize=812880 CPUtime=1.11
/proc/23087/task/23089/stat : 23089 (java) S 23073 23073 22099 0 -1 64 6916 0 0 0 108 3 0 0 16 0 9 0 1983739843 832389120 22404 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=23087/tid=23090] ppid=23073 vsize=812880 CPUtime=0
/proc/23087/task/23090/stat : 23090 (java) S 23073 23073 22099 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 1983739844 832389120 22404 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23087/tid=23091] ppid=23073 vsize=812880 CPUtime=0
/proc/23087/task/23091/stat : 23091 (java) S 23073 23073 22099 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1983739844 832389120 22404 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23087/tid=23092] ppid=23073 vsize=812880 CPUtime=0
/proc/23087/task/23092/stat : 23092 (java) S 23073 23073 22099 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 1983739846 832389120 22404 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23087/tid=23093] ppid=23073 vsize=812880 CPUtime=0.41
/proc/23087/task/23093/stat : 23093 (java) S 23073 23073 22099 0 -1 64 959 0 0 0 40 1 0 0 16 0 9 0 1983739846 832389120 22404 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23087/tid=23094] ppid=23073 vsize=812880 CPUtime=0
/proc/23087/task/23094/stat : 23094 (java) S 23073 23073 22099 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 1983739846 832389120 22404 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23087/tid=23095] ppid=23073 vsize=812880 CPUtime=0
/proc/23087/task/23095/stat : 23095 (java) S 23073 23073 22099 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1983739846 832389120 22404 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 543.16
Current children cumulated vsize (KiB) 860460

[startup+546.302 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 23165
/proc/meminfo: memFree=1448272/2055920 swapFree=4180436/4192956
[pid=23073] ppid=23071 vsize=47580 CPUtime=0.01
/proc/23073/stat : 23073 (galacM.sh) S 23071 23073 22099 0 -1 4194304 764 1698 0 0 0 0 0 1 23 0 1 0 1983739837 48721920 363 996147200 4194304 4520092 548682068832 18446744073709551615 255539211098 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/23073/statm: 11895 363 244 79 0 219 0
[pid=23087] ppid=23073 vsize=812880 CPUtime=543.93
/proc/23087/stat : 23087 (java) S 23073 23073 22099 0 -1 0 23256 0 1 0 54366 27 0 0 18 0 9 0 1983739841 832389120 22404 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/23087/statm: 203220 22404 2591 9 0 197201 0
[pid=23087/tid=23088] ppid=23073 vsize=812880 CPUtime=542.4
/proc/23087/task/23088/stat : 23088 (java) R 23073 23073 22099 0 -1 64 14681 0 1 0 54218 22 0 0 25 0 9 0 1983739842 832389120 22404 996147200 134512640 134550740 4294955616 18446744073709551615 4127381748 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23087/tid=23089] ppid=23073 vsize=812880 CPUtime=1.11
/proc/23087/task/23089/stat : 23089 (java) S 23073 23073 22099 0 -1 64 6916 0 0 0 108 3 0 0 16 0 9 0 1983739843 832389120 22404 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=23087/tid=23090] ppid=23073 vsize=812880 CPUtime=0
/proc/23087/task/23090/stat : 23090 (java) S 23073 23073 22099 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 1983739844 832389120 22404 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23087/tid=23091] ppid=23073 vsize=812880 CPUtime=0
/proc/23087/task/23091/stat : 23091 (java) S 23073 23073 22099 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1983739844 832389120 22404 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23087/tid=23092] ppid=23073 vsize=812880 CPUtime=0
/proc/23087/task/23092/stat : 23092 (java) S 23073 23073 22099 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 1983739846 832389120 22404 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23087/tid=23093] ppid=23073 vsize=812880 CPUtime=0.41
/proc/23087/task/23093/stat : 23093 (java) S 23073 23073 22099 0 -1 64 959 0 0 0 40 1 0 0 16 0 9 0 1983739846 832389120 22404 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23087/tid=23094] ppid=23073 vsize=812880 CPUtime=0
/proc/23087/task/23094/stat : 23094 (java) S 23073 23073 22099 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 1983739846 832389120 22404 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23087/tid=23095] ppid=23073 vsize=812880 CPUtime=0
/proc/23087/task/23095/stat : 23095 (java) S 23073 23073 22099 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1983739846 832389120 22404 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 543.94
Current children cumulated vsize (KiB) 860460

[startup+546.707 s]
/proc/loadavg: 2.00 2.00 2.00 3/74 23166
/proc/meminfo: memFree=1510288/2055920 swapFree=4180436/4192956
[pid=23073] ppid=23071 vsize=47580 CPUtime=544.03
/proc/23073/stat : 23073 (galacM.sh) S 23071 23073 22099 0 -1 4194304 798 24970 0 1 0 0 54373 30 17 0 1 0 1983739837 48721920 363 996147200 4194304 4520092 548682068832 18446744073709551615 255539211098 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/23073/statm: 11895 363 244 79 0 219 0
[pid=23166] ppid=23073 vsize=27016 CPUtime=0.28
/proc/23166/stat : 23166 (minisat) R 23073 23073 22099 0 -1 4194304 6429 0 0 0 23 5 0 0 19 0 1 0 1983794478 27664384 6410 996147200 134512640 135136200 4294955968 18446744073709551615 134531768 0 0 4096 3 0 0 0 17 1 0 0
/proc/23166/statm: 6754 6410 54 152 0 6599 0
Current children cumulated CPU time (s) 544.31
Current children cumulated vsize (KiB) 74596

[startup+546.902 s]
/proc/loadavg: 2.00 2.00 2.00 3/74 23166
/proc/meminfo: memFree=1510288/2055920 swapFree=4180436/4192956
[pid=23073] ppid=23071 vsize=47580 CPUtime=544.03
/proc/23073/stat : 23073 (galacM.sh) S 23071 23073 22099 0 -1 4194304 798 24970 0 1 0 0 54373 30 17 0 1 0 1983739837 48721920 363 996147200 4194304 4520092 548682068832 18446744073709551615 255539211098 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/23073/statm: 11895 363 244 79 0 219 0
[pid=23166] ppid=23073 vsize=46404 CPUtime=0.47
/proc/23166/stat : 23166 (minisat) R 23073 23073 22099 0 -1 4194304 10411 0 0 0 39 8 0 0 21 0 1 0 1983794478 47517696 10392 996147200 134512640 135136200 4294955968 18446744073709551615 134513687 0 0 4096 3 0 0 0 17 1 0 0
/proc/23166/statm: 11601 10392 54 152 0 11446 0
Current children cumulated CPU time (s) 544.5
Current children cumulated vsize (KiB) 93984

Child status: 0
Real time (s): 546.997
CPU time (s): 544.635
CPU user time (s): 544.213
CPU system time (s): 0.421935
CPU usage (%): 99.5682
Max. virtual memory (cumulated for all children) (KiB): 860460

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 544.213
system time used= 0.421935
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 37041
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= 13273
involuntary context switches= 13677

runsolver used 0.837872 second user time and 1.65775 second system time

The end

Launcher Data (download as text)

Begin job on node48 at 2008-07-03 03:14:36
IDJOB=1050068
IDBENCH=54860
IDSOLVER=350
FILE ID=node48/1050068-1215047676
PBS_JOBID= 7875080
Free space on /tmp= 66540 MiB

SOLVER NAME= galac M
BENCH NAME= CPAI08/csp/pseudo/ttp/normalized-data-8-3.xml
COMMAND LINE= HOME/galacM.sh BENCHNAME 
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1050068-1215047676/watcher-1050068-1215047676 -o /tmp/evaluation-result-1050068-1215047676/solver-1050068-1215047676 -C 1800 -W 2200 -M 900 --output-limit 1,15  HOME/galacM.sh HOME/instance-1050068-1215047676.xml 

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= a80e9ca6f14152a808d5210c0080ccc5
RANDOM SEED=341467991

node48.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.231
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.231
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:       1766712 kB
Buffers:         37884 kB
Cached:         177484 kB
SwapCached:       6720 kB
Active:         134368 kB
Inactive:        94792 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1766712 kB
SwapTotal:     4192956 kB
SwapFree:      4180436 kB
Dirty:            6024 kB
Writeback:           0 kB
Mapped:          20228 kB
Slab:            45364 kB
Committed_AS:  4112216 kB
PageTables:       1696 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= 66536 MiB
End job on node48 at 2008-07-03 03:23:44