Trace number 1083966

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 292.112 294.418

General information on the benchmark

Namecsp/rlfapScens/
normalized-scen8.xml
MD5SUMd7cebb3d1eb044a9483fdd1ea1c74095
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark0.547915
Satisfiable
(Un)Satisfiability was proved
Number of variables916
Number of constraints5744
Maximum constraint arity2
Maximum domain size44
Number of constraints which are defined in extension0
Number of constraints which are defined in intension5744
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.03	c --- Preproc Stats ---
214.54/216.53	c start processing
214.54/216.53	c start relation processing
215.04/217.01	c start cnf exporting
282.40/284.64	c parsing time : 216.359
282.40/284.64	c preprocessing time : 284.48
282.40/284.64	
282.40/284.64	c Nary constraints - conflicts : 0 supports : 0
282.40/284.64	c Binary constraints - conflicts : 3377 supports :2367
282.40/284.64	c max arity constraint : 2
282.40/284.64	c Max Tuples generated 1936
282.40/284.64	c relations : 1626
282.40/284.64	c relations BDD: 0
282.40/284.64	c sampling 0/0
282.40/284.64	c vars : 36201 - clauses :  2318979
282.40/284.64	
282.45/284.71	 
282.45/284.71	c --- SAT Solver Stats ---
282.45/284.71	 
282.45/284.71	c eSAT 0.1 : minisat core with additionnal features
282.45/284.71	c ============================[ Problem Statistics ]=============================
282.45/284.71	c |                                                                             |
282.45/284.71	c |  Number of variables:  36200                                                |
282.45/284.71	c |  Number of clauses:    2318979                                              |
283.84/286.19	c |  Parsing time:         1.29         s                                       |
291.97/294.37	c restarts              : 22
291.97/294.37	c conflicts             : 50             (5 /sec)
291.97/294.37	c decisions             : 9481           (93.44 % random) (1010 /sec)
291.97/294.37	c euip                  : 8           
291.97/294.37	c propagations          : 53375          (5688 /sec)
291.97/294.37	c conflict literals     : 352            (21.60 % deleted)
291.97/294.37	c Memory used           : 93.80 MB
291.97/294.37	c CPU time              : 9.38457 s
291.97/294.37	c 
291.97/294.37	s UNSATISFIABLE

Verifier Data (download as text)

No possible verification on an UNSAT instance

Watcher Data (download as text)

runsolver version 3.2.5 (c) roussel@cril.univ-artois.fr

command line: /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1083966-1215229557/watcher-1083966-1215229557 -o /tmp/evaluation-result-1083966-1215229557/solver-1083966-1215229557 -C 1800 -W 2200 -M 900 --output-limit 1,15 HOME/galacE.sh HOME/instance-1083966-1215229557.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.80 1.99 1.99 4/80 1728
/proc/meminfo: memFree=1467752/2055920 swapFree=4179464/4192956
[pid=1728] ppid=1726 vsize=8652 CPUtime=0
/proc/1728/stat : 1728 (galacE.sh) S 1726 1728 1212 0 -1 4194304 346 0 0 0 0 0 0 0 16 0 1 0 2001930581 8859648 280 996147200 4194304 4520092 548682068832 18446744073709551615 214919474010 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/1728/statm: 2163 280 208 79 0 156 0
[pid=1729] ppid=1728 vsize=8688 CPUtime=0
/proc/1729/stat : 1729 (galacE.sh) S 1728 1728 1212 0 -1 4194368 36 0 0 0 0 0 0 0 17 0 1 0 2001930581 8896512 286 996147200 4194304 4520092 548682068832 18446744073709551615 214920036434 0 0 4096 73728 18446744071563648864 0 0 17 1 0 0
/proc/1729/statm: 2172 286 209 79 0 165 0
[pid=1730] ppid=1729 vsize=8728 CPUtime=0
/proc/1730/stat : 1730 (galacE.sh) R 1729 1728 1212 0 -1 4194368 25 0 0 0 0 0 0 0 19 0 1 0 2001930582 8937472 290 996147200 4194304 4520092 548682068832 18446744073709551615 214919867687 0 0 3674112 73728 0 0 0 17 1 0 0
/proc/1730/statm: 2182 290 209 79 0 175 0

[startup+0.085301 s]
/proc/loadavg: 1.80 1.99 1.99 4/80 1728
/proc/meminfo: memFree=1467752/2055920 swapFree=4179464/4192956
[pid=1728] ppid=1726 vsize=47580 CPUtime=0.01
/proc/1728/stat : 1728 (galacE.sh) S 1726 1728 1212 0 -1 4194304 765 1697 0 0 0 0 0 1 23 0 1 0 2001930581 48721920 364 996147200 4194304 4520092 548682068832 18446744073709551615 214919474010 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/1728/statm: 11895 364 245 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47580

