Trace number 1109718

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.05 3619.05

General information on the benchmark

Namecsp/rand-10-20-10/
normalized-rand-10-20-10-5-10000-0_ext.xml
MD5SUM1b92140e9349a43b07ee62c365fab9f4
Bench CategoryN-ARY-EXT (n-ary constraints in extension)
Best result obtained on this benchmarkMSAT TO
Best Number of falsified constraints3
Best CPU time to get the best result obtained on this benchmark3600.02
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.01/0.04	c 0	Sugar v1-13 + HOME/minisat
0.01/0.04	c 0	BEGIN Fri Jul 11 22:48:16 2008
0.01/0.04	c 0	PID 13800
0.01/0.05	c 0	HOST node64.alineos.net
0.01/0.05	c 0	CONVERTING HOME/instance-1109718-1215809296.xml TO HOME/temp.csp
0.01/0.05	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1109718-1215809296.xml' 'HOME/temp.csp'
0.03/0.65	c 1	1 domains, 20 variables, 0 predicates, 5 relations, 5 constraints
0.03/0.69	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.03/0.69	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.60/0.78	c 1	Parsing HOME/temp.csp
1.27/1.40	c 1	parsed 31 expressions
1.27/1.41	c 1	Heap : 13 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
1.27/1.41	c 1	MAX CSP: 5 constraints
1.27/1.41	c 1	Converting to clausal form CSP
1.27/1.43	c 1	converted 4 (10%) expressions
1.27/1.43	c 1	converted 8 (20%) expressions
1.27/1.43	c 1	converted 12 (30%) expressions
1.27/1.43	c 1	converted 16 (40%) expressions
1.27/1.43	c 1	converted 20 (50%) expressions
1.38/1.55	c 2	converted 24 (60%) expressions
1.57/1.76	c 2	converted 28 (70%) expressions
2.08/2.25	c 2	converted 32 (80%) expressions
2.67/2.84	c 3	converted 36 (90%) expressions
2.67/2.84	c 3	converted 39 (100%) expressions
2.67/2.84	c 3	CSP : 26 integers, 0 booleans, 6 clauses, largest domain size 10
2.67/2.84	c 3	Heap : 52 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
2.67/2.84	c 3	Propagation in CSP
2.67/2.84	c 3	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
2.67/2.84	c 3	CSP : 26 integers, 0 booleans, 6 clauses, largest domain size 10
2.67/2.84	c 3	Heap : 52 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
2.67/2.84	c 3	Simplifing CSP by introducing new Boolean variables
2.67/2.84	c 3	CSP : 26 integers, 0 booleans, 6 clauses, largest domain size 10
2.67/2.84	c 3	Heap : 52 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
2.87/3.08	c 3	Encoding CSP to SAT : HOME/temp.cnf
2.87/3.09	c 3	3 (10%) CSP integer variables are encoded (24 clauses, 264 bytes)
2.87/3.09	c 3	6 (20%) CSP integer variables are encoded (48 clauses, 480 bytes)
2.87/3.09	c 3	8 (30%) CSP integer variables are encoded (64 clauses, 624 bytes)
2.87/3.09	c 3	11 (40%) CSP integer variables are encoded (88 clauses, 840 bytes)
2.87/3.09	c 3	13 (50%) CSP integer variables are encoded (104 clauses, 1016 bytes)
2.87/3.10	c 3	16 (60%) CSP integer variables are encoded (128 clauses, 1280 bytes)
2.87/3.10	c 3	19 (70%) CSP integer variables are encoded (152 clauses, 1544 bytes)
2.87/3.10	c 3	21 (80%) CSP integer variables are encoded (160 clauses, 1632 bytes)
2.87/3.10	c 3	24 (90%) CSP integer variables are encoded (160 clauses, 1632 bytes)
2.87/3.10	c 3	26 (100%) CSP integer variables are encoded (164 clauses, 1676 bytes)
163.42/164.57	c 165	1 (10%) CSP clauses are encoded (141242 clauses, 7128761 bytes)
315.61/317.66	c 318	2 (20%) CSP clauses are encoded (281864 clauses, 14583441 bytes)
471.19/474.17	c 474	3 (30%) CSP clauses are encoded (422540 clauses, 22040355 bytes)
635.80/639.76	c 640	4 (40%) CSP clauses are encoded (563507 clauses, 30002575 bytes)
802.59/807.58	c 808	5 (50%) CSP clauses are encoded (703913 clauses, 37693859 bytes)
802.59/807.59	c 808	6 (60%) CSP clauses are encoded (703944 clauses, 37694396 bytes)
802.59/807.59	c 808	6 CSP clauses encoded
802.59/807.59	c 808	Writing map file : HOME/temp.map
802.59/807.59	c 808	Heap : 60 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
802.59/807.59	c 808	SAT : 190 SAT variables, 703944 SAT clauses, 37694396 bytes
802.59/807.59	c 808	Heap : 60 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
802.68/807.65	c 808	OBJECTIVE minimize _COST
802.68/807.65	c 808	OBJECTIVE BOUND: 0 <= _COST <= 
802.68/807.65	c 808	SEARCHING: _COST <= 3
802.68/807.65	c 808	SOLVING HOME/temp.cnf
802.68/807.65	c 808	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
802.68/807.65	c 808	This is MiniSat 2.0 beta
802.68/807.65	c 808	WARNING: for repeatability, setting FPU to use double precision
802.68/807.65	c 808	============================[ Problem Statistics ]=============================
802.68/807.65	c 808	|                                                                             |
802.68/807.66	c 808	|  Number of variables:  190                                                  |
802.68/807.66	c 808	|  Number of clauses:    703945                                               |
803.65/808.69	c 809	|  Parsing time:         0.90         s                                       |
803.75/808.75	c 809	============================[ Search Statistics ]==============================
803.75/808.75	c 809	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
803.75/808.75	c 809	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
803.75/808.75	c 809	===============================================================================
803.75/808.75	c 809	|         0 |     188   703942  9544054 |   234647        0    nan |  0.000 % |
804.25/809.25	c 809	|       100 |     188   703942  9544054 |   258112      100      9 |  1.055 % |
804.65/809.62	c 810	|       251 |     188   703942  9544054 |   283923      251      9 |  1.058 % |
805.66/810.66	c 811	|       476 |     188   703942  9544054 |   312315      476     10 |  1.058 % |
806.15/811.15	c 811	|       814 |     188   703942  9544054 |   343547      814     11 |  1.072 % |
807.54/812.54	c 813	|      1320 |     188   703942  9544054 |   377901     1320     12 |  1.058 % |
807.54/812.59	c 813	===============================================================================
807.54/812.59	c 813	restarts              : 6
807.54/812.59	c 813	conflicts             : 1330           (279 /sec)
807.54/812.59	c 813	decisions             : 2070           (1.59 % random) (434 /sec)
807.54/812.59	c 813	propagations          : 13598          (2852 /sec)
807.54/812.59	c 813	conflict literals     : 15700          (18.54 % deleted)
807.54/812.59	c 813	Memory used           : 66.02 MB
807.54/812.59	c 813	CPU time              : 4.76828 s
807.54/812.59	c 813	
807.54/812.59	c 813	SATISFIABLE
807.64/812.60	c 813	FOUND: _COST <= 3
807.64/812.60	s SATISFIABLE
807.64/812.60	c 813	DECODING HOME/temp.out WITH HOME/temp.map
807.64/812.60	c 813	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
807.64/812.68	c 813	Decoding HOME/temp.out
807.65/812.70	c 813	OBJECTIVE _COST 3
807.65/812.70	o 3
807.65/812.70	v 9 7 9 8 9 7 3 9 9 7 9 9 8 3 8 5 1 4 5 9
807.65/812.71	c 813	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
807.65/812.76	c 813	OBJECTIVE BOUND: 0 <= _COST <= 3
807.65/812.76	c 813	SEARCHING: _COST <= 1
807.65/812.76	c 813	SOLVING HOME/temp.cnf
807.65/812.76	c 813	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
807.65/812.76	c 813	This is MiniSat 2.0 beta
807.65/812.76	c 813	WARNING: for repeatability, setting FPU to use double precision
807.65/812.76	c 813	============================[ Problem Statistics ]=============================
807.65/812.76	c 813	|                                                                             |
807.65/812.76	c 813	|  Number of variables:  190                                                  |
807.65/812.76	c 813	|  Number of clauses:    703945                                               |
808.69/813.79	c 814	|  Parsing time:         0.90         s                                       |
808.78/813.86	c 814	============================[ Search Statistics ]==============================
808.78/813.86	c 814	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
808.78/813.86	c 814	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
808.78/813.86	c 814	===============================================================================
808.78/813.86	c 814	|         0 |     186   703940  9544050 |   234646        0    nan |  0.000 % |
809.38/814.43	c 814	|       100 |     186   703940  9544050 |   258111      100      9 |  2.108 % |
809.77/814.85	c 815	|       251 |     186   703940  9544050 |   283922      251     10 |  2.122 % |
810.27/815.33	c 815	|       476 |     186   703940  9544050 |   312314      476     10 |  2.130 % |
810.77/815.82	c 816	|       813 |     186   703940  9544050 |   343546      813     11 |  2.130 % |
811.96/817.03	c 817	|      1319 |     186   703940  9544050 |   377900     1319     11 |  2.122 % |
813.35/818.43	c 818	|      2078 |     186   703940  9544050 |   415690     2078     12 |  2.125 % |
817.74/822.81	c 823	|      3219 |     186   703940  9544050 |   457259     3219     12 |  2.130 % |
821.62/826.76	c 827	|      4929 |     186   703940  9544050 |   502985     4929     13 |  2.122 % |
829.37/834.54	c 835	|      7491 |     186   703940  9544050 |   553284     7491     13 |  2.108 % |
839.92/845.10	c 845	|     11336 |     186   703940  9544050 |   608613    11336     13 |  2.122 % |
855.64/860.97	c 861	|     17103 |     186   703940  9544050 |   669474    17103     12 |  2.131 % |
878.73/884.14	c 884	|     25754 |     186   703940  9544050 |   736421    25754     13 |  2.130 % |
916.14/921.74	c 922	|     38728 |     186   703940  9544050 |   810063    38728     13 |  2.144 % |
958.22/964.02	c 964	|     58189 |     186   703940  9544050 |   891070    58189     13 |  2.122 % |
1036.72/1042.97	c 1043	|     87381 |     186   703940  9544050 |   980177    87381     13 |  2.130 % |
1180.01/1186.93	c 1187	|    131170 |     186   703940  9544050 |  1078195   131170     14 |  2.125 % |
1409.95/1418.02	c 1418	|    196854 |     186   703940  9544050 |  1186014   196854     14 |  2.128 % |
1783.87/1793.81	c 1794	|    295381 |     186   703940  9544050 |  1304616   295381     15 |  2.108 % |
2441.07/2454.32	c 2454	|    443170 |     181   703940  9544050 |  1435077   443169     15 |  6.366 % |
2482.96/2496.42	c 2496	===============================================================================
2482.96/2496.42	c 2496	restarts              : 20
2482.96/2496.42	c 2496	conflicts             : 451401         (270 /sec)
2482.96/2496.42	c 2496	decisions             : 537475         (1.65 % random) (321 /sec)
2482.96/2496.42	c 2496	propagations          : 6606900        (3945 /sec)
2482.96/2496.42	c 2496	conflict literals     : 6540284        (20.56 % deleted)
2482.96/2496.42	c 2496	Memory used           : 115.05 MB
2482.96/2496.42	c 2496	CPU time              : 1674.93 s
2482.96/2496.42	c 2496	
2482.96/2496.42	c 2496	UNSATISFIABLE
2482.96/2496.44	c 2496	NOT FOUND: _COST <= 1
2482.96/2496.44	c 2496	OBJECTIVE BOUND: 2 <= _COST <= 3
2482.96/2496.44	c 2496	SEARCHING: _COST <= 2
2482.96/2496.44	c 2496	SOLVING HOME/temp.cnf
2482.96/2496.44	c 2496	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
2482.96/2496.45	c 2496	This is MiniSat 2.0 beta
2482.96/2496.45	c 2496	WARNING: for repeatability, setting FPU to use double precision
2482.96/2496.45	c 2496	============================[ Problem Statistics ]=============================
2482.96/2496.45	c 2496	|                                                                             |
2482.96/2496.45	c 2496	|  Number of variables:  190                                                  |
2482.96/2496.45	c 2496	|  Number of clauses:    703945                                               |
2484.06/2497.52	c 2498	|  Parsing time:         0.95         s                                       |
2484.06/2497.59	c 2498	============================[ Search Statistics ]==============================
2484.06/2497.59	c 2498	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
2484.06/2497.59	c 2498	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
2484.06/2497.59	c 2498	===============================================================================
2484.06/2497.59	c 2498	|         0 |     187   703941  9544052 |   234647        0    nan |  0.000 % |
2484.66/2498.19	c 2498	|       100 |     187   703941  9544052 |   258111      100      9 |  1.582 % |
2485.06/2498.55	c 2499	|       250 |     187   703941  9544052 |   283922      250     10 |  1.585 % |
2485.76/2499.27	c 2499	|       475 |     187   703941  9544052 |   312315      475     10 |  1.585 % |
2486.65/2500.20	c 2500	|       814 |     187   703941  9544052 |   343546      814     10 |  1.604 % |
2487.34/2500.88	c 2501	|      1321 |     187   703941  9544052 |   377901     1321     11 |  1.601 % |
2489.53/2503.03	c 2503	|      2080 |     187   703941  9544052 |   415691     2080     11 |  1.585 % |
2491.32/2504.82	c 2505	|      3219 |     187   703941  9544052 |   457260     3219     12 |  1.598 % |
2496.00/2509.53	c 2510	|      4927 |     187   703941  9544052 |   502986     4927     12 |  1.604 % |
2503.46/2517.01	c 2517	|      7490 |     187   703941  9544052 |   553285     7490     13 |  1.585 % |
2513.41/2527.03	c 2527	|     11334 |     187   703941  9544052 |   608613    11334     13 |  1.601 % |
2523.46/2537.13	c 2537	|     17101 |     187   703941  9544052 |   669475    17101     13 |  1.604 % |
2548.14/2561.93	c 2562	|     25750 |     187   703941  9544052 |   736422    25750     14 |  1.585 % |
2586.45/2600.41	c 2600	|     38724 |     187   703941  9544052 |   810065    38724     14 |  1.604 % |
2634.11/2648.39	c 2648	|     58185 |     187   703941  9544052 |   891071    58185     14 |  1.604 % |
2714.81/2729.43	c 2729	|     87378 |     187   703941  9544052 |   980178    87378     14 |  1.598 % |
2831.24/2846.50	c 2847	|    131168 |     187   703941  9544052 |  1078196   131168     15 |  1.585 % |
3059.51/3075.84	c 3076	|    196852 |     187   703941  9544052 |  1186016   196852     15 |  1.604 % |
3494.46/3512.95	c 3513	|    295378 |     187   703941  9544052 |  1304617   295378     15 |  1.598 % |
3600.05/3619.02	c ERROR INTERRUPTED
3600.05/3619.02	c 3619	CPU 2481.95 (0.04 0.01 2481.91 1.06)
3600.05/3619.02	c 3619	END Fri Jul 11 23:48:35 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-1109718-1215809296/watcher-1109718-1215809296 -o /tmp/evaluation-result-1109718-1215809296/solver-1109718-1215809296 -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-1109718-1215809296.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: 0.08 0.02 0.01 4/78 13800
/proc/meminfo: memFree=1853004/2055920 swapFree=4175516/4192956
[pid=13800] ppid=13798 vsize=4708 CPUtime=0
/proc/13800/stat : 13800 (sugar) R 13798 13800 13645 0 -1 4194304 58 0 0 0 0 0 0 0 20 0 1 0 37627684 4820992 43 996147200 4194304 4206940 548682068592 18446744073709551615 251252503945 0 0 4096 0 0 0 0 17 1 0 0
/proc/13800/statm: 1177 43 33 3 0 8 0

