Trace number 1109906

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 NameAnswerNumber of falsified constraintsCPU timeWall clock time
Sugar v1.13+minisat? (MO) 167.886 182.001

General information on the benchmark

Namecsp/pseudo/mpsReduced/
normalized-mps-red-share2b.xml
MD5SUM8a721fe409f930a696bbe0a3be39d00f
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmarkMSAT TO
Best Number of falsified constraints11
Best CPU time to get the best result obtained on this benchmark3600.07
Satisfiable
(Un)Satisfiability was proved
Number of variables2370
Number of constraints109
Maximum constraint arity360
Maximum domain size2
Number of constraints which are defined in extension0
Number of constraints which are defined in intension109
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.05	c 0	Sugar v1-13 + HOME/minisat
0.00/0.05	c 0	BEGIN Fri Jul 11 23:59:38 2008
0.00/0.05	c 0	PID 12945
0.00/0.05	c 0	HOST node29.alineos.net
0.00/0.05	c 0	CONVERTING HOME/instance-1109906-1215813577.xml TO HOME/temp.csp
0.00/0.05	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1109906-1215813577.xml' 'HOME/temp.csp'
0.04/0.83	c 0	2 domains, 2370 variables, 55 predicates, 0 relations, 109 constraints
0.04/0.88	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.04/0.88	c 1	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -max -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
0.80/0.97	c 1	Parsing HOME/temp.csp
1.69/1.83	c 1	parsed 2536 expressions
1.69/1.83	c 1	Heap : 6 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
1.69/1.84	c 1	MAX CSP: 109 constraints
1.69/1.84	c 1	Converting to clausal form CSP
1.69/1.86	c 2	converted 265 (10%) expressions
1.69/1.87	c 2	converted 530 (20%) expressions
1.69/1.87	c 2	converted 795 (30%) expressions
1.69/1.88	c 2	converted 1060 (40%) expressions
1.69/1.88	c 2	converted 1324 (50%) expressions
1.69/1.89	c 2	converted 1589 (60%) expressions
1.69/1.89	c 2	converted 1854 (70%) expressions
1.69/1.89	c 2	converted 2119 (80%) expressions
1.69/1.89	c 2	converted 2384 (90%) expressions
3.85/4.03	c 4	converted 2648 (100%) expressions
3.85/4.04	c 4	CSP : 25650 integers, 0 booleans, 42150 clauses, largest domain size 9569
3.85/4.04	c 4	Heap : 33 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
3.85/4.04	c 4	Propagation in CSP
4.15/4.40	c 4	104 values, 0 unsatisfiable literals, and 0 valid clauses are removed
4.25/4.41	c 4	CSP : 25650 integers, 0 booleans, 42150 clauses, largest domain size 9569
4.25/4.41	c 4	Heap : 34 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
4.25/4.43	c 4	Simplifing CSP by introducing new Boolean variables
4.25/4.45	c 4	CSP : 25650 integers, 0 booleans, 42150 clauses, largest domain size 9569
4.25/4.45	c 4	Heap : 34 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
4.44/4.63	c 4	Encoding CSP to SAT : HOME/temp.cnf
4.44/4.67	c 4	2565 (10%) CSP integer variables are encoded (682 clauses, 8930 bytes)
4.55/4.76	c 4	5130 (20%) CSP integer variables are encoded (69305 clauses, 1023788 bytes)
4.55/4.78	c 4	7695 (30%) CSP integer variables are encoded (78739 clauses, 1165298 bytes)
4.64/4.81	c 4	10260 (40%) CSP integer variables are encoded (97704 clauses, 1459232 bytes)
4.64/4.83	c 4	12825 (50%) CSP integer variables are encoded (113655 clauses, 1730399 bytes)
4.64/4.85	c 4	15390 (60%) CSP integer variables are encoded (121955 clauses, 1871499 bytes)
4.74/4.91	c 5	17955 (70%) CSP integer variables are encoded (162778 clauses, 2565490 bytes)
4.74/4.93	c 5	20520 (80%) CSP integer variables are encoded (179311 clauses, 2846551 bytes)
4.74/4.96	c 5	23085 (90%) CSP integer variables are encoded (196467 clauses, 3138203 bytes)
4.84/5.02	c 5	25650 (100%) CSP integer variables are encoded (238344 clauses, 3850112 bytes)
137.46/141.34	c 141	4215 (10%) CSP clauses are encoded (77840167 clauses, 1669447071 bytes)
137.76/141.63	c 141	8430 (20%) CSP clauses are encoded (77981846 clauses, 1672336778 bytes)
140.08/144.01	c 144	12645 (30%) CSP clauses are encoded (79271185 clauses, 1700349467 bytes)
141.34/145.34	c 145	16860 (40%) CSP clauses are encoded (79950532 clauses, 1716739380 bytes)
141.64/145.65	c 145	21075 (50%) CSP clauses are encoded (80095287 clauses, 1720120078 bytes)
141.93/145.93	c 146	25290 (60%) CSP clauses are encoded (80229239 clauses, 1723249139 bytes)
148.63/152.81	c 152	29505 (70%) CSP clauses are encoded (83746354 clauses, 1808727896 bytes)
148.92/153.11	c 153	33720 (80%) CSP clauses are encoded (83883347 clauses, 1811934288 bytes)
152.60/156.92	c 157	37935 (90%) CSP clauses are encoded (85808588 clauses, 1858669902 bytes)
156.46/160.92	c 161	42150 (100%) CSP clauses are encoded (87831746 clauses, 1907799617 bytes)
156.46/160.92	c 161	42150 CSP clauses encoded
156.46/160.95	c 161	Writing map file : HOME/temp.map
156.51/161.02	c 161	Heap : 23 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
156.51/161.02	c 161	SAT : 260818 SAT variables, 87831746 SAT clauses, 1907799617 bytes
156.51/161.02	c 161	Heap : 23 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
156.51/161.08	c 161	OBJECTIVE minimize _COST
156.58/161.10	c 161	OBJECTIVE BOUND: 0 <= _COST <= 
156.58/161.10	c 161	SEARCHING: _COST <= 55
156.58/161.10	c 161	SOLVING HOME/temp.cnf
156.58/161.10	c 161	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
156.58/161.20	c 161	This is MiniSat 2.0 beta
156.58/161.20	c 161	WARNING: for repeatability, setting FPU to use double precision
156.58/161.20	c 161	============================[ Problem Statistics ]=============================
156.58/161.20	c 161	|                                                                             |
156.58/161.23	c 161	|  Number of variables:  260818                                               |
156.58/161.23	c 161	|  Number of clauses:    87831747                                             |
167.27/180.61	c ERROR INTERRUPTED
167.38/180.75	s UNKNOWN
167.38/180.75	c 180	CPU 144.02 (0.04 0.01 143.98 12.56)
167.38/180.75	c 180	END Sat Jul 12 00:02:38 2008

