Trace number 1109726

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+minisatMSAT (TO)3 3600.04 3622.36

General information on the benchmark

Namecsp/rand-10-20-10/
normalized-rand-10-20-10-5-10000-2_ext.xml
MD5SUM2df4c69d39e368cfd78aef96a796eed2
Bench CategoryN-ARY-EXT (n-ary constraints in extension)
Best result obtained on this benchmarkMOPT
Best Number of falsified constraints3
Best CPU time to get the best result obtained on this benchmark3497.44
Satisfiable
(Un)Satisfiability was proved
Number of variables20
Number of constraints5
Maximum constraint arity10
Maximum domain size10
Number of constraints which are defined in extension5
Number of constraints which are defined in intension0
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 22:48:58 2008
0.00/0.05	c 0	PID 10526
0.00/0.05	c 0	HOST node78.alineos.net
0.00/0.05	c 0	CONVERTING HOME/instance-1109726-1215809338.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-1109726-1215809338.xml' 'HOME/temp.csp'
0.03/0.63	c 1	1 domains, 20 variables, 0 predicates, 5 relations, 5 constraints
0.03/0.67	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.03/0.67	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.61/0.75	c 1	Parsing HOME/temp.csp
1.41/1.58	c 1	parsed 31 expressions
1.41/1.58	c 1	Heap : 13 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
1.41/1.58	c 1	MAX CSP: 5 constraints
1.41/1.58	c 1	Converting to clausal form CSP
1.51/1.60	c 2	converted 4 (10%) expressions
1.51/1.60	c 2	converted 8 (20%) expressions
1.51/1.60	c 2	converted 12 (30%) expressions
1.51/1.60	c 2	converted 16 (40%) expressions
1.51/1.61	c 2	converted 20 (50%) expressions
1.51/1.63	c 2	converted 24 (60%) expressions
1.81/1.93	c 2	converted 28 (70%) expressions
2.30/2.42	c 2	converted 32 (80%) expressions
2.60/2.76	c 3	converted 36 (90%) expressions
2.60/2.76	c 3	converted 39 (100%) expressions
2.60/2.76	c 3	CSP : 26 integers, 0 booleans, 6 clauses, largest domain size 10
2.60/2.76	c 3	Heap : 53 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
2.60/2.76	c 3	Propagation in CSP
2.60/2.76	c 3	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
2.60/2.76	c 3	CSP : 26 integers, 0 booleans, 6 clauses, largest domain size 10
2.60/2.76	c 3	Heap : 53 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
2.60/2.76	c 3	Simplifing CSP by introducing new Boolean variables
2.60/2.76	c 3	CSP : 26 integers, 0 booleans, 6 clauses, largest domain size 10
2.60/2.76	c 3	Heap : 53 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
2.89/3.01	c 3	Encoding CSP to SAT : HOME/temp.cnf
2.89/3.02	c 3	3 (10%) CSP integer variables are encoded (24 clauses, 264 bytes)
2.89/3.02	c 3	6 (20%) CSP integer variables are encoded (48 clauses, 480 bytes)
2.89/3.02	c 3	8 (30%) CSP integer variables are encoded (64 clauses, 624 bytes)
2.89/3.02	c 3	11 (40%) CSP integer variables are encoded (88 clauses, 840 bytes)
2.89/3.02	c 3	13 (50%) CSP integer variables are encoded (104 clauses, 1016 bytes)
2.89/3.02	c 3	16 (60%) CSP integer variables are encoded (128 clauses, 1280 bytes)
2.89/3.02	c 3	19 (70%) CSP integer variables are encoded (152 clauses, 1544 bytes)
2.89/3.02	c 3	21 (80%) CSP integer variables are encoded (160 clauses, 1632 bytes)
2.89/3.02	c 3	24 (90%) CSP integer variables are encoded (160 clauses, 1632 bytes)
2.89/3.02	c 3	26 (100%) CSP integer variables are encoded (164 clauses, 1676 bytes)
159.43/161.67	c 162	1 (10%) CSP clauses are encoded (141323 clauses, 7482365 bytes)
338.67/343.27	c 343	2 (20%) CSP clauses are encoded (282447 clauses, 14765728 bytes)
511.19/518.02	c 518	3 (30%) CSP clauses are encoded (423146 clauses, 22283916 bytes)
665.03/673.95	c 674	4 (40%) CSP clauses are encoded (563848 clauses, 30003823 bytes)
806.95/817.74	c 818	5 (50%) CSP clauses are encoded (704705 clauses, 38203194 bytes)
806.95/817.75	c 818	6 (60%) CSP clauses are encoded (704736 clauses, 38203731 bytes)
806.95/817.75	c 818	6 CSP clauses encoded
806.95/817.75	c 818	Writing map file : HOME/temp.map
806.95/817.75	c 818	Heap : 61 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
806.95/817.75	c 818	SAT : 190 SAT variables, 704736 SAT clauses, 38203731 bytes
806.95/817.75	c 818	Heap : 61 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
807.01/817.82	c 818	OBJECTIVE minimize _COST
807.01/817.82	c 818	OBJECTIVE BOUND: 0 <= _COST <= 
807.01/817.82	c 818	SEARCHING: _COST <= 3
807.01/817.82	c 818	SOLVING HOME/temp.cnf
807.01/817.82	c 818	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
807.01/817.82	c 818	This is MiniSat 2.0 beta
807.01/817.82	c 818	WARNING: for repeatability, setting FPU to use double precision
807.01/817.82	c 818	============================[ Problem Statistics ]=============================
807.01/817.82	c 818	|                                                                             |
807.01/817.82	c 818	|  Number of variables:  190                                                  |
807.01/817.82	c 818	|  Number of clauses:    704737                                               |
807.98/818.88	c 819	|  Parsing time:         0.93         s                                       |
808.08/818.95	c 819	============================[ Search Statistics ]==============================
808.08/818.95	c 819	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
808.08/818.95	c 819	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
808.08/818.95	c 819	===============================================================================
808.08/818.95	c 819	|         0 |     188   704734  9557770 |   234911        0    nan |  0.000 % |
808.28/819.14	c 819	|       100 |     188   704734  9557770 |   258402      100      9 |  1.055 % |
808.87/819.72	c 820	|       251 |     188   704734  9557770 |   284242      251     11 |  1.058 % |
809.17/820.07	c 820	|       477 |     188   704734  9557770 |   312666      477     10 |  1.078 % |
809.57/820.47	c 820	===============================================================================
809.57/820.47	c 820	restarts              : 4
809.57/820.47	c 820	conflicts             : 707            (284 /sec)
809.57/820.47	c 820	decisions             : 1214           (1.65 % random) (487 /sec)
809.57/820.47	c 820	propagations          : 10020          (4023 /sec)
809.57/820.47	c 820	conflict literals     : 7189           (25.04 % deleted)
809.57/820.47	c 820	Memory used           : 64.75 MB
809.57/820.47	c 820	CPU time              : 2.49062 s
809.57/820.47	c 820	
809.57/820.47	c 820	SATISFIABLE
809.57/820.48	c 820	FOUND: _COST <= 3
809.57/820.48	s SATISFIABLE
809.57/820.48	c 820	DECODING HOME/temp.out WITH HOME/temp.map
809.57/820.48	c 820	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
809.66/820.56	c 820	Decoding HOME/temp.out
809.66/820.58	c 820	OBJECTIVE _COST 3
809.66/820.58	o 3
809.66/820.58	v 6 9 6 9 9 9 9 9 8 7 9 0 5 4 1 4 7 9 8 7
809.66/820.59	c 820	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
809.75/820.61	c 821	OBJECTIVE BOUND: 0 <= _COST <= 3
809.75/820.61	c 821	SEARCHING: _COST <= 1
809.75/820.61	c 821	SOLVING HOME/temp.cnf
809.75/820.61	c 821	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
809.75/820.61	c 821	This is MiniSat 2.0 beta
809.75/820.61	c 821	WARNING: for repeatability, setting FPU to use double precision
809.75/820.61	c 821	============================[ Problem Statistics ]=============================
809.75/820.61	c 821	|                                                                             |
809.75/820.61	c 821	|  Number of variables:  190                                                  |
809.75/820.61	c 821	|  Number of clauses:    704737                                               |
809.77/821.66	c 822	|  Parsing time:         0.94         s                                       |
810.84/821.74	c 822	============================[ Search Statistics ]==============================
810.84/821.74	c 822	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
810.84/821.74	c 822	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
810.84/821.74	c 822	===============================================================================
810.84/821.74	c 822	|         0 |     186   704732  9557766 |   234910        0    nan |  0.000 % |
811.22/822.14	c 822	|       100 |     186   704732  9557766 |   258401      100      9 |  2.108 % |
811.52/822.44	c 822	|       250 |     186   704732  9557766 |   284241      250     11 |  2.122 % |
811.92/822.81	c 823	|       476 |     186   704732  9557766 |   312666      476     10 |  2.130 % |
812.71/823.63	c 824	|       813 |     186   704732  9557766 |   343932      813     10 |  2.130 % |
813.50/824.43	c 824	|      1320 |     186   704732  9557766 |   378325     1320     10 |  2.130 % |
815.18/826.13	c 826	|      2079 |     186   704732  9557766 |   416158     2079     11 |  2.130 % |
818.04/829.09	c 829	|      3219 |     186   704732  9557766 |   457774     3219     11 |  2.130 % |
822.29/833.36	c 833	|      4928 |     186   704732  9557766 |   503551     4928     12 |  2.130 % |
827.92/839.04	c 839	|      7490 |     186   704732  9557766 |   553907     7490     11 |  2.136 % |
836.31/847.55	c 847	|     11336 |     186   704732  9557766 |   609297    11336     11 |  2.144 % |
846.98/858.35	c 858	|     17102 |     186   704732  9557766 |   670227    17102     11 |  2.147 % |
869.90/881.55	c 881	|     25751 |     185   704732  9557766 |   737250    25750     11 |  2.634 % |
898.44/910.47	c 910	|     38727 |     185   704732  9557766 |   810975    38726     12 |  2.648 % |
948.03/960.64	c 961	|     58189 |     185   704732  9557766 |   892072    58188     12 |  2.657 % |
1018.37/1031.83	c 1032	|     87381 |     184   704732  9557766 |   981280    87379     13 |  3.161 % |
1139.27/1154.20	c 1154	|    131171 |     183   704732  9557766 |  1079408   131168     13 |  3.698 % |
1279.62/1296.31	c 1296	===============================================================================
1279.62/1296.31	c 1296	restarts              : 17
1279.62/1296.31	c 1296	conflicts             : 179515         (382 /sec)
1279.62/1296.31	c 1296	decisions             : 216536         (1.70 % random) (461 /sec)
1279.62/1296.31	c 1296	propagations          : 2701144        (5750 /sec)
1279.62/1296.31	c 1296	conflict literals     : 2339486        (20.34 % deleted)
1279.62/1296.31	c 1296	Memory used           : 90.56 MB
1279.62/1296.31	c 1296	CPU time              : 469.724 s
1279.62/1296.31	c 1296	
1279.62/1296.31	c 1296	UNSATISFIABLE
1279.62/1296.33	c 1296	NOT FOUND: _COST <= 1
1279.62/1296.33	c 1296	OBJECTIVE BOUND: 2 <= _COST <= 3
1279.62/1296.33	c 1296	SEARCHING: _COST <= 2
1279.62/1296.33	c 1296	SOLVING HOME/temp.cnf
1279.62/1296.33	c 1296	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
1279.62/1296.34	c 1296	This is MiniSat 2.0 beta
1279.62/1296.34	c 1296	WARNING: for repeatability, setting FPU to use double precision
1279.62/1296.34	c 1296	============================[ Problem Statistics ]=============================
1279.62/1296.34	c 1296	|                                                                             |
1279.62/1296.34	c 1296	|  Number of variables:  190                                                  |
1279.62/1296.34	c 1296	|  Number of clauses:    704737                                               |
1280.60/1297.40	c 1297	|  Parsing time:         0.95         s                                       |
1280.70/1297.47	c 1297	============================[ Search Statistics ]==============================
1280.70/1297.47	c 1297	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
1280.70/1297.47	c 1297	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
1280.70/1297.47	c 1297	===============================================================================
1280.70/1297.47	c 1297	|         0 |     187   704733  9557768 |   234911        0    nan |  0.000 % |
1280.89/1297.65	c 1298	|       100 |     187   704733  9557768 |   258402      100      9 |  1.582 % |
1281.58/1298.31	c 1298	|       250 |     187   704733  9557768 |   284242      250     10 |  1.582 % |
1281.98/1298.74	c 1299	|       476 |     187   704733  9557768 |   312666      476     11 |  1.601 % |
1282.97/1299.74	c 1300	|       815 |     187   704733  9557768 |   343933      815     10 |  1.604 % |
1283.96/1300.78	c 1301	|      1321 |     187   704733  9557768 |   378326     1321     10 |  1.604 % |
1285.54/1302.36	c 1302	|      2080 |     187   704733  9557768 |   416159     2080     10 |  1.604 % |
1287.91/1304.78	c 1305	|      3220 |     187   704733  9557768 |   457775     3220     10 |  1.604 % |
1291.07/1307.91	c 1308	|      4929 |     187   704733  9557768 |   503552     4929     11 |  1.604 % |
1296.00/1312.97	c 1313	|      7492 |     187   704733  9557768 |   553907     7492     11 |  1.607 % |
1303.31/1320.37	c 1320	|     11337 |     187   704733  9557768 |   609298    11337     11 |  1.607 % |
1316.06/1333.24	c 1333	|     17103 |     187   704733  9557768 |   670228    17103     12 |  1.593 % |
1334.53/1351.98	c 1352	|     25752 |     187   704733  9557768 |   737251    25752     12 |  1.601 % |
1360.10/1377.83	c 1378	|     38726 |     187   704733  9557768 |   810976    38726     12 |  1.609 % |
1397.65/1415.84	c 1416	|     58187 |     187   704733  9557768 |   892074    58187     13 |  1.585 % |
1474.10/1493.21	c 1493	|     87381 |     187   704733  9557768 |   981281    87381     13 |  1.585 % |
1606.76/1627.51	c 1627	|    131170 |     187   704733  9557768 |  1079409   131170     13 |  1.585 % |
1818.96/1840.59	c 1840	|    196856 |     187   704733  9557768 |  1187350   196856     14 |  1.590 % |
2214.70/2236.49	c 2236	|    295382 |     187   704733  9557768 |  1306085   295382     15 |  1.585 % |
2780.87/2802.87	c 2803	|    443171 |     184   704733  9557768 |  1436694   443170     15 |  3.687 % |
3600.04/3622.32	c ERROR INTERRUPTED
3600.04/3622.34	c 3622	CPU 1278.75 (0.03 0.01 1278.72 0.91)
3600.04/3622.34	c 3622	END Fri Jul 11 23:49:20 2008

