Trace number 1103139

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 1079.45 1084.45

General information on the benchmark

Namecsp/tightness0.8/
normalized-rand-2-40-80-103-800-52_ext.xml
MD5SUM518f122a0f289c859513203eb0c2ab6c
Bench Category2-ARY-EXT (binary constraints in extension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.907861
Satisfiable
(Un)Satisfiability was proved
Number of variables40
Number of constraints103
Maximum constraint arity2
Maximum domain size80
Number of constraints which are defined in extension103
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.01/0.03	c --- Preproc Stats ---
1.45/1.55	c start processing
1.45/1.55	c start relation processing
1.85/1.95	c start cnf exporting
7.23/7.38	c parsing time : 1.433
7.23/7.38	c preprocessing time : 7.26
7.23/7.38	
7.23/7.38	c Nary constraints - conflicts : 0 supports : 0
7.23/7.38	c Binary constraints - conflicts : 0 supports :103
7.23/7.38	c max arity constraint : 2
7.23/7.38	c Max Tuples generated 0
7.23/7.38	c relations : 103
7.23/7.38	c relations BDD: 0
7.23/7.38	c sampling 0/0
7.23/7.38	c vars : 3201 - clauses :  142920
7.23/7.38	
7.31/7.42	 
7.31/7.42	c --- SAT Solver Stats ---
7.31/7.42	 
7.31/7.42	c eSAT 0.1 : minisat core with additionnal features
7.31/7.42	c ============================[ Problem Statistics ]=============================
7.31/7.42	c |                                                                             |
7.31/7.42	c |  Number of variables:  3200                                                 |
7.31/7.42	c |  Number of clauses:    142920                                               |
7.33/7.55	c |  Parsing time:         0.11         s                                       |
1078.21/1083.21	c restarts              : 577
1078.21/1083.21	c conflicts             : 306316         (286 /sec)
1078.21/1083.21	c decisions             : 686572         (7.26 % random) (641 /sec)
1078.21/1083.21	c euip                  : 58156       
1078.21/1083.21	c propagations          : 93837978       (87659 /sec)
1078.21/1083.21	c conflict literals     : 88332833       (21.15 % deleted)
1078.21/1083.21	c Memory used           : 121.86 MB
1078.21/1083.21	c CPU time              : 1070.49 s
1078.21/1083.21	c 
1078.21/1083.21	s SATISFIABLE
1079.40/1084.44	v 50 28 22 66 36 20 75 11 73 58 55 52 58 25 52 22 21 52 18 3 22 76 23 47 9 4 27 61 75 32 61 77 0 28 12 68 34 46 51 57

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-1103139-1215300530/watcher-1103139-1215300530 -o /tmp/evaluation-result-1103139-1215300530/solver-1103139-1215300530 -C 1800 -W 2200 -M 900 --output-limit 1,15 HOME/galacE.sh HOME/instance-1103139-1215300530.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 4/73 24400
/proc/meminfo: memFree=1693616/2055920 swapFree=4180672/4192956
[pid=24400] ppid=24398 vsize=652 CPUtime=0
/proc/24400/stat : 24400 (galacE.sh) R 24398 24400 24363 0 -1 4194304 40 0 0 0 0 0 0 0 20 0 1 0 264526788 667648 25 996147200 4194304 4520092 548682068832 18446744073709551615 224262157589 0 0 4096 0 0 0 0 17 1 0 0
/proc/24400/statm: 163 25 18 79 0 53 0

[startup+0.0268371 s]
/proc/loadavg: 1.92 1.98 1.99 4/73 24400
/proc/meminfo: memFree=1693616/2055920 swapFree=4180672/4192956
[pid=24400] ppid=24398 vsize=8784 CPUtime=0.01
/proc/24400/stat : 24400 (galacE.sh) S 24398 24400 24363 0 -1 4194304 586 1319 0 0 0 0 0 1 16 0 1 0 264526788 8994816 320 996147200 4194304 4520092 548682068832 18446744073709551615 224264945746 0 2 4096 73728 18446744071563648864 0 0 17 1 0 0
/proc/24400/statm: 2196 320 218 79 0 189 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 8784

[startup+0.101847 s]
/proc/loadavg: 1.92 1.98 1.99 4/73 24400
/proc/meminfo: memFree=1693616/2055920 swapFree=4180672/4192956
[pid=24400] ppid=24398 vsize=47580 CPUtime=0.01
/proc/24400/stat : 24400 (galacE.sh) S 24398 24400 24363 0 -1 4194304 765 1697 0 0 0 0 0 1 17 0 1 0 264526788 48721920 364 996147200 4194304 4520092 548682068832 18446744073709551615 224264383322 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/24400/statm: 11895 364 245 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47580

[startup+0.301873 s]
/proc/loadavg: 1.92 1.98 1.99 4/73 24400
/proc/meminfo: memFree=1693616/2055920 swapFree=4180672/4192956
[pid=24400] ppid=24398 vsize=47580 CPUtime=0.01
/proc/24400/stat : 24400 (galacE.sh) S 24398 24400 24363 0 -1 4194304 765 1697 0 0 0 0 0 1 17 0 1 0 264526788 48721920 364 996147200 4194304 4520092 548682068832 18446744073709551615 224264383322 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/24400/statm: 11895 364 245 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47580

[startup+0.701915 s]
/proc/loadavg: 1.92 1.98 1.99 4/73 24400
/proc/meminfo: memFree=1693616/2055920 swapFree=4180672/4192956
[pid=24400] ppid=24398 vsize=47580 CPUtime=0.01
/proc/24400/stat : 24400 (galacE.sh) S 24398 24400 24363 0 -1 4194304 765 1697 0 0 0 0 0 1 17 0 1 0 264526788 48721920 364 996147200 4194304 4520092 548682068832 18446744073709551615 224264383322 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/24400/statm: 11895 364 245 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47580

[startup+1.50301 s]
/proc/loadavg: 1.92 1.98 1.99 3/83 24422
/proc/meminfo: memFree=1623392/2055920 swapFree=4180672/4192956
[pid=24400] ppid=24398 vsize=47580 CPUtime=0.01
/proc/24400/stat : 24400 (galacE.sh) S 24398 24400 24363 0 -1 4194304 765 1697 0 0 0 0 0 1 17 0 1 0 264526788 48721920 364 996147200 4194304 4520092 548682068832 18446744073709551615 224264383322 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/24400/statm: 11895 364 245 79 0 219 0
[pid=24414] ppid=24400 vsize=812732 CPUtime=1.44
/proc/24414/stat : 24414 (java) S 24400 24400 24363 0 -1 0 21793 0 1 0 133 11 0 0 18 0 9 0 264526792 832237568 21212 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24414/statm: 203183 21212 1888 9 0 197164 0
[pid=24414/tid=24415] ppid=24400 vsize=812732 CPUtime=1.23
/proc/24414/task/24415/stat : 24415 (java) R 24400 24400 24363 0 -1 64 14480 0 1 0 115 8 0 0 25 0 9 0 264526793 832237568 21212 996147200 134512640 134550740 4294955600 18446744073709551615 102561377 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24414/tid=24416] ppid=24400 vsize=812732 CPUtime=0.08
/proc/24414/task/24416/stat : 24416 (java) S 24400 24400 24363 0 -1 64 5856 0 0 0 6 2 0 0 16 0 9 0 264526794 832237568 21212 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=24414/tid=24417] ppid=24400 vsize=812732 CPUtime=0
/proc/24414/task/24417/stat : 24417 (java) S 24400 24400 24363 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 264526795 832237568 21212 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24414/tid=24418] ppid=24400 vsize=812732 CPUtime=0
/proc/24414/task/24418/stat : 24418 (java) S 24400 24400 24363 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 264526795 832237568 21212 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24414/tid=24419] ppid=24400 vsize=812732 CPUtime=0
/proc/24414/task/24419/stat : 24419 (java) S 24400 24400 24363 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 264526797 832237568 21212 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24414/tid=24420] ppid=24400 vsize=812732 CPUtime=0.11
/proc/24414/task/24420/stat : 24420 (java) S 24400 24400 24363 0 -1 64 759 0 0 0 11 0 0 0 16 0 9 0 264526797 832237568 21212 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24414/tid=24421] ppid=24400 vsize=812732 CPUtime=0
/proc/24414/task/24421/stat : 24421 (java) S 24400 24400 24363 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 264526797 832237568 21212 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24414/tid=24422] ppid=24400 vsize=812732 CPUtime=0
/proc/24414/task/24422/stat : 24422 (java) S 24400 24400 24363 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 264526797 832237568 21212 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) 860312

