Trace number 1078127

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 1117.14 1119.94

General information on the benchmark

Namecsp/rand-3-20-20-fcd/
normalized-rand-3-20-20-60-632-fcd-21_ext.xml
MD5SUM97369210ec8c098429d86baf3771a497
Bench CategoryN-ARY-EXT (n-ary constraints in extension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark5.50816
Satisfiable
(Un)Satisfiability was proved
Number of variables20
Number of constraints58
Maximum constraint arity3
Maximum domain size20
Number of constraints which are defined in extension58
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.03	c --- Preproc Stats ---
1.74/1.81	c start processing
1.74/1.81	c start relation processing
4.81/4.92	c start cnf exporting
17.11/17.34	c parsing time : 1.687
17.11/17.34	c preprocessing time : 17.221
17.11/17.34	
17.11/17.34	c Nary constraints - conflicts : 0 supports : 58
17.11/17.34	c Binary constraints - conflicts : 0 supports :0
17.11/17.34	c max arity constraint : 3
17.11/17.34	c Max Tuples generated 0
17.11/17.34	c relations : 58
17.11/17.34	c relations BDD: 58
17.11/17.34	c sampling 0/0
17.11/17.35	c vars : 128728 - clauses :  411224
17.11/17.35	
17.17/17.41	 
17.17/17.41	c --- SAT Solver Stats ---
17.17/17.41	 
17.17/17.41	c eSAT 0.1 : minisat core with additionnal features
17.17/17.42	c ============================[ Problem Statistics ]=============================
17.17/17.42	c |                                                                             |
17.17/17.42	c |  Number of variables:  128727                                               |
17.17/17.42	c |  Number of clauses:    411224                                               |
17.56/17.87	c |  Parsing time:         0.40         s                                       |
1114.93/1117.77	c restarts              : 865
1114.93/1117.77	c conflicts             : 441571         (402 /sec)
1114.93/1117.77	c decisions             : 1026181        (3.14 % random) (935 /sec)
1114.93/1117.77	c euip                  : 63363       
1114.93/1117.77	c propagations          : 673904256      (613969 /sec)
1114.93/1117.77	c conflict literals     : 24826643       (23.46 % deleted)
1114.93/1117.77	c Memory used           : 98.98 MB
1114.93/1117.77	c CPU time              : 1097.62 s
1114.93/1117.77	c 
1115.03/1117.81	s SATISFIABLE
1117.09/1119.92	v 3 5 0 15 13 18 4 10 2 1 3 3 6 7 18 12 17 16 15 0

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-1078127-1215205666/watcher-1078127-1215205666 -o /tmp/evaluation-result-1078127-1215205666/solver-1078127-1215205666 -C 1800 -W 2200 -M 900 --output-limit 1,15 HOME/galacE.sh HOME/instance-1078127-1215205666.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.00 1.99 1.96 4/74 24850
/proc/meminfo: memFree=1804760/2055920 swapFree=4180396/4192956
[pid=24850] ppid=24848 vsize=5268 CPUtime=0
/proc/24850/stat : 24850 (galacE.sh) R 24848 24850 23855 0 -1 4194304 222 0 0 0 0 0 0 0 20 0 1 0 1999539518 5394432 186 996147200 4194304 4520092 548682068832 18446744073709551615 264837854601 0 0 4096 8192 0 0 0 17 1 0 0
/proc/24850/statm: 1317 186 139 79 0 121 0

[startup+0.0216029 s]
/proc/loadavg: 2.00 1.99 1.96 4/74 24850
/proc/meminfo: memFree=1804760/2055920 swapFree=4180396/4192956
[pid=24850] ppid=24848 vsize=8748 CPUtime=0
/proc/24850/stat : 24850 (galacE.sh) S 24848 24850 23855 0 -1 4194304 454 948 0 0 0 0 0 0 17 0 1 0 1999539518 8957952 312 996147200 4194304 4520092 548682068832 18446744073709551615 264840080218 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/24850/statm: 2187 312 217 79 0 180 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8748

[startup+0.101831 s]
/proc/loadavg: 2.00 1.99 1.96 4/74 24850
/proc/meminfo: memFree=1804760/2055920 swapFree=4180396/4192956
[pid=24850] ppid=24848 vsize=47568 CPUtime=0.01
/proc/24850/stat : 24850 (galacE.sh) S 24848 24850 23855 0 -1 4194304 764 1697 0 0 0 0 0 1 18 0 1 0 1999539518 48709632 363 996147200 4194304 4520092 548682068832 18446744073709551615 264840080218 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/24850/statm: 11892 363 244 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47568

[startup+0.30285 s]
/proc/loadavg: 2.00 1.99 1.96 4/74 24850
/proc/meminfo: memFree=1804760/2055920 swapFree=4180396/4192956
[pid=24850] ppid=24848 vsize=47568 CPUtime=0.01
/proc/24850/stat : 24850 (galacE.sh) S 24848 24850 23855 0 -1 4194304 764 1697 0 0 0 0 0 1 18 0 1 0 1999539518 48709632 363 996147200 4194304 4520092 548682068832 18446744073709551615 264840080218 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/24850/statm: 11892 363 244 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47568

[startup+0.702897 s]
/proc/loadavg: 2.00 1.99 1.96 4/74 24850
/proc/meminfo: memFree=1804760/2055920 swapFree=4180396/4192956
[pid=24850] ppid=24848 vsize=47568 CPUtime=0.01
/proc/24850/stat : 24850 (galacE.sh) S 24848 24850 23855 0 -1 4194304 764 1697 0 0 0 0 0 1 18 0 1 0 1999539518 48709632 363 996147200 4194304 4520092 548682068832 18446744073709551615 264840080218 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/24850/statm: 11892 363 244 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47568

[startup+1.50198 s]
/proc/loadavg: 2.00 1.99 1.96 3/84 24872
/proc/meminfo: memFree=1734664/2055920 swapFree=4180396/4192956
[pid=24850] ppid=24848 vsize=47568 CPUtime=0.01
/proc/24850/stat : 24850 (galacE.sh) S 24848 24850 23855 0 -1 4194304 764 1697 0 0 0 0 0 1 18 0 1 0 1999539518 48709632 363 996147200 4194304 4520092 548682068832 18446744073709551615 264840080218 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/24850/statm: 11892 363 244 79 0 219 0
[pid=24864] ppid=24850 vsize=812628 CPUtime=1.44
/proc/24864/stat : 24864 (java) S 24850 24850 23855 0 -1 0 21752 0 1 0 131 13 0 0 18 0 9 0 1999539522 832131072 21177 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24864/statm: 203157 21177 1880 9 0 197138 0
[pid=24864/tid=24865] ppid=24850 vsize=812628 CPUtime=1.2
/proc/24864/task/24865/stat : 24865 (java) R 24850 24850 23855 0 -1 64 14457 0 1 0 111 9 0 0 25 0 9 0 1999539523 832131072 21177 996147200 134512640 134550740 4294955600 18446744073709551615 4126659844 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24864/tid=24866] ppid=24850 vsize=812628 CPUtime=0.08
/proc/24864/task/24866/stat : 24866 (java) S 24850 24850 23855 0 -1 64 5846 0 0 0 6 2 0 0 16 0 9 0 1999539524 832131072 21177 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=24864/tid=24867] ppid=24850 vsize=812628 CPUtime=0
/proc/24864/task/24867/stat : 24867 (java) S 24850 24850 23855 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1999539525 832131072 21177 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24864/tid=24868] ppid=24850 vsize=812628 CPUtime=0
/proc/24864/task/24868/stat : 24868 (java) S 24850 24850 23855 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 1999539525 832131072 21177 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24864/tid=24869] ppid=24850 vsize=812628 CPUtime=0
/proc/24864/task/24869/stat : 24869 (java) S 24850 24850 23855 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 1999539527 832131072 21177 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24864/tid=24870] ppid=24850 vsize=812628 CPUtime=0.13
/proc/24864/task/24870/stat : 24870 (java) S 24850 24850 23855 0 -1 64 750 0 0 0 13 0 0 0 16 0 9 0 1999539527 832131072 21177 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24864/tid=24871] ppid=24850 vsize=812628 CPUtime=0
/proc/24864/task/24871/stat : 24871 (java) S 24850 24850 23855 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1999539527 832131072 21177 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24864/tid=24872] ppid=24850 vsize=812628 CPUtime=0
/proc/24864/task/24872/stat : 24872 (java) S 24850 24850 23855 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1999539527 832131072 21177 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) 860196

