Trace number 1094003

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
galac ESAT 258.006 259.163

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 ---
8.62/8.80	c start processing
8.62/8.80	c start relation processing
8.72/8.81	c start cnf exporting
40.85/41.11	c parsing time : 8.685
40.85/41.11	c preprocessing time : 40.995
40.85/41.11	
40.85/41.11	c Nary constraints - conflicts : 0 supports : 0
40.85/41.11	c Binary constraints - conflicts : 4950 supports :0
40.85/41.11	c max arity constraint : 2
40.85/41.11	c Max Tuples generated 10000
40.85/41.11	c relations : 99
40.85/41.11	c relations BDD: 0
40.85/41.11	c sampling 99/99
40.85/41.11	c vars : 10001 - clauses :  1646800
40.85/41.11	
40.85/41.17	 
40.85/41.17	c --- SAT Solver Stats ---
40.85/41.17	 
40.85/41.17	c eSAT 0.1 : minisat core with additionnal features
40.85/41.17	c ============================[ Problem Statistics ]=============================
40.85/41.17	c |                                                                             |
40.85/41.17	c |  Number of variables:  10000                                                |
40.85/41.17	c |  Number of clauses:    1646800                                              |
41.80/42.13	c |  Parsing time:         0.84         s                                       |
256.56/257.71	c restarts              : 11
256.56/257.71	c conflicts             : 20             (0 /sec)
256.56/257.71	c decisions             : 25676          (57.03 % random) (119 /sec)
256.56/257.71	c euip                  : 0           
256.56/257.71	c propagations          : 108648         (504 /sec)
256.56/257.71	c conflict literals     : 12482          (2.51 % deleted)
256.56/257.71	c Memory used           : 106.29 MB
256.56/257.71	c CPU time              : 215.545 s
256.56/257.71	c 
256.56/257.71	s SATISFIABLE
257.94/259.15	v 13 31 70 55 23 52 76 66 59 12 9 78 6 27 25 75 21 92 98 1 11 48 42 3 17 58 49 43 28 7 20 56 53 81 72 97 32 86 99 73 85 94 5 51 80 91 87 33 15 4 45 10 41 26 93 84 74 83 30 44 67 89 60 8 14 19 54 37 77 22 47 95 46 38 18 35 88 79 65 96 61 57 39 24 90 69 16 62 71 68 82 40 63 36 34 2 64 29 50 100

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-1094003-1215278787/watcher-1094003-1215278787 -o /tmp/evaluation-result-1094003-1215278787/solver-1094003-1215278787 -C 1800 -W 2200 -M 900 --output-limit 1,15 HOME/galacE.sh HOME/instance-1094003-1215278787.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.23 2.05 2.01 4/81 4769
/proc/meminfo: memFree=1695256/2055920 swapFree=4177348/4192956
[pid=4769] ppid=4767 vsize=8652 CPUtime=0
/proc/4769/stat : 4769 (galacE.sh) R 4767 4769 3702 0 -1 4194304 334 0 0 0 0 0 0 0 18 0 1 0 650798844 8859648 279 996147200 4194304 4520092 548682068832 18446744073709551615 243665529503 0 65538 4096 73728 0 0 0 17 0 0 0
/proc/4769/statm: 2163 279 207 79 0 156 0
[pid=4770] ppid=4769 vsize=8688 CPUtime=0
/proc/4770/stat : 4770 (galacE.sh) R 4769 4769 3702 0 -1 4194368 26 0 0 0 0 0 0 0 18 0 1 0 650798844 8896512 286 996147200 4194304 4520092 548682068832 18446744073709551615 243665529503 0 65536 4096 73728 0 0 0 17 0 0 0
/proc/4770/statm: 2172 286 209 79 0 165 0
[pid=4771] ppid=4770 vsize=8700 CPUtime=0
/proc/4771/stat : 4771 (galacE.sh) R 4770 4769 3702 0 -1 4194368 18 0 0 0 0 0 0 0 18 0 1 0 650798844 8908800 288 996147200 4194304 4520092 548682068832 18446744073709551615 4297456 0 0 4096 73728 0 0 0 17 0 0 0
/proc/4771/statm: 2177 288 209 79 0 170 0

[startup+0.0533571 s]
/proc/loadavg: 2.23 2.05 2.01 4/81 4769
/proc/meminfo: memFree=1695256/2055920 swapFree=4177348/4192956
[pid=4769] ppid=4767 vsize=47560 CPUtime=0.01
/proc/4769/stat : 4769 (galacE.sh) S 4767 4769 3702 0 -1 4194304 764 1697 0 0 0 0 0 1 18 0 1 0 650798844 48701440 363 996147200 4194304 4520092 548682068832 18446744073709551615 243665136474 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/4769/statm: 11890 363 244 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47560