[startup+3.10217 s]
/proc/loadavg: 1.93 1.98 1.99 3/83 24422
/proc/meminfo: memFree=1614624/2055920 swapFree=4180672/4192956
[pid=24400] ppid=24398 vsize=47580 CPUtime=0.01
/proc/24400/stat : 24400 (galacE.sh) S 24398 24400 24363 0 -1 4194304 765 1697 0 0 0 0 0 1 17 0 1 0 264526788 48721920 364 996147200 4194304 4520092 548682068832 18446744073709551615 224264383322 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/24400/statm: 11895 364 245 79 0 219 0
[pid=24414] ppid=24400 vsize=812732 CPUtime=3.04
/proc/24414/stat : 24414 (java) S 24400 24400 24363 0 -1 0 24878 0 1 0 291 13 0 0 18 0 9 0 264526792 832237568 24292 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24414/statm: 203183 24292 1913 9 0 197164 0
[pid=24414/tid=24415] ppid=24400 vsize=812732 CPUtime=2.63
/proc/24414/task/24415/stat : 24415 (java) R 24400 24400 24363 0 -1 64 14530 0 1 0 255 8 0 0 25 0 9 0 264526793 832237568 24292 996147200 134512640 134550740 4294955600 18446744073709551615 4126732791 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24414/tid=24416] ppid=24400 vsize=812732 CPUtime=0.17
/proc/24414/task/24416/stat : 24416 (java) S 24400 24400 24363 0 -1 64 8812 0 0 0 14 3 0 0 16 0 9 0 264526794 832237568 24292 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=24414/tid=24417] ppid=24400 vsize=812732 CPUtime=0
/proc/24414/task/24417/stat : 24417 (java) S 24400 24400 24363 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 264526795 832237568 24292 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24414/tid=24418] ppid=24400 vsize=812732 CPUtime=0
/proc/24414/task/24418/stat : 24418 (java) S 24400 24400 24363 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 264526795 832237568 24292 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24414/tid=24419] ppid=24400 vsize=812732 CPUtime=0
/proc/24414/task/24419/stat : 24419 (java) S 24400 24400 24363 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 264526797 832237568 24292 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24414/tid=24420] ppid=24400 vsize=812732 CPUtime=0.21
/proc/24414/task/24420/stat : 24420 (java) S 24400 24400 24363 0 -1 64 838 0 0 0 21 0 0 0 16 0 9 0 264526797 832237568 24292 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24414/tid=24421] ppid=24400 vsize=812732 CPUtime=0
/proc/24414/task/24421/stat : 24421 (java) S 24400 24400 24363 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 264526797 832237568 24292 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24414/tid=24422] ppid=24400 vsize=812732 CPUtime=0
/proc/24414/task/24422/stat : 24422 (java) S 24400 24400 24363 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 264526797 832237568 24292 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) 860312

