Trace number 1069105

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 420.064 436.649

General information on the benchmark

Namecsp/ukVg/
normalized-crossword-m1c-uk-vg5-6_ext.xml
MD5SUMf5ddb3e6c7682f9213f2157a606798c1
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.132978
Satisfiable
(Un)Satisfiability was proved
Number of variables30
Number of constraints11
Maximum constraint arity6
Maximum domain size26
Number of constraints which are defined in extension11
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.82	c start processing
0.01/0.82	c start relation processing
1.46/1.56	c start cnf exporting
20.61/35.09	c parsing time : 0.695
20.61/35.09	c preprocessing time : 34.971
20.61/35.09	
20.61/35.09	c Nary constraints - conflicts : 0 supports : 11
20.61/35.09	c Binary constraints - conflicts : 0 supports :0
20.61/35.09	c max arity constraint : 6
20.61/35.09	c Max Tuples generated 0
20.61/35.09	c relations : 2
20.61/35.09	c relations BDD: 2
20.61/35.09	c sampling 0/0
20.61/35.09	c vars : 145802 - clauses :  547885
20.61/35.09	
20.71/35.15	 
20.71/35.15	c --- SAT Solver Stats ---
20.71/35.15	 
20.71/35.15	c eSAT 0.1 : minisat core with additionnal features
20.71/35.15	c ============================[ Problem Statistics ]=============================
20.71/35.15	c |                                                                             |
20.71/35.15	c |  Number of variables:  145801                                               |
20.71/35.15	c |  Number of clauses:    547885                                               |
21.36/35.83	c |  Parsing time:         0.61         s                                       |
418.35/434.99	c restarts              : 920
418.35/434.99	c conflicts             : 67926          (171 /sec)
418.35/434.99	c decisions             : 564977         (13.27 % random) (1421 /sec)
418.35/434.99	c euip                  : 6643        
418.35/434.99	c propagations          : 355292011      (893608 /sec)
418.35/434.99	c conflict literals     : 4968842        (38.23 % deleted)
418.35/434.99	c Memory used           : 84.59 MB
418.35/434.99	c CPU time              : 397.593 s
418.35/434.99	c 
418.44/435.04	s SATISFIABLE
420.02/436.64	v 6 11 0 18 18 24 24 14 17 10 8 4 15 4 3 0 11 18 18 22 4 17 21 4 24 4 13 19 0 18

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-1069105-1215158797/watcher-1069105-1215158797 -o /tmp/evaluation-result-1069105-1215158797/solver-1069105-1215158797 -C 1800 -W 2200 -M 900 --output-limit 1,15 HOME/galacE.sh HOME/instance-1069105-1215158797.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.92 1.98 1.99 3/87 26066
/proc/meminfo: memFree=1506132/2055920 swapFree=4146776/4192956
[pid=26066] ppid=26064 vsize=5188 CPUtime=0
/proc/26066/stat : 26066 (galacE.sh) R 26064 26066 25845 0 -1 4194304 98 0 0 0 0 0 0 0 20 0 1 0 671606256 5312512 72 996147200 4194304 4520092 548682068832 18446744073709551615 4320512 0 0 4096 0 0 0 0 17 1 0 0
/proc/26066/statm: 1297 72 54 79 0 107 0

[startup+0.05449 s]
/proc/loadavg: 1.92 1.98 1.99 3/87 26066
/proc/meminfo: memFree=1506132/2055920 swapFree=4146776/4192956
[pid=26066] ppid=26064 vsize=47564 CPUtime=0.01
/proc/26066/stat : 26066 (galacE.sh) S 26064 26066 25845 0 -1 4194304 766 1697 0 0 0 0 0 1 17 0 1 0 671606256 48705536 365 996147200 4194304 4520092 548682068832 18446744073709551615 256364440410 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/26066/statm: 11891 365 246 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47564

[startup+0.101491 s]
/proc/loadavg: 1.92 1.98 1.99 3/87 26066
/proc/meminfo: memFree=1506132/2055920 swapFree=4146776/4192956
[pid=26066] ppid=26064 vsize=47564 CPUtime=0.01
/proc/26066/stat : 26066 (galacE.sh) S 26064 26066 25845 0 -1 4194304 766 1697 0 0 0 0 0 1 17 0 1 0 671606256 48705536 365 996147200 4194304 4520092 548682068832 18446744073709551615 256364440410 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/26066/statm: 11891 365 246 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47564

[startup+0.301513 s]
/proc/loadavg: 1.92 1.98 1.99 3/87 26066
/proc/meminfo: memFree=1506132/2055920 swapFree=4146776/4192956
[pid=26066] ppid=26064 vsize=47564 CPUtime=0.01
/proc/26066/stat : 26066 (galacE.sh) S 26064 26066 25845 0 -1 4194304 766 1697 0 0 0 0 0 1 17 0 1 0 671606256 48705536 365 996147200 4194304 4520092 548682068832 18446744073709551615 256364440410 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/26066/statm: 11891 365 246 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47564

