Trace number 1064825

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 EUNSAT 533.29 534.672

General information on the benchmark

Namecsp/pseudo/uclid/
normalized-cache-ibm-q-unbounded-Icl2arity-ucl.xml
MD5SUM9d4795f9e32ba7017720fe7b897ab8b7
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark140.591
Satisfiable
(Un)Satisfiability was proved
Number of variables23837
Number of constraints67567
Maximum constraint arity13
Maximum domain size2
Number of constraints which are defined in extension0
Number of constraints which are defined in intension67567
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.03	c --- Preproc Stats ---
386.61/387.62	c start processing
386.61/387.65	c start relation processing
387.10/388.11	c start cnf exporting
500.52/501.65	c parsing time : 387.499
500.52/501.65	c preprocessing time : 501.526
500.52/501.66	
500.52/501.66	c Nary constraints - conflicts : 24109 supports : 0
500.52/501.66	c Binary constraints - conflicts : 43458 supports :0
500.52/501.66	c max arity constraint : 13
500.52/501.66	c Max Tuples generated 8192
500.52/501.66	c relations : 35
500.52/501.66	c relations BDD: 18
500.52/501.66	c sampling 0/0
500.52/501.66	c vars : 863583 - clauses :  3068679
500.52/501.66	
500.58/501.71	 
500.58/501.71	c --- SAT Solver Stats ---
500.58/501.71	 
500.58/501.71	c eSAT 0.1 : minisat core with additionnal features
500.58/501.71	c ============================[ Problem Statistics ]=============================
500.58/501.71	c |                                                                             |
500.58/501.72	c |  Number of variables:  863582                                               |
500.58/501.72	c |  Number of clauses:    3068679                                              |
504.04/505.22	c |  Parsing time:         3.03         s                                       |
533.09/534.58	c restarts              : 0
533.09/534.58	c conflicts             : 0              (0 /sec)
533.09/534.58	c decisions             : 0              ( nan % random) (0 /sec)
533.09/534.58	c euip                  : 0           
533.09/534.58	c propagations          : 9014           (281 /sec)
533.09/534.58	c conflict literals     : 0              ( nan % deleted)
533.09/534.58	c Memory used           : 309.36 MB
533.09/534.58	c CPU time              : 32.1251 s
533.09/534.58	c 
533.09/534.58	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-1064825-1215144233/watcher-1064825-1215144233 -o /tmp/evaluation-result-1064825-1215144233/solver-1064825-1215144233 -C 1800 -W 2200 -M 900 --output-limit 1,15 HOME/galacE.sh HOME/instance-1064825-1215144233.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.94 2.03 2.00 3/73 18954
/proc/meminfo: memFree=1340568/2055920 swapFree=4176960/4192956
[pid=18954] ppid=18952 vsize=5272 CPUtime=0
/proc/18954/stat : 18954 (galacE.sh) R 18952 18954 17255 0 -1 4194304 217 0 0 0 0 0 0 0 19 0 1 0 637343545 5398528 182 996147200 4194304 4520092 548682068832 18446744073709551615 243665405866 0 0 4096 8192 0 0 0 17 0 0 0
/proc/18954/statm: 1318 182 134 79 0 122 0

[startup+0.0605221 s]
/proc/loadavg: 1.94 2.03 2.00 3/73 18954
/proc/meminfo: memFree=1340568/2055920 swapFree=4176960/4192956
[pid=18954] ppid=18952 vsize=47560 CPUtime=0.01
/proc/18954/stat : 18954 (galacE.sh) S 18952 18954 17255 0 -1 4194304 764 1697 0 0 0 0 0 1 18 0 1 0 637343545 48701440 363 996147200 4194304 4520092 548682068832 18446744073709551615 243665136474 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/18954/statm: 11890 363 244 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47560

[startup+0.101526 s]
/proc/loadavg: 1.94 2.03 2.00 3/73 18954
/proc/meminfo: memFree=1340568/2055920 swapFree=4176960/4192956
[pid=18954] ppid=18952 vsize=47560 CPUtime=0.01
/proc/18954/stat : 18954 (galacE.sh) S 18952 18954 17255 0 -1 4194304 764 1697 0 0 0 0 0 1 18 0 1 0 637343545 48701440 363 996147200 4194304 4520092 548682068832 18446744073709551615 243665136474 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/18954/statm: 11890 363 244 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47560

[startup+0.301551 s]
/proc/loadavg: 1.94 2.03 2.00 3/73 18954
/proc/meminfo: memFree=1340568/2055920 swapFree=4176960/4192956
[pid=18954] ppid=18952 vsize=47560 CPUtime=0.01
/proc/18954/stat : 18954 (galacE.sh) S 18952 18954 17255 0 -1 4194304 764 1697 0 0 0 0 0 1 18 0 1 0 637343545 48701440 363 996147200 4194304 4520092 548682068832 18446744073709551615 243665136474 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/18954/statm: 11890 363 244 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47560