[startup+6.30152 s]
/proc/loadavg: 1.93 1.98 1.99 3/83 24422
/proc/meminfo: memFree=1600352/2055920 swapFree=4180672/4192956
[pid=24400] ppid=24398 vsize=47580 CPUtime=0.01
/proc/24400/stat : 24400 (galacE.sh) S 24398 24400 24363 0 -1 4194304 765 1697 0 0 0 0 0 1 17 0 1 0 264526788 48721920 364 996147200 4194304 4520092 548682068832 18446744073709551615 224264383322 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/24400/statm: 11895 364 245 79 0 219 0
[pid=24414] ppid=24400 vsize=812732 CPUtime=6.22
/proc/24414/stat : 24414 (java) S 24400 24400 24363 0 -1 0 24902 0 1 0 606 16 0 0 18 0 9 0 264526792 832237568 24308 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24414/statm: 203183 24308 1914 9 0 197164 0
[pid=24414/tid=24415] ppid=24400 vsize=812732 CPUtime=5.79
/proc/24414/task/24415/stat : 24415 (java) R 24400 24400 24363 0 -1 64 14539 0 1 0 568 11 0 0 25 0 9 0 264526793 832237568 24308 996147200 134512640 134550740 4294955600 18446744073709551615 102880673 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24414/tid=24416] ppid=24400 vsize=812732 CPUtime=0.18
/proc/24414/task/24416/stat : 24416 (java) S 24400 24400 24363 0 -1 64 8812 0 0 0 15 3 0 0 16 0 9 0 264526794 832237568 24308 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=24414/tid=24417] ppid=24400 vsize=812732 CPUtime=0
/proc/24414/task/24417/stat : 24417 (java) S 24400 24400 24363 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 264526795 832237568 24308 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24414/tid=24418] ppid=24400 vsize=812732 CPUtime=0
/proc/24414/task/24418/stat : 24418 (java) S 24400 24400 24363 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 264526795 832237568 24308 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24414/tid=24419] ppid=24400 vsize=812732 CPUtime=0
/proc/24414/task/24419/stat : 24419 (java) S 24400 24400 24363 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 264526797 832237568 24308 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24414/tid=24420] ppid=24400 vsize=812732 CPUtime=0.22
/proc/24414/task/24420/stat : 24420 (java) S 24400 24400 24363 0 -1 64 853 0 0 0 22 0 0 0 15 0 9 0 264526797 832237568 24308 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24414/tid=24421] ppid=24400 vsize=812732 CPUtime=0
/proc/24414/task/24421/stat : 24421 (java) S 24400 24400 24363 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 264526797 832237568 24308 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24414/tid=24422] ppid=24400 vsize=812732 CPUtime=0
/proc/24414/task/24422/stat : 24422 (java) S 24400 24400 24363 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 264526797 832237568 24308 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) 860312

