Trace number 1050069

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 EWrong UNSAT 574.925 580.409

General information on the benchmark

Namecsp/pseudo/ttp/
normalized-data-8-3.xml
MD5SUMa80e9ca6f14152a808d5210c0080ccc5
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark17.5573
Satisfiable
(Un)Satisfiability was proved
Number of variables1344
Number of constraints16376
Maximum constraint arity28
Maximum domain size2
Number of constraints which are defined in extension0
Number of constraints which are defined in intension16376
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.03	c --- Preproc Stats ---
533.93/539.04	c start processing
533.93/539.04	c start relation processing
534.33/539.43	c start cnf exporting
566.80/572.23	c parsing time : 538.915
566.80/572.23	c preprocessing time : 572.102
566.80/572.24	
566.80/572.24	c Nary constraints - conflicts : 14272 supports : 480
566.80/572.24	c Binary constraints - conflicts : 1624 supports :0
566.80/572.24	c max arity constraint : 28
566.80/572.24	c Max Tuples generated 268435456
566.80/572.24	c relations : 24
566.80/572.24	c relations BDD: 20
566.80/572.24	c sampling 4/4
566.80/572.24	c vars : 228801 - clauses :  789000
566.80/572.24	
566.80/572.30	 
566.80/572.30	c --- SAT Solver Stats ---
566.80/572.30	 
566.80/572.30	c eSAT 0.1 : minisat core with additionnal features
566.80/572.30	c ============================[ Problem Statistics ]=============================
566.80/572.30	c |                                                                             |
566.87/572.30	c |  Number of variables:  228800                                               |
566.87/572.30	c |  Number of clauses:    789000                                               |
567.65/573.17	c |  Parsing time:         0.77         s                                       |
574.79/580.37	c restarts              : 10
574.79/580.37	c conflicts             : 19             (2 /sec)
574.79/580.37	c decisions             : 380            (98.16 % random) (49 /sec)
574.79/580.37	c euip                  : 0           
574.79/580.37	c propagations          : 12094          (1546 /sec)
574.79/580.37	c conflict literals     : 23             (0.00 % deleted)
574.79/580.37	c Memory used           : 124.76 MB
574.79/580.37	c CPU time              : 7.82281 s
574.79/580.37	c 
574.79/580.37	s UNSATISFIABLE

Verifier Data (download as text)

No possible verification on an UNSAT instance

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-1050069-1215047681/watcher-1050069-1215047681 -o /tmp/evaluation-result-1050069-1215047681/solver-1050069-1215047681 -C 1800 -W 2200 -M 900 --output-limit 1,15 HOME/galacE.sh HOME/instance-1050069-1215047681.xml 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2200 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 921600 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 972800 KiB
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.99 2.00 2.00 4/80 19070
/proc/meminfo: memFree=1726920/2055920 swapFree=4180772/4192956
[pid=19070] ppid=19068 vsize=5316 CPUtime=0
/proc/19070/stat : 19070 (galacE.sh) R 19068 19070 17535 0 -1 4194304 229 0 0 0 0 0 0 0 20 0 1 0 1983737928 5443584 193 996147200 4194304 4520092 548682068832 18446744073709551615 257201075538 0 0 4096 8192 0 0 0 17 1 0 0
/proc/19070/statm: 1329 193 146 79 0 121 0

[startup+0.042768 s]
/proc/loadavg: 1.99 2.00 2.00 4/80 19070
/proc/meminfo: memFree=1726920/2055920 swapFree=4180772/4192956
[pid=19070] ppid=19068 vsize=47572 CPUtime=0.01
/proc/19070/stat : 19070 (galacE.sh) S 19068 19070 17535 0 -1 4194304 765 1698 0 0 0 0 0 1 18 0 1 0 1983737928 48713728 364 996147200 4194304 4520092 548682068832 18446744073709551615 257203301210 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/19070/statm: 11893 364 245 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47572

[startup+0.102131 s]
/proc/loadavg: 1.99 2.00 2.00 4/80 19070
/proc/meminfo: memFree=1726920/2055920 swapFree=4180772/4192956
[pid=19070] ppid=19068 vsize=47572 CPUtime=0.01
/proc/19070/stat : 19070 (galacE.sh) S 19068 19070 17535 0 -1 4194304 765 1698 0 0 0 0 0 1 18 0 1 0 1983737928 48713728 364 996147200 4194304 4520092 548682068832 18446744073709551615 257203301210 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/19070/statm: 11893 364 245 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47572

[startup+0.301148 s]
/proc/loadavg: 1.99 2.00 2.00 4/80 19070
/proc/meminfo: memFree=1726920/2055920 swapFree=4180772/4192956
[pid=19070] ppid=19068 vsize=47572 CPUtime=0.01
/proc/19070/stat : 19070 (galacE.sh) S 19068 19070 17535 0 -1 4194304 765 1698 0 0 0 0 0 1 18 0 1 0 1983737928 48713728 364 996147200 4194304 4520092 548682068832 18446744073709551615 257203301210 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/19070/statm: 11893 364 245 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47572

