Trace number 1109637

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerNumber of falsified constraintsCPU timeWall clock time
Sugar++ v1.13+minisat-incOPTIMUM2 1231.77 1237.86

General information on the benchmark

Namecsp/rand-10-20-10/
normalized-rand-10-20-10-5-10000-11_ext.xml
MD5SUMbf445b0edc5f252db310d539684109ce
Bench CategoryN-ARY-EXT (n-ary constraints in extension)
Best result obtained on this benchmarkMOPT
Best Number of falsified constraints2
Best CPU time to get the best result obtained on this benchmark1231.77
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)

Quality of the solution as a function of time


Download the above graph as a PDF file / as an EPS file

Solver Data (download as text)

0.00/0.07	c 0	Sugar++ v1-13 + HOME/minisat-inc
0.00/0.07	c 0	BEGIN Fri Jul 11 22:03:10 2008
0.00/0.07	c 0	PID 15064
0.06/0.08	c 0	HOST node30.alineos.net
0.06/0.08	c 0	CONVERTING HOME/instance-1109637-1215806589.xml TO HOME/temp.csp
0.06/0.08	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1109637-1215806589.xml' 'HOME/temp.csp'
0.06/0.68	c 0	1 domains, 20 variables, 0 predicates, 5 relations, 5 constraints
0.06/0.71	c 0	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.06/0.71	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -max -incremental -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
0.06/0.79	c 0	Parsing HOME/temp.csp
1.52/1.67	c 1	parsed 31 expressions
1.52/1.67	c 1	Heap : 13 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
1.52/1.67	c 1	MAX CSP: 5 constraints
1.52/1.67	c 1	Converting to clausal form CSP
1.52/1.69	c 1	converted 4 (10%) expressions
1.52/1.69	c 1	converted 8 (20%) expressions
1.52/1.69	c 1	converted 12 (30%) expressions
1.52/1.69	c 1	converted 16 (40%) expressions
1.52/1.69	c 1	converted 20 (50%) expressions
1.62/1.72	c 1	converted 24 (60%) expressions
1.92/2.01	c 1	converted 28 (70%) expressions
2.31/2.48	c 2	converted 32 (80%) expressions
2.72/2.81	c 2	converted 36 (90%) expressions
2.72/2.81	c 2	converted 39 (100%) expressions
2.72/2.81	c 2	CSP : 26 integers, 0 booleans, 6 clauses, largest domain size 10
2.72/2.81	c 2	Heap : 53 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
2.72/2.81	c 2	Propagation in CSP
2.72/2.81	c 2	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
2.72/2.81	c 2	CSP : 26 integers, 0 booleans, 6 clauses, largest domain size 10
2.72/2.81	c 2	Heap : 53 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
2.72/2.81	c 2	Simplifing CSP by introducing new Boolean variables
2.72/2.81	c 2	CSP : 26 integers, 0 booleans, 6 clauses, largest domain size 10
2.72/2.81	c 2	Heap : 53 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
2.92/3.05	c 2	Encoding CSP to SAT : HOME/temp.cnf
2.92/3.06	c 3	3 (10%) CSP integer variables are encoded (24 clauses, 264 bytes)
2.92/3.06	c 3	6 (20%) CSP integer variables are encoded (48 clauses, 480 bytes)
2.92/3.06	c 3	8 (30%) CSP integer variables are encoded (64 clauses, 624 bytes)
2.92/3.06	c 3	11 (40%) CSP integer variables are encoded (88 clauses, 840 bytes)
2.92/3.06	c 3	13 (50%) CSP integer variables are encoded (104 clauses, 1016 bytes)
2.92/3.06	c 3	16 (60%) CSP integer variables are encoded (128 clauses, 1280 bytes)
2.92/3.06	c 3	19 (70%) CSP integer variables are encoded (152 clauses, 1544 bytes)
2.92/3.06	c 3	21 (80%) CSP integer variables are encoded (160 clauses, 1632 bytes)
2.92/3.06	c 3	24 (90%) CSP integer variables are encoded (160 clauses, 1632 bytes)
2.92/3.06	c 3	26 (100%) CSP integer variables are encoded (164 clauses, 1676 bytes)
161.64/162.59	c 162	1 (10%) CSP clauses are encoded (141131 clauses, 7475679 bytes)
327.54/329.23	c 329	2 (20%) CSP clauses are encoded (281628 clauses, 14924674 bytes)
489.85/492.38	c 492	3 (30%) CSP clauses are encoded (422670 clauses, 22657965 bytes)
657.24/660.56	c 660	4 (40%) CSP clauses are encoded (563340 clauses, 30366391 bytes)
803.62/807.61	c 807	5 (50%) CSP clauses are encoded (704115 clauses, 38088263 bytes)
803.62/807.62	c 807	6 (60%) CSP clauses are encoded (704146 clauses, 38088800 bytes)
803.62/807.62	c 807	6 CSP clauses encoded
803.62/807.62	c 807	Writing map file : HOME/temp.map
803.62/807.62	c 807	Heap : 60 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
803.62/807.62	c 807	SAT : 190 SAT variables, 704146 SAT clauses, 38088800 bytes
803.62/807.62	c 807	Heap : 60 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
803.62/807.66	c 807	OBJECTIVE minimize _COST
803.62/807.66	c 807	SOLVING HOME/temp.cnf
803.62/807.66	c 807	CMD HOME/minisat-inc -incremental HOME/temp.cnf HOME/temp.out
803.62/807.66	c 807	This is MiniSat 2.0 beta incremental
803.62/807.66	c 807	WARNING: for repeatability, setting FPU to use double precision
803.62/807.66	c 807	============================[ Problem Statistics ]=============================
803.62/807.66	c 807	|                                                                             |
803.62/807.66	c 807	|  Number of variables:  190                                                  |
803.62/807.66	c 807	|  Number of clauses:    704146                                               |
804.60/808.63	c 808	|  Parsing time:         0.88         s                                       |
804.69/808.70	c 808	OK
804.69/808.70	c 808	OBJECTIVE BOUND: 0 <= _COST <= 
804.69/808.70	c 808	SEARCHING: _COST <= 3
804.69/808.70	c 808	============================[ Search Statistics ]==============================
804.69/808.70	c 808	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
804.69/808.70	c 808	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
804.69/808.70	c 808	===============================================================================
804.69/808.70	c 808	|         0 |     190   704146  9551457 |   234715        0    nan |  0.000 % |
804.90/808.93	c 808	|       100 |     190   704146  9551457 |   258186      100      9 |  0.006 % |
805.29/809.30	c 809	|       251 |     190   704146  9551457 |   284005      251      9 |  0.006 % |
805.70/809.77	c 809	|       477 |     190   704146  9551457 |   312406      477     10 |  0.006 % |
806.20/810.23	c 810	|       817 |     190   704146  9551457 |   343646      817     10 |  0.006 % |
806.40/810.41	c 810	===============================================================================
806.40/810.41	c 810	restarts              : 5
806.40/810.41	c 810	conflicts             : 924           (351 /sec)
806.40/810.41	c 810	decisions             : 1353          (1.33 % random) (513 /sec)
806.40/810.41	c 810	propagations          : 8192           (3108 /sec)
806.40/810.41	c 810	conflict literals     : 9162           (24.03 % deleted)
806.40/810.41	c 810	Memory used           : 67.27 MB
806.40/810.41	c 810	CPU time              : 2.6356 s
806.40/810.41	c 810	
806.40/810.41	c 810	SATISFIABLE
806.40/810.41	c 810	OK
806.40/810.41	c 810	FOUND: _COST <= 3
806.40/810.41	s SATISFIABLE
806.40/810.41	c 810	DECODING HOME/temp.out WITH HOME/temp.map
806.40/810.41	c 810	CMD java -Xmx50M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
806.40/810.50	c 810	Decoding HOME/temp.out
806.41/810.51	c 810	OBJECTIVE _COST 3
806.41/810.51	o 3
806.41/810.51	v 9 3 8 4 9 9 0 9 5 9 9 9 9 4 1 7 2 6 9 2
806.41/810.52	c 810	Heap : 0 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
806.41/810.54	c 810	OK
806.41/810.55	c 810	OBJECTIVE BOUND: 0 <= _COST <= 3
806.41/810.55	c 810	SEARCHING: _COST <= 1
806.41/810.55	c 810	============================[ Search Statistics ]==============================
806.41/810.55	c 810	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
806.41/810.55	c 810	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
806.41/810.55	c 810	===============================================================================
806.41/810.55	c 810	|       924 |     190   704146  9551457 |   234715      924     10 |  0.006 % |
806.77/810.84	c 810	|      1025 |     190   704146  9551457 |   258186     1025     10 |  1.058 % |
807.06/811.15	c 811	|      1176 |     190   704146  9551457 |   284005     1176     10 |  1.058 % |
807.66/811.70	c 811	|      1402 |     190   704146  9551457 |   312406     1402     11 |  1.058 % |
808.46/812.59	c 812	|      1741 |     190   704146  9551457 |   343646     1741     10 |  1.058 % |
809.65/813.71	c 813	|      2247 |     190   704146  9551457 |   378011     2247     11 |  1.058 % |
810.94/815.06	c 815	|      3006 |     190   704146  9551457 |   415812     3006     11 |  1.058 % |
813.23/817.39	c 817	|      4146 |     190   704146  9551457 |   457393     4146     11 |  1.058 % |
816.71/820.82	c 820	|      5854 |     190   704146  9551457 |   503133     5854     12 |  1.058 % |
819.80/823.99	c 823	|      8416 |     190   704146  9551457 |   553446     8416     12 |  1.058 % |
827.76/831.93	c 831	|     12261 |     190   704146  9551457 |   608791    12261     12 |  1.058 % |
841.59/845.86	c 845	|     18028 |     190   704146  9551457 |   669670    18028     12 |  1.058 % |
857.61/861.93	c 861	|     26677 |     190   704146  9551457 |   736637    26677     13 |  1.058 % |
880.60/885.09	c 885	|     39652 |     190   704146  9551457 |   810300    39652     13 |  1.058 % |
918.41/923.00	c 922	|     59114 |     190   704146  9551457 |   891331    59114     13 |  1.061 % |
975.14/980.03	c 979	|     88306 |     190   704146  9551457 |   980464    88306     13 |  1.061 % |
1105.52/1111.04	c 1110	|    132095 |     190   704146  9551457 |  1078510   132095     14 |  1.061 % |
1224.54/1230.65	c 1230	===============================================================================
1224.54/1230.65	c 1230	restarts              : 22
1224.54/1230.65	c 1230	conflicts             : 170330        (405 /sec)
1224.54/1230.65	c 1230	decisions             : 204259        (1.57 % random) (486 /sec)
1224.54/1230.65	c 1230	propagations          : 2323054        (5522 /sec)
1224.54/1230.65	c 1230	conflict literals     : 2300698        (16.97 % deleted)
1224.54/1230.65	c 1230	Memory used           : 90.32 MB
1224.54/1230.65	c 1230	CPU time              : 420.681 s
1224.54/1230.65	c 1230	
1224.54/1230.65	c 1230	UNSATISFIABLE
1224.54/1230.65	c 1230	OK
1224.54/1230.65	c 1230	NOT FOUND: _COST <= 1
1224.54/1230.65	c 1230	OK
1224.54/1230.65	c 1230	OBJECTIVE BOUND: 2 <= _COST <= 3
1224.54/1230.65	c 1230	SEARCHING: _COST <= 2
1224.54/1230.65	c 1230	============================[ Search Statistics ]==============================
1224.54/1230.65	c 1230	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
1224.54/1230.65	c 1230	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
1224.54/1230.65	c 1230	===============================================================================
1224.54/1230.65	c 1230	|    170330 |     190   704146  9551457 |   234715   170329     14 |  1.061 % |
1225.14/1231.25	c 1231	|    170432 |     189   704146  9551457 |   258186   170431     14 |  2.108 % |
1225.54/1231.68	c 1231	|    170583 |     189   704146  9551457 |   284005   170582     14 |  2.108 % |
1226.93/1233.02	c 1232	|    170809 |     189   704146  9551457 |   312406   170808     14 |  2.108 % |
1228.03/1234.20	c 1234	|    171146 |     189   704146  9551457 |   343646   171145     14 |  2.108 % |
1230.41/1236.59	c 1236	|    171653 |     189   704146  9551457 |   378011   171652     14 |  2.108 % |
1231.50/1237.69	c 1237	===============================================================================
1231.50/1237.69	c 1237	restarts              : 28
1231.50/1237.69	c 1237	conflicts             : 172036        (402 /sec)
1231.50/1237.69	c 1237	decisions             : 206625        (1.57 % random) (483 /sec)
1231.50/1237.69	c 1237	propagations          : 2348604        (5491 /sec)
1231.50/1237.69	c 1237	conflict literals     : 2322657        (17.09 % deleted)
1231.50/1237.69	c 1237	Memory used           : 90.94 MB
1231.50/1237.69	c 1237	CPU time              : 427.682 s
1231.50/1237.69	c 1237	
1231.50/1237.69	c 1237	SATISFIABLE
1231.50/1237.69	c 1237	OK
1231.50/1237.69	c 1237	FOUND: _COST <= 2
1231.50/1237.69	c 1237	DECODING HOME/temp.out WITH HOME/temp.map
1231.50/1237.69	c 1237	CMD java -Xmx50M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
1231.60/1237.78	c 1237	Decoding HOME/temp.out
1231.60/1237.80	c 1237	OBJECTIVE _COST 2
1231.60/1237.80	o 2
1231.60/1237.80	v 1 5 8 9 4 4 2 8 9 9 9 3 0 6 3 8 1 9 3 2
1231.60/1237.80	c 1237	Heap : 0 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
1231.60/1237.82	c 1237	OK
1231.60/1237.82	c 1237	OBJECTIVE _COST 2
1231.60/1237.82	s OPTIMUM FOUND
1231.60/1237.83	c 1237	CPU 1230.98 (0.05 0.02 1230.93 0.73)
1231.60/1237.83	c 1237	END Fri Jul 11 22:23:47 2008