[startup+12.7012 s]
/proc/loadavg: 1.94 1.98 1.99 3/75 24423
/proc/meminfo: memFree=1676968/2055920 swapFree=4180672/4192956
[pid=24400] ppid=24398 vsize=47580 CPUtime=7.33
/proc/24400/stat : 24400 (galacE.sh) S 24398 24400 24363 0 -1 4194304 799 26613 0 1 0 0 714 19 17 0 1 0 264526788 48721920 364 996147200 4194304 4520092 548682068832 18446744073709551615 224264383322 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/24400/statm: 11895 364 245 79 0 219 0
[pid=24423] ppid=24400 vsize=14932 CPUtime=5.25
/proc/24423/stat : 24423 (eSAT_static) R 24400 24400 24363 0 -1 4194304 3989 0 0 0 522 3 0 0 25 0 1 0 264527531 15290368 3577 996147200 134512640 135177480 4294955968 18446744073709551615 134565260 0 0 4096 3 0 0 0 17 0 0 0
/proc/24423/statm: 3733 3577 81 162 0 3568 0
Current children cumulated CPU time (s) 12.58
Current children cumulated vsize (KiB) 62512

[startup+25.5016 s]
/proc/loadavg: 1.95 1.98 1.99 3/75 24423
/proc/meminfo: memFree=1667688/2055920 swapFree=4180672/4192956
[pid=24400] ppid=24398 vsize=47580 CPUtime=7.33
/proc/24400/stat : 24400 (galacE.sh) S 24398 24400 24363 0 -1 4194304 799 26613 0 1 0 0 714 19 17 0 1 0 264526788 48721920 364 996147200 4194304 4520092 548682068832 18446744073709551615 224264383322 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/24400/statm: 11895 364 245 79 0 219 0
[pid=24423] ppid=24400 vsize=23096 CPUtime=18
/proc/24423/stat : 24423 (eSAT_static) R 24400 24400 24363 0 -1 4194304 6017 0 0 0 1794 6 0 0 25 0 1 0 264527531 23650304 5605 996147200 134512640 135177480 4294955968 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 0 0 0
/proc/24423/statm: 5774 5605 81 162 0 5609 0
Current children cumulated CPU time (s) 25.33
Current children cumulated vsize (KiB) 70676

[startup+51.1013 s]
/proc/loadavg: 1.96 1.98 1.99 3/75 24423
/proc/meminfo: memFree=1661352/2055920 swapFree=4180672/4192956
[pid=24400] ppid=24398 vsize=47580 CPUtime=7.33
/proc/24400/stat : 24400 (galacE.sh) S 24398 24400 24363 0 -1 4194304 799 26613 0 1 0 0 714 19 17 0 1 0 264526788 48721920 364 996147200 4194304 4520092 548682068832 18446744073709551615 224264383322 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/24400/statm: 11895 364 245 79 0 219 0
[pid=24423] ppid=24400 vsize=29580 CPUtime=43.48
/proc/24423/stat : 24423 (eSAT_static) R 24400 24400 24363 0 -1 4194304 7645 0 0 0 4341 7 0 0 25 0 1 0 264527531 30289920 7233 996147200 134512640 135177480 4294955968 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 0 0 0
/proc/24423/statm: 7395 7233 81 162 0 7230 0
Current children cumulated CPU time (s) 50.81
Current children cumulated vsize (KiB) 77160

[startup+102.307 s]
/proc/loadavg: 1.98 1.98 1.99 3/75 24423
/proc/meminfo: memFree=1644200/2055920 swapFree=4180672/4192956
[pid=24400] ppid=24398 vsize=47580 CPUtime=7.33
/proc/24400/stat : 24400 (galacE.sh) S 24398 24400 24363 0 -1 4194304 799 26613 0 1 0 0 714 19 17 0 1 0 264526788 48721920 364 996147200 4194304 4520092 548682068832 18446744073709551615 224264383322 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/24400/statm: 11895 364 245 79 0 219 0
[pid=24423] ppid=24400 vsize=46728 CPUtime=94.48
/proc/24423/stat : 24423 (eSAT_static) R 24400 24400 24363 0 -1 4194304 11929 0 0 0 9435 13 0 0 25 0 1 0 264527531 47849472 11517 996147200 134512640 135177480 4294955968 18446744073709551615 134565457 0 0 4096 3 0 0 0 17 0 0 0
/proc/24423/statm: 11682 11517 81 162 0 11517 0
Current children cumulated CPU time (s) 101.81
Current children cumulated vsize (KiB) 94308

[startup+162.301 s]
/proc/loadavg: 1.99 1.98 1.99 3/75 24423
/proc/meminfo: memFree=1636392/2055920 swapFree=4180672/4192956
[pid=24400] ppid=24398 vsize=47580 CPUtime=7.33
/proc/24400/stat : 24400 (galacE.sh) S 24398 24400 24363 0 -1 4194304 799 26613 0 1 0 0 714 19 17 0 1 0 264526788 48721920 364 996147200 4194304 4520092 548682068832 18446744073709551615 224264383322 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/24400/statm: 11895 364 245 79 0 219 0
[pid=24423] ppid=24400 vsize=54524 CPUtime=154.24
/proc/24423/stat : 24423 (eSAT_static) R 24400 24400 24363 0 -1 4194304 13851 0 0 0 15408 16 0 0 25 0 1 0 264527531 55832576 13439 996147200 134512640 135177480 4294955968 18446744073709551615 134565448 0 0 4096 3 0 0 0 17 0 0 0
/proc/24423/statm: 13631 13439 81 162 0 13466 0
Current children cumulated CPU time (s) 161.57
Current children cumulated vsize (KiB) 102104


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


