Trace number 1076355

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 927.074 927.211

General information on the benchmark

Namecsp/ogdVg/
normalized-crossword-m1c-ogd-vg5-7_ext.xml
MD5SUM53a44a515ed4385252828520ba63c148
Bench CategoryN-ARY-EXT (n-ary constraints in extension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.267959
Satisfiable
(Un)Satisfiability was proved
Number of variables35
Number of constraints12
Maximum constraint arity7
Maximum domain size26
Number of constraints which are defined in extension12
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.03	c --- Preproc Stats ---
0.01/0.87	c start processing
0.01/0.87	c start relation processing
2.10/2.04	c start cnf exporting
22.79/22.79	c parsing time : 0.772
22.79/22.79	c preprocessing time : 22.688
22.79/22.79	
22.79/22.79	c Nary constraints - conflicts : 0 supports : 12
22.79/22.79	c Binary constraints - conflicts : 0 supports :0
22.79/22.79	c max arity constraint : 7
22.79/22.79	c Max Tuples generated 0
22.79/22.79	c relations : 2
22.79/22.79	c relations BDD: 2
22.79/22.79	c sampling 0/0
22.79/22.79	c vars : 166681 - clauses :  631309
22.79/22.79	
22.88/22.83	 
22.88/22.83	c --- SAT Solver Stats ---
22.88/22.83	 
22.88/22.83	c eSAT 0.1 : minisat core with additionnal features
22.88/22.83	c ============================[ Problem Statistics ]=============================
22.88/22.83	c |                                                                             |
22.88/22.84	c |  Number of variables:  166680                                               |
22.88/22.84	c |  Number of clauses:    631309                                               |
23.65/23.66	c |  Parsing time:         0.76         s                                       |
925.10/925.44	c restarts              : 1433
925.10/925.44	c conflicts             : 128880         (143 /sec)
925.10/925.44	c decisions             : 998943         (9.20 % random) (1107 /sec)
925.10/925.44	c euip                  : 11614       
925.10/925.44	c propagations          : 817291061      (905991 /sec)
925.10/925.44	c conflict literals     : 11343477       (38.35 % deleted)
925.10/925.44	c Memory used           : 101.90 MB
925.10/925.44	c CPU time              : 902.096 s
925.10/925.44	c 
925.10/925.50	s SATISFIABLE
926.92/927.20	v 21 8 2 4 17 14 8 0 1 0 2 14 18 19 12 4 19 8 18 18 4 15 17 8 12 4 20 17 0 4 17 0 18 18 4

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-1076355-1215186546/watcher-1076355-1215186546 -o /tmp/evaluation-result-1076355-1215186546/solver-1076355-1215186546 -C 1800 -W 2200 -M 900 --output-limit 1,15 HOME/galacE.sh HOME/instance-1076355-1215186546.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: 0.43 0.79 1.35 3/64 15150
/proc/meminfo: memFree=1482456/2055920 swapFree=4180412/4192956
[pid=15150] ppid=15148 vsize=8652 CPUtime=0
/proc/15150/stat : 15150 (galacE.sh) S 15148 15150 13775 0 -1 4194304 346 0 0 0 0 0 0 0 19 0 1 0 1997628891 8859648 280 996147200 4194304 4520092 548682068832 18446744073709551615 221236095834 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/15150/statm: 2163 280 208 79 0 156 0
[pid=15151] ppid=15150 vsize=8688 CPUtime=0
/proc/15151/stat : 15151 (galacE.sh) S 15150 15150 13775 0 -1 4194368 36 0 0 0 0 0 0 0 19 0 1 0 1997628891 8896512 286 996147200 4194304 4520092 548682068832 18446744073709551615 221236658258 0 0 4096 73728 18446744071563648864 0 0 17 0 0 0
/proc/15151/statm: 2172 286 209 79 0 165 0
[pid=15152] ppid=15151 vsize=6864 CPUtime=0
/proc/15152/stat : 15152 (id) R 15151 15150 13775 0 -1 4194304 241 0 0 0 0 0 0 0 18 0 1 0 1997628891 7028736 184 996147200 4194304 4211724 548682068832 18446744073709551615 221236676495 0 0 3674112 0 0 0 0 17 1 0 0
/proc/15152/statm: 1716 184 155 4 0 46 0

[startup+0.0404101 s]
/proc/loadavg: 0.43 0.79 1.35 3/64 15150
/proc/meminfo: memFree=1482456/2055920 swapFree=4180412/4192956
[pid=15150] ppid=15148 vsize=47568 CPUtime=0.01
/proc/15150/stat : 15150 (galacE.sh) S 15148 15150 13775 0 -1 4194304 764 1698 0 0 0 0 0 1 18 0 1 0 1997628891 48709632 363 996147200 4194304 4520092 548682068832 18446744073709551615 221236095834 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/15150/statm: 11892 363 244 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47568

[startup+0.101424 s]
/proc/loadavg: 0.43 0.79 1.35 3/64 15150
/proc/meminfo: memFree=1482456/2055920 swapFree=4180412/4192956
[pid=15150] ppid=15148 vsize=47568 CPUtime=0.01
/proc/15150/stat : 15150 (galacE.sh) S 15148 15150 13775 0 -1 4194304 764 1698 0 0 0 0 0 1 18 0 1 0 1997628891 48709632 363 996147200 4194304 4520092 548682068832 18446744073709551615 221236095834 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/15150/statm: 11892 363 244 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47568

[startup+0.30146 s]
/proc/loadavg: 0.43 0.79 1.35 3/64 15150
/proc/meminfo: memFree=1482456/2055920 swapFree=4180412/4192956
[pid=15150] ppid=15148 vsize=47568 CPUtime=0.01
/proc/15150/stat : 15150 (galacE.sh) S 15148 15150 13775 0 -1 4194304 764 1698 0 0 0 0 0 1 18 0 1 0 1997628891 48709632 363 996147200 4194304 4520092 548682068832 18446744073709551615 221236095834 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/15150/statm: 11892 363 244 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47568

[startup+0.701537 s]
/proc/loadavg: 0.43 0.79 1.35 3/64 15150
/proc/meminfo: memFree=1482456/2055920 swapFree=4180412/4192956
[pid=15150] ppid=15148 vsize=47568 CPUtime=0.01
/proc/15150/stat : 15150 (galacE.sh) S 15148 15150 13775 0 -1 4194304 764 1698 0 0 0 0 0 1 18 0 1 0 1997628891 48709632 363 996147200 4194304 4520092 548682068832 18446744073709551615 221236095834 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/15150/statm: 11892 363 244 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47568

[startup+1.50169 s]
/proc/loadavg: 0.43 0.79 1.35 2/74 15172
/proc/meminfo: memFree=1404168/2055920 swapFree=4180412/4192956
[pid=15150] ppid=15148 vsize=47568 CPUtime=0.01
/proc/15150/stat : 15150 (galacE.sh) S 15148 15150 13775 0 -1 4194304 764 1698 0 0 0 0 0 1 18 0 1 0 1997628891 48709632 363 996147200 4194304 4520092 548682068832 18446744073709551615 221236095834 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/15150/statm: 11892 363 244 79 0 219 0
[pid=15164] ppid=15150 vsize=812876 CPUtime=1.57
/proc/15164/stat : 15164 (java) S 15150 15150 13775 0 -1 0 21787 0 1 0 147 10 0 0 20 0 9 0 1997628894 832385024 21212 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/15164/statm: 203219 21212 1884 9 0 197200 0
[pid=15164/tid=15165] ppid=15150 vsize=812876 CPUtime=1.39
/proc/15164/task/15165/stat : 15165 (java) R 15150 15150 13775 0 -1 64 14537 0 1 0 132 7 0 0 23 0 9 0 1997628895 832385024 21212 996147200 134512640 134550740 4294955600 18446744073709551615 4126787514 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15164/tid=15166] ppid=15150 vsize=812876 CPUtime=0.04
/proc/15164/task/15166/stat : 15166 (java) S 15150 15150 13775 0 -1 64 5832 0 0 0 2 2 0 0 16 0 9 0 1997628896 832385024 21212 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=15164/tid=15167] ppid=15150 vsize=812876 CPUtime=0
/proc/15164/task/15167/stat : 15167 (java) S 15150 15150 13775 0 -1 64 11 0 0 0 0 0 0 0 24 0 9 0 1997628896 832385024 21212 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15164/tid=15168] ppid=15150 vsize=812876 CPUtime=0
/proc/15164/task/15168/stat : 15168 (java) S 15150 15150 13775 0 -1 64 4 0 0 0 0 0 0 0 25 0 9 0 1997628896 832385024 21212 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15164/tid=15169] ppid=15150 vsize=812876 CPUtime=0
/proc/15164/task/15169/stat : 15169 (java) S 15150 15150 13775 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 1997628898 832385024 21212 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15164/tid=15170] ppid=15150 vsize=812876 CPUtime=0.12
/proc/15164/task/15170/stat : 15170 (java) S 15150 15150 13775 0 -1 64 719 0 0 0 12 0 0 0 16 0 9 0 1997628898 832385024 21212 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15164/tid=15171] ppid=15150 vsize=812876 CPUtime=0
/proc/15164/task/15171/stat : 15171 (java) S 15150 15150 13775 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 1997628898 832385024 21212 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15164/tid=15172] ppid=15150 vsize=812876 CPUtime=0
/proc/15164/task/15172/stat : 15172 (java) S 15150 15150 13775 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1997628898 832385024 21212 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.58
Current children cumulated vsize (KiB) 860444