Verifier Data (download as text)

OK	3	2
3 unsatisfied constraints, 2 satisfied constraints

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-1109726-1215809338/watcher-1109726-1215809338 -o /tmp/evaluation-result-1109726-1215809338/solver-1109726-1215809338 -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-1109726-1215809338.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.07 2.03 2.00 4/106 10526
/proc/meminfo: memFree=1738520/2055912 swapFree=4170900/4192956
[pid=10526] ppid=10524 vsize=12268 CPUtime=0
/proc/10526/stat : 10526 (sugar) R 10524 10526 10099 0 -1 4194304 348 0 0 0 0 0 0 0 20 0 1 0 37630402 12562432 316 996147200 4194304 4206940 548682068592 18446744073709551615 255390989634 0 0 4224 0 0 0 0 17 1 0 0
/proc/10526/statm: 3067 316 241 3 0 167 0

[startup+0.104562 s]
/proc/loadavg: 2.07 2.03 2.00 4/106 10526
/proc/meminfo: memFree=1738520/2055912 swapFree=4170900/4192956
[pid=10526] ppid=10524 vsize=13600 CPUtime=0.03
/proc/10526/stat : 10526 (sugar) S 10524 10526 10099 0 -1 4194304 898 127 0 0 3 0 0 0 19 0 1 0 37630402 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 255381778530 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/10526/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.201574 s]
/proc/loadavg: 2.07 2.03 2.00 4/106 10526
/proc/meminfo: memFree=1738520/2055912 swapFree=4170900/4192956
[pid=10526] ppid=10524 vsize=13600 CPUtime=0.03
/proc/10526/stat : 10526 (sugar) S 10524 10526 10099 0 -1 4194304 898 127 0 0 3 0 0 0 19 0 1 0 37630402 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 255381778530 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/10526/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.301588 s]
/proc/loadavg: 2.07 2.03 2.00 4/106 10526
/proc/meminfo: memFree=1738520/2055912 swapFree=4170900/4192956
[pid=10526] ppid=10524 vsize=13600 CPUtime=0.03
/proc/10526/stat : 10526 (sugar) S 10524 10526 10099 0 -1 4194304 898 127 0 0 3 0 0 0 19 0 1 0 37630402 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 255381778530 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/10526/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.701625 s]
/proc/loadavg: 2.07 2.03 2.00 4/106 10526
/proc/meminfo: memFree=1738520/2055912 swapFree=4170900/4192956
[pid=10526] ppid=10524 vsize=13600 CPUtime=0.61
/proc/10526/stat : 10526 (sugar) S 10524 10526 10099 0 -1 4194304 957 7972 0 1 3 1 52 5 16 0 1 0 37630402 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 255381778530 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/10526/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 0.61
Current children cumulated vsize (KiB) 13600