[startup+0.103304 s]
/proc/loadavg: 1.80 1.99 1.99 4/80 1728
/proc/meminfo: memFree=1467752/2055920 swapFree=4179464/4192956
[pid=1728] ppid=1726 vsize=47580 CPUtime=0.01
/proc/1728/stat : 1728 (galacE.sh) S 1726 1728 1212 0 -1 4194304 765 1697 0 0 0 0 0 1 23 0 1 0 2001930581 48721920 364 996147200 4194304 4520092 548682068832 18446744073709551615 214919474010 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/1728/statm: 11895 364 245 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47580

[startup+0.301332 s]
/proc/loadavg: 1.80 1.99 1.99 4/80 1728
/proc/meminfo: memFree=1467752/2055920 swapFree=4179464/4192956
[pid=1728] ppid=1726 vsize=47580 CPUtime=0.01
/proc/1728/stat : 1728 (galacE.sh) S 1726 1728 1212 0 -1 4194304 765 1697 0 0 0 0 0 1 23 0 1 0 2001930581 48721920 364 996147200 4194304 4520092 548682068832 18446744073709551615 214919474010 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/1728/statm: 11895 364 245 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47580

[startup+0.702387 s]
/proc/loadavg: 1.80 1.99 1.99 4/80 1728
/proc/meminfo: memFree=1467752/2055920 swapFree=4179464/4192956
[pid=1728] ppid=1726 vsize=47580 CPUtime=0.01
/proc/1728/stat : 1728 (galacE.sh) S 1726 1728 1212 0 -1 4194304 765 1697 0 0 0 0 0 1 23 0 1 0 2001930581 48721920 364 996147200 4194304 4520092 548682068832 18446744073709551615 214919474010 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/1728/statm: 11895 364 245 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47580

[startup+1.5025 s]
/proc/loadavg: 1.80 1.99 1.99 4/90 1752
/proc/meminfo: memFree=1426392/2055920 swapFree=4179464/4192956
[pid=1728] ppid=1726 vsize=47580 CPUtime=0.01
/proc/1728/stat : 1728 (galacE.sh) S 1726 1728 1212 0 -1 4194304 765 1697 0 0 0 0 0 1 23 0 1 0 2001930581 48721920 364 996147200 4194304 4520092 548682068832 18446744073709551615 214919474010 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/1728/statm: 11895 364 245 79 0 219 0
[pid=1742] ppid=1728 vsize=812736 CPUtime=1.4
/proc/1742/stat : 1742 (java) S 1728 1728 1212 0 -1 0 13619 0 1 0 133 7 0 0 18 0 9 0 2001930584 832241664 12811 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/1742/statm: 203184 12811 2585 9 0 197165 0
[pid=1742/tid=1743] ppid=1728 vsize=812736 CPUtime=0.44
/proc/1742/task/1743/stat : 1743 (java) R 1728 1728 1212 0 -1 64 7551 0 1 0 40 4 0 0 21 0 9 0 2001930585 832241664 12811 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1742/tid=1744] ppid=1728 vsize=812736 CPUtime=0.73
/proc/1742/task/1744/stat : 1744 (java) R 1728 1728 1212 0 -1 64 4573 0 0 0 72 1 0 0 20 0 9 0 2001930587 832241664 12811 996147200 134512640 134550740 4294955600 18446744073709551615 103737199 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=1742/tid=1745] ppid=1728 vsize=812736 CPUtime=0
/proc/1742/task/1745/stat : 1745 (java) S 1728 1728 1212 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 2001930587 832241664 12811 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1742/tid=1746] ppid=1728 vsize=812736 CPUtime=0
/proc/1742/task/1746/stat : 1746 (java) S 1728 1728 1212 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 2001930587 832241664 12811 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1742/tid=1749] ppid=1728 vsize=812736 CPUtime=0
/proc/1742/task/1749/stat : 1749 (java) S 1728 1728 1212 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 2001930592 832241664 12811 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1742/tid=1750] ppid=1728 vsize=812736 CPUtime=0.19
/proc/1742/task/1750/stat : 1750 (java) S 1728 1728 1212 0 -1 64 796 0 0 0 19 0 0 0 16 0 9 0 2001930592 832241664 12811 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1742/tid=1751] ppid=1728 vsize=812736 CPUtime=0
/proc/1742/task/1751/stat : 1751 (java) S 1728 1728 1212 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 2001930592 832241664 12811 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1742/tid=1752] ppid=1728 vsize=812736 CPUtime=0
/proc/1742/task/1752/stat : 1752 (java) S 1728 1728 1212 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 2001930592 832241664 12811 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.41
Current children cumulated vsize (KiB) 860316