[startup+0.701587 s]
/proc/loadavg: 1.94 2.03 2.00 3/73 18954
/proc/meminfo: memFree=1340568/2055920 swapFree=4176960/4192956
[pid=18954] ppid=18952 vsize=47560 CPUtime=0.01
/proc/18954/stat : 18954 (galacE.sh) S 18952 18954 17255 0 -1 4194304 764 1697 0 0 0 0 0 1 18 0 1 0 637343545 48701440 363 996147200 4194304 4520092 548682068832 18446744073709551615 243665136474 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/18954/statm: 11890 363 244 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47560

[startup+1.50267 s]
/proc/loadavg: 1.94 2.03 2.00 3/83 18976
/proc/meminfo: memFree=1308728/2055920 swapFree=4176960/4192956
[pid=18954] ppid=18952 vsize=47560 CPUtime=0.01
/proc/18954/stat : 18954 (galacE.sh) S 18952 18954 17255 0 -1 4194304 764 1697 0 0 0 0 0 1 18 0 1 0 637343545 48701440 363 996147200 4194304 4520092 548682068832 18446744073709551615 243665136474 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/18954/statm: 11890 363 244 79 0 219 0
[pid=18968] ppid=18954 vsize=812832 CPUtime=1.45
/proc/18968/stat : 18968 (java) S 18954 18954 17255 0 -1 0 16240 0 1 0 134 11 0 0 18 0 9 0 637343548 832339968 15353 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18968/statm: 203208 15353 2584 9 0 197189 0
[pid=18968/tid=18969] ppid=18954 vsize=812832 CPUtime=0.96
/proc/18968/task/18969/stat : 18969 (java) R 18954 18954 17255 0 -1 64 9437 0 1 0 90 6 0 0 25 0 9 0 637343549 832339968 15353 996147200 134512640 134550740 4294955616 18446744073709551615 4126706503 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18968/tid=18970] ppid=18954 vsize=812832 CPUtime=0.25
/proc/18968/task/18970/stat : 18970 (java) S 18954 18954 17255 0 -1 64 5275 0 0 0 23 2 0 0 17 0 9 0 637343551 832339968 15353 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18968/tid=18971] ppid=18954 vsize=812832 CPUtime=0
/proc/18968/task/18971/stat : 18971 (java) S 18954 18954 17255 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 637343551 832339968 15353 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18968/tid=18972] ppid=18954 vsize=812832 CPUtime=0
/proc/18968/task/18972/stat : 18972 (java) S 18954 18954 17255 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 637343551 832339968 15353 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18968/tid=18973] ppid=18954 vsize=812832 CPUtime=0
/proc/18968/task/18973/stat : 18973 (java) S 18954 18954 17255 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 637343553 832339968 15353 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18968/tid=18974] ppid=18954 vsize=812832 CPUtime=0.2
/proc/18968/task/18974/stat : 18974 (java) S 18954 18954 17255 0 -1 64 827 0 0 0 20 0 0 0 16 0 9 0 637343553 832339968 15353 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18968/tid=18975] ppid=18954 vsize=812832 CPUtime=0
/proc/18968/task/18975/stat : 18975 (java) S 18954 18954 17255 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 637343553 832339968 15353 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18968/tid=18976] ppid=18954 vsize=812832 CPUtime=0
/proc/18968/task/18976/stat : 18976 (java) S 18954 18954 17255 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 637343553 832339968 15353 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.46
Current children cumulated vsize (KiB) 860392

