Trace number 1094002

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 MSAT 45.7111 46.0101

General information on the benchmark

Namecsp/queens/
normalized-queens-100.xml
MD5SUM3dde0b63013d3cc4747840f0db935897
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 benchmark3.18951
Satisfiable
(Un)Satisfiability was proved
Number of variables100
Number of constraints4950
Maximum constraint arity2
Maximum domain size100
Number of constraints which are defined in extension0
Number of constraints which are defined in intension4950
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.03	c --- Preproc Stats ---
9.31/9.41	c start processing
9.31/9.41	c start relation processing
9.31/9.43	c start cnf exporting
43.23/43.54	c parsing time : 9.287
43.23/43.54	c preprocessing time : 43.414
43.23/43.54	
43.23/43.54	c Nary constraints - conflicts : 0 supports : 0
43.23/43.54	c Binary constraints - conflicts : 4950 supports :0
43.23/43.54	c max arity constraint : 2
43.23/43.54	c Max Tuples generated 10000
43.23/43.54	c relations : 99
43.23/43.54	c relations BDD: 0
43.23/43.54	c sampling 99/99
43.23/43.54	c vars : 10001 - clauses :  1646800
43.23/43.54	
43.23/43.56	 
43.23/43.56	c --- SAT Solver Stats ---
43.23/43.56	 
44.22/44.50	c restarts              : 4
44.22/44.50	c conflicts             : 527            (619 /sec)
44.22/44.50	c decisions             : 16969          (1.28 % random) (19943 /sec)
44.22/44.50	c propagations          : 99261          (116658 /sec)
44.22/44.50	c conflict literals     : 631518         (0.07 % deleted)
44.22/44.50	c Memory used           : 68.06 MB
44.22/44.50	c CPU time              : 0.85087 s
44.22/44.50	
44.22/44.51	s SATISFIABLE
45.62/45.99	v 77 25 2 6 52 31 35 79 67 87 20 78 47 30 83 14 18 21 37 72 86 10 63 56 29 57 66 23 96 54 24 49 44 93 61 28 85 74 81 12 82 99 89 17 58 68 26 19 84 80 70 33 38 4 98 50 48 5 45 9 39 13 100 97 34 76 88 51 46 90 53 59 40 71 75 42 92 62 16 94 55 27 95 64 43 3 1 22 65 36 11 60 41 7 91 15 32 73 69 8

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-1094002-1215278785/watcher-1094002-1215278785 -o /tmp/evaluation-result-1094002-1215278785/solver-1094002-1215278785 -C 1800 -W 2200 -M 900 --output-limit 1,15 HOME/galacM.sh HOME/instance-1094002-1215278785.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: 1.99 2.00 2.00 3/72 8588
/proc/meminfo: memFree=1733904/2055920 swapFree=4192812/4192956
[pid=8588] ppid=8586 vsize=8652 CPUtime=0
/proc/8588/stat : 8588 (galacM.sh) S 8586 8588 8266 0 -1 4194304 346 0 0 0 0 0 0 0 16 0 1 0 139548665 8859648 280 996147200 4194304 4520092 548682068832 18446744073709551615 233588321114 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/8588/statm: 2163 280 208 79 0 156 0
[pid=8589] ppid=8588 vsize=8688 CPUtime=0
/proc/8589/stat : 8589 (galacM.sh) R 8588 8588 8266 0 -1 4194368 47 243 0 0 0 0 0 0 16 0 1 0 139548665 8896512 288 996147200 4194304 4520092 548682068832 18446744073709551615 233588714143 0 65536 4096 73728 0 0 0 17 1 0 0
/proc/8589/statm: 2172 288 210 79 0 165 0

[startup+0.054711 s]
/proc/loadavg: 1.99 2.00 2.00 3/72 8588
/proc/meminfo: memFree=1733904/2055920 swapFree=4192812/4192956
[pid=8588] ppid=8586 vsize=47568 CPUtime=0.01
/proc/8588/stat : 8588 (galacM.sh) S 8586 8588 8266 0 -1 4194304 764 1697 0 0 0 0 0 1 18 0 1 0 139548665 48709632 363 996147200 4194304 4520092 548682068832 18446744073709551615 233588321114 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/8588/statm: 11892 363 244 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47568

[startup+0.102708 s]
/proc/loadavg: 1.99 2.00 2.00 3/72 8588
/proc/meminfo: memFree=1733904/2055920 swapFree=4192812/4192956
[pid=8588] ppid=8586 vsize=47568 CPUtime=0.01
/proc/8588/stat : 8588 (galacM.sh) S 8586 8588 8266 0 -1 4194304 764 1697 0 0 0 0 0 1 18 0 1 0 139548665 48709632 363 996147200 4194304 4520092 548682068832 18446744073709551615 233588321114 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/8588/statm: 11892 363 244 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47568