[startup+3.10171 s]
/proc/loadavg: 1.80 1.99 1.99 3/90 1752
/proc/meminfo: memFree=1425496/2055920 swapFree=4179464/4192956
[pid=1728] ppid=1726 vsize=47580 CPUtime=0.01
/proc/1728/stat : 1728 (galacE.sh) S 1726 1728 1212 0 -1 4194304 765 1697 0 0 0 0 0 1 23 0 1 0 2001930581 48721920 364 996147200 4194304 4520092 548682068832 18446744073709551615 214919474010 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/1728/statm: 11895 364 245 79 0 219 0
[pid=1742] ppid=1728 vsize=812736 CPUtime=2.99
/proc/1742/stat : 1742 (java) S 1728 1728 1212 0 -1 0 13854 0 1 0 292 7 0 0 18 0 9 0 2001930584 832241664 13001 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/1742/statm: 203184 13001 2585 9 0 197165 0
[pid=1742/tid=1743] ppid=1728 vsize=812736 CPUtime=0.55
/proc/1742/task/1743/stat : 1743 (java) R 1728 1728 1212 0 -1 64 7596 0 1 0 51 4 0 0 16 0 9 0 2001930585 832241664 13001 996147200 134512640 134550740 4294955600 18446744073709551615 102880672 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1742/tid=1744] ppid=1728 vsize=812736 CPUtime=2.2
/proc/1742/task/1744/stat : 1744 (java) R 1728 1728 1212 0 -1 64 4756 0 0 0 219 1 0 0 25 0 9 0 2001930587 832241664 13001 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=1742/tid=1745] ppid=1728 vsize=812736 CPUtime=0
/proc/1742/task/1745/stat : 1745 (java) S 1728 1728 1212 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 2001930587 832241664 13001 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1742/tid=1746] ppid=1728 vsize=812736 CPUtime=0
/proc/1742/task/1746/stat : 1746 (java) S 1728 1728 1212 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 2001930587 832241664 13001 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1742/tid=1749] ppid=1728 vsize=812736 CPUtime=0
/proc/1742/task/1749/stat : 1749 (java) S 1728 1728 1212 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 2001930592 832241664 13001 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1742/tid=1750] ppid=1728 vsize=812736 CPUtime=0.21
/proc/1742/task/1750/stat : 1750 (java) R 1728 1728 1212 0 -1 64 803 0 0 0 21 0 0 0 16 0 9 0 2001930592 832241664 13001 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1742/tid=1751] ppid=1728 vsize=812736 CPUtime=0
/proc/1742/task/1751/stat : 1751 (java) S 1728 1728 1212 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 2001930592 832241664 13001 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1742/tid=1752] ppid=1728 vsize=812736 CPUtime=0
/proc/1742/task/1752/stat : 1752 (java) S 1728 1728 1212 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 2001930592 832241664 13001 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3
Current children cumulated vsize (KiB) 860316

[startup+6.30215 s]
/proc/loadavg: 1.90 2.01 1.99 3/90 1752
/proc/meminfo: memFree=1423064/2055920 swapFree=4179464/4192956
[pid=1728] ppid=1726 vsize=47580 CPUtime=0.01
/proc/1728/stat : 1728 (galacE.sh) S 1726 1728 1212 0 -1 4194304 765 1697 0 0 0 0 0 1 23 0 1 0 2001930581 48721920 364 996147200 4194304 4520092 548682068832 18446744073709551615 214919474010 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/1728/statm: 11895 364 245 79 0 219 0
[pid=1742] ppid=1728 vsize=812808 CPUtime=6.15
/proc/1742/stat : 1742 (java) S 1728 1728 1212 0 -1 0 15283 0 1 0 607 8 0 0 18 0 9 0 2001930584 832315392 13575 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/1742/statm: 203202 13575 2585 9 0 197183 0
[pid=1742/tid=1743] ppid=1728 vsize=812808 CPUtime=0.87
/proc/1742/task/1743/stat : 1743 (java) S 1728 1728 1212 0 -1 64 7670 0 1 0 83 4 0 0 15 0 9 0 2001930585 832315392 13575 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1742/tid=1744] ppid=1728 vsize=812808 CPUtime=5.02
/proc/1742/task/1744/stat : 1744 (java) R 1728 1728 1212 0 -1 64 6102 0 0 0 500 2 0 0 25 0 9 0 2001930587 832315392 13575 996147200 134512640 134550740 4294955600 18446744073709551615 103735747 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=1742/tid=1745] ppid=1728 vsize=812808 CPUtime=0
/proc/1742/task/1745/stat : 1745 (java) S 1728 1728 1212 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 2001930587 832315392 13575 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1742/tid=1746] ppid=1728 vsize=812808 CPUtime=0
/proc/1742/task/1746/stat : 1746 (java) S 1728 1728 1212 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 2001930587 832315392 13575 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1742/tid=1749] ppid=1728 vsize=812808 CPUtime=0
/proc/1742/task/1749/stat : 1749 (java) S 1728 1728 1212 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 2001930592 832315392 13575 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1742/tid=1750] ppid=1728 vsize=812808 CPUtime=0.22
/proc/1742/task/1750/stat : 1750 (java) S 1728 1728 1212 0 -1 64 812 0 0 0 22 0 0 0 15 0 9 0 2001930592 832315392 13575 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1742/tid=1751] ppid=1728 vsize=812808 CPUtime=0
/proc/1742/task/1751/stat : 1751 (java) S 1728 1728 1212 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 2001930592 832315392 13575 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1742/tid=1752] ppid=1728 vsize=812808 CPUtime=0
/proc/1742/task/1752/stat : 1752 (java) S 1728 1728 1212 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 2001930592 832315392 13575 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.16
Current children cumulated vsize (KiB) 860388