Verifier Data (download as text)

OK	2	3
2 unsatisfied constraints, 3 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-1109637-1215806589/watcher-1109637-1215806589 -o /tmp/evaluation-result-1109637-1215806589/solver-1109637-1215806589 -C 3600 -W 4000 -M 900 --output-limit 1,15 HOME/sugar++ -max -incremental -c -vv -java=java -Xmx700M -decjava=java -Xmx50M -jar=HOME/sugar-v1-13.jar -solver=HOME/minisat-inc -tmp=HOME/temp HOME/instance-1109637-1215806589.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.98 1.01 1.00 4/76 15064
/proc/meminfo: memFree=1814664/2055920 swapFree=4179920/4192956
[pid=15064] ppid=15062 vsize=9648 CPUtime=0
/proc/15064/stat : 15064 (sugar++) R 15062 15064 15003 0 -1 4194304 70 0 0 0 0 0 0 0 18 0 1 0 37360659 9879552 55 996147200 4194304 4206940 548682068528 18446744073709551615 264904964140 0 0 4096 0 0 0 0 17 1 0 0
/proc/15064/statm: 2412 59 44 3 0 59 0

[startup+0.0759401 s]
/proc/loadavg: 0.98 1.01 1.00 4/76 15064
/proc/meminfo: memFree=1814664/2055920 swapFree=4179920/4192956
[pid=15064] ppid=15062 vsize=16740 CPUtime=0.06
/proc/15064/stat : 15064 (sugar++) S 15062 15064 15003 0 -1 4194304 1143 0 0 0 4 2 0 0 18 0 1 0 37360659 17141760 1099 996147200 4194304 4206940 548682068528 18446744073709551615 264916480098 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15064/statm: 4185 1099 406 3 0 764 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16740