[startup+3.10115 s]
/proc/loadavg: 2.16 2.03 1.97 3/84 24872
/proc/meminfo: memFree=1721224/2055920 swapFree=4180396/4192956
[pid=24850] ppid=24848 vsize=47568 CPUtime=0.01
/proc/24850/stat : 24850 (galacE.sh) S 24848 24850 23855 0 -1 4194304 764 1697 0 0 0 0 0 1 18 0 1 0 1999539518 48709632 363 996147200 4194304 4520092 548682068832 18446744073709551615 264840080218 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/24850/statm: 11892 363 244 79 0 219 0
[pid=24864] ppid=24850 vsize=812736 CPUtime=3.02
/proc/24864/stat : 24864 (java) S 24850 24850 23855 0 -1 0 23025 0 1 0 288 14 0 0 18 0 9 0 1999539522 832241664 22447 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24864/statm: 203184 22447 1885 9 0 197165 0
[pid=24864/tid=24865] ppid=24850 vsize=812736 CPUtime=2.71
/proc/24864/task/24865/stat : 24865 (java) R 24850 24850 23855 0 -1 64 14482 0 1 0 262 9 0 0 25 0 9 0 1999539523 832241664 22447 996147200 134512640 134550740 4294955600 18446744073709551615 4126847976 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24864/tid=24866] ppid=24850 vsize=812736 CPUtime=0.12
/proc/24864/task/24866/stat : 24866 (java) S 24850 24850 23855 0 -1 64 7069 0 0 0 9 3 0 0 17 0 9 0 1999539524 832241664 22447 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=24864/tid=24867] ppid=24850 vsize=812736 CPUtime=0
/proc/24864/task/24867/stat : 24867 (java) S 24850 24850 23855 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1999539525 832241664 22447 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24864/tid=24868] ppid=24850 vsize=812736 CPUtime=0
/proc/24864/task/24868/stat : 24868 (java) S 24850 24850 23855 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 1999539525 832241664 22447 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24864/tid=24869] ppid=24850 vsize=812736 CPUtime=0
/proc/24864/task/24869/stat : 24869 (java) S 24850 24850 23855 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 1999539527 832241664 22447 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24864/tid=24870] ppid=24850 vsize=812736 CPUtime=0.16
/proc/24864/task/24870/stat : 24870 (java) S 24850 24850 23855 0 -1 64 775 0 0 0 16 0 0 0 15 0 9 0 1999539527 832241664 22447 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24864/tid=24871] ppid=24850 vsize=812736 CPUtime=0
/proc/24864/task/24871/stat : 24871 (java) S 24850 24850 23855 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1999539527 832241664 22447 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24864/tid=24872] ppid=24850 vsize=812736 CPUtime=0
/proc/24864/task/24872/stat : 24872 (java) S 24850 24850 23855 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1999539527 832241664 22447 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.03
Current children cumulated vsize (KiB) 860304