[startup+12.702 s]
/proc/loadavg: 1.91 2.01 1.99 3/90 1752
/proc/meminfo: memFree=1420632/2055920 swapFree=4179464/4192956
[pid=1728] ppid=1726 vsize=47580 CPUtime=0.01
/proc/1728/stat : 1728 (galacE.sh) S 1726 1728 1212 0 -1 4194304 765 1697 0 0 0 0 0 1 23 0 1 0 2001930581 48721920 364 996147200 4194304 4520092 548682068832 18446744073709551615 214919474010 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/1728/statm: 11895 364 245 79 0 219 0
[pid=1742] ppid=1728 vsize=812808 CPUtime=12.49
/proc/1742/stat : 1742 (java) S 1728 1728 1212 0 -1 0 15927 0 1 0 1239 10 0 0 18 0 9 0 2001930584 832315392 14098 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/1742/statm: 203202 14098 2585 9 0 197183 0
[pid=1742/tid=1743] ppid=1728 vsize=812808 CPUtime=1.43
/proc/1742/task/1743/stat : 1743 (java) S 1728 1728 1212 0 -1 64 7792 0 1 0 139 4 0 0 16 0 9 0 2001930585 832315392 14098 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1742/tid=1744] ppid=1728 vsize=812808 CPUtime=10.74
/proc/1742/task/1744/stat : 1744 (java) R 1728 1728 1212 0 -1 64 6582 0 0 0 1070 4 0 0 25 0 9 0 2001930587 832315392 14098 996147200 134512640 134550740 4294955600 18446744073709551615 103736002 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=1742/tid=1745] ppid=1728 vsize=812808 CPUtime=0
/proc/1742/task/1745/stat : 1745 (java) S 1728 1728 1212 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 2001930587 832315392 14098 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1742/tid=1746] ppid=1728 vsize=812808 CPUtime=0
/proc/1742/task/1746/stat : 1746 (java) S 1728 1728 1212 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 2001930587 832315392 14098 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1742/tid=1749] ppid=1728 vsize=812808 CPUtime=0
/proc/1742/task/1749/stat : 1749 (java) S 1728 1728 1212 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 2001930592 832315392 14098 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1742/tid=1750] ppid=1728 vsize=812808 CPUtime=0.29
/proc/1742/task/1750/stat : 1750 (java) S 1728 1728 1212 0 -1 64 854 0 0 0 29 0 0 0 16 0 9 0 2001930592 832315392 14098 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1742/tid=1751] ppid=1728 vsize=812808 CPUtime=0
/proc/1742/task/1751/stat : 1751 (java) S 1728 1728 1212 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 2001930592 832315392 14098 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1742/tid=1752] ppid=1728 vsize=812808 CPUtime=0
/proc/1742/task/1752/stat : 1752 (java) S 1728 1728 1212 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 2001930592 832315392 14098 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.5
Current children cumulated vsize (KiB) 860388