[startup+0.302731 s]
/proc/loadavg: 1.99 2.00 2.00 3/72 8588
/proc/meminfo: memFree=1733904/2055920 swapFree=4192812/4192956
[pid=8588] ppid=8586 vsize=47568 CPUtime=0.01
/proc/8588/stat : 8588 (galacM.sh) S 8586 8588 8266 0 -1 4194304 764 1697 0 0 0 0 0 1 18 0 1 0 139548665 48709632 363 996147200 4194304 4520092 548682068832 18446744073709551615 233588321114 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/8588/statm: 11892 363 244 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47568

[startup+0.701772 s]
/proc/loadavg: 1.99 2.00 2.00 3/72 8588
/proc/meminfo: memFree=1733904/2055920 swapFree=4192812/4192956
[pid=8588] ppid=8586 vsize=47568 CPUtime=0.01
/proc/8588/stat : 8588 (galacM.sh) S 8586 8588 8266 0 -1 4194304 764 1697 0 0 0 0 0 1 18 0 1 0 139548665 48709632 363 996147200 4194304 4520092 548682068832 18446744073709551615 233588321114 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/8588/statm: 11892 363 244 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47568

[startup+1.50245 s]
/proc/loadavg: 1.99 2.00 2.00 3/82 8610
/proc/meminfo: memFree=1697408/2055920 swapFree=4192812/4192956
[pid=8588] ppid=8586 vsize=47568 CPUtime=0.01
/proc/8588/stat : 8588 (galacM.sh) S 8586 8588 8266 0 -1 4194304 764 1697 0 0 0 0 0 1 18 0 1 0 139548665 48709632 363 996147200 4194304 4520092 548682068832 18446744073709551615 233588321114 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/8588/statm: 11892 363 244 79 0 219 0
[pid=8602] ppid=8588 vsize=812756 CPUtime=1.45
/proc/8602/stat : 8602 (java) S 8588 8588 8266 0 -1 0 15701 0 1 0 137 8 0 0 19 0 9 0 139548668 832262144 15109 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/8602/statm: 203189 15109 1918 9 0 197171 0
[pid=8602/tid=8603] ppid=8588 vsize=812756 CPUtime=1.25
/proc/8602/task/8603/stat : 8603 (java) R 8588 8588 8266 0 -1 64 14188 0 1 0 118 7 0 0 25 0 9 0 139548669 832262144 15109 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8602/tid=8604] ppid=8588 vsize=812756 CPUtime=0
/proc/8602/task/8604/stat : 8604 (java) S 8588 8588 8266 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 139548671 832262144 15109 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=8602/tid=8605] ppid=8588 vsize=812756 CPUtime=0
/proc/8602/task/8605/stat : 8605 (java) S 8588 8588 8266 0 -1 64 11 0 0 0 0 0 0 0 22 0 9 0 139548671 832262144 15109 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8602/tid=8606] ppid=8588 vsize=812756 CPUtime=0
/proc/8602/task/8606/stat : 8606 (java) S 8588 8588 8266 0 -1 64 3 0 0 0 0 0 0 0 23 0 9 0 139548671 832262144 15109 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8602/tid=8607] ppid=8588 vsize=812756 CPUtime=0
/proc/8602/task/8607/stat : 8607 (java) S 8588 8588 8266 0 -1 64 1 0 0 0 0 0 0 0 24 0 9 0 139548673 832262144 15109 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8602/tid=8608] ppid=8588 vsize=812756 CPUtime=0.18
/proc/8602/task/8608/stat : 8608 (java) S 8588 8588 8266 0 -1 64 810 0 0 0 18 0 0 0 15 0 9 0 139548673 832262144 15109 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8602/tid=8609] ppid=8588 vsize=812756 CPUtime=0
/proc/8602/task/8609/stat : 8609 (java) S 8588 8588 8266 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 139548673 832262144 15109 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8602/tid=8610] ppid=8588 vsize=812756 CPUtime=0
/proc/8602/task/8610/stat : 8610 (java) S 8588 8588 8266 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 139548673 832262144 15109 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.46
Current children cumulated vsize (KiB) 860324