[startup+0.701557 s]
/proc/loadavg: 1.92 1.98 1.99 3/87 26066
/proc/meminfo: memFree=1506132/2055920 swapFree=4146776/4192956
[pid=26066] ppid=26064 vsize=47564 CPUtime=0.01
/proc/26066/stat : 26066 (galacE.sh) S 26064 26066 25845 0 -1 4194304 766 1697 0 0 0 0 0 1 17 0 1 0 671606256 48705536 365 996147200 4194304 4520092 548682068832 18446744073709551615 256364440410 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/26066/statm: 11891 365 246 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47564

[startup+1.50264 s]
/proc/loadavg: 1.92 1.98 1.99 3/97 26088
/proc/meminfo: memFree=1432900/2055920 swapFree=4146776/4192956
[pid=26066] ppid=26064 vsize=47564 CPUtime=0.01
/proc/26066/stat : 26066 (galacE.sh) S 26064 26066 25845 0 -1 4194304 766 1697 0 0 0 0 0 1 17 0 1 0 671606256 48705536 365 996147200 4194304 4520092 548682068832 18446744073709551615 256364440410 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/26066/statm: 11891 365 246 79 0 219 0
[pid=26080] ppid=26066 vsize=813652 CPUtime=1.45
/proc/26080/stat : 26080 (java) S 26066 26066 25845 0 -1 0 20506 0 1 0 134 11 0 0 18 0 9 0 671606259 833179648 19932 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/26080/statm: 203413 19932 1888 9 0 197394 0
[pid=26080/tid=26081] ppid=26066 vsize=813652 CPUtime=1.24
/proc/26080/task/26081/stat : 26081 (java) R 26066 26066 25845 0 -1 64 14486 0 1 0 117 7 0 0 25 0 9 0 671606260 833179648 19932 996147200 134512640 134550740 4294955600 18446744073709551615 4126792665 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26080/tid=26082] ppid=26066 vsize=813652 CPUtime=0.03
/proc/26080/task/26082/stat : 26082 (java) S 26066 26066 25845 0 -1 64 4541 0 0 0 2 1 0 0 16 0 9 0 671606262 833179648 19932 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=26080/tid=26083] ppid=26066 vsize=813652 CPUtime=0
/proc/26080/task/26083/stat : 26083 (java) S 26066 26066 25845 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 671606262 833179648 19932 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26080/tid=26084] ppid=26066 vsize=813652 CPUtime=0
/proc/26080/task/26084/stat : 26084 (java) S 26066 26066 25845 0 -1 64 4 0 0 0 0 0 0 0 22 0 9 0 671606262 833179648 19932 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26080/tid=26085] ppid=26066 vsize=813652 CPUtime=0
/proc/26080/task/26085/stat : 26085 (java) S 26066 26066 25845 0 -1 64 2 0 0 0 0 0 0 0 23 0 9 0 671606264 833179648 19932 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26080/tid=26086] ppid=26066 vsize=813652 CPUtime=0.14
/proc/26080/task/26086/stat : 26086 (java) S 26066 26066 25845 0 -1 64 780 0 0 0 14 0 0 0 16 0 9 0 671606264 833179648 19932 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26080/tid=26087] ppid=26066 vsize=813652 CPUtime=0
/proc/26080/task/26087/stat : 26087 (java) S 26066 26066 25845 0 -1 64 1 0 0 0 0 0 0 0 24 0 9 0 671606264 833179648 19932 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26080/tid=26088] ppid=26066 vsize=813652 CPUtime=0
/proc/26080/task/26088/stat : 26088 (java) S 26066 26066 25845 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 671606264 833179648 19932 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) 861216