[startup+0.034918 s]
/proc/loadavg: 0.08 0.02 0.01 4/78 13800
/proc/meminfo: memFree=1853004/2055920 swapFree=4175516/4192956
[pid=13800] ppid=13798 vsize=13072 CPUtime=0.01
/proc/13800/stat : 13800 (sugar) R 13798 13800 13645 0 -1 4194304 639 0 0 0 1 0 0 0 20 0 1 0 37627684 13385728 607 996147200 4194304 4206940 548682068592 18446744073709551615 251254969057 0 0 4224 0 0 0 0 17 1 0 0
/proc/13800/statm: 3268 608 316 3 0 368 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 13072

[startup+0.102928 s]
/proc/loadavg: 0.08 0.02 0.01 4/78 13800
/proc/meminfo: memFree=1853004/2055920 swapFree=4175516/4192956
[pid=13800] ppid=13798 vsize=13600 CPUtime=0.03
/proc/13800/stat : 13800 (sugar) S 13798 13800 13645 0 -1 4194304 898 127 0 0 3 0 0 0 17 0 1 0 37627684 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 251264020578 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13800/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.302965 s]
/proc/loadavg: 0.08 0.02 0.01 4/78 13800
/proc/meminfo: memFree=1853004/2055920 swapFree=4175516/4192956
[pid=13800] ppid=13798 vsize=13600 CPUtime=0.03
/proc/13800/stat : 13800 (sugar) S 13798 13800 13645 0 -1 4194304 898 127 0 0 3 0 0 0 17 0 1 0 37627684 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 251264020578 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13800/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.702042 s]
/proc/loadavg: 0.08 0.02 0.01 4/78 13800
/proc/meminfo: memFree=1853004/2055920 swapFree=4175516/4192956
[pid=13800] ppid=13798 vsize=13600 CPUtime=0.6
/proc/13800/stat : 13800 (sugar) S 13798 13800 13645 0 -1 4194304 957 7970 0 1 3 0 51 6 16 0 1 0 37627684 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 251264020578 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13800/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 0.6
Current children cumulated vsize (KiB) 13600