[startup+3.10284 s]
/proc/loadavg: 1.94 2.03 2.00 3/83 18976
/proc/meminfo: memFree=1287928/2055920 swapFree=4176960/4192956
[pid=18954] ppid=18952 vsize=47560 CPUtime=0.01
/proc/18954/stat : 18954 (galacE.sh) S 18952 18954 17255 0 -1 4194304 764 1697 0 0 0 0 0 1 18 0 1 0 637343545 48701440 363 996147200 4194304 4520092 548682068832 18446744073709551615 243665136474 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/18954/statm: 11890 363 244 79 0 219 0
[pid=18968] ppid=18954 vsize=812832 CPUtime=3.04
/proc/18968/stat : 18968 (java) S 18954 18954 17255 0 -1 0 16270 0 1 0 293 11 0 0 18 0 9 0 637343548 832339968 15382 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18968/statm: 203208 15382 2585 9 0 197189 0
[pid=18968/tid=18969] ppid=18954 vsize=812832 CPUtime=2.52
/proc/18968/task/18969/stat : 18969 (java) R 18954 18954 17255 0 -1 64 9439 0 1 0 245 7 0 0 25 0 9 0 637343549 832339968 15382 996147200 134512640 134550740 4294955616 18446744073709551615 4125952123 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18968/tid=18970] ppid=18954 vsize=812832 CPUtime=0.25
/proc/18968/task/18970/stat : 18970 (java) S 18954 18954 17255 0 -1 64 5275 0 0 0 23 2 0 0 17 0 9 0 637343551 832339968 15382 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18968/tid=18971] ppid=18954 vsize=812832 CPUtime=0
/proc/18968/task/18971/stat : 18971 (java) S 18954 18954 17255 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 637343551 832339968 15382 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18968/tid=18972] ppid=18954 vsize=812832 CPUtime=0
/proc/18968/task/18972/stat : 18972 (java) S 18954 18954 17255 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 637343551 832339968 15382 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18968/tid=18973] ppid=18954 vsize=812832 CPUtime=0
/proc/18968/task/18973/stat : 18973 (java) S 18954 18954 17255 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 637343553 832339968 15382 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18968/tid=18974] ppid=18954 vsize=812832 CPUtime=0.24
/proc/18968/task/18974/stat : 18974 (java) S 18954 18954 17255 0 -1 64 855 0 0 0 24 0 0 0 15 0 9 0 637343553 832339968 15382 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18968/tid=18975] ppid=18954 vsize=812832 CPUtime=0
/proc/18968/task/18975/stat : 18975 (java) S 18954 18954 17255 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 637343553 832339968 15382 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18968/tid=18976] ppid=18954 vsize=812832 CPUtime=0
/proc/18968/task/18976/stat : 18976 (java) S 18954 18954 17255 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 637343553 832339968 15382 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.05
Current children cumulated vsize (KiB) 860392

[startup+6.30116 s]
/proc/loadavg: 2.02 2.05 2.00 3/83 18976
/proc/meminfo: memFree=1287992/2055920 swapFree=4176960/4192956
[pid=18954] ppid=18952 vsize=47560 CPUtime=0.01
/proc/18954/stat : 18954 (galacE.sh) S 18952 18954 17255 0 -1 4194304 764 1697 0 0 0 0 0 1 18 0 1 0 637343545 48701440 363 996147200 4194304 4520092 548682068832 18446744073709551615 243665136474 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/18954/statm: 11890 363 244 79 0 219 0
[pid=18968] ppid=18954 vsize=812832 CPUtime=6.22
/proc/18968/stat : 18968 (java) S 18954 18954 17255 0 -1 0 16299 0 1 0 610 12 0 0 18 0 9 0 637343548 832339968 15408 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18968/statm: 203208 15408 2585 9 0 197189 0
[pid=18968/tid=18969] ppid=18954 vsize=812832 CPUtime=5.64
/proc/18968/task/18969/stat : 18969 (java) R 18954 18954 17255 0 -1 64 9442 0 1 0 557 7 0 0 25 0 9 0 637343549 832339968 15408 996147200 134512640 134550740 4294955616 18446744073709551615 4126706532 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18968/tid=18970] ppid=18954 vsize=812832 CPUtime=0.25
/proc/18968/task/18970/stat : 18970 (java) S 18954 18954 17255 0 -1 64 5275 0 0 0 23 2 0 0 17 0 9 0 637343551 832339968 15408 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18968/tid=18971] ppid=18954 vsize=812832 CPUtime=0
/proc/18968/task/18971/stat : 18971 (java) S 18954 18954 17255 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 637343551 832339968 15408 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18968/tid=18972] ppid=18954 vsize=812832 CPUtime=0
/proc/18968/task/18972/stat : 18972 (java) S 18954 18954 17255 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 637343551 832339968 15408 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18968/tid=18973] ppid=18954 vsize=812832 CPUtime=0
/proc/18968/task/18973/stat : 18973 (java) S 18954 18954 17255 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 637343553 832339968 15408 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18968/tid=18974] ppid=18954 vsize=812832 CPUtime=0.29
/proc/18968/task/18974/stat : 18974 (java) S 18954 18954 17255 0 -1 64 881 0 0 0 29 0 0 0 15 0 9 0 637343553 832339968 15408 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18968/tid=18975] ppid=18954 vsize=812832 CPUtime=0
/proc/18968/task/18975/stat : 18975 (java) S 18954 18954 17255 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 637343553 832339968 15408 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18968/tid=18976] ppid=18954 vsize=812832 CPUtime=0
/proc/18968/task/18976/stat : 18976 (java) S 18954 18954 17255 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 637343553 832339968 15408 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.23
Current children cumulated vsize (KiB) 860392