[startup+3.10302 s]
/proc/loadavg: 0.43 0.79 1.35 2/74 15172
/proc/meminfo: memFree=1403720/2055920 swapFree=4180412/4192956
[pid=15150] ppid=15148 vsize=47568 CPUtime=0.01
/proc/15150/stat : 15150 (galacE.sh) S 15148 15150 13775 0 -1 4194304 764 1698 0 0 0 0 0 1 18 0 1 0 1997628891 48709632 363 996147200 4194304 4520092 548682068832 18446744073709551615 221236095834 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/15150/statm: 11892 363 244 79 0 219 0
[pid=15164] ppid=15150 vsize=812876 CPUtime=3.24
/proc/15164/stat : 15164 (java) S 15150 15150 13775 0 -1 0 27279 0 1 0 311 13 0 0 20 0 9 0 1997628894 832385024 26697 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/15164/statm: 203219 26697 1906 9 0 197200 0
[pid=15164/tid=15165] ppid=15150 vsize=812876 CPUtime=2.8
/proc/15164/task/15165/stat : 15165 (java) R 15150 15150 13775 0 -1 64 14588 0 1 0 273 7 0 0 18 0 9 0 1997628895 832385024 26697 996147200 134512640 134550740 4294955600 18446744073709551615 4125952058 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15164/tid=15166] ppid=15150 vsize=812876 CPUtime=0.21
/proc/15164/task/15166/stat : 15166 (java) S 15150 15150 13775 0 -1 64 11218 0 0 0 17 4 0 0 16 0 9 0 1997628896 832385024 26697 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=15164/tid=15167] ppid=15150 vsize=812876 CPUtime=0
/proc/15164/task/15167/stat : 15167 (java) S 15150 15150 13775 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 1997628896 832385024 26697 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15164/tid=15168] ppid=15150 vsize=812876 CPUtime=0
/proc/15164/task/15168/stat : 15168 (java) S 15150 15150 13775 0 -1 64 4 0 0 0 0 0 0 0 25 0 9 0 1997628896 832385024 26697 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15164/tid=15169] ppid=15150 vsize=812876 CPUtime=0
/proc/15164/task/15169/stat : 15169 (java) S 15150 15150 13775 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 1997628898 832385024 26697 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15164/tid=15170] ppid=15150 vsize=812876 CPUtime=0.2
/proc/15164/task/15170/stat : 15170 (java) S 15150 15150 13775 0 -1 64 774 0 0 0 20 0 0 0 16 0 9 0 1997628898 832385024 26697 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15164/tid=15171] ppid=15150 vsize=812876 CPUtime=0
/proc/15164/task/15171/stat : 15171 (java) S 15150 15150 13775 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 1997628898 832385024 26697 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15164/tid=15172] ppid=15150 vsize=812876 CPUtime=0
/proc/15164/task/15172/stat : 15172 (java) S 15150 15150 13775 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1997628898 832385024 26697 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.25
Current children cumulated vsize (KiB) 860444

