Trace number 1055220

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 369.898 373.274

General information on the benchmark

Namecsp/jobShop-e0ddr1/
normalized-e0ddr1-10-by-5-5.xml
MD5SUM8f02e73120fd53c5c8930d45f85582d5
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.021995
Satisfiable
(Un)Satisfiability was proved
Number of variables50
Number of constraints265
Maximum constraint arity2
Maximum domain size120
Number of constraints which are defined in extension0
Number of constraints which are defined in intension265
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.03	c --- Preproc Stats ---
5.76/5.86	c start processing
5.76/5.86	c start relation processing
6.27/6.32	c start cnf exporting
22.25/22.31	c parsing time : 5.751
22.25/22.31	c preprocessing time : 22.203
22.25/22.31	
22.25/22.31	c Nary constraints - conflicts : 0 supports : 0
22.25/22.31	c Binary constraints - conflicts : 265 supports :0
22.25/22.31	c max arity constraint : 2
22.25/22.31	c Max Tuples generated 14400
22.25/22.31	c relations : 265
22.25/22.31	c relations BDD: 0
22.25/22.31	c sampling 220/256
22.25/22.31	c vars : 5556 - clauses :  867668
22.25/22.31	
22.25/22.34	 
22.25/22.34	c --- SAT Solver Stats ---
22.25/22.34	 
22.25/22.34	c eSAT 0.1 : minisat core with additionnal features
22.25/22.34	c ============================[ Problem Statistics ]=============================
22.25/22.34	c |                                                                             |
22.25/22.34	c |  Number of variables:  5555                                                 |
22.25/22.34	c |  Number of clauses:    867668                                               |
22.29/22.82	c |  Parsing time:         0.41         s                                       |
369.22/372.62	c restarts              : 6
369.22/372.62	c conflicts             : 11             (0 /sec)
369.22/372.62	c decisions             : 12331          (60.42 % random) (36 /sec)
369.22/372.62	c euip                  : 2           
369.22/372.62	c propagations          : 25585          (74 /sec)
369.22/372.62	c conflict literals     : 2156           (7.35 % deleted)
369.22/372.62	c Memory used           : 68.46 MB
369.22/372.62	c CPU time              : 346.837 s
369.22/372.62	c 
369.22/372.62	s SATISFIABLE
369.82/373.26	v 0 3 11 94 107 8 19 46 71 99 36 84 122 136 144 38 83 107 119 139 4 29 36 46 118 0 25 91 106 137 11 20 80 135 144 20 36 67 109 120 10 27 57 134 143 1 12 20 103 126

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-1055220-1215059339/watcher-1055220-1215059339 -o /tmp/evaluation-result-1055220-1215059339/solver-1055220-1215059339 -C 1800 -W 2200 -M 900 --output-limit 1,15 HOME/galacE.sh HOME/instance-1055220-1215059339.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: 2.18 2.05 2.01 4/88 18684
/proc/meminfo: memFree=1735904/2055920 swapFree=4181044/4192956
[pid=18684] ppid=18682 vsize=8652 CPUtime=0
/proc/18684/stat : 18684 (galacE.sh) S 18682 18684 14372 0 -1 4194304 346 0 0 0 0 0 0 0 16 0 1 0 661662843 8859648 280 996147200 4194304 4520092 548682068832 18446744073709551615 240153455450 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/18684/statm: 2163 280 208 79 0 156 0
[pid=18685] ppid=18684 vsize=8688 CPUtime=0
/proc/18685/stat : 18685 (galacE.sh) R 18684 18684 14372 0 -1 4194368 93 647 0 0 0 0 0 0 16 0 1 0 661662843 8896512 288 996147200 4194304 4520092 548682068832 18446744073709551615 240153849127 0 0 4096 73728 0 0 0 17 1 0 0
/proc/18685/statm: 2172 288 210 79 0 165 0

[startup+0.079144 s]
/proc/loadavg: 2.18 2.05 2.01 4/88 18684
/proc/meminfo: memFree=1735904/2055920 swapFree=4181044/4192956
[pid=18684] ppid=18682 vsize=47556 CPUtime=0.01
/proc/18684/stat : 18684 (galacE.sh) S 18682 18684 14372 0 -1 4194304 766 1697 0 0 0 0 0 1 17 0 1 0 661662843 48697344 365 996147200 4194304 4520092 548682068832 18446744073709551615 240153455450 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/18684/statm: 11889 365 246 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47556

[startup+0.101143 s]
/proc/loadavg: 2.18 2.05 2.01 4/88 18684
/proc/meminfo: memFree=1735904/2055920 swapFree=4181044/4192956
[pid=18684] ppid=18682 vsize=47556 CPUtime=0.01
/proc/18684/stat : 18684 (galacE.sh) S 18682 18684 14372 0 -1 4194304 766 1697 0 0 0 0 0 1 17 0 1 0 661662843 48697344 365 996147200 4194304 4520092 548682068832 18446744073709551615 240153455450 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/18684/statm: 11889 365 246 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47556