[startup+3.1028 s]
/proc/loadavg: 1.92 1.98 1.99 4/97 26088
/proc/meminfo: memFree=1416516/2055920 swapFree=4146776/4192956
[pid=26066] ppid=26064 vsize=47564 CPUtime=0.01
/proc/26066/stat : 26066 (galacE.sh) S 26064 26066 25845 0 -1 4194304 766 1697 0 0 0 0 0 1 17 0 1 0 671606256 48705536 365 996147200 4194304 4520092 548682068832 18446744073709551615 256364440410 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/26066/statm: 11891 365 246 79 0 219 0
[pid=26080] ppid=26066 vsize=813652 CPUtime=2.6
/proc/26080/stat : 26080 (java) S 26066 26066 25845 0 -1 0 24524 0 1 0 246 14 0 0 18 0 9 0 671606259 833179648 23945 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/26080/statm: 203413 23945 1909 9 0 197394 0
[pid=26080/tid=26081] ppid=26066 vsize=813652 CPUtime=2.22
/proc/26080/task/26081/stat : 26081 (java) R 26066 26066 25845 0 -1 64 14534 0 1 0 214 8 0 0 25 0 9 0 671606260 833179648 23945 996147200 134512640 134550740 4294955600 18446744073709551615 4126634343 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26080/tid=26082] ppid=26066 vsize=813652 CPUtime=0.14
/proc/26080/task/26082/stat : 26082 (java) S 26066 26066 25845 0 -1 64 8469 0 0 0 11 3 0 0 16 0 9 0 671606262 833179648 23945 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=26080/tid=26083] ppid=26066 vsize=813652 CPUtime=0
/proc/26080/task/26083/stat : 26083 (java) S 26066 26066 25845 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 671606262 833179648 23945 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26080/tid=26084] ppid=26066 vsize=813652 CPUtime=0
/proc/26080/task/26084/stat : 26084 (java) S 26066 26066 25845 0 -1 64 4 0 0 0 0 0 0 0 22 0 9 0 671606262 833179648 23945 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26080/tid=26085] ppid=26066 vsize=813652 CPUtime=0
/proc/26080/task/26085/stat : 26085 (java) S 26066 26066 25845 0 -1 64 2 0 0 0 0 0 0 0 23 0 9 0 671606264 833179648 23945 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26080/tid=26086] ppid=26066 vsize=813652 CPUtime=0.2
/proc/26080/task/26086/stat : 26086 (java) S 26066 26066 25845 0 -1 64 822 0 0 0 20 0 0 0 15 0 9 0 671606264 833179648 23945 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26080/tid=26087] ppid=26066 vsize=813652 CPUtime=0
/proc/26080/task/26087/stat : 26087 (java) S 26066 26066 25845 0 -1 64 1 0 0 0 0 0 0 0 24 0 9 0 671606264 833179648 23945 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26080/tid=26088] ppid=26066 vsize=813652 CPUtime=0
/proc/26080/task/26088/stat : 26088 (java) S 26066 26066 25845 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 671606264 833179648 23945 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.61
Current children cumulated vsize (KiB) 861216

[startup+6.30213 s]
/proc/loadavg: 2.09 2.02 2.01 3/97 26088
/proc/meminfo: memFree=1409348/2055920 swapFree=4146776/4192956
[pid=26066] ppid=26064 vsize=47564 CPUtime=0.01
/proc/26066/stat : 26066 (galacE.sh) S 26064 26066 25845 0 -1 4194304 766 1697 0 0 0 0 0 1 17 0 1 0 671606256 48705536 365 996147200 4194304 4520092 548682068832 18446744073709551615 256364440410 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/26066/statm: 11891 365 246 79 0 219 0
[pid=26080] ppid=26066 vsize=813652 CPUtime=5.74
/proc/26080/stat : 26080 (java) S 26066 26066 25845 0 -1 0 25913 0 1 0 558 16 0 0 18 0 9 0 671606259 833179648 25327 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/26080/statm: 203413 25327 1909 9 0 197394 0
[pid=26080/tid=26081] ppid=26066 vsize=813652 CPUtime=5.27
/proc/26080/task/26081/stat : 26081 (java) R 26066 26066 25845 0 -1 64 14541 0 1 0 518 9 0 0 25 0 9 0 671606260 833179648 25327 996147200 134512640 134550740 4294955600 18446744073709551615 4126976293 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26080/tid=26082] ppid=26066 vsize=813652 CPUtime=0.22
/proc/26080/task/26082/stat : 26082 (java) S 26066 26066 25845 0 -1 64 9847 0 0 0 18 4 0 0 16 0 9 0 671606262 833179648 25327 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=26080/tid=26083] ppid=26066 vsize=813652 CPUtime=0
/proc/26080/task/26083/stat : 26083 (java) S 26066 26066 25845 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 671606262 833179648 25327 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26080/tid=26084] ppid=26066 vsize=813652 CPUtime=0
/proc/26080/task/26084/stat : 26084 (java) S 26066 26066 25845 0 -1 64 4 0 0 0 0 0 0 0 22 0 9 0 671606262 833179648 25327 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26080/tid=26085] ppid=26066 vsize=813652 CPUtime=0
/proc/26080/task/26085/stat : 26085 (java) S 26066 26066 25845 0 -1 64 2 0 0 0 0 0 0 0 23 0 9 0 671606264 833179648 25327 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26080/tid=26086] ppid=26066 vsize=813652 CPUtime=0.2
/proc/26080/task/26086/stat : 26086 (java) S 26066 26066 25845 0 -1 64 826 0 0 0 20 0 0 0 15 0 9 0 671606264 833179648 25327 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26080/tid=26087] ppid=26066 vsize=813652 CPUtime=0
/proc/26080/task/26087/stat : 26087 (java) S 26066 26066 25845 0 -1 64 1 0 0 0 0 0 0 0 24 0 9 0 671606264 833179648 25327 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26080/tid=26088] ppid=26066 vsize=813652 CPUtime=0
/proc/26080/task/26088/stat : 26088 (java) S 26066 26066 25845 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 671606264 833179648 25327 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 5.75
Current children cumulated vsize (KiB) 861216