[startup+6.30165 s]
/proc/loadavg: 0.47 0.79 1.35 2/74 15172
/proc/meminfo: memFree=1380360/2055920 swapFree=4180412/4192956
[pid=15150] ppid=15148 vsize=47568 CPUtime=0.01
/proc/15150/stat : 15150 (galacE.sh) S 15148 15150 13775 0 -1 4194304 764 1698 0 0 0 0 0 1 18 0 1 0 1997628891 48709632 363 996147200 4194304 4520092 548682068832 18446744073709551615 221236095834 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/15150/statm: 11892 363 244 79 0 219 0
[pid=15164] ppid=15150 vsize=812876 CPUtime=6.39
/proc/15164/stat : 15164 (java) S 15150 15150 13775 0 -1 0 27290 0 1 0 625 14 0 0 20 0 9 0 1997628894 832385024 26701 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/15164/statm: 203219 26701 1906 9 0 197200 0
[pid=15164/tid=15165] ppid=15150 vsize=812876 CPUtime=5.94
/proc/15164/task/15165/stat : 15165 (java) R 15150 15150 13775 0 -1 64 14595 0 1 0 586 8 0 0 25 0 9 0 1997628895 832385024 26701 996147200 134512640 134550740 4294955600 18446744073709551615 4126704134 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15164/tid=15166] ppid=15150 vsize=812876 CPUtime=0.22
/proc/15164/task/15166/stat : 15166 (java) S 15150 15150 13775 0 -1 64 11218 0 0 0 18 4 0 0 16 0 9 0 1997628896 832385024 26701 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=15164/tid=15167] ppid=15150 vsize=812876 CPUtime=0
/proc/15164/task/15167/stat : 15167 (java) S 15150 15150 13775 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 1997628896 832385024 26701 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15164/tid=15168] ppid=15150 vsize=812876 CPUtime=0
/proc/15164/task/15168/stat : 15168 (java) S 15150 15150 13775 0 -1 64 4 0 0 0 0 0 0 0 25 0 9 0 1997628896 832385024 26701 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15164/tid=15169] ppid=15150 vsize=812876 CPUtime=0
/proc/15164/task/15169/stat : 15169 (java) S 15150 15150 13775 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 1997628898 832385024 26701 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15164/tid=15170] ppid=15150 vsize=812876 CPUtime=0.2
/proc/15164/task/15170/stat : 15170 (java) S 15150 15150 13775 0 -1 64 778 0 0 0 20 0 0 0 16 0 9 0 1997628898 832385024 26701 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15164/tid=15171] ppid=15150 vsize=812876 CPUtime=0
/proc/15164/task/15171/stat : 15171 (java) S 15150 15150 13775 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 1997628898 832385024 26701 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15164/tid=15172] ppid=15150 vsize=812876 CPUtime=0
/proc/15164/task/15172/stat : 15172 (java) S 15150 15150 13775 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1997628898 832385024 26701 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.4
Current children cumulated vsize (KiB) 860444