[startup+0.701182 s]
/proc/loadavg: 1.99 2.00 2.00 4/80 19070
/proc/meminfo: memFree=1726920/2055920 swapFree=4180772/4192956
[pid=19070] ppid=19068 vsize=47572 CPUtime=0.01
/proc/19070/stat : 19070 (galacE.sh) S 19068 19070 17535 0 -1 4194304 765 1698 0 0 0 0 0 1 18 0 1 0 1983737928 48713728 364 996147200 4194304 4520092 548682068832 18446744073709551615 257203301210 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/19070/statm: 11893 364 245 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47572

[startup+1.50125 s]
/proc/loadavg: 1.99 2.00 2.00 3/90 19092
/proc/meminfo: memFree=1684792/2055920 swapFree=4180772/4192956
[pid=19070] ppid=19068 vsize=47572 CPUtime=0.01
/proc/19070/stat : 19070 (galacE.sh) S 19068 19070 17535 0 -1 4194304 765 1698 0 0 0 0 0 1 18 0 1 0 1983737928 48713728 364 996147200 4194304 4520092 548682068832 18446744073709551615 257203301210 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/19070/statm: 11893 364 245 79 0 219 0
[pid=19084] ppid=19070 vsize=812744 CPUtime=1.44
/proc/19084/stat : 19084 (java) S 19070 19070 17535 0 -1 0 13728 0 1 0 137 7 0 0 18 0 9 0 1983737932 832249856 12953 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19084/statm: 203186 12953 2586 9 0 197167 0
[pid=19084/tid=19085] ppid=19070 vsize=812744 CPUtime=1.05
/proc/19084/task/19085/stat : 19085 (java) R 19070 19070 17535 0 -1 64 7690 0 1 0 101 4 0 0 25 0 9 0 1983737933 832249856 12953 996147200 134512640 134550740 4294955616 18446744073709551615 4126629128 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19084/tid=19086] ppid=19070 vsize=812744 CPUtime=0.07
/proc/19084/task/19086/stat : 19086 (java) S 19070 19070 17535 0 -1 64 4452 0 0 0 6 1 0 0 16 0 9 0 1983737935 832249856 12953 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=19084/tid=19087] ppid=19070 vsize=812744 CPUtime=0
/proc/19084/task/19087/stat : 19087 (java) S 19070 19070 17535 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 1983737935 832249856 12953 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19084/tid=19088] ppid=19070 vsize=812744 CPUtime=0
/proc/19084/task/19088/stat : 19088 (java) S 19070 19070 17535 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1983737935 832249856 12953 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19084/tid=19089] ppid=19070 vsize=812744 CPUtime=0
/proc/19084/task/19089/stat : 19089 (java) S 19070 19070 17535 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 1983737937 832249856 12953 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19084/tid=19090] ppid=19070 vsize=812744 CPUtime=0.28
/proc/19084/task/19090/stat : 19090 (java) S 19070 19070 17535 0 -1 64 886 0 0 0 28 0 0 0 15 0 9 0 1983737937 832249856 12953 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19084/tid=19091] ppid=19070 vsize=812744 CPUtime=0
/proc/19084/task/19091/stat : 19091 (java) S 19070 19070 17535 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 1983737937 832249856 12953 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19084/tid=19092] ppid=19070 vsize=812744 CPUtime=0
/proc/19084/task/19092/stat : 19092 (java) S 19070 19070 17535 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1983737937 832249856 12953 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.45
Current children cumulated vsize (KiB) 860316