[startup+0.102357 s]
/proc/loadavg: 2.23 2.05 2.01 4/81 4769
/proc/meminfo: memFree=1695256/2055920 swapFree=4177348/4192956
[pid=4769] ppid=4767 vsize=47560 CPUtime=0.01
/proc/4769/stat : 4769 (galacE.sh) S 4767 4769 3702 0 -1 4194304 764 1697 0 0 0 0 0 1 18 0 1 0 650798844 48701440 363 996147200 4194304 4520092 548682068832 18446744073709551615 243665136474 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/4769/statm: 11890 363 244 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47560

[startup+0.301376 s]
/proc/loadavg: 2.23 2.05 2.01 4/81 4769
/proc/meminfo: memFree=1695256/2055920 swapFree=4177348/4192956
[pid=4769] ppid=4767 vsize=47560 CPUtime=0.01
/proc/4769/stat : 4769 (galacE.sh) S 4767 4769 3702 0 -1 4194304 764 1697 0 0 0 0 0 1 18 0 1 0 650798844 48701440 363 996147200 4194304 4520092 548682068832 18446744073709551615 243665136474 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/4769/statm: 11890 363 244 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47560

[startup+0.701418 s]
/proc/loadavg: 2.23 2.05 2.01 4/81 4769
/proc/meminfo: memFree=1695256/2055920 swapFree=4177348/4192956
[pid=4769] ppid=4767 vsize=47560 CPUtime=0.01
/proc/4769/stat : 4769 (galacE.sh) S 4767 4769 3702 0 -1 4194304 764 1697 0 0 0 0 0 1 18 0 1 0 650798844 48701440 363 996147200 4194304 4520092 548682068832 18446744073709551615 243665136474 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/4769/statm: 11890 363 244 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47560

[startup+1.5025 s]
/proc/loadavg: 2.23 2.05 2.01 3/91 4791
/proc/meminfo: memFree=1657416/2055920 swapFree=4177348/4192956
[pid=4769] ppid=4767 vsize=47560 CPUtime=0.01
/proc/4769/stat : 4769 (galacE.sh) S 4767 4769 3702 0 -1 4194304 764 1697 0 0 0 0 0 1 18 0 1 0 650798844 48701440 363 996147200 4194304 4520092 548682068832 18446744073709551615 243665136474 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/4769/statm: 11890 363 244 79 0 219 0
[pid=4783] ppid=4769 vsize=812760 CPUtime=1.44
/proc/4783/stat : 4783 (java) S 4769 4769 3702 0 -1 0 19749 0 1 0 134 10 0 0 20 0 9 0 650798847 832266240 19156 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/4783/statm: 203190 19156 1928 9 0 197171 0
[pid=4783/tid=4784] ppid=4769 vsize=812760 CPUtime=1.21
/proc/4783/task/4784/stat : 4784 (java) R 4769 4769 3702 0 -1 64 14572 0 1 0 114 7 0 0 25 0 9 0 650798848 832266240 19156 996147200 134512640 134550740 4294955600 18446744073709551615 102064721 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4783/tid=4785] ppid=4769 vsize=812760 CPUtime=0.03
/proc/4783/task/4785/stat : 4785 (java) S 4769 4769 3702 0 -1 64 3664 0 0 0 2 1 0 0 16 0 9 0 650798849 832266240 19156 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=4783/tid=4786] ppid=4769 vsize=812760 CPUtime=0
/proc/4783/task/4786/stat : 4786 (java) S 4769 4769 3702 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 650798849 832266240 19156 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4783/tid=4787] ppid=4769 vsize=812760 CPUtime=0
/proc/4783/task/4787/stat : 4787 (java) S 4769 4769 3702 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 650798849 832266240 19156 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4783/tid=4788] ppid=4769 vsize=812760 CPUtime=0
/proc/4783/task/4788/stat : 4788 (java) S 4769 4769 3702 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 650798851 832266240 19156 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4783/tid=4789] ppid=4769 vsize=812760 CPUtime=0.18
/proc/4783/task/4789/stat : 4789 (java) S 4769 4769 3702 0 -1 64 814 0 0 0 18 0 0 0 15 0 9 0 650798851 832266240 19156 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4783/tid=4790] ppid=4769 vsize=812760 CPUtime=0
/proc/4783/task/4790/stat : 4790 (java) S 4769 4769 3702 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 650798851 832266240 19156 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4783/tid=4791] ppid=4769 vsize=812760 CPUtime=0
/proc/4783/task/4791/stat : 4791 (java) S 4769 4769 3702 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 650798851 832266240 19156 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) 860320