[startup+12.7029 s]
/proc/loadavg: 0.52 0.80 1.34 2/74 15172
/proc/meminfo: memFree=1376712/2055920 swapFree=4180412/4192956
[pid=15150] ppid=15148 vsize=47568 CPUtime=0.01
/proc/15150/stat : 15150 (galacE.sh) S 15148 15150 13775 0 -1 4194304 764 1698 0 0 0 0 0 1 18 0 1 0 1997628891 48709632 363 996147200 4194304 4520092 548682068832 18446744073709551615 221236095834 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/15150/statm: 11892 363 244 79 0 219 0
[pid=15164] ppid=15150 vsize=812876 CPUtime=12.78
/proc/15164/stat : 15164 (java) S 15150 15150 13775 0 -1 0 27302 0 1 0 1262 16 0 0 20 0 9 0 1997628894 832385024 26701 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/15164/statm: 203219 26701 1906 9 0 197200 0
[pid=15164/tid=15165] ppid=15150 vsize=812876 CPUtime=12.32
/proc/15164/task/15165/stat : 15165 (java) R 15150 15150 13775 0 -1 64 14607 0 1 0 1222 10 0 0 25 0 9 0 1997628895 832385024 26701 996147200 134512640 134550740 4294955600 18446744073709551615 4126384812 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15164/tid=15166] ppid=15150 vsize=812876 CPUtime=0.23
/proc/15164/task/15166/stat : 15166 (java) S 15150 15150 13775 0 -1 64 11218 0 0 0 18 5 0 0 16 0 9 0 1997628896 832385024 26701 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=15164/tid=15167] ppid=15150 vsize=812876 CPUtime=0
/proc/15164/task/15167/stat : 15167 (java) S 15150 15150 13775 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 1997628896 832385024 26701 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15164/tid=15168] ppid=15150 vsize=812876 CPUtime=0
/proc/15164/task/15168/stat : 15168 (java) S 15150 15150 13775 0 -1 64 4 0 0 0 0 0 0 0 25 0 9 0 1997628896 832385024 26701 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15164/tid=15169] ppid=15150 vsize=812876 CPUtime=0
/proc/15164/task/15169/stat : 15169 (java) S 15150 15150 13775 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 1997628898 832385024 26701 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15164/tid=15170] ppid=15150 vsize=812876 CPUtime=0.2
/proc/15164/task/15170/stat : 15170 (java) S 15150 15150 13775 0 -1 64 778 0 0 0 20 0 0 0 16 0 9 0 1997628898 832385024 26701 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15164/tid=15171] ppid=15150 vsize=812876 CPUtime=0
/proc/15164/task/15171/stat : 15171 (java) S 15150 15150 13775 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 1997628898 832385024 26701 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15164/tid=15172] ppid=15150 vsize=812876 CPUtime=0
/proc/15164/task/15172/stat : 15172 (java) S 15150 15150 13775 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1997628898 832385024 26701 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.79
Current children cumulated vsize (KiB) 860444

[startup+25.5014 s]
/proc/loadavg: 0.62 0.81 1.34 2/66 15173
/proc/meminfo: memFree=1386952/2055920 swapFree=4180412/4192956
[pid=15150] ppid=15148 vsize=47568 CPUtime=22.9
/proc/15150/stat : 15150 (galacE.sh) S 15148 15150 13775 0 -1 4194304 798 29032 0 1 0 0 2268 22 17 0 1 0 1997628891 48709632 363 996147200 4194304 4520092 548682068832 18446744073709551615 221236095834 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/15150/statm: 11892 363 244 79 0 219 0
[pid=15173] ppid=15150 vsize=94348 CPUtime=2.64
/proc/15173/stat : 15173 (eSAT_static) R 15150 15150 13775 0 -1 4194304 22053 0 0 0 255 9 0 0 25 0 1 0 1997631174 96612352 22035 996147200 134512640 135177480 4294955968 18446744073709551615 134757167 0 0 4096 3 0 0 0 17 0 0 0
/proc/15173/statm: 23587 22035 75 162 0 23422 0
Current children cumulated CPU time (s) 25.54
Current children cumulated vsize (KiB) 141916

[startup+51.1015 s]
/proc/loadavg: 0.75 0.82 1.33 2/66 15173
/proc/meminfo: memFree=1379080/2055920 swapFree=4180412/4192956
[pid=15150] ppid=15148 vsize=47568 CPUtime=22.9
/proc/15150/stat : 15150 (galacE.sh) S 15148 15150 13775 0 -1 4194304 798 29032 0 1 0 0 2268 22 17 0 1 0 1997628891 48709632 363 996147200 4194304 4520092 548682068832 18446744073709551615 221236095834 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/15150/statm: 11892 363 244 79 0 219 0
[pid=15173] ppid=15150 vsize=96904 CPUtime=28.22
/proc/15173/stat : 15173 (eSAT_static) R 15150 15150 13775 0 -1 4194304 25711 0 0 0 2811 11 0 0 25 0 1 0 1997631174 99229696 22632 996147200 134512640 135177480 4294955968 18446744073709551615 134565210 0 0 4096 3 0 0 0 17 0 0 0
/proc/15173/statm: 24226 22632 80 162 0 24061 0
Current children cumulated CPU time (s) 51.12
Current children cumulated vsize (KiB) 144472