[startup+0.301168 s]
/proc/loadavg: 2.18 2.05 2.01 4/88 18684
/proc/meminfo: memFree=1735904/2055920 swapFree=4181044/4192956
[pid=18684] ppid=18682 vsize=47556 CPUtime=0.01
/proc/18684/stat : 18684 (galacE.sh) S 18682 18684 14372 0 -1 4194304 766 1697 0 0 0 0 0 1 17 0 1 0 661662843 48697344 365 996147200 4194304 4520092 548682068832 18446744073709551615 240153455450 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/18684/statm: 11889 365 246 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47556

[startup+0.701212 s]
/proc/loadavg: 2.18 2.05 2.01 4/88 18684
/proc/meminfo: memFree=1735904/2055920 swapFree=4181044/4192956
[pid=18684] ppid=18682 vsize=47556 CPUtime=0.01
/proc/18684/stat : 18684 (galacE.sh) S 18682 18684 14372 0 -1 4194304 766 1697 0 0 0 0 0 1 17 0 1 0 661662843 48697344 365 996147200 4194304 4520092 548682068832 18446744073709551615 240153455450 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/18684/statm: 11889 365 246 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47556

[startup+1.5013 s]
/proc/loadavg: 2.18 2.05 2.01 3/98 18706
/proc/meminfo: memFree=1689360/2055920 swapFree=4181044/4192956
[pid=18684] ppid=18682 vsize=47556 CPUtime=0.01
/proc/18684/stat : 18684 (galacE.sh) S 18682 18684 14372 0 -1 4194304 766 1697 0 0 0 0 0 1 17 0 1 0 661662843 48697344 365 996147200 4194304 4520092 548682068832 18446744073709551615 240153455450 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/18684/statm: 11889 365 246 79 0 219 0
[pid=18698] ppid=18684 vsize=812732 CPUtime=1.45
/proc/18698/stat : 18698 (java) S 18684 18684 14372 0 -1 0 16137 0 1 0 137 8 0 0 18 0 9 0 661662846 832237568 15352 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18698/statm: 203183 15352 2587 9 0 197164 0
[pid=18698/tid=18699] ppid=18684 vsize=812732 CPUtime=0.78
/proc/18698/task/18699/stat : 18699 (java) R 18684 18684 14372 0 -1 64 7550 0 1 0 73 5 0 0 25 0 9 0 661662847 832237568 15352 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18698/tid=18700] ppid=18684 vsize=812732 CPUtime=0.49
/proc/18698/task/18700/stat : 18700 (java) S 18684 18684 14372 0 -1 64 7100 0 0 0 47 2 0 0 16 0 9 0 661662848 832237568 15352 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18698/tid=18701] ppid=18684 vsize=812732 CPUtime=0
/proc/18698/task/18701/stat : 18701 (java) S 18684 18684 14372 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 661662848 832237568 15352 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18698/tid=18702] ppid=18684 vsize=812732 CPUtime=0
/proc/18698/task/18702/stat : 18702 (java) S 18684 18684 14372 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 661662848 832237568 15352 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18698/tid=18703] ppid=18684 vsize=812732 CPUtime=0
/proc/18698/task/18703/stat : 18703 (java) S 18684 18684 14372 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 661662850 832237568 15352 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18698/tid=18704] ppid=18684 vsize=812732 CPUtime=0.16
/proc/18698/task/18704/stat : 18704 (java) S 18684 18684 14372 0 -1 64 787 0 0 0 16 0 0 0 15 0 9 0 661662850 832237568 15352 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18698/tid=18705] ppid=18684 vsize=812732 CPUtime=0
/proc/18698/task/18705/stat : 18705 (java) S 18684 18684 14372 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 661662850 832237568 15352 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18698/tid=18706] ppid=18684 vsize=812732 CPUtime=0
/proc/18698/task/18706/stat : 18706 (java) S 18684 18684 14372 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 661662850 832237568 15352 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) 860288