[startup+1.50272 s]
/proc/loadavg: 2.14 2.05 2.01 4/117 10548
/proc/meminfo: memFree=1725440/2055912 swapFree=4170900/4192956
[pid=10526] ppid=10524 vsize=13600 CPUtime=0.61
/proc/10526/stat : 10526 (sugar) S 10524 10526 10099 0 -1 4194304 974 7972 0 1 3 1 52 5 16 0 1 0 37630402 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 255381778530 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/10526/statm: 3400 797 370 3 0 500 0
[pid=10539] ppid=10526 vsize=5356 CPUtime=0
/proc/10539/stat : 10539 (sh) S 10526 10526 10099 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 37630469 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 255372878660 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10539/statm: 1339 233 193 169 0 50 0
[pid=10540] ppid=10539 vsize=864308 CPUtime=0.8
/proc/10540/stat : 10540 (java) S 10539 10526 10099 0 -1 0 7859 0 1 0 77 3 0 0 18 0 9 0 37630469 885051392 7096 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/10540/statm: 216077 7096 2532 9 0 210659 0
[pid=10540/tid=10541] ppid=10539 vsize=864308 CPUtime=0.5
/proc/10540/task/10541/stat : 10541 (java) R 10539 10526 10099 0 -1 64 2456 0 1 0 49 1 0 0 21 0 9 0 37630470 885051392 7096 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10540/tid=10542] ppid=10539 vsize=864308 CPUtime=0.24
/proc/10540/task/10542/stat : 10542 (java) R 10539 10526 10099 0 -1 64 4399 0 0 0 23 1 0 0 16 0 9 0 37630471 885051392 7096 996147200 134512640 134550740 4294955936 18446744073709551615 104181370 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=10540/tid=10543] ppid=10539 vsize=864308 CPUtime=0
/proc/10540/task/10543/stat : 10543 (java) S 10539 10526 10099 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 37630471 885051392 7096 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10540/tid=10544] ppid=10539 vsize=864308 CPUtime=0
/proc/10540/task/10544/stat : 10544 (java) S 10539 10526 10099 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 37630471 885051392 7096 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10540/tid=10545] ppid=10539 vsize=864308 CPUtime=0
/proc/10540/task/10545/stat : 10545 (java) S 10539 10526 10099 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 37630473 885051392 7096 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10540/tid=10546] ppid=10539 vsize=864308 CPUtime=0.03
/proc/10540/task/10546/stat : 10546 (java) S 10539 10526 10099 0 -1 64 308 0 0 0 3 0 0 0 16 0 9 0 37630473 885051392 7096 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10540/tid=10547] ppid=10539 vsize=864308 CPUtime=0
/proc/10540/task/10547/stat : 10547 (java) S 10539 10526 10099 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 37630473 885051392 7096 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10540/tid=10548] ppid=10539 vsize=864308 CPUtime=0
/proc/10540/task/10548/stat : 10548 (java) S 10539 10526 10099 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 37630473 885051392 7096 996147200 134512640 134550740 4294955936 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) 883264