[startup+3.10166 s]
/proc/loadavg: 2.23 2.05 2.01 3/91 4791
/proc/meminfo: memFree=1625096/2055920 swapFree=4177348/4192956
[pid=4769] ppid=4767 vsize=47560 CPUtime=0.01
/proc/4769/stat : 4769 (galacE.sh) S 4767 4769 3702 0 -1 4194304 764 1697 0 0 0 0 0 1 18 0 1 0 650798844 48701440 363 996147200 4194304 4520092 548682068832 18446744073709551615 243665136474 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/4769/statm: 11890 363 244 79 0 219 0
[pid=4783] ppid=4769 vsize=812760 CPUtime=3.04
/proc/4783/stat : 4783 (java) S 4769 4769 3702 0 -1 0 21245 0 1 0 293 11 0 0 20 0 9 0 650798847 832266240 20651 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/4783/statm: 203190 20651 1929 9 0 197171 0
[pid=4783/tid=4784] ppid=4769 vsize=812760 CPUtime=2.69
/proc/4783/task/4784/stat : 4784 (java) R 4769 4769 3702 0 -1 64 14574 0 1 0 261 8 0 0 25 0 9 0 650798848 832266240 20651 996147200 134512640 134550740 4294955600 18446744073709551615 4125952119 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4783/tid=4785] ppid=4769 vsize=812760 CPUtime=0.03
/proc/4783/task/4785/stat : 4785 (java) S 4769 4769 3702 0 -1 64 5056 0 0 0 2 1 0 0 17 0 9 0 650798849 832266240 20651 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=4783/tid=4786] ppid=4769 vsize=812760 CPUtime=0
/proc/4783/task/4786/stat : 4786 (java) S 4769 4769 3702 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 650798849 832266240 20651 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4783/tid=4787] ppid=4769 vsize=812760 CPUtime=0
/proc/4783/task/4787/stat : 4787 (java) S 4769 4769 3702 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 650798849 832266240 20651 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4783/tid=4788] ppid=4769 vsize=812760 CPUtime=0
/proc/4783/task/4788/stat : 4788 (java) S 4769 4769 3702 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 650798851 832266240 20651 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4783/tid=4789] ppid=4769 vsize=812760 CPUtime=0.29
/proc/4783/task/4789/stat : 4789 (java) S 4769 4769 3702 0 -1 64 916 0 0 0 28 1 0 0 15 0 9 0 650798851 832266240 20651 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4783/tid=4790] ppid=4769 vsize=812760 CPUtime=0
/proc/4783/task/4790/stat : 4790 (java) S 4769 4769 3702 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 650798851 832266240 20651 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4783/tid=4791] ppid=4769 vsize=812760 CPUtime=0
/proc/4783/task/4791/stat : 4791 (java) S 4769 4769 3702 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 650798851 832266240 20651 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) 860320

[startup+6.30199 s]
/proc/loadavg: 2.21 2.05 2.01 3/91 4791
/proc/meminfo: memFree=1618952/2055920 swapFree=4177348/4192956
[pid=4769] ppid=4767 vsize=47560 CPUtime=0.01
/proc/4769/stat : 4769 (galacE.sh) S 4767 4769 3702 0 -1 4194304 764 1697 0 0 0 0 0 1 18 0 1 0 650798844 48701440 363 996147200 4194304 4520092 548682068832 18446744073709551615 243665136474 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/4769/statm: 11890 363 244 79 0 219 0
[pid=4783] ppid=4769 vsize=812760 CPUtime=6.22
/proc/4783/stat : 4783 (java) S 4769 4769 3702 0 -1 0 21323 0 1 0 610 12 0 0 20 0 9 0 650798847 832266240 20724 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/4783/statm: 203190 20724 1929 9 0 197171 0
[pid=4783/tid=4784] ppid=4769 vsize=812760 CPUtime=5.84
/proc/4783/task/4784/stat : 4784 (java) R 4769 4769 3702 0 -1 64 14579 0 1 0 576 8 0 0 25 0 9 0 650798848 832266240 20724 996147200 134512640 134550740 4294955600 18446744073709551615 102887929 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4783/tid=4785] ppid=4769 vsize=812760 CPUtime=0.04
/proc/4783/task/4785/stat : 4785 (java) S 4769 4769 3702 0 -1 64 5114 0 0 0 3 1 0 0 16 0 9 0 650798849 832266240 20724 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=4783/tid=4786] ppid=4769 vsize=812760 CPUtime=0
/proc/4783/task/4786/stat : 4786 (java) S 4769 4769 3702 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 650798849 832266240 20724 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4783/tid=4787] ppid=4769 vsize=812760 CPUtime=0
/proc/4783/task/4787/stat : 4787 (java) S 4769 4769 3702 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 650798849 832266240 20724 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4783/tid=4788] ppid=4769 vsize=812760 CPUtime=0
/proc/4783/task/4788/stat : 4788 (java) S 4769 4769 3702 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 650798851 832266240 20724 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4783/tid=4789] ppid=4769 vsize=812760 CPUtime=0.31
/proc/4783/task/4789/stat : 4789 (java) S 4769 4769 3702 0 -1 64 931 0 0 0 30 1 0 0 15 0 9 0 650798851 832266240 20724 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4783/tid=4790] ppid=4769 vsize=812760 CPUtime=0
/proc/4783/task/4790/stat : 4790 (java) S 4769 4769 3702 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 650798851 832266240 20724 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4783/tid=4791] ppid=4769 vsize=812760 CPUtime=0
/proc/4783/task/4791/stat : 4791 (java) S 4769 4769 3702 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 650798851 832266240 20724 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) 860320