[startup+102.306 s]
/proc/loadavg: 0.89 0.85 1.31 2/66 15173

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


[startup+882.302 s]
/proc/loadavg: 0.99 0.97 1.11 2/66 15179
/proc/meminfo: memFree=1372232/2055920 swapFree=4180412/4192956
[pid=15150] ppid=15148 vsize=47568 CPUtime=22.9
/proc/15150/stat : 15150 (galacE.sh) S 15148 15150 13775 0 -1 4194304 798 29032 0 1 0 0 2268 22 17 0 1 0 1997628891 48709632 363 996147200 4194304 4520092 548682068832 18446744073709551615 221236095834 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/15150/statm: 11892 363 244 79 0 219 0
[pid=15173] ppid=15150 vsize=103944 CPUtime=859.11
/proc/15173/stat : 15173 (eSAT_static) R 15150 15150 13775 0 -1 4194304 27472 0 0 0 85897 14 0 0 25 0 1 0 1997631174 106438656 24393 996147200 134512640 135177480 4294955968 18446744073709551615 134565210 0 0 4096 3 0 0 0 17 0 0 0
/proc/15173/statm: 25986 24393 80 162 0 25821 0
Current children cumulated CPU time (s) 882.01
Current children cumulated vsize (KiB) 151512

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

[startup+895.901 s]
/proc/loadavg: 0.99 0.97 1.10 2/66 15179
/proc/meminfo: memFree=1372232/2055920 swapFree=4180412/4192956
[pid=15150] ppid=15148 vsize=47568 CPUtime=22.9
/proc/15150/stat : 15150 (galacE.sh) S 15148 15150 13775 0 -1 4194304 798 29032 0 1 0 0 2268 22 17 0 1 0 1997628891 48709632 363 996147200 4194304 4520092 548682068832 18446744073709551615 221236095834 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/15150/statm: 11892 363 244 79 0 219 0
[pid=15173] ppid=15150 vsize=103944 CPUtime=872.7
/proc/15173/stat : 15173 (eSAT_static) R 15150 15150 13775 0 -1 4194304 27472 0 0 0 87256 14 0 0 25 0 1 0 1997631174 106438656 24393 996147200 134512640 135177480 4294955968 18446744073709551615 134565410 0 0 4096 3 0 0 0 17 0 0 0
/proc/15173/statm: 25986 24393 80 162 0 25821 0
Current children cumulated CPU time (s) 895.6
Current children cumulated vsize (KiB) 151512

[startup+908.703 s]
/proc/loadavg: 0.99 0.97 1.10 2/66 15179
/proc/meminfo: memFree=1372232/2055920 swapFree=4180412/4192956
[pid=15150] ppid=15148 vsize=47568 CPUtime=22.9
/proc/15150/stat : 15150 (galacE.sh) S 15148 15150 13775 0 -1 4194304 798 29032 0 1 0 0 2268 22 17 0 1 0 1997628891 48709632 363 996147200 4194304 4520092 548682068832 18446744073709551615 221236095834 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/15150/statm: 11892 363 244 79 0 219 0
[pid=15173] ppid=15150 vsize=103944 CPUtime=885.5
/proc/15173/stat : 15173 (eSAT_static) R 15150 15150 13775 0 -1 4194304 27472 0 0 0 88536 14 0 0 25 0 1 0 1997631174 106438656 24393 996147200 134512640 135177480 4294955968 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 0 0 0
/proc/15173/statm: 25986 24393 80 162 0 25821 0
Current children cumulated CPU time (s) 908.4
Current children cumulated vsize (KiB) 151512

[startup+915.101 s]
/proc/loadavg: 0.99 0.97 1.10 2/66 15179
/proc/meminfo: memFree=1372232/2055920 swapFree=4180412/4192956
[pid=15150] ppid=15148 vsize=47568 CPUtime=22.9
/proc/15150/stat : 15150 (galacE.sh) S 15148 15150 13775 0 -1 4194304 798 29032 0 1 0 0 2268 22 17 0 1 0 1997628891 48709632 363 996147200 4194304 4520092 548682068832 18446744073709551615 221236095834 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/15150/statm: 11892 363 244 79 0 219 0
[pid=15173] ppid=15150 vsize=103944 CPUtime=891.9
/proc/15173/stat : 15173 (eSAT_static) R 15150 15150 13775 0 -1 4194304 27472 0 0 0 89176 14 0 0 25 0 1 0 1997631174 106438656 24393 996147200 134512640 135177480 4294955968 18446744073709551615 134565210 0 0 4096 3 0 0 0 17 0 0 0
/proc/15173/statm: 25986 24393 80 162 0 25821 0
Current children cumulated CPU time (s) 914.8
Current children cumulated vsize (KiB) 151512