[startup+3.10202 s]
/proc/loadavg: 1.99 2.00 2.00 3/82 8610
/proc/meminfo: memFree=1663552/2055920 swapFree=4192812/4192956
[pid=8588] ppid=8586 vsize=47568 CPUtime=0.01
/proc/8588/stat : 8588 (galacM.sh) S 8586 8588 8266 0 -1 4194304 764 1697 0 0 0 0 0 1 18 0 1 0 139548665 48709632 363 996147200 4194304 4520092 548682068832 18446744073709551615 233588321114 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/8588/statm: 11892 363 244 79 0 219 0
[pid=8602] ppid=8588 vsize=812756 CPUtime=3.04
/proc/8602/stat : 8602 (java) S 8588 8588 8266 0 -1 0 21246 0 1 0 293 11 0 0 19 0 9 0 139548668 832262144 20652 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/8602/statm: 203189 20652 1930 9 0 197171 0
[pid=8602/tid=8603] ppid=8588 vsize=812756 CPUtime=2.66
/proc/8602/task/8603/stat : 8603 (java) R 8588 8588 8266 0 -1 64 14575 0 1 0 259 7 0 0 25 0 9 0 139548669 832262144 20652 996147200 134512640 134550740 4294955600 18446744073709551615 102689690 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8602/tid=8604] ppid=8588 vsize=812756 CPUtime=0.03
/proc/8602/task/8604/stat : 8604 (java) S 8588 8588 8266 0 -1 64 5055 0 0 0 2 1 0 0 17 0 9 0 139548671 832262144 20652 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=8602/tid=8605] ppid=8588 vsize=812756 CPUtime=0
/proc/8602/task/8605/stat : 8605 (java) S 8588 8588 8266 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 139548671 832262144 20652 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8602/tid=8606] ppid=8588 vsize=812756 CPUtime=0
/proc/8602/task/8606/stat : 8606 (java) S 8588 8588 8266 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 139548671 832262144 20652 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8602/tid=8607] ppid=8588 vsize=812756 CPUtime=0
/proc/8602/task/8607/stat : 8607 (java) S 8588 8588 8266 0 -1 64 1 0 0 0 0 0 0 0 24 0 9 0 139548673 832262144 20652 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8602/tid=8608] ppid=8588 vsize=812756 CPUtime=0.31
/proc/8602/task/8608/stat : 8608 (java) S 8588 8588 8266 0 -1 64 916 0 0 0 31 0 0 0 16 0 9 0 139548673 832262144 20652 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8602/tid=8609] ppid=8588 vsize=812756 CPUtime=0
/proc/8602/task/8609/stat : 8609 (java) S 8588 8588 8266 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 139548673 832262144 20652 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8602/tid=8610] ppid=8588 vsize=812756 CPUtime=0
/proc/8602/task/8610/stat : 8610 (java) S 8588 8588 8266 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 139548673 832262144 20652 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.05
Current children cumulated vsize (KiB) 860324

[startup+6.30234 s]
/proc/loadavg: 1.99 2.00 2.00 3/82 8610
/proc/meminfo: memFree=1657344/2055920 swapFree=4192812/4192956
[pid=8588] ppid=8586 vsize=47568 CPUtime=0.01
/proc/8588/stat : 8588 (galacM.sh) S 8586 8588 8266 0 -1 4194304 764 1697 0 0 0 0 0 1 18 0 1 0 139548665 48709632 363 996147200 4194304 4520092 548682068832 18446744073709551615 233588321114 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/8588/statm: 11892 363 244 79 0 219 0
[pid=8602] ppid=8588 vsize=812756 CPUtime=6.22
/proc/8602/stat : 8602 (java) S 8588 8588 8266 0 -1 0 21324 0 1 0 611 11 0 0 19 0 9 0 139548668 832262144 20725 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/8602/statm: 203189 20725 1930 9 0 197171 0
[pid=8602/tid=8603] ppid=8588 vsize=812756 CPUtime=5.81
/proc/8602/task/8603/stat : 8603 (java) R 8588 8588 8266 0 -1 64 14580 0 1 0 574 7 0 0 25 0 9 0 139548669 832262144 20725 996147200 134512640 134550740 4294955600 18446744073709551615 102307473 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8602/tid=8604] ppid=8588 vsize=812756 CPUtime=0.04
/proc/8602/task/8604/stat : 8604 (java) S 8588 8588 8266 0 -1 64 5113 0 0 0 3 1 0 0 17 0 9 0 139548671 832262144 20725 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=8602/tid=8605] ppid=8588 vsize=812756 CPUtime=0
/proc/8602/task/8605/stat : 8605 (java) S 8588 8588 8266 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 139548671 832262144 20725 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8602/tid=8606] ppid=8588 vsize=812756 CPUtime=0
/proc/8602/task/8606/stat : 8606 (java) S 8588 8588 8266 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 139548671 832262144 20725 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8602/tid=8607] ppid=8588 vsize=812756 CPUtime=0
/proc/8602/task/8607/stat : 8607 (java) S 8588 8588 8266 0 -1 64 1 0 0 0 0 0 0 0 24 0 9 0 139548673 832262144 20725 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8602/tid=8608] ppid=8588 vsize=812756 CPUtime=0.33
/proc/8602/task/8608/stat : 8608 (java) S 8588 8588 8266 0 -1 64 931 0 0 0 32 1 0 0 15 0 9 0 139548673 832262144 20725 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8602/tid=8609] ppid=8588 vsize=812756 CPUtime=0
/proc/8602/task/8609/stat : 8609 (java) S 8588 8588 8266 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 139548673 832262144 20725 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8602/tid=8610] ppid=8588 vsize=812756 CPUtime=0
/proc/8602/task/8610/stat : 8610 (java) S 8588 8588 8266 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 139548673 832262144 20725 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.23
Current children cumulated vsize (KiB) 860324