[startup+12.7016 s]
/proc/loadavg: 2.19 2.05 2.01 3/91 4791
/proc/meminfo: memFree=1615240/2055920 swapFree=4177348/4192956
[pid=4769] ppid=4767 vsize=47560 CPUtime=0.01
/proc/4769/stat : 4769 (galacE.sh) S 4767 4769 3702 0 -1 4194304 764 1697 0 0 0 0 0 1 18 0 1 0 650798844 48701440 363 996147200 4194304 4520092 548682068832 18446744073709551615 243665136474 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/4769/statm: 11890 363 244 79 0 219 0
[pid=4783] ppid=4769 vsize=812760 CPUtime=12.59
/proc/4783/stat : 4783 (java) S 4769 4769 3702 0 -1 0 21504 0 1 0 1245 14 0 0 20 0 9 0 650798847 832266240 20893 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/4783/statm: 203190 20893 1941 9 0 197171 0
[pid=4783/tid=4784] ppid=4769 vsize=812760 CPUtime=12.12
/proc/4783/task/4784/stat : 4784 (java) R 4769 4769 3702 0 -1 64 14622 0 1 0 1202 10 0 0 25 0 9 0 650798848 832266240 20893 996147200 134512640 134550740 4294955600 18446744073709551615 4127310327 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4783/tid=4785] ppid=4769 vsize=812760 CPUtime=0.07
/proc/4783/task/4785/stat : 4785 (java) S 4769 4769 3702 0 -1 64 5223 0 0 0 6 1 0 0 16 0 9 0 650798849 832266240 20893 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=4783/tid=4786] ppid=4769 vsize=812760 CPUtime=0
/proc/4783/task/4786/stat : 4786 (java) S 4769 4769 3702 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 650798849 832266240 20893 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4783/tid=4787] ppid=4769 vsize=812760 CPUtime=0
/proc/4783/task/4787/stat : 4787 (java) S 4769 4769 3702 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 650798849 832266240 20893 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4783/tid=4788] ppid=4769 vsize=812760 CPUtime=0
/proc/4783/task/4788/stat : 4788 (java) S 4769 4769 3702 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 650798851 832266240 20893 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4783/tid=4789] ppid=4769 vsize=812760 CPUtime=0.36
/proc/4783/task/4789/stat : 4789 (java) S 4769 4769 3702 0 -1 64 960 0 0 0 35 1 0 0 15 0 9 0 650798851 832266240 20893 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4783/tid=4790] ppid=4769 vsize=812760 CPUtime=0
/proc/4783/task/4790/stat : 4790 (java) S 4769 4769 3702 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 650798851 832266240 20893 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4783/tid=4791] ppid=4769 vsize=812760 CPUtime=0
/proc/4783/task/4791/stat : 4791 (java) S 4769 4769 3702 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 650798851 832266240 20893 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) 860320

[startup+25.503 s]
/proc/loadavg: 2.15 2.05 2.01 3/91 4791
/proc/meminfo: memFree=1605256/2055920 swapFree=4177348/4192956
[pid=4769] ppid=4767 vsize=47560 CPUtime=0.01
/proc/4769/stat : 4769 (galacE.sh) S 4767 4769 3702 0 -1 4194304 764 1697 0 0 0 0 0 1 18 0 1 0 650798844 48701440 363 996147200 4194304 4520092 548682068832 18446744073709551615 243665136474 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/4769/statm: 11890 363 244 79 0 219 0
[pid=4783] ppid=4769 vsize=812760 CPUtime=25.32
/proc/4783/stat : 4783 (java) S 4769 4769 3702 0 -1 0 21678 0 1 0 2512 20 0 0 20 0 9 0 650798847 832266240 21040 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/4783/statm: 203190 21040 1941 9 0 197171 0
[pid=4783/tid=4784] ppid=4769 vsize=812760 CPUtime=24.82
/proc/4783/task/4784/stat : 4784 (java) R 4769 4769 3702 0 -1 64 14650 0 1 0 2467 15 0 0 25 0 9 0 650798848 832266240 21040 996147200 134512640 134550740 4294955600 18446744073709551615 4127345844 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4783/tid=4785] ppid=4769 vsize=812760 CPUtime=0.1
/proc/4783/task/4785/stat : 4785 (java) S 4769 4769 3702 0 -1 64 5365 0 0 0 8 2 0 0 16 0 9 0 650798849 832266240 21040 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=4783/tid=4786] ppid=4769 vsize=812760 CPUtime=0
/proc/4783/task/4786/stat : 4786 (java) S 4769 4769 3702 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 650798849 832266240 21040 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4783/tid=4787] ppid=4769 vsize=812760 CPUtime=0
/proc/4783/task/4787/stat : 4787 (java) S 4769 4769 3702 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 650798849 832266240 21040 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4783/tid=4788] ppid=4769 vsize=812760 CPUtime=0
/proc/4783/task/4788/stat : 4788 (java) S 4769 4769 3702 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 650798851 832266240 21040 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4783/tid=4789] ppid=4769 vsize=812760 CPUtime=0.37
/proc/4783/task/4789/stat : 4789 (java) S 4769 4769 3702 0 -1 64 964 0 0 0 36 1 0 0 16 0 9 0 650798851 832266240 21040 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4783/tid=4790] ppid=4769 vsize=812760 CPUtime=0
/proc/4783/task/4790/stat : 4790 (java) S 4769 4769 3702 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 650798851 832266240 21040 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4783/tid=4791] ppid=4769 vsize=812760 CPUtime=0
/proc/4783/task/4791/stat : 4791 (java) S 4769 4769 3702 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 650798851 832266240 21040 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

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