[startup+25.5027 s]
/proc/loadavg: 1.93 2.01 1.99 3/90 1752
/proc/meminfo: memFree=1416728/2055920 swapFree=4179464/4192956
[pid=1728] ppid=1726 vsize=47580 CPUtime=0.01
/proc/1728/stat : 1728 (galacE.sh) S 1726 1728 1212 0 -1 4194304 765 1697 0 0 0 0 0 1 23 0 1 0 2001930581 48721920 364 996147200 4194304 4520092 548682068832 18446744073709551615 214919474010 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/1728/statm: 11895 364 245 79 0 219 0
[pid=1742] ppid=1728 vsize=812808 CPUtime=25.15
/proc/1742/stat : 1742 (java) S 1728 1728 1212 0 -1 0 17101 0 1 0 2503 12 0 0 18 0 9 0 2001930584 832315392 15076 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/1742/statm: 203202 15076 2585 9 0 197183 0
[pid=1742/tid=1743] ppid=1728 vsize=812808 CPUtime=2.84
/proc/1742/task/1743/stat : 1743 (java) S 1728 1728 1212 0 -1 64 7988 0 1 0 279 5 0 0 15 0 9 0 2001930585 832315392 15076 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1742/tid=1744] ppid=1728 vsize=812808 CPUtime=21.96
/proc/1742/task/1744/stat : 1744 (java) R 1728 1728 1212 0 -1 64 7537 0 0 0 2191 5 0 0 25 0 9 0 2001930587 832315392 15076 996147200 134512640 134550740 4294955600 18446744073709551615 104182219 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=1742/tid=1745] ppid=1728 vsize=812808 CPUtime=0
/proc/1742/task/1745/stat : 1745 (java) S 1728 1728 1212 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 2001930587 832315392 15076 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1742/tid=1746] ppid=1728 vsize=812808 CPUtime=0
/proc/1742/task/1746/stat : 1746 (java) S 1728 1728 1212 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 2001930587 832315392 15076 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1742/tid=1749] ppid=1728 vsize=812808 CPUtime=0
/proc/1742/task/1749/stat : 1749 (java) S 1728 1728 1212 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 2001930592 832315392 15076 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1742/tid=1750] ppid=1728 vsize=812808 CPUtime=0.32
/proc/1742/task/1750/stat : 1750 (java) S 1728 1728 1212 0 -1 64 877 0 0 0 32 0 0 0 16 0 9 0 2001930592 832315392 15076 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1742/tid=1751] ppid=1728 vsize=812808 CPUtime=0
/proc/1742/task/1751/stat : 1751 (java) S 1728 1728 1212 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 2001930592 832315392 15076 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1742/tid=1752] ppid=1728 vsize=812808 CPUtime=0
/proc/1742/task/1752/stat : 1752 (java) S 1728 1728 1212 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 2001930592 832315392 15076 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.16

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

/proc/1742/task/1752/stat : 1752 (java) S 1728 1728 1212 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 2001930592 832315392 19105 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 101.22
Current children cumulated vsize (KiB) 860388

[startup+162.302 s]
/proc/loadavg: 2.78 2.28 2.09 3/90 1752
/proc/meminfo: memFree=1393112/2055920 swapFree=4179464/4192956
[pid=1728] ppid=1726 vsize=47580 CPUtime=0.01
/proc/1728/stat : 1728 (galacE.sh) S 1726 1728 1212 0 -1 4194304 765 1697 0 0 0 0 0 1 23 0 1 0 2001930581 48721920 364 996147200 4194304 4520092 548682068832 18446744073709551615 214919474010 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/1728/statm: 11895 364 245 79 0 219 0
[pid=1742] ppid=1728 vsize=812808 CPUtime=160.64
/proc/1742/stat : 1742 (java) S 1728 1728 1212 0 -1 0 23900 0 1 0 16040 24 0 0 18 0 9 0 2001930584 832315392 20914 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/1742/statm: 203202 20914 2585 9 0 197183 0
[pid=1742/tid=1743] ppid=1728 vsize=812808 CPUtime=33.64
/proc/1742/task/1743/stat : 1743 (java) S 1728 1728 1212 0 -1 64 8949 0 1 0 3358 6 0 0 15 0 9 0 2001930585 832315392 20914 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1742/tid=1744] ppid=1728 vsize=812808 CPUtime=126.61
/proc/1742/task/1744/stat : 1744 (java) R 1728 1728 1212 0 -1 64 13363 0 0 0 12646 15 0 0 25 0 9 0 2001930587 832315392 20914 996147200 134512640 134550740 4294955600 18446744073709551615 104180122 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=1742/tid=1745] ppid=1728 vsize=812808 CPUtime=0
/proc/1742/task/1745/stat : 1745 (java) S 1728 1728 1212 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 2001930587 832315392 20914 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1742/tid=1746] ppid=1728 vsize=812808 CPUtime=0
/proc/1742/task/1746/stat : 1746 (java) S 1728 1728 1212 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 2001930587 832315392 20914 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1742/tid=1749] ppid=1728 vsize=812808 CPUtime=0
/proc/1742/task/1749/stat : 1749 (java) S 1728 1728 1212 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 2001930592 832315392 20914 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1742/tid=1750] ppid=1728 vsize=812808 CPUtime=0.34
/proc/1742/task/1750/stat : 1750 (java) S 1728 1728 1212 0 -1 64 889 0 0 0 34 0 0 0 16 0 9 0 2001930592 832315392 20914 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1742/tid=1751] ppid=1728 vsize=812808 CPUtime=0
/proc/1742/task/1751/stat : 1751 (java) S 1728 1728 1212 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 2001930592 832315392 20914 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1742/tid=1752] ppid=1728 vsize=812808 CPUtime=0
/proc/1742/task/1752/stat : 1752 (java) S 1728 1728 1212 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 2001930592 832315392 20914 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 160.65
Current children cumulated vsize (KiB) 860388