[startup+6.30247 s]
/proc/loadavg: 2.16 2.03 1.97 3/84 24872
/proc/meminfo: memFree=1685576/2055920 swapFree=4180396/4192956
[pid=24850] ppid=24848 vsize=47568 CPUtime=0.01
/proc/24850/stat : 24850 (galacE.sh) S 24848 24850 23855 0 -1 4194304 764 1697 0 0 0 0 0 1 18 0 1 0 1999539518 48709632 363 996147200 4194304 4520092 548682068832 18446744073709551615 264840080218 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/24850/statm: 11892 363 244 79 0 219 0
[pid=24864] ppid=24850 vsize=812736 CPUtime=6.19
/proc/24864/stat : 24864 (java) S 24850 24850 23855 0 -1 0 36440 0 1 0 597 22 0 0 18 0 9 0 1999539522 832241664 35854 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24864/statm: 203184 35854 1906 9 0 197165 0
[pid=24864/tid=24865] ppid=24850 vsize=812736 CPUtime=5.11
/proc/24864/task/24865/stat : 24865 (java) R 24850 24850 23855 0 -1 64 14530 0 1 0 501 10 0 0 25 0 9 0 1999539523 832241664 35854 996147200 134512640 134550740 4294955600 18446744073709551615 4126693687 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24864/tid=24866] ppid=24850 vsize=812736 CPUtime=0.82
/proc/24864/task/24866/stat : 24866 (java) S 24850 24850 23855 0 -1 64 20392 0 0 0 72 10 0 0 16 0 9 0 1999539524 832241664 35854 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=24864/tid=24867] ppid=24850 vsize=812736 CPUtime=0
/proc/24864/task/24867/stat : 24867 (java) S 24850 24850 23855 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1999539525 832241664 35854 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24864/tid=24868] ppid=24850 vsize=812736 CPUtime=0
/proc/24864/task/24868/stat : 24868 (java) S 24850 24850 23855 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 1999539525 832241664 35854 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24864/tid=24869] ppid=24850 vsize=812736 CPUtime=0
/proc/24864/task/24869/stat : 24869 (java) S 24850 24850 23855 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 1999539527 832241664 35854 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24864/tid=24870] ppid=24850 vsize=812736 CPUtime=0.22
/proc/24864/task/24870/stat : 24870 (java) S 24850 24850 23855 0 -1 64 819 0 0 0 22 0 0 0 15 0 9 0 1999539527 832241664 35854 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24864/tid=24871] ppid=24850 vsize=812736 CPUtime=0
/proc/24864/task/24871/stat : 24871 (java) S 24850 24850 23855 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1999539527 832241664 35854 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24864/tid=24872] ppid=24850 vsize=812736 CPUtime=0
/proc/24864/task/24872/stat : 24872 (java) S 24850 24850 23855 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1999539527 832241664 35854 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.2
Current children cumulated vsize (KiB) 860304