Verifier Data (download as text)

ERROR: no interpretation found !

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-1109906-1215813577/watcher-1109906-1215813577 -o /tmp/evaluation-result-1109906-1215813577/solver-1109906-1215813577 -C 3600 -W 4000 -M 900 --output-limit 1,15 HOME/sugar -max -c -vv -java=java -Xmx700M -jar=HOME/sugar-v1-13.jar -solver=HOME/minisat -tmp=HOME/temp HOME/instance-1109906-1215813577.xml 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 3600 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 3630 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 4000 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 2.00 2.00 4/73 12945
/proc/meminfo: memFree=1761176/2055920 swapFree=4180012/4192956
[pid=12945] ppid=12943 vsize=4708 CPUtime=0
/proc/12945/stat : 12945 (sugar) R 12943 12945 12687 0 -1 4194304 58 0 0 0 0 0 0 0 20 0 1 0 38059474 4820992 43 996147200 4194304 4206940 548682068592 18446744073709551615 221778049373 0 0 4096 0 0 0 0 17 1 0 0
/proc/12945/statm: 1177 43 33 3 0 8 0

[startup+0.057336 s]
/proc/loadavg: 2.00 2.00 2.00 4/73 12945
/proc/meminfo: memFree=1761176/2055920 swapFree=4180012/4192956
[pid=12945] ppid=12943 vsize=13600 CPUtime=0.04
/proc/12945/stat : 12945 (sugar) S 12943 12945 12687 0 -1 4194304 898 127 0 0 3 1 0 0 19 0 1 0 38059474 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 221789597794 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12945/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.10229 s]
/proc/loadavg: 2.00 2.00 2.00 4/73 12945
/proc/meminfo: memFree=1761176/2055920 swapFree=4180012/4192956
[pid=12945] ppid=12943 vsize=13600 CPUtime=0.04
/proc/12945/stat : 12945 (sugar) S 12943 12945 12687 0 -1 4194304 898 127 0 0 3 1 0 0 19 0 1 0 38059474 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 221789597794 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12945/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.301028 s]
/proc/loadavg: 2.00 2.00 2.00 4/73 12945
/proc/meminfo: memFree=1761176/2055920 swapFree=4180012/4192956
[pid=12945] ppid=12943 vsize=13600 CPUtime=0.04
/proc/12945/stat : 12945 (sugar) S 12943 12945 12687 0 -1 4194304 898 127 0 0 3 1 0 0 19 0 1 0 38059474 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 221789597794 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12945/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.701058 s]
/proc/loadavg: 2.00 2.00 2.00 4/73 12945
/proc/meminfo: memFree=1761176/2055920 swapFree=4180012/4192956
[pid=12945] ppid=12943 vsize=13600 CPUtime=0.04
/proc/12945/stat : 12945 (sugar) S 12943 12945 12687 0 -1 4194304 898 127 0 0 3 1 0 0 19 0 1 0 38059474 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 221789597794 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12945/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+1.50246 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 12967
/proc/meminfo: memFree=1753920/2055920 swapFree=4180012/4192956
[pid=12945] ppid=12943 vsize=13600 CPUtime=0.8
/proc/12945/stat : 12945 (sugar) S 12943 12945 12687 0 -1 4194304 974 5218 0 1 3 1 72 4 16 0 1 0 38059474 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 221789597794 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12945/statm: 3400 797 370 3 0 500 0
[pid=12958] ppid=12945 vsize=5356 CPUtime=0
/proc/12958/stat : 12958 (sh) S 12945 12945 12687 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 38059563 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 221780697924 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12958/statm: 1339 233 193 169 0 50 0
[pid=12959] ppid=12958 vsize=864012 CPUtime=0.58
/proc/12959/stat : 12959 (java) S 12958 12945 12687 0 -1 0 5833 0 1 0 55 3 0 0 18 0 9 0 38059563 884748288 5063 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/12959/statm: 216003 5063 2532 9 0 210585 0
[pid=12959/tid=12960] ppid=12958 vsize=864012 CPUtime=0.39
/proc/12959/task/12960/stat : 12960 (java) R 12958 12945 12687 0 -1 64 2517 0 1 0 38 1 0 0 22 0 9 0 38059564 884748288 5063 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12959/tid=12961] ppid=12958 vsize=864012 CPUtime=0.11
/proc/12959/task/12961/stat : 12961 (java) S 12958 12945 12687 0 -1 64 2284 0 0 0 10 1 0 0 15 0 9 0 38059565 884748288 5063 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=12959/tid=12962] ppid=12958 vsize=864012 CPUtime=0
/proc/12959/task/12962/stat : 12962 (java) S 12958 12945 12687 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 38059566 884748288 5063 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12959/tid=12963] ppid=12958 vsize=864012 CPUtime=0
/proc/12959/task/12963/stat : 12963 (java) S 12958 12945 12687 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 38059566 884748288 5063 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12959/tid=12964] ppid=12958 vsize=864012 CPUtime=0
/proc/12959/task/12964/stat : 12964 (java) S 12958 12945 12687 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 38059568 884748288 5063 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12959/tid=12965] ppid=12958 vsize=864012 CPUtime=0.07
/proc/12959/task/12965/stat : 12965 (java) S 12958 12945 12687 0 -1 64 336 0 0 0 7 0 0 0 16 0 9 0 38059568 884748288 5063 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12959/tid=12966] ppid=12958 vsize=864012 CPUtime=0
/proc/12959/task/12966/stat : 12966 (java) S 12958 12945 12687 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 38059568 884748288 5063 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12959/tid=12967] ppid=12958 vsize=864012 CPUtime=0
/proc/12959/task/12967/stat : 12967 (java) S 12958 12945 12687 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 38059568 884748288 5063 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.38
Current children cumulated vsize (KiB) 882968