[startup+3.10288 s]
/proc/loadavg: 2.14 2.05 2.01 4/117 10548
/proc/meminfo: memFree=1692288/2055912 swapFree=4170900/4192956
[pid=10526] ppid=10524 vsize=13600 CPUtime=0.61
/proc/10526/stat : 10526 (sugar) S 10524 10526 10099 0 -1 4194304 974 7972 0 1 3 1 52 5 15 0 1 0 37630402 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 255381778530 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/10526/statm: 3400 797 370 3 0 500 0
[pid=10539] ppid=10526 vsize=5356 CPUtime=0
/proc/10539/stat : 10539 (sh) S 10526 10526 10099 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 37630469 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 255372878660 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10539/statm: 1339 233 193 169 0 50 0
[pid=10540] ppid=10539 vsize=864332 CPUtime=2.39
/proc/10540/stat : 10540 (java) S 10539 10526 10099 0 -1 0 18530 0 1 0 229 10 0 0 18 0 9 0 37630469 885075968 17185 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/10540/statm: 216083 17185 2564 9 0 210630 0
[pid=10540/tid=10541] ppid=10539 vsize=864332 CPUtime=1
/proc/10540/task/10541/stat : 10541 (java) R 10539 10526 10099 0 -1 64 3205 0 1 0 98 2 0 0 18 0 9 0 37630470 885075968 17185 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10540/tid=10542] ppid=10539 vsize=864332 CPUtime=1.3
/proc/10540/task/10542/stat : 10542 (java) S 10539 10526 10099 0 -1 64 14299 0 0 0 123 7 0 0 17 0 9 0 37630471 885075968 17185 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=10540/tid=10543] ppid=10539 vsize=864332 CPUtime=0
/proc/10540/task/10543/stat : 10543 (java) S 10539 10526 10099 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 37630471 885075968 17185 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10540/tid=10544] ppid=10539 vsize=864332 CPUtime=0
/proc/10540/task/10544/stat : 10544 (java) S 10539 10526 10099 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 37630471 885075968 17185 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10540/tid=10545] ppid=10539 vsize=864332 CPUtime=0
/proc/10540/task/10545/stat : 10545 (java) S 10539 10526 10099 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 37630473 885075968 17185 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10540/tid=10546] ppid=10539 vsize=864332 CPUtime=0.07
/proc/10540/task/10546/stat : 10546 (java) R 10539 10526 10099 0 -1 64 330 0 0 0 7 0 0 0 16 0 9 0 37630473 885075968 17185 996147200 134512640 134550740 4294955936 18446744073709551615 102015702 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10540/tid=10547] ppid=10539 vsize=864332 CPUtime=0
/proc/10540/task/10547/stat : 10547 (java) S 10539 10526 10099 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 37630473 885075968 17185 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10540/tid=10548] ppid=10539 vsize=864332 CPUtime=0
/proc/10540/task/10548/stat : 10548 (java) S 10539 10526 10099 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 37630473 885075968 17185 996147200 134512640 134550740 4294955936 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) 883288