[startup+3.10148 s]
/proc/loadavg: 2.18 2.05 2.01 3/98 18706
/proc/meminfo: memFree=1678416/2055920 swapFree=4181044/4192956
[pid=18684] ppid=18682 vsize=47556 CPUtime=0.01
/proc/18684/stat : 18684 (galacE.sh) S 18682 18684 14372 0 -1 4194304 766 1697 0 0 0 0 0 1 17 0 1 0 661662843 48697344 365 996147200 4194304 4520092 548682068832 18446744073709551615 240153455450 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/18684/statm: 11889 365 246 79 0 219 0
[pid=18698] ppid=18684 vsize=812732 CPUtime=3.05
/proc/18698/stat : 18698 (java) S 18684 18684 14372 0 -1 0 19124 0 1 0 295 10 0 0 18 0 9 0 661662846 832237568 18325 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18698/statm: 203183 18325 2589 9 0 197164 0
[pid=18698/tid=18699] ppid=18684 vsize=812732 CPUtime=1.24
/proc/18698/task/18699/stat : 18699 (java) R 18684 18684 14372 0 -1 64 7564 0 1 0 119 5 0 0 25 0 9 0 661662847 832237568 18325 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18698/tid=18700] ppid=18684 vsize=812732 CPUtime=1.61
/proc/18698/task/18700/stat : 18700 (java) R 18684 18684 14372 0 -1 64 10053 0 0 0 157 4 0 0 17 0 9 0 661662848 832237568 18325 996147200 134512640 134550740 4294955616 18446744073709551615 102470042 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18698/tid=18701] ppid=18684 vsize=812732 CPUtime=0
/proc/18698/task/18701/stat : 18701 (java) S 18684 18684 14372 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 661662848 832237568 18325 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18698/tid=18702] ppid=18684 vsize=812732 CPUtime=0
/proc/18698/task/18702/stat : 18702 (java) S 18684 18684 14372 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 661662848 832237568 18325 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18698/tid=18703] ppid=18684 vsize=812732 CPUtime=0
/proc/18698/task/18703/stat : 18703 (java) S 18684 18684 14372 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 661662850 832237568 18325 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18698/tid=18704] ppid=18684 vsize=812732 CPUtime=0.18
/proc/18698/task/18704/stat : 18704 (java) S 18684 18684 14372 0 -1 64 807 0 0 0 18 0 0 0 15 0 9 0 661662850 832237568 18325 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18698/tid=18705] ppid=18684 vsize=812732 CPUtime=0
/proc/18698/task/18705/stat : 18705 (java) S 18684 18684 14372 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 661662850 832237568 18325 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18698/tid=18706] ppid=18684 vsize=812732 CPUtime=0
/proc/18698/task/18706/stat : 18706 (java) S 18684 18684 14372 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 661662850 832237568 18325 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.06
Current children cumulated vsize (KiB) 860288

[startup+6.30284 s]
/proc/loadavg: 2.24 2.06 2.02 3/98 18706
/proc/meminfo: memFree=1663896/2055920 swapFree=4181044/4192956
[pid=18684] ppid=18682 vsize=47556 CPUtime=0.01
/proc/18684/stat : 18684 (galacE.sh) S 18682 18684 14372 0 -1 4194304 766 1697 0 0 0 0 0 1 17 0 1 0 661662843 48697344 365 996147200 4194304 4520092 548682068832 18446744073709551615 240153455450 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/18684/statm: 11889 365 246 79 0 219 0
[pid=18698] ppid=18684 vsize=812808 CPUtime=6.26
/proc/18698/stat : 18698 (java) S 18684 18684 14372 0 -1 0 21579 0 1 0 614 12 0 0 18 0 9 0 661662846 832315392 20484 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18698/statm: 203202 20484 2589 9 0 197183 0
[pid=18698/tid=18699] ppid=18684 vsize=812808 CPUtime=1.9
/proc/18698/task/18699/stat : 18699 (java) R 18684 18684 14372 0 -1 64 7585 0 1 0 185 5 0 0 19 0 9 0 661662847 832315392 20484 996147200 134512640 134550740 4294955616 18446744073709551615 4127008262 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18698/tid=18700] ppid=18684 vsize=812808 CPUtime=4.13
/proc/18698/task/18700/stat : 18700 (java) S 18684 18684 14372 0 -1 64 12480 0 0 0 408 5 0 0 25 0 9 0 661662848 832315392 20484 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18698/tid=18701] ppid=18684 vsize=812808 CPUtime=0
/proc/18698/task/18701/stat : 18701 (java) S 18684 18684 14372 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 661662848 832315392 20484 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18698/tid=18702] ppid=18684 vsize=812808 CPUtime=0
/proc/18698/task/18702/stat : 18702 (java) S 18684 18684 14372 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 661662848 832315392 20484 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18698/tid=18703] ppid=18684 vsize=812808 CPUtime=0
/proc/18698/task/18703/stat : 18703 (java) S 18684 18684 14372 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 661662850 832315392 20484 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18698/tid=18704] ppid=18684 vsize=812808 CPUtime=0.2
/proc/18698/task/18704/stat : 18704 (java) S 18684 18684 14372 0 -1 64 814 0 0 0 20 0 0 0 15 0 9 0 661662850 832315392 20484 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18698/tid=18705] ppid=18684 vsize=812808 CPUtime=0
/proc/18698/task/18705/stat : 18705 (java) S 18684 18684 14372 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 661662850 832315392 20484 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18698/tid=18706] ppid=18684 vsize=812808 CPUtime=0
/proc/18698/task/18706/stat : 18706 (java) S 18684 18684 14372 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 661662850 832315392 20484 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 860364