[startup+1.5012 s]
/proc/loadavg: 0.08 0.02 0.01 3/99 13843
/proc/meminfo: memFree=1825572/2055920 swapFree=4175516/4192956
[pid=13800] ppid=13798 vsize=13600 CPUtime=0.6
/proc/13800/stat : 13800 (sugar) S 13798 13800 13645 0 -1 4194304 974 7970 0 1 3 0 51 6 15 0 1 0 37627684 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 251264020578 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13800/statm: 3400 797 370 3 0 500 0
[pid=13834] ppid=13800 vsize=5356 CPUtime=0
/proc/13834/stat : 13834 (sh) S 13800 13800 13645 0 -1 4194304 278 0 0 0 0 0 0 0 16 0 1 0 37627753 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 251255120708 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13834/statm: 1339 233 193 169 0 50 0
[pid=13835] ppid=13834 vsize=864364 CPUtime=0.78
/proc/13835/stat : 13835 (java) S 13834 13800 13645 0 -1 0 8619 0 1 0 74 4 0 0 18 0 9 0 37627754 885108736 7860 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/13835/statm: 216091 7860 2540 9 0 210666 0
[pid=13835/tid=13836] ppid=13834 vsize=864364 CPUtime=0.43
/proc/13835/task/13836/stat : 13836 (java) R 13834 13800 13645 0 -1 64 2566 0 1 0 42 1 0 0 24 0 9 0 37627755 885108736 7860 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13835/tid=13837] ppid=13834 vsize=864364 CPUtime=0.27
/proc/13835/task/13837/stat : 13837 (java) R 13834 13800 13645 0 -1 64 5041 0 0 0 26 1 0 0 16 0 9 0 37627756 885108736 7860 996147200 134512640 134550740 4294955936 18446744073709551615 104180096 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=13835/tid=13838] ppid=13834 vsize=864364 CPUtime=0
/proc/13835/task/13838/stat : 13838 (java) S 13834 13800 13645 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 37627757 885108736 7860 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13835/tid=13839] ppid=13834 vsize=864364 CPUtime=0
/proc/13835/task/13839/stat : 13839 (java) S 13834 13800 13645 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 37627757 885108736 7860 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13835/tid=13840] ppid=13834 vsize=864364 CPUtime=0
/proc/13835/task/13840/stat : 13840 (java) S 13834 13800 13645 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 37627759 885108736 7860 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13835/tid=13841] ppid=13834 vsize=864364 CPUtime=0.04
/proc/13835/task/13841/stat : 13841 (java) S 13834 13800 13645 0 -1 64 315 0 0 0 4 0 0 0 16 0 9 0 37627759 885108736 7860 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13835/tid=13842] ppid=13834 vsize=864364 CPUtime=0
/proc/13835/task/13842/stat : 13842 (java) S 13834 13800 13645 0 -1 64 2 0 0 0 0 0 0 0 20 0 9 0 37627759 885108736 7860 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13835/tid=13843] ppid=13834 vsize=864364 CPUtime=0
/proc/13835/task/13843/stat : 13843 (java) S 13834 13800 13645 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 37627759 885108736 7860 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) 883320