[startup+12.7028 s]
/proc/loadavg: 2.24 2.05 2.02 3/97 26088
/proc/meminfo: memFree=1405700/2055920 swapFree=4146776/4192956
[pid=26066] ppid=26064 vsize=47564 CPUtime=0.01
/proc/26066/stat : 26066 (galacE.sh) S 26064 26066 25845 0 -1 4194304 766 1697 0 0 0 0 0 1 17 0 1 0 671606256 48705536 365 996147200 4194304 4520092 548682068832 18446744073709551615 256364440410 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/26066/statm: 11891 365 246 79 0 219 0
[pid=26080] ppid=26066 vsize=813652 CPUtime=11.62
/proc/26080/stat : 26080 (java) S 26066 26066 25845 0 -1 0 25923 0 1 0 1144 18 0 0 18 0 9 0 671606259 833179648 25327 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/26080/statm: 203413 25327 1909 9 0 197394 0
[pid=26080/tid=26081] ppid=26066 vsize=813652 CPUtime=11.15
/proc/26080/task/26081/stat : 26081 (java) R 26066 26066 25845 0 -1 64 14551 0 1 0 1104 11 0 0 25 0 9 0 671606260 833179648 25327 996147200 134512640 134550740 4294955600 18446744073709551615 101444652 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26080/tid=26082] ppid=26066 vsize=813652 CPUtime=0.22
/proc/26080/task/26082/stat : 26082 (java) S 26066 26066 25845 0 -1 64 9847 0 0 0 18 4 0 0 16 0 9 0 671606262 833179648 25327 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=26080/tid=26083] ppid=26066 vsize=813652 CPUtime=0
/proc/26080/task/26083/stat : 26083 (java) S 26066 26066 25845 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 671606262 833179648 25327 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26080/tid=26084] ppid=26066 vsize=813652 CPUtime=0
/proc/26080/task/26084/stat : 26084 (java) S 26066 26066 25845 0 -1 64 4 0 0 0 0 0 0 0 22 0 9 0 671606262 833179648 25327 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26080/tid=26085] ppid=26066 vsize=813652 CPUtime=0
/proc/26080/task/26085/stat : 26085 (java) S 26066 26066 25845 0 -1 64 2 0 0 0 0 0 0 0 23 0 9 0 671606264 833179648 25327 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26080/tid=26086] ppid=26066 vsize=813652 CPUtime=0.2
/proc/26080/task/26086/stat : 26086 (java) S 26066 26066 25845 0 -1 64 826 0 0 0 20 0 0 0 15 0 9 0 671606264 833179648 25327 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26080/tid=26087] ppid=26066 vsize=813652 CPUtime=0
/proc/26080/task/26087/stat : 26087 (java) S 26066 26066 25845 0 -1 64 1 0 0 0 0 0 0 0 24 0 9 0 671606264 833179648 25327 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26080/tid=26088] ppid=26066 vsize=813652 CPUtime=0
/proc/26080/task/26088/stat : 26088 (java) S 26066 26066 25845 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 671606264 833179648 25327 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 11.63
Current children cumulated vsize (KiB) 861216

[startup+25.5011 s]
/proc/loadavg: 2.44 2.10 2.03 2/97 26088
/proc/meminfo: memFree=1400516/2055920 swapFree=4146776/4192956
[pid=26066] ppid=26064 vsize=47564 CPUtime=0.01
/proc/26066/stat : 26066 (galacE.sh) S 26064 26066 25845 0 -1 4194304 766 1697 0 0 0 0 0 1 17 0 1 0 671606256 48705536 365 996147200 4194304 4520092 548682068832 18446744073709551615 256364440410 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/26066/statm: 11891 365 246 79 0 219 0
[pid=26080] ppid=26066 vsize=813652 CPUtime=19.83
/proc/26080/stat : 26080 (java) S 26066 26066 25845 0 -1 0 25938 0 1 0 1961 22 0 0 18 0 9 0 671606259 833179648 25327 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/26080/statm: 203413 25327 1909 9 0 197394 0
[pid=26080/tid=26081] ppid=26066 vsize=813652 CPUtime=19.34
/proc/26080/task/26081/stat : 26081 (java) D 26066 26066 25845 0 -1 64 14566 0 1 0 1919 15 0 0 25 0 9 0 671606260 833179648 25327 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 18446744071563608240 0 0 -1 0 0 0
[pid=26080/tid=26082] ppid=26066 vsize=813652 CPUtime=0.23
/proc/26080/task/26082/stat : 26082 (java) S 26066 26066 25845 0 -1 64 9847 0 0 0 19 4 0 0 16 0 9 0 671606262 833179648 25327 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=26080/tid=26083] ppid=26066 vsize=813652 CPUtime=0
/proc/26080/task/26083/stat : 26083 (java) S 26066 26066 25845 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 671606262 833179648 25327 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26080/tid=26084] ppid=26066 vsize=813652 CPUtime=0
/proc/26080/task/26084/stat : 26084 (java) S 26066 26066 25845 0 -1 64 4 0 0 0 0 0 0 0 22 0 9 0 671606262 833179648 25327 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26080/tid=26085] ppid=26066 vsize=813652 CPUtime=0
/proc/26080/task/26085/stat : 26085 (java) S 26066 26066 25845 0 -1 64 2 0 0 0 0 0 0 0 23 0 9 0 671606264 833179648 25327 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26080/tid=26086] ppid=26066 vsize=813652 CPUtime=0.2
/proc/26080/task/26086/stat : 26086 (java) S 26066 26066 25845 0 -1 64 826 0 0 0 20 0 0 0 15 0 9 0 671606264 833179648 25327 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26080/tid=26087] ppid=26066 vsize=813652 CPUtime=0
/proc/26080/task/26087/stat : 26087 (java) S 26066 26066 25845 0 -1 64 1 0 0 0 0 0 0 0 24 0 9 0 671606264 833179648 25327 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26080/tid=26088] ppid=26066 vsize=813652 CPUtime=0
/proc/26080/task/26088/stat : 26088 (java) S 26066 26066 25845 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 671606264 833179648 25327 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 19.84
Current children cumulated vsize (KiB) 861216

