Trace number 1085441

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 1227.95 1236.38

General information on the benchmark

Namecsp/super-jobShop/
super-jobShop-e0ddr2/normalized-super-jobShop-e0ddr2-2.xml
MD5SUMe903255bfbda8f76e6400f31b9319dae
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.790879
Satisfiable
(Un)Satisfiability was proved
Number of variables100
Number of constraints845
Maximum constraint arity2
Maximum domain size134
Number of constraints which are defined in extension0
Number of constraints which are defined in intension845
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.03	c --- Preproc Stats ---
6.54/6.68	c start processing
6.54/6.69	c start relation processing
7.23/7.37	c start cnf exporting
70.01/70.41	c parsing time : 6.575
70.01/70.41	c preprocessing time : 70.296
70.01/70.41	
70.01/70.41	c Nary constraints - conflicts : 0 supports : 0
70.01/70.41	c Binary constraints - conflicts : 845 supports :0
70.01/70.41	c max arity constraint : 2
70.01/70.41	c Max Tuples generated 17956
70.01/70.41	c relations : 293
70.01/70.41	c relations BDD: 0
70.01/70.41	c sampling 253/293
70.01/70.41	c vars : 12741 - clauses :  3047125
70.01/70.41	
70.01/70.44	 
70.01/70.44	c --- SAT Solver Stats ---
70.01/70.44	 
70.01/70.44	c eSAT 0.1 : minisat core with additionnal features
70.01/70.44	c ============================[ Problem Statistics ]=============================
70.01/70.44	c |                                                                             |
70.01/70.44	c |  Number of variables:  12740                                                |
70.01/70.44	c |  Number of clauses:    3047125                                              |
71.58/72.05	c |  Parsing time:         1.38         s                                       |
1226.98/1235.42	c restarts              : 337
1226.98/1235.42	c conflicts             : 7936           (7 /sec)
1226.98/1235.42	c decisions             : 597879         (56.14 % random) (517 /sec)
1226.98/1235.42	c euip                  : 2076        
1226.98/1235.42	c propagations          : 3825039        (3307 /sec)
1226.98/1235.42	c conflict literals     : 1218735        (3.89 % deleted)
1226.98/1235.42	c Memory used           : 208.91 MB
1226.98/1235.42	c CPU time              : 1156.54 s
1226.98/1235.42	c 
1226.98/1235.43	s SATISFIABLE
1227.05/1236.35	v 1 4 20 24 32 31 44 48 64 65 75 21 100 85 133 132 149 150 161 160 1 0 26 35 106 105 127 128 132 131 12 13 35 72 121 120 131 130 144 143 0 1 8 7 18 17 37 38 49 48 58 38 71 68 86 84 94 100 122 121 4 3 17 16 60 59 83 79 89 88 19 18 31 29 44 46 67 66 76 75 5 6 29 90 94 95 105 106 111 109 51 50 65 69 74 73 84 87 99 98

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-1085441-1215233849/watcher-1085441-1215233849 -o /tmp/evaluation-result-1085441-1215233849/solver-1085441-1215233849 -C 1800 -W 2200 -M 900 --output-limit 1,15 HOME/galacE.sh HOME/instance-1085441-1215233849.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.06 2.03 2.00 4/80 1035
/proc/meminfo: memFree=1360360/2055920 swapFree=4178892/4192956
[pid=1035] ppid=1033 vsize=8652 CPUtime=0
/proc/1035/stat : 1035 (galacE.sh) S 1033 1035 30394 0 -1 4194304 346 0 0 0 0 0 0 0 16 0 1 0 679113846 8859648 280 996147200 4194304 4520092 548682068832 18446744073709551615 240153455450 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/1035/statm: 2163 280 208 79 0 156 0
[pid=1036] ppid=1035 vsize=8688 CPUtime=0
/proc/1036/stat : 1036 (galacE.sh) R 1035 1035 30394 0 -1 4194368 67 485 0 0 0 0 0 0 16 0 1 0 679113846 8896512 288 996147200 4194304 4520092 548682068832 18446744073709551615 240153848479 0 65536 4096 73728 0 0 0 17 1 0 0
/proc/1036/statm: 2172 288 210 79 0 165 0
[pid=1039] ppid=1036 vsize=8688 CPUtime=0
/proc/1039/stat : 1039 (galacE.sh) R 1036 1035 30394 0 -1 4194368 10 0 0 0 0 0 0 0 16 0 1 0 679113847 8896512 288 996147200 4194304 4520092 548682068832 18446744073709551615 240154016434 0 0 4096 73728 0 0 0 17 1 0 0
/proc/1039/statm: 2172 288 210 79 0 165 0