[startup+3.10249 s]
/proc/loadavg: 0.08 0.02 0.01 4/99 13843
/proc/meminfo: memFree=1765860/2055920 swapFree=4175516/4192956
[pid=13800] ppid=13798 vsize=13600 CPUtime=0.6
/proc/13800/stat : 13800 (sugar) S 13798 13800 13645 0 -1 4194304 974 7970 0 1 3 0 51 6 15 0 1 0 37627684 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 251264020578 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13800/statm: 3400 797 370 3 0 500 0
[pid=13834] ppid=13800 vsize=5356 CPUtime=0
/proc/13834/stat : 13834 (sh) S 13800 13800 13645 0 -1 4194304 278 0 0 0 0 0 0 0 16 0 1 0 37627753 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 251255120708 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13834/statm: 1339 233 193 169 0 50 0
[pid=13835] ppid=13834 vsize=864476 CPUtime=2.36
/proc/13835/stat : 13835 (java) S 13834 13800 13645 0 -1 0 18864 0 1 0 227 9 0 0 18 0 9 0 37627754 885223424 17499 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/13835/statm: 216119 17499 2564 9 0 210666 0
[pid=13835/tid=13836] ppid=13834 vsize=864476 CPUtime=0.81
/proc/13835/task/13836/stat : 13836 (java) R 13834 13800 13645 0 -1 64 3282 0 1 0 80 1 0 0 23 0 9 0 37627755 885223424 17499 996147200 134512640 134550740 4294955936 18446744073709551615 4125977493 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13835/tid=13837] ppid=13834 vsize=864476 CPUtime=1.48
/proc/13835/task/13837/stat : 13837 (java) S 13834 13800 13645 0 -1 64 14563 0 0 0 141 7 0 0 19 0 9 0 37627756 885223424 17499 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=13835/tid=13838] ppid=13834 vsize=864476 CPUtime=0
/proc/13835/task/13838/stat : 13838 (java) S 13834 13800 13645 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 37627757 885223424 17499 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13835/tid=13839] ppid=13834 vsize=864476 CPUtime=0
/proc/13835/task/13839/stat : 13839 (java) S 13834 13800 13645 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 37627757 885223424 17499 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13835/tid=13840] ppid=13834 vsize=864476 CPUtime=0
/proc/13835/task/13840/stat : 13840 (java) S 13834 13800 13645 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 37627759 885223424 17499 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13835/tid=13841] ppid=13834 vsize=864476 CPUtime=0.05
/proc/13835/task/13841/stat : 13841 (java) S 13834 13800 13645 0 -1 64 322 0 0 0 5 0 0 0 16 0 9 0 37627759 885223424 17499 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13835/tid=13842] ppid=13834 vsize=864476 CPUtime=0
/proc/13835/task/13842/stat : 13842 (java) S 13834 13800 13645 0 -1 64 2 0 0 0 0 0 0 0 20 0 9 0 37627759 885223424 17499 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13835/tid=13843] ppid=13834 vsize=864476 CPUtime=0
/proc/13835/task/13843/stat : 13843 (java) S 13834 13800 13645 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 37627759 885223424 17500 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.96
Current children cumulated vsize (KiB) 883432