[startup+51.1068 s]
/proc/loadavg: 2.96 2.26 2.09 4/89 26089
/proc/meminfo: memFree=1414212/2055920 swapFree=4146776/4192956
[pid=26066] ppid=26064 vsize=47564 CPUtime=20.73

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

/proc/26066/stat : 26066 (galacE.sh) S 26064 26066 25845 0 -1 4194304 800 27649 0 1 0 0 2047 26 17 0 1 0 671606256 48705536 365 996147200 4194304 4520092 548682068832 18446744073709551615 256364440410 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/26066/statm: 11891 365 246 79 0 219 0
[pid=26089] ppid=26066 vsize=85388 CPUtime=186.09
/proc/26089/stat : 26089 (eSAT_static) R 26066 26066 25845 0 -1 4194304 22859 0 0 0 18597 12 0 0 25 0 1 0 671609771 87437312 20160 996147200 134512640 135177480 4294955968 18446744073709551615 134565292 0 0 4096 3 0 0 0 17 0 0 0
/proc/26089/statm: 21347 20160 80 162 0 21182 0
Current children cumulated CPU time (s) 206.82
Current children cumulated vsize (KiB) 132952

[startup+282.302 s]
/proc/loadavg: 2.02 2.11 2.06 3/89 26090
/proc/meminfo: memFree=1413892/2055920 swapFree=4146776/4192956
[pid=26066] ppid=26064 vsize=47564 CPUtime=20.73
/proc/26066/stat : 26066 (galacE.sh) S 26064 26066 25845 0 -1 4194304 800 27649 0 1 0 0 2047 26 17 0 1 0 671606256 48705536 365 996147200 4194304 4520092 548682068832 18446744073709551615 256364440410 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/26066/statm: 11891 365 246 79 0 219 0
[pid=26089] ppid=26066 vsize=85388 CPUtime=245.79
/proc/26089/stat : 26089 (eSAT_static) R 26066 26066 25845 0 -1 4194304 22860 0 0 0 24567 12 0 0 25 0 1 0 671609771 87437312 20161 996147200 134512640 135177480 4294955968 18446744073709551615 134547806 0 0 4096 3 0 0 0 17 0 0 0
/proc/26089/statm: 21347 20161 80 162 0 21182 0
Current children cumulated CPU time (s) 266.52
Current children cumulated vsize (KiB) 132952

[startup+342.301 s]
/proc/loadavg: 2.00 2.09 2.06 3/89 26090
/proc/meminfo: memFree=1413892/2055920 swapFree=4146776/4192956
[pid=26066] ppid=26064 vsize=47564 CPUtime=20.73
/proc/26066/stat : 26066 (galacE.sh) S 26064 26066 25845 0 -1 4194304 800 27649 0 1 0 0 2047 26 17 0 1 0 671606256 48705536 365 996147200 4194304 4520092 548682068832 18446744073709551615 256364440410 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/26066/statm: 11891 365 246 79 0 219 0
[pid=26089] ppid=26066 vsize=85388 CPUtime=305.48
/proc/26089/stat : 26089 (eSAT_static) R 26066 26066 25845 0 -1 4194304 22860 0 0 0 30536 12 0 0 25 0 1 0 671609771 87437312 20161 996147200 134512640 135177480 4294955968 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 0 0 0
/proc/26089/statm: 21347 20161 80 162 0 21182 0
Current children cumulated CPU time (s) 326.21
Current children cumulated vsize (KiB) 132952