[startup+6.30121 s]
/proc/loadavg: 2.14 2.05 2.01 3/117 10548
/proc/meminfo: memFree=1675904/2055912 swapFree=4170900/4192956
[pid=10526] ppid=10524 vsize=13600 CPUtime=0.61
/proc/10526/stat : 10526 (sugar) S 10524 10526 10099 0 -1 4194304 974 7972 0 1 3 1 52 5 15 0 1 0 37630402 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 255381778530 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/10526/statm: 3400 797 370 3 0 500 0
[pid=10539] ppid=10526 vsize=5356 CPUtime=0
/proc/10539/stat : 10539 (sh) S 10526 10526 10099 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 37630469 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 255372878660 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10539/statm: 1339 233 193 169 0 50 0
[pid=10540] ppid=10539 vsize=864332 CPUtime=5.54
/proc/10540/stat : 10540 (java) S 10539 10526 10099 0 -1 0 18551 0 1 0 544 10 0 0 18 0 9 0 37630469 885075968 17193 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/10540/statm: 216083 17193 2564 9 0 210630 0
[pid=10540/tid=10541] ppid=10539 vsize=864332 CPUtime=4.1
/proc/10540/task/10541/stat : 10541 (java) R 10539 10526 10099 0 -1 64 3218 0 1 0 408 2 0 0 25 0 9 0 37630470 885075968 17193 996147200 134512640 134550740 4294955936 18446744073709551615 4126574056 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10540/tid=10542] ppid=10539 vsize=864332 CPUtime=1.34
/proc/10540/task/10542/stat : 10542 (java) S 10539 10526 10099 0 -1 64 14299 0 0 0 127 7 0 0 16 0 9 0 37630471 885075968 17193 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=10540/tid=10543] ppid=10539 vsize=864332 CPUtime=0
/proc/10540/task/10543/stat : 10543 (java) S 10539 10526 10099 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 37630471 885075968 17193 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10540/tid=10544] ppid=10539 vsize=864332 CPUtime=0
/proc/10540/task/10544/stat : 10544 (java) S 10539 10526 10099 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 37630471 885075968 17193 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10540/tid=10545] ppid=10539 vsize=864332 CPUtime=0
/proc/10540/task/10545/stat : 10545 (java) S 10539 10526 10099 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 37630473 885075968 17193 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10540/tid=10546] ppid=10539 vsize=864332 CPUtime=0.08
/proc/10540/task/10546/stat : 10546 (java) S 10539 10526 10099 0 -1 64 338 0 0 0 8 0 0 0 16 0 9 0 37630473 885075968 17193 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10540/tid=10547] ppid=10539 vsize=864332 CPUtime=0
/proc/10540/task/10547/stat : 10547 (java) S 10539 10526 10099 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 37630473 885075968 17193 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10540/tid=10548] ppid=10539 vsize=864332 CPUtime=0
/proc/10540/task/10548/stat : 10548 (java) S 10539 10526 10099 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 37630473 885075968 17193 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.15
Current children cumulated vsize (KiB) 883288

[startup+12.7019 s]
/proc/loadavg: 2.12 2.05 2.01 3/117 10548
/proc/meminfo: memFree=1675712/2055912 swapFree=4170900/4192956
[pid=10526] ppid=10524 vsize=13600 CPUtime=0.61
/proc/10526/stat : 10526 (sugar) S 10524 10526 10099 0 -1 4194304 974 7972 0 1 3 1 52 5 15 0 1 0 37630402 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 255381778530 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/10526/statm: 3400 797 370 3 0 500 0
[pid=10539] ppid=10526 vsize=5356 CPUtime=0
/proc/10539/stat : 10539 (sh) S 10526 10526 10099 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 37630469 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 255372878660 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10539/statm: 1339 233 193 169 0 50 0
[pid=10540] ppid=10539 vsize=864332 CPUtime=11.85
/proc/10540/stat : 10540 (java) S 10539 10526 10099 0 -1 0 18551 0 1 0 1175 10 0 0 18 0 9 0 37630469 885075968 17193 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/10540/statm: 216083 17193 2564 9 0 210630 0
[pid=10540/tid=10541] ppid=10539 vsize=864332 CPUtime=10.41
/proc/10540/task/10541/stat : 10541 (java) R 10539 10526 10099 0 -1 64 3218 0 1 0 1039 2 0 0 25 0 9 0 37630470 885075968 17193 996147200 134512640 134550740 4294955936 18446744073709551615 4126555116 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10540/tid=10542] ppid=10539 vsize=864332 CPUtime=1.34
/proc/10540/task/10542/stat : 10542 (java) S 10539 10526 10099 0 -1 64 14299 0 0 0 127 7 0 0 16 0 9 0 37630471 885075968 17193 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=10540/tid=10543] ppid=10539 vsize=864332 CPUtime=0
/proc/10540/task/10543/stat : 10543 (java) S 10539 10526 10099 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 37630471 885075968 17193 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10540/tid=10544] ppid=10539 vsize=864332 CPUtime=0
/proc/10540/task/10544/stat : 10544 (java) S 10539 10526 10099 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 37630471 885075968 17193 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10540/tid=10545] ppid=10539 vsize=864332 CPUtime=0
/proc/10540/task/10545/stat : 10545 (java) S 10539 10526 10099 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 37630473 885075968 17193 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10540/tid=10546] ppid=10539 vsize=864332 CPUtime=0.08
/proc/10540/task/10546/stat : 10546 (java) S 10539 10526 10099 0 -1 64 338 0 0 0 8 0 0 0 16 0 9 0 37630473 885075968 17193 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10540/tid=10547] ppid=10539 vsize=864332 CPUtime=0
/proc/10540/task/10547/stat : 10547 (java) S 10539 10526 10099 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 37630473 885075968 17193 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10540/tid=10548] ppid=10539 vsize=864332 CPUtime=0
/proc/10540/task/10548/stat : 10548 (java) S 10539 10526 10099 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 37630473 885075968 17193 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.46
Current children cumulated vsize (KiB) 883288