[startup+6.3011 s]
/proc/loadavg: 0.23 0.05 0.02 3/99 13843
/proc/meminfo: memFree=1728228/2055920 swapFree=4175516/4192956
[pid=13800] ppid=13798 vsize=13600 CPUtime=0.6
/proc/13800/stat : 13800 (sugar) S 13798 13800 13645 0 -1 4194304 974 7970 0 1 3 0 51 6 15 0 1 0 37627684 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 251264020578 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13800/statm: 3400 797 370 3 0 500 0
[pid=13834] ppid=13800 vsize=5356 CPUtime=0
/proc/13834/stat : 13834 (sh) S 13800 13800 13645 0 -1 4194304 278 0 0 0 0 0 0 0 16 0 1 0 37627753 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 251255120708 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13834/statm: 1339 233 193 169 0 50 0
[pid=13835] ppid=13834 vsize=864476 CPUtime=5.55
/proc/13835/stat : 13835 (java) S 13834 13800 13645 0 -1 0 18908 0 1 0 545 10 0 0 18 0 9 0 37627754 885223424 17523 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/13835/statm: 216119 17523 2564 9 0 210666 0
[pid=13835/tid=13836] ppid=13834 vsize=864476 CPUtime=3.93
/proc/13835/task/13836/stat : 13836 (java) R 13834 13800 13645 0 -1 64 3310 0 1 0 391 2 0 0 25 0 9 0 37627755 885223424 17523 996147200 134512640 134550740 4294955936 18446744073709551615 4126549266 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13835/tid=13837] ppid=13834 vsize=864476 CPUtime=1.52
/proc/13835/task/13837/stat : 13837 (java) S 13834 13800 13645 0 -1 64 14563 0 0 0 145 7 0 0 16 0 9 0 37627756 885223424 17523 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=13835/tid=13838] ppid=13834 vsize=864476 CPUtime=0
/proc/13835/task/13838/stat : 13838 (java) S 13834 13800 13645 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 37627757 885223424 17523 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13835/tid=13839] ppid=13834 vsize=864476 CPUtime=0
/proc/13835/task/13839/stat : 13839 (java) S 13834 13800 13645 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 37627757 885223424 17523 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13835/tid=13840] ppid=13834 vsize=864476 CPUtime=0
/proc/13835/task/13840/stat : 13840 (java) S 13834 13800 13645 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 37627759 885223424 17523 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13835/tid=13841] ppid=13834 vsize=864476 CPUtime=0.08
/proc/13835/task/13841/stat : 13841 (java) S 13834 13800 13645 0 -1 64 338 0 0 0 8 0 0 0 16 0 9 0 37627759 885223424 17523 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13835/tid=13842] ppid=13834 vsize=864476 CPUtime=0
/proc/13835/task/13842/stat : 13842 (java) S 13834 13800 13645 0 -1 64 2 0 0 0 0 0 0 0 20 0 9 0 37627759 885223424 17523 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13835/tid=13843] ppid=13834 vsize=864476 CPUtime=0
/proc/13835/task/13843/stat : 13843 (java) S 13834 13800 13645 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 37627759 885223424 17523 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) 883432

[startup+12.7013 s]
/proc/loadavg: 0.37 0.08 0.03 3/99 13843
/proc/meminfo: memFree=1727844/2055920 swapFree=4175516/4192956
[pid=13800] ppid=13798 vsize=13600 CPUtime=0.6
/proc/13800/stat : 13800 (sugar) S 13798 13800 13645 0 -1 4194304 974 7970 0 1 3 0 51 6 15 0 1 0 37627684 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 251264020578 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13800/statm: 3400 797 370 3 0 500 0
[pid=13834] ppid=13800 vsize=5356 CPUtime=0
/proc/13834/stat : 13834 (sh) S 13800 13800 13645 0 -1 4194304 278 0 0 0 0 0 0 0 16 0 1 0 37627753 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 251255120708 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13834/statm: 1339 233 193 169 0 50 0
[pid=13835] ppid=13834 vsize=864476 CPUtime=11.91
/proc/13835/stat : 13835 (java) S 13834 13800 13645 0 -1 0 18908 0 1 0 1181 10 0 0 18 0 9 0 37627754 885223424 17523 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/13835/statm: 216119 17523 2564 9 0 210666 0
[pid=13835/tid=13836] ppid=13834 vsize=864476 CPUtime=10.29
/proc/13835/task/13836/stat : 13836 (java) R 13834 13800 13645 0 -1 64 3310 0 1 0 1027 2 0 0 25 0 9 0 37627755 885223424 17523 996147200 134512640 134550740 4294955936 18446744073709551615 4126549274 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13835/tid=13837] ppid=13834 vsize=864476 CPUtime=1.52
/proc/13835/task/13837/stat : 13837 (java) S 13834 13800 13645 0 -1 64 14563 0 0 0 145 7 0 0 16 0 9 0 37627756 885223424 17523 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=13835/tid=13838] ppid=13834 vsize=864476 CPUtime=0
/proc/13835/task/13838/stat : 13838 (java) S 13834 13800 13645 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 37627757 885223424 17523 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13835/tid=13839] ppid=13834 vsize=864476 CPUtime=0
/proc/13835/task/13839/stat : 13839 (java) S 13834 13800 13645 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 37627757 885223424 17523 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13835/tid=13840] ppid=13834 vsize=864476 CPUtime=0
/proc/13835/task/13840/stat : 13840 (java) S 13834 13800 13645 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 37627759 885223424 17523 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13835/tid=13841] ppid=13834 vsize=864476 CPUtime=0.08
/proc/13835/task/13841/stat : 13841 (java) S 13834 13800 13645 0 -1 64 338 0 0 0 8 0 0 0 16 0 9 0 37627759 885223424 17523 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13835/tid=13842] ppid=13834 vsize=864476 CPUtime=0
/proc/13835/task/13842/stat : 13842 (java) S 13834 13800 13645 0 -1 64 2 0 0 0 0 0 0 0 20 0 9 0 37627759 885223424 17523 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13835/tid=13843] ppid=13834 vsize=864476 CPUtime=0
/proc/13835/task/13843/stat : 13843 (java) S 13834 13800 13645 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 37627759 885223424 17523 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.51
Current children cumulated vsize (KiB) 883432