[startup+3.10221 s]
/proc/loadavg: 2.00 2.00 2.00 4/84 12967
/proc/meminfo: memFree=1739456/2055920 swapFree=4180012/4192956
[pid=12945] ppid=12943 vsize=13600 CPUtime=0.8
/proc/12945/stat : 12945 (sugar) S 12943 12945 12687 0 -1 4194304 974 5218 0 1 3 1 72 4 16 0 1 0 38059474 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 221789597794 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12945/statm: 3400 797 370 3 0 500 0
[pid=12958] ppid=12945 vsize=5356 CPUtime=0
/proc/12958/stat : 12958 (sh) S 12945 12945 12687 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 38059563 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 221780697924 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12958/statm: 1339 233 193 169 0 50 0
[pid=12959] ppid=12958 vsize=868388 CPUtime=2.17
/proc/12959/stat : 12959 (java) S 12958 12945 12687 0 -1 0 11202 0 1 0 209 8 0 0 18 0 9 0 38059563 889229312 10242 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/12959/statm: 217097 10242 2540 9 0 211672 0
[pid=12959/tid=12960] ppid=12958 vsize=868388 CPUtime=1.3
/proc/12959/task/12960/stat : 12960 (java) R 12958 12945 12687 0 -1 64 2955 0 1 0 128 2 0 0 25 0 9 0 38059564 889229312 10242 996147200 134512640 134550740 4294955936 18446744073709551615 4126612429 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12959/tid=12961] ppid=12958 vsize=868388 CPUtime=0.63
/proc/12959/task/12961/stat : 12961 (java) S 12958 12945 12687 0 -1 64 6084 0 0 0 59 4 0 0 16 0 9 0 38059565 889229312 10242 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=12959/tid=12962] ppid=12958 vsize=868388 CPUtime=0
/proc/12959/task/12962/stat : 12962 (java) S 12958 12945 12687 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 38059566 889229312 10242 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12959/tid=12963] ppid=12958 vsize=868388 CPUtime=0
/proc/12959/task/12963/stat : 12963 (java) S 12958 12945 12687 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 38059566 889229312 10242 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12959/tid=12964] ppid=12958 vsize=868388 CPUtime=0
/proc/12959/task/12964/stat : 12964 (java) S 12958 12945 12687 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 38059568 889229312 10242 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12959/tid=12965] ppid=12958 vsize=868388 CPUtime=0.2
/proc/12959/task/12965/stat : 12965 (java) S 12958 12945 12687 0 -1 64 1467 0 0 0 20 0 0 0 16 0 9 0 38059568 889229312 10242 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12959/tid=12966] ppid=12958 vsize=868388 CPUtime=0
/proc/12959/task/12966/stat : 12966 (java) S 12958 12945 12687 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 38059568 889229312 10242 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12959/tid=12967] ppid=12958 vsize=868388 CPUtime=0
/proc/12959/task/12967/stat : 12967 (java) S 12958 12945 12687 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 38059568 889229312 10242 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.97
Current children cumulated vsize (KiB) 887344