[startup+3.10238 s]
/proc/loadavg: 1.99 2.00 2.00 3/90 19092
/proc/meminfo: memFree=1683960/2055920 swapFree=4180772/4192956
[pid=19070] ppid=19068 vsize=47572 CPUtime=0.01
/proc/19070/stat : 19070 (galacE.sh) S 19068 19070 17535 0 -1 4194304 765 1698 0 0 0 0 0 1 18 0 1 0 1983737928 48713728 364 996147200 4194304 4520092 548682068832 18446744073709551615 257203301210 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/19070/statm: 11893 364 245 79 0 219 0
[pid=19084] ppid=19070 vsize=812876 CPUtime=3.03
/proc/19084/stat : 19084 (java) S 19070 19070 17535 0 -1 0 16927 0 1 0 294 9 0 0 18 0 9 0 1983737932 832385024 16147 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19084/statm: 203219 16147 2585 9 0 197200 0
[pid=19084/tid=19085] ppid=19070 vsize=812876 CPUtime=2.59
/proc/19084/task/19085/stat : 19085 (java) R 19070 19070 17535 0 -1 64 10789 0 1 0 253 6 0 0 25 0 9 0 1983737933 832385024 16147 996147200 134512640 134550740 4294955616 18446744073709551615 4127238993 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19084/tid=19086] ppid=19070 vsize=812876 CPUtime=0.12
/proc/19084/task/19086/stat : 19086 (java) S 19070 19070 17535 0 -1 64 4543 0 0 0 11 1 0 0 17 0 9 0 1983737935 832385024 16147 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=19084/tid=19087] ppid=19070 vsize=812876 CPUtime=0
/proc/19084/task/19087/stat : 19087 (java) S 19070 19070 17535 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 1983737935 832385024 16147 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19084/tid=19088] ppid=19070 vsize=812876 CPUtime=0
/proc/19084/task/19088/stat : 19088 (java) S 19070 19070 17535 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1983737935 832385024 16147 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19084/tid=19089] ppid=19070 vsize=812876 CPUtime=0
/proc/19084/task/19089/stat : 19089 (java) S 19070 19070 17535 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 1983737937 832385024 16147 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19084/tid=19090] ppid=19070 vsize=812876 CPUtime=0.29
/proc/19084/task/19090/stat : 19090 (java) S 19070 19070 17535 0 -1 64 895 0 0 0 29 0 0 0 16 0 9 0 1983737937 832385024 16147 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19084/tid=19091] ppid=19070 vsize=812876 CPUtime=0
/proc/19084/task/19091/stat : 19091 (java) S 19070 19070 17535 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 1983737937 832385024 16147 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19084/tid=19092] ppid=19070 vsize=812876 CPUtime=0
/proc/19084/task/19092/stat : 19092 (java) S 19070 19070 17535 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1983737937 832385024 16147 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.04
Current children cumulated vsize (KiB) 860448

[startup+6.30264 s]
/proc/loadavg: 1.99 2.00 2.00 3/90 19092
/proc/meminfo: memFree=1654584/2055920 swapFree=4180772/4192956
[pid=19070] ppid=19068 vsize=47572 CPUtime=0.01
/proc/19070/stat : 19070 (galacE.sh) S 19068 19070 17535 0 -1 4194304 765 1698 0 0 0 0 0 1 18 0 1 0 1983737928 48713728 364 996147200 4194304 4520092 548682068832 18446744073709551615 257203301210 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/19070/statm: 11893 364 245 79 0 219 0
[pid=19084] ppid=19070 vsize=812876 CPUtime=6.19
/proc/19084/stat : 19084 (java) S 19070 19070 17535 0 -1 0 21195 0 1 0 608 11 0 0 18 0 9 0 1983737932 832385024 20410 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19084/statm: 203219 20410 2589 9 0 197200 0
[pid=19084/tid=19085] ppid=19070 vsize=812876 CPUtime=5.61
/proc/19084/task/19085/stat : 19085 (java) R 19070 19070 17535 0 -1 64 14592 0 1 0 553 8 0 0 25 0 9 0 1983737933 832385024 20410 996147200 134512640 134550740 4294955616 18446744073709551615 102887992 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19084/tid=19086] ppid=19070 vsize=812876 CPUtime=0.27
/proc/19084/task/19086/stat : 19086 (java) S 19070 19070 17535 0 -1 64 5007 0 0 0 26 1 0 0 16 0 9 0 1983737935 832385024 20410 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=19084/tid=19087] ppid=19070 vsize=812876 CPUtime=0
/proc/19084/task/19087/stat : 19087 (java) S 19070 19070 17535 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 1983737935 832385024 20410 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19084/tid=19088] ppid=19070 vsize=812876 CPUtime=0
/proc/19084/task/19088/stat : 19088 (java) S 19070 19070 17535 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1983737935 832385024 20410 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19084/tid=19089] ppid=19070 vsize=812876 CPUtime=0
/proc/19084/task/19089/stat : 19089 (java) S 19070 19070 17535 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 1983737937 832385024 20410 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19084/tid=19090] ppid=19070 vsize=812876 CPUtime=0.29
/proc/19084/task/19090/stat : 19090 (java) S 19070 19070 17535 0 -1 64 896 0 0 0 29 0 0 0 16 0 9 0 1983737937 832385024 20410 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19084/tid=19091] ppid=19070 vsize=812876 CPUtime=0
/proc/19084/task/19091/stat : 19091 (java) S 19070 19070 17535 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 1983737937 832385024 20410 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19084/tid=19092] ppid=19070 vsize=812876 CPUtime=0
/proc/19084/task/19092/stat : 19092 (java) S 19070 19070 17535 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1983737937 832385024 20410 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.2
Current children cumulated vsize (KiB) 860448