[startup+25.5027 s]
/proc/loadavg: 0.73 0.18 0.06 3/99 13843
/proc/meminfo: memFree=1727908/2055920 swapFree=4175516/4192956
[pid=13800] ppid=13798 vsize=13600 CPUtime=0.6
/proc/13800/stat : 13800 (sugar) S 13798 13800 13645 0 -1 4194304 974 7970 0 1 3 0 51 6 15 0 1 0 37627684 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 251264020578 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13800/statm: 3400 797 370 3 0 500 0
[pid=13834] ppid=13800 vsize=5356 CPUtime=0
/proc/13834/stat : 13834 (sh) S 13800 13800 13645 0 -1 4194304 278 0 0 0 0 0 0 0 16 0 1 0 37627753 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 251255120708 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13834/statm: 1339 233 193 169 0 50 0
[pid=13835] ppid=13834 vsize=864476 CPUtime=24.63
/proc/13835/stat : 13835 (java) S 13834 13800 13645 0 -1 0 18908 0 1 0 2453 10 0 0 18 0 9 0 37627754 885223424 17523 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/13835/statm: 216119 17523 2564 9 0 210666 0
[pid=13835/tid=13836] ppid=13834 vsize=864476 CPUtime=23.01
/proc/13835/task/13836/stat : 13836 (java) R 13834 13800 13645 0 -1 64 3310 0 1 0 2299 2 0 0 25 0 9 0 37627755 885223424 17523 996147200 134512640 134550740 4294955936 18446744073709551615 4126547968 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13835/tid=13837] ppid=13834 vsize=864476 CPUtime=1.52
/proc/13835/task/13837/stat : 13837 (java) S 13834 13800 13645 0 -1 64 14563 0 0 0 145 7 0 0 16 0 9 0 37627756 885223424 17523 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=13835/tid=13838] ppid=13834 vsize=864476 CPUtime=0
/proc/13835/task/13838/stat : 13838 (java) S 13834 13800 13645 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 37627757 885223424 17523 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13835/tid=13839] ppid=13834 vsize=864476 CPUtime=0
/proc/13835/task/13839/stat : 13839 (java) S 13834 13800 13645 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 37627757 885223424 17523 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0

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

/proc/meminfo: memFree=1576620/2055920 swapFree=4175516/4192956
[pid=13800] ppid=13798 vsize=13600 CPUtime=2483.02
/proc/13800/stat : 13800 (sugar) S 13798 13800 13645 0 -1 4194304 1222 94111 0 3 4 1 248191 106 16 0 1 0 37627684 13926400 802 996147200 4194304 4206940 548682068592 18446744073709551615 251264020578 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13800/statm: 3400 802 374 3 0 500 0
[pid=13877] ppid=13800 vsize=5356 CPUtime=0
/proc/13877/stat : 13877 (sh) S 13800 13800 13645 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 37877328 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 251255120708 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/13877/statm: 1339 232 193 169 0 50 0
[pid=13878] ppid=13877 vsize=90120 CPUtime=602.86
/proc/13878/stat : 13878 (minisat) R 13877 13800 13645 0 -1 4194304 21490 0 0 0 60267 19 0 0 25 0 1 0 37877329 92282880 21476 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/13878/statm: 22530 21476 75 150 0 22377 0
Current children cumulated CPU time (s) 3085.88
Current children cumulated vsize (KiB) 109076

[startup+3162.3 s]
/proc/loadavg: 2.10 2.07 1.93 3/82 13878
/proc/meminfo: memFree=1575084/2055920 swapFree=4175516/4192956
[pid=13800] ppid=13798 vsize=13600 CPUtime=2483.02
/proc/13800/stat : 13800 (sugar) S 13798 13800 13645 0 -1 4194304 1222 94111 0 3 4 1 248191 106 16 0 1 0 37627684 13926400 802 996147200 4194304 4206940 548682068592 18446744073709551615 251264020578 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13800/statm: 3400 802 374 3 0 500 0
[pid=13877] ppid=13800 vsize=5356 CPUtime=0
/proc/13877/stat : 13877 (sh) S 13800 13800 13645 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 37877328 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 251255120708 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/13877/statm: 1339 232 193 169 0 50 0
[pid=13878] ppid=13877 vsize=92040 CPUtime=662.56
/proc/13878/stat : 13878 (minisat) R 13877 13800 13645 0 -1 4194304 21850 0 0 0 66237 19 0 0 25 0 1 0 37877329 94248960 21836 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/13878/statm: 23010 21836 75 150 0 22857 0
Current children cumulated CPU time (s) 3145.58
Current children cumulated vsize (KiB) 110996