[startup+921.501 s]
/proc/loadavg: 0.99 0.97 1.10 2/66 15179
/proc/meminfo: memFree=1372232/2055920 swapFree=4180412/4192956
[pid=15150] ppid=15148 vsize=47568 CPUtime=22.9
/proc/15150/stat : 15150 (galacE.sh) S 15148 15150 13775 0 -1 4194304 798 29032 0 1 0 0 2268 22 17 0 1 0 1997628891 48709632 363 996147200 4194304 4520092 548682068832 18446744073709551615 221236095834 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/15150/statm: 11892 363 244 79 0 219 0
[pid=15173] ppid=15150 vsize=103944 CPUtime=898.29
/proc/15173/stat : 15173 (eSAT_static) R 15150 15150 13775 0 -1 4194304 27472 0 0 0 89815 14 0 0 25 0 1 0 1997631174 106438656 24393 996147200 134512640 135177480 4294955968 18446744073709551615 134565529 0 0 4096 3 0 0 0 17 0 0 0
/proc/15173/statm: 25986 24393 80 162 0 25821 0
Current children cumulated CPU time (s) 921.19
Current children cumulated vsize (KiB) 151512

[startup+924.702 s]
/proc/loadavg: 0.99 0.97 1.10 2/66 15179
/proc/meminfo: memFree=1372232/2055920 swapFree=4180412/4192956
[pid=15150] ppid=15148 vsize=47568 CPUtime=22.9
/proc/15150/stat : 15150 (galacE.sh) S 15148 15150 13775 0 -1 4194304 798 29032 0 1 0 0 2268 22 17 0 1 0 1997628891 48709632 363 996147200 4194304 4520092 548682068832 18446744073709551615 221236095834 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/15150/statm: 11892 363 244 79 0 219 0
[pid=15173] ppid=15150 vsize=103944 CPUtime=901.49
/proc/15173/stat : 15173 (eSAT_static) R 15150 15150 13775 0 -1 4194304 27472 0 0 0 90135 14 0 0 25 0 1 0 1997631174 106438656 24393 996147200 134512640 135177480 4294955968 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 0 0 0
/proc/15173/statm: 25986 24393 80 162 0 25821 0
Current children cumulated CPU time (s) 924.39
Current children cumulated vsize (KiB) 151512

[startup+926.302 s]
/proc/loadavg: 0.99 0.97 1.10 2/74 15188
/proc/meminfo: memFree=1426248/2055920 swapFree=4180412/4192956
[pid=15150] ppid=15148 vsize=47568 CPUtime=925.22
/proc/15150/stat : 15150 (galacE.sh) S 15148 15150 13775 0 -1 4194304 834 56705 0 1 0 0 92483 39 16 0 1 0 1997628891 48709632 364 996147200 4194304 4520092 548682068832 18446744073709551615 221236658258 0 0 4096 73728 18446744071563648864 0 0 17 0 0 0
/proc/15150/statm: 11892 364 244 79 0 219 0
[pid=15180] ppid=15150 vsize=813996 CPUtime=0.9
/proc/15180/stat : 15180 (java) S 15150 15150 13775 0 -1 0 17925 0 1 0 81 9 0 0 20 0 9 0 1997721442 833531904 17307 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 3670016 16800975 18446744073709551615 0 0 17 0 0 0
/proc/15180/statm: 203499 17307 1919 9 0 197452 0
[pid=15180/tid=15181] ppid=15150 vsize=813996 CPUtime=0.73
/proc/15180/task/15181/stat : 15181 (java) R 15150 15150 13775 0 -1 64 14603 0 1 0 66 7 0 0 16 0 9 0 1997721444 833531904 17307 996147200 134512640 134550740 4294955616 18446744073709551615 4125950500 0 4 3670016 16800975 0 0 0 -1 0 0 0
[pid=15180/tid=15182] ppid=15150 vsize=813996 CPUtime=0.01
/proc/15180/task/15182/stat : 15182 (java) S 15150 15150 13775 0 -1 64 1896 0 0 0 1 0 0 0 16 0 9 0 1997721445 833531904 17307 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 3670016 16800975 0 0 0 -1 0 0 0
[pid=15180/tid=15183] ppid=15150 vsize=813996 CPUtime=0
/proc/15180/task/15183/stat : 15183 (java) S 15150 15150 13775 0 -1 64 11 0 0 0 0 0 0 0 15 0 9 0 1997721445 833531904 17307 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 0 0 0
[pid=15180/tid=15184] ppid=15150 vsize=813996 CPUtime=0
/proc/15180/task/15184/stat : 15184 (java) S 15150 15150 13775 0 -1 64 4 0 0 0 0 0 0 0 24 0 9 0 1997721445 833531904 17307 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 0 0 0
[pid=15180/tid=15185] ppid=15150 vsize=813996 CPUtime=0
/proc/15180/task/15185/stat : 15185 (java) S 15150 15150 13775 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 1997721447 833531904 17307 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 0 0 0
[pid=15180/tid=15186] ppid=15150 vsize=813996 CPUtime=0.13
/proc/15180/task/15186/stat : 15186 (java) R 15150 15150 13775 0 -1 64 716 0 0 0 13 0 0 0 16 0 9 0 1997721447 833531904 17307 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=15180/tid=15187] ppid=15150 vsize=813996 CPUtime=0
/proc/15180/task/15187/stat : 15187 (java) S 15150 15150 13775 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 1997721448 833531904 17307 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 0 0 0
[pid=15180/tid=15188] ppid=15150 vsize=813996 CPUtime=0
/proc/15180/task/15188/stat : 15188 (java) S 15150 15150 13775 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1997721448 833531904 17307 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 926.12
Current children cumulated vsize (KiB) 861564