[startup+12.703 s]
/proc/loadavg: 1.99 2.00 2.00 3/82 8610
/proc/meminfo: memFree=1654592/2055920 swapFree=4192812/4192956
[pid=8588] ppid=8586 vsize=47568 CPUtime=0.01
/proc/8588/stat : 8588 (galacM.sh) S 8586 8588 8266 0 -1 4194304 764 1697 0 0 0 0 0 1 18 0 1 0 139548665 48709632 363 996147200 4194304 4520092 548682068832 18446744073709551615 233588321114 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/8588/statm: 11892 363 244 79 0 219 0
[pid=8602] ppid=8588 vsize=812756 CPUtime=12.59
/proc/8602/stat : 8602 (java) S 8588 8588 8266 0 -1 0 21485 0 1 0 1245 14 0 0 19 0 9 0 139548668 832262144 20875 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/8602/statm: 203189 20875 1942 9 0 197171 0
[pid=8602/tid=8603] ppid=8588 vsize=812756 CPUtime=12.11
/proc/8602/task/8603/stat : 8603 (java) R 8588 8588 8266 0 -1 64 14622 0 1 0 1201 10 0 0 25 0 9 0 139548669 832262144 20875 996147200 134512640 134550740 4294955600 18446744073709551615 4127322752 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8602/tid=8604] ppid=8588 vsize=812756 CPUtime=0.08
/proc/8602/task/8604/stat : 8604 (java) S 8588 8588 8266 0 -1 64 5203 0 0 0 6 2 0 0 16 0 9 0 139548671 832262144 20875 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=8602/tid=8605] ppid=8588 vsize=812756 CPUtime=0
/proc/8602/task/8605/stat : 8605 (java) S 8588 8588 8266 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 139548671 832262144 20875 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8602/tid=8606] ppid=8588 vsize=812756 CPUtime=0
/proc/8602/task/8606/stat : 8606 (java) S 8588 8588 8266 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 139548671 832262144 20875 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8602/tid=8607] ppid=8588 vsize=812756 CPUtime=0
/proc/8602/task/8607/stat : 8607 (java) S 8588 8588 8266 0 -1 64 1 0 0 0 0 0 0 0 24 0 9 0 139548673 832262144 20875 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8602/tid=8608] ppid=8588 vsize=812756 CPUtime=0.38
/proc/8602/task/8608/stat : 8608 (java) S 8588 8588 8266 0 -1 64 960 0 0 0 37 1 0 0 15 0 9 0 139548673 832262144 20875 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8602/tid=8609] ppid=8588 vsize=812756 CPUtime=0
/proc/8602/task/8609/stat : 8609 (java) S 8588 8588 8266 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 139548673 832262144 20875 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8602/tid=8610] ppid=8588 vsize=812756 CPUtime=0
/proc/8602/task/8610/stat : 8610 (java) S 8588 8588 8266 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 139548673 832262144 20875 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.6
Current children cumulated vsize (KiB) 860324

[startup+25.5023 s]
/proc/loadavg: 1.99 2.00 2.00 3/82 8610
/proc/meminfo: memFree=1644608/2055920 swapFree=4192812/4192956
[pid=8588] ppid=8586 vsize=47568 CPUtime=0.01
/proc/8588/stat : 8588 (galacM.sh) S 8586 8588 8266 0 -1 4194304 764 1697 0 0 0 0 0 1 18 0 1 0 139548665 48709632 363 996147200 4194304 4520092 548682068832 18446744073709551615 233588321114 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/8588/statm: 11892 363 244 79 0 219 0
[pid=8602] ppid=8588 vsize=812756 CPUtime=25.32
/proc/8602/stat : 8602 (java) S 8588 8588 8266 0 -1 0 21677 0 1 0 2513 19 0 0 19 0 9 0 139548668 832262144 21041 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/8602/statm: 203189 21041 1942 9 0 197171 0
[pid=8602/tid=8603] ppid=8588 vsize=812756 CPUtime=24.8
/proc/8602/task/8603/stat : 8603 (java) R 8588 8588 8266 0 -1 64 14649 0 1 0 2466 14 0 0 25 0 9 0 139548669 832262144 21041 996147200 134512640 134550740 4294955600 18446744073709551615 4127366528 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8602/tid=8604] ppid=8588 vsize=812756 CPUtime=0.1
/proc/8602/task/8604/stat : 8604 (java) S 8588 8588 8266 0 -1 64 5364 0 0 0 8 2 0 0 16 0 9 0 139548671 832262144 21041 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=8602/tid=8605] ppid=8588 vsize=812756 CPUtime=0
/proc/8602/task/8605/stat : 8605 (java) S 8588 8588 8266 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 139548671 832262144 21041 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8602/tid=8606] ppid=8588 vsize=812756 CPUtime=0
/proc/8602/task/8606/stat : 8606 (java) S 8588 8588 8266 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 139548671 832262144 21041 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8602/tid=8607] ppid=8588 vsize=812756 CPUtime=0
/proc/8602/task/8607/stat : 8607 (java) S 8588 8588 8266 0 -1 64 1 0 0 0 0 0 0 0 24 0 9 0 139548673 832262144 21041 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8602/tid=8608] ppid=8588 vsize=812756 CPUtime=0.39
/proc/8602/task/8608/stat : 8608 (java) S 8588 8588 8266 0 -1 64 964 0 0 0 38 1 0 0 16 0 9 0 139548673 832262144 21041 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8602/tid=8609] ppid=8588 vsize=812756 CPUtime=0
/proc/8602/task/8609/stat : 8609 (java) S 8588 8588 8266 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 139548673 832262144 21041 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8602/tid=8610] ppid=8588 vsize=812756 CPUtime=0
/proc/8602/task/8610/stat : 8610 (java) S 8588 8588 8266 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 139548673 832262144 21041 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 25.33
Current children cumulated vsize (KiB) 860324

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