[startup+12.7018 s]
/proc/loadavg: 2.02 2.05 2.00 3/83 18976
/proc/meminfo: memFree=1286664/2055920 swapFree=4176960/4192956
[pid=18954] ppid=18952 vsize=47560 CPUtime=0.01
/proc/18954/stat : 18954 (galacE.sh) S 18952 18954 17255 0 -1 4194304 764 1697 0 0 0 0 0 1 18 0 1 0 637343545 48701440 363 996147200 4194304 4520092 548682068832 18446744073709551615 243665136474 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/18954/statm: 11890 363 244 79 0 219 0
[pid=18968] ppid=18954 vsize=812832 CPUtime=12.59
/proc/18968/stat : 18968 (java) S 18954 18954 17255 0 -1 0 16878 0 1 0 1246 13 0 0 18 0 9 0 637343548 832339968 15659 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18968/statm: 203208 15659 2584 9 0 197189 0
[pid=18968/tid=18969] ppid=18954 vsize=812832 CPUtime=11.93
/proc/18968/task/18969/stat : 18969 (java) R 18954 18954 17255 0 -1 64 9541 0 1 0 1185 8 0 0 25 0 9 0 637343549 832339968 15659 996147200 134512640 134550740 4294955616 18446744073709551615 4127012640 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18968/tid=18970] ppid=18954 vsize=812832 CPUtime=0.33
/proc/18968/task/18970/stat : 18970 (java) S 18954 18954 17255 0 -1 64 5750 0 0 0 30 3 0 0 17 0 9 0 637343551 832339968 15659 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18968/tid=18971] ppid=18954 vsize=812832 CPUtime=0
/proc/18968/task/18971/stat : 18971 (java) S 18954 18954 17255 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 637343551 832339968 15659 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18968/tid=18972] ppid=18954 vsize=812832 CPUtime=0
/proc/18968/task/18972/stat : 18972 (java) S 18954 18954 17255 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 637343551 832339968 15659 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18968/tid=18973] ppid=18954 vsize=812832 CPUtime=0
/proc/18968/task/18973/stat : 18973 (java) S 18954 18954 17255 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 637343553 832339968 15659 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18968/tid=18974] ppid=18954 vsize=812832 CPUtime=0.29
/proc/18968/task/18974/stat : 18974 (java) S 18954 18954 17255 0 -1 64 886 0 0 0 29 0 0 0 16 0 9 0 637343553 832339968 15659 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18968/tid=18975] ppid=18954 vsize=812832 CPUtime=0
/proc/18968/task/18975/stat : 18975 (java) S 18954 18954 17255 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 637343553 832339968 15659 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18968/tid=18976] ppid=18954 vsize=812832 CPUtime=0
/proc/18968/task/18976/stat : 18976 (java) S 18954 18954 17255 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 637343553 832339968 15659 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.6
Current children cumulated vsize (KiB) 860392

[startup+25.5021 s]
/proc/loadavg: 2.02 2.04 2.00 3/83 18976
/proc/meminfo: memFree=1276872/2055920 swapFree=4176960/4192956
[pid=18954] ppid=18952 vsize=47560 CPUtime=0.01
/proc/18954/stat : 18954 (galacE.sh) S 18952 18954 17255 0 -1 4194304 764 1697 0 0 0 0 0 1 18 0 1 0 637343545 48701440 363 996147200 4194304 4520092 548682068832 18446744073709551615 243665136474 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/18954/statm: 11890 363 244 79 0 219 0
[pid=18968] ppid=18954 vsize=812832 CPUtime=25.32
/proc/18968/stat : 18968 (java) S 18954 18954 17255 0 -1 0 19588 0 1 0 2517 15 0 0 18 0 9 0 637343548 832339968 18369 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18968/statm: 203208 18369 2584 9 0 197189 0
[pid=18968/tid=18969] ppid=18954 vsize=812832 CPUtime=24.67
/proc/18968/task/18969/stat : 18969 (java) R 18954 18954 17255 0 -1 64 12251 0 1 0 2456 11 0 0 25 0 9 0 637343549 832339968 18369 996147200 134512640 134550740 4294955616 18446744073709551615 4127007847 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18968/tid=18970] ppid=18954 vsize=812832 CPUtime=0.33
/proc/18968/task/18970/stat : 18970 (java) S 18954 18954 17255 0 -1 64 5750 0 0 0 30 3 0 0 16 0 9 0 637343551 832339968 18369 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18968/tid=18971] ppid=18954 vsize=812832 CPUtime=0
/proc/18968/task/18971/stat : 18971 (java) S 18954 18954 17255 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 637343551 832339968 18369 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18968/tid=18972] ppid=18954 vsize=812832 CPUtime=0
/proc/18968/task/18972/stat : 18972 (java) S 18954 18954 17255 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 637343551 832339968 18369 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18968/tid=18973] ppid=18954 vsize=812832 CPUtime=0
/proc/18968/task/18973/stat : 18973 (java) S 18954 18954 17255 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 637343553 832339968 18369 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18968/tid=18974] ppid=18954 vsize=812832 CPUtime=0.29
/proc/18968/task/18974/stat : 18974 (java) S 18954 18954 17255 0 -1 64 886 0 0 0 29 0 0 0 16 0 9 0 637343553 832339968 18369 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18968/tid=18975] ppid=18954 vsize=812832 CPUtime=0
/proc/18968/task/18975/stat : 18975 (java) S 18954 18954 17255 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 637343553 832339968 18369 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18968/tid=18976] ppid=18954 vsize=812832 CPUtime=0
/proc/18968/task/18976/stat : 18976 (java) S 18954 18954 17255 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 637343553 832339968 18369 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.33
Current children cumulated vsize (KiB) 860392