[startup+12.7025 s]
/proc/loadavg: 2.22 2.06 2.02 3/98 18706
/proc/meminfo: memFree=1628440/2055920 swapFree=4181044/4192956
[pid=18684] ppid=18682 vsize=47556 CPUtime=0.01
/proc/18684/stat : 18684 (galacE.sh) S 18682 18684 14372 0 -1 4194304 766 1697 0 0 0 0 0 1 17 0 1 0 661662843 48697344 365 996147200 4194304 4520092 548682068832 18446744073709551615 240153455450 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/18684/statm: 11889 365 246 79 0 219 0
[pid=18698] ppid=18684 vsize=812808 CPUtime=12.65
/proc/18698/stat : 18698 (java) S 18684 18684 14372 0 -1 0 28952 0 1 0 1248 17 0 0 18 0 9 0 661662846 832315392 27843 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18698/statm: 203202 27843 2594 9 0 197183 0
[pid=18698/tid=18699] ppid=18684 vsize=812808 CPUtime=8.21
/proc/18698/task/18699/stat : 18699 (java) R 18684 18684 14372 0 -1 64 14651 0 1 0 810 11 0 0 25 0 9 0 661662847 832315392 27843 996147200 134512640 134550740 4294955616 18446744073709551615 4127017316 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18698/tid=18700] ppid=18684 vsize=812808 CPUtime=4.16
/proc/18698/task/18700/stat : 18700 (java) S 18684 18684 14372 0 -1 64 12752 0 0 0 411 5 0 0 16 0 9 0 661662848 832315392 27843 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18698/tid=18701] ppid=18684 vsize=812808 CPUtime=0
/proc/18698/task/18701/stat : 18701 (java) S 18684 18684 14372 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 661662848 832315392 27843 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18698/tid=18702] ppid=18684 vsize=812808 CPUtime=0
/proc/18698/task/18702/stat : 18702 (java) S 18684 18684 14372 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 661662848 832315392 27843 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18698/tid=18703] ppid=18684 vsize=812808 CPUtime=0
/proc/18698/task/18703/stat : 18703 (java) S 18684 18684 14372 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 661662850 832315392 27843 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18698/tid=18704] ppid=18684 vsize=812808 CPUtime=0.26
/proc/18698/task/18704/stat : 18704 (java) S 18684 18684 14372 0 -1 64 849 0 0 0 26 0 0 0 15 0 9 0 661662850 832315392 27843 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18698/tid=18705] ppid=18684 vsize=812808 CPUtime=0
/proc/18698/task/18705/stat : 18705 (java) S 18684 18684 14372 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 661662850 832315392 27843 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18698/tid=18706] ppid=18684 vsize=812808 CPUtime=0
/proc/18698/task/18706/stat : 18706 (java) S 18684 18684 14372 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 661662850 832315392 27843 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.66
Current children cumulated vsize (KiB) 860364

[startup+25.502 s]
/proc/loadavg: 2.17 2.06 2.02 3/90 18707
/proc/meminfo: memFree=1677144/2055920 swapFree=4181044/4192956
[pid=18684] ppid=18682 vsize=47556 CPUtime=22.29
/proc/18684/stat : 18684 (galacE.sh) S 18682 18684 14372 0 -1 4194304 800 30814 0 1 0 0 2206 23 17 0 1 0 661662843 48697344 365 996147200 4194304 4520092 548682068832 18446744073709551615 240153455450 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/18684/statm: 11889 365 246 79 0 219 0
[pid=18707] ppid=18684 vsize=48188 CPUtime=3.11
/proc/18707/stat : 18707 (eSAT_static) R 18684 18684 14372 0 -1 4194304 11579 0 0 0 306 5 0 0 25 0 1 0 661665078 49344512 11561 996147200 134512640 135177480 4294955984 18446744073709551615 134537357 0 0 4096 3 0 0 0 17 0 0 0
/proc/18707/statm: 12047 11561 75 162 0 11882 0
Current children cumulated CPU time (s) 25.4
Current children cumulated vsize (KiB) 95744

[startup+51.1018 s]
/proc/loadavg: 2.11 2.05 2.01 3/90 18707
/proc/meminfo: memFree=1663576/2055920 swapFree=4181044/4192956
[pid=18684] ppid=18682 vsize=47556 CPUtime=22.29
/proc/18684/stat : 18684 (galacE.sh) S 18682 18684 14372 0 -1 4194304 800 30814 0 1 0 0 2206 23 17 0 1 0 661662843 48697344 365 996147200 4194304 4520092 548682068832 18446744073709551615 240153455450 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/18684/statm: 11889 365 246 79 0 219 0
[pid=18707] ppid=18684 vsize=63080 CPUtime=28.47
/proc/18707/stat : 18707 (eSAT_static) R 18684 18684 14372 0 -1 4194304 15032 0 0 0 2840 7 0 0 25 0 1 0 661665078 64593920 15014 996147200 134512640 135177480 4294955984 18446744073709551615 134537357 0 0 4096 3 0 0 0 17 0 0 0
/proc/18707/statm: 15770 15014 75 162 0 15605 0
Current children cumulated CPU time (s) 50.76
Current children cumulated vsize (KiB) 110636