[startup+12.7011 s]
/proc/loadavg: 2.13 2.03 1.97 4/80 24885
/proc/meminfo: memFree=1694632/2055920 swapFree=4180396/4192956
[pid=24850] ppid=24848 vsize=47568 CPUtime=0.01
/proc/24850/stat : 24850 (galacE.sh) S 24848 24850 23855 0 -1 4194304 764 1697 0 0 0 0 0 1 18 0 1 0 1999539518 48709632 363 996147200 4194304 4520092 548682068832 18446744073709551615 264840080218 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/24850/statm: 11892 363 244 79 0 219 0
[pid=24864] ppid=24850 vsize=812736 CPUtime=12.52
/proc/24864/stat : 24864 (java) S 24850 24850 23855 0 -1 0 36452 0 1 0 1229 23 0 0 18 0 9 0 1999539522 832241664 35854 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24864/statm: 203184 35854 1906 9 0 197165 0
[pid=24864/tid=24865] ppid=24850 vsize=812736 CPUtime=11.44
/proc/24864/task/24865/stat : 24865 (java) R 24850 24850 23855 0 -1 64 14542 0 1 0 1133 11 0 0 25 0 9 0 1999539523 832241664 35854 996147200 134512640 134550740 4294955600 18446744073709551615 104689078 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24864/tid=24866] ppid=24850 vsize=812736 CPUtime=0.83
/proc/24864/task/24866/stat : 24866 (java) S 24850 24850 23855 0 -1 64 20392 0 0 0 73 10 0 0 16 0 9 0 1999539524 832241664 35854 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=24864/tid=24867] ppid=24850 vsize=812736 CPUtime=0
/proc/24864/task/24867/stat : 24867 (java) S 24850 24850 23855 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1999539525 832241664 35854 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24864/tid=24868] ppid=24850 vsize=812736 CPUtime=0
/proc/24864/task/24868/stat : 24868 (java) S 24850 24850 23855 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 1999539525 832241664 35854 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24864/tid=24869] ppid=24850 vsize=812736 CPUtime=0
/proc/24864/task/24869/stat : 24869 (java) S 24850 24850 23855 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 1999539527 832241664 35854 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24864/tid=24870] ppid=24850 vsize=812736 CPUtime=0.22
/proc/24864/task/24870/stat : 24870 (java) S 24850 24850 23855 0 -1 64 819 0 0 0 22 0 0 0 15 0 9 0 1999539527 832241664 35854 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24864/tid=24871] ppid=24850 vsize=812736 CPUtime=0
/proc/24864/task/24871/stat : 24871 (java) S 24850 24850 23855 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1999539527 832241664 35854 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24864/tid=24872] ppid=24850 vsize=812736 CPUtime=0
/proc/24864/task/24872/stat : 24872 (java) S 24850 24850 23855 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1999539527 832241664 35854 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.53
Current children cumulated vsize (KiB) 860304

[startup+25.5024 s]
/proc/loadavg: 2.11 2.03 1.97 3/82 24922
/proc/meminfo: memFree=1690456/2055920 swapFree=4180396/4192956
[pid=24850] ppid=24848 vsize=47568 CPUtime=17.19
/proc/24850/stat : 24850 (galacE.sh) S 24848 24850 23855 0 -1 4194304 798 38171 0 1 0 0 1689 30 17 0 1 0 1999539518 48709632 363 996147200 4194304 4520092 548682068832 18446744073709551615 264840080218 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/24850/statm: 11892 363 244 79 0 219 0
[pid=24922] ppid=24850 vsize=75484 CPUtime=8
/proc/24922/stat : 24922 (eSAT_static) R 24850 24850 23855 0 -1 4194304 20256 0 0 0 790 10 0 0 25 0 1 0 1999541260 77295616 18204 996147200 134512640 135177480 4294955968 18446744073709551615 134565260 0 0 4096 3 0 0 0 17 1 0 0
/proc/24922/statm: 18871 18204 80 162 0 18706 0
Current children cumulated CPU time (s) 25.19
Current children cumulated vsize (KiB) 123052

[startup+51.1021 s]
/proc/loadavg: 2.07 2.02 1.97 3/82 24922
/proc/meminfo: memFree=1690520/2055920 swapFree=4180396/4192956
[pid=24850] ppid=24848 vsize=47568 CPUtime=17.19
/proc/24850/stat : 24850 (galacE.sh) S 24848 24850 23855 0 -1 4194304 798 38171 0 1 0 0 1689 30 17 0 1 0 1999539518 48709632 363 996147200 4194304 4520092 548682068832 18446744073709551615 264840080218 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/24850/statm: 11892 363 244 79 0 219 0
[pid=24922] ppid=24850 vsize=75484 CPUtime=33.36
/proc/24922/stat : 24922 (eSAT_static) R 24850 24850 23855 0 -1 4194304 20257 0 0 0 3326 10 0 0 25 0 1 0 1999541260 77295616 18205 996147200 134512640 135177480 4294955968 18446744073709551615 134565260 0 0 4096 3 0 0 0 17 1 0 0
/proc/24922/statm: 18871 18205 80 162 0 18706 0
Current children cumulated CPU time (s) 50.55
Current children cumulated vsize (KiB) 123052

[startup+102.306 s]
/proc/loadavg: 2.03 2.02 1.97 3/82 24922
/proc/meminfo: memFree=1690392/2055920 swapFree=4180396/4192956
[pid=24850] ppid=24848 vsize=47568 CPUtime=17.19
/proc/24850/stat : 24850 (galacE.sh) S 24848 24850 23855 0 -1 4194304 798 38171 0 1 0 0 1689 30 17 0 1 0 1999539518 48709632 363 996147200 4194304 4520092 548682068832 18446744073709551615 264840080218 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/24850/statm: 11892 363 244 79 0 219 0
[pid=24922] ppid=24850 vsize=75484 CPUtime=84.08
/proc/24922/stat : 24922 (eSAT_static) R 24850 24850 23855 0 -1 4194304 20276 0 0 0 8398 10 0 0 25 0 1 0 1999541260 77295616 18224 996147200 134512640 135177480 4294955968 18446744073709551615 134565260 0 0 4096 3 0 0 0 17 1 0 0

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