[startup+6.30242 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 12967
/proc/meminfo: memFree=1705344/2055920 swapFree=4180012/4192956
[pid=12945] ppid=12943 vsize=13600 CPUtime=0.8
/proc/12945/stat : 12945 (sugar) S 12943 12945 12687 0 -1 4194304 974 5218 0 1 3 1 72 4 15 0 1 0 38059474 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 221789597794 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12945/statm: 3400 797 370 3 0 500 0
[pid=12958] ppid=12945 vsize=5356 CPUtime=0
/proc/12958/stat : 12958 (sh) S 12945 12945 12687 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 38059563 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 221780697924 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12958/statm: 1339 233 193 169 0 50 0
[pid=12959] ppid=12958 vsize=868500 CPUtime=5.33
/proc/12959/stat : 12959 (java) S 12958 12945 12687 0 -1 0 15289 0 1 0 506 27 0 0 18 0 9 0 38059563 889344000 13830 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/12959/statm: 217125 13830 2565 9 0 211672 0
[pid=12959/tid=12960] ppid=12958 vsize=868500 CPUtime=3.8
/proc/12959/task/12960/stat : 12960 (java) R 12958 12945 12687 0 -1 64 3406 0 1 0 364 16 0 0 25 0 9 0 38059564 889344000 13830 996147200 134512640 134550740 4294955936 18446744073709551615 4127044456 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12959/tid=12961] ppid=12958 vsize=868500 CPUtime=1.21
/proc/12959/task/12961/stat : 12961 (java) S 12958 12945 12687 0 -1 64 9680 0 0 0 113 8 0 0 16 0 9 0 38059565 889344000 13830 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=12959/tid=12962] ppid=12958 vsize=868500 CPUtime=0
/proc/12959/task/12962/stat : 12962 (java) S 12958 12945 12687 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 38059566 889344000 13830 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12959/tid=12963] ppid=12958 vsize=868500 CPUtime=0
/proc/12959/task/12963/stat : 12963 (java) S 12958 12945 12687 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 38059566 889344000 13830 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12959/tid=12964] ppid=12958 vsize=868500 CPUtime=0
/proc/12959/task/12964/stat : 12964 (java) S 12958 12945 12687 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 38059568 889344000 13830 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12959/tid=12965] ppid=12958 vsize=868500 CPUtime=0.28
/proc/12959/task/12965/stat : 12965 (java) S 12958 12945 12687 0 -1 64 1507 0 0 0 27 1 0 0 16 0 9 0 38059568 889344000 13830 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12959/tid=12966] ppid=12958 vsize=868500 CPUtime=0
/proc/12959/task/12966/stat : 12966 (java) S 12958 12945 12687 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 38059568 889344000 13830 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12959/tid=12967] ppid=12958 vsize=868500 CPUtime=0
/proc/12959/task/12967/stat : 12967 (java) S 12958 12945 12687 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 38059568 889344000 13830 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.13
Current children cumulated vsize (KiB) 887456