[startup+0.101491 s]
/proc/loadavg: 0.98 1.01 1.00 4/76 15064
/proc/meminfo: memFree=1814664/2055920 swapFree=4179920/4192956
[pid=15064] ppid=15062 vsize=16740 CPUtime=0.06
/proc/15064/stat : 15064 (sugar++) S 15062 15064 15003 0 -1 4194304 1219 128 0 0 4 2 0 0 18 0 1 0 37360659 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 264916480098 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15064/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16740

[startup+0.301503 s]
/proc/loadavg: 0.98 1.01 1.00 4/76 15064
/proc/meminfo: memFree=1814664/2055920 swapFree=4179920/4192956
[pid=15064] ppid=15062 vsize=16740 CPUtime=0.06
/proc/15064/stat : 15064 (sugar++) S 15062 15064 15003 0 -1 4194304 1219 128 0 0 4 2 0 0 18 0 1 0 37360659 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 264916480098 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15064/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16740

[startup+0.701529 s]
/proc/loadavg: 0.98 1.01 1.00 4/76 15064
/proc/meminfo: memFree=1814664/2055920 swapFree=4179920/4192956
[pid=15064] ppid=15062 vsize=16740 CPUtime=0.06
/proc/15064/stat : 15064 (sugar++) S 15062 15064 15003 0 -1 4194304 1236 128 0 0 4 2 0 0 16 0 1 0 37360659 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 264916480098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15064/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16740