[startup+25.5022 s]
/proc/loadavg: 2.10 2.05 2.01 3/117 10548
/proc/meminfo: memFree=1675776/2055912 swapFree=4170900/4192956
[pid=10526] ppid=10524 vsize=13600 CPUtime=0.61
/proc/10526/stat : 10526 (sugar) S 10524 10526 10099 0 -1 4194304 974 7972 0 1 3 1 52 5 15 0 1 0 37630402 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 255381778530 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/10526/statm: 3400 797 370 3 0 500 0
[pid=10539] ppid=10526 vsize=5356 CPUtime=0
/proc/10539/stat : 10539 (sh) S 10526 10526 10099 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 37630469 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 255372878660 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10539/statm: 1339 233 193 169 0 50 0
[pid=10540] ppid=10539 vsize=864332 CPUtime=24.48
/proc/10540/stat : 10540 (java) S 10539 10526 10099 0 -1 0 18569 0 1 0 2438 10 0 0 18 0 9 0 37630469 885075968 17193 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/10540/statm: 216083 17193 2564 9 0 210630 0
[pid=10540/tid=10541] ppid=10539 vsize=864332 CPUtime=22.97
/proc/10540/task/10541/stat : 10541 (java) R 10539 10526 10099 0 -1 64 3236 0 1 0 2295 2 0 0 25 0 9 0 37630470 885075968 17193 996147200 134512640 134550740 4294955936 18446744073709551615 4126574020 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10540/tid=10542] ppid=10539 vsize=864332 CPUtime=1.4
/proc/10540/task/10542/stat : 10542 (java) S 10539 10526 10099 0 -1 64 14299 0 0 0 133 7 0 0 16 0 9 0 37630471 885075968 17193 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=10540/tid=10543] ppid=10539 vsize=864332 CPUtime=0
/proc/10540/task/10543/stat : 10543 (java) S 10539 10526 10099 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 37630471 885075968 17193 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10540/tid=10544] ppid=10539 vsize=864332 CPUtime=0
/proc/10540/task/10544/stat : 10544 (java) S 10539 10526 10099 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 37630471 885075968 17193 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0

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

/proc/meminfo: memFree=1558352/2055912 swapFree=4170900/4192956
[pid=10526] ppid=10524 vsize=13600 CPUtime=1279.66
/proc/10526/stat : 10526 (sugar) S 10524 10526 10099 0 -1 4194304 1222 90749 0 3 3 1 127872 90 16 0 1 0 37630402 13926400 802 996147200 4194304 4206940 548682068592 18446744073709551615 255381778530 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/10526/statm: 3400 802 374 3 0 500 0
[pid=10569] ppid=10526 vsize=5356 CPUtime=0
/proc/10569/stat : 10569 (sh) S 10526 10526 10099 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 37760035 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 255372878660 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10569/statm: 1339 232 193 169 0 50 0
[pid=10570] ppid=10569 vsize=121652 CPUtime=1800.58
/proc/10570/stat : 10570 (minisat) R 10569 10526 10099 0 -1 4194304 28606 0 0 0 180032 26 0 0 25 0 1 0 37760036 124571648 28592 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/10570/statm: 30413 28592 75 150 0 30260 0
Current children cumulated CPU time (s) 3080.24
Current children cumulated vsize (KiB) 140608

[startup+3162.3 s]
/proc/loadavg: 2.50 2.26 2.11 3/108 10610
/proc/meminfo: memFree=1557392/2055912 swapFree=4170900/4192956
[pid=10526] ppid=10524 vsize=13600 CPUtime=1279.66
/proc/10526/stat : 10526 (sugar) S 10524 10526 10099 0 -1 4194304 1222 90749 0 3 3 1 127872 90 16 0 1 0 37630402 13926400 802 996147200 4194304 4206940 548682068592 18446744073709551615 255381778530 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/10526/statm: 3400 802 374 3 0 500 0
[pid=10569] ppid=10526 vsize=5356 CPUtime=0
/proc/10569/stat : 10569 (sh) S 10526 10526 10099 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 37760035 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 255372878660 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10569/statm: 1339 232 193 169 0 50 0
[pid=10570] ppid=10569 vsize=122564 CPUtime=1860.56
/proc/10570/stat : 10570 (minisat) R 10569 10526 10099 0 -1 4194304 28838 0 0 0 186030 26 0 0 25 0 1 0 37760036 125505536 28824 996147200 134512640 135127466 4294956256 18446744073709551615 134530682 0 0 4096 3 0 0 0 17 0 0 0
/proc/10570/statm: 30641 28824 75 150 0 30488 0
Current children cumulated CPU time (s) 3140.22
Current children cumulated vsize (KiB) 141520

[startup+3222.3 s]
/proc/loadavg: 2.43 2.28 2.12 3/108 10610
/proc/meminfo: memFree=1556496/2055912 swapFree=4170900/4192956
[pid=10526] ppid=10524 vsize=13600 CPUtime=1279.66
/proc/10526/stat : 10526 (sugar) S 10524 10526 10099 0 -1 4194304 1222 90749 0 3 3 1 127872 90 16 0 1 0 37630402 13926400 802 996147200 4194304 4206940 548682068592 18446744073709551615 255381778530 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/10526/statm: 3400 802 374 3 0 500 0
[pid=10569] ppid=10526 vsize=5356 CPUtime=0
/proc/10569/stat : 10569 (sh) S 10526 10526 10099 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 37760035 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 255372878660 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10569/statm: 1339 232 193 169 0 50 0
[pid=10570] ppid=10569 vsize=123388 CPUtime=1920.53
/proc/10570/stat : 10570 (minisat) R 10569 10526 10099 0 -1 4194304 29072 0 0 0 192027 26 0 0 25 0 1 0 37760036 126349312 29058 996147200 134512640 135127466 4294956256 18446744073709551615 134530621 0 0 4096 3 0 0 0 17 0 0 0
/proc/10570/statm: 30847 29058 75 150 0 30694 0
Current children cumulated CPU time (s) 3200.19
Current children cumulated vsize (KiB) 142344