[startup+12.7028 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 12967
/proc/meminfo: memFree=1622848/2055920 swapFree=4180012/4192956
[pid=12945] ppid=12943 vsize=13600 CPUtime=0.8
/proc/12945/stat : 12945 (sugar) S 12943 12945 12687 0 -1 4194304 974 5218 0 1 3 1 72 4 15 0 1 0 38059474 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 221789597794 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12945/statm: 3400 797 370 3 0 500 0
[pid=12958] ppid=12945 vsize=5356 CPUtime=0
/proc/12958/stat : 12958 (sh) S 12945 12945 12687 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 38059563 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 221780697924 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12958/statm: 1339 233 193 169 0 50 0
[pid=12959] ppid=12958 vsize=868500 CPUtime=11.62
/proc/12959/stat : 12959 (java) S 12958 12945 12687 0 -1 0 15880 0 1 0 1083 79 0 0 18 0 9 0 38059563 889344000 13830 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/12959/statm: 217125 13830 2565 9 0 211672 0
[pid=12959/tid=12960] ppid=12958 vsize=868500 CPUtime=9.82
/proc/12959/task/12960/stat : 12960 (java) R 12958 12945 12687 0 -1 64 3997 0 1 0 917 65 0 0 25 0 9 0 38059564 889344000 13830 996147200 134512640 134550740 4294955936 18446744073709551615 4126626040 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12959/tid=12961] ppid=12958 vsize=868500 CPUtime=1.5
/proc/12959/task/12961/stat : 12961 (java) S 12958 12945 12687 0 -1 64 9680 0 0 0 138 12 0 0 16 0 9 0 38059565 889344000 13830 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=12959/tid=12962] ppid=12958 vsize=868500 CPUtime=0
/proc/12959/task/12962/stat : 12962 (java) S 12958 12945 12687 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 38059566 889344000 13830 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12959/tid=12963] ppid=12958 vsize=868500 CPUtime=0
/proc/12959/task/12963/stat : 12963 (java) S 12958 12945 12687 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 38059566 889344000 13830 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12959/tid=12964] ppid=12958 vsize=868500 CPUtime=0
/proc/12959/task/12964/stat : 12964 (java) S 12958 12945 12687 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 38059568 889344000 13830 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12959/tid=12965] ppid=12958 vsize=868500 CPUtime=0.28
/proc/12959/task/12965/stat : 12965 (java) S 12958 12945 12687 0 -1 64 1507 0 0 0 27 1 0 0 16 0 9 0 38059568 889344000 13830 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12959/tid=12966] ppid=12958 vsize=868500 CPUtime=0
/proc/12959/task/12966/stat : 12966 (java) S 12958 12945 12687 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 38059568 889344000 13830 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12959/tid=12967] ppid=12958 vsize=868500 CPUtime=0
/proc/12959/task/12967/stat : 12967 (java) S 12958 12945 12687 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 38059568 889344000 13830 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.42
Current children cumulated vsize (KiB) 887456

[startup+25.5016 s]
/proc/loadavg: 2.08 2.02 2.01 3/84 12967
/proc/meminfo: memFree=1468096/2055920 swapFree=4180012/4192956
[pid=12945] ppid=12943 vsize=13600 CPUtime=0.8
/proc/12945/stat : 12945 (sugar) S 12943 12945 12687 0 -1 4194304 974 5218 0 1 3 1 72 4 15 0 1 0 38059474 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 221789597794 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12945/statm: 3400 797 370 3 0 500 0
[pid=12958] ppid=12945 vsize=5356 CPUtime=0
/proc/12958/stat : 12958 (sh) S 12945 12945 12687 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 38059563 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 221780697924 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12958/statm: 1339 233 193 169 0 50 0
[pid=12959] ppid=12958 vsize=868500 CPUtime=24.2
/proc/12959/stat : 12959 (java) S 12958 12945 12687 0 -1 0 17045 0 1 0 2234 186 0 0 18 0 9 0 38059563 889344000 13830 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/12959/statm: 217125 13830 2565 9 0 211672 0
[pid=12959/tid=12960] ppid=12958 vsize=868500 CPUtime=21.85
/proc/12959/task/12960/stat : 12960 (java) R 12958 12945 12687 0 -1 64 5162 0 1 0 2023 162 0 0 25 0 9 0 38059564 889344000 13830 996147200 134512640 134550740 4294955936 18446744073709551615 4127044426 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12959/tid=12961] ppid=12958 vsize=868500 CPUtime=2.04
/proc/12959/task/12961/stat : 12961 (java) S 12958 12945 12687 0 -1 64 9680 0 0 0 183 21 0 0 16 0 9 0 38059565 889344000 13830 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=12959/tid=12962] ppid=12958 vsize=868500 CPUtime=0
/proc/12959/task/12962/stat : 12962 (java) S 12958 12945 12687 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 38059566 889344000 13830 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12959/tid=12963] ppid=12958 vsize=868500 CPUtime=0
/proc/12959/task/12963/stat : 12963 (java) S 12958 12945 12687 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 38059566 889344000 13830 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0

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

/proc/12959/task/12967/stat : 12967 (java) R 12958 12945 12687 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 38059568 889344000 13830 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25
Current children cumulated vsize (KiB) 887456