[startup+1.50158 s]
/proc/loadavg: 0.98 1.01 1.00 4/91 15090
/proc/meminfo: memFree=1762240/2055920 swapFree=4179920/4192956
[pid=15064] ppid=15062 vsize=16740 CPUtime=0.65
/proc/15064/stat : 15064 (sugar++) S 15062 15064 15003 0 -1 4194304 1296 7974 0 1 4 2 53 6 16 0 1 0 37360659 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 264916480098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15064/statm: 4185 1104 409 3 0 764 0
[pid=15081] ppid=15064 vsize=5356 CPUtime=0
/proc/15081/stat : 15081 (sh) S 15064 15064 15003 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 37360730 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15081/statm: 1339 233 193 169 0 50 0
[pid=15082] ppid=15081 vsize=864072 CPUtime=0.76
/proc/15082/stat : 15082 (java) S 15081 15064 15003 0 -1 0 7371 0 1 0 74 2 0 0 18 0 9 0 37360731 884809728 6609 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15082/statm: 216018 6609 2532 9 0 210600 0
[pid=15082/tid=15083] ppid=15081 vsize=864072 CPUtime=0.53
/proc/15082/task/15083/stat : 15083 (java) R 15081 15064 15003 0 -1 64 2454 0 1 0 52 1 0 0 22 0 9 0 37360732 884809728 6609 996147200 134512640 134550740 4294955920 18446744073709551615 4126476453 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15082/tid=15084] ppid=15081 vsize=864072 CPUtime=0.18
/proc/15082/task/15084/stat : 15084 (java) S 15081 15064 15003 0 -1 64 3914 0 0 0 18 0 0 0 16 0 9 0 37360733 884809728 6609 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15082/tid=15085] ppid=15081 vsize=864072 CPUtime=0
/proc/15082/task/15085/stat : 15085 (java) S 15081 15064 15003 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 37360733 884809728 6609 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15082/tid=15086] ppid=15081 vsize=864072 CPUtime=0
/proc/15082/task/15086/stat : 15086 (java) S 15081 15064 15003 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 37360733 884809728 6609 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15082/tid=15087] ppid=15081 vsize=864072 CPUtime=0
/proc/15082/task/15087/stat : 15087 (java) S 15081 15064 15003 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 37360735 884809728 6609 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15082/tid=15088] ppid=15081 vsize=864072 CPUtime=0.03
/proc/15082/task/15088/stat : 15088 (java) S 15081 15064 15003 0 -1 64 306 0 0 0 3 0 0 0 16 0 9 0 37360735 884809728 6609 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15082/tid=15089] ppid=15081 vsize=864072 CPUtime=0
/proc/15082/task/15089/stat : 15089 (java) S 15081 15064 15003 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 37360735 884809728 6609 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15082/tid=15090] ppid=15081 vsize=864072 CPUtime=0
/proc/15082/task/15090/stat : 15090 (java) S 15081 15064 15003 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 37360735 884809728 6609 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.41
Current children cumulated vsize (KiB) 886168

[startup+3.10268 s]
/proc/loadavg: 0.98 1.01 1.00 4/91 15090
/proc/meminfo: memFree=1733888/2055920 swapFree=4179920/4192956
[pid=15064] ppid=15062 vsize=16740 CPUtime=0.66
/proc/15064/stat : 15064 (sugar++) S 15062 15064 15003 0 -1 4194304 1297 7974 0 1 5 2 53 6 15 0 1 0 37360659 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 264916480098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15064/statm: 4185 1104 409 3 0 764 0
[pid=15081] ppid=15064 vsize=5356 CPUtime=0
/proc/15081/stat : 15081 (sh) S 15064 15064 15003 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 37360730 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15081/statm: 1339 233 193 169 0 50 0
[pid=15082] ppid=15081 vsize=864332 CPUtime=2.36
/proc/15082/stat : 15082 (java) S 15081 15064 15003 0 -1 0 18521 0 1 0 229 7 0 0 18 0 9 0 37360731 885075968 17178 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15082/statm: 216083 17178 2564 9 0 210630 0
[pid=15082/tid=15083] ppid=15081 vsize=864332 CPUtime=1.01
/proc/15082/task/15083/stat : 15083 (java) R 15081 15064 15003 0 -1 64 3198 0 1 0 100 1 0 0 25 0 9 0 37360732 885075968 17178 996147200 134512640 134550740 4294955920 18446744073709551615 4126551246 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15082/tid=15084] ppid=15081 vsize=864332 CPUtime=1.26
/proc/15082/task/15084/stat : 15084 (java) S 15081 15064 15003 0 -1 64 14302 0 0 0 122 4 0 0 17 0 9 0 37360733 885075968 17178 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15082/tid=15085] ppid=15081 vsize=864332 CPUtime=0
/proc/15082/task/15085/stat : 15085 (java) S 15081 15064 15003 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 37360733 885075968 17178 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15082/tid=15086] ppid=15081 vsize=864332 CPUtime=0
/proc/15082/task/15086/stat : 15086 (java) S 15081 15064 15003 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 37360733 885075968 17178 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15082/tid=15087] ppid=15081 vsize=864332 CPUtime=0
/proc/15082/task/15087/stat : 15087 (java) S 15081 15064 15003 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 37360735 885075968 17178 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15082/tid=15088] ppid=15081 vsize=864332 CPUtime=0.05
/proc/15082/task/15088/stat : 15088 (java) S 15081 15064 15003 0 -1 64 324 0 0 0 5 0 0 0 16 0 9 0 37360735 885075968 17178 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15082/tid=15089] ppid=15081 vsize=864332 CPUtime=0
/proc/15082/task/15089/stat : 15089 (java) S 15081 15064 15003 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 37360735 885075968 17178 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15082/tid=15090] ppid=15081 vsize=864332 CPUtime=0
/proc/15082/task/15090/stat : 15090 (java) S 15081 15064 15003 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 37360735 885075968 17178 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.02
Current children cumulated vsize (KiB) 886428