[startup+12.7022 s]
/proc/loadavg: 1.99 2.00 2.00 3/90 19092
/proc/meminfo: memFree=1653752/2055920 swapFree=4180772/4192956
[pid=19070] ppid=19068 vsize=47572 CPUtime=0.01
/proc/19070/stat : 19070 (galacE.sh) S 19068 19070 17535 0 -1 4194304 765 1698 0 0 0 0 0 1 18 0 1 0 1983737928 48713728 364 996147200 4194304 4520092 548682068832 18446744073709551615 257203301210 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/19070/statm: 11893 364 245 79 0 219 0
[pid=19084] ppid=19070 vsize=812876 CPUtime=12.52
/proc/19084/stat : 19084 (java) S 19070 19070 17535 0 -1 0 21343 0 1 0 1241 11 0 0 18 0 9 0 1983737932 832385024 20548 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19084/statm: 203219 20548 2589 9 0 197200 0
[pid=19084/tid=19085] ppid=19070 vsize=812876 CPUtime=11.47
/proc/19084/task/19085/stat : 19085 (java) R 19070 19070 17535 0 -1 64 14602 0 1 0 1139 8 0 0 25 0 9 0 1983737933 832385024 20548 996147200 134512640 134550740 4294955616 18446744073709551615 102606033 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19084/tid=19086] ppid=19070 vsize=812876 CPUtime=0.72
/proc/19084/task/19086/stat : 19086 (java) S 19070 19070 17535 0 -1 64 5141 0 0 0 71 1 0 0 16 0 9 0 1983737935 832385024 20548 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=19084/tid=19087] ppid=19070 vsize=812876 CPUtime=0
/proc/19084/task/19087/stat : 19087 (java) S 19070 19070 17535 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 1983737935 832385024 20548 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19084/tid=19088] ppid=19070 vsize=812876 CPUtime=0
/proc/19084/task/19088/stat : 19088 (java) S 19070 19070 17535 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1983737935 832385024 20548 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19084/tid=19089] ppid=19070 vsize=812876 CPUtime=0
/proc/19084/task/19089/stat : 19089 (java) S 19070 19070 17535 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 1983737937 832385024 20548 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19084/tid=19090] ppid=19070 vsize=812876 CPUtime=0.3
/proc/19084/task/19090/stat : 19090 (java) S 19070 19070 17535 0 -1 64 900 0 0 0 30 0 0 0 17 0 9 0 1983737937 832385024 20548 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19084/tid=19091] ppid=19070 vsize=812876 CPUtime=0
/proc/19084/task/19091/stat : 19091 (java) S 19070 19070 17535 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 1983737937 832385024 20548 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19084/tid=19092] ppid=19070 vsize=812876 CPUtime=0
/proc/19084/task/19092/stat : 19092 (java) S 19070 19070 17535 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1983737937 832385024 20548 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.53
Current children cumulated vsize (KiB) 860448

[startup+25.5012 s]
/proc/loadavg: 1.99 2.00 2.00 3/90 19092
/proc/meminfo: memFree=1652280/2055920 swapFree=4180772/4192956
[pid=19070] ppid=19068 vsize=47572 CPUtime=0.01
/proc/19070/stat : 19070 (galacE.sh) S 19068 19070 17535 0 -1 4194304 765 1698 0 0 0 0 0 1 18 0 1 0 1983737928 48713728 364 996147200 4194304 4520092 548682068832 18446744073709551615 257203301210 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/19070/statm: 11893 364 245 79 0 219 0
[pid=19084] ppid=19070 vsize=812876 CPUtime=25.21
/proc/19084/stat : 19084 (java) S 19070 19070 17535 0 -1 0 21736 0 1 0 2509 12 0 0 18 0 9 0 1983737932 832385024 20935 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19084/statm: 203219 20935 2592 9 0 197200 0
[pid=19084/tid=19085] ppid=19070 vsize=812876 CPUtime=23.91
/proc/19084/task/19085/stat : 19085 (java) R 19070 19070 17535 0 -1 64 14608 0 1 0 2383 8 0 0 25 0 9 0 1983737933 832385024 20935 996147200 134512640 134550740 4294955616 18446744073709551615 4127253700 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19084/tid=19086] ppid=19070 vsize=812876 CPUtime=0.95
/proc/19084/task/19086/stat : 19086 (java) S 19070 19070 17535 0 -1 64 5522 0 0 0 94 1 0 0 16 0 9 0 1983737935 832385024 20935 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=19084/tid=19087] ppid=19070 vsize=812876 CPUtime=0
/proc/19084/task/19087/stat : 19087 (java) S 19070 19070 17535 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 1983737935 832385024 20935 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19084/tid=19088] ppid=19070 vsize=812876 CPUtime=0
/proc/19084/task/19088/stat : 19088 (java) S 19070 19070 17535 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1983737935 832385024 20935 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19084/tid=19089] ppid=19070 vsize=812876 CPUtime=0
/proc/19084/task/19089/stat : 19089 (java) S 19070 19070 17535 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 1983737937 832385024 20935 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19084/tid=19090] ppid=19070 vsize=812876 CPUtime=0.3
/proc/19084/task/19090/stat : 19090 (java) S 19070 19070 17535 0 -1 64 906 0 0 0 30 0 0 0 16 0 9 0 1983737937 832385024 20935 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19084/tid=19091] ppid=19070 vsize=812876 CPUtime=0
/proc/19084/task/19091/stat : 19091 (java) S 19070 19070 17535 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 1983737937 832385024 20935 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19084/tid=19092] ppid=19070 vsize=812876 CPUtime=0
/proc/19084/task/19092/stat : 19092 (java) S 19070 19070 17535 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1983737937 832385024 20935 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.22
Current children cumulated vsize (KiB) 860448