[startup+402.301 s]
/proc/loadavg: 2.00 2.07 2.05 3/89 26090
/proc/meminfo: memFree=1413828/2055920 swapFree=4146776/4192956
[pid=26066] ppid=26064 vsize=47564 CPUtime=20.73
/proc/26066/stat : 26066 (galacE.sh) S 26064 26066 25845 0 -1 4194304 800 27649 0 1 0 0 2047 26 17 0 1 0 671606256 48705536 365 996147200 4194304 4520092 548682068832 18446744073709551615 256364440410 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/26066/statm: 11891 365 246 79 0 219 0
[pid=26089] ppid=26066 vsize=85388 CPUtime=365.18
/proc/26089/stat : 26089 (eSAT_static) R 26066 26066 25845 0 -1 4194304 22868 0 0 0 36506 12 0 0 25 0 1 0 671609771 87437312 20169 996147200 134512640 135177480 4294955968 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 0 0 0
/proc/26089/statm: 21347 20169 80 162 0 21182 0
Current children cumulated CPU time (s) 385.91
Current children cumulated vsize (KiB) 132952

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

[startup+410.001 s]
/proc/loadavg: 2.00 2.07 2.05 3/89 26090
/proc/meminfo: memFree=1413828/2055920 swapFree=4146776/4192956
[pid=26066] ppid=26064 vsize=47564 CPUtime=20.73
/proc/26066/stat : 26066 (galacE.sh) S 26064 26066 25845 0 -1 4194304 800 27649 0 1 0 0 2047 26 17 0 1 0 671606256 48705536 365 996147200 4194304 4520092 548682068832 18446744073709551615 256364440410 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/26066/statm: 11891 365 246 79 0 219 0
[pid=26089] ppid=26066 vsize=85520 CPUtime=372.84
/proc/26089/stat : 26089 (eSAT_static) R 26066 26066 25845 0 -1 4194304 22895 0 0 0 37272 12 0 0 25 0 1 0 671609771 87572480 20196 996147200 134512640 135177480 4294955968 18446744073709551615 134565483 0 0 4096 3 0 0 0 17 0 0 0
/proc/26089/statm: 21380 20196 80 162 0 21215 0
Current children cumulated CPU time (s) 393.57
Current children cumulated vsize (KiB) 133084

[startup+422.801 s]
/proc/loadavg: 2.00 2.07 2.05 3/89 26090
/proc/meminfo: memFree=1413380/2055920 swapFree=4146776/4192956
[pid=26066] ppid=26064 vsize=47564 CPUtime=20.73
/proc/26066/stat : 26066 (galacE.sh) S 26064 26066 25845 0 -1 4194304 800 27649 0 1 0 0 2047 26 17 0 1 0 671606256 48705536 365 996147200 4194304 4520092 548682068832 18446744073709551615 256364440410 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/26066/statm: 11891 365 246 79 0 219 0
[pid=26089] ppid=26066 vsize=86048 CPUtime=385.57
/proc/26089/stat : 26089 (eSAT_static) R 26066 26066 25845 0 -1 4194304 23012 0 0 0 38545 12 0 0 25 0 1 0 671609771 88113152 20313 996147200 134512640 135177480 4294955968 18446744073709551615 134565260 0 0 4096 3 0 0 0 17 0 0 0
/proc/26089/statm: 21512 20313 80 162 0 21347 0
Current children cumulated CPU time (s) 406.3
Current children cumulated vsize (KiB) 133612

[startup+429.201 s]
/proc/loadavg: 2.00 2.06 2.05 3/89 26090
/proc/meminfo: memFree=1413188/2055920 swapFree=4146776/4192956
[pid=26066] ppid=26064 vsize=47564 CPUtime=20.73
/proc/26066/stat : 26066 (galacE.sh) S 26064 26066 25845 0 -1 4194304 800 27649 0 1 0 0 2047 26 17 0 1 0 671606256 48705536 365 996147200 4194304 4520092 548682068832 18446744073709551615 256364440410 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/26066/statm: 11891 365 246 79 0 219 0
[pid=26089] ppid=26066 vsize=86180 CPUtime=391.94
/proc/26089/stat : 26089 (eSAT_static) R 26066 26066 25845 0 -1 4194304 23050 0 0 0 39182 12 0 0 25 0 1 0 671609771 88248320 20351 996147200 134512640 135177480 4294955968 18446744073709551615 134571273 0 0 4096 3 0 0 0 17 0 0 0
/proc/26089/statm: 21545 20351 80 162 0 21380 0
Current children cumulated CPU time (s) 412.67
Current children cumulated vsize (KiB) 133744

[startup+432.402 s]
/proc/loadavg: 2.00 2.06 2.05 3/89 26090
/proc/meminfo: memFree=1413188/2055920 swapFree=4146776/4192956
[pid=26066] ppid=26064 vsize=47564 CPUtime=20.73
/proc/26066/stat : 26066 (galacE.sh) S 26064 26066 25845 0 -1 4194304 800 27649 0 1 0 0 2047 26 17 0 1 0 671606256 48705536 365 996147200 4194304 4520092 548682068832 18446744073709551615 256364440410 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/26066/statm: 11891 365 246 79 0 219 0
[pid=26089] ppid=26066 vsize=86180 CPUtime=395.13
/proc/26089/stat : 26089 (eSAT_static) R 26066 26066 25845 0 -1 4194304 23050 0 0 0 39501 12 0 0 25 0 1 0 671609771 88248320 20351 996147200 134512640 135177480 4294955968 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 0 0 0
/proc/26089/statm: 21545 20351 80 162 0 21380 0
Current children cumulated CPU time (s) 415.86
Current children cumulated vsize (KiB) 133744