[startup+6.30289 s]
/proc/loadavg: 1.06 1.02 1.01 3/91 15090
/proc/meminfo: memFree=1708288/2055920 swapFree=4179920/4192956
[pid=15064] ppid=15062 vsize=16740 CPUtime=0.66
/proc/15064/stat : 15064 (sugar++) S 15062 15064 15003 0 -1 4194304 1297 7974 0 1 5 2 53 6 15 0 1 0 37360659 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 264916480098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15064/statm: 4185 1104 409 3 0 764 0
[pid=15081] ppid=15064 vsize=5356 CPUtime=0
/proc/15081/stat : 15081 (sh) S 15064 15064 15003 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 37360730 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15081/statm: 1339 233 193 169 0 50 0
[pid=15082] ppid=15081 vsize=864332 CPUtime=5.55
/proc/15082/stat : 15082 (java) S 15081 15064 15003 0 -1 0 18555 0 1 0 547 8 0 0 18 0 9 0 37360731 885075968 17194 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15082/statm: 216083 17194 2564 9 0 210630 0
[pid=15082/tid=15083] ppid=15081 vsize=864332 CPUtime=4.14
/proc/15082/task/15083/stat : 15083 (java) R 15081 15064 15003 0 -1 64 3220 0 1 0 412 2 0 0 25 0 9 0 37360732 885075968 17194 996147200 134512640 134550740 4294955920 18446744073709551615 4126574056 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15082/tid=15084] ppid=15081 vsize=864332 CPUtime=1.3
/proc/15082/task/15084/stat : 15084 (java) S 15081 15064 15003 0 -1 64 14302 0 0 0 126 4 0 0 16 0 9 0 37360733 885075968 17194 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15082/tid=15085] ppid=15081 vsize=864332 CPUtime=0
/proc/15082/task/15085/stat : 15085 (java) S 15081 15064 15003 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 37360733 885075968 17194 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15082/tid=15086] ppid=15081 vsize=864332 CPUtime=0
/proc/15082/task/15086/stat : 15086 (java) S 15081 15064 15003 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 37360733 885075968 17194 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15082/tid=15087] ppid=15081 vsize=864332 CPUtime=0
/proc/15082/task/15087/stat : 15087 (java) S 15081 15064 15003 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 37360735 885075968 17194 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15082/tid=15088] ppid=15081 vsize=864332 CPUtime=0.07
/proc/15082/task/15088/stat : 15088 (java) S 15081 15064 15003 0 -1 64 336 0 0 0 7 0 0 0 16 0 9 0 37360735 885075968 17194 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15082/tid=15089] ppid=15081 vsize=864332 CPUtime=0
/proc/15082/task/15089/stat : 15089 (java) S 15081 15064 15003 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 37360735 885075968 17194 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15082/tid=15090] ppid=15081 vsize=864332 CPUtime=0
/proc/15082/task/15090/stat : 15090 (java) S 15081 15064 15003 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 37360735 885075968 17194 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.21
Current children cumulated vsize (KiB) 886428

[startup+12.7023 s]
/proc/loadavg: 1.14 1.04 1.01 3/91 15090
/proc/meminfo: memFree=1708168/2055920 swapFree=4179920/4192956
[pid=15064] ppid=15062 vsize=16740 CPUtime=0.66
/proc/15064/stat : 15064 (sugar++) S 15062 15064 15003 0 -1 4194304 1297 7974 0 1 5 2 53 6 15 0 1 0 37360659 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 264916480098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15064/statm: 4185 1104 409 3 0 764 0
[pid=15081] ppid=15064 vsize=5356 CPUtime=0
/proc/15081/stat : 15081 (sh) S 15064 15064 15003 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 37360730 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15081/statm: 1339 233 193 169 0 50 0
[pid=15082] ppid=15081 vsize=864332 CPUtime=11.91
/proc/15082/stat : 15082 (java) S 15081 15064 15003 0 -1 0 18555 0 1 0 1183 8 0 0 18 0 9 0 37360731 885075968 17194 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15082/statm: 216083 17194 2564 9 0 210630 0
[pid=15082/tid=15083] ppid=15081 vsize=864332 CPUtime=10.51
/proc/15082/task/15083/stat : 15083 (java) R 15081 15064 15003 0 -1 64 3220 0 1 0 1049 2 0 0 25 0 9 0 37360732 885075968 17194 996147200 134512640 134550740 4294955920 18446744073709551615 4126555189 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15082/tid=15084] ppid=15081 vsize=864332 CPUtime=1.3
/proc/15082/task/15084/stat : 15084 (java) S 15081 15064 15003 0 -1 64 14302 0 0 0 126 4 0 0 16 0 9 0 37360733 885075968 17194 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15082/tid=15085] ppid=15081 vsize=864332 CPUtime=0
/proc/15082/task/15085/stat : 15085 (java) S 15081 15064 15003 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 37360733 885075968 17194 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15082/tid=15086] ppid=15081 vsize=864332 CPUtime=0
/proc/15082/task/15086/stat : 15086 (java) S 15081 15064 15003 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 37360733 885075968 17194 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15082/tid=15087] ppid=15081 vsize=864332 CPUtime=0
/proc/15082/task/15087/stat : 15087 (java) S 15081 15064 15003 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 37360735 885075968 17194 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15082/tid=15088] ppid=15081 vsize=864332 CPUtime=0.07
/proc/15082/task/15088/stat : 15088 (java) S 15081 15064 15003 0 -1 64 336 0 0 0 7 0 0 0 16 0 9 0 37360735 885075968 17194 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15082/tid=15089] ppid=15081 vsize=864332 CPUtime=0
/proc/15082/task/15089/stat : 15089 (java) S 15081 15064 15003 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 37360735 885075968 17194 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15082/tid=15090] ppid=15081 vsize=864332 CPUtime=0
/proc/15082/task/15090/stat : 15090 (java) S 15081 15064 15003 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 37360735 885075968 17194 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.57
Current children cumulated vsize (KiB) 886428

[startup+25.5011 s]
/proc/loadavg: 1.33 1.09 1.02 3/91 15090
/proc/meminfo: memFree=1708168/2055920 swapFree=4179920/4192956
[pid=15064] ppid=15062 vsize=16740 CPUtime=0.66
/proc/15064/stat : 15064 (sugar++) S 15062 15064 15003 0 -1 4194304 1297 7974 0 1 5 2 53 6 15 0 1 0 37360659 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 264916480098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15064/statm: 4185 1104 409 3 0 764 0
[pid=15081] ppid=15064 vsize=5356 CPUtime=0
/proc/15081/stat : 15081 (sh) S 15064 15064 15003 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 37360730 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15081/statm: 1339 233 193 169 0 50 0
[pid=15082] ppid=15081 vsize=864332 CPUtime=24.65
/proc/15082/stat : 15082 (java) S 15081 15064 15003 0 -1 0 18571 0 1 0 2457 8 0 0 18 0 9 0 37360731 885075968 17194 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15082/statm: 216083 17194 2564 9 0 210630 0
[pid=15082/tid=15083] ppid=15081 vsize=864332 CPUtime=23.18
/proc/15082/task/15083/stat : 15083 (java) R 15081 15064 15003 0 -1 64 3236 0 1 0 2316 2 0 0 25 0 9 0 37360732 885075968 17194 996147200 134512640 134550740 4294955920 18446744073709551615 4126574020 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15082/tid=15084] ppid=15081 vsize=864332 CPUtime=1.38
/proc/15082/task/15084/stat : 15084 (java) S 15081 15064 15003 0 -1 64 14302 0 0 0 133 5 0 0 16 0 9 0 37360733 885075968 17194 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15082/tid=15085] ppid=15081 vsize=864332 CPUtime=0
/proc/15082/task/15085/stat : 15085 (java) S 15081 15064 15003 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 37360733 885075968 17194 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15082/tid=15086] ppid=15081 vsize=864332 CPUtime=0
/proc/15082/task/15086/stat : 15086 (java) S 15081 15064 15003 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 37360733 885075968 17194 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0

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