[startup+38.3026 s]
/proc/loadavg: 1.99 2.00 2.00 4/82 8610
/proc/meminfo: memFree=1637312/2055920 swapFree=4192812/4192956
[pid=8588] ppid=8586 vsize=47568 CPUtime=0.01
/proc/8588/stat : 8588 (galacM.sh) S 8586 8588 8266 0 -1 4194304 764 1697 0 0 0 0 0 1 18 0 1 0 139548665 48709632 363 996147200 4194304 4520092 548682068832 18446744073709551615 233588321114 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/8588/statm: 11892 363 244 79 0 219 0
[pid=8602] ppid=8588 vsize=812756 CPUtime=38.05
/proc/8602/stat : 8602 (java) S 8588 8588 8266 0 -1 0 21700 0 1 0 3783 22 0 0 19 0 9 0 139548668 832262144 21041 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/8602/statm: 203189 21041 1942 9 0 197171 0
[pid=8602/tid=8603] ppid=8588 vsize=812756 CPUtime=37.53
/proc/8602/task/8603/stat : 8603 (java) R 8588 8588 8266 0 -1 64 14672 0 1 0 3735 18 0 0 25 0 9 0 139548669 832262144 21041 996147200 134512640 134550740 4294955600 18446744073709551615 4127405409 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8602/tid=8604] ppid=8588 vsize=812756 CPUtime=0.11
/proc/8602/task/8604/stat : 8604 (java) S 8588 8588 8266 0 -1 64 5364 0 0 0 9 2 0 0 16 0 9 0 139548671 832262144 21041 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=8602/tid=8605] ppid=8588 vsize=812756 CPUtime=0
/proc/8602/task/8605/stat : 8605 (java) S 8588 8588 8266 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 139548671 832262144 21041 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8602/tid=8606] ppid=8588 vsize=812756 CPUtime=0
/proc/8602/task/8606/stat : 8606 (java) S 8588 8588 8266 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 139548671 832262144 21041 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8602/tid=8607] ppid=8588 vsize=812756 CPUtime=0
/proc/8602/task/8607/stat : 8607 (java) S 8588 8588 8266 0 -1 64 1 0 0 0 0 0 0 0 24 0 9 0 139548673 832262144 21041 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8602/tid=8608] ppid=8588 vsize=812756 CPUtime=0.39
/proc/8602/task/8608/stat : 8608 (java) S 8588 8588 8266 0 -1 64 964 0 0 0 38 1 0 0 16 0 9 0 139548673 832262144 21041 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8602/tid=8609] ppid=8588 vsize=812756 CPUtime=0
/proc/8602/task/8609/stat : 8609 (java) S 8588 8588 8266 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 139548673 832262144 21041 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8602/tid=8610] ppid=8588 vsize=812756 CPUtime=0
/proc/8602/task/8610/stat : 8610 (java) S 8588 8588 8266 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 139548673 832262144 21041 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 38.06
Current children cumulated vsize (KiB) 860324