[startup+3282.3 s]
/proc/loadavg: 2.41 2.31 2.14 3/108 10610
/proc/meminfo: memFree=1555536/2055912 swapFree=4170900/4192956
[pid=10526] ppid=10524 vsize=13600 CPUtime=1279.66
/proc/10526/stat : 10526 (sugar) S 10524 10526 10099 0 -1 4194304 1222 90749 0 3 3 1 127872 90 16 0 1 0 37630402 13926400 802 996147200 4194304 4206940 548682068592 18446744073709551615 255381778530 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/10526/statm: 3400 802 374 3 0 500 0
[pid=10569] ppid=10526 vsize=5356 CPUtime=0
/proc/10569/stat : 10569 (sh) S 10526 10526 10099 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 37760035 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 255372878660 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10569/statm: 1339 232 193 169 0 50 0
[pid=10570] ppid=10569 vsize=124432 CPUtime=1980.5
/proc/10570/stat : 10570 (minisat) R 10569 10526 10099 0 -1 4194304 29314 0 0 0 198023 27 0 0 25 0 1 0 37760036 127418368 29300 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/10570/statm: 31108 29300 75 150 0 30955 0
Current children cumulated CPU time (s) 3260.16
Current children cumulated vsize (KiB) 143388

[startup+3342.3 s]
/proc/loadavg: 2.24 2.28 2.14 3/108 10610
/proc/meminfo: memFree=1554576/2055912 swapFree=4170900/4192956
[pid=10526] ppid=10524 vsize=13600 CPUtime=1279.66
/proc/10526/stat : 10526 (sugar) S 10524 10526 10099 0 -1 4194304 1222 90749 0 3 3 1 127872 90 16 0 1 0 37630402 13926400 802 996147200 4194304 4206940 548682068592 18446744073709551615 255381778530 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/10526/statm: 3400 802 374 3 0 500 0
[pid=10569] ppid=10526 vsize=5356 CPUtime=0
/proc/10569/stat : 10569 (sh) S 10526 10526 10099 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 37760035 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 255372878660 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10569/statm: 1339 232 193 169 0 50 0
[pid=10570] ppid=10569 vsize=125356 CPUtime=2040.48
/proc/10570/stat : 10570 (minisat) R 10569 10526 10099 0 -1 4194304 29539 0 0 0 204021 27 0 0 25 0 1 0 37760036 128364544 29525 996147200 134512640 135127466 4294956256 18446744073709551615 134527709 0 0 4096 3 0 0 0 17 0 0 0
/proc/10570/statm: 31339 29525 75 150 0 31186 0
Current children cumulated CPU time (s) 3320.14
Current children cumulated vsize (KiB) 144312

[startup+3402.3 s]
/proc/loadavg: 2.09 2.22 2.13 3/108 10610
/proc/meminfo: memFree=1553680/2055912 swapFree=4170900/4192956
[pid=10526] ppid=10524 vsize=13600 CPUtime=1279.66
/proc/10526/stat : 10526 (sugar) S 10524 10526 10099 0 -1 4194304 1222 90749 0 3 3 1 127872 90 16 0 1 0 37630402 13926400 802 996147200 4194304 4206940 548682068592 18446744073709551615 255381778530 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/10526/statm: 3400 802 374 3 0 500 0
[pid=10569] ppid=10526 vsize=5356 CPUtime=0
/proc/10569/stat : 10569 (sh) S 10526 10526 10099 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 37760035 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 255372878660 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10569/statm: 1339 232 193 169 0 50 0
[pid=10570] ppid=10569 vsize=126148 CPUtime=2100.47
/proc/10570/stat : 10570 (minisat) R 10569 10526 10099 0 -1 4194304 29749 0 0 0 210019 28 0 0 25 0 1 0 37760036 129175552 29735 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/10570/statm: 31537 29735 75 150 0 31384 0
Current children cumulated CPU time (s) 3380.13
Current children cumulated vsize (KiB) 145104

[startup+3462.3 s]
/proc/loadavg: 2.03 2.18 2.11 3/108 10610
/proc/meminfo: memFree=1551696/2055912 swapFree=4170900/4192956
[pid=10526] ppid=10524 vsize=13600 CPUtime=1279.66
/proc/10526/stat : 10526 (sugar) S 10524 10526 10099 0 -1 4194304 1222 90749 0 3 3 1 127872 90 16 0 1 0 37630402 13926400 802 996147200 4194304 4206940 548682068592 18446744073709551615 255381778530 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/10526/statm: 3400 802 374 3 0 500 0
[pid=10569] ppid=10526 vsize=5356 CPUtime=0
/proc/10569/stat : 10569 (sh) S 10526 10526 10099 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 37760035 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 255372878660 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10569/statm: 1339 232 193 169 0 50 0
[pid=10570] ppid=10569 vsize=127780 CPUtime=2160.43
/proc/10570/stat : 10570 (minisat) R 10569 10526 10099 0 -1 4194304 30164 0 0 0 216015 28 0 0 25 0 1 0 37760036 130846720 30150 996147200 134512640 135127466 4294956256 18446744073709551615 134530938 0 0 4096 3 0 0 0 17 0 0 0
/proc/10570/statm: 31945 30150 75 150 0 31792 0
Current children cumulated CPU time (s) 3440.09
Current children cumulated vsize (KiB) 146736