[startup+434.003 s]
/proc/loadavg: 2.00 2.06 2.05 3/89 26090
/proc/meminfo: memFree=1413188/2055920 swapFree=4146776/4192956
[pid=26066] ppid=26064 vsize=47564 CPUtime=20.73
/proc/26066/stat : 26066 (galacE.sh) S 26064 26066 25845 0 -1 4194304 800 27649 0 1 0 0 2047 26 17 0 1 0 671606256 48705536 365 996147200 4194304 4520092 548682068832 18446744073709551615 256364440410 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/26066/statm: 11891 365 246 79 0 219 0
[pid=26089] ppid=26066 vsize=86180 CPUtime=396.72
/proc/26089/stat : 26089 (eSAT_static) R 26066 26066 25845 0 -1 4194304 23050 0 0 0 39660 12 0 0 25 0 1 0 671609771 88248320 20351 996147200 134512640 135177480 4294955968 18446744073709551615 134565210 0 0 4096 3 0 0 0 17 0 0 0
/proc/26089/statm: 21545 20351 80 162 0 21380 0
Current children cumulated CPU time (s) 417.45
Current children cumulated vsize (KiB) 133744

[startup+435.602 s]
/proc/loadavg: 2.00 2.06 2.05 3/89 26090
/proc/meminfo: memFree=1413188/2055920 swapFree=4146776/4192956
[pid=26066] ppid=26064 vsize=47564 CPUtime=418.53
/proc/26066/stat : 26066 (galacE.sh) S 26064 26066 25845 0 -1 4194304 836 50829 0 1 0 0 41812 41 16 0 1 0 671606256 48705536 366 996147200 4194304 4520092 548682068832 18446744073709551615 256365002834 0 0 4096 73728 18446744071563648864 0 0 17 0 0 0
/proc/26066/statm: 11891 366 246 79 0 219 0
Current children cumulated CPU time (s) 418.53
Current children cumulated vsize (KiB) 47564

[startup+436.402 s]
/proc/loadavg: 2.00 2.06 2.05 3/97 26099
/proc/meminfo: memFree=1438916/2055920 swapFree=4146776/4192956
[pid=26066] ppid=26064 vsize=47564 CPUtime=418.53
/proc/26066/stat : 26066 (galacE.sh) S 26064 26066 25845 0 -1 4194304 836 50829 0 1 0 0 41812 41 16 0 1 0 671606256 48705536 366 996147200 4194304 4520092 548682068832 18446744073709551615 256365002834 0 0 4096 73728 18446744071563648864 0 0 17 0 0 0
/proc/26066/statm: 11891 366 246 79 0 219 0
[pid=26091] ppid=26066 vsize=812756 CPUtime=1.31
/proc/26091/stat : 26091 (java) S 26066 26066 25845 0 -1 0 16197 0 1 0 123 8 0 0 20 0 9 0 671649762 832262144 15577 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 3670016 16800975 18446744073709551615 0 0 17 0 0 0
/proc/26091/statm: 203189 15577 1924 9 0 197142 0
[pid=26091/tid=26092] ppid=26066 vsize=812756 CPUtime=1.16
/proc/26091/task/26092/stat : 26092 (java) R 26066 26066 25845 0 -1 64 14529 0 1 0 109 7 0 0 25 0 9 0 671649763 832262144 15577 996147200 134512640 134550740 4294955616 18446744073709551615 4126656842 0 4 3670016 16800975 0 0 0 -1 0 0 0
[pid=26091/tid=26093] ppid=26066 vsize=812756 CPUtime=0
/proc/26091/task/26093/stat : 26093 (java) S 26066 26066 25845 0 -1 64 171 0 0 0 0 0 0 0 16 0 9 0 671649765 832262144 15577 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 3670016 16800975 0 0 0 -1 0 0 0
[pid=26091/tid=26094] ppid=26066 vsize=812756 CPUtime=0
/proc/26091/task/26094/stat : 26094 (java) S 26066 26066 25845 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 671649765 832262144 15577 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 0 0 0
[pid=26091/tid=26095] ppid=26066 vsize=812756 CPUtime=0
/proc/26091/task/26095/stat : 26095 (java) S 26066 26066 25845 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 671649765 832262144 15577 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 0 0 0
[pid=26091/tid=26096] ppid=26066 vsize=812756 CPUtime=0
/proc/26091/task/26096/stat : 26096 (java) S 26066 26066 25845 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 671649767 832262144 15577 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 0 0 0
[pid=26091/tid=26097] ppid=26066 vsize=812756 CPUtime=0.13
/proc/26091/task/26097/stat : 26097 (java) S 26066 26066 25845 0 -1 64 786 0 0 0 13 0 0 0 16 0 9 0 671649767 832262144 15577 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 0 0 0
[pid=26091/tid=26098] ppid=26066 vsize=812756 CPUtime=0
/proc/26091/task/26098/stat : 26098 (java) S 26066 26066 25845 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 671649767 832262144 15577 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 0 0 0
[pid=26091/tid=26099] ppid=26066 vsize=812756 CPUtime=0
/proc/26091/task/26099/stat : 26099 (java) S 26066 26066 25845 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 671649767 832262144 15577 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 419.84
Current children cumulated vsize (KiB) 860320