[startup+942.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/77 24555
/proc/meminfo: memFree=1559072/2055920 swapFree=4180672/4192956
[pid=24400] ppid=24398 vsize=47580 CPUtime=7.33
/proc/24400/stat : 24400 (galacE.sh) S 24398 24400 24363 0 -1 4194304 799 26613 0 1 0 0 714 19 17 0 1 0 264526788 48721920 364 996147200 4194304 4520092 548682068832 18446744073709551615 224264383322 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/24400/statm: 11895 364 245 79 0 219 0
[pid=24423] ppid=24400 vsize=106728 CPUtime=930.68
/proc/24423/stat : 24423 (eSAT_static) R 24400 24400 24363 0 -1 4194304 26813 0 0 0 93032 36 0 0 25 0 1 0 264527531 109289472 26401 996147200 134512640 135177480 4294955968 18446744073709551615 134565406 0 0 4096 3 0 0 0 17 0 0 0
/proc/24423/statm: 26682 26401 81 162 0 26517 0
Current children cumulated CPU time (s) 938.01
Current children cumulated vsize (KiB) 154308

[startup+1002.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/77 24555
/proc/meminfo: memFree=1549216/2055920 swapFree=4180672/4192956
[pid=24400] ppid=24398 vsize=47580 CPUtime=7.33
/proc/24400/stat : 24400 (galacE.sh) S 24398 24400 24363 0 -1 4194304 799 26613 0 1 0 0 714 19 17 0 1 0 264526788 48721920 364 996147200 4194304 4520092 548682068832 18446744073709551615 224264383322 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/24400/statm: 11895 364 245 79 0 219 0
[pid=24423] ppid=24400 vsize=113628 CPUtime=990.38
/proc/24423/stat : 24423 (eSAT_static) R 24400 24400 24363 0 -1 4194304 28522 0 0 0 99000 38 0 0 25 0 1 0 264527531 116355072 28110 996147200 134512640 135177480 4294955968 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 0 0 0
/proc/24423/statm: 28407 28110 81 162 0 28242 0
Current children cumulated CPU time (s) 997.71
Current children cumulated vsize (KiB) 161208

[startup+1062.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/77 24555
/proc/meminfo: memFree=1538144/2055920 swapFree=4180672/4192956
[pid=24400] ppid=24398 vsize=47580 CPUtime=7.33
/proc/24400/stat : 24400 (galacE.sh) S 24398 24400 24363 0 -1 4194304 799 26613 0 1 0 0 714 19 17 0 1 0 264526788 48721920 364 996147200 4194304 4520092 548682068832 18446744073709551615 224264383322 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/24400/statm: 11895 364 245 79 0 219 0
[pid=24423] ppid=24400 vsize=122028 CPUtime=1050.09
/proc/24423/stat : 24423 (eSAT_static) R 24400 24400 24363 0 -1 4194304 30593 0 0 0 104968 41 0 0 25 0 1 0 264527531 124956672 30181 996147200 134512640 135177480 4294955968 18446744073709551615 134565406 0 0 4096 3 0 0 0 17 0 0 0
/proc/24423/statm: 30507 30181 81 162 0 30342 0
Current children cumulated CPU time (s) 1057.42
Current children cumulated vsize (KiB) 169608

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

[startup+1075.1 s]
/proc/loadavg: 2.00 2.00 2.00 3/77 24555
/proc/meminfo: memFree=1536352/2055920 swapFree=4180672/4192956
[pid=24400] ppid=24398 vsize=47580 CPUtime=7.33
/proc/24400/stat : 24400 (galacE.sh) S 24398 24400 24363 0 -1 4194304 799 26613 0 1 0 0 714 19 17 0 1 0 264526788 48721920 364 996147200 4194304 4520092 548682068832 18446744073709551615 224264383322 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/24400/statm: 11895 364 245 79 0 219 0
[pid=24423] ppid=24400 vsize=123872 CPUtime=1062.82
/proc/24423/stat : 24423 (eSAT_static) R 24400 24400 24363 0 -1 4194304 31029 0 0 0 106241 41 0 0 25 0 1 0 264527531 126844928 30617 996147200 134512640 135177480 4294955968 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 0 0 0
/proc/24423/statm: 30968 30617 81 162 0 30803 0
Current children cumulated CPU time (s) 1070.15
Current children cumulated vsize (KiB) 171452

[startup+1078.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/77 24555
/proc/meminfo: memFree=1536032/2055920 swapFree=4180672/4192956
[pid=24400] ppid=24398 vsize=47580 CPUtime=7.33
/proc/24400/stat : 24400 (galacE.sh) S 24398 24400 24363 0 -1 4194304 799 26613 0 1 0 0 714 19 17 0 1 0 264526788 48721920 364 996147200 4194304 4520092 548682068832 18446744073709551615 224264383322 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/24400/statm: 11895 364 245 79 0 219 0
[pid=24423] ppid=24400 vsize=124128 CPUtime=1066.01
/proc/24423/stat : 24423 (eSAT_static) R 24400 24400 24363 0 -1 4194304 31104 0 0 0 106560 41 0 0 25 0 1 0 264527531 127107072 30692 996147200 134512640 135177480 4294955968 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 0 0 0
/proc/24423/statm: 31032 30692 81 162 0 30867 0
Current children cumulated CPU time (s) 1073.34
Current children cumulated vsize (KiB) 171708

[startup+1081.5 s]
/proc/loadavg: 2.00 2.00 2.00 3/77 24555
/proc/meminfo: memFree=1535648/2055920 swapFree=4180672/4192956
[pid=24400] ppid=24398 vsize=47580 CPUtime=7.33
/proc/24400/stat : 24400 (galacE.sh) S 24398 24400 24363 0 -1 4194304 799 26613 0 1 0 0 714 19 17 0 1 0 264526788 48721920 364 996147200 4194304 4520092 548682068832 18446744073709551615 224264383322 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/24400/statm: 11895 364 245 79 0 219 0
[pid=24423] ppid=24400 vsize=124528 CPUtime=1069.19
/proc/24423/stat : 24423 (eSAT_static) R 24400 24400 24363 0 -1 4194304 31190 0 0 0 106878 41 0 0 25 0 1 0 264527531 127516672 30778 996147200 134512640 135177480 4294955968 18446744073709551615 134565395 0 0 4096 3 0 0 0 17 0 0 0
/proc/24423/statm: 31132 30778 81 162 0 30967 0
Current children cumulated CPU time (s) 1076.52
Current children cumulated vsize (KiB) 172108

[startup+1083.1 s]
/proc/loadavg: 2.00 2.00 2.00 3/77 24555
/proc/meminfo: memFree=1535456/2055920 swapFree=4180672/4192956
[pid=24400] ppid=24398 vsize=47580 CPUtime=7.33
/proc/24400/stat : 24400 (galacE.sh) S 24398 24400 24363 0 -1 4194304 799 26613 0 1 0 0 714 19 17 0 1 0 264526788 48721920 364 996147200 4194304 4520092 548682068832 18446744073709551615 224264383322 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/24400/statm: 11895 364 245 79 0 219 0
[pid=24423] ppid=24400 vsize=124784 CPUtime=1070.78
/proc/24423/stat : 24423 (eSAT_static) R 24400 24400 24363 0 -1 4194304 31253 0 0 0 107037 41 0 0 25 0 1 0 264527531 127778816 30841 996147200 134512640 135177480 4294955968 18446744073709551615 134565275 0 0 4096 3 0 0 0 17 0 0 0
/proc/24423/statm: 31196 30841 81 162 0 31031 0
Current children cumulated CPU time (s) 1078.11
Current children cumulated vsize (KiB) 172364

[startup+1083.9 s]
/proc/loadavg: 2.00 2.00 2.00 4/85 24564
/proc/meminfo: memFree=1649632/2055920 swapFree=4180672/4192956
[pid=24400] ppid=24398 vsize=47580 CPUtime=1078.26
/proc/24400/stat : 24400 (galacE.sh) S 24398 24400 24363 0 -1 4194304 835 57878 0 1 0 0 107763 63 16 0 1 0 264526788 48721920 365 996147200 4194304 4520092 548682068832 18446744073709551615 224264945746 0 0 4096 73728 18446744071563648864 0 0 17 0 0 0
/proc/24400/statm: 11895 365 245 79 0 219 0
[pid=24556] ppid=24400 vsize=812644 CPUtime=0.64
/proc/24556/stat : 24556 (java) S 24400 24400 24363 0 -1 0 15999 0 1 0 55 9 0 0 20 0 9 0 264635112 832147456 15419 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 3670016 16800975 18446744073709551615 0 0 17 0 0 0
/proc/24556/statm: 203161 15419 1867 9 0 197142 0
[pid=24556/tid=24557] ppid=24400 vsize=812644 CPUtime=0.52
/proc/24556/task/24557/stat : 24557 (java) R 24400 24400 24363 0 -1 64 14372 0 1 0 44 8 0 0 25 0 9 0 264635113 832147456 15419 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 0 0 0
[pid=24556/tid=24558] ppid=24400 vsize=812644 CPUtime=0
/proc/24556/task/24558/stat : 24558 (java) S 24400 24400 24363 0 -1 64 150 0 0 0 0 0 0 0 16 0 9 0 264635114 832147456 15419 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 3670016 16800975 0 0 0 -1 0 0 0
[pid=24556/tid=24559] ppid=24400 vsize=812644 CPUtime=0
/proc/24556/task/24559/stat : 24559 (java) S 24400 24400 24363 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 264635115 832147456 15419 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 0 0 0
[pid=24556/tid=24560] ppid=24400 vsize=812644 CPUtime=0
/proc/24556/task/24560/stat : 24560 (java) S 24400 24400 24363 0 -1 64 10 0 0 0 0 0 0 0 15 0 9 0 264635115 832147456 15419 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 0 0 0
[pid=24556/tid=24561] ppid=24400 vsize=812644 CPUtime=0
/proc/24556/task/24561/stat : 24561 (java) S 24400 24400 24363 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 264635117 832147456 15419 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 0 0 0
[pid=24556/tid=24562] ppid=24400 vsize=812644 CPUtime=0.1
/proc/24556/task/24562/stat : 24562 (java) S 24400 24400 24363 0 -1 64 762 0 0 0 10 0 0 0 16 0 9 0 264635117 832147456 15419 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 0 0 0
[pid=24556/tid=24563] ppid=24400 vsize=812644 CPUtime=0
/proc/24556/task/24563/stat : 24563 (java) S 24400 24400 24363 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 264635117 832147456 15419 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 0 0 0
[pid=24556/tid=24564] ppid=24400 vsize=812644 CPUtime=0
/proc/24556/task/24564/stat : 24564 (java) S 24400 24400 24363 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 264635117 832147456 15419 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1078.9
Current children cumulated vsize (KiB) 860224

[startup+1084.3 s]
/proc/loadavg: 2.00 2.00 2.00 4/85 24564
/proc/meminfo: memFree=1649632/2055920 swapFree=4180672/4192956
[pid=24400] ppid=24398 vsize=47580 CPUtime=1078.26
/proc/24400/stat : 24400 (galacE.sh) S 24398 24400 24363 0 -1 4194304 835 57878 0 1 0 0 107763 63 16 0 1 0 264526788 48721920 365 996147200 4194304 4520092 548682068832 18446744073709551615 224264945746 0 0 4096 73728 18446744071563648864 0 0 17 0 0 0
/proc/24400/statm: 11895 365 245 79 0 219 0
[pid=24556] ppid=24400 vsize=812644 CPUtime=1.05
/proc/24556/stat : 24556 (java) S 24400 24400 24363 0 -1 0 16161 0 1 0 95 10 0 0 20 0 9 0 264635112 832147456 15580 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 3670016 16800975 18446744073709551615 0 0 17 0 0 0
/proc/24556/statm: 203161 15580 1869 9 0 197142 0
[pid=24556/tid=24557] ppid=24400 vsize=812644 CPUtime=0.89
/proc/24556/task/24557/stat : 24557 (java) R 24400 24400 24363 0 -1 64 14376 0 1 0 81 8 0 0 25 0 9 0 264635113 832147456 15580 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 0 0 0
[pid=24556/tid=24558] ppid=24400 vsize=812644 CPUtime=0
/proc/24556/task/24558/stat : 24558 (java) S 24400 24400 24363 0 -1 64 290 0 0 0 0 0 0 0 16 0 9 0 264635114 832147456 15580 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 3670016 16800975 0 0 0 -1 0 0 0
[pid=24556/tid=24559] ppid=24400 vsize=812644 CPUtime=0
/proc/24556/task/24559/stat : 24559 (java) S 24400 24400 24363 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 264635115 832147456 15580 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 0 0 0
[pid=24556/tid=24560] ppid=24400 vsize=812644 CPUtime=0
/proc/24556/task/24560/stat : 24560 (java) S 24400 24400 24363 0 -1 64 10 0 0 0 0 0 0 0 15 0 9 0 264635115 832147456 15580 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 0 0 0
[pid=24556/tid=24561] ppid=24400 vsize=812644 CPUtime=0
/proc/24556/task/24561/stat : 24561 (java) S 24400 24400 24363 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 264635117 832147456 15580 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 0 0 0
[pid=24556/tid=24562] ppid=24400 vsize=812644 CPUtime=0.12
/proc/24556/task/24562/stat : 24562 (java) R 24400 24400 24363 0 -1 64 780 0 0 0 12 0 0 0 16 0 9 0 264635117 832147456 15580 996147200 134512640 134550740 4294955616 18446744073709551615 104075975 0 4 3670016 16800975 0 0 0 -1 0 0 0
[pid=24556/tid=24563] ppid=24400 vsize=812644 CPUtime=0
/proc/24556/task/24563/stat : 24563 (java) S 24400 24400 24363 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 264635117 832147456 15580 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 0 0 0
[pid=24556/tid=24564] ppid=24400 vsize=812644 CPUtime=0
/proc/24556/task/24564/stat : 24564 (java) S 24400 24400 24363 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 264635117 832147456 15580 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1079.31
Current children cumulated vsize (KiB) 860224

[startup+1084.4 s]
/proc/loadavg: 2.00 2.00 2.00 4/85 24564
/proc/meminfo: memFree=1649632/2055920 swapFree=4180672/4192956
[pid=24400] ppid=24398 vsize=47580 CPUtime=1078.26
/proc/24400/stat : 24400 (galacE.sh) S 24398 24400 24363 0 -1 4194304 842 57878 0 1 0 0 107763 63 16 0 1 0 264526788 48721920 366 996147200 4194304 4520092 548682068832 18446744073709551615 224264945746 0 0 4096 73728 18446744071563648864 0 0 17 0 0 0
/proc/24400/statm: 11895 366 245 79 0 219 0
[pid=24556] ppid=24400 vsize=812888 CPUtime=1.14
/proc/24556/stat : 24556 (java) S 24400 24400 24363 0 -1 0 16346 0 1 0 104 10 0 0 20 0 9 0 264635112 832397312 15726 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 3670016 16800975 18446744073709551615 0 0 17 0 0 0
/proc/24556/statm: 203222 15726 1923 9 0 197175 0
[pid=24556/tid=24557] ppid=24400 vsize=812888 CPUtime=0.95
/proc/24556/task/24557/stat : 24557 (java) S 24400 24400 24363 0 -1 64 14529 0 1 0 87 8 0 0 25 0 9 0 264635113 832397312 15726 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 0 0 0
[pid=24556/tid=24558] ppid=24400 vsize=812888 CPUtime=0
/proc/24556/task/24558/stat : 24558 (java) S 24400 24400 24363 0 -1 64 290 0 0 0 0 0 0 0 16 0 9 0 264635114 832397312 15726 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 3670016 16800975 0 0 0 -1 0 0 0
[pid=24556/tid=24559] ppid=24400 vsize=812888 CPUtime=0
/proc/24556/task/24559/stat : 24559 (java) S 24400 24400 24363 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 264635115 832397312 15726 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 0 0 0
[pid=24556/tid=24560] ppid=24400 vsize=812888 CPUtime=0
/proc/24556/task/24560/stat : 24560 (java) S 24400 24400 24363 0 -1 64 10 0 0 0 0 0 0 0 15 0 9 0 264635115 832397312 15726 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 0 0 0
[pid=24556/tid=24561] ppid=24400 vsize=812888 CPUtime=0
/proc/24556/task/24561/stat : 24561 (java) S 24400 24400 24363 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 264635117 832397312 15726 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 0 0 0
[pid=24556/tid=24562] ppid=24400 vsize=812888 CPUtime=0.15
/proc/24556/task/24562/stat : 24562 (java) S 24400 24400 24363 0 -1 64 812 0 0 0 15 0 0 0 16 0 9 0 264635117 832397312 15726 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 0 0 0
[pid=24556/tid=24563] ppid=24400 vsize=812888 CPUtime=0
/proc/24556/task/24563/stat : 24563 (java) S 24400 24400 24363 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 264635117 832397312 15726 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 0 0 0
[pid=24556/tid=24564] ppid=24400 vsize=812888 CPUtime=0
/proc/24556/task/24564/stat : 24564 (java) S 24400 24400 24363 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 264635117 832397312 15726 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1079.4
Current children cumulated vsize (KiB) 860468

Child status: 0
Real time (s): 1084.45
CPU time (s): 1079.45
CPU user time (s): 1078.68
CPU system time (s): 0.761884
CPU usage (%): 99.5387
Max. virtual memory (cumulated for all children) (KiB): 860468

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1078.69
system time used= 0.761884
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 75263
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= 1777
involuntary context switches= 15250

runsolver used 1.13983 second user time and 3.07453 second system time

The end

Launcher Data (download as text)

Begin job on node82 at 2008-07-06 01:28:50
IDJOB=1103139
IDBENCH=60276
IDSOLVER=351
FILE ID=node82/1103139-1215300530
PBS_JOBID= 7882464
Free space on /tmp= 66492 MiB

SOLVER NAME= galac E
BENCH NAME= CPAI08/csp/tightness0.8/normalized-rand-2-40-80-103-800-52_ext.xml
COMMAND LINE= HOME/galacE.sh BENCHNAME 
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1103139-1215300530/watcher-1103139-1215300530 -o /tmp/evaluation-result-1103139-1215300530/solver-1103139-1215300530 -C 1800 -W 2200 -M 900 --output-limit 1,15  HOME/galacE.sh HOME/instance-1103139-1215300530.xml 

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 518f122a0f289c859513203eb0c2ab6c
RANDOM SEED=41197382

node82.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.239
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.239
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:       1694096 kB
Buffers:         62304 kB
Cached:         233384 kB
SwapCached:       5892 kB
Active:         210856 kB
Inactive:       102052 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1694096 kB
SwapTotal:     4192956 kB
SwapFree:      4180672 kB
Dirty:            4112 kB
Writeback:           0 kB
Mapped:          24668 kB
Slab:            34316 kB
Committed_AS:   792136 kB
PageTables:       1752 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66484 MiB
End job on node82 at 2008-07-06 01:46:54