[startup+3522.31 s]
/proc/loadavg: 2.01 2.14 2.10 4/108 10610
/proc/meminfo: memFree=1550736/2055912 swapFree=4170900/4192956
[pid=10526] ppid=10524 vsize=13600 CPUtime=1279.66
/proc/10526/stat : 10526 (sugar) S 10524 10526 10099 0 -1 4194304 1222 90749 0 3 3 1 127872 90 16 0 1 0 37630402 13926400 802 996147200 4194304 4206940 548682068592 18446744073709551615 255381778530 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/10526/statm: 3400 802 374 3 0 500 0
[pid=10569] ppid=10526 vsize=5356 CPUtime=0
/proc/10569/stat : 10569 (sh) S 10526 10526 10099 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 37760035 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 255372878660 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10569/statm: 1339 232 193 169 0 50 0
[pid=10570] ppid=10569 vsize=128716 CPUtime=2220.41
/proc/10570/stat : 10570 (minisat) R 10569 10526 10099 0 -1 4194304 30402 0 0 0 222013 28 0 0 25 0 1 0 37760036 131805184 30388 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/10570/statm: 32179 30388 75 150 0 32026 0
Current children cumulated CPU time (s) 3500.07
Current children cumulated vsize (KiB) 147672

[startup+3582.3 s]
/proc/loadavg: 2.00 2.12 2.09 3/108 10610
/proc/meminfo: memFree=1549712/2055912 swapFree=4170900/4192956
[pid=10526] ppid=10524 vsize=13600 CPUtime=1279.66
/proc/10526/stat : 10526 (sugar) S 10524 10526 10099 0 -1 4194304 1222 90749 0 3 3 1 127872 90 16 0 1 0 37630402 13926400 802 996147200 4194304 4206940 548682068592 18446744073709551615 255381778530 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/10526/statm: 3400 802 374 3 0 500 0
[pid=10569] ppid=10526 vsize=5356 CPUtime=0
/proc/10569/stat : 10569 (sh) S 10526 10526 10099 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 37760035 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 255372878660 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10569/statm: 1339 232 193 169 0 50 0
[pid=10570] ppid=10569 vsize=129760 CPUtime=2280.39
/proc/10570/stat : 10570 (minisat) R 10569 10526 10099 0 -1 4194304 30668 0 0 0 228010 29 0 0 25 0 1 0 37760036 132874240 30654 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/10570/statm: 32440 30654 75 150 0 32287 0
Current children cumulated CPU time (s) 3560.05
Current children cumulated vsize (KiB) 148716



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3622.3 s]
/proc/loadavg: 2.00 2.10 2.09 3/108 10610
/proc/meminfo: memFree=1549072/2055912 swapFree=4170900/4192956
[pid=10526] ppid=10524 vsize=13600 CPUtime=1279.66
/proc/10526/stat : 10526 (sugar) S 10524 10526 10099 0 -1 4194304 1222 90749 0 3 3 1 127872 90 16 0 1 0 37630402 13926400 802 996147200 4194304 4206940 548682068592 18446744073709551615 255381778530 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/10526/statm: 3400 802 374 3 0 500 0
[pid=10569] ppid=10526 vsize=5356 CPUtime=0
/proc/10569/stat : 10569 (sh) S 10526 10526 10099 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 37760035 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 255372878660 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10569/statm: 1339 232 193 169 0 50 0
[pid=10570] ppid=10569 vsize=130288 CPUtime=2320.38
/proc/10570/stat : 10570 (minisat) R 10569 10526 10099 0 -1 4194304 30822 0 0 0 232009 29 0 0 25 0 1 0 37760036 133414912 30808 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/10570/statm: 32572 30808 75 150 0 32419 0
Current children cumulated CPU time (s) 3600.04
Current children cumulated vsize (KiB) 149244

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

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

Child status: 0

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 10526 and gives
#  childrusage.ru_utime.tv_sec=1278
#  childrusage.ru_utime.tv_usec=763598
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=949855
# CPU time returned by wait4() is 1279.71
# while last known CPU time is 3600.04
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 3622.36
CPU time (s): 3600.04
CPU user time (s): 3598.84
CPU system time (s): 1.2
CPU usage (%): 99.3839
Max. virtual memory (cumulated for all children) (KiB): 890704

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1278.76
system time used= 0.949855
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 92314
page faults= 3
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 21458
involuntary context switches= 67169

runsolver used 5.46817 second user time and 16.3915 second system time

The end

Launcher Data (download as text)

Begin job on node78 at 2008-07-11 22:48:58
IDJOB=1109726
IDBENCH=61005
IDSOLVER=368
FILE ID=node78/1109726-1215809338
PBS_JOBID= 7903255
Free space on /tmp= 126640 MiB

SOLVER NAME= Sugar v1.13+minisat
BENCH NAME= CPAI08/csp/rand-10-20-10/normalized-rand-10-20-10-5-10000-2_ext.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-1109726-1215809338/watcher-1109726-1215809338 -o /tmp/evaluation-result-1109726-1215809338/solver-1109726-1215809338 -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-1109726-1215809338.xml

TIME LIMIT= 3600 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 2df4c69d39e368cfd78aef96a796eed2
RANDOM SEED=119177657

node78.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.232
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.232
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:      2055912 kB
MemFree:       1739000 kB
Buffers:         21424 kB
Cached:         209940 kB
SwapCached:       6160 kB
Active:          81724 kB
Inactive:       188584 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055912 kB
LowFree:       1739000 kB
SwapTotal:     4192956 kB
SwapFree:      4170900 kB
Dirty:            2268 kB
Writeback:           0 kB
Mapped:          56072 kB
Slab:            28808 kB
Committed_AS:   302632 kB
PageTables:       3964 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 126640 MiB
End job on node78 at 2008-07-11 23:49:22