/proc/24922/statm: 25092 24318 80 162 0 24927 0
Current children cumulated CPU time (s) 939.6
Current children cumulated vsize (KiB) 147936

[startup+1002.3 s]
/proc/loadavg: 2.13 2.05 1.99 3/75 24998
/proc/meminfo: memFree=1635728/2055920 swapFree=4180396/4192956
[pid=24850] ppid=24848 vsize=47568 CPUtime=17.19
/proc/24850/stat : 24850 (galacE.sh) S 24848 24850 23855 0 -1 4194304 798 38171 0 1 0 0 1689 30 17 0 1 0 1999539518 48709632 363 996147200 4194304 4520092 548682068832 18446744073709551615 264840080218 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/24850/statm: 11892 363 244 79 0 219 0
[pid=24922] ppid=24850 vsize=100368 CPUtime=982.39
/proc/24922/stat : 24922 (eSAT_static) R 24850 24850 23855 0 -1 4194304 26375 0 0 0 98220 19 0 0 25 0 1 0 1999541260 102776832 24323 996147200 134512640 135177480 4294955968 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 0 0 0
/proc/24922/statm: 25092 24323 80 162 0 24927 0
Current children cumulated CPU time (s) 999.58
Current children cumulated vsize (KiB) 147936

[startup+1062.3 s]
/proc/loadavg: 2.12 2.05 2.00 3/75 24998
/proc/meminfo: memFree=1631312/2055920 swapFree=4180396/4192956
[pid=24850] ppid=24848 vsize=47568 CPUtime=17.19
/proc/24850/stat : 24850 (galacE.sh) S 24848 24850 23855 0 -1 4194304 798 38171 0 1 0 0 1689 30 17 0 1 0 1999539518 48709632 363 996147200 4194304 4520092 548682068832 18446744073709551615 264840080218 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/24850/statm: 11892 363 244 79 0 219 0
[pid=24922] ppid=24850 vsize=100548 CPUtime=1042.36
/proc/24922/stat : 24922 (eSAT_static) R 24850 24850 23855 0 -1 4194304 26428 0 0 0 104217 19 0 0 25 0 1 0 1999541260 102961152 24376 996147200 134512640 135177480 4294955968 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 0 0 0
/proc/24922/statm: 25137 24376 80 162 0 24972 0
Current children cumulated CPU time (s) 1059.55
Current children cumulated vsize (KiB) 148116

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

[startup+1075.1 s]
/proc/loadavg: 2.10 2.05 2.00 3/75 24998
/proc/meminfo: memFree=1630096/2055920 swapFree=4180396/4192956
[pid=24850] ppid=24848 vsize=47568 CPUtime=17.19
/proc/24850/stat : 24850 (galacE.sh) S 24848 24850 23855 0 -1 4194304 798 38171 0 1 0 0 1689 30 17 0 1 0 1999539518 48709632 363 996147200 4194304 4520092 548682068832 18446744073709551615 264840080218 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/24850/statm: 11892 363 244 79 0 219 0
[pid=24922] ppid=24850 vsize=100832 CPUtime=1055.16
/proc/24922/stat : 24922 (eSAT_static) R 24850 24850 23855 0 -1 4194304 26478 0 0 0 105497 19 0 0 25 0 1 0 1999541260 103251968 24426 996147200 134512640 135177480 4294955968 18446744073709551615 134565480 0 0 4096 3 0 0 0 17 0 0 0
/proc/24922/statm: 25208 24426 80 162 0 25043 0
Current children cumulated CPU time (s) 1072.35
Current children cumulated vsize (KiB) 148400

[startup+1100.7 s]
/proc/loadavg: 2.06 2.04 2.00 3/75 24998
/proc/meminfo: memFree=1627856/2055920 swapFree=4180396/4192956
[pid=24850] ppid=24848 vsize=47568 CPUtime=17.19
/proc/24850/stat : 24850 (galacE.sh) S 24848 24850 23855 0 -1 4194304 798 38171 0 1 0 0 1689 30 17 0 1 0 1999539518 48709632 363 996147200 4194304 4520092 548682068832 18446744073709551615 264840080218 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/24850/statm: 11892 363 244 79 0 219 0
[pid=24922] ppid=24850 vsize=101224 CPUtime=1080.75
/proc/24922/stat : 24922 (eSAT_static) R 24850 24850 23855 0 -1 4194304 26552 0 0 0 108056 19 0 0 25 0 1 0 1999541260 103653376 24500 996147200 134512640 135177480 4294955968 18446744073709551615 134565457 0 0 4096 3 0 0 0 17 0 0 0
/proc/24922/statm: 25306 24500 80 162 0 25141 0
Current children cumulated CPU time (s) 1097.94
Current children cumulated vsize (KiB) 148792