/proc/4769/stat : 4769 (galacE.sh) S 4767 4769 3702 0 -1 4194304 798 23417 0 1 0 0 4060 28 17 0 1 0 650798844 48701440 363 996147200 4194304 4520092 548682068832 18446744073709551615 243665136474 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/4769/statm: 11890 363 244 79 0 219 0
[pid=4792] ppid=4769 vsize=93680 CPUtime=9.88
/proc/4792/stat : 4792 (eSAT_static) R 4769 4769 3702 0 -1 4194304 21896 0 0 0 976 12 0 0 25 0 1 0 650802961 95928320 21878 996147200 134512640 135177480 4294955968 18446744073709551615 134537311 0 0 4096 3 0 0 0 17 1 0 0
/proc/4792/statm: 23420 21878 75 162 0 23255 0
Current children cumulated CPU time (s) 50.76
Current children cumulated vsize (KiB) 141240

[startup+102.307 s]
/proc/loadavg: 2.04 2.03 2.00 3/83 4792
/proc/meminfo: memFree=1553480/2055920 swapFree=4177348/4192956
[pid=4769] ppid=4767 vsize=47560 CPUtime=40.88
/proc/4769/stat : 4769 (galacE.sh) S 4767 4769 3702 0 -1 4194304 798 23417 0 1 0 0 4060 28 17 0 1 0 650798844 48701440 363 996147200 4194304 4520092 548682068832 18446744073709551615 243665136474 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/4769/statm: 11890 363 244 79 0 219 0
[pid=4792] ppid=4769 vsize=122848 CPUtime=60.89
/proc/4792/stat : 4792 (eSAT_static) R 4769 4769 3702 0 -1 4194304 29677 0 0 0 6074 15 0 0 25 0 1 0 650802961 125796352 29659 996147200 134512640 135177480 4294955968 18446744073709551615 134537457 0 0 4096 3 0 0 0 17 1 0 0
/proc/4792/statm: 30712 29659 75 162 0 30547 0
Current children cumulated CPU time (s) 101.77
Current children cumulated vsize (KiB) 170408

[startup+162.302 s]
/proc/loadavg: 2.01 2.03 2.00 3/83 4792
/proc/meminfo: memFree=1553416/2055920 swapFree=4177348/4192956
[pid=4769] ppid=4767 vsize=47560 CPUtime=40.88
/proc/4769/stat : 4769 (galacE.sh) S 4767 4769 3702 0 -1 4194304 798 23417 0 1 0 0 4060 28 17 0 1 0 650798844 48701440 363 996147200 4194304 4520092 548682068832 18446744073709551615 243665136474 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/4769/statm: 11890 363 244 79 0 219 0
[pid=4792] ppid=4769 vsize=122848 CPUtime=120.65
/proc/4792/stat : 4792 (eSAT_static) R 4769 4769 3702 0 -1 4194304 29686 0 0 0 12050 15 0 0 25 0 1 0 650802961 125796352 29668 996147200 134512640 135177480 4294955968 18446744073709551615 134537460 0 0 4096 3 0 0 0 17 1 0 0
/proc/4792/statm: 30712 29668 75 162 0 30547 0
Current children cumulated CPU time (s) 161.53
Current children cumulated vsize (KiB) 170408

[startup+222.301 s]
/proc/loadavg: 2.00 2.02 2.00 3/83 4792
/proc/meminfo: memFree=1553416/2055920 swapFree=4177348/4192956
[pid=4769] ppid=4767 vsize=47560 CPUtime=40.88
/proc/4769/stat : 4769 (galacE.sh) S 4767 4769 3702 0 -1 4194304 798 23417 0 1 0 0 4060 28 17 0 1 0 650798844 48701440 363 996147200 4194304 4520092 548682068832 18446744073709551615 243665136474 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/4769/statm: 11890 363 244 79 0 219 0
[pid=4792] ppid=4769 vsize=122848 CPUtime=180.42
/proc/4792/stat : 4792 (eSAT_static) R 4769 4769 3702 0 -1 4194304 29694 0 0 0 18027 15 0 0 25 0 1 0 650802961 125796352 29676 996147200 134512640 135177480 4294955968 18446744073709551615 134537457 0 0 4096 3 0 0 0 17 1 0 0
/proc/4792/statm: 30712 29676 75 162 0 30547 0
Current children cumulated CPU time (s) 221.3
Current children cumulated vsize (KiB) 170408

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