[startup+942.302 s]
/proc/loadavg: 2.00 1.95 1.62 3/82 15103
/proc/meminfo: memFree=1652368/2055920 swapFree=4179920/4192956
[pid=15064] ppid=15062 vsize=16740 CPUtime=803.78
/proc/15064/stat : 15064 (sugar++) S 15062 15064 15003 0 -1 4194304 1542 52924 0 3 5 2 80317 54 16 0 1 0 37360659 17141760 1112 996147200 4194304 4206940 548682068528 18446744073709551615 264916480098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15064/statm: 4185 1112 414 3 0 764 0
[pid=15091] ppid=15064 vsize=81488 CPUtime=133.85
/proc/15091/stat : 15091 (minisat-inc) R 15064 15064 15003 0 -1 4194304 19033 0 0 0 13373 12 0 0 25 0 1 0 37441426 83443712 18962 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/15091/statm: 20372 18962 79 151 0 20218 0
Current children cumulated CPU time (s) 937.63
Current children cumulated vsize (KiB) 98228

[startup+1002.3 s]
/proc/loadavg: 2.00 1.96 1.64 3/82 15103
/proc/meminfo: memFree=1649424/2055920 swapFree=4179920/4192956
[pid=15064] ppid=15062 vsize=16740 CPUtime=803.78
/proc/15064/stat : 15064 (sugar++) S 15062 15064 15003 0 -1 4194304 1542 52924 0 3 5 2 80317 54 16 0 1 0 37360659 17141760 1112 996147200 4194304 4206940 548682068528 18446744073709551615 264916480098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15064/statm: 4185 1112 414 3 0 764 0
[pid=15091] ppid=15064 vsize=84608 CPUtime=193.55
/proc/15091/stat : 15091 (minisat-inc) R 15064 15064 15003 0 -1 4194304 19738 0 0 0 19343 12 0 0 25 0 1 0 37441426 86638592 19667 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/15091/statm: 21152 19667 79 151 0 20998 0
Current children cumulated CPU time (s) 997.33
Current children cumulated vsize (KiB) 101348

[startup+1062.3 s]
/proc/loadavg: 2.00 1.96 1.66 3/82 15103
/proc/meminfo: memFree=1647952/2055920 swapFree=4179920/4192956
[pid=15064] ppid=15062 vsize=16740 CPUtime=803.78
/proc/15064/stat : 15064 (sugar++) S 15062 15064 15003 0 -1 4194304 1542 52924 0 3 5 2 80317 54 16 0 1 0 37360659 17141760 1112 996147200 4194304 4206940 548682068528 18446744073709551615 264916480098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15064/statm: 4185 1112 414 3 0 764 0
[pid=15091] ppid=15064 vsize=86252 CPUtime=253.27
/proc/15091/stat : 15091 (minisat-inc) R 15064 15064 15003 0 -1 4194304 20113 0 0 0 25314 13 0 0 25 0 1 0 37441426 88322048 20042 996147200 134512640 135134323 4294956192 18446744073709551615 134531932 0 0 4096 3 0 0 0 17 1 0 0
/proc/15091/statm: 21563 20042 79 151 0 21409 0
Current children cumulated CPU time (s) 1057.05
Current children cumulated vsize (KiB) 102992

[startup+1122.3 s]
/proc/loadavg: 2.00 1.97 1.68 3/82 15103
/proc/meminfo: memFree=1645656/2055920 swapFree=4179920/4192956
[pid=15064] ppid=15062 vsize=16740 CPUtime=803.78
/proc/15064/stat : 15064 (sugar++) S 15062 15064 15003 0 -1 4194304 1542 52924 0 3 5 2 80317 54 16 0 1 0 37360659 17141760 1112 996147200 4194304 4206940 548682068528 18446744073709551615 264916480098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15064/statm: 4185 1112 414 3 0 764 0
[pid=15091] ppid=15064 vsize=88504 CPUtime=312.98
/proc/15091/stat : 15091 (minisat-inc) R 15064 15064 15003 0 -1 4194304 20671 0 0 0 31284 14 0 0 25 0 1 0 37441426 90628096 20600 996147200 134512640 135134323 4294956192 18446744073709551615 134531971 0 0 4096 3 0 0 0 17 1 0 0
/proc/15091/statm: 22126 20600 79 151 0 21972 0
Current children cumulated CPU time (s) 1116.76
Current children cumulated vsize (KiB) 105244

[startup+1182.3 s]
/proc/loadavg: 2.00 1.97 1.70 3/82 15103
/proc/meminfo: memFree=1643352/2055920 swapFree=4179920/4192956
[pid=15064] ppid=15062 vsize=16740 CPUtime=803.78
/proc/15064/stat : 15064 (sugar++) S 15062 15064 15003 0 -1 4194304 1542 52924 0 3 5 2 80317 54 16 0 1 0 37360659 17141760 1112 996147200 4194304 4206940 548682068528 18446744073709551615 264916480098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15064/statm: 4185 1112 414 3 0 764 0
[pid=15091] ppid=15064 vsize=91288 CPUtime=372.69
/proc/15091/stat : 15091 (minisat-inc) R 15064 15064 15003 0 -1 4194304 21264 0 0 0 37255 14 0 0 25 0 1 0 37441426 93478912 21193 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/15091/statm: 22822 21193 79 151 0 22668 0
Current children cumulated CPU time (s) 1176.47
Current children cumulated vsize (KiB) 108028

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