[startup+0.10569 s]
/proc/loadavg: 2.06 2.03 2.00 4/80 1035
/proc/meminfo: memFree=1360360/2055920 swapFree=4178892/4192956
[pid=1035] ppid=1033 vsize=47556 CPUtime=0.01
/proc/1035/stat : 1035 (galacE.sh) S 1033 1035 30394 0 -1 4194304 766 1697 0 0 0 0 0 1 18 0 1 0 679113846 48697344 365 996147200 4194304 4520092 548682068832 18446744073709551615 240153455450 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/1035/statm: 11889 365 246 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47556

[startup+0.201701 s]
/proc/loadavg: 2.06 2.03 2.00 4/80 1035
/proc/meminfo: memFree=1360360/2055920 swapFree=4178892/4192956
[pid=1035] ppid=1033 vsize=47556 CPUtime=0.01
/proc/1035/stat : 1035 (galacE.sh) S 1033 1035 30394 0 -1 4194304 766 1697 0 0 0 0 0 1 18 0 1 0 679113846 48697344 365 996147200 4194304 4520092 548682068832 18446744073709551615 240153455450 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/1035/statm: 11889 365 246 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47556

[startup+0.301712 s]
/proc/loadavg: 2.06 2.03 2.00 4/80 1035
/proc/meminfo: memFree=1360360/2055920 swapFree=4178892/4192956
[pid=1035] ppid=1033 vsize=47556 CPUtime=0.01
/proc/1035/stat : 1035 (galacE.sh) S 1033 1035 30394 0 -1 4194304 766 1697 0 0 0 0 0 1 18 0 1 0 679113846 48697344 365 996147200 4194304 4520092 548682068832 18446744073709551615 240153455450 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/1035/statm: 11889 365 246 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47556

[startup+0.701756 s]
/proc/loadavg: 2.06 2.03 2.00 4/80 1035
/proc/meminfo: memFree=1360360/2055920 swapFree=4178892/4192956
[pid=1035] ppid=1033 vsize=47556 CPUtime=0.01
/proc/1035/stat : 1035 (galacE.sh) S 1033 1035 30394 0 -1 4194304 766 1697 0 0 0 0 0 1 18 0 1 0 679113846 48697344 365 996147200 4194304 4520092 548682068832 18446744073709551615 240153455450 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/1035/statm: 11889 365 246 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47556

[startup+1.50184 s]
/proc/loadavg: 2.06 2.03 2.00 4/90 1058
/proc/meminfo: memFree=1314328/2055920 swapFree=4178892/4192956
[pid=1035] ppid=1033 vsize=47556 CPUtime=0.01
/proc/1035/stat : 1035 (galacE.sh) S 1033 1035 30394 0 -1 4194304 766 1697 0 0 0 0 0 1 18 0 1 0 679113846 48697344 365 996147200 4194304 4520092 548682068832 18446744073709551615 240153455450 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/1035/statm: 11889 365 246 79 0 219 0
[pid=1049] ppid=1035 vsize=812732 CPUtime=1.44
/proc/1049/stat : 1049 (java) S 1035 1035 30394 0 -1 0 15850 0 1 0 137 7 0 0 18 0 9 0 679113849 832237568 15067 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/1049/statm: 203183 15067 2589 9 0 197164 0
[pid=1049/tid=1050] ppid=1035 vsize=812732 CPUtime=0.85
/proc/1049/task/1050/stat : 1050 (java) R 1035 1035 30394 0 -1 64 7593 0 1 0 81 4 0 0 25 0 9 0 679113850 832237568 15067 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1049/tid=1051] ppid=1035 vsize=812732 CPUtime=0.38
/proc/1049/task/1051/stat : 1051 (java) R 1035 1035 30394 0 -1 64 6750 0 0 0 36 2 0 0 16 0 9 0 679113851 832237568 15067 996147200 134512640 134550740 4294955600 18446744073709551615 102478692 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=1049/tid=1052] ppid=1035 vsize=812732 CPUtime=0
/proc/1049/task/1052/stat : 1052 (java) S 1035 1035 30394 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 679113851 832237568 15067 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1049/tid=1053] ppid=1035 vsize=812732 CPUtime=0
/proc/1049/task/1053/stat : 1053 (java) S 1035 1035 30394 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 679113851 832237568 15067 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1049/tid=1054] ppid=1035 vsize=812732 CPUtime=0
/proc/1049/task/1054/stat : 1054 (java) S 1035 1035 30394 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 679113853 832237568 15067 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1049/tid=1055] ppid=1035 vsize=812732 CPUtime=0.19
/proc/1049/task/1055/stat : 1055 (java) S 1035 1035 30394 0 -1 64 807 0 0 0 19 0 0 0 15 0 9 0 679113853 832237568 15067 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1049/tid=1057] ppid=1035 vsize=812732 CPUtime=0
/proc/1049/task/1057/stat : 1057 (java) S 1035 1035 30394 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 679113853 832237568 15067 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1049/tid=1058] ppid=1035 vsize=812732 CPUtime=0
/proc/1049/task/1058/stat : 1058 (java) S 1035 1035 30394 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 679113853 832237568 15067 996147200 134512640 134550740 4294955600 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) 860288