[startup+3222.3 s]
/proc/loadavg: 2.57 2.21 1.99 3/82 13878
/proc/meminfo: memFree=1573676/2055920 swapFree=4175516/4192956
[pid=13800] ppid=13798 vsize=13600 CPUtime=2483.02
/proc/13800/stat : 13800 (sugar) S 13798 13800 13645 0 -1 4194304 1222 94111 0 3 4 1 248191 106 16 0 1 0 37627684 13926400 802 996147200 4194304 4206940 548682068592 18446744073709551615 251264020578 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13800/statm: 3400 802 374 3 0 500 0
[pid=13877] ppid=13800 vsize=5356 CPUtime=0
/proc/13877/stat : 13877 (sh) S 13800 13800 13645 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 37877328 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 251255120708 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/13877/statm: 1339 232 193 169 0 50 0
[pid=13878] ppid=13877 vsize=93284 CPUtime=722.27
/proc/13878/stat : 13878 (minisat) R 13877 13800 13645 0 -1 4194304 22157 0 0 0 72207 20 0 0 25 0 1 0 37877329 95522816 22143 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/13878/statm: 23321 22143 75 150 0 23168 0
Current children cumulated CPU time (s) 3205.29
Current children cumulated vsize (KiB) 112240

[startup+3282.3 s]
/proc/loadavg: 2.26 2.18 1.99 3/82 13878
/proc/meminfo: memFree=1571628/2055920 swapFree=4175516/4192956
[pid=13800] ppid=13798 vsize=13600 CPUtime=2483.02
/proc/13800/stat : 13800 (sugar) S 13798 13800 13645 0 -1 4194304 1222 94111 0 3 4 1 248191 106 16 0 1 0 37627684 13926400 802 996147200 4194304 4206940 548682068592 18446744073709551615 251264020578 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13800/statm: 3400 802 374 3 0 500 0
[pid=13877] ppid=13800 vsize=5356 CPUtime=0
/proc/13877/stat : 13877 (sh) S 13800 13800 13645 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 37877328 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 251255120708 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/13877/statm: 1339 232 193 169 0 50 0
[pid=13878] ppid=13877 vsize=95428 CPUtime=781.98
/proc/13878/stat : 13878 (minisat) R 13877 13800 13645 0 -1 4194304 22640 0 0 0 78178 20 0 0 25 0 1 0 37877329 97718272 22626 996147200 134512640 135127466 4294956256 18446744073709551615 134530739 0 0 4096 3 0 0 0 17 1 0 0
/proc/13878/statm: 23857 22626 75 150 0 23704 0
Current children cumulated CPU time (s) 3265
Current children cumulated vsize (KiB) 114384

[startup+3342.3 s]
/proc/loadavg: 2.14 2.16 2.00 3/82 13878
/proc/meminfo: memFree=1570220/2055920 swapFree=4175516/4192956
[pid=13800] ppid=13798 vsize=13600 CPUtime=2483.02
/proc/13800/stat : 13800 (sugar) S 13798 13800 13645 0 -1 4194304 1222 94111 0 3 4 1 248191 106 16 0 1 0 37627684 13926400 802 996147200 4194304 4206940 548682068592 18446744073709551615 251264020578 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13800/statm: 3400 802 374 3 0 500 0
[pid=13877] ppid=13800 vsize=5356 CPUtime=0
/proc/13877/stat : 13877 (sh) S 13800 13800 13645 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 37877328 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 251255120708 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/13877/statm: 1339 232 193 169 0 50 0
[pid=13878] ppid=13877 vsize=96928 CPUtime=841.68
/proc/13878/stat : 13878 (minisat) R 13877 13800 13645 0 -1 4194304 22984 0 0 0 84147 21 0 0 25 0 1 0 37877329 99254272 22970 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/13878/statm: 24232 22970 75 150 0 24079 0
Current children cumulated CPU time (s) 3324.7
Current children cumulated vsize (KiB) 115884

[startup+3402.31 s]
/proc/loadavg: 2.05 2.13 2.00 3/82 13878
/proc/meminfo: memFree=1568748/2055920 swapFree=4175516/4192956
[pid=13800] ppid=13798 vsize=13600 CPUtime=2483.02
/proc/13800/stat : 13800 (sugar) S 13798 13800 13645 0 -1 4194304 1222 94111 0 3 4 1 248191 106 16 0 1 0 37627684 13926400 802 996147200 4194304 4206940 548682068592 18446744073709551615 251264020578 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13800/statm: 3400 802 374 3 0 500 0
[pid=13877] ppid=13800 vsize=5356 CPUtime=0
/proc/13877/stat : 13877 (sh) S 13800 13800 13645 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 37877328 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 251255120708 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/13877/statm: 1339 232 193 169 0 50 0
[pid=13878] ppid=13877 vsize=98152 CPUtime=901.38
/proc/13878/stat : 13878 (minisat) R 13877 13800 13645 0 -1 4194304 23293 0 0 0 90117 21 0 0 25 0 1 0 37877329 100507648 23279 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/13878/statm: 24538 23279 75 150 0 24385 0
Current children cumulated CPU time (s) 3384.4
Current children cumulated vsize (KiB) 117108

[startup+3462.3 s]
/proc/loadavg: 2.02 2.10 2.00 3/82 13878
/proc/meminfo: memFree=1566636/2055920 swapFree=4175516/4192956
[pid=13800] ppid=13798 vsize=13600 CPUtime=2483.02
/proc/13800/stat : 13800 (sugar) S 13798 13800 13645 0 -1 4194304 1222 94111 0 3 4 1 248191 106 16 0 1 0 37627684 13926400 802 996147200 4194304 4206940 548682068592 18446744073709551615 251264020578 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13800/statm: 3400 802 374 3 0 500 0
[pid=13877] ppid=13800 vsize=5356 CPUtime=0
/proc/13877/stat : 13877 (sh) S 13800 13800 13645 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 37877328 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 251255120708 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/13877/statm: 1339 232 193 169 0 50 0
[pid=13878] ppid=13877 vsize=99264 CPUtime=961.1
/proc/13878/stat : 13878 (minisat) R 13877 13800 13645 0 -1 4194304 23595 0 0 0 96088 22 0 0 25 0 1 0 37877329 101646336 23581 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/13878/statm: 24816 23581 75 150 0 24663 0
Current children cumulated CPU time (s) 3444.12
Current children cumulated vsize (KiB) 118220