[startup+926.701 s]
/proc/loadavg: 0.99 0.97 1.10 2/74 15188
/proc/meminfo: memFree=1426248/2055920 swapFree=4180412/4192956
[pid=15150] ppid=15148 vsize=47568 CPUtime=925.22
/proc/15150/stat : 15150 (galacE.sh) S 15148 15150 13775 0 -1 4194304 834 56705 0 1 0 0 92483 39 16 0 1 0 1997628891 48709632 364 996147200 4194304 4520092 548682068832 18446744073709551615 221236658258 0 0 4096 73728 18446744071563648864 0 0 17 0 0 0
/proc/15150/statm: 11892 364 244 79 0 219 0
[pid=15180] ppid=15150 vsize=813996 CPUtime=1.3
/proc/15180/stat : 15180 (java) S 15150 15150 13775 0 -1 0 18070 0 1 0 121 9 0 0 20 0 9 0 1997721442 833531904 17451 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 3670016 16800975 18446744073709551615 0 0 17 0 0 0
/proc/15180/statm: 203499 17451 1921 9 0 197452 0
[pid=15180/tid=15181] ppid=15150 vsize=813996 CPUtime=1.12
/proc/15180/task/15181/stat : 15181 (java) R 15150 15150 13775 0 -1 64 14604 0 1 0 105 7 0 0 19 0 9 0 1997721444 833531904 17451 996147200 134512640 134550740 4294955616 18446744073709551615 4126782046 0 4 3670016 16800975 0 0 0 -1 0 0 0
[pid=15180/tid=15182] ppid=15150 vsize=813996 CPUtime=0.02
/proc/15180/task/15182/stat : 15182 (java) S 15150 15150 13775 0 -1 64 2034 0 0 0 1 1 0 0 16 0 9 0 1997721445 833531904 17451 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 3670016 16800975 0 0 0 -1 0 0 0
[pid=15180/tid=15183] ppid=15150 vsize=813996 CPUtime=0
/proc/15180/task/15183/stat : 15183 (java) S 15150 15150 13775 0 -1 64 11 0 0 0 0 0 0 0 15 0 9 0 1997721445 833531904 17451 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 0 0 0
[pid=15180/tid=15184] ppid=15150 vsize=813996 CPUtime=0
/proc/15180/task/15184/stat : 15184 (java) S 15150 15150 13775 0 -1 64 4 0 0 0 0 0 0 0 24 0 9 0 1997721445 833531904 17451 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 0 0 0
[pid=15180/tid=15185] ppid=15150 vsize=813996 CPUtime=0
/proc/15180/task/15185/stat : 15185 (java) S 15150 15150 13775 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 1997721447 833531904 17451 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 0 0 0
[pid=15180/tid=15186] ppid=15150 vsize=813996 CPUtime=0.13
/proc/15180/task/15186/stat : 15186 (java) S 15150 15150 13775 0 -1 64 722 0 0 0 13 0 0 0 16 0 9 0 1997721447 833531904 17451 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=15180/tid=15187] ppid=15150 vsize=813996 CPUtime=0
/proc/15180/task/15187/stat : 15187 (java) S 15150 15150 13775 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 1997721448 833531904 17451 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 0 0 0
[pid=15180/tid=15188] ppid=15150 vsize=813996 CPUtime=0
/proc/15180/task/15188/stat : 15188 (java) S 15150 15150 13775 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1997721448 833531904 17451 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 926.52
Current children cumulated vsize (KiB) 861564