[startup+3.10203 s]
/proc/loadavg: 2.06 2.03 2.00 3/90 1058
/proc/meminfo: memFree=1302488/2055920 swapFree=4178892/4192956
[pid=1035] ppid=1033 vsize=47556 CPUtime=0.01
/proc/1035/stat : 1035 (galacE.sh) S 1033 1035 30394 0 -1 4194304 766 1697 0 0 0 0 0 1 18 0 1 0 679113846 48697344 365 996147200 4194304 4520092 548682068832 18446744073709551615 240153455450 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/1035/statm: 11889 365 246 79 0 219 0
[pid=1049] ppid=1035 vsize=812828 CPUtime=3.04
/proc/1049/stat : 1049 (java) S 1035 1035 30394 0 -1 0 19361 0 1 0 295 9 0 0 18 0 9 0 679113849 832335872 18567 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/1049/statm: 203207 18567 2589 9 0 197188 0
[pid=1049/tid=1050] ppid=1035 vsize=812828 CPUtime=1.42
/proc/1049/task/1050/stat : 1050 (java) R 1035 1035 30394 0 -1 64 7605 0 1 0 138 4 0 0 25 0 9 0 679113850 832335872 18567 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1049/tid=1051] ppid=1035 vsize=812828 CPUtime=1.35
/proc/1049/task/1051/stat : 1051 (java) R 1035 1035 30394 0 -1 64 10215 0 0 0 132 3 0 0 16 0 9 0 679113851 832335872 18567 996147200 134512640 134550740 4294955600 18446744073709551615 103820684 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=1049/tid=1052] ppid=1035 vsize=812828 CPUtime=0
/proc/1049/task/1052/stat : 1052 (java) S 1035 1035 30394 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 679113851 832335872 18567 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1049/tid=1053] ppid=1035 vsize=812828 CPUtime=0
/proc/1049/task/1053/stat : 1053 (java) S 1035 1035 30394 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 679113851 832335872 18567 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1049/tid=1054] ppid=1035 vsize=812828 CPUtime=0
/proc/1049/task/1054/stat : 1054 (java) S 1035 1035 30394 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 679113853 832335872 18567 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1049/tid=1055] ppid=1035 vsize=812828 CPUtime=0.24
/proc/1049/task/1055/stat : 1055 (java) S 1035 1035 30394 0 -1 64 841 0 0 0 24 0 0 0 15 0 9 0 679113853 832335872 18567 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1049/tid=1057] ppid=1035 vsize=812828 CPUtime=0
/proc/1049/task/1057/stat : 1057 (java) S 1035 1035 30394 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 679113853 832335872 18567 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1049/tid=1058] ppid=1035 vsize=812828 CPUtime=0
/proc/1049/task/1058/stat : 1058 (java) S 1035 1035 30394 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 679113853 832335872 18567 996147200 134512640 134550740 4294955600 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) 860384

[startup+6.30238 s]
/proc/loadavg: 2.05 2.03 2.00 3/90 1058
/proc/meminfo: memFree=1282776/2055920 swapFree=4178892/4192956
[pid=1035] ppid=1033 vsize=47556 CPUtime=0.01
/proc/1035/stat : 1035 (galacE.sh) S 1033 1035 30394 0 -1 4194304 766 1697 0 0 0 0 0 1 18 0 1 0 679113846 48697344 365 996147200 4194304 4520092 548682068832 18446744073709551615 240153455450 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/1035/statm: 11889 365 246 79 0 219 0
[pid=1049] ppid=1035 vsize=812900 CPUtime=6.23
/proc/1049/stat : 1049 (java) S 1035 1035 30394 0 -1 0 23466 0 1 0 612 11 0 0 18 0 9 0 679113849 832409600 22441 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/1049/statm: 203225 22441 2589 9 0 197206 0
[pid=1049/tid=1050] ppid=1035 vsize=812900 CPUtime=1.93
/proc/1049/task/1050/stat : 1050 (java) S 1035 1035 30394 0 -1 64 7623 0 1 0 189 4 0 0 20 0 9 0 679113850 832409600 22441 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1049/tid=1051] ppid=1035 vsize=812900 CPUtime=3.96
/proc/1049/task/1051/stat : 1051 (java) R 1035 1035 30394 0 -1 64 14257 0 0 0 391 5 0 0 25 0 9 0 679113851 832409600 22441 996147200 134512640 134550740 4294955600 18446744073709551615 104182211 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=1049/tid=1052] ppid=1035 vsize=812900 CPUtime=0
/proc/1049/task/1052/stat : 1052 (java) S 1035 1035 30394 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 679113851 832409600 22441 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1049/tid=1053] ppid=1035 vsize=812900 CPUtime=0
/proc/1049/task/1053/stat : 1053 (java) S 1035 1035 30394 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 679113851 832409600 22441 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1049/tid=1054] ppid=1035 vsize=812900 CPUtime=0
/proc/1049/task/1054/stat : 1054 (java) S 1035 1035 30394 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 679113853 832409600 22441 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1049/tid=1055] ppid=1035 vsize=812900 CPUtime=0.32
/proc/1049/task/1055/stat : 1055 (java) S 1035 1035 30394 0 -1 64 886 0 0 0 31 1 0 0 15 0 9 0 679113853 832409600 22441 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1049/tid=1057] ppid=1035 vsize=812900 CPUtime=0
/proc/1049/task/1057/stat : 1057 (java) S 1035 1035 30394 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 679113853 832409600 22441 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1049/tid=1058] ppid=1035 vsize=812900 CPUtime=0
/proc/1049/task/1058/stat : 1058 (java) S 1035 1035 30394 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 679113853 832409600 22441 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.24
Current children cumulated vsize (KiB) 860456