[startup+222.302 s]
/proc/loadavg: 2.65 2.32 2.11 3/92 1808
/proc/meminfo: memFree=1383232/2055920 swapFree=4179464/4192956
[pid=1728] ppid=1726 vsize=47580 CPUtime=0.01
/proc/1728/stat : 1728 (galacE.sh) S 1726 1728 1212 0 -1 4194304 765 1697 0 0 0 0 0 1 23 0 1 0 2001930581 48721920 364 996147200 4194304 4520092 548682068832 18446744073709551615 214919474010 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/1728/statm: 11895 364 245 79 0 219 0
[pid=1742] ppid=1728 vsize=812808 CPUtime=220.32
/proc/1742/stat : 1742 (java) S 1728 1728 1212 0 -1 0 35579 0 1 0 21997 35 0 0 18 0 9 0 2001930584 832315392 32375 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/1742/statm: 203202 32375 2591 9 0 197183 0
[pid=1742/tid=1743] ppid=1728 vsize=812808 CPUtime=60.16
/proc/1742/task/1743/stat : 1743 (java) R 1728 1728 1212 0 -1 64 16279 0 1 0 6002 14 0 0 25 0 9 0 2001930585 832315392 32375 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1742/tid=1744] ppid=1728 vsize=812808 CPUtime=159.73
/proc/1742/task/1744/stat : 1744 (java) S 1728 1728 1212 0 -1 64 17666 0 0 0 15954 19 0 0 16 0 9 0 2001930587 832315392 32375 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=1742/tid=1745] ppid=1728 vsize=812808 CPUtime=0
/proc/1742/task/1745/stat : 1745 (java) S 1728 1728 1212 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 2001930587 832315392 32375 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1742/tid=1746] ppid=1728 vsize=812808 CPUtime=0
/proc/1742/task/1746/stat : 1746 (java) S 1728 1728 1212 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 2001930587 832315392 32375 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1742/tid=1749] ppid=1728 vsize=812808 CPUtime=0
/proc/1742/task/1749/stat : 1749 (java) S 1728 1728 1212 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 2001930592 832315392 32375 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1742/tid=1750] ppid=1728 vsize=812808 CPUtime=0.4
/proc/1742/task/1750/stat : 1750 (java) S 1728 1728 1212 0 -1 64 935 0 0 0 40 0 0 0 15 0 9 0 2001930592 832315392 32375 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1742/tid=1751] ppid=1728 vsize=812808 CPUtime=0
/proc/1742/task/1751/stat : 1751 (java) S 1728 1728 1212 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 2001930592 832315392 32375 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1742/tid=1752] ppid=1728 vsize=812808 CPUtime=0
/proc/1742/task/1752/stat : 1752 (java) S 1728 1728 1212 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 2001930592 832315392 32375 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 220.33
Current children cumulated vsize (KiB) 860388

[startup+282.302 s]
/proc/loadavg: 2.34 2.30 2.12 3/84 1810
/proc/meminfo: memFree=1039488/2055920 swapFree=4179464/4192956
[pid=1728] ppid=1726 vsize=47580 CPUtime=0.01
/proc/1728/stat : 1728 (galacE.sh) S 1726 1728 1212 0 -1 4194304 765 1697 0 0 0 0 0 1 23 0 1 0 2001930581 48721920 364 996147200 4194304 4520092 548682068832 18446744073709551615 214919474010 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/1728/statm: 11895 364 245 79 0 219 0
[pid=1742] ppid=1728 vsize=812808 CPUtime=280.1
/proc/1742/stat : 1742 (java) S 1728 1728 1212 0 -1 0 36327 0 1 0 27945 65 0 0 18 0 9 0 2001930584 832315392 33012 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/1742/statm: 203202 33012 2591 9 0 197183 0
[pid=1742/tid=1743] ppid=1728 vsize=812808 CPUtime=119.66
/proc/1742/task/1743/stat : 1743 (java) R 1728 1728 1212 0 -1 64 16390 0 1 0 11924 42 0 0 25 0 9 0 2001930585 832315392 33012 996147200 134512640 134550740 4294955600 18446744073709551615 4127490149 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1742/tid=1744] ppid=1728 vsize=812808 CPUtime=159.98
/proc/1742/task/1744/stat : 1744 (java) S 1728 1728 1212 0 -1 64 18292 0 0 0 15977 21 0 0 16 0 9 0 2001930587 832315392 33012 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=1742/tid=1745] ppid=1728 vsize=812808 CPUtime=0
/proc/1742/task/1745/stat : 1745 (java) S 1728 1728 1212 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 2001930587 832315392 33012 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1742/tid=1746] ppid=1728 vsize=812808 CPUtime=0
/proc/1742/task/1746/stat : 1746 (java) S 1728 1728 1212 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 2001930587 832315392 33012 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1742/tid=1749] ppid=1728 vsize=812808 CPUtime=0
/proc/1742/task/1749/stat : 1749 (java) S 1728 1728 1212 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 2001930592 832315392 33012 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1742/tid=1750] ppid=1728 vsize=812808 CPUtime=0.42
/proc/1742/task/1750/stat : 1750 (java) S 1728 1728 1212 0 -1 64 946 0 0 0 42 0 0 0 16 0 9 0 2001930592 832315392 33012 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1742/tid=1751] ppid=1728 vsize=812808 CPUtime=0
/proc/1742/task/1751/stat : 1751 (java) S 1728 1728 1212 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 2001930592 832315392 33012 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1742/tid=1752] ppid=1728 vsize=812808 CPUtime=0
/proc/1742/task/1752/stat : 1752 (java) S 1728 1728 1212 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 2001930592 832315392 33012 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 280.11
Current children cumulated vsize (KiB) 860388

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