[startup+51.1027 s]
/proc/loadavg: 1.81 1.99 1.98 2/79 19381
/proc/meminfo: memFree=1584592/2055920 swapFree=4176960/4192956
[pid=18954] ppid=18952 vsize=47560 CPUtime=0.01

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

[pid=18968/tid=18970] ppid=18954 vsize=812832 CPUtime=2.94
/proc/18968/task/18970/stat : 18970 (java) S 18954 18954 17255 0 -1 64 13163 0 0 0 288 6 0 0 16 0 9 0 637343551 832339968 25126 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=18968/tid=18971] ppid=18954 vsize=812832 CPUtime=0
/proc/18968/task/18971/stat : 18971 (java) S 18954 18954 17255 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 637343551 832339968 25126 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18968/tid=18972] ppid=18954 vsize=812832 CPUtime=0
/proc/18968/task/18972/stat : 18972 (java) S 18954 18954 17255 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 637343551 832339968 25126 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18968/tid=18973] ppid=18954 vsize=812832 CPUtime=0
/proc/18968/task/18973/stat : 18973 (java) S 18954 18954 17255 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 637343553 832339968 25126 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18968/tid=18974] ppid=18954 vsize=812832 CPUtime=0.32
/proc/18968/task/18974/stat : 18974 (java) S 18954 18954 17255 0 -1 64 896 0 0 0 31 1 0 0 16 0 9 0 637343553 832339968 25126 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18968/tid=18975] ppid=18954 vsize=812832 CPUtime=0
/proc/18968/task/18975/stat : 18975 (java) S 18954 18954 17255 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 637343553 832339968 25126 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18968/tid=18976] ppid=18954 vsize=812832 CPUtime=0
/proc/18968/task/18976/stat : 18976 (java) S 18954 18954 17255 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 637343553 832339968 25126 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 341.33
Current children cumulated vsize (KiB) 860392

[startup+402.302 s]
/proc/loadavg: 2.09 2.04 2.00 3/92 19620
/proc/meminfo: memFree=1494896/2055920 swapFree=4176960/4192956
[pid=18954] ppid=18952 vsize=47560 CPUtime=0.01
/proc/18954/stat : 18954 (galacE.sh) S 18952 18954 17255 0 -1 4194304 764 1697 0 0 0 0 0 1 18 0 1 0 637343545 48701440 363 996147200 4194304 4520092 548682068832 18446744073709551615 243665136474 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/18954/statm: 11890 363 244 79 0 219 0
[pid=18968] ppid=18954 vsize=812832 CPUtime=401.29
/proc/18968/stat : 18968 (java) S 18954 18954 17255 0 -1 0 32603 0 1 0 40091 38 0 0 18 0 9 0 637343548 832339968 26290 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18968/statm: 203208 26290 2590 9 0 197189 0
[pid=18968/tid=18969] ppid=18954 vsize=812832 CPUtime=396.78
/proc/18968/task/18969/stat : 18969 (java) R 18954 18954 17255 0 -1 64 14695 0 1 0 39651 27 0 0 25 0 9 0 637343549 832339968 26290 996147200 134512640 134550740 4294955616 18446744073709551615 4127298214 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18968/tid=18970] ppid=18954 vsize=812832 CPUtime=4.04
/proc/18968/task/18970/stat : 18970 (java) S 18954 18954 17255 0 -1 64 16235 0 0 0 395 9 0 0 16 0 9 0 637343551 832339968 26290 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=18968/tid=18971] ppid=18954 vsize=812832 CPUtime=0
/proc/18968/task/18971/stat : 18971 (java) S 18954 18954 17255 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 637343551 832339968 26290 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18968/tid=18972] ppid=18954 vsize=812832 CPUtime=0
/proc/18968/task/18972/stat : 18972 (java) S 18954 18954 17255 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 637343551 832339968 26290 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18968/tid=18973] ppid=18954 vsize=812832 CPUtime=0
/proc/18968/task/18973/stat : 18973 (java) S 18954 18954 17255 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 637343553 832339968 26290 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18968/tid=18974] ppid=18954 vsize=812832 CPUtime=0.45
/proc/18968/task/18974/stat : 18974 (java) S 18954 18954 17255 0 -1 64 972 0 0 0 44 1 0 0 16 0 9 0 637343553 832339968 26290 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18968/tid=18975] ppid=18954 vsize=812832 CPUtime=0
/proc/18968/task/18975/stat : 18975 (java) S 18954 18954 17255 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 637343553 832339968 26290 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18968/tid=18976] ppid=18954 vsize=812832 CPUtime=0
/proc/18968/task/18976/stat : 18976 (java) S 18954 18954 17255 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 637343553 832339968 26290 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 401.3
Current children cumulated vsize (KiB) 860392