[startup+51.1012 s]
/proc/loadavg: 2.31 2.08 2.02 3/91 13003
/proc/meminfo: memFree=1264640/2055920 swapFree=4180012/4192956
[pid=12945] ppid=12943 vsize=13600 CPUtime=0.8
/proc/12945/stat : 12945 (sugar) S 12943 12945 12687 0 -1 4194304 974 5218 0 1 3 1 72 4 15 0 1 0 38059474 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 221789597794 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12945/statm: 3400 797 370 3 0 500 0
[pid=12958] ppid=12945 vsize=5356 CPUtime=0
/proc/12958/stat : 12958 (sh) S 12945 12945 12687 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 38059563 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 221780697924 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12958/statm: 1339 233 193 169 0 50 0
[pid=12959] ppid=12958 vsize=868500 CPUtime=49.04
/proc/12959/stat : 12959 (java) S 12958 12945 12687 0 -1 0 19502 0 1 0 4520 384 0 0 18 0 9 0 38059563 889344000 13830 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/12959/statm: 217125 13830 2565 9 0 211672 0
[pid=12959/tid=12960] ppid=12958 vsize=868500 CPUtime=45.65
/proc/12959/task/12960/stat : 12960 (java) R 12958 12945 12687 0 -1 64 7619 0 1 0 4219 346 0 0 25 0 9 0 38059564 889344000 13830 996147200 134512640 134550740 4294955936 18446744073709551615 4126948055 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12959/tid=12961] ppid=12958 vsize=868500 CPUtime=3.09
/proc/12959/task/12961/stat : 12961 (java) S 12958 12945 12687 0 -1 64 9680 0 0 0 273 36 0 0 16 0 9 0 38059565 889344000 13830 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=12959/tid=12962] ppid=12958 vsize=868500 CPUtime=0
/proc/12959/task/12962/stat : 12962 (java) S 12958 12945 12687 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 38059566 889344000 13830 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12959/tid=12963] ppid=12958 vsize=868500 CPUtime=0
/proc/12959/task/12963/stat : 12963 (java) S 12958 12945 12687 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 38059566 889344000 13830 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12959/tid=12964] ppid=12958 vsize=868500 CPUtime=0
/proc/12959/task/12964/stat : 12964 (java) S 12958 12945 12687 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 38059568 889344000 13830 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12959/tid=12965] ppid=12958 vsize=868500 CPUtime=0.28
/proc/12959/task/12965/stat : 12965 (java) S 12958 12945 12687 0 -1 64 1507 0 0 0 27 1 0 0 16 0 9 0 38059568 889344000 13830 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12959/tid=12966] ppid=12958 vsize=868500 CPUtime=0
/proc/12959/task/12966/stat : 12966 (java) S 12958 12945 12687 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 38059568 889344000 13830 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12959/tid=12967] ppid=12958 vsize=868500 CPUtime=0
/proc/12959/task/12967/stat : 12967 (java) S 12958 12945 12687 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 38059568 889344000 13830 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 49.84
Current children cumulated vsize (KiB) 887456

[startup+102.306 s]
/proc/loadavg: 2.47 2.15 2.05 3/91 13009
/proc/meminfo: memFree=608256/2055920 swapFree=4180012/4192956
[pid=12945] ppid=12943 vsize=13600 CPUtime=0.8
/proc/12945/stat : 12945 (sugar) S 12943 12945 12687 0 -1 4194304 974 5218 0 1 3 1 72 4 15 0 1 0 38059474 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 221789597794 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12945/statm: 3400 797 370 3 0 500 0
[pid=12958] ppid=12945 vsize=5356 CPUtime=0
/proc/12958/stat : 12958 (sh) S 12945 12945 12687 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 38059563 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 221780697924 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12958/statm: 1339 233 193 169 0 50 0
[pid=12959] ppid=12958 vsize=868500 CPUtime=98.81
/proc/12959/stat : 12959 (java) S 12958 12945 12687 0 -1 0 24357 0 1 0 9092 789 0 0 18 0 9 0 38059563 889344000 13830 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/12959/statm: 217125 13830 2565 9 0 211672 0
[pid=12959/tid=12960] ppid=12958 vsize=868500 CPUtime=93.42
/proc/12959/task/12960/stat : 12960 (java) R 12958 12945 12687 0 -1 64 12474 0 1 0 8620 722 0 0 25 0 9 0 38059564 889344000 13830 996147200 134512640 134550740 4294955936 18446744073709551615 4127044426 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12959/tid=12961] ppid=12958 vsize=868500 CPUtime=5.09
/proc/12959/task/12961/stat : 12961 (java) S 12958 12945 12687 0 -1 64 9680 0 0 0 444 65 0 0 15 0 9 0 38059565 889344000 13830 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=12959/tid=12962] ppid=12958 vsize=868500 CPUtime=0
/proc/12959/task/12962/stat : 12962 (java) S 12958 12945 12687 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 38059566 889344000 13830 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12959/tid=12963] ppid=12958 vsize=868500 CPUtime=0
/proc/12959/task/12963/stat : 12963 (java) S 12958 12945 12687 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 38059566 889344000 13830 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12959/tid=12964] ppid=12958 vsize=868500 CPUtime=0
/proc/12959/task/12964/stat : 12964 (java) S 12958 12945 12687 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 38059568 889344000 13830 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12959/tid=12965] ppid=12958 vsize=868500 CPUtime=0.28
/proc/12959/task/12965/stat : 12965 (java) S 12958 12945 12687 0 -1 64 1507 0 0 0 27 1 0 0 16 0 9 0 38059568 889344000 13830 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12959/tid=12966] ppid=12958 vsize=868500 CPUtime=0
/proc/12959/task/12966/stat : 12966 (java) S 12958 12945 12687 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 38059568 889344000 13830 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12959/tid=12967] ppid=12958 vsize=868500 CPUtime=0
/proc/12959/task/12967/stat : 12967 (java) S 12958 12945 12687 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 38059568 889344000 13830 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 99.61
Current children cumulated vsize (KiB) 887456