[startup+102.308 s]
/proc/loadavg: 2.10 2.06 2.02 3/90 18707
/proc/meminfo: memFree=1653464/2055920 swapFree=4181044/4192956
[pid=18684] ppid=18682 vsize=47556 CPUtime=22.29
/proc/18684/stat : 18684 (galacE.sh) S 18682 18684 14372 0 -1 4194304 800 30814 0 1 0 0 2206 23 17 0 1 0 661662843 48697344 365 996147200 4194304 4520092 548682068832 18446744073709551615 240153455450 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0

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

/proc/18684/stat : 18684 (galacE.sh) S 18682 18684 14372 0 -1 4194304 800 30814 0 1 0 0 2206 23 17 0 1 0 661662843 48697344 365 996147200 4194304 4520092 548682068832 18446744073709551615 240153455450 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/18684/statm: 11889 365 246 79 0 219 0
[pid=18707] ppid=18684 vsize=85972 CPUtime=138.63
/proc/18707/stat : 18707 (eSAT_static) R 18684 18684 14372 0 -1 4194304 20377 0 0 0 13853 10 0 0 25 0 1 0 661665078 88035328 20359 996147200 134512640 135177480 4294955984 18446744073709551615 134537460 0 0 4096 3 0 0 0 17 0 0 0
/proc/18707/statm: 21493 20359 75 162 0 21328 0
Current children cumulated CPU time (s) 160.92
Current children cumulated vsize (KiB) 133528

[startup+222.302 s]
/proc/loadavg: 2.01 2.03 2.00 3/90 18707
/proc/meminfo: memFree=1636696/2055920 swapFree=4181044/4192956
[pid=18684] ppid=18682 vsize=47556 CPUtime=22.29
/proc/18684/stat : 18684 (galacE.sh) S 18682 18684 14372 0 -1 4194304 800 30814 0 1 0 0 2206 23 17 0 1 0 661662843 48697344 365 996147200 4194304 4520092 548682068832 18446744073709551615 240153455450 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/18684/statm: 11889 365 246 79 0 219 0
[pid=18707] ppid=18684 vsize=88344 CPUtime=198.06
/proc/18707/stat : 18707 (eSAT_static) R 18684 18684 14372 0 -1 4194304 21749 0 0 0 19795 11 0 0 25 0 1 0 661665078 90464256 21731 996147200 134512640 135177480 4294955984 18446744073709551615 134537457 0 0 4096 3 0 0 0 17 0 0 0
/proc/18707/statm: 22086 21731 75 162 0 21921 0
Current children cumulated CPU time (s) 220.35
Current children cumulated vsize (KiB) 135900

[startup+282.302 s]
/proc/loadavg: 2.00 2.03 2.00 3/90 18707
/proc/meminfo: memFree=1630680/2055920 swapFree=4181044/4192956
[pid=18684] ppid=18682 vsize=47556 CPUtime=22.29
/proc/18684/stat : 18684 (galacE.sh) S 18682 18684 14372 0 -1 4194304 800 30814 0 1 0 0 2206 23 17 0 1 0 661662843 48697344 365 996147200 4194304 4520092 548682068832 18446744073709551615 240153455450 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/18684/statm: 11889 365 246 79 0 219 0
[pid=18707] ppid=18684 vsize=100176 CPUtime=257.49
/proc/18707/stat : 18707 (eSAT_static) R 18684 18684 14372 0 -1 4194304 23230 0 0 0 25738 11 0 0 25 0 1 0 661665078 102580224 23212 996147200 134512640 135177480 4294955984 18446744073709551615 134538010 0 0 4096 3 0 0 0 17 0 0 0
/proc/18707/statm: 25044 23212 75 162 0 24879 0
Current children cumulated CPU time (s) 279.78
Current children cumulated vsize (KiB) 147732

[startup+342.301 s]
/proc/loadavg: 2.00 2.02 2.00 3/90 18707
/proc/meminfo: memFree=1627096/2055920 swapFree=4181044/4192956
[pid=18684] ppid=18682 vsize=47556 CPUtime=22.29
/proc/18684/stat : 18684 (galacE.sh) S 18682 18684 14372 0 -1 4194304 800 30814 0 1 0 0 2206 23 17 0 1 0 661662843 48697344 365 996147200 4194304 4520092 548682068832 18446744073709551615 240153455450 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/18684/statm: 11889 365 246 79 0 219 0
[pid=18707] ppid=18684 vsize=101108 CPUtime=316.92
/proc/18707/stat : 18707 (eSAT_static) R 18684 18684 14372 0 -1 4194304 24141 0 0 0 31680 12 0 0 25 0 1 0 661665078 103534592 24123 996147200 134512640 135177480 4294955984 18446744073709551615 134538010 0 0 4096 3 0 0 0 17 0 0 0
/proc/18707/statm: 25277 24123 75 162 0 25112 0
Current children cumulated CPU time (s) 339.21
Current children cumulated vsize (KiB) 148664

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