[startup+462.303 s]
/proc/loadavg: 2.03 2.03 2.00 3/92 19620
/proc/meminfo: memFree=1457264/2055920 swapFree=4176960/4192956
[pid=18954] ppid=18952 vsize=47560 CPUtime=0.01
/proc/18954/stat : 18954 (galacE.sh) S 18952 18954 17255 0 -1 4194304 764 1697 0 0 0 0 0 1 18 0 1 0 637343545 48701440 363 996147200 4194304 4520092 548682068832 18446744073709551615 243665136474 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/18954/statm: 11890 363 244 79 0 219 0
[pid=18968] ppid=18954 vsize=812832 CPUtime=461.24
/proc/18968/stat : 18968 (java) S 18954 18954 17255 0 -1 0 32710 0 1 0 46064 60 0 0 18 0 9 0 637343548 832339968 26291 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18968/statm: 203208 26291 2590 9 0 197189 0
[pid=18968/tid=18969] ppid=18954 vsize=812832 CPUtime=456.68
/proc/18968/task/18969/stat : 18969 (java) R 18954 18954 17255 0 -1 64 14801 0 1 0 45620 48 0 0 25 0 9 0 637343549 832339968 26291 996147200 134512640 134550740 4294955616 18446744073709551615 4127589276 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18968/tid=18970] ppid=18954 vsize=812832 CPUtime=4.09
/proc/18968/task/18970/stat : 18970 (java) S 18954 18954 17255 0 -1 64 16235 0 0 0 399 10 0 0 16 0 9 0 637343551 832339968 26291 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=18968/tid=18971] ppid=18954 vsize=812832 CPUtime=0
/proc/18968/task/18971/stat : 18971 (java) S 18954 18954 17255 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 637343551 832339968 26291 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18968/tid=18972] ppid=18954 vsize=812832 CPUtime=0
/proc/18968/task/18972/stat : 18972 (java) S 18954 18954 17255 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 637343551 832339968 26291 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18968/tid=18973] ppid=18954 vsize=812832 CPUtime=0
/proc/18968/task/18973/stat : 18973 (java) S 18954 18954 17255 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 637343553 832339968 26291 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18968/tid=18974] ppid=18954 vsize=812832 CPUtime=0.45
/proc/18968/task/18974/stat : 18974 (java) S 18954 18954 17255 0 -1 64 973 0 0 0 44 1 0 0 16 0 9 0 637343553 832339968 26291 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18968/tid=18975] ppid=18954 vsize=812832 CPUtime=0
/proc/18968/task/18975/stat : 18975 (java) S 18954 18954 17255 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 637343553 832339968 26291 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18968/tid=18976] ppid=18954 vsize=812832 CPUtime=0
/proc/18968/task/18976/stat : 18976 (java) S 18954 18954 17255 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 637343553 832339968 26291 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 461.25
Current children cumulated vsize (KiB) 860392

[startup+522.302 s]
/proc/loadavg: 2.01 2.02 2.00 3/84 19621
/proc/meminfo: memFree=1250032/2055920 swapFree=4176960/4192956
[pid=18954] ppid=18952 vsize=47560 CPUtime=500.6
/proc/18954/stat : 18954 (galacE.sh) S 18952 18954 17255 0 -1 4194304 798 34492 0 1 0 0 49982 78 17 0 1 0 637343545 48701440 363 996147200 4194304 4520092 548682068832 18446744073709551615 243665136474 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/18954/statm: 11890 363 244 79 0 219 0
[pid=19621] ppid=18954 vsize=305476 CPUtime=20.4
/proc/19621/stat : 19621 (eSAT_static) R 18954 18954 17255 0 -1 4194304 69138 0 0 0 1996 44 0 0 25 0 1 0 637393716 312807424 69120 996147200 134512640 135177480 4294955984 18446744073709551615 134537150 0 0 4096 3 0 0 0 17 1 0 0
/proc/19621/statm: 76369 69120 74 162 0 76204 0
Current children cumulated CPU time (s) 521
Current children cumulated vsize (KiB) 353036

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