[startup+436.602 s]
/proc/loadavg: 2.00 2.06 2.05 3/97 26099
/proc/meminfo: memFree=1438916/2055920 swapFree=4146776/4192956
[pid=26066] ppid=26064 vsize=47564 CPUtime=418.53
/proc/26066/stat : 26066 (galacE.sh) S 26064 26066 25845 0 -1 4194304 843 50829 0 1 0 0 41812 41 16 0 1 0 671606256 48705536 367 996147200 4194304 4520092 548682068832 18446744073709551615 256365002834 0 0 4096 73728 18446744071563648864 0 0 17 0 0 0
/proc/26066/statm: 11891 367 246 79 0 219 0
[pid=26091] ppid=26066 vsize=812756 CPUtime=1.49
/proc/26091/stat : 26091 (java) S 26066 26066 25845 0 -1 0 16199 0 1 0 141 8 0 0 20 0 9 0 671649762 832262144 15578 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 3670016 16800975 18446744073709551615 0 0 17 0 0 0
/proc/26091/statm: 203189 15578 1924 9 0 197142 0
[pid=26091/tid=26092] ppid=26066 vsize=812756 CPUtime=1.34
/proc/26091/task/26092/stat : 26092 (java) S 26066 26066 25845 0 -1 64 14531 0 1 0 127 7 0 0 25 0 9 0 671649763 832262144 15578 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 0 0 0
[pid=26091/tid=26093] ppid=26066 vsize=812756 CPUtime=0
/proc/26091/task/26093/stat : 26093 (java) S 26066 26066 25845 0 -1 64 171 0 0 0 0 0 0 0 16 0 9 0 671649765 832262144 15578 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 3670016 16800975 0 0 0 -1 0 0 0
[pid=26091/tid=26094] ppid=26066 vsize=812756 CPUtime=0
/proc/26091/task/26094/stat : 26094 (java) S 26066 26066 25845 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 671649765 832262144 15578 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 0 0 0
[pid=26091/tid=26095] ppid=26066 vsize=812756 CPUtime=0
/proc/26091/task/26095/stat : 26095 (java) S 26066 26066 25845 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 671649765 832262144 15578 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 0 0 0
[pid=26091/tid=26096] ppid=26066 vsize=812756 CPUtime=0
/proc/26091/task/26096/stat : 26096 (java) S 26066 26066 25845 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 671649767 832262144 15578 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 0 0 0
[pid=26091/tid=26097] ppid=26066 vsize=812756 CPUtime=0.13
/proc/26091/task/26097/stat : 26097 (java) S 26066 26066 25845 0 -1 64 786 0 0 0 13 0 0 0 16 0 9 0 671649767 832262144 15578 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 0 0 0
[pid=26091/tid=26098] ppid=26066 vsize=812756 CPUtime=0
/proc/26091/task/26098/stat : 26098 (java) S 26066 26066 25845 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 671649767 832262144 15578 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 0 0 0
[pid=26091/tid=26099] ppid=26066 vsize=812756 CPUtime=0
/proc/26091/task/26099/stat : 26099 (java) S 26066 26066 25845 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 671649767 832262144 15578 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 420.02
Current children cumulated vsize (KiB) 860320

Child status: 0
Real time (s): 436.649
CPU time (s): 420.064
CPU user time (s): 419.544
CPU system time (s): 0.51992
CPU usage (%): 96.2018
Max. virtual memory (cumulated for all children) (KiB): 861216

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 419.544
system time used= 0.51992
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 68069
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= 2770
involuntary context switches= 15934

runsolver used 0.836872 second user time and 2.12868 second system time

The end

Launcher Data (download as text)

Begin job on node90 at 2008-07-04 10:06:37
IDJOB=1069105
IDBENCH=55562
IDSOLVER=351
FILE ID=node90/1069105-1215158797
PBS_JOBID= 7881430
Free space on /tmp= 66552 MiB

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

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= f5ddb3e6c7682f9213f2157a606798c1
RANDOM SEED=377503748

node90.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.236
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.236
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:       1506548 kB
Buffers:         55248 kB
Cached:         269104 kB
SwapCached:      38088 kB
Active:         223500 kB
Inactive:       268820 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1506548 kB
SwapTotal:     4192956 kB
SwapFree:      4146776 kB
Dirty:            3496 kB
Writeback:           0 kB
Mapped:         127920 kB
Slab:            41488 kB
Committed_AS:  1695304 kB
PageTables:       2496 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= 66548 MiB
End job on node90 at 2008-07-04 10:13:54