[startup+41.5029 s]
/proc/loadavg: 1.99 2.00 2.00 3/82 8610
/proc/meminfo: memFree=1635328/2055920 swapFree=4192812/4192956
[pid=8588] ppid=8586 vsize=47568 CPUtime=0.01
/proc/8588/stat : 8588 (galacM.sh) S 8586 8588 8266 0 -1 4194304 764 1697 0 0 0 0 0 1 18 0 1 0 139548665 48709632 363 996147200 4194304 4520092 548682068832 18446744073709551615 233588321114 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/8588/statm: 11892 363 244 79 0 219 0
[pid=8602] ppid=8588 vsize=812756 CPUtime=41.24
/proc/8602/stat : 8602 (java) S 8588 8588 8266 0 -1 0 21706 0 1 0 4100 24 0 0 19 0 9 0 139548668 832262144 21041 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/8602/statm: 203189 21041 1942 9 0 197171 0
[pid=8602/tid=8603] ppid=8588 vsize=812756 CPUtime=40.71
/proc/8602/task/8603/stat : 8603 (java) R 8588 8588 8266 0 -1 64 14678 0 1 0 4052 19 0 0 25 0 9 0 139548669 832262144 21041 996147200 134512640 134550740 4294955600 18446744073709551615 4126730634 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8602/tid=8604] ppid=8588 vsize=812756 CPUtime=0.12
/proc/8602/task/8604/stat : 8604 (java) S 8588 8588 8266 0 -1 64 5364 0 0 0 10 2 0 0 16 0 9 0 139548671 832262144 21041 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=8602/tid=8605] ppid=8588 vsize=812756 CPUtime=0
/proc/8602/task/8605/stat : 8605 (java) S 8588 8588 8266 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 139548671 832262144 21041 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8602/tid=8606] ppid=8588 vsize=812756 CPUtime=0
/proc/8602/task/8606/stat : 8606 (java) S 8588 8588 8266 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 139548671 832262144 21041 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8602/tid=8607] ppid=8588 vsize=812756 CPUtime=0
/proc/8602/task/8607/stat : 8607 (java) S 8588 8588 8266 0 -1 64 1 0 0 0 0 0 0 0 24 0 9 0 139548673 832262144 21041 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8602/tid=8608] ppid=8588 vsize=812756 CPUtime=0.39
/proc/8602/task/8608/stat : 8608 (java) S 8588 8588 8266 0 -1 64 964 0 0 0 38 1 0 0 16 0 9 0 139548673 832262144 21041 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8602/tid=8609] ppid=8588 vsize=812756 CPUtime=0
/proc/8602/task/8609/stat : 8609 (java) S 8588 8588 8266 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 139548673 832262144 21041 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8602/tid=8610] ppid=8588 vsize=812756 CPUtime=0
/proc/8602/task/8610/stat : 8610 (java) S 8588 8588 8266 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 139548673 832262144 21041 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 41.25
Current children cumulated vsize (KiB) 860324

[startup+43.1021 s]
/proc/loadavg: 1.99 2.00 2.00 3/82 8610
/proc/meminfo: memFree=1634048/2055920 swapFree=4192812/4192956
[pid=8588] ppid=8586 vsize=47568 CPUtime=0.01
/proc/8588/stat : 8588 (galacM.sh) S 8586 8588 8266 0 -1 4194304 764 1697 0 0 0 0 0 1 18 0 1 0 139548665 48709632 363 996147200 4194304 4520092 548682068832 18446744073709551615 233588321114 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/8588/statm: 11892 363 244 79 0 219 0
[pid=8602] ppid=8588 vsize=812756 CPUtime=42.83
/proc/8602/stat : 8602 (java) S 8588 8588 8266 0 -1 0 21709 0 1 0 4259 24 0 0 19 0 9 0 139548668 832262144 21041 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/8602/statm: 203189 21041 1942 9 0 197171 0
[pid=8602/tid=8603] ppid=8588 vsize=812756 CPUtime=42.3
/proc/8602/task/8603/stat : 8603 (java) R 8588 8588 8266 0 -1 64 14681 0 1 0 4210 20 0 0 25 0 9 0 139548669 832262144 21041 996147200 134512640 134550740 4294955600 18446744073709551615 4127373270 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8602/tid=8604] ppid=8588 vsize=812756 CPUtime=0.12
/proc/8602/task/8604/stat : 8604 (java) S 8588 8588 8266 0 -1 64 5364 0 0 0 10 2 0 0 16 0 9 0 139548671 832262144 21041 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=8602/tid=8605] ppid=8588 vsize=812756 CPUtime=0
/proc/8602/task/8605/stat : 8605 (java) S 8588 8588 8266 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 139548671 832262144 21041 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8602/tid=8606] ppid=8588 vsize=812756 CPUtime=0
/proc/8602/task/8606/stat : 8606 (java) S 8588 8588 8266 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 139548671 832262144 21041 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8602/tid=8607] ppid=8588 vsize=812756 CPUtime=0
/proc/8602/task/8607/stat : 8607 (java) S 8588 8588 8266 0 -1 64 1 0 0 0 0 0 0 0 24 0 9 0 139548673 832262144 21041 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8602/tid=8608] ppid=8588 vsize=812756 CPUtime=0.39
/proc/8602/task/8608/stat : 8608 (java) S 8588 8588 8266 0 -1 64 964 0 0 0 38 1 0 0 16 0 9 0 139548673 832262144 21041 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8602/tid=8609] ppid=8588 vsize=812756 CPUtime=0
/proc/8602/task/8609/stat : 8609 (java) S 8588 8588 8266 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 139548673 832262144 21041 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8602/tid=8610] ppid=8588 vsize=812756 CPUtime=0
/proc/8602/task/8610/stat : 8610 (java) S 8588 8588 8266 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 139548673 832262144 21041 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 42.84
Current children cumulated vsize (KiB) 860324