[startup+524.707 s]
/proc/loadavg: 2.01 2.02 2.00 3/84 19621
/proc/meminfo: memFree=1248368/2055920 swapFree=4176960/4192956
[pid=18954] ppid=18952 vsize=47560 CPUtime=500.6
/proc/18954/stat : 18954 (galacE.sh) S 18952 18954 17255 0 -1 4194304 798 34492 0 1 0 0 49982 78 17 0 1 0 637343545 48701440 363 996147200 4194304 4520092 548682068832 18446744073709551615 243665136474 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/18954/statm: 11890 363 244 79 0 219 0
[pid=19621] ppid=18954 vsize=312924 CPUtime=22.79
/proc/19621/stat : 19621 (eSAT_static) R 18954 18954 17255 0 -1 4194304 69335 0 0 0 2234 45 0 0 25 0 1 0 637393716 320434176 69317 996147200 134512640 135177480 4294955984 18446744073709551615 134534851 0 0 4096 3 0 0 0 17 1 0 0
/proc/19621/statm: 78231 69317 74 162 0 78066 0
Current children cumulated CPU time (s) 523.39
Current children cumulated vsize (KiB) 360484

[startup+531.102 s]
/proc/loadavg: 2.01 2.02 2.00 3/84 19621
/proc/meminfo: memFree=1243504/2055920 swapFree=4176960/4192956
[pid=18954] ppid=18952 vsize=47560 CPUtime=500.6
/proc/18954/stat : 18954 (galacE.sh) S 18952 18954 17255 0 -1 4194304 798 34492 0 1 0 0 49982 78 17 0 1 0 637343545 48701440 363 996147200 4194304 4520092 548682068832 18446744073709551615 243665136474 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/18954/statm: 11890 363 244 79 0 219 0
[pid=19621] ppid=18954 vsize=313980 CPUtime=29.12
/proc/19621/stat : 19621 (eSAT_static) R 18954 18954 17255 0 -1 4194304 69786 0 0 0 2867 45 0 0 25 0 1 0 637393716 321515520 69768 996147200 134512640 135177480 4294955984 18446744073709551615 134534851 0 0 4096 3 0 0 0 17 1 0 0
/proc/19621/statm: 78495 69768 74 162 0 78330 0
Current children cumulated CPU time (s) 529.72
Current children cumulated vsize (KiB) 361540

[startup+532.702 s]
/proc/loadavg: 2.01 2.02 2.00 3/84 19621
/proc/meminfo: memFree=1241136/2055920 swapFree=4176960/4192956
[pid=18954] ppid=18952 vsize=47560 CPUtime=500.6
/proc/18954/stat : 18954 (galacE.sh) S 18952 18954 17255 0 -1 4194304 798 34492 0 1 0 0 49982 78 17 0 1 0 637343545 48701440 363 996147200 4194304 4520092 548682068832 18446744073709551615 243665136474 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/18954/statm: 11890 363 244 79 0 219 0
[pid=19621] ppid=18954 vsize=314376 CPUtime=30.71
/proc/19621/stat : 19621 (eSAT_static) R 18954 18954 17255 0 -1 4194304 69954 0 0 0 3026 45 0 0 25 0 1 0 637393716 321921024 69936 996147200 134512640 135177480 4294955984 18446744073709551615 134534568 0 0 4096 3 0 0 0 17 1 0 0
/proc/19621/statm: 78594 69936 74 162 0 78429 0
Current children cumulated CPU time (s) 531.31
Current children cumulated vsize (KiB) 361936

[startup+533.507 s]
/proc/loadavg: 2.01 2.02 2.00 3/84 19621
/proc/meminfo: memFree=1240688/2055920 swapFree=4176960/4192956
[pid=18954] ppid=18952 vsize=47560 CPUtime=500.6
/proc/18954/stat : 18954 (galacE.sh) S 18952 18954 17255 0 -1 4194304 798 34492 0 1 0 0 49982 78 17 0 1 0 637343545 48701440 363 996147200 4194304 4520092 548682068832 18446744073709551615 243665136474 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/18954/statm: 11890 363 244 79 0 219 0
[pid=19621] ppid=18954 vsize=314640 CPUtime=31.51
/proc/19621/stat : 19621 (eSAT_static) R 18954 18954 17255 0 -1 4194304 70047 0 0 0 3106 45 0 0 25 0 1 0 637393716 322191360 70029 996147200 134512640 135177480 4294955984 18446744073709551615 134534792 0 0 4096 3 0 0 0 17 1 0 0
/proc/19621/statm: 78660 70029 74 162 0 78495 0
Current children cumulated CPU time (s) 532.11
Current children cumulated vsize (KiB) 362200