[startup+287.901 s]
/proc/loadavg: 2.39 2.31 2.12 3/76 1811
/proc/meminfo: memFree=1062016/2055920 swapFree=4179464/4192956
[pid=1728] ppid=1726 vsize=47580 CPUtime=282.48
/proc/1728/stat : 1728 (galacE.sh) S 1726 1728 1212 0 -1 4194304 799 38054 0 1 0 0 28178 70 17 0 1 0 2001930581 48721920 364 996147200 4194304 4520092 548682068832 18446744073709551615 214919474010 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/1728/statm: 11895 364 245 79 0 219 0
[pid=1811] ppid=1728 vsize=104584 CPUtime=3.14
/proc/1811/stat : 1811 (eSAT_static) R 1728 1728 1212 0 -1 4194304 24377 0 0 0 297 17 0 0 25 0 1 0 2001959052 107094016 24359 996147200 134512640 135177480 4294955968 18446744073709551615 134538010 0 0 4096 3 0 0 0 17 1 0 0
/proc/1811/statm: 26146 24359 74 162 0 25981 0
Current children cumulated CPU time (s) 285.62
Current children cumulated vsize (KiB) 152164

[startup+291.103 s]
/proc/loadavg: 2.36 2.31 2.12 3/76 1811
/proc/meminfo: memFree=1061824/2055920 swapFree=4179464/4192956
[pid=1728] ppid=1726 vsize=47580 CPUtime=282.48
/proc/1728/stat : 1728 (galacE.sh) S 1726 1728 1212 0 -1 4194304 799 38054 0 1 0 0 28178 70 17 0 1 0 2001930581 48721920 364 996147200 4194304 4520092 548682068832 18446744073709551615 214919474010 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/1728/statm: 11895 364 245 79 0 219 0
[pid=1811] ppid=1728 vsize=104584 CPUtime=6.32
/proc/1811/stat : 1811 (eSAT_static) R 1728 1728 1212 0 -1 4194304 24377 0 0 0 615 17 0 0 25 0 1 0 2001959052 107094016 24359 996147200 134512640 135177480 4294955968 18446744073709551615 134537193 0 0 4096 3 0 0 0 17 1 0 0
/proc/1811/statm: 26146 24359 74 162 0 25981 0
Current children cumulated CPU time (s) 288.8
Current children cumulated vsize (KiB) 152164

[startup+292.703 s]
/proc/loadavg: 2.36 2.31 2.12 3/76 1811
/proc/meminfo: memFree=1060608/2055920 swapFree=4179464/4192956
[pid=1728] ppid=1726 vsize=47580 CPUtime=282.48
/proc/1728/stat : 1728 (galacE.sh) S 1726 1728 1212 0 -1 4194304 799 38054 0 1 0 0 28178 70 17 0 1 0 2001930581 48721920 364 996147200 4194304 4520092 548682068832 18446744073709551615 214919474010 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/1728/statm: 11895 364 245 79 0 219 0
[pid=1811] ppid=1728 vsize=105640 CPUtime=7.9
/proc/1811/stat : 1811 (eSAT_static) R 1728 1728 1212 0 -1 4194304 24947 0 0 0 773 17 0 0 25 0 1 0 2001959052 108175360 24929 996147200 134512640 135177480 4294955968 18446744073709551615 134531047 0 0 4096 3 0 0 0 17 1 0 0
/proc/1811/statm: 26410 24929 74 162 0 26245 0
Current children cumulated CPU time (s) 290.38
Current children cumulated vsize (KiB) 153220

[startup+293.502 s]
/proc/loadavg: 2.36 2.31 2.12 3/76 1811
/proc/meminfo: memFree=1060608/2055920 swapFree=4179464/4192956
[pid=1728] ppid=1726 vsize=47580 CPUtime=282.48
/proc/1728/stat : 1728 (galacE.sh) S 1726 1728 1212 0 -1 4194304 799 38054 0 1 0 0 28178 70 17 0 1 0 2001930581 48721920 364 996147200 4194304 4520092 548682068832 18446744073709551615 214919474010 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/1728/statm: 11895 364 245 79 0 219 0
[pid=1811] ppid=1728 vsize=110784 CPUtime=8.7
/proc/1811/stat : 1811 (eSAT_static) R 1728 1728 1212 0 -1 4194304 25547 0 0 0 852 18 0 0 25 0 1 0 2001959052 113442816 25529 996147200 134512640 135177480 4294955968 18446744073709551615 134537729 0 0 4096 3 0 0 0 17 1 0 0
/proc/1811/statm: 27696 25529 74 162 0 27531 0
Current children cumulated CPU time (s) 291.18
Current children cumulated vsize (KiB) 158364