[startup+51.1013 s]
/proc/loadavg: 1.99 2.00 2.00 3/90 19092
/proc/meminfo: memFree=1652280/2055920 swapFree=4180772/4192956
[pid=19070] ppid=19068 vsize=47572 CPUtime=0.01

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

/proc/19084/task/19086/stat : 19086 (java) S 19070 19070 17535 0 -1 64 5522 0 0 0 94 1 0 0 16 0 9 0 1983737935 832385024 20935 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=19084/tid=19087] ppid=19070 vsize=812876 CPUtime=0
/proc/19084/task/19087/stat : 19087 (java) S 19070 19070 17535 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 1983737935 832385024 20935 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19084/tid=19088] ppid=19070 vsize=812876 CPUtime=0
/proc/19084/task/19088/stat : 19088 (java) S 19070 19070 17535 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1983737935 832385024 20935 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19084/tid=19089] ppid=19070 vsize=812876 CPUtime=0
/proc/19084/task/19089/stat : 19089 (java) S 19070 19070 17535 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 1983737937 832385024 20935 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19084/tid=19090] ppid=19070 vsize=812876 CPUtime=0.3
/proc/19084/task/19090/stat : 19090 (java) S 19070 19070 17535 0 -1 64 906 0 0 0 30 0 0 0 16 0 9 0 1983737937 832385024 20935 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19084/tid=19091] ppid=19070 vsize=812876 CPUtime=0
/proc/19084/task/19091/stat : 19091 (java) S 19070 19070 17535 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 1983737937 832385024 20935 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19084/tid=19092] ppid=19070 vsize=812876 CPUtime=0
/proc/19084/task/19092/stat : 19092 (java) S 19070 19070 17535 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1983737937 832385024 20935 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 517.39
Current children cumulated vsize (KiB) 860448

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

[startup+537.502 s]
/proc/loadavg: 1.99 2.00 2.00 3/90 19092
/proc/meminfo: memFree=1651768/2055920 swapFree=4180772/4192956
[pid=19070] ppid=19068 vsize=47572 CPUtime=0.01
/proc/19070/stat : 19070 (galacE.sh) S 19068 19070 17535 0 -1 4194304 765 1698 0 0 0 0 0 1 18 0 1 0 1983737928 48713728 364 996147200 4194304 4520092 548682068832 18446744073709551615 257203301210 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/19070/statm: 11893 364 245 79 0 219 0
[pid=19084] ppid=19070 vsize=812876 CPUtime=532.44
/proc/19084/stat : 19084 (java) S 19070 19070 17535 0 -1 0 21736 0 1 0 53230 14 0 0 18 0 9 0 1983737932 832385024 20935 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19084/statm: 203219 20935 2592 9 0 197200 0
[pid=19084/tid=19085] ppid=19070 vsize=812876 CPUtime=531.15
/proc/19084/task/19085/stat : 19085 (java) R 19070 19070 17535 0 -1 64 14608 0 1 0 53105 10 0 0 25 0 9 0 1983737933 832385024 20935 996147200 134512640 134550740 4294955616 18446744073709551615 4126604331 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19084/tid=19086] ppid=19070 vsize=812876 CPUtime=0.95
/proc/19084/task/19086/stat : 19086 (java) S 19070 19070 17535 0 -1 64 5522 0 0 0 94 1 0 0 16 0 9 0 1983737935 832385024 20935 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=19084/tid=19087] ppid=19070 vsize=812876 CPUtime=0
/proc/19084/task/19087/stat : 19087 (java) S 19070 19070 17535 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 1983737935 832385024 20935 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19084/tid=19088] ppid=19070 vsize=812876 CPUtime=0
/proc/19084/task/19088/stat : 19088 (java) S 19070 19070 17535 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1983737935 832385024 20935 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19084/tid=19089] ppid=19070 vsize=812876 CPUtime=0
/proc/19084/task/19089/stat : 19089 (java) S 19070 19070 17535 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 1983737937 832385024 20935 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19084/tid=19090] ppid=19070 vsize=812876 CPUtime=0.3
/proc/19084/task/19090/stat : 19090 (java) S 19070 19070 17535 0 -1 64 906 0 0 0 30 0 0 0 16 0 9 0 1983737937 832385024 20935 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19084/tid=19091] ppid=19070 vsize=812876 CPUtime=0
/proc/19084/task/19091/stat : 19091 (java) S 19070 19070 17535 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 1983737937 832385024 20935 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19084/tid=19092] ppid=19070 vsize=812876 CPUtime=0
/proc/19084/task/19092/stat : 19092 (java) S 19070 19070 17535 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1983737937 832385024 20935 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 532.45
Current children cumulated vsize (KiB) 860448