[startup+534.303 s]
/proc/loadavg: 2.01 2.02 2.00 3/84 19621
/proc/meminfo: memFree=1240688/2055920 swapFree=4176960/4192956
[pid=18954] ppid=18952 vsize=47560 CPUtime=500.6
/proc/18954/stat : 18954 (galacE.sh) S 18952 18954 17255 0 -1 4194304 798 34492 0 1 0 0 49982 78 17 0 1 0 637343545 48701440 363 996147200 4194304 4520092 548682068832 18446744073709551615 243665136474 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/18954/statm: 11890 363 244 79 0 219 0
[pid=19621] ppid=18954 vsize=314772 CPUtime=32.3
/proc/19621/stat : 19621 (eSAT_static) R 18954 18954 17255 0 -1 4194304 70129 0 0 0 3185 45 0 0 25 0 1 0 637393716 322326528 70111 996147200 134512640 135177480 4294955984 18446744073709551615 134536972 0 0 4096 3 0 0 0 17 1 0 0
/proc/19621/statm: 78693 70111 74 162 0 78528 0
Current children cumulated CPU time (s) 532.9
Current children cumulated vsize (KiB) 362332

[startup+534.502 s]
/proc/loadavg: 2.01 2.02 2.00 3/84 19621
/proc/meminfo: memFree=1239280/2055920 swapFree=4176960/4192956
[pid=18954] ppid=18952 vsize=47560 CPUtime=500.6
/proc/18954/stat : 18954 (galacE.sh) S 18952 18954 17255 0 -1 4194304 798 34492 0 1 0 0 49982 78 17 0 1 0 637343545 48701440 363 996147200 4194304 4520092 548682068832 18446744073709551615 243665136474 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/18954/statm: 11890 363 244 79 0 219 0
[pid=19621] ppid=18954 vsize=315456 CPUtime=32.49
/proc/19621/stat : 19621 (eSAT_static) R 18954 18954 17255 0 -1 4194304 70315 0 0 0 3204 45 0 0 25 0 1 0 637393716 323026944 70297 996147200 134512640 135177480 4294955984 18446744073709551615 134541311 0 0 4096 3 0 0 0 17 1 0 0
/proc/19621/statm: 78864 70297 74 162 0 78699 0
Current children cumulated CPU time (s) 533.09
Current children cumulated vsize (KiB) 363016

[startup+534.607 s]
/proc/loadavg: 2.01 2.02 2.00 3/84 19621
/proc/meminfo: memFree=1239280/2055920 swapFree=4176960/4192956
[pid=18954] ppid=18952 vsize=47560 CPUtime=500.6
/proc/18954/stat : 18954 (galacE.sh) S 18952 18954 17255 0 -1 4194304 798 34492 0 1 0 0 49982 78 17 0 1 0 637343545 48701440 363 996147200 4194304 4520092 548682068832 18446744073709551615 243665136474 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/18954/statm: 11890 363 244 79 0 219 0
[pid=19621] ppid=18954 vsize=0 CPUtime=32.6
/proc/19621/stat : 19621 (eSAT_static) R 18954 18954 17255 0 -1 4194308 70679 0 0 0 3212 48 0 0 25 0 1 0 637393716 0 0 996147200 0 0 0 0 0 0 0 4096 3 0 0 0 17 1 0 0
/proc/19621/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 533.2
Current children cumulated vsize (KiB) 47560

Child status: 0
Real time (s): 534.672
CPU time (s): 533.29
CPU user time (s): 531.952
CPU system time (s): 1.3378
CPU usage (%): 99.7415
Max. virtual memory (cumulated for all children) (KiB): 861680

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 531.952
system time used= 1.3378
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 106157
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= 13686
involuntary context switches= 17472

runsolver used 0.681896 second user time and 1.74173 second system time

The end

Launcher Data (download as text)

Begin job on node84 at 2008-07-04 06:03:54
IDJOB=1064825
IDBENCH=54996
IDSOLVER=351
FILE ID=node84/1064825-1215144233
PBS_JOBID= 7877270
Free space on /tmp= 66548 MiB

SOLVER NAME= galac E
BENCH NAME= CPAI08/csp/pseudo/uclid/normalized-cache-ibm-q-unbounded-Icl2arity-ucl.xml
COMMAND LINE= HOME/galacE.sh BENCHNAME 
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1064825-1215144233/watcher-1064825-1215144233 -o /tmp/evaluation-result-1064825-1215144233/solver-1064825-1215144233 -C 1800 -W 2200 -M 900 --output-limit 1,15  HOME/galacE.sh HOME/instance-1064825-1215144233.xml 

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 9d4795f9e32ba7017720fe7b897ab8b7
RANDOM SEED=859511059

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

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

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


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1341112 kB
Buffers:         42200 kB
Cached:         295780 kB
SwapCached:      10384 kB
Active:         478788 kB
Inactive:       192952 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1341112 kB
SwapTotal:     4192956 kB
SwapFree:      4176960 kB
Dirty:           13620 kB
Writeback:           0 kB
Mapped:         340292 kB
Slab:            27852 kB
Committed_AS:  1406252 kB
PageTables:       2380 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= 66536 MiB
End job on node84 at 2008-07-04 06:12:49