[startup+230.302 s]
/proc/loadavg: 2.00 2.02 2.00 3/83 4792
/proc/meminfo: memFree=1553416/2055920 swapFree=4177348/4192956
[pid=4769] ppid=4767 vsize=47560 CPUtime=40.88
/proc/4769/stat : 4769 (galacE.sh) S 4767 4769 3702 0 -1 4194304 798 23417 0 1 0 0 4060 28 17 0 1 0 650798844 48701440 363 996147200 4194304 4520092 548682068832 18446744073709551615 243665136474 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/4769/statm: 11890 363 244 79 0 219 0
[pid=4792] ppid=4769 vsize=122848 CPUtime=188.39
/proc/4792/stat : 4792 (eSAT_static) R 4769 4769 3702 0 -1 4194304 29695 0 0 0 18824 15 0 0 25 0 1 0 650802961 125796352 29677 996147200 134512640 135177480 4294955968 18446744073709551615 134537443 0 0 4096 3 0 0 0 17 1 0 0
/proc/4792/statm: 30712 29677 75 162 0 30547 0
Current children cumulated CPU time (s) 229.27
Current children cumulated vsize (KiB) 170408

[startup+243.105 s]
/proc/loadavg: 2.00 2.02 2.00 3/83 4792
/proc/meminfo: memFree=1553416/2055920 swapFree=4177348/4192956
[pid=4769] ppid=4767 vsize=47560 CPUtime=40.88
/proc/4769/stat : 4769 (galacE.sh) S 4767 4769 3702 0 -1 4194304 798 23417 0 1 0 0 4060 28 17 0 1 0 650798844 48701440 363 996147200 4194304 4520092 548682068832 18446744073709551615 243665136474 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/4769/statm: 11890 363 244 79 0 219 0
[pid=4792] ppid=4769 vsize=122848 CPUtime=201.14
/proc/4792/stat : 4792 (eSAT_static) R 4769 4769 3702 0 -1 4194304 29695 0 0 0 20099 15 0 0 25 0 1 0 650802961 125796352 29677 996147200 134512640 135177480 4294955968 18446744073709551615 134537468 0 0 4096 3 0 0 0 17 1 0 0
/proc/4792/statm: 30712 29677 75 162 0 30547 0
Current children cumulated CPU time (s) 242.02
Current children cumulated vsize (KiB) 170408

[startup+249.503 s]
/proc/loadavg: 2.00 2.02 2.00 3/83 4792
/proc/meminfo: memFree=1553416/2055920 swapFree=4177348/4192956
[pid=4769] ppid=4767 vsize=47560 CPUtime=40.88
/proc/4769/stat : 4769 (galacE.sh) S 4767 4769 3702 0 -1 4194304 798 23417 0 1 0 0 4060 28 17 0 1 0 650798844 48701440 363 996147200 4194304 4520092 548682068832 18446744073709551615 243665136474 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/4769/statm: 11890 363 244 79 0 219 0
[pid=4792] ppid=4769 vsize=122848 CPUtime=207.52
/proc/4792/stat : 4792 (eSAT_static) R 4769 4769 3702 0 -1 4194304 29695 0 0 0 20737 15 0 0 25 0 1 0 650802961 125796352 29677 996147200 134512640 135177480 4294955968 18446744073709551615 134537816 0 0 4096 3 0 0 0 17 1 0 0
/proc/4792/statm: 30712 29677 75 162 0 30547 0
Current children cumulated CPU time (s) 248.4
Current children cumulated vsize (KiB) 170408

[startup+255.901 s]
/proc/loadavg: 2.00 2.02 2.00 3/83 4792
/proc/meminfo: memFree=1553416/2055920 swapFree=4177348/4192956
[pid=4769] ppid=4767 vsize=47560 CPUtime=40.88
/proc/4769/stat : 4769 (galacE.sh) S 4767 4769 3702 0 -1 4194304 798 23417 0 1 0 0 4060 28 17 0 1 0 650798844 48701440 363 996147200 4194304 4520092 548682068832 18446744073709551615 243665136474 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/4769/statm: 11890 363 244 79 0 219 0
[pid=4792] ppid=4769 vsize=122848 CPUtime=213.89
/proc/4792/stat : 4792 (eSAT_static) R 4769 4769 3702 0 -1 4194304 29695 0 0 0 21374 15 0 0 25 0 1 0 650802961 125796352 29677 996147200 134512640 135177480 4294955968 18446744073709551615 134538925 0 0 4096 3 0 0 0 17 1 0 0
/proc/4792/statm: 30712 29677 75 162 0 30547 0
Current children cumulated CPU time (s) 254.77
Current children cumulated vsize (KiB) 170408