[startup+563.102 s]
/proc/loadavg: 1.99 2.00 2.00 3/90 19092
/proc/meminfo: memFree=1634296/2055920 swapFree=4180772/4192956
[pid=19070] ppid=19068 vsize=47572 CPUtime=0.01
/proc/19070/stat : 19070 (galacE.sh) S 19068 19070 17535 0 -1 4194304 765 1698 0 0 0 0 0 1 18 0 1 0 1983737928 48713728 364 996147200 4194304 4520092 548682068832 18446744073709551615 257203301210 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/19070/statm: 11893 364 245 79 0 219 0
[pid=19084] ppid=19070 vsize=812876 CPUtime=557.79
/proc/19084/stat : 19084 (java) S 19070 19070 17535 0 -1 0 23246 0 1 0 55757 22 0 0 18 0 9 0 1983737932 832385024 22406 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19084/statm: 203219 22406 2593 9 0 197200 0
[pid=19084/tid=19085] ppid=19070 vsize=812876 CPUtime=556.29
/proc/19084/task/19085/stat : 19085 (java) R 19070 19070 17535 0 -1 64 14671 0 1 0 55611 18 0 0 25 0 9 0 1983737933 832385024 22406 996147200 134512640 134550740 4294955616 18446744073709551615 4127429249 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19084/tid=19086] ppid=19070 vsize=812876 CPUtime=1.07
/proc/19084/task/19086/stat : 19086 (java) S 19070 19070 17535 0 -1 64 6915 0 0 0 105 2 0 0 16 0 9 0 1983737935 832385024 22406 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=19084/tid=19087] ppid=19070 vsize=812876 CPUtime=0
/proc/19084/task/19087/stat : 19087 (java) S 19070 19070 17535 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 1983737935 832385024 22406 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19084/tid=19088] ppid=19070 vsize=812876 CPUtime=0
/proc/19084/task/19088/stat : 19088 (java) S 19070 19070 17535 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1983737935 832385024 22406 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19084/tid=19089] ppid=19070 vsize=812876 CPUtime=0
/proc/19084/task/19089/stat : 19089 (java) S 19070 19070 17535 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 1983737937 832385024 22406 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19084/tid=19090] ppid=19070 vsize=812876 CPUtime=0.4
/proc/19084/task/19090/stat : 19090 (java) S 19070 19070 17535 0 -1 64 960 0 0 0 39 1 0 0 16 0 9 0 1983737937 832385024 22406 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19084/tid=19091] ppid=19070 vsize=812876 CPUtime=0
/proc/19084/task/19091/stat : 19091 (java) S 19070 19070 17535 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 1983737937 832385024 22406 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19084/tid=19092] ppid=19070 vsize=812876 CPUtime=0
/proc/19084/task/19092/stat : 19092 (java) S 19070 19070 17535 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1983737937 832385024 22406 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 557.8
Current children cumulated vsize (KiB) 860448