[startup+1113.5 s]
/proc/loadavg: 2.13 2.06 2.00 3/75 24998
/proc/meminfo: memFree=1626832/2055920 swapFree=4180396/4192956
[pid=24850] ppid=24848 vsize=47568 CPUtime=17.19
/proc/24850/stat : 24850 (galacE.sh) S 24848 24850 23855 0 -1 4194304 798 38171 0 1 0 0 1689 30 17 0 1 0 1999539518 48709632 363 996147200 4194304 4520092 548682068832 18446744073709551615 264840080218 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/24850/statm: 11892 363 244 79 0 219 0
[pid=24922] ppid=24850 vsize=101224 CPUtime=1093.54
/proc/24922/stat : 24922 (eSAT_static) R 24850 24850 23855 0 -1 4194304 26558 0 0 0 109335 19 0 0 25 0 1 0 1999541260 103653376 24506 996147200 134512640 135177480 4294955968 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 0 0 0
/proc/24922/statm: 25306 24506 80 162 0 25141 0
Current children cumulated CPU time (s) 1110.73
Current children cumulated vsize (KiB) 148792

[startup+1116.7 s]
/proc/loadavg: 2.12 2.06 2.00 3/75 24998
/proc/meminfo: memFree=1626704/2055920 swapFree=4180396/4192956
[pid=24850] ppid=24848 vsize=47568 CPUtime=17.19
/proc/24850/stat : 24850 (galacE.sh) S 24848 24850 23855 0 -1 4194304 798 38171 0 1 0 0 1689 30 17 0 1 0 1999539518 48709632 363 996147200 4194304 4520092 548682068832 18446744073709551615 264840080218 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/24850/statm: 11892 363 244 79 0 219 0
[pid=24922] ppid=24850 vsize=101224 CPUtime=1096.74
/proc/24922/stat : 24922 (eSAT_static) R 24850 24850 23855 0 -1 4194304 26562 0 0 0 109655 19 0 0 25 0 1 0 1999541260 103653376 24510 996147200 134512640 135177480 4294955968 18446744073709551615 134565457 0 0 4096 3 0 0 0 17 0 0 0
/proc/24922/statm: 25306 24510 80 162 0 25141 0
Current children cumulated CPU time (s) 1113.93
Current children cumulated vsize (KiB) 148792

[startup+1118.3 s]
/proc/loadavg: 2.12 2.06 2.00 3/75 24998
/proc/meminfo: memFree=1626640/2055920 swapFree=4180396/4192956
[pid=24850] ppid=24848 vsize=47568 CPUtime=1115.07
/proc/24850/stat : 24850 (galacE.sh) S 24848 24850 23855 0 -1 4194304 834 64919 0 1 0 0 111455 52 16 0 1 0 1999539518 48709632 364 996147200 4194304 4520092 548682068832 18446744073709551615 264840642642 0 0 4096 73728 18446744071563648864 0 0 17 0 0 0
/proc/24850/statm: 11892 364 244 79 0 219 0
Current children cumulated CPU time (s) 1115.07
Current children cumulated vsize (KiB) 47568

[startup+1119.1 s]
/proc/loadavg: 2.12 2.06 2.00 3/83 25007
/proc/meminfo: memFree=1668880/2055920 swapFree=4180396/4192956
[pid=24850] ppid=24848 vsize=47568 CPUtime=1115.07
/proc/24850/stat : 24850 (galacE.sh) S 24848 24850 23855 0 -1 4194304 834 64919 0 1 0 0 111455 52 16 0 1 0 1999539518 48709632 364 996147200 4194304 4520092 548682068832 18446744073709551615 264840642642 0 0 4096 73728 18446744071563648864 0 0 17 0 0 0
/proc/24850/statm: 11892 364 244 79 0 219 0
[pid=24999] ppid=24850 vsize=812644 CPUtime=1.24
/proc/24999/stat : 24999 (java) S 24850 24850 23855 0 -1 0 16214 0 1 0 114 10 0 0 20 0 9 0 1999651301 832147456 15632 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 3670016 16800975 18446744073709551615 0 0 17 0 0 0
/proc/24999/statm: 203161 15632 1866 9 0 197142 0
[pid=24999/tid=25000] ppid=24850 vsize=812644 CPUtime=1.1
/proc/24999/task/25000/stat : 25000 (java) R 24850 24850 23855 0 -1 64 14366 0 1 0 101 9 0 0 25 0 9 0 1999651303 832147456 15632 996147200 134512640 134550740 4294955616 18446744073709551615 4126728497 0 4 3670016 16800975 0 0 0 -1 0 0 0
[pid=24999/tid=25001] ppid=24850 vsize=812644 CPUtime=0.01
/proc/24999/task/25001/stat : 25001 (java) S 24850 24850 23855 0 -1 64 361 0 0 0 1 0 0 0 16 0 9 0 1999651304 832147456 15632 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 3670016 16800975 0 0 0 -1 0 0 0
[pid=24999/tid=25002] ppid=24850 vsize=812644 CPUtime=0
/proc/24999/task/25002/stat : 25002 (java) S 24850 24850 23855 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 1999651305 832147456 15632 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 0 0 0
[pid=24999/tid=25003] ppid=24850 vsize=812644 CPUtime=0
/proc/24999/task/25003/stat : 25003 (java) S 24850 24850 23855 0 -1 64 10 0 0 0 0 0 0 0 15 0 9 0 1999651305 832147456 15632 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 0 0 0
[pid=24999/tid=25004] ppid=24850 vsize=812644 CPUtime=0
/proc/24999/task/25004/stat : 25004 (java) S 24850 24850 23855 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 1999651307 832147456 15632 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 0 0 0
[pid=24999/tid=25005] ppid=24850 vsize=812644 CPUtime=0.11
/proc/24999/task/25005/stat : 25005 (java) S 24850 24850 23855 0 -1 64 772 0 0 0 11 0 0 0 16 0 9 0 1999651307 832147456 15632 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 0 0 0
[pid=24999/tid=25006] ppid=24850 vsize=812644 CPUtime=0
/proc/24999/task/25006/stat : 25006 (java) S 24850 24850 23855 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 1999651307 832147456 15632 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 0 0 0
[pid=24999/tid=25007] ppid=24850 vsize=812644 CPUtime=0
/proc/24999/task/25007/stat : 25007 (java) S 24850 24850 23855 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1999651307 832147456 15632 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1116.31
Current children cumulated vsize (KiB) 860212