[startup+927.102 s]
/proc/loadavg: 0.99 0.97 1.10 2/74 15188
/proc/meminfo: memFree=1426248/2055920 swapFree=4180412/4192956
[pid=15150] ppid=15148 vsize=47568 CPUtime=925.22
/proc/15150/stat : 15150 (galacE.sh) S 15148 15150 13775 0 -1 4194304 834 56705 0 1 0 0 92483 39 16 0 1 0 1997628891 48709632 364 996147200 4194304 4520092 548682068832 18446744073709551615 221236658258 0 0 4096 73728 18446744071563648864 0 0 17 0 0 0
/proc/15150/statm: 11892 364 244 79 0 219 0
[pid=15180] ppid=15150 vsize=813996 CPUtime=1.7
/proc/15180/stat : 15180 (java) S 15150 15150 13775 0 -1 0 18072 0 1 0 161 9 0 0 20 0 9 0 1997721442 833531904 17451 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 3670016 16800975 18446744073709551615 0 0 17 0 0 0
/proc/15180/statm: 203499 17451 1921 9 0 197452 0
[pid=15180/tid=15181] ppid=15150 vsize=813996 CPUtime=1.52
/proc/15180/task/15181/stat : 15181 (java) R 15150 15150 13775 0 -1 64 14606 0 1 0 145 7 0 0 23 0 9 0 1997721444 833531904 17451 996147200 134512640 134550740 4294955616 18446744073709551615 4126630408 0 4 3670016 16800975 0 0 0 -1 0 0 0
[pid=15180/tid=15182] ppid=15150 vsize=813996 CPUtime=0.02
/proc/15180/task/15182/stat : 15182 (java) S 15150 15150 13775 0 -1 64 2034 0 0 0 1 1 0 0 16 0 9 0 1997721445 833531904 17451 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 3670016 16800975 0 0 0 -1 0 0 0
[pid=15180/tid=15183] ppid=15150 vsize=813996 CPUtime=0
/proc/15180/task/15183/stat : 15183 (java) S 15150 15150 13775 0 -1 64 11 0 0 0 0 0 0 0 15 0 9 0 1997721445 833531904 17451 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 0 0 0
[pid=15180/tid=15184] ppid=15150 vsize=813996 CPUtime=0
/proc/15180/task/15184/stat : 15184 (java) S 15150 15150 13775 0 -1 64 4 0 0 0 0 0 0 0 24 0 9 0 1997721445 833531904 17451 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 0 0 0
[pid=15180/tid=15185] ppid=15150 vsize=813996 CPUtime=0
/proc/15180/task/15185/stat : 15185 (java) S 15150 15150 13775 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 1997721447 833531904 17451 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 0 0 0
[pid=15180/tid=15186] ppid=15150 vsize=813996 CPUtime=0.14
/proc/15180/task/15186/stat : 15186 (java) S 15150 15150 13775 0 -1 64 722 0 0 0 14 0 0 0 15 0 9 0 1997721447 833531904 17451 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=15180/tid=15187] ppid=15150 vsize=813996 CPUtime=0
/proc/15180/task/15187/stat : 15187 (java) S 15150 15150 13775 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 1997721448 833531904 17451 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 0 0 0
[pid=15180/tid=15188] ppid=15150 vsize=813996 CPUtime=0
/proc/15180/task/15188/stat : 15188 (java) S 15150 15150 13775 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1997721448 833531904 17451 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 926.92
Current children cumulated vsize (KiB) 861564

[startup+927.202 s]
/proc/loadavg: 0.99 0.97 1.10 2/66 15189
/proc/meminfo: memFree=1468488/2055920 swapFree=4180412/4192956
[pid=15150] ppid=15148 vsize=47568 CPUtime=927.04
/proc/15150/stat : 15150 (galacE.sh) S 15148 15150 13775 0 -1 4194304 878 74787 0 2 0 0 92654 50 18 0 1 0 1997628891 48709632 365 996147200 4194304 4520092 548682068832 18446744073709551615 221236095834 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/15150/statm: 11892 365 244 79 0 219 0
[pid=15189] ppid=15150 vsize=41156 CPUtime=0
/proc/15189/stat : 15189 (rm) R 15150 15150 13775 0 -1 4194304 135 0 0 0 0 0 0 0 19 0 1 0 1997721611 42143744 108 996147200 4194304 4227748 548682068624 18446744073709551615 221236663337 0 0 4096 0 0 0 0 17 0 0 0
/proc/15189/statm: 10289 108 89 8 0 42 0
Current children cumulated CPU time (s) 927.04
Current children cumulated vsize (KiB) 88724

Child status: 0
Real time (s): 927.211
CPU time (s): 927.074
CPU user time (s): 926.55
CPU system time (s): 0.52392
CPU usage (%): 99.9853
Max. virtual memory (cumulated for all children) (KiB): 861564

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 926.55
system time used= 0.52392
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 75819
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= 1314
involuntary context switches= 2448

runsolver used 0.912861 second user time and 2.48062 second system time

The end

Launcher Data (download as text)

Begin job on node21 at 2008-07-04 17:49:06
IDJOB=1076355
IDBENCH=56583
IDSOLVER=351
FILE ID=node21/1076355-1215186546
PBS_JOBID= 7881633
Free space on /tmp= 66484 MiB

SOLVER NAME= galac E
BENCH NAME= CPAI08/csp/ogdVg/normalized-crossword-m1c-ogd-vg5-7_ext.xml
COMMAND LINE= HOME/galacE.sh BENCHNAME 
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1076355-1215186546/watcher-1076355-1215186546 -o /tmp/evaluation-result-1076355-1215186546/solver-1076355-1215186546 -C 1800 -W 2200 -M 900 --output-limit 1,15  HOME/galacE.sh HOME/instance-1076355-1215186546.xml 

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 53a44a515ed4385252828520ba63c148
RANDOM SEED=275342309

node21.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.263
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.263
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:       1483000 kB
Buffers:         81308 kB
Cached:         415760 kB
SwapCached:       6472 kB
Active:         133368 kB
Inactive:       372948 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1483000 kB
SwapTotal:     4192956 kB
SwapFree:      4180412 kB
Dirty:           41060 kB
Writeback:           0 kB
Mapped:          13732 kB
Slab:            52660 kB
Committed_AS:  3449816 kB
PageTables:       1444 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= 66480 MiB
End job on node21 at 2008-07-04 18:04:34