[startup+1203.1 s]
/proc/loadavg: 2.00 1.97 1.70 3/82 15103
/proc/meminfo: memFree=1642648/2055920 swapFree=4179920/4192956
[pid=15064] ppid=15062 vsize=16740 CPUtime=803.78
/proc/15064/stat : 15064 (sugar++) S 15062 15064 15003 0 -1 4194304 1542 52924 0 3 5 2 80317 54 16 0 1 0 37360659 17141760 1112 996147200 4194304 4206940 548682068528 18446744073709551615 264916480098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15064/statm: 4185 1112 414 3 0 764 0
[pid=15091] ppid=15064 vsize=91796 CPUtime=393.39
/proc/15091/stat : 15091 (minisat-inc) R 15064 15064 15003 0 -1 4194304 21412 0 0 0 39325 14 0 0 25 0 1 0 37441426 93999104 21341 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/15091/statm: 22949 21341 79 151 0 22795 0
Current children cumulated CPU time (s) 1197.17
Current children cumulated vsize (KiB) 108536

[startup+1215.9 s]
/proc/loadavg: 2.00 1.97 1.71 3/82 15103
/proc/meminfo: memFree=1642264/2055920 swapFree=4179920/4192956
[pid=15064] ppid=15062 vsize=16740 CPUtime=803.78
/proc/15064/stat : 15064 (sugar++) S 15062 15064 15003 0 -1 4194304 1542 52924 0 3 5 2 80317 54 16 0 1 0 37360659 17141760 1112 996147200 4194304 4206940 548682068528 18446744073709551615 264916480098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15064/statm: 4185 1112 414 3 0 764 0
[pid=15091] ppid=15064 vsize=92060 CPUtime=406.13
/proc/15091/stat : 15091 (minisat-inc) R 15064 15064 15003 0 -1 4194304 21497 0 0 0 40599 14 0 0 25 0 1 0 37441426 94269440 21426 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/15091/statm: 23015 21426 79 151 0 22861 0
Current children cumulated CPU time (s) 1209.91
Current children cumulated vsize (KiB) 108800

[startup+1228.71 s]
/proc/loadavg: 2.00 1.97 1.71 3/82 15103
/proc/meminfo: memFree=1641944/2055920 swapFree=4179920/4192956
[pid=15064] ppid=15062 vsize=16740 CPUtime=803.78
/proc/15064/stat : 15064 (sugar++) S 15062 15064 15003 0 -1 4194304 1542 52924 0 3 5 2 80317 54 16 0 1 0 37360659 17141760 1112 996147200 4194304 4206940 548682068528 18446744073709551615 264916480098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15064/statm: 4185 1112 414 3 0 764 0
[pid=15091] ppid=15064 vsize=92480 CPUtime=418.87
/proc/15091/stat : 15091 (minisat-inc) R 15064 15064 15003 0 -1 4194304 21577 0 0 0 41873 14 0 0 25 0 1 0 37441426 94699520 21506 996147200 134512640 135134323 4294956192 18446744073709551615 134531915 0 0 4096 3 0 0 0 17 1 0 0
/proc/15091/statm: 23120 21506 79 151 0 22966 0
Current children cumulated CPU time (s) 1222.65
Current children cumulated vsize (KiB) 109220

[startup+1231.9 s]
/proc/loadavg: 2.00 1.97 1.71 3/82 15103
/proc/meminfo: memFree=1641624/2055920 swapFree=4179920/4192956
[pid=15064] ppid=15062 vsize=16740 CPUtime=803.78
/proc/15064/stat : 15064 (sugar++) S 15062 15064 15003 0 -1 4194304 1545 52924 0 3 5 2 80317 54 15 0 1 0 37360659 17141760 1112 996147200 4194304 4206940 548682068528 18446744073709551615 264916480098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15064/statm: 4185 1112 414 3 0 764 0
[pid=15091] ppid=15064 vsize=92620 CPUtime=422.06
/proc/15091/stat : 15091 (minisat-inc) R 15064 15064 15003 0 -1 4194304 21664 0 0 0 42192 14 0 0 25 0 1 0 37441426 94842880 21591 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/15091/statm: 23155 21591 79 151 0 23001 0
Current children cumulated CPU time (s) 1225.84
Current children cumulated vsize (KiB) 109360

[startup+1235.1 s]
/proc/loadavg: 2.00 1.97 1.71 3/82 15103
/proc/meminfo: memFree=1641432/2055920 swapFree=4179920/4192956
[pid=15064] ppid=15062 vsize=16740 CPUtime=803.78
/proc/15064/stat : 15064 (sugar++) S 15062 15064 15003 0 -1 4194304 1545 52924 0 3 5 2 80317 54 16 0 1 0 37360659 17141760 1112 996147200 4194304 4206940 548682068528 18446744073709551615 264916480098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15064/statm: 4185 1112 414 3 0 764 0
[pid=15091] ppid=15064 vsize=92620 CPUtime=425.24
/proc/15091/stat : 15091 (minisat-inc) R 15064 15064 15003 0 -1 4194304 21719 0 0 0 42510 14 0 0 25 0 1 0 37441426 94842880 21646 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/15091/statm: 23155 21646 79 151 0 23001 0
Current children cumulated CPU time (s) 1229.02
Current children cumulated vsize (KiB) 109360

[startup+1236.7 s]
/proc/loadavg: 2.00 1.97 1.71 3/82 15103
/proc/meminfo: memFree=1641368/2055920 swapFree=4179920/4192956
[pid=15064] ppid=15062 vsize=16740 CPUtime=803.78
/proc/15064/stat : 15064 (sugar++) S 15062 15064 15003 0 -1 4194304 1545 52924 0 3 5 2 80317 54 16 0 1 0 37360659 17141760 1112 996147200 4194304 4206940 548682068528 18446744073709551615 264916480098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15064/statm: 4185 1112 414 3 0 764 0
[pid=15091] ppid=15064 vsize=92920 CPUtime=426.83
/proc/15091/stat : 15091 (minisat-inc) R 15064 15064 15003 0 -1 4194304 21731 0 0 0 42669 14 0 0 25 0 1 0 37441426 95150080 21658 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/15091/statm: 23230 21658 79 151 0 23076 0
Current children cumulated CPU time (s) 1230.61
Current children cumulated vsize (KiB) 109660