[startup+1119.5 s]
/proc/loadavg: 2.12 2.06 2.00 3/83 25007
/proc/meminfo: memFree=1668880/2055920 swapFree=4180396/4192956
[pid=24850] ppid=24848 vsize=47568 CPUtime=1115.07
/proc/24850/stat : 24850 (galacE.sh) S 24848 24850 23855 0 -1 4194304 834 64919 0 1 0 0 111455 52 16 0 1 0 1999539518 48709632 364 996147200 4194304 4520092 548682068832 18446744073709551615 264840642642 0 0 4096 73728 18446744071563648864 0 0 17 0 0 0
/proc/24850/statm: 11892 364 244 79 0 219 0
[pid=24999] ppid=24850 vsize=812756 CPUtime=1.64
/proc/24999/stat : 24999 (java) S 24850 24850 23855 0 -1 0 16389 0 1 0 153 11 0 0 20 0 9 0 1999651301 832262144 15768 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 3670016 16800975 18446744073709551615 0 0 17 0 0 0
/proc/24999/statm: 203189 15768 1922 9 0 197142 0
[pid=24999/tid=25000] ppid=24850 vsize=812756 CPUtime=1.46
/proc/24999/task/25000/stat : 25000 (java) R 24850 24850 23855 0 -1 64 14520 0 1 0 137 9 0 0 25 0 9 0 1999651303 832262144 15768 996147200 134512640 134550740 4294955616 18446744073709551615 4126592689 0 4 3670016 16800975 0 0 0 -1 0 0 0
[pid=24999/tid=25001] ppid=24850 vsize=812756 CPUtime=0.01
/proc/24999/task/25001/stat : 25001 (java) S 24850 24850 23855 0 -1 64 363 0 0 0 1 0 0 0 16 0 9 0 1999651304 832262144 15768 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 3670016 16800975 0 0 0 -1 0 0 0
[pid=24999/tid=25002] ppid=24850 vsize=812756 CPUtime=0
/proc/24999/task/25002/stat : 25002 (java) S 24850 24850 23855 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 1999651305 832262144 15768 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 0 0 0
[pid=24999/tid=25003] ppid=24850 vsize=812756 CPUtime=0
/proc/24999/task/25003/stat : 25003 (java) S 24850 24850 23855 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1999651305 832262144 15768 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 0 0 0
[pid=24999/tid=25004] ppid=24850 vsize=812756 CPUtime=0
/proc/24999/task/25004/stat : 25004 (java) S 24850 24850 23855 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 1999651307 832262144 15768 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 0 0 0
[pid=24999/tid=25005] ppid=24850 vsize=812756 CPUtime=0.14
/proc/24999/task/25005/stat : 25005 (java) S 24850 24850 23855 0 -1 64 791 0 0 0 14 0 0 0 16 0 9 0 1999651307 832262144 15768 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 0 0 0
[pid=24999/tid=25006] ppid=24850 vsize=812756 CPUtime=0
/proc/24999/task/25006/stat : 25006 (java) S 24850 24850 23855 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 1999651307 832262144 15768 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 0 0 0
[pid=24999/tid=25007] ppid=24850 vsize=812756 CPUtime=0
/proc/24999/task/25007/stat : 25007 (java) S 24850 24850 23855 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1999651307 832262144 15768 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1116.71
Current children cumulated vsize (KiB) 860324