[startup+358.302 s]
/proc/loadavg: 2.00 2.02 2.00 3/90 18707
/proc/meminfo: memFree=1625688/2055920 swapFree=4181044/4192956
[pid=18684] ppid=18682 vsize=47556 CPUtime=22.29
/proc/18684/stat : 18684 (galacE.sh) S 18682 18684 14372 0 -1 4194304 800 30814 0 1 0 0 2206 23 17 0 1 0 661662843 48697344 365 996147200 4194304 4520092 548682068832 18446744073709551615 240153455450 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/18684/statm: 11889 365 246 79 0 219 0
[pid=18707] ppid=18684 vsize=101240 CPUtime=332.77
/proc/18707/stat : 18707 (eSAT_static) R 18684 18684 14372 0 -1 4194304 24476 0 0 0 33265 12 0 0 25 0 1 0 661665078 103669760 24458 996147200 134512640 135177480 4294955984 18446744073709551615 134537443 0 0 4096 3 0 0 0 17 0 0 0
/proc/18707/statm: 25310 24458 75 162 0 25145 0
Current children cumulated CPU time (s) 355.06
Current children cumulated vsize (KiB) 148796

[startup+364.702 s]
/proc/loadavg: 2.00 2.02 2.00 3/90 18707
/proc/meminfo: memFree=1625688/2055920 swapFree=4181044/4192956
[pid=18684] ppid=18682 vsize=47556 CPUtime=22.29
/proc/18684/stat : 18684 (galacE.sh) S 18682 18684 14372 0 -1 4194304 800 30814 0 1 0 0 2206 23 17 0 1 0 661662843 48697344 365 996147200 4194304 4520092 548682068832 18446744073709551615 240153455450 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/18684/statm: 11889 365 246 79 0 219 0
[pid=18707] ppid=18684 vsize=101240 CPUtime=339.12
/proc/18707/stat : 18707 (eSAT_static) R 18684 18684 14372 0 -1 4194304 24478 0 0 0 33900 12 0 0 25 0 1 0 661665078 103669760 24460 996147200 134512640 135177480 4294955984 18446744073709551615 134537454 0 0 4096 3 0 0 0 17 0 0 0
/proc/18707/statm: 25310 24460 75 162 0 25145 0
Current children cumulated CPU time (s) 361.41
Current children cumulated vsize (KiB) 148796

[startup+367.901 s]
/proc/loadavg: 2.00 2.02 2.00 3/90 18707
/proc/meminfo: memFree=1625688/2055920 swapFree=4181044/4192956
[pid=18684] ppid=18682 vsize=47556 CPUtime=22.29
/proc/18684/stat : 18684 (galacE.sh) S 18682 18684 14372 0 -1 4194304 800 30814 0 1 0 0 2206 23 17 0 1 0 661662843 48697344 365 996147200 4194304 4520092 548682068832 18446744073709551615 240153455450 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/18684/statm: 11889 365 246 79 0 219 0
[pid=18707] ppid=18684 vsize=101240 CPUtime=342.28
/proc/18707/stat : 18707 (eSAT_static) R 18684 18684 14372 0 -1 4194304 24482 0 0 0 34216 12 0 0 25 0 1 0 661665078 103669760 24464 996147200 134512640 135177480 4294955984 18446744073709551615 134537195 0 0 4096 3 0 0 0 17 0 0 0
/proc/18707/statm: 25310 24464 75 162 0 25145 0
Current children cumulated CPU time (s) 364.57
Current children cumulated vsize (KiB) 148796

[startup+371.102 s]
/proc/loadavg: 2.00 2.02 2.00 3/90 18707
/proc/meminfo: memFree=1625624/2055920 swapFree=4181044/4192956
[pid=18684] ppid=18682 vsize=47556 CPUtime=22.29
/proc/18684/stat : 18684 (galacE.sh) S 18682 18684 14372 0 -1 4194304 800 30814 0 1 0 0 2206 23 17 0 1 0 661662843 48697344 365 996147200 4194304 4520092 548682068832 18446744073709551615 240153455450 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/18684/statm: 11889 365 246 79 0 219 0
[pid=18707] ppid=18684 vsize=101240 CPUtime=345.45
/proc/18707/stat : 18707 (eSAT_static) R 18684 18684 14372 0 -1 4194304 24482 0 0 0 34533 12 0 0 25 0 1 0 661665078 103669760 24464 996147200 134512640 135177480 4294955984 18446744073709551615 134537460 0 0 4096 3 0 0 0 17 0 0 0
/proc/18707/statm: 25310 24464 75 162 0 25145 0
Current children cumulated CPU time (s) 367.74
Current children cumulated vsize (KiB) 148796

[startup+371.902 s]
/proc/loadavg: 2.00 2.02 2.00 3/90 18707
/proc/meminfo: memFree=1625624/2055920 swapFree=4181044/4192956
[pid=18684] ppid=18682 vsize=47556 CPUtime=22.29
/proc/18684/stat : 18684 (galacE.sh) S 18682 18684 14372 0 -1 4194304 800 30814 0 1 0 0 2206 23 17 0 1 0 661662843 48697344 365 996147200 4194304 4520092 548682068832 18446744073709551615 240153455450 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/18684/statm: 11889 365 246 79 0 219 0
[pid=18707] ppid=18684 vsize=101240 CPUtime=346.24
/proc/18707/stat : 18707 (eSAT_static) R 18684 18684 14372 0 -1 4194304 24482 0 0 0 34612 12 0 0 25 0 1 0 661665078 103669760 24464 996147200 134512640 135177480 4294955984 18446744073709551615 134537460 0 0 4096 3 0 0 0 17 0 0 0
/proc/18707/statm: 25310 24464 75 162 0 25145 0
Current children cumulated CPU time (s) 368.53
Current children cumulated vsize (KiB) 148796