[startup+162.301 s]
/proc/loadavg: 2.34 2.17 2.06 2/83 13011
/proc/meminfo: memFree=14848/2055920 swapFree=4180012/4192956
[pid=12945] ppid=12943 vsize=13600 CPUtime=156.58
/proc/12945/stat : 12945 (sugar) S 12943 12945 12687 0 -1 4194304 1056 35233 1 4 4 1 14398 1255 15 0 1 0 38059474 13926400 805 996147200 4194304 4206940 548682068592 18446744073709551615 221789597794 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/12945/statm: 3400 805 374 3 0 500 0
[pid=13010] ppid=12945 vsize=5356 CPUtime=0
/proc/13010/stat : 13010 (sh) S 12945 12945 12687 0 -1 4194304 276 0 1 0 0 0 0 0 18 0 1 0 38075584 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 221780697924 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/13010/statm: 1339 232 193 169 0 50 0
[pid=13011] ppid=13010 vsize=78512 CPUtime=0.69
/proc/13011/stat : 13011 (minisat) R 13010 12945 12687 0 -1 4194304 18533 0 6 0 57 12 0 0 18 0 1 0 38075591 80396288 18525 996147200 134512640 135127466 4294956256 18446744073709551615 134706298 0 0 4096 3 0 0 0 17 0 0 0
/proc/13011/statm: 19628 18526 62 150 0 19475 0
Current children cumulated CPU time (s) 157.27
Current children cumulated vsize (KiB) 97468



Maximum VSize exceeded: sending SIGTERM then SIGKILL

[startup+180.601 s]
/proc/loadavg: 2.24 2.16 2.06 3/83 13011
/proc/meminfo: memFree=16256/2055920 swapFree=4180012/4192956
[pid=12945] ppid=12943 vsize=13600 CPUtime=156.58
/proc/12945/stat : 12945 (sugar) S 12943 12945 12687 0 -1 4194304 1056 35233 1 4 4 1 14398 1255 15 0 1 0 38059474 13926400 805 996147200 4194304 4206940 548682068592 18446744073709551615 221789597794 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/12945/statm: 3400 805 374 3 0 500 0
[pid=13010] ppid=12945 vsize=5356 CPUtime=0
/proc/13010/stat : 13010 (sh) S 12945 12945 12687 0 -1 4194304 276 0 1 0 0 0 0 0 18 0 1 0 38075584 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 221780697924 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/13010/statm: 1339 232 193 169 0 50 0
[pid=13011] ppid=13010 vsize=902716 CPUtime=10.69
/proc/13011/stat : 13011 (minisat) R 13010 12945 12687 0 -1 4194304 220472 0 6 0 890 179 0 0 18 0 1 0 38075591 924381184 220464 996147200 134512640 135127466 4294956256 18446744073709551615 134517460 0 0 4096 3 0 0 0 17 1 0 0
/proc/13011/statm: 225679 220464 62 150 0 225526 0
Current children cumulated CPU time (s) 167.27
Current children cumulated vsize (KiB) 921672

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

[startup+180.719 s]
/proc/loadavg: 2.24 2.16 2.06 3/83 13011
/proc/meminfo: memFree=16256/2055920 swapFree=4180012/4192956
[pid=12945] ppid=12943 vsize=13600 CPUtime=156.58
/proc/12945/stat : 12945 (sugar) S 12943 12945 12687 0 -1 4194304 1066 35233 1 4 4 1 14398 1255 16 0 1 0 38059474 13926400 805 996147200 4194304 4206940 548682068592 18446744073709551615 221789597794 0 16384 4224 0 18446744071563648864 0 0 17 1 0 0
/proc/12945/statm: 3400 805 374 3 0 500 0
[pid=13010] ppid=12945 vsize=0 CPUtime=0
/proc/13010/stat : 13010 (sh) Z 12945 12945 12687 0 -1 4195340 276 0 1 0 0 0 0 0 16 0 1 0 38075584 0 0 996147200 0 0 0 0 0 0 65536 4100 65538 18446744071563351923 0 0 17 1 0 0
/proc/13010/statm: 0 0 0 0 0 0 0
[pid=13011] ppid=1 vsize=0 CPUtime=10.8
/proc/13011/stat : 13011 (minisat) R 1 12945 12687 0 -1 4195332 220472 0 6 0 890 190 0 0 18 0 1 0 38075591 0 0 996147200 0 0 0 0 0 0 0 4096 3 0 0 0 17 1 0 0
/proc/13011/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 167.38
Current children cumulated vsize (KiB) 13600

# WARNING:
# current cumulated CPU time (156.63 s) is less than in the last sample (167.38 s)
# The time of a child was probably not reported to its father.
# (see the samples just above and below)
# Adding the difference (10.75 s) to the 'lost time'.

[startup+180.802 s]
/proc/loadavg: 2.24 2.16 2.06 3/83 13011
/proc/meminfo: memFree=16256/2055920 swapFree=4180012/4192956
[pid=12945] ppid=12943 vsize=13600 CPUtime=156.63
/proc/12945/stat : 12945 (sugar) R 12943 12945 12687 0 -1 4194304 1093 35509 1 5 4 5 14398 1256 16 0 1 0 38059474 13926400 806 996147200 4194304 4206940 548682068592 18446744073709551615 221780874281 0 0 4224 16386 0 0 0 17 1 0 0
/proc/12945/statm: 3400 806 375 3 0 500 0
Current children cumulated CPU time (s) 156.63
Current children cumulated vsize (KiB) 13600

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