[startup+257.502 s]
/proc/loadavg: 2.00 2.02 2.00 3/83 4792
/proc/meminfo: memFree=1553416/2055920 swapFree=4177348/4192956
[pid=4769] ppid=4767 vsize=47560 CPUtime=40.88
/proc/4769/stat : 4769 (galacE.sh) S 4767 4769 3702 0 -1 4194304 798 23417 0 1 0 0 4060 28 17 0 1 0 650798844 48701440 363 996147200 4194304 4520092 548682068832 18446744073709551615 243665136474 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/4769/statm: 11890 363 244 79 0 219 0
[pid=4792] ppid=4769 vsize=122984 CPUtime=215.48
/proc/4792/stat : 4792 (eSAT_static) R 4769 4769 3702 0 -1 4194304 29707 0 0 0 21533 15 0 0 25 0 1 0 650802961 125935616 29689 996147200 134512640 135177480 4294955968 18446744073709551615 134524740 0 0 4096 3 0 0 0 17 1 0 0
/proc/4792/statm: 30746 29689 75 162 0 30581 0
Current children cumulated CPU time (s) 256.36
Current children cumulated vsize (KiB) 170544

[startup+258.303 s]
/proc/loadavg: 2.00 2.02 2.00 3/83 4792
/proc/meminfo: memFree=1553416/2055920 swapFree=4177348/4192956
[pid=4769] ppid=4767 vsize=47560 CPUtime=256.6
/proc/4769/stat : 4769 (galacE.sh) S 4767 4769 3702 0 -1 4194304 834 53142 0 1 0 0 25615 45 16 0 1 0 650798844 48701440 364 996147200 4194304 4520092 548682068832 18446744073709551615 243665698898 0 0 4096 73728 18446744071563648864 0 0 17 1 0 0
/proc/4769/statm: 11890 364 244 79 0 219 0
Current children cumulated CPU time (s) 256.6
Current children cumulated vsize (KiB) 47560

[startup+258.703 s]
/proc/loadavg: 2.00 2.02 2.00 3/91 4801
/proc/meminfo: memFree=1657736/2055920 swapFree=4177348/4192956
[pid=4769] ppid=4767 vsize=47560 CPUtime=256.6
/proc/4769/stat : 4769 (galacE.sh) S 4767 4769 3702 0 -1 4194304 834 53142 0 1 0 0 25615 45 16 0 1 0 650798844 48701440 364 996147200 4194304 4520092 548682068832 18446744073709551615 243665698898 0 0 4096 73728 18446744071563648864 0 0 17 1 0 0
/proc/4769/statm: 11890 364 244 79 0 219 0
[pid=4793] ppid=4769 vsize=812772 CPUtime=0.94
/proc/4793/stat : 4793 (java) S 4769 4769 3702 0 -1 0 8302 0 1 0 89 5 0 0 18 0 9 0 650824617 832278528 7725 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 3670016 16800975 18446744073709551615 0 0 17 1 0 0
/proc/4793/statm: 203193 7725 1855 9 0 197174 0
[pid=4793/tid=4794] ppid=4769 vsize=812772 CPUtime=0.69
/proc/4793/task/4794/stat : 4794 (java) R 4769 4769 3702 0 -1 64 6698 0 1 0 65 4 0 0 23 0 9 0 650824619 832278528 7725 996147200 134512640 134550740 4294955616 18446744073709551615 102606033 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=4793/tid=4795] ppid=4769 vsize=812772 CPUtime=0
/proc/4793/task/4795/stat : 4795 (java) S 4769 4769 3702 0 -1 64 3 0 0 0 0 0 0 0 19 0 9 0 650824620 832278528 7725 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 3670016 16800975 0 0 0 -1 1 0 0
[pid=4793/tid=4796] ppid=4769 vsize=812772 CPUtime=0
/proc/4793/task/4796/stat : 4796 (java) S 4769 4769 3702 0 -1 64 10 0 0 0 0 0 0 0 19 0 9 0 650824620 832278528 7725 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=4793/tid=4797] ppid=4769 vsize=812772 CPUtime=0
/proc/4793/task/4797/stat : 4797 (java) S 4769 4769 3702 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 650824620 832278528 7725 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=4793/tid=4798] ppid=4769 vsize=812772 CPUtime=0
/proc/4793/task/4798/stat : 4798 (java) S 4769 4769 3702 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 650824622 832278528 7725 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=4793/tid=4799] ppid=4769 vsize=812772 CPUtime=0.24
/proc/4793/task/4799/stat : 4799 (java) S 4769 4769 3702 0 -1 64 891 0 0 0 24 0 0 0 16 0 9 0 650824622 832278528 7725 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=4793/tid=4800] ppid=4769 vsize=812772 CPUtime=0
/proc/4793/task/4800/stat : 4800 (java) S 4769 4769 3702 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 650824622 832278528 7725 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=4793/tid=4801] ppid=4769 vsize=812772 CPUtime=0
/proc/4793/task/4801/stat : 4801 (java) S 4769 4769 3702 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 650824622 832278528 7725 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 257.54
Current children cumulated vsize (KiB) 860332