[startup+293.902 s]
/proc/loadavg: 2.36 2.31 2.12 3/76 1811
/proc/meminfo: memFree=1057088/2055920 swapFree=4179464/4192956
[pid=1728] ppid=1726 vsize=47580 CPUtime=282.48
/proc/1728/stat : 1728 (galacE.sh) S 1726 1728 1212 0 -1 4194304 799 38054 0 1 0 0 28178 70 17 0 1 0 2001930581 48721920 364 996147200 4194304 4520092 548682068832 18446744073709551615 214919474010 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/1728/statm: 11895 364 245 79 0 219 0
[pid=1811] ppid=1728 vsize=110784 CPUtime=9.09
/proc/1811/stat : 1811 (eSAT_static) R 1728 1728 1212 0 -1 4194304 25547 0 0 0 891 18 0 0 25 0 1 0 2001959052 113442816 25529 996147200 134512640 135177480 4294955968 18446744073709551615 134537527 0 0 4096 3 0 0 0 17 1 0 0
/proc/1811/statm: 27696 25529 74 162 0 27531 0
Current children cumulated CPU time (s) 291.57
Current children cumulated vsize (KiB) 158364

[startup+294.302 s]
/proc/loadavg: 2.36 2.31 2.12 3/76 1811
/proc/meminfo: memFree=1057088/2055920 swapFree=4179464/4192956
[pid=1728] ppid=1726 vsize=47580 CPUtime=282.48
/proc/1728/stat : 1728 (galacE.sh) S 1726 1728 1212 0 -1 4194304 799 38054 0 1 0 0 28178 70 17 0 1 0 2001930581 48721920 364 996147200 4194304 4520092 548682068832 18446744073709551615 214919474010 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/1728/statm: 11895 364 245 79 0 219 0
[pid=1811] ppid=1728 vsize=110904 CPUtime=9.49
/proc/1811/stat : 1811 (eSAT_static) R 1728 1728 1212 0 -1 4194304 25645 0 0 0 931 18 0 0 25 0 1 0 2001959052 113565696 25592 996147200 134512640 135177480 4294955968 18446744073709551615 134741469 0 0 4096 3 0 0 0 17 1 0 0
/proc/1811/statm: 27726 25592 74 162 0 27561 0
Current children cumulated CPU time (s) 291.97
Current children cumulated vsize (KiB) 158484

[startup+294.402 s]
/proc/loadavg: 2.36 2.31 2.12 3/76 1811
/proc/meminfo: memFree=1057088/2055920 swapFree=4179464/4192956
[pid=1728] ppid=1726 vsize=47580 CPUtime=292.06
/proc/1728/stat : 1728 (galacE.sh) S 1726 1728 1212 0 -1 4194304 833 63720 0 1 0 0 29116 90 16 0 1 0 2001930581 48721920 364 996147200 4194304 4520092 548682068832 18446744073709551615 214919474010 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/1728/statm: 11895 364 245 79 0 219 0
Current children cumulated CPU time (s) 292.06
Current children cumulated vsize (KiB) 47580

Child status: 0
Real time (s): 294.418
CPU time (s): 292.112
CPU user time (s): 291.174
CPU system time (s): 0.937857
CPU usage (%): 99.2166
Max. virtual memory (cumulated for all children) (KiB): 860676

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 291.174
system time used= 0.937857
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 64708
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= 10855
involuntary context switches= 12263

runsolver used 0.377942 second user time and 0.997848 second system time

The end

Launcher Data (download as text)

Begin job on node10 at 2008-07-05 05:45:57
IDJOB=1083966
IDBENCH=57517
IDSOLVER=351
FILE ID=node10/1083966-1215229557
PBS_JOBID= 7881869
Free space on /tmp= 66508 MiB

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

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= d7cebb3d1eb044a9483fdd1ea1c74095
RANDOM SEED=640082057

node10.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.229
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.229
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5586.94
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1468232 kB
Buffers:         73340 kB
Cached:         253680 kB
SwapCached:       7540 kB
Active:         408372 kB
Inactive:       119292 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1468232 kB
SwapTotal:     4192956 kB
SwapFree:      4179464 kB
Dirty:            4176 kB
Writeback:           0 kB
Mapped:         217012 kB
Slab:            44656 kB
Committed_AS:  4214772 kB
PageTables:       2336 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= 66368 MiB
End job on node10 at 2008-07-05 05:50:52