[startup+1237.51 s]
/proc/loadavg: 2.00 1.97 1.71 3/82 15103
/proc/meminfo: memFree=1641304/2055920 swapFree=4179920/4192956
[pid=15064] ppid=15062 vsize=16740 CPUtime=803.78
/proc/15064/stat : 15064 (sugar++) S 15062 15064 15003 0 -1 4194304 1545 52924 0 3 5 2 80317 54 16 0 1 0 37360659 17141760 1112 996147200 4194304 4206940 548682068528 18446744073709551615 264916480098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15064/statm: 4185 1112 414 3 0 764 0
[pid=15091] ppid=15064 vsize=93120 CPUtime=427.63
/proc/15091/stat : 15091 (minisat-inc) R 15064 15064 15003 0 -1 4194304 21746 0 0 0 42749 14 0 0 25 0 1 0 37441426 95354880 21673 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/15091/statm: 23280 21673 79 151 0 23126 0
Current children cumulated CPU time (s) 1231.41
Current children cumulated vsize (KiB) 109860

[startup+1237.7 s]
/proc/loadavg: 2.00 1.97 1.71 3/82 15103
/proc/meminfo: memFree=1641304/2055920 swapFree=4179920/4192956
[pid=15064] ppid=15062 vsize=16740 CPUtime=803.78
/proc/15064/stat : 15064 (sugar++) S 15062 15064 15003 0 -1 4194304 1577 52924 0 3 5 2 80317 54 16 0 1 0 37360659 17141760 1112 996147200 4194304 4206940 548682068528 18446744073709551615 264916480098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15064/statm: 4185 1112 414 3 0 764 0
[pid=15091] ppid=15064 vsize=93120 CPUtime=427.82
/proc/15091/stat : 15091 (minisat-inc) S 15064 15064 15003 0 -1 4194304 21750 0 0 0 42768 14 0 0 25 0 1 0 37441426 95354880 21675 996147200 134512640 135134323 4294956192 18446744073709551615 134725182 0 0 4096 3 18446744071563648864 0 0 17 1 0 0
/proc/15091/statm: 23280 21675 79 151 0 23126 0
Current children cumulated CPU time (s) 1231.6
Current children cumulated vsize (KiB) 109860

[startup+1237.8 s]
/proc/loadavg: 2.00 1.97 1.71 3/82 15103
/proc/meminfo: memFree=1641304/2055920 swapFree=4179920/4192956
[pid=15064] ppid=15062 vsize=16740 CPUtime=803.78
/proc/15064/stat : 15064 (sugar++) S 15062 15064 15003 0 -1 4194304 1597 52924 0 3 5 2 80317 54 16 0 1 0 37360659 17141760 1112 996147200 4194304 4206940 548682068528 18446744073709551615 264916480098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15064/statm: 4185 1112 414 3 0 764 0
[pid=15091] ppid=15064 vsize=93120 CPUtime=427.82
/proc/15091/stat : 15091 (minisat-inc) S 15064 15064 15003 0 -1 4194304 21750 0 0 0 42768 14 0 0 25 0 1 0 37441426 95354880 21675 996147200 134512640 135134323 4294956192 18446744073709551615 134725182 0 0 4096 3 18446744071563648864 0 0 17 1 0 0
/proc/15091/statm: 23280 21675 79 151 0 23126 0
Current children cumulated CPU time (s) 1231.6
Current children cumulated vsize (KiB) 109860

Child status: 0
Real time (s): 1237.86
CPU time (s): 1231.77
CPU user time (s): 1230.99
CPU system time (s): 0.78488
CPU usage (%): 99.5084
Max. virtual memory (cumulated for all children) (KiB): 893844

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1230.99
system time used= 0.78488
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 79984
page faults= 4
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 21349
involuntary context switches= 44187

runsolver used 1.17782 second user time and 3.43848 second system time

The end

Launcher Data (download as text)

Begin job on node30 at 2008-07-11 22:03:09
IDJOB=1109637
IDBENCH=60994
IDSOLVER=367
FILE ID=node30/1109637-1215806589
PBS_JOBID= 7903298
Free space on /tmp= 66548 MiB

SOLVER NAME= Sugar++ v1.13+minisat-inc
BENCH NAME= CPAI08/csp/rand-10-20-10/normalized-rand-10-20-10-5-10000-11_ext.xml
COMMAND LINE= DIR/sugar++ -max -incremental -c -vv -java="java -Xmx700M" -decjava="java -Xmx50M" -jar="DIR/sugar-v1-13.jar" -solver="DIR/minisat-inc" -tmp="TMPDIR/temp" BENCHNAME
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1109637-1215806589/watcher-1109637-1215806589 -o /tmp/evaluation-result-1109637-1215806589/solver-1109637-1215806589 -C 3600 -W 4000 -M 900 --output-limit 1,15  HOME/sugar++ -max -incremental -c -vv -java="java -Xmx700M" -decjava="java -Xmx50M" -jar="HOME/sugar-v1-13.jar" -solver="HOME/minisat-inc" -tmp="HOME/temp" HOME/instance-1109637-1215806589.xml

TIME LIMIT= 3600 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= bf445b0edc5f252db310d539684109ce
RANDOM SEED=1422281606

node30.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.234
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.234
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:       1815400 kB
Buffers:         37460 kB
Cached:         148844 kB
SwapCached:       7836 kB
Active:         104512 kB
Inactive:        96768 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1815400 kB
SwapTotal:     4192956 kB
SwapFree:      4179920 kB
Dirty:            4820 kB
Writeback:           0 kB
Mapped:          22688 kB
Slab:            24736 kB
Committed_AS:   933064 kB
PageTables:       1712 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66548 MiB
End job on node30 at 2008-07-11 22:23:47