[startup+12.7021 s]
/proc/loadavg: 2.13 2.04 2.01 3/90 1058
/proc/meminfo: memFree=1243928/2055920 swapFree=4178892/4192956
[pid=1035] ppid=1033 vsize=47556 CPUtime=0.01
/proc/1035/stat : 1035 (galacE.sh) S 1033 1035 30394 0 -1 4194304 766 1697 0 0 0 0 0 1 18 0 1 0 679113846 48697344 365 996147200 4194304 4520092 548682068832 18446744073709551615 240153455450 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/1035/statm: 11889 365 246 79 0 219 0
[pid=1049] ppid=1035 vsize=812900 CPUtime=12.59
/proc/1049/stat : 1049 (java) S 1035 1035 30394 0 -1 0 31286 0 1 0 1240 19 0 0 18 0 9 0 679113849 832409600 30245 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/1049/statm: 203225 30245 2594 9 0 197206 0
[pid=1049/tid=1050] ppid=1035 vsize=812900 CPUtime=7.83
/proc/1049/task/1050/stat : 1050 (java) R 1035 1035 30394 0 -1 64 14650 0 1 0 772 11 0 0 25 0 9 0 679113850 832409600 30245 996147200 134512640 134550740 4294955600 18446744073709551615 4126838992 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1049/tid=1051] ppid=1035 vsize=812900 CPUtime=4.37
/proc/1049/task/1051/stat : 1051 (java) S 1035 1035 30394 0 -1 64 15020 0 0 0 432 5 0 0 16 0 9 0 679113851 832409600 30245 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=1049/tid=1052] ppid=1035 vsize=812900 CPUtime=0
/proc/1049/task/1052/stat : 1052 (java) S 1035 1035 30394 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 679113851 832409600 30245 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1049/tid=1053] ppid=1035 vsize=812900 CPUtime=0
/proc/1049/task/1053/stat : 1053 (java) S 1035 1035 30394 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 679113851 832409600 30245 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1049/tid=1054] ppid=1035 vsize=812900 CPUtime=0
/proc/1049/task/1054/stat : 1054 (java) S 1035 1035 30394 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 679113853 832409600 30245 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1049/tid=1055] ppid=1035 vsize=812900 CPUtime=0.36
/proc/1049/task/1055/stat : 1055 (java) S 1035 1035 30394 0 -1 64 916 0 0 0 35 1 0 0 15 0 9 0 679113853 832409600 30245 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1049/tid=1057] ppid=1035 vsize=812900 CPUtime=0
/proc/1049/task/1057/stat : 1057 (java) S 1035 1035 30394 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 679113853 832409600 30245 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1049/tid=1058] ppid=1035 vsize=812900 CPUtime=0
/proc/1049/task/1058/stat : 1058 (java) S 1035 1035 30394 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 679113853 832409600 30245 996147200 134512640 134550740 4294955600 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) 860456