[startup+569.503 s]
/proc/loadavg: 1.99 2.00 2.00 3/90 19092
/proc/meminfo: memFree=1631928/2055920 swapFree=4180772/4192956
[pid=19070] ppid=19068 vsize=47572 CPUtime=0.01
/proc/19070/stat : 19070 (galacE.sh) S 19068 19070 17535 0 -1 4194304 765 1698 0 0 0 0 0 1 18 0 1 0 1983737928 48713728 364 996147200 4194304 4520092 548682068832 18446744073709551615 257203301210 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/19070/statm: 11893 364 245 79 0 219 0
[pid=19084] ppid=19070 vsize=812876 CPUtime=564.13
/proc/19084/stat : 19084 (java) S 19070 19070 17535 0 -1 0 23255 0 1 0 56389 24 0 0 18 0 9 0 1983737932 832385024 22406 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19084/statm: 203219 22406 2593 9 0 197200 0
[pid=19084/tid=19085] ppid=19070 vsize=812876 CPUtime=562.63
/proc/19084/task/19085/stat : 19085 (java) R 19070 19070 17535 0 -1 64 14680 0 1 0 56243 20 0 0 25 0 9 0 1983737933 832385024 22406 996147200 134512640 134550740 4294955616 18446744073709551615 4127368452 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19084/tid=19086] ppid=19070 vsize=812876 CPUtime=1.07
/proc/19084/task/19086/stat : 19086 (java) S 19070 19070 17535 0 -1 64 6915 0 0 0 105 2 0 0 16 0 9 0 1983737935 832385024 22406 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=19084/tid=19087] ppid=19070 vsize=812876 CPUtime=0
/proc/19084/task/19087/stat : 19087 (java) S 19070 19070 17535 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 1983737935 832385024 22406 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19084/tid=19088] ppid=19070 vsize=812876 CPUtime=0
/proc/19084/task/19088/stat : 19088 (java) S 19070 19070 17535 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1983737935 832385024 22406 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19084/tid=19089] ppid=19070 vsize=812876 CPUtime=0
/proc/19084/task/19089/stat : 19089 (java) S 19070 19070 17535 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 1983737937 832385024 22406 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19084/tid=19090] ppid=19070 vsize=812876 CPUtime=0.4
/proc/19084/task/19090/stat : 19090 (java) S 19070 19070 17535 0 -1 64 960 0 0 0 39 1 0 0 16 0 9 0 1983737937 832385024 22406 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19084/tid=19091] ppid=19070 vsize=812876 CPUtime=0
/proc/19084/task/19091/stat : 19091 (java) S 19070 19070 17535 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 1983737937 832385024 22406 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19084/tid=19092] ppid=19070 vsize=812876 CPUtime=0
/proc/19084/task/19092/stat : 19092 (java) S 19070 19070 17535 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1983737937 832385024 22406 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 564.14
Current children cumulated vsize (KiB) 860448

[startup+575.901 s]
/proc/loadavg: 1.99 2.00 2.00 3/82 19093
/proc/meminfo: memFree=1618360/2055920 swapFree=4180772/4192956
[pid=19070] ppid=19068 vsize=47572 CPUtime=566.87
/proc/19070/stat : 19070 (galacE.sh) S 19068 19070 17535 0 -1 4194304 799 24973 0 1 0 0 56660 27 17 0 1 0 1983737928 48713728 364 996147200 4194304 4520092 548682068832 18446744073709551615 257203301210 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/19070/statm: 11893 364 245 79 0 219 0
[pid=19093] ppid=19070 vsize=110312 CPUtime=3.56
/proc/19093/stat : 19093 (eSAT_static) R 19070 19070 17535 0 -1 4194304 25621 0 0 0 343 13 0 0 25 0 1 0 1983795158 112959488 25603 996147200 134512640 135177480 4294955984 18446744073709551615 134526739 0 0 4096 3 0 0 0 17 1 0 0
/proc/19093/statm: 27578 25603 75 162 0 27413 0
Current children cumulated CPU time (s) 570.43
Current children cumulated vsize (KiB) 157884

[startup+577.507 s]
/proc/loadavg: 1.99 2.00 2.00 3/82 19093
/proc/meminfo: memFree=1590264/2055920 swapFree=4180772/4192956
[pid=19070] ppid=19068 vsize=47572 CPUtime=566.87
/proc/19070/stat : 19070 (galacE.sh) S 19068 19070 17535 0 -1 4194304 799 24973 0 1 0 0 56660 27 17 0 1 0 1983737928 48713728 364 996147200 4194304 4520092 548682068832 18446744073709551615 257203301210 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/19070/statm: 11893 364 245 79 0 219 0
[pid=19093] ppid=19070 vsize=128592 CPUtime=5.15
/proc/19093/stat : 19093 (eSAT_static) R 19070 19070 17535 0 -1 4194304 30077 0 0 0 500 15 0 0 25 0 1 0 1983795158 131678208 30059 996147200 134512640 135177480 4294955984 18446744073709551615 134534836 0 0 4096 3 0 0 0 17 1 0 0
/proc/19093/statm: 32148 30059 75 162 0 31983 0
Current children cumulated CPU time (s) 572.02
Current children cumulated vsize (KiB) 176164

[startup+579.103 s]
/proc/loadavg: 1.99 2.00 2.00 3/82 19093
/proc/meminfo: memFree=1580088/2055920 swapFree=4180772/4192956
[pid=19070] ppid=19068 vsize=47572 CPUtime=566.87
/proc/19070/stat : 19070 (galacE.sh) S 19068 19070 17535 0 -1 4194304 799 24973 0 1 0 0 56660 27 17 0 1 0 1983737928 48713728 364 996147200 4194304 4520092 548682068832 18446744073709551615 257203301210 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/19070/statm: 11893 364 245 79 0 219 0
[pid=19093] ppid=19070 vsize=143488 CPUtime=6.73
/proc/19093/stat : 19093 (eSAT_static) R 19070 19070 17535 0 -1 4194304 33567 0 0 0 657 16 0 0 25 0 1 0 1983795158 146931712 33549 996147200 134512640 135177480 4294955984 18446744073709551615 134537092 0 0 4096 3 0 0 0 17 1 0 0
/proc/19093/statm: 35872 33549 75 162 0 35707 0
Current children cumulated CPU time (s) 573.6
Current children cumulated vsize (KiB) 191060