[startup+372.702 s]
/proc/loadavg: 2.00 2.02 2.00 3/90 18707
/proc/meminfo: memFree=1625624/2055920 swapFree=4181044/4192956
[pid=18684] ppid=18682 vsize=47556 CPUtime=369.27
/proc/18684/stat : 18684 (galacE.sh) S 18682 18684 14372 0 -1 4194304 836 55320 0 1 0 0 36890 37 16 0 1 0 661662843 48697344 366 996147200 4194304 4520092 548682068832 18446744073709551615 240154017874 0 0 4096 73728 18446744071563648864 0 0 17 0 0 0
/proc/18684/statm: 11889 366 246 79 0 219 0
Current children cumulated CPU time (s) 369.27
Current children cumulated vsize (KiB) 47556

[startup+373.103 s]
/proc/loadavg: 2.00 2.02 2.00 3/98 18716
/proc/meminfo: memFree=1714392/2055920 swapFree=4181044/4192956
[pid=18684] ppid=18682 vsize=47556 CPUtime=369.27
/proc/18684/stat : 18684 (galacE.sh) S 18682 18684 14372 0 -1 4194304 836 55320 0 1 0 0 36890 37 16 0 1 0 661662843 48697344 366 996147200 4194304 4520092 548682068832 18446744073709551615 240154017874 0 0 4096 73728 18446744071563648864 0 0 17 0 0 0
/proc/18684/statm: 11889 366 246 79 0 219 0
[pid=18708] ppid=18684 vsize=812644 CPUtime=0.45
/proc/18708/stat : 18708 (java) S 18684 18684 14372 0 -1 0 5421 0 1 0 40 5 0 0 20 0 9 0 661700106 832147456 4844 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 3670016 16800975 18446744073709551615 0 0 17 0 0 0
/proc/18708/statm: 203161 4844 1855 9 0 197142 0
[pid=18708/tid=18709] ppid=18684 vsize=812644 CPUtime=0.29
/proc/18708/task/18709/stat : 18709 (java) R 18684 18684 14372 0 -1 64 3913 0 1 0 26 3 0 0 25 0 9 0 661700108 832147456 4844 996147200 134512640 134550740 4294955616 18446744073709551615 4125958365 0 4 3670016 16800975 0 0 0 -1 0 0 0
[pid=18708/tid=18710] ppid=18684 vsize=812644 CPUtime=0
/proc/18708/task/18710/stat : 18710 (java) S 18684 18684 14372 0 -1 64 4 0 0 0 0 0 0 0 22 0 9 0 661700109 832147456 4844 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 3670016 16800975 0 0 0 -1 0 0 0
[pid=18708/tid=18711] ppid=18684 vsize=812644 CPUtime=0
/proc/18708/task/18711/stat : 18711 (java) S 18684 18684 14372 0 -1 64 11 0 0 0 0 0 0 0 23 0 9 0 661700109 832147456 4844 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 0 0 0
[pid=18708/tid=18712] ppid=18684 vsize=812644 CPUtime=0
/proc/18708/task/18712/stat : 18712 (java) S 18684 18684 14372 0 -1 64 4 0 0 0 0 0 0 0 24 0 9 0 661700109 832147456 4844 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 0 0 0
[pid=18708/tid=18713] ppid=18684 vsize=812644 CPUtime=0
/proc/18708/task/18713/stat : 18713 (java) S 18684 18684 14372 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 661700111 832147456 4844 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 0 0 0
[pid=18708/tid=18714] ppid=18684 vsize=812644 CPUtime=0.13
/proc/18708/task/18714/stat : 18714 (java) S 18684 18684 14372 0 -1 64 795 0 0 0 13 0 0 0 16 0 9 0 661700111 832147456 4844 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 0 0 0
[pid=18708/tid=18715] ppid=18684 vsize=812644 CPUtime=0
/proc/18708/task/18715/stat : 18715 (java) S 18684 18684 14372 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 661700111 832147456 4844 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 0 0 0
[pid=18708/tid=18716] ppid=18684 vsize=812644 CPUtime=0
/proc/18708/task/18716/stat : 18716 (java) S 18684 18684 14372 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 661700111 832147456 4844 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 369.72
Current children cumulated vsize (KiB) 860200