[startup+25.5025 s]
/proc/loadavg: 2.10 2.04 2.01 3/90 1058
/proc/meminfo: memFree=1232920/2055920 swapFree=4178892/4192956
[pid=1035] ppid=1033 vsize=47556 CPUtime=0.01
/proc/1035/stat : 1035 (galacE.sh) S 1033 1035 30394 0 -1 4194304 766 1697 0 0 0 0 0 1 18 0 1 0 679113846 48697344 365 996147200 4194304 4520092 548682068832 18446744073709551615 240153455450 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/1035/statm: 11889 365 246 79 0 219 0
[pid=1049] ppid=1035 vsize=812900 CPUtime=25.34
/proc/1049/stat : 1049 (java) S 1035 1035 30394 0 -1 0 31425 0 1 0 2509 25 0 0 18 0 9 0 679113849 832409600 30358 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/1049/statm: 203225 30358 2594 9 0 197206 0
[pid=1049/tid=1050] ppid=1035 vsize=812900 CPUtime=20.53
/proc/1049/task/1050/stat : 1050 (java) R 1035 1035 30394 0 -1 64 14676 0 1 0 2036 17 0 0 25 0 9 0 679113850 832409600 30358 996147200 134512640 134550740 4294955600 18446744073709551615 4127319049 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1049/tid=1051] ppid=1035 vsize=812900 CPUtime=4.39
/proc/1049/task/1051/stat : 1051 (java) S 1035 1035 30394 0 -1 64 15128 0 0 0 434 5 0 0 16 0 9 0 679113851 832409600 30358 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=1049/tid=1052] ppid=1035 vsize=812900 CPUtime=0
/proc/1049/task/1052/stat : 1052 (java) S 1035 1035 30394 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 679113851 832409600 30358 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1049/tid=1053] ppid=1035 vsize=812900 CPUtime=0
/proc/1049/task/1053/stat : 1053 (java) S 1035 1035 30394 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 679113851 832409600 30358 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1049/tid=1054] ppid=1035 vsize=812900 CPUtime=0
/proc/1049/task/1054/stat : 1054 (java) S 1035 1035 30394 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 679113853 832409600 30358 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1049/tid=1055] ppid=1035 vsize=812900 CPUtime=0.38
/proc/1049/task/1055/stat : 1055 (java) S 1035 1035 30394 0 -1 64 921 0 0 0 37 1 0 0 16 0 9 0 679113853 832409600 30358 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1049/tid=1057] ppid=1035 vsize=812900 CPUtime=0
/proc/1049/task/1057/stat : 1057 (java) S 1035 1035 30394 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 679113853 832409600 30358 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1049/tid=1058] ppid=1035 vsize=812900 CPUtime=0
/proc/1049/task/1058/stat : 1058 (java) S 1035 1035 30394 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 679113853 832409600 30358 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.35

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

/proc/meminfo: memFree=1249384/2055920 swapFree=4178892/4192956
[pid=1035] ppid=1033 vsize=47556 CPUtime=70.04
/proc/1035/stat : 1035 (galacE.sh) S 1033 1035 30394 0 -1 4194304 800 33217 0 1 0 0 6959 45 17 0 1 0 679113846 48697344 365 996147200 4194304 4520092 548682068832 18446744073709551615 240153455450 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/1035/statm: 11889 365 246 79 0 219 0
[pid=1059] ppid=1035 vsize=280432 CPUtime=807.13
/proc/1059/stat : 1059 (eSAT_static) R 1035 1035 30394 0 -1 4194304 67137 0 0 0 80674 39 0 0 25 0 1 0 679120890 287162368 67119 996147200 134512640 135177480 4294955968 18446744073709551615 134537460 0 0 4096 3 0 0 0 17 0 0 0
/proc/1059/statm: 70108 67119 74 162 0 69943 0
Current children cumulated CPU time (s) 877.17
Current children cumulated vsize (KiB) 327988

[startup+942.302 s]
/proc/loadavg: 2.00 2.00 2.00 3/81 1102
/proc/meminfo: memFree=1249256/2055920 swapFree=4178892/4192956
[pid=1035] ppid=1033 vsize=47556 CPUtime=70.04
/proc/1035/stat : 1035 (galacE.sh) S 1033 1035 30394 0 -1 4194304 800 33217 0 1 0 0 6959 45 17 0 1 0 679113846 48697344 365 996147200 4194304 4520092 548682068832 18446744073709551615 240153455450 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/1035/statm: 11889 365 246 79 0 219 0
[pid=1059] ppid=1035 vsize=280432 CPUtime=866.56
/proc/1059/stat : 1059 (eSAT_static) R 1035 1035 30394 0 -1 4194304 67179 0 0 0 86617 39 0 0 25 0 1 0 679120890 287162368 67161 996147200 134512640 135177480 4294955968 18446744073709551615 134537478 0 0 4096 3 0 0 0 17 0 0 0
/proc/1059/statm: 70108 67161 74 162 0 69943 0
Current children cumulated CPU time (s) 936.6
Current children cumulated vsize (KiB) 327988