[startup+579.903 s]
/proc/loadavg: 1.99 2.00 2.00 3/82 19093
/proc/meminfo: memFree=1575032/2055920 swapFree=4180772/4192956
[pid=19070] ppid=19068 vsize=47572 CPUtime=566.87
/proc/19070/stat : 19070 (galacE.sh) S 19068 19070 17535 0 -1 4194304 799 24973 0 1 0 0 56660 27 17 0 1 0 1983737928 48713728 364 996147200 4194304 4520092 548682068832 18446744073709551615 257203301210 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/19070/statm: 11893 364 245 79 0 219 0
[pid=19093] ppid=19070 vsize=143884 CPUtime=7.52
/proc/19093/stat : 19093 (eSAT_static) R 19070 19070 17535 0 -1 4194304 33862 0 0 0 735 17 0 0 25 0 1 0 1983795158 147337216 33844 996147200 134512640 135177480 4294955984 18446744073709551615 134538427 0 0 4096 3 0 0 0 17 1 0 0
/proc/19093/statm: 35971 33844 75 162 0 35806 0
Current children cumulated CPU time (s) 574.39
Current children cumulated vsize (KiB) 191456

[startup+580.303 s]
/proc/loadavg: 1.99 2.00 2.00 3/82 19093
/proc/meminfo: memFree=1575032/2055920 swapFree=4180772/4192956
[pid=19070] ppid=19068 vsize=47572 CPUtime=566.87
/proc/19070/stat : 19070 (galacE.sh) S 19068 19070 17535 0 -1 4194304 799 24973 0 1 0 0 56660 27 17 0 1 0 1983737928 48713728 364 996147200 4194304 4520092 548682068832 18446744073709551615 257203301210 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/19070/statm: 11893 364 245 79 0 219 0
[pid=19093] ppid=19070 vsize=143664 CPUtime=7.92
/proc/19093/stat : 19093 (eSAT_static) R 19070 19070 17535 0 -1 4194304 34141 0 0 0 775 17 0 0 25 0 1 0 1983795158 147111936 33843 996147200 134512640 135177480 4294955984 18446744073709551615 134736147 0 0 4096 3 0 0 0 17 1 0 0
/proc/19093/statm: 35916 33843 75 162 0 35751 0
Current children cumulated CPU time (s) 574.79
Current children cumulated vsize (KiB) 191236

[startup+580.403 s]
/proc/loadavg: 1.99 2.00 2.00 3/82 19093
/proc/meminfo: memFree=1575032/2055920 swapFree=4180772/4192956
[pid=19070] ppid=19068 vsize=47572 CPUtime=574.89
/proc/19070/stat : 19070 (galacE.sh) S 19068 19070 17535 0 -1 4194304 833 59130 0 1 0 0 57442 47 16 0 1 0 1983737928 48713728 364 996147200 4194304 4520092 548682068832 18446744073709551615 257203301210 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/19070/statm: 11893 364 245 79 0 219 0
Current children cumulated CPU time (s) 574.89
Current children cumulated vsize (KiB) 47572

Child status: 0
Real time (s): 580.409
CPU time (s): 574.925
CPU user time (s): 574.432
CPU system time (s): 0.492925
CPU usage (%): 99.0551
Max. virtual memory (cumulated for all children) (KiB): 860448

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 574.432
system time used= 0.492925
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 60118
page faults= 1
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 13798
involuntary context switches= 26233

runsolver used 0.858869 second user time and 1.78873 second system time

The end

Launcher Data (download as text)

Begin job on node65 at 2008-07-03 03:14:41
IDJOB=1050069
IDBENCH=54860
IDSOLVER=351
FILE ID=node65/1050069-1215047681
PBS_JOBID= 7875046
Free space on /tmp= 66548 MiB

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

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= a80e9ca6f14152a808d5210c0080ccc5
RANDOM SEED=532303626

node65.alineos.net Linux 2.6.9-22.EL.rootsmp #1 SMP Mon Oct 3 08:59:52 CEST 2005

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.231
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5914.62
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.231
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5586.94
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1727400 kB
Buffers:         36736 kB
Cached:         169192 kB
SwapCached:       5824 kB
Active:         206256 kB
Inactive:        60124 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1727400 kB
SwapTotal:     4192956 kB
SwapFree:      4180772 kB
Dirty:            6076 kB
Writeback:           0 kB
Mapped:          76888 kB
Slab:            47232 kB
Committed_AS:  4623188 kB
PageTables:       1960 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= 66544 MiB
End job on node65 at 2008-07-03 03:24:22