[startup+44.7012 s]
/proc/loadavg: 1.99 2.00 2.00 3/74 8611
/proc/meminfo: memFree=1677120/2055920 swapFree=4192812/4192956
[pid=8588] ppid=8586 vsize=47568 CPUtime=44.26
/proc/8588/stat : 8588 (galacM.sh) S 8586 8588 8266 0 -1 4194304 835 40057 0 1 0 0 4389 37 16 0 1 0 139548665 48709632 364 996147200 4194304 4520092 548682068832 18446744073709551615 233588883538 0 0 4096 73728 18446744071563648864 0 0 17 1 0 0
/proc/8588/statm: 11892 364 244 79 0 219 0
Current children cumulated CPU time (s) 44.26
Current children cumulated vsize (KiB) 47568

[startup+45.5013 s]
/proc/loadavg: 1.99 2.00 2.00 4/82 8620
/proc/meminfo: memFree=1698304/2055920 swapFree=4192812/4192956
[pid=8588] ppid=8586 vsize=47568 CPUtime=44.26
/proc/8588/stat : 8588 (galacM.sh) S 8586 8588 8266 0 -1 4194304 835 40057 0 1 0 0 4389 37 16 0 1 0 139548665 48709632 364 996147200 4194304 4520092 548682068832 18446744073709551615 233588883538 0 0 4096 73728 18446744071563648864 0 0 17 1 0 0
/proc/8588/statm: 11892 364 244 79 0 219 0
[pid=8612] ppid=8588 vsize=812768 CPUtime=0.96
/proc/8612/stat : 8612 (java) S 8588 8588 8266 0 -1 0 8019 0 1 0 91 5 0 0 18 0 9 0 139553117 832274432 7441 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 3670016 16800975 18446744073709551615 0 0 17 1 0 0
/proc/8612/statm: 203192 7442 1856 9 0 197174 0
[pid=8612/tid=8613] ppid=8588 vsize=812768 CPUtime=0.69
/proc/8612/task/8613/stat : 8613 (java) R 8588 8588 8266 0 -1 64 6419 0 1 0 65 4 0 0 23 0 9 0 139553118 832274432 7442 996147200 134512640 134550740 4294955616 18446744073709551615 4126713942 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=8612/tid=8614] ppid=8588 vsize=812768 CPUtime=0
/proc/8612/task/8614/stat : 8614 (java) S 8588 8588 8266 0 -1 64 4 0 0 0 0 0 0 0 19 0 9 0 139553119 832274432 7443 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 3670016 16800975 0 0 0 -1 1 0 0
[pid=8612/tid=8615] ppid=8588 vsize=812768 CPUtime=0
/proc/8612/task/8615/stat : 8615 (java) S 8588 8588 8266 0 -1 64 11 0 0 0 0 0 0 0 19 0 9 0 139553120 832274432 7443 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=8612/tid=8616] ppid=8588 vsize=812768 CPUtime=0
/proc/8612/task/8616/stat : 8616 (java) S 8588 8588 8266 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 139553120 832274432 7443 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=8612/tid=8617] ppid=8588 vsize=812768 CPUtime=0
/proc/8612/task/8617/stat : 8617 (java) S 8588 8588 8266 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 139553122 832274432 7443 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=8612/tid=8618] ppid=8588 vsize=812768 CPUtime=0.25
/proc/8612/task/8618/stat : 8618 (java) S 8588 8588 8266 0 -1 64 887 0 0 0 25 0 0 0 16 0 9 0 139553122 832274432 7443 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=8612/tid=8619] ppid=8588 vsize=812768 CPUtime=0
/proc/8612/task/8619/stat : 8619 (java) S 8588 8588 8266 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 139553122 832274432 7444 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=8612/tid=8620] ppid=8588 vsize=812768 CPUtime=0
/proc/8612/task/8620/stat : 8620 (java) S 8588 8588 8266 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 139553122 832274432 7444 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 45.22
Current children cumulated vsize (KiB) 860336