[startup+3522.3 s]
/proc/loadavg: 2.00 2.08 2.00 3/82 13878
/proc/meminfo: memFree=1563948/2055920 swapFree=4175516/4192956
[pid=13800] ppid=13798 vsize=13600 CPUtime=2483.02
/proc/13800/stat : 13800 (sugar) S 13798 13800 13645 0 -1 4194304 1222 94111 0 3 4 1 248191 106 16 0 1 0 37627684 13926400 802 996147200 4194304 4206940 548682068592 18446744073709551615 251264020578 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13800/statm: 3400 802 374 3 0 500 0
[pid=13877] ppid=13800 vsize=5356 CPUtime=0
/proc/13877/stat : 13877 (sh) S 13800 13800 13645 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 37877328 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 251255120708 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/13877/statm: 1339 232 193 169 0 50 0
[pid=13878] ppid=13877 vsize=100888 CPUtime=1020.79
/proc/13878/stat : 13878 (minisat) R 13877 13800 13645 0 -1 4194304 23971 0 0 0 102057 22 0 0 25 0 1 0 37877329 103309312 23957 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/13878/statm: 25222 23957 75 150 0 25069 0
Current children cumulated CPU time (s) 3503.81
Current children cumulated vsize (KiB) 119844

[startup+3582.3 s]
/proc/loadavg: 2.00 2.06 2.00 3/82 13878
/proc/meminfo: memFree=1561772/2055920 swapFree=4175516/4192956
[pid=13800] ppid=13798 vsize=13600 CPUtime=2483.02
/proc/13800/stat : 13800 (sugar) S 13798 13800 13645 0 -1 4194304 1222 94111 0 3 4 1 248191 106 16 0 1 0 37627684 13926400 802 996147200 4194304 4206940 548682068592 18446744073709551615 251264020578 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13800/statm: 3400 802 374 3 0 500 0
[pid=13877] ppid=13800 vsize=5356 CPUtime=0
/proc/13877/stat : 13877 (sh) S 13800 13800 13645 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 37877328 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 251255120708 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/13877/statm: 1339 232 193 169 0 50 0
[pid=13878] ppid=13877 vsize=101800 CPUtime=1080.5
/proc/13878/stat : 13878 (minisat) R 13877 13800 13645 0 -1 4194304 24240 0 0 0 108027 23 0 0 25 0 1 0 37877329 104243200 24226 996147200 134512640 135127466 4294956256 18446744073709551615 134530641 0 0 4096 3 0 0 0 17 1 0 0
/proc/13878/statm: 25450 24226 75 150 0 25297 0
Current children cumulated CPU time (s) 3563.52
Current children cumulated vsize (KiB) 120756



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3619.01 s]
/proc/loadavg: 2.00 2.06 2.00 2/79 13879
/proc/meminfo: memFree=1713796/2055920 swapFree=4175516/4192956
[pid=13800] ppid=13798 vsize=13600 CPUtime=2483.02
/proc/13800/stat : 13800 (sugar) S 13798 13800 13645 0 -1 4194304 1222 94111 0 3 4 1 248191 106 16 0 1 0 37627684 13926400 802 996147200 4194304 4206940 548682068592 18446744073709551615 251264020578 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13800/statm: 3400 802 374 3 0 500 0
[pid=13877] ppid=13800 vsize=5356 CPUtime=0
/proc/13877/stat : 13877 (sh) S 13800 13800 13645 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 37877328 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 251255120708 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/13877/statm: 1339 232 193 169 0 50 0
[pid=13878] ppid=13877 vsize=103148 CPUtime=1117.03
/proc/13878/stat : 13878 (minisat) R 13877 13800 13645 0 -1 4194304 24420 0 0 0 111680 23 0 0 25 0 1 0 37877329 105623552 24406 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/13878/statm: 25787 24406 75 150 0 25634 0
Current children cumulated CPU time (s) 3600.05
Current children cumulated vsize (KiB) 122104

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 13800 and gives
#  childrusage.ru_utime.tv_sec=2481
#  childrusage.ru_utime.tv_usec=957685
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=103832
# CPU time returned by wait4() is 2483.06
# while last known CPU time is 3600.05
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 3619.05
CPU time (s): 3600.05
CPU user time (s): 3598.75
CPU system time (s): 1.3
CPU usage (%): 99.475
Max. virtual memory (cumulated for all children) (KiB): 889564

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2481.96
system time used= 1.10383
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 95676
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= 21716
involuntary context switches= 52949

runsolver used 4.36634 second user time and 12.1282 second system time

The end

Launcher Data (download as text)

Begin job on node64 at 2008-07-11 22:48:16
IDJOB=1109718
IDBENCH=61004
IDSOLVER=368
FILE ID=node64/1109718-1215809296
PBS_JOBID= 7903278
Free space on /tmp= 66392 MiB

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

TIME LIMIT= 3600 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 1b92140e9349a43b07ee62c365fab9f4
RANDOM SEED=2141808456

node64.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.266
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.266
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:       1853804 kB
Buffers:         30856 kB
Cached:          94480 kB
SwapCached:       7264 kB
Active:          59460 kB
Inactive:        79136 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1853804 kB
SwapTotal:     4192956 kB
SwapFree:      4175516 kB
Dirty:            4040 kB
Writeback:           0 kB
Mapped:          18560 kB
Slab:            48012 kB
Committed_AS:   156508 kB
PageTables:       2268 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= 66392 MiB
End job on node64 at 2008-07-11 23:48:37