[startup+1002.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/81 1102
/proc/meminfo: memFree=1249000/2055920 swapFree=4178892/4192956
[pid=1035] ppid=1033 vsize=47556 CPUtime=70.04
/proc/1035/stat : 1035 (galacE.sh) S 1033 1035 30394 0 -1 4194304 800 33217 0 1 0 0 6959 45 17 0 1 0 679113846 48697344 365 996147200 4194304 4520092 548682068832 18446744073709551615 240153455450 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/1035/statm: 11889 365 246 79 0 219 0
[pid=1059] ppid=1035 vsize=280432 CPUtime=925.99
/proc/1059/stat : 1059 (eSAT_static) R 1035 1035 30394 0 -1 4194304 67252 0 0 0 92560 39 0 0 25 0 1 0 679120890 287162368 67234 996147200 134512640 135177480 4294955968 18446744073709551615 134537443 0 0 4096 3 0 0 0 17 0 0 0
/proc/1059/statm: 70108 67234 74 162 0 69943 0
Current children cumulated CPU time (s) 996.03
Current children cumulated vsize (KiB) 327988

[startup+1062.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/81 1102
/proc/meminfo: memFree=1242536/2055920 swapFree=4178892/4192956
[pid=1035] ppid=1033 vsize=47556 CPUtime=70.04
/proc/1035/stat : 1035 (galacE.sh) S 1033 1035 30394 0 -1 4194304 800 33217 0 1 0 0 6959 45 17 0 1 0 679113846 48697344 365 996147200 4194304 4520092 548682068832 18446744073709551615 240153455450 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/1035/statm: 11889 365 246 79 0 219 0
[pid=1059] ppid=1035 vsize=282544 CPUtime=985.42
/proc/1059/stat : 1059 (eSAT_static) R 1035 1035 30394 0 -1 4194304 68843 0 0 0 98503 39 0 0 25 0 1 0 679120890 289325056 68825 996147200 134512640 135177480 4294955968 18446744073709551615 134537440 0 0 4096 3 0 0 0 17 0 0 0
/proc/1059/statm: 70636 68825 74 162 0 70471 0
Current children cumulated CPU time (s) 1055.46
Current children cumulated vsize (KiB) 330100

[startup+1122.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/81 1102
/proc/meminfo: memFree=1238376/2055920 swapFree=4178892/4192956
[pid=1035] ppid=1033 vsize=47556 CPUtime=70.04
/proc/1035/stat : 1035 (galacE.sh) S 1033 1035 30394 0 -1 4194304 800 33217 0 1 0 0 6959 45 17 0 1 0 679113846 48697344 365 996147200 4194304 4520092 548682068832 18446744073709551615 240153455450 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/1035/statm: 11889 365 246 79 0 219 0
[pid=1059] ppid=1035 vsize=283604 CPUtime=1044.87
/proc/1059/stat : 1059 (eSAT_static) R 1035 1035 30394 0 -1 4194304 69877 0 0 0 104447 40 0 0 25 0 1 0 679120890 290410496 69859 996147200 134512640 135177480 4294955968 18446744073709551615 134537816 0 0 4096 3 0 0 0 17 0 0 0
/proc/1059/statm: 70901 69859 74 162 0 70736 0
Current children cumulated CPU time (s) 1114.91
Current children cumulated vsize (KiB) 331160

[startup+1182.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/81 1102
/proc/meminfo: memFree=1236456/2055920 swapFree=4178892/4192956
[pid=1035] ppid=1033 vsize=47556 CPUtime=70.04
/proc/1035/stat : 1035 (galacE.sh) S 1033 1035 30394 0 -1 4194304 800 33217 0 1 0 0 6959 45 17 0 1 0 679113846 48697344 365 996147200 4194304 4520092 548682068832 18446744073709551615 240153455450 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/1035/statm: 11889 365 246 79 0 219 0
[pid=1059] ppid=1035 vsize=284000 CPUtime=1104.32
/proc/1059/stat : 1059 (eSAT_static) R 1035 1035 30394 0 -1 4194304 70375 0 0 0 110392 40 0 0 25 0 1 0 679120890 290816000 70357 996147200 134512640 135177480 4294955968 18446744073709551615 134538025 0 0 4096 3 0 0 0 17 0 0 0
/proc/1059/statm: 71000 70357 74 162 0 70835 0
Current children cumulated CPU time (s) 1174.36
Current children cumulated vsize (KiB) 331556

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

[startup+1203.2 s]
/proc/loadavg: 2.00 2.00 2.00 3/81 1102
/proc/meminfo: memFree=1234920/2055920 swapFree=4178892/4192956
[pid=1035] ppid=1033 vsize=47556 CPUtime=70.04
/proc/1035/stat : 1035 (galacE.sh) S 1033 1035 30394 0 -1 4194304 800 33217 0 1 0 0 6959 45 17 0 1 0 679113846 48697344 365 996147200 4194304 4520092 548682068832 18446744073709551615 240153455450 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/1035/statm: 11889 365 246 79 0 219 0
[pid=1059] ppid=1035 vsize=319168 CPUtime=1125.04
/proc/1059/stat : 1059 (eSAT_static) R 1035 1035 30394 0 -1 4194304 70748 0 0 0 112463 41 0 0 25 0 1 0 679120890 326828032 70730 996147200 134512640 135177480 4294955968 18446744073709551615 134537311 0 0 4096 3 0 0 0 17 0 0 0
/proc/1059/statm: 79792 70730 74 162 0 79627 0
Current children cumulated CPU time (s) 1195.08
Current children cumulated vsize (KiB) 366724

[startup+1216 s]
/proc/loadavg: 2.00 2.00 2.00 3/81 1102
/proc/meminfo: memFree=1234920/2055920 swapFree=4178892/4192956
[pid=1035] ppid=1033 vsize=47556 CPUtime=70.04
/proc/1035/stat : 1035 (galacE.sh) S 1033 1035 30394 0 -1 4194304 800 33217 0 1 0 0 6959 45 17 0 1 0 679113846 48697344 365 996147200 4194304 4520092 548682068832 18446744073709551615 240153455450 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/1035/statm: 11889 365 246 79 0 219 0
[pid=1059] ppid=1035 vsize=319168 CPUtime=1137.71
/proc/1059/stat : 1059 (eSAT_static) R 1035 1035 30394 0 -1 4194304 70749 0 0 0 113730 41 0 0 25 0 1 0 679120890 326828032 70731 996147200 134512640 135177480 4294955968 18446744073709551615 134537443 0 0 4096 3 0 0 0 17 0 0 0
/proc/1059/statm: 79792 70731 74 162 0 79627 0
Current children cumulated CPU time (s) 1207.75
Current children cumulated vsize (KiB) 366724

[startup+1228.81 s]
/proc/loadavg: 2.00 2.00 2.00 3/81 1102
/proc/meminfo: memFree=1234920/2055920 swapFree=4178892/4192956
[pid=1035] ppid=1033 vsize=47556 CPUtime=70.04
/proc/1035/stat : 1035 (galacE.sh) S 1033 1035 30394 0 -1 4194304 800 33217 0 1 0 0 6959 45 17 0 1 0 679113846 48697344 365 996147200 4194304 4520092 548682068832 18446744073709551615 240153455450 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/1035/statm: 11889 365 246 79 0 219 0
[pid=1059] ppid=1035 vsize=319168 CPUtime=1150.4
/proc/1059/stat : 1059 (eSAT_static) R 1035 1035 30394 0 -1 4194304 70749 0 0 0 114999 41 0 0 25 0 1 0 679120890 326828032 70731 996147200 134512640 135177480 4294955968 18446744073709551615 134537460 0 0 4096 3 0 0 0 17 0 0 0
/proc/1059/statm: 79792 70731 74 162 0 79627 0
Current children cumulated CPU time (s) 1220.44
Current children cumulated vsize (KiB) 366724

[startup+1232 s]
/proc/loadavg: 2.00 2.00 2.00 3/81 1102
/proc/meminfo: memFree=1306216/2055920 swapFree=4178892/4192956
[pid=1035] ppid=1033 vsize=47556 CPUtime=70.04
/proc/1035/stat : 1035 (galacE.sh) S 1033 1035 30394 0 -1 4194304 800 33217 0 1 0 0 6959 45 17 0 1 0 679113846 48697344 365 996147200 4194304 4520092 548682068832 18446744073709551615 240153455450 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/1035/statm: 11889 365 246 79 0 219 0
[pid=1059] ppid=1035 vsize=213924 CPUtime=1153.57
/proc/1059/stat : 1059 (eSAT_static) R 1035 1035 30394 0 -1 4194304 70768 0 0 0 115315 42 0 0 25 0 1 0 679120890 219058176 52872 996147200 134512640 135177480 4294955968 18446744073709551615 134547316 0 0 4096 3 0 0 0 17 0 0 0
/proc/1059/statm: 53481 52872 79 162 0 53316 0
Current children cumulated CPU time (s) 1223.61
Current children cumulated vsize (KiB) 261480

[startup+1233.6 s]
/proc/loadavg: 2.00 2.00 2.00 3/81 1102
/proc/meminfo: memFree=1306216/2055920 swapFree=4178892/4192956
[pid=1035] ppid=1033 vsize=47556 CPUtime=70.04
/proc/1035/stat : 1035 (galacE.sh) S 1033 1035 30394 0 -1 4194304 800 33217 0 1 0 0 6959 45 17 0 1 0 679113846 48697344 365 996147200 4194304 4520092 548682068832 18446744073709551615 240153455450 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/1035/statm: 11889 365 246 79 0 219 0
[pid=1059] ppid=1035 vsize=213924 CPUtime=1155.15
/proc/1059/stat : 1059 (eSAT_static) R 1035 1035 30394 0 -1 4194304 70768 0 0 0 115473 42 0 0 25 0 1 0 679120890 219058176 52872 996147200 134512640 135177480 4294955968 18446744073709551615 134564785 0 0 4096 3 0 0 0 17 0 0 0
/proc/1059/statm: 53481 52872 79 162 0 53316 0
Current children cumulated CPU time (s) 1225.19
Current children cumulated vsize (KiB) 261480

[startup+1235.2 s]
/proc/loadavg: 2.00 2.00 2.00 3/81 1102
/proc/meminfo: memFree=1306216/2055920 swapFree=4178892/4192956
[pid=1035] ppid=1033 vsize=47556 CPUtime=70.04
/proc/1035/stat : 1035 (galacE.sh) S 1033 1035 30394 0 -1 4194304 800 33217 0 1 0 0 6959 45 17 0 1 0 679113846 48697344 365 996147200 4194304 4520092 548682068832 18446744073709551615 240153455450 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/1035/statm: 11889 365 246 79 0 219 0
[pid=1059] ppid=1035 vsize=213924 CPUtime=1156.74
/proc/1059/stat : 1059 (eSAT_static) R 1035 1035 30394 0 -1 4194304 70768 0 0 0 115632 42 0 0 25 0 1 0 679120890 219058176 52872 996147200 134512640 135177480 4294955968 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 0 0 0
/proc/1059/statm: 53481 52872 79 162 0 53316 0
Current children cumulated CPU time (s) 1226.78
Current children cumulated vsize (KiB) 261480

[startup+1236 s]
/proc/loadavg: 2.00 2.00 2.00 3/81 1102
/proc/meminfo: memFree=1306216/2055920 swapFree=4178892/4192956
[pid=1035] ppid=1033 vsize=47556 CPUtime=1227.05
/proc/1035/stat : 1035 (galacE.sh) S 1033 1035 30394 0 -1 4194304 836 103999 0 1 0 0 122614 91 16 0 1 0 679113846 48697344 366 996147200 4194304 4520092 548682068832 18446744073709551615 240154017874 0 0 4096 73728 18446744071563648864 0 0 17 0 0 0
/proc/1035/statm: 11889 366 246 79 0 219 0
Current children cumulated CPU time (s) 1227.05
Current children cumulated vsize (KiB) 47556

[startup+1236.2 s]
/proc/loadavg: 2.00 2.00 2.00 3/81 1102
/proc/meminfo: memFree=1306216/2055920 swapFree=4178892/4192956
[pid=1035] ppid=1033 vsize=47556 CPUtime=1227.05
/proc/1035/stat : 1035 (galacE.sh) S 1033 1035 30394 0 -1 4194304 836 103999 0 1 0 0 122614 91 16 0 1 0 679113846 48697344 366 996147200 4194304 4520092 548682068832 18446744073709551615 240154017874 0 0 4096 73728 18446744071563648864 0 0 17 0 0 0
/proc/1035/statm: 11889 366 246 79 0 219 0
Current children cumulated CPU time (s) 1227.05
Current children cumulated vsize (KiB) 47556

[startup+1236.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/81 1102
/proc/meminfo: memFree=1306216/2055920 swapFree=4178892/4192956
[pid=1035] ppid=1033 vsize=47556 CPUtime=1227.05
/proc/1035/stat : 1035 (galacE.sh) S 1033 1035 30394 0 -1 4194304 836 103999 0 1 0 0 122614 91 16 0 1 0 679113846 48697344 366 996147200 4194304 4520092 548682068832 18446744073709551615 240154017874 0 0 4096 73728 18446744071563648864 0 0 17 0 0 0
/proc/1035/statm: 11889 366 246 79 0 219 0
Current children cumulated CPU time (s) 1227.05
Current children cumulated vsize (KiB) 47556

Child status: 0
Real time (s): 1236.38
CPU time (s): 1227.95
CPU user time (s): 1226.93
CPU system time (s): 1.02284
CPU usage (%): 99.3179
Max. virtual memory (cumulated for all children) (KiB): 860748

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1226.93
system time used= 1.02284
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 114173
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= 5217
involuntary context switches= 27301

runsolver used 1.53077 second user time and 4.06738 second system time

The end

Launcher Data (download as text)

Begin job on node86 at 2008-07-05 06:57:29
IDJOB=1085441
IDBENCH=57631
IDSOLVER=351
FILE ID=node86/1085441-1215233849
PBS_JOBID= 7881736
Free space on /tmp= 66508 MiB

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

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= e903255bfbda8f76e6400f31b9319dae
RANDOM SEED=904513051

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:       1360776 kB
Buffers:         86900 kB
Cached:         274316 kB
SwapCached:       6392 kB
Active:         552908 kB
Inactive:        88976 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1360776 kB
SwapTotal:     4192956 kB
SwapFree:      4178892 kB
Dirty:            3488 kB
Writeback:           0 kB
Mapped:         284420 kB
Slab:            37232 kB
Committed_AS:  1490708 kB
PageTables:       2984 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66548 MiB
End job on node86 at 2008-07-05 07:18:05