[startup+45.9014 s]
/proc/loadavg: 1.99 2.00 2.00 4/82 8620
/proc/meminfo: memFree=1698304/2055920 swapFree=4192812/4192956
[pid=8588] ppid=8586 vsize=47568 CPUtime=44.26
/proc/8588/stat : 8588 (galacM.sh) S 8586 8588 8266 0 -1 4194304 835 40057 0 1 0 0 4389 37 16 0 1 0 139548665 48709632 364 996147200 4194304 4520092 548682068832 18446744073709551615 233588883538 0 0 4096 73728 18446744071563648864 0 0 17 1 0 0
/proc/8588/statm: 11892 364 244 79 0 219 0
[pid=8612] ppid=8588 vsize=812880 CPUtime=1.36
/proc/8612/stat : 8612 (java) S 8588 8588 8266 0 -1 0 13109 0 1 0 128 8 0 0 18 0 9 0 139553117 832389120 12490 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 3670016 16800975 18446744073709551615 0 0 17 1 0 0
/proc/8612/statm: 203220 12492 1911 9 0 197174 0
[pid=8612/tid=8613] ppid=8588 vsize=812880 CPUtime=1.07
/proc/8612/task/8613/stat : 8613 (java) R 8588 8588 8266 0 -1 64 11495 0 1 0 100 7 0 0 18 0 9 0 139553118 832389120 12493 996147200 134512640 134550740 4294955616 18446744073709551615 4127165869 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=8612/tid=8614] ppid=8588 vsize=812880 CPUtime=0
/proc/8612/task/8614/stat : 8614 (java) S 8588 8588 8266 0 -1 64 5 0 0 0 0 0 0 0 17 0 9 0 139553119 832389120 12494 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 3670016 16800975 0 0 0 -1 1 0 0
[pid=8612/tid=8615] ppid=8588 vsize=812880 CPUtime=0
/proc/8612/task/8615/stat : 8615 (java) S 8588 8588 8266 0 -1 64 11 0 0 0 0 0 0 0 19 0 9 0 139553120 832389120 12495 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=8612/tid=8616] ppid=8588 vsize=812880 CPUtime=0
/proc/8612/task/8616/stat : 8616 (java) S 8588 8588 8266 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 139553120 832389120 12497 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=8612/tid=8617] ppid=8588 vsize=812880 CPUtime=0
/proc/8612/task/8617/stat : 8617 (java) S 8588 8588 8266 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 139553122 832389120 12498 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=8612/tid=8618] ppid=8588 vsize=812880 CPUtime=0.28
/proc/8612/task/8618/stat : 8618 (java) S 8588 8588 8266 0 -1 64 902 0 0 0 27 1 0 0 16 0 9 0 139553122 832389120 12499 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=8612/tid=8619] ppid=8588 vsize=812880 CPUtime=0
/proc/8612/task/8619/stat : 8619 (java) S 8588 8588 8266 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 139553122 832389120 12501 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=8612/tid=8620] ppid=8588 vsize=812880 CPUtime=0
/proc/8612/task/8620/stat : 8620 (java) S 8588 8588 8266 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 139553122 832389120 12502 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 45.62
Current children cumulated vsize (KiB) 860448

[startup+46.0014 s]
/proc/loadavg: 1.99 2.00 2.00 4/82 8620
/proc/meminfo: memFree=1698304/2055920 swapFree=4192812/4192956
[pid=8588] ppid=8586 vsize=47576 CPUtime=45.68
/proc/8588/stat : 8588 (galacM.sh) S 8586 8588 8266 0 -1 4194304 881 54093 0 2 0 1 4520 47 16 0 1 0 139548665 48717824 367 996147200 4194304 4520092 548682068832 18446744073709551615 233588321114 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/8588/statm: 11894 367 244 79 0 221 0
Current children cumulated CPU time (s) 45.68
Current children cumulated vsize (KiB) 47576

Child status: 0
Real time (s): 46.0101
CPU time (s): 45.7111
CPU user time (s): 45.2091
CPU system time (s): 0.501923
CPU usage (%): 99.35
Max. virtual memory (cumulated for all children) (KiB): 860448

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 45.2091
system time used= 0.501923
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 55132
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= 3756
involuntary context switches= 4224

runsolver used 0.069989 second user time and 0.154976 second system time

The end

Launcher Data (download as text)

Begin job on node27 at 2008-07-05 19:26:25
IDJOB=1094002
IDBENCH=58740
IDSOLVER=350
FILE ID=node27/1094002-1215278785
PBS_JOBID= 7882267
Free space on /tmp= 66464 MiB

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

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 3dde0b63013d3cc4747840f0db935897
RANDOM SEED=1274626266

node27.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		: 2800.188
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	: 5521.40
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		: 2800.188
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:       1734384 kB
Buffers:         45444 kB
Cached:         198540 kB
SwapCached:          0 kB
Active:         161448 kB
Inactive:       104308 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1734384 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            3660 kB
Writeback:           0 kB
Mapped:          35052 kB
Slab:            41388 kB
Committed_AS:   474808 kB
PageTables:       1516 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264948 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66460 MiB
End job on node27 at 2008-07-05 19:27:12