[startup+181.401 s]
/proc/loadavg: 2.24 2.16 2.06 2/82 13012
/proc/meminfo: memFree=1891144/2055920 swapFree=4180012/4192956
[pid=12945] ppid=12943 vsize=13600 CPUtime=157.06
/proc/12945/stat : 12945 (sugar) D 12943 12945 12687 0 -1 4194304 1093 35509 1 5 4 48 14398 1256 15 0 1 0 38059474 13926400 806 996147200 4194304 4206940 548682068592 18446744073709551615 221780874281 0 0 4224 16386 18446744071563608240 0 0 17 0 0 0
/proc/12945/statm: 3400 806 375 3 0 500 0
Current children cumulated CPU time (s) 157.06
Current children cumulated vsize (KiB) 13600

[startup+181.801 s]
/proc/loadavg: 2.24 2.16 2.06 2/82 13012
/proc/meminfo: memFree=1891144/2055920 swapFree=4180012/4192956
[pid=12945] ppid=12943 vsize=13600 CPUtime=157.08
/proc/12945/stat : 12945 (sugar) D 12943 12945 12687 0 -1 4194304 1093 35509 1 5 4 50 14398 1256 15 0 1 0 38059474 13926400 806 996147200 4194304 4206940 548682068592 18446744073709551615 221780874281 0 0 4224 16386 18446744071563608240 0 0 17 1 0 0
/proc/12945/statm: 3400 806 375 3 0 500 0
Current children cumulated CPU time (s) 157.08
Current children cumulated vsize (KiB) 13600

[startup+181.901 s]
/proc/loadavg: 2.24 2.16 2.06 2/82 13012
/proc/meminfo: memFree=1891144/2055920 swapFree=4180012/4192956
[pid=12945] ppid=12943 vsize=13600 CPUtime=157.09
/proc/12945/stat : 12945 (sugar) D 12943 12945 12687 0 -1 4194304 1093 35509 1 5 4 51 14398 1256 15 0 1 0 38059474 13926400 806 996147200 4194304 4206940 548682068592 18446744073709551615 221780874281 0 0 4224 16386 18446744071563608240 0 0 17 1 0 0
/proc/12945/statm: 3400 806 375 3 0 500 0
Current children cumulated CPU time (s) 157.09
Current children cumulated vsize (KiB) 13600

Child status: 0

# WARNING:
# The CPU time of some children was not reported to their father
# (probably because of a missing or aborted wait()).
# This 'lost CPU time' is added to the watched process CPU time.
#  lost CPU time (s): 10.75
#  lost CPU user time (s): 8.89999
#  lost CPU system time (s): 1.85

Real time (s): 182.001
CPU time (s): 167.886
CPU user time (s): 152.925
CPU system time (s): 14.961
CPU usage (%): 92.2446
Max. virtual memory (cumulated for all children) (KiB): 921672

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 144.025
system time used= 13.111
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 36633
page faults= 6
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 108208
involuntary context switches= 110503

runsolver used 0.245962 second user time and 0.630904 second system time

The end

Launcher Data (download as text)

Begin job on node29 at 2008-07-11 23:59:38
IDJOB=1109906
IDBENCH=61033
IDSOLVER=368
FILE ID=node29/1109906-1215813577
PBS_JOBID= 7903292
Free space on /tmp= 66460 MiB

SOLVER NAME= Sugar v1.13+minisat
BENCH NAME= CPAI08/csp/pseudo/mpsReduced/normalized-mps-red-share2b.xml
COMMAND LINE= DIR/sugar -max -c -vv -java="java -Xmx700M" -jar="DIR/sugar-v1-13.jar" -solver="DIR/minisat" -tmp="TMPDIR/temp" BENCHNAME
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1109906-1215813577/watcher-1109906-1215813577 -o /tmp/evaluation-result-1109906-1215813577/solver-1109906-1215813577 -C 3600 -W 4000 -M 900 --output-limit 1,15  HOME/sugar -max -c -vv -java="java -Xmx700M" -jar="HOME/sugar-v1-13.jar" -solver="HOME/minisat" -tmp="HOME/temp" HOME/instance-1109906-1215813577.xml

TIME LIMIT= 3600 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 8a721fe409f930a696bbe0a3be39d00f
RANDOM SEED=1672170703

node29.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.242
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.242
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:       1761656 kB
Buffers:         14080 kB
Cached:          87240 kB
SwapCached:       7004 kB
Active:         228716 kB
Inactive:        23776 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1761656 kB
SwapTotal:     4192956 kB
SwapFree:      4180012 kB
Dirty:            2044 kB
Writeback:           0 kB
Mapped:         158136 kB
Slab:            26664 kB
Committed_AS:   267952 kB
PageTables:       2176 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= 66496 MiB
End job on node29 at 2008-07-12 00:02:40