[startup+259.103 s]
/proc/loadavg: 2.00 2.02 2.00 3/91 4801
/proc/meminfo: memFree=1657736/2055920 swapFree=4177348/4192956
[pid=4769] ppid=4767 vsize=47560 CPUtime=256.6
/proc/4769/stat : 4769 (galacE.sh) S 4767 4769 3702 0 -1 4194304 834 53142 0 1 0 0 25615 45 16 0 1 0 650798844 48701440 364 996147200 4194304 4520092 548682068832 18446744073709551615 243665698898 0 0 4096 73728 18446744071563648864 0 0 17 1 0 0
/proc/4769/statm: 11890 364 244 79 0 219 0
[pid=4793] ppid=4769 vsize=812884 CPUtime=1.34
/proc/4793/stat : 4793 (java) S 4769 4769 3702 0 -1 0 13967 0 1 0 125 9 0 0 18 0 9 0 650824617 832393216 13349 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 3670016 16800975 18446744073709551615 0 0 17 1 0 0
/proc/4793/statm: 203221 13349 1911 9 0 197174 0
[pid=4793/tid=4794] ppid=4769 vsize=812884 CPUtime=1.06
/proc/4793/task/4794/stat : 4794 (java) R 4769 4769 3702 0 -1 64 12348 0 1 0 99 7 0 0 18 0 9 0 650824619 832393216 13349 996147200 134512640 134550740 4294955616 18446744073709551615 4127173384 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=4793/tid=4795] ppid=4769 vsize=812884 CPUtime=0
/proc/4793/task/4795/stat : 4795 (java) S 4769 4769 3702 0 -1 64 4 0 0 0 0 0 0 0 17 0 9 0 650824620 832393216 13349 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 3670016 16800975 0 0 0 -1 1 0 0
[pid=4793/tid=4796] ppid=4769 vsize=812884 CPUtime=0
/proc/4793/task/4796/stat : 4796 (java) S 4769 4769 3702 0 -1 64 10 0 0 0 0 0 0 0 19 0 9 0 650824620 832393216 13349 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=4793/tid=4797] ppid=4769 vsize=812884 CPUtime=0
/proc/4793/task/4797/stat : 4797 (java) S 4769 4769 3702 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 650824620 832393216 13349 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=4793/tid=4798] ppid=4769 vsize=812884 CPUtime=0
/proc/4793/task/4798/stat : 4798 (java) S 4769 4769 3702 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 650824622 832393216 13349 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=4793/tid=4799] ppid=4769 vsize=812884 CPUtime=0.26
/proc/4793/task/4799/stat : 4799 (java) S 4769 4769 3702 0 -1 64 905 0 0 0 26 0 0 0 16 0 9 0 650824622 832393216 13349 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=4793/tid=4800] ppid=4769 vsize=812884 CPUtime=0
/proc/4793/task/4800/stat : 4800 (java) S 4769 4769 3702 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 650824622 832393216 13349 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=4793/tid=4801] ppid=4769 vsize=812884 CPUtime=0
/proc/4793/task/4801/stat : 4801 (java) S 4769 4769 3702 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 650824622 832393216 13349 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 257.94
Current children cumulated vsize (KiB) 860444

Child status: 0
Real time (s): 259.163
CPU time (s): 258.006
CPU user time (s): 257.425
CPU system time (s): 0.580911
CPU usage (%): 99.5534
Max. virtual memory (cumulated for all children) (KiB): 860444

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 257.425
system time used= 0.580911
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 68214
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= 3685
involuntary context switches= 10676

runsolver used 0.25996 second user time and 0.729889 second system time

The end

Launcher Data (download as text)

Begin job on node84 at 2008-07-05 19:26:27
IDJOB=1094003
IDBENCH=58740
IDSOLVER=351
FILE ID=node84/1094003-1215278787
PBS_JOBID= 7882253
Free space on /tmp= 66556 MiB

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

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 3dde0b63013d3cc4747840f0db935897
RANDOM SEED=412425922

node84.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	: 5996.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1695672 kB
Buffers:         47544 kB
Cached:         207788 kB
SwapCached:       9596 kB
Active:         200788 kB
Inactive:       112028 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1695672 kB
SwapTotal:     4192956 kB
SwapFree:      4177348 kB
Dirty:            4212 kB
Writeback:           0 kB
Mapped:          73788 kB
Slab:            32628 kB
Committed_AS:  2022068 kB
PageTables:       1884 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66552 MiB
End job on node84 at 2008-07-05 19:30:46