[startup+373.203 s]
/proc/loadavg: 2.00 2.02 2.00 3/98 18716
/proc/meminfo: memFree=1714392/2055920 swapFree=4181044/4192956
[pid=18684] ppid=18682 vsize=47556 CPUtime=369.27
/proc/18684/stat : 18684 (galacE.sh) S 18682 18684 14372 0 -1 4194304 836 55320 0 1 0 0 36890 37 16 0 1 0 661662843 48697344 366 996147200 4194304 4520092 548682068832 18446744073709551615 240154017874 0 0 4096 73728 18446744071563648864 0 0 17 0 0 0
/proc/18684/statm: 11889 366 246 79 0 219 0
[pid=18708] ppid=18684 vsize=812888 CPUtime=0.55
/proc/18708/stat : 18708 (java) S 18684 18684 14372 0 -1 0 6106 0 1 0 49 6 0 0 20 0 9 0 661700106 832397312 5489 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 3670016 16800975 18446744073709551615 0 0 17 0 0 0
/proc/18708/statm: 203222 5489 1911 9 0 197175 0
[pid=18708/tid=18709] ppid=18684 vsize=812888 CPUtime=0.36
/proc/18708/task/18709/stat : 18709 (java) R 18684 18684 14372 0 -1 64 4574 0 1 0 32 4 0 0 25 0 9 0 661700108 832397312 5489 996147200 134512640 134550740 4294955616 18446744073709551615 4126669914 0 4 3670016 16800975 0 0 0 -1 0 0 0
[pid=18708/tid=18710] ppid=18684 vsize=812888 CPUtime=0
/proc/18708/task/18710/stat : 18710 (java) S 18684 18684 14372 0 -1 64 4 0 0 0 0 0 0 0 22 0 9 0 661700109 832397312 5489 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 3670016 16800975 0 0 0 -1 0 0 0
[pid=18708/tid=18711] ppid=18684 vsize=812888 CPUtime=0
/proc/18708/task/18711/stat : 18711 (java) S 18684 18684 14372 0 -1 64 11 0 0 0 0 0 0 0 23 0 9 0 661700109 832397312 5489 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 0 0 0
[pid=18708/tid=18712] ppid=18684 vsize=812888 CPUtime=0
/proc/18708/task/18712/stat : 18712 (java) S 18684 18684 14372 0 -1 64 4 0 0 0 0 0 0 0 24 0 9 0 661700109 832397312 5489 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 0 0 0
[pid=18708/tid=18713] ppid=18684 vsize=812888 CPUtime=0
/proc/18708/task/18713/stat : 18713 (java) S 18684 18684 14372 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 661700111 832397312 5489 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 0 0 0
[pid=18708/tid=18714] ppid=18684 vsize=812888 CPUtime=0.16
/proc/18708/task/18714/stat : 18714 (java) S 18684 18684 14372 0 -1 64 819 0 0 0 16 0 0 0 16 0 9 0 661700111 832397312 5489 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 0 0 0
[pid=18708/tid=18715] ppid=18684 vsize=812888 CPUtime=0
/proc/18708/task/18715/stat : 18715 (java) S 18684 18684 14372 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 661700111 832397312 5489 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 0 0 0
[pid=18708/tid=18716] ppid=18684 vsize=812888 CPUtime=0
/proc/18708/task/18716/stat : 18716 (java) S 18684 18684 14372 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 661700111 832397312 5489 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 369.82
Current children cumulated vsize (KiB) 860444

Child status: 0
Real time (s): 373.274
CPU time (s): 369.898
CPU user time (s): 369.43
CPU system time (s): 0.467928
CPU usage (%): 99.0955
Max. virtual memory (cumulated for all children) (KiB): 860572

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 369.43
system time used= 0.467928
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 63291
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= 2905
involuntary context switches= 17481

runsolver used 0.445932 second user time and 1.25381 second system time

The end

Launcher Data (download as text)

Begin job on node86 at 2008-07-03 06:28:59
IDJOB=1055220
IDBENCH=56809
IDSOLVER=351
FILE ID=node86/1055220-1215059339
PBS_JOBID= 7875006
Free space on /tmp= 66532 MiB

SOLVER NAME= galac E
BENCH NAME= CPAI08/csp/jobShop-e0ddr1/normalized-e0ddr1-10-by-5-5.xml
COMMAND LINE= HOME/galacE.sh BENCHNAME 
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1055220-1215059339/watcher-1055220-1215059339 -o /tmp/evaluation-result-1055220-1215059339/solver-1055220-1215059339 -C 1800 -W 2200 -M 900 --output-limit 1,15  HOME/galacE.sh HOME/instance-1055220-1215059339.xml 

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 8f02e73120fd53c5c8930d45f85582d5
RANDOM SEED=940508356

node86.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.220
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.220
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:       1736384 kB
Buffers:         46456 kB
Cached:         173276 kB
SwapCached:       6096 kB
Active:         163212 kB
Inactive:        81668 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1736384 kB
SwapTotal:     4192956 kB
SwapFree:      4181044 kB
Dirty:            3636 kB
Writeback:           0 kB
Mapped:          42244 kB
Slab:            59228 kB
Committed_AS:  1118960 kB
PageTables:       2420 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= 66528 MiB
End job on node86 at 2008-07-03 06:35:12