[startup+1119.9 s]
/proc/loadavg: 2.12 2.06 2.00 3/83 25007
/proc/meminfo: memFree=1667920/2055920 swapFree=4180396/4192956
[pid=24850] ppid=24848 vsize=47568 CPUtime=1115.07
/proc/24850/stat : 24850 (galacE.sh) S 24848 24850 23855 0 -1 4194304 841 64919 0 1 0 0 111455 52 16 0 1 0 1999539518 48709632 365 996147200 4194304 4520092 548682068832 18446744073709551615 264840642642 0 0 4096 73728 18446744071563648864 0 0 17 0 0 0
/proc/24850/statm: 11892 365 244 79 0 219 0
[pid=24999] ppid=24850 vsize=812756 CPUtime=2.02
/proc/24999/stat : 24999 (java) S 24850 24850 23855 0 -1 0 16393 0 1 0 191 11 0 0 20 0 9 0 1999651301 832262144 15769 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 3670016 16800975 18446744073709551615 0 0 17 0 0 0
/proc/24999/statm: 203189 15769 1922 9 0 197142 0
[pid=24999/tid=25000] ppid=24850 vsize=812756 CPUtime=1.84
/proc/24999/task/25000/stat : 25000 (java) S 24850 24850 23855 0 -1 64 14524 0 1 0 174 10 0 0 25 0 9 0 1999651303 832262144 15769 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 0 0 0
[pid=24999/tid=25001] ppid=24850 vsize=812756 CPUtime=0.01
/proc/24999/task/25001/stat : 25001 (java) S 24850 24850 23855 0 -1 64 363 0 0 0 1 0 0 0 16 0 9 0 1999651304 832262144 15769 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 3670016 16800975 0 0 0 -1 0 0 0
[pid=24999/tid=25002] ppid=24850 vsize=812756 CPUtime=0
/proc/24999/task/25002/stat : 25002 (java) S 24850 24850 23855 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 1999651305 832262144 15769 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 0 0 0
[pid=24999/tid=25003] ppid=24850 vsize=812756 CPUtime=0
/proc/24999/task/25003/stat : 25003 (java) S 24850 24850 23855 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1999651305 832262144 15769 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 0 0 0
[pid=24999/tid=25004] ppid=24850 vsize=812756 CPUtime=0
/proc/24999/task/25004/stat : 25004 (java) S 24850 24850 23855 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 1999651307 832262144 15769 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 0 0 0
[pid=24999/tid=25005] ppid=24850 vsize=812756 CPUtime=0.14
/proc/24999/task/25005/stat : 25005 (java) S 24850 24850 23855 0 -1 64 791 0 0 0 14 0 0 0 16 0 9 0 1999651307 832262144 15769 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 0 0 0
[pid=24999/tid=25006] ppid=24850 vsize=812756 CPUtime=0
/proc/24999/task/25006/stat : 25006 (java) S 24850 24850 23855 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 1999651307 832262144 15769 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 0 0 0
[pid=24999/tid=25007] ppid=24850 vsize=812756 CPUtime=0
/proc/24999/task/25007/stat : 25007 (java) S 24850 24850 23855 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1999651307 832262144 15769 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1117.09
Current children cumulated vsize (KiB) 860324

Child status: 0
Real time (s): 1119.94
CPU time (s): 1117.14
CPU user time (s): 1116.48
CPU system time (s): 0.665898
CPU usage (%): 99.7507
Max. virtual memory (cumulated for all children) (KiB): 860324

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1116.48
system time used= 0.665898
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 82348
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= 2385
involuntary context switches= 15572

runsolver used 1.41778 second user time and 3.68844 second system time

The end

Launcher Data (download as text)

Begin job on node44 at 2008-07-04 23:07:47
IDJOB=1078127
IDBENCH=56762
IDSOLVER=351
FILE ID=node44/1078127-1215205666
PBS_JOBID= 7881708
Free space on /tmp= 66544 MiB

SOLVER NAME= galac E
BENCH NAME= CPAI08/csp/rand-3-20-20-fcd/normalized-rand-3-20-20-60-632-fcd-21_ext.xml
COMMAND LINE= HOME/galacE.sh BENCHNAME 
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1078127-1215205666/watcher-1078127-1215205666 -o /tmp/evaluation-result-1078127-1215205666/solver-1078127-1215205666 -C 1800 -W 2200 -M 900 --output-limit 1,15  HOME/galacE.sh HOME/instance-1078127-1215205666.xml 

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 97369210ec8c098429d86baf3771a497
RANDOM SEED=978794677

node44.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.213
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.213
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:       1805240 kB
Buffers:         19784 kB
Cached:         131048 kB
SwapCached:       6316 kB
Active:         159168 kB
Inactive:        30920 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1805240 kB
SwapTotal:     4192956 kB
SwapFree:      4180396 kB
Dirty:            4792 kB
Writeback:           0 kB
Mapped:          44876 kB
Slab:            45700 kB
Committed_AS:  3558548 kB
PageTables:       1884 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66536 MiB
End job on node44 at 2008-07-04 23:26:27