Trace number 1109621

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 1397.03 1409.86

General information on the benchmark

Namecsp/rand-10-20-10/
normalized-rand-10-20-10-5-10000-17_ext.xml
MD5SUM64283c6e0cfc7dd65c2ff684d7d20483
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 benchmark1256.31
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.08	c 0	Sugar++ v1-13 + HOME/minisat-inc
0.00/0.08	c 0	BEGIN Fri Jul 11 21:55:09 2008
0.00/0.08	c 0	PID 15443
0.00/0.08	c 0	HOST node16.alineos.net
0.00/0.08	c 0	CONVERTING HOME/instance-1109621-1215806109.xml TO HOME/temp.csp
0.00/0.08	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1109621-1215806109.xml' 'HOME/temp.csp'
0.07/0.91	c 1	1 domains, 20 variables, 0 predicates, 5 relations, 5 constraints
0.07/0.92	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.07/0.92	c 1	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.95/1.01	c 1	Parsing HOME/temp.csp
1.74/1.85	c 2	parsed 31 expressions
1.74/1.85	c 2	Heap : 13 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
1.74/1.85	c 2	MAX CSP: 5 constraints
1.74/1.85	c 2	Converting to clausal form CSP
1.74/1.87	c 2	converted 4 (10%) expressions
1.74/1.87	c 2	converted 8 (20%) expressions
1.74/1.87	c 2	converted 12 (30%) expressions
1.74/1.87	c 2	converted 16 (40%) expressions
1.74/1.87	c 2	converted 20 (50%) expressions
1.84/1.90	c 2	converted 24 (60%) expressions
2.14/2.23	c 2	converted 28 (70%) expressions
2.63/2.72	c 2	converted 32 (80%) expressions
2.93/3.08	c 3	converted 36 (90%) expressions
2.93/3.08	c 3	converted 39 (100%) expressions
2.93/3.08	c 3	CSP : 26 integers, 0 booleans, 6 clauses, largest domain size 10
2.93/3.08	c 3	Heap : 53 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
2.93/3.08	c 3	Propagation in CSP
2.93/3.08	c 3	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
2.93/3.08	c 3	CSP : 26 integers, 0 booleans, 6 clauses, largest domain size 10
2.93/3.08	c 3	Heap : 53 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
2.93/3.08	c 3	Simplifing CSP by introducing new Boolean variables
2.93/3.08	c 3	CSP : 26 integers, 0 booleans, 6 clauses, largest domain size 10
2.93/3.08	c 3	Heap : 53 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
3.22/3.35	c 3	Encoding CSP to SAT : HOME/temp.cnf
3.22/3.36	c 3	3 (10%) CSP integer variables are encoded (24 clauses, 264 bytes)
3.22/3.36	c 3	6 (20%) CSP integer variables are encoded (48 clauses, 480 bytes)
3.22/3.36	c 3	8 (30%) CSP integer variables are encoded (64 clauses, 624 bytes)
3.22/3.37	c 3	11 (40%) CSP integer variables are encoded (88 clauses, 840 bytes)
3.22/3.37	c 3	13 (50%) CSP integer variables are encoded (104 clauses, 1016 bytes)
3.22/3.37	c 3	16 (60%) CSP integer variables are encoded (128 clauses, 1280 bytes)
3.22/3.37	c 3	19 (70%) CSP integer variables are encoded (152 clauses, 1544 bytes)
3.22/3.37	c 3	21 (80%) CSP integer variables are encoded (160 clauses, 1632 bytes)
3.22/3.37	c 3	24 (90%) CSP integer variables are encoded (160 clauses, 1632 bytes)
3.22/3.37	c 3	26 (100%) CSP integer variables are encoded (164 clauses, 1676 bytes)
172.19/173.84	c 174	1 (10%) CSP clauses are encoded (140762 clauses, 7261368 bytes)
338.86/342.08	c 342	2 (20%) CSP clauses are encoded (281535 clauses, 14734443 bytes)
515.43/520.29	c 520	3 (30%) CSP clauses are encoded (421730 clauses, 22219439 bytes)
696.08/702.53	c 702	4 (40%) CSP clauses are encoded (562374 clauses, 29569367 bytes)
873.36/881.47	c 881	5 (50%) CSP clauses are encoded (703360 clauses, 37299418 bytes)
873.36/881.48	c 881	6 (60%) CSP clauses are encoded (703391 clauses, 37299955 bytes)
873.36/881.48	c 881	6 CSP clauses encoded
873.36/881.48	c 881	Writing map file : HOME/temp.map
873.36/881.48	c 881	Heap : 58 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
873.36/881.48	c 881	SAT : 190 SAT variables, 703391 SAT clauses, 37299955 bytes
873.36/881.48	c 881	Heap : 58 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
873.45/881.52	c 881	OBJECTIVE minimize _COST
873.45/881.52	c 881	SOLVING HOME/temp.cnf
873.45/881.52	c 881	CMD HOME/minisat-inc -incremental HOME/temp.cnf HOME/temp.out
873.45/881.52	c 881	This is MiniSat 2.0 beta incremental
873.45/881.52	c 881	WARNING: for repeatability, setting FPU to use double precision
873.45/881.52	c 881	============================[ Problem Statistics ]=============================
873.45/881.52	c 881	|                                                                             |
873.45/881.52	c 881	|  Number of variables:  190                                                  |
873.45/881.52	c 881	|  Number of clauses:    703391                                               |
874.43/882.53	c 882	|  Parsing time:         0.88         s                                       |
874.43/882.59	c 882	OK
874.43/882.59	c 882	OBJECTIVE BOUND: 0 <= _COST <= 
874.43/882.59	c 882	SEARCHING: _COST <= 3
874.43/882.59	c 882	============================[ Search Statistics ]==============================
874.43/882.59	c 882	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
874.43/882.59	c 882	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
874.43/882.59	c 882	===============================================================================
874.43/882.59	c 882	|         0 |     190   703391  9540637 |   234463        0    nan |  0.000 % |
874.93/883.08	c 883	|       100 |     190   703391  9540637 |   257910      100      9 |  0.006 % |
875.51/883.62	c 883	|       251 |     190   703391  9540637 |   283701      251     10 |  0.006 % |
875.71/883.81	c 883	===============================================================================
875.71/883.81	c 883	restarts              : 3
875.71/883.81	c 883	conflicts             : 357           (167 /sec)
875.71/883.81	c 883	decisions             : 538           (1.67 % random) (251 /sec)
875.71/883.81	c 883	propagations          : 3877           (1811 /sec)
875.71/883.81	c 883	conflict literals     : 3607           (22.60 % deleted)
875.71/883.81	c 883	Memory used           : 64.85 MB
875.71/883.81	c 883	CPU time              : 2.14067 s
875.71/883.81	c 883	
875.71/883.81	c 883	SATISFIABLE
875.71/883.81	c 883	OK
875.71/883.81	c 883	FOUND: _COST <= 3
875.71/883.81	s SATISFIABLE
875.71/883.81	c 883	DECODING HOME/temp.out WITH HOME/temp.map
875.71/883.81	c 883	CMD java -Xmx50M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
875.73/883.90	c 884	Decoding HOME/temp.out
875.73/883.92	c 884	OBJECTIVE _COST 3
875.73/883.92	o 3
875.73/883.92	v 1 9 9 9 1 8 9 9 9 9 9 9 9 1 0 3 5 5 9 2
875.73/883.92	c 884	Heap : 0 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
875.73/883.94	c 884	OK
875.73/883.94	c 884	OBJECTIVE BOUND: 0 <= _COST <= 3
875.73/883.94	c 884	SEARCHING: _COST <= 1
875.73/883.96	c 884	============================[ Search Statistics ]==============================
875.73/883.96	c 884	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
875.73/883.96	c 884	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
875.73/883.96	c 884	===============================================================================
875.73/883.96	c 884	|       357 |     190   703391  9540637 |   234463      357     10 |  0.006 % |
876.19/884.34	c 884	|       457 |     190   703391  9540637 |   257910      457     10 |  1.058 % |
876.29/884.45	c 884	|       609 |     190   703391  9540637 |   283701      609     10 |  1.058 % |
876.79/884.97	c 885	|       834 |     190   703391  9540637 |   312071      834     10 |  1.058 % |
877.19/885.31	c 885	|      1171 |     190   703391  9540637 |   343278     1171     11 |  1.058 % |
878.08/886.23	c 886	|      1679 |     190   703391  9540637 |   377606     1679     11 |  1.058 % |
879.66/887.81	c 887	|      2440 |     190   703391  9540637 |   415366     2440     11 |  1.058 % |
880.75/888.93	c 889	|      3580 |     190   703391  9540637 |   456903     3580     11 |  1.058 % |
883.23/891.44	c 891	|      5289 |     190   703391  9540637 |   502593     5289     11 |  1.058 % |
887.98/896.25	c 896	|      7852 |     190   703391  9540637 |   552853     7852     12 |  1.058 % |
899.68/908.03	c 908	|     11696 |     190   703391  9540637 |   608138    11696     12 |  1.061 % |
910.77/919.26	c 919	|     17464 |     190   703391  9540637 |   668952    17464     12 |  1.061 % |
930.70/939.32	c 939	|     26113 |     190   703391  9540637 |   735847    26113     12 |  1.061 % |
966.37/975.35	c 975	|     39087 |     190   703391  9540637 |   809432    39087     13 |  1.061 % |
1004.62/1013.91	c 1014	|     58548 |     190   703391  9540637 |   890375    58548     13 |  1.061 % |
1101.94/1112.17	c 1112	|     87740 |     190   703391  9540637 |   979412    87740     14 |  1.061 % |
1236.42/1247.88	c 1248	|    131533 |     190   703391  9540637 |  1077354   131533     14 |  1.072 % |
1294.30/1306.27	c 1306	===============================================================================
1294.30/1306.27	c 1306	restarts              : 20
1294.30/1306.27	c 1306	conflicts             : 148963        (354 /sec)
1294.30/1306.27	c 1306	decisions             : 172832        (1.75 % random) (411 /sec)
1294.30/1306.27	c 1306	propagations          : 1831282        (4354 /sec)
1294.30/1306.27	c 1306	conflict literals     : 2080588        (14.56 % deleted)
1294.30/1306.27	c 1306	Memory used           : 87.07 MB
1294.30/1306.27	c 1306	CPU time              : 420.606 s
1294.30/1306.27	c 1306	
1294.30/1306.27	c 1306	UNSATISFIABLE
1294.30/1306.27	c 1306	OK
1294.30/1306.27	c 1306	NOT FOUND: _COST <= 1
1294.30/1306.27	c 1306	OK
1294.30/1306.27	c 1306	OBJECTIVE BOUND: 2 <= _COST <= 3
1294.30/1306.27	c 1306	SEARCHING: _COST <= 2
1294.30/1306.27	c 1306	============================[ Search Statistics ]==============================
1294.30/1306.27	c 1306	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
1294.30/1306.27	c 1306	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
1294.30/1306.27	c 1306	===============================================================================
1294.30/1306.27	c 1306	|    148963 |     190   703391  9540637 |   234463   148962     14 |  1.072 % |
1295.30/1307.21	c 1307	|    149064 |     189   703391  9540637 |   257910   149063     14 |  2.108 % |
1295.99/1307.98	c 1308	|    149215 |     189   703391  9540637 |   283701   149214     14 |  2.108 % |
1297.37/1309.32	c 1309	|    149440 |     189   703391  9540637 |   312071   149439     14 |  2.108 % |
1298.86/1310.80	c 1310	|    149779 |     189   703391  9540637 |   343278   149778     14 |  2.108 % |
1301.04/1313.04	c 1313	|    150285 |     189   703391  9540637 |   377606   150284     14 |  2.108 % |
1303.22/1315.28	c 1315	|    151044 |     189   703391  9540637 |   415366   151043     14 |  2.108 % |
1307.48/1319.52	c 1319	|    152183 |     189   703391  9540637 |   456903   152182     14 |  2.108 % |
1315.61/1327.76	c 1327	|    153891 |     189   703391  9540637 |   502593   153890     14 |  2.108 % |
1325.81/1338.01	c 1338	|    156453 |     189   703391  9540637 |   552853   156452     14 |  2.108 % |
1338.79/1351.12	c 1351	|    160297 |     189   703391  9540637 |   608138   160296     14 |  2.108 % |
1358.81/1371.32	c 1371	|    166063 |     189   703391  9540637 |   668952   166062     14 |  2.108 % |
1393.50/1406.31	c 1406	|    174713 |     189   703391  9540637 |   735847   174712     14 |  2.108 % |
1396.77/1409.68	c 1409	===============================================================================
1396.77/1409.68	c 1409	restarts              : 33
1396.77/1409.68	c 1409	conflicts             : 175563        (336 /sec)
1396.77/1409.68	c 1409	decisions             : 205603        (1.73 % random) (393 /sec)
1396.77/1409.68	c 1409	propagations          : 2253805        (4309 /sec)
1396.77/1409.68	c 1409	conflict literals     : 2417867        (15.35 % deleted)
1396.77/1409.68	c 1409	Memory used           : 89.22 MB
1396.77/1409.68	c 1409	CPU time              : 523.071 s
1396.77/1409.68	c 1409	
1396.77/1409.68	c 1409	SATISFIABLE
1396.77/1409.68	c 1409	OK
1396.77/1409.68	c 1409	FOUND: _COST <= 2
1396.77/1409.68	c 1409	DECODING HOME/temp.out WITH HOME/temp.map
1396.77/1409.68	c 1409	CMD java -Xmx50M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
1396.86/1409.77	c 1409	Decoding HOME/temp.out
1396.86/1409.79	c 1409	OBJECTIVE _COST 2
1396.86/1409.79	o 2
1396.86/1409.79	v 5 9 0 9 8 5 7 0 3 9 0 9 7 3 2 6 9 1 6 5
1396.86/1409.80	c 1409	Heap : 0 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
1396.86/1409.81	c 1409	OK
1396.86/1409.81	c 1409	OBJECTIVE _COST 2
1396.86/1409.81	s OPTIMUM FOUND
1396.86/1409.83	c 1410	CPU 1396.09 (0.07 0.01 1396.02 0.88)
1396.86/1409.83	c 1410	END Fri Jul 11 22:18:39 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-1109621-1215806109/watcher-1109621-1215806109 -o /tmp/evaluation-result-1109621-1215806109/solver-1109621-1215806109 -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-1109621-1215806109.xml 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 3600 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 3630 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 4000 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 921600 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 972800 KiB
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.03 2.03 2.00 4/74 15443
/proc/meminfo: memFree=1323248/2055920 swapFree=4179412/4192956
[pid=15443] ppid=15441 vsize=12000 CPUtime=0
/proc/15443/stat : 15443 (sugar++) R 15441 15443 14066 0 -1 4194304 208 0 0 0 0 0 0 0 20 0 1 0 37313436 12288000 176 996147200 4194304 4206940 548682068528 18446744073709551615 231962217085 0 0 4224 0 0 0 0 17 1 0 0
/proc/15443/statm: 3000 176 137 3 0 100 0

[startup+0.0860149 s]
/proc/loadavg: 2.03 2.03 2.00 4/74 15443
/proc/meminfo: memFree=1323248/2055920 swapFree=4179412/4192956
[pid=15443] ppid=15441 vsize=16740 CPUtime=0.07
/proc/15443/stat : 15443 (sugar++) S 15441 15443 14066 0 -1 4194304 1219 128 0 0 6 1 0 0 19 0 1 0 37313436 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15443/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16740

[startup+0.101021 s]
/proc/loadavg: 2.03 2.03 2.00 4/74 15443
/proc/meminfo: memFree=1323248/2055920 swapFree=4179412/4192956
[pid=15443] ppid=15441 vsize=16740 CPUtime=0.07
/proc/15443/stat : 15443 (sugar++) S 15441 15443 14066 0 -1 4194304 1219 128 0 0 6 1 0 0 19 0 1 0 37313436 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15443/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16740

[startup+0.301962 s]
/proc/loadavg: 2.03 2.03 2.00 4/74 15443
/proc/meminfo: memFree=1323248/2055920 swapFree=4179412/4192956
[pid=15443] ppid=15441 vsize=16740 CPUtime=0.07
/proc/15443/stat : 15443 (sugar++) S 15441 15443 14066 0 -1 4194304 1219 128 0 0 6 1 0 0 19 0 1 0 37313436 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15443/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16740

[startup+0.701862 s]
/proc/loadavg: 2.03 2.03 2.00 4/74 15443
/proc/meminfo: memFree=1323248/2055920 swapFree=4179412/4192956
[pid=15443] ppid=15441 vsize=16740 CPUtime=0.07
/proc/15443/stat : 15443 (sugar++) S 15441 15443 14066 0 -1 4194304 1219 128 0 0 6 1 0 0 19 0 1 0 37313436 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15443/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16740

[startup+1.50266 s]
/proc/loadavg: 2.03 2.03 2.00 4/85 15465
/proc/meminfo: memFree=1314712/2055920 swapFree=4179412/4192956
[pid=15443] ppid=15441 vsize=16740 CPUtime=0.89
/proc/15443/stat : 15443 (sugar++) S 15441 15443 14066 0 -1 4194304 1296 7971 0 1 6 1 75 7 15 0 1 0 37313436 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15443/statm: 4185 1104 409 3 0 764 0
[pid=15456] ppid=15443 vsize=5356 CPUtime=0
/proc/15456/stat : 15456 (sh) S 15443 15443 14066 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 37313529 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15456/statm: 1339 233 193 169 0 50 0
[pid=15457] ppid=15456 vsize=864076 CPUtime=0.55
/proc/15457/stat : 15457 (java) S 15456 15443 14066 0 -1 0 6564 0 1 0 53 2 0 0 19 0 9 0 37313529 884813824 5835 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15457/statm: 216019 5835 2532 9 0 210601 0
[pid=15457/tid=15458] ppid=15456 vsize=864076 CPUtime=0.39
/proc/15457/task/15458/stat : 15458 (java) R 15456 15443 14066 0 -1 64 2448 0 1 0 38 1 0 0 20 0 9 0 37313530 884813824 5835 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15457/tid=15459] ppid=15456 vsize=864076 CPUtime=0.1
/proc/15457/task/15459/stat : 15459 (java) R 15456 15443 14066 0 -1 64 3111 0 0 0 10 0 0 0 16 0 9 0 37313531 884813824 5835 996147200 134512640 134550740 4294955920 18446744073709551615 103735747 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15457/tid=15460] ppid=15456 vsize=864076 CPUtime=0
/proc/15457/task/15460/stat : 15460 (java) S 15456 15443 14066 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 37313531 884813824 5835 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15457/tid=15461] ppid=15456 vsize=864076 CPUtime=0
/proc/15457/task/15461/stat : 15461 (java) S 15456 15443 14066 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 37313531 884813824 5835 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15457/tid=15462] ppid=15456 vsize=864076 CPUtime=0
/proc/15457/task/15462/stat : 15462 (java) S 15456 15443 14066 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 37313533 884813824 5835 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15457/tid=15463] ppid=15456 vsize=864076 CPUtime=0.03
/proc/15457/task/15463/stat : 15463 (java) S 15456 15443 14066 0 -1 64 308 0 0 0 3 0 0 0 16 0 9 0 37313533 884813824 5835 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15457/tid=15464] ppid=15456 vsize=864076 CPUtime=0
/proc/15457/task/15464/stat : 15464 (java) S 15456 15443 14066 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 37313533 884813824 5835 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15457/tid=15465] ppid=15456 vsize=864076 CPUtime=0
/proc/15457/task/15465/stat : 15465 (java) S 15456 15443 14066 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 37313533 884813824 5835 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.44
Current children cumulated vsize (KiB) 886172

[startup+3.10224 s]
/proc/loadavg: 2.03 2.03 2.00 4/85 15465
/proc/meminfo: memFree=1289752/2055920 swapFree=4179412/4192956
[pid=15443] ppid=15441 vsize=16740 CPUtime=0.89
/proc/15443/stat : 15443 (sugar++) S 15441 15443 14066 0 -1 4194304 1297 7971 0 1 6 1 75 7 15 0 1 0 37313436 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15443/statm: 4185 1104 409 3 0 764 0
[pid=15456] ppid=15443 vsize=5356 CPUtime=0
/proc/15456/stat : 15456 (sh) S 15443 15443 14066 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 37313529 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15456/statm: 1339 233 193 169 0 50 0
[pid=15457] ppid=15456 vsize=864436 CPUtime=2.13
/proc/15457/stat : 15457 (java) S 15456 15443 14066 0 -1 0 18339 0 1 0 203 10 0 0 19 0 9 0 37313529 885182464 17173 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15457/statm: 216109 17173 2540 9 0 210684 0
[pid=15457/tid=15458] ppid=15456 vsize=864436 CPUtime=0.94
/proc/15457/task/15458/stat : 15458 (java) R 15456 15443 14066 0 -1 64 3130 0 1 0 92 2 0 0 21 0 9 0 37313530 885182464 17173 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15457/tid=15459] ppid=15456 vsize=864436 CPUtime=1.12
/proc/15457/task/15459/stat : 15459 (java) R 15456 15443 14066 0 -1 64 14193 0 0 0 105 7 0 0 17 0 9 0 37313531 885182464 17173 996147200 134512640 134550740 4294955920 18446744073709551615 103735747 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15457/tid=15460] ppid=15456 vsize=864436 CPUtime=0
/proc/15457/task/15460/stat : 15460 (java) S 15456 15443 14066 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 37313531 885182464 17173 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15457/tid=15461] ppid=15456 vsize=864436 CPUtime=0
/proc/15457/task/15461/stat : 15461 (java) S 15456 15443 14066 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 37313531 885182464 17173 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15457/tid=15462] ppid=15456 vsize=864436 CPUtime=0
/proc/15457/task/15462/stat : 15462 (java) S 15456 15443 14066 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 37313533 885182464 17173 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15457/tid=15463] ppid=15456 vsize=864436 CPUtime=0.05
/proc/15457/task/15463/stat : 15463 (java) S 15456 15443 14066 0 -1 64 319 0 0 0 5 0 0 0 16 0 9 0 37313533 885182464 17173 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15457/tid=15464] ppid=15456 vsize=864436 CPUtime=0
/proc/15457/task/15464/stat : 15464 (java) S 15456 15443 14066 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 37313533 885182464 17173 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15457/tid=15465] ppid=15456 vsize=864436 CPUtime=0
/proc/15457/task/15465/stat : 15465 (java) S 15456 15443 14066 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 37313533 885182464 17173 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.02
Current children cumulated vsize (KiB) 886532

[startup+6.30139 s]
/proc/loadavg: 2.03 2.03 2.00 3/85 15465
/proc/meminfo: memFree=1258648/2055920 swapFree=4179412/4192956
[pid=15443] ppid=15441 vsize=16740 CPUtime=0.89
/proc/15443/stat : 15443 (sugar++) S 15441 15443 14066 0 -1 4194304 1297 7971 0 1 6 1 75 7 15 0 1 0 37313436 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15443/statm: 4185 1104 409 3 0 764 0
[pid=15456] ppid=15443 vsize=5356 CPUtime=0
/proc/15456/stat : 15456 (sh) S 15443 15443 14066 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 37313529 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15456/statm: 1339 233 193 169 0 50 0
[pid=15457] ppid=15456 vsize=864296 CPUtime=5.3
/proc/15457/stat : 15457 (java) S 15456 15443 14066 0 -1 0 18571 0 1 0 519 11 0 0 19 0 9 0 37313529 885039104 17180 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15457/statm: 216074 17180 2564 9 0 210621 0
[pid=15457/tid=15458] ppid=15456 vsize=864296 CPUtime=3.77
/proc/15457/task/15458/stat : 15458 (java) R 15456 15443 14066 0 -1 64 3217 0 1 0 375 2 0 0 25 0 9 0 37313530 885039104 17180 996147200 134512640 134550740 4294955920 18446744073709551615 4126555208 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15457/tid=15459] ppid=15456 vsize=864296 CPUtime=1.42
/proc/15457/task/15459/stat : 15459 (java) S 15456 15443 14066 0 -1 64 14319 0 0 0 135 7 0 0 16 0 9 0 37313531 885039104 17180 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15457/tid=15460] ppid=15456 vsize=864296 CPUtime=0
/proc/15457/task/15460/stat : 15460 (java) S 15456 15443 14066 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 37313531 885039104 17180 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15457/tid=15461] ppid=15456 vsize=864296 CPUtime=0
/proc/15457/task/15461/stat : 15461 (java) S 15456 15443 14066 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 37313531 885039104 17180 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15457/tid=15462] ppid=15456 vsize=864296 CPUtime=0
/proc/15457/task/15462/stat : 15462 (java) S 15456 15443 14066 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 37313533 885039104 17180 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15457/tid=15463] ppid=15456 vsize=864296 CPUtime=0.08
/proc/15457/task/15463/stat : 15463 (java) S 15456 15443 14066 0 -1 64 338 0 0 0 8 0 0 0 16 0 9 0 37313533 885039104 17180 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15457/tid=15464] ppid=15456 vsize=864296 CPUtime=0
/proc/15457/task/15464/stat : 15464 (java) S 15456 15443 14066 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 37313533 885039104 17180 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15457/tid=15465] ppid=15456 vsize=864296 CPUtime=0
/proc/15457/task/15465/stat : 15465 (java) S 15456 15443 14066 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 37313533 885039104 17180 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.19
Current children cumulated vsize (KiB) 886392

[startup+12.7027 s]
/proc/loadavg: 2.03 2.03 2.00 3/85 15465
/proc/meminfo: memFree=1257240/2055920 swapFree=4179412/4192956
[pid=15443] ppid=15441 vsize=16740 CPUtime=0.89
/proc/15443/stat : 15443 (sugar++) S 15441 15443 14066 0 -1 4194304 1297 7971 0 1 6 1 75 7 15 0 1 0 37313436 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15443/statm: 4185 1104 409 3 0 764 0
[pid=15456] ppid=15443 vsize=5356 CPUtime=0
/proc/15456/stat : 15456 (sh) S 15443 15443 14066 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 37313529 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15456/statm: 1339 233 193 169 0 50 0
[pid=15457] ppid=15456 vsize=864296 CPUtime=11.64
/proc/15457/stat : 15457 (java) S 15456 15443 14066 0 -1 0 18571 0 1 0 1153 11 0 0 19 0 9 0 37313529 885039104 17180 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15457/statm: 216074 17180 2564 9 0 210621 0
[pid=15457/tid=15458] ppid=15456 vsize=864296 CPUtime=10.11
/proc/15457/task/15458/stat : 15458 (java) R 15456 15443 14066 0 -1 64 3217 0 1 0 1009 2 0 0 25 0 9 0 37313530 885039104 17180 996147200 134512640 134550740 4294955920 18446744073709551615 4126555095 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15457/tid=15459] ppid=15456 vsize=864296 CPUtime=1.42
/proc/15457/task/15459/stat : 15459 (java) S 15456 15443 14066 0 -1 64 14319 0 0 0 135 7 0 0 16 0 9 0 37313531 885039104 17180 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15457/tid=15460] ppid=15456 vsize=864296 CPUtime=0
/proc/15457/task/15460/stat : 15460 (java) S 15456 15443 14066 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 37313531 885039104 17180 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15457/tid=15461] ppid=15456 vsize=864296 CPUtime=0
/proc/15457/task/15461/stat : 15461 (java) S 15456 15443 14066 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 37313531 885039104 17180 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15457/tid=15462] ppid=15456 vsize=864296 CPUtime=0
/proc/15457/task/15462/stat : 15462 (java) S 15456 15443 14066 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 37313533 885039104 17180 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15457/tid=15463] ppid=15456 vsize=864296 CPUtime=0.08
/proc/15457/task/15463/stat : 15463 (java) S 15456 15443 14066 0 -1 64 338 0 0 0 8 0 0 0 16 0 9 0 37313533 885039104 17180 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15457/tid=15464] ppid=15456 vsize=864296 CPUtime=0
/proc/15457/task/15464/stat : 15464 (java) S 15456 15443 14066 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 37313533 885039104 17180 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15457/tid=15465] ppid=15456 vsize=864296 CPUtime=0
/proc/15457/task/15465/stat : 15465 (java) S 15456 15443 14066 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 37313533 885039104 17180 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.53
Current children cumulated vsize (KiB) 886392

[startup+25.5014 s]
/proc/loadavg: 2.02 2.03 2.00 4/85 15465
/proc/meminfo: memFree=1254936/2055920 swapFree=4179412/4192956
[pid=15443] ppid=15441 vsize=16740 CPUtime=0.89
/proc/15443/stat : 15443 (sugar++) S 15441 15443 14066 0 -1 4194304 1297 7971 0 1 6 1 75 7 15 0 1 0 37313436 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15443/statm: 4185 1104 409 3 0 764 0
[pid=15456] ppid=15443 vsize=5356 CPUtime=0
/proc/15456/stat : 15456 (sh) S 15443 15443 14066 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 37313529 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15456/statm: 1339 233 193 169 0 50 0
[pid=15457] ppid=15456 vsize=864296 CPUtime=24.33
/proc/15457/stat : 15457 (java) S 15456 15443 14066 0 -1 0 18589 0 1 0 2422 11 0 0 19 0 9 0 37313529 885039104 17180 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15457/statm: 216074 17180 2564 9 0 210621 0
[pid=15457/tid=15458] ppid=15456 vsize=864296 CPUtime=22.73
/proc/15457/task/15458/stat : 15458 (java) R 15456 15443 14066 0 -1 64 3235 0 1 0 2271 2 0 0 25 0 9 0 37313530 885039104 17180 996147200 134512640 134550740 4294955920 18446744073709551615 4126556449 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15457/tid=15459] ppid=15456 vsize=864296 CPUtime=1.5
/proc/15457/task/15459/stat : 15459 (java) S 15456 15443 14066 0 -1 64 14319 0 0 0 142 8 0 0 16 0 9 0 37313531 885039104 17180 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15457/tid=15460] ppid=15456 vsize=864296 CPUtime=0
/proc/15457/task/15460/stat : 15460 (java) S 15456 15443 14066 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 37313531 885039104 17180 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15457/tid=15461] ppid=15456 vsize=864296 CPUtime=0
/proc/15457/task/15461/stat : 15461 (java) S 15456 15443 14066 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 37313531 885039104 17180 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0

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


[startup+1122.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 15482
/proc/meminfo: memFree=1076832/2055920 swapFree=4179412/4192956
[pid=15443] ppid=15441 vsize=16740 CPUtime=873.58
/proc/15443/stat : 15443 (sugar++) S 15441 15443 14066 0 -1 4194304 1542 52926 0 3 6 1 87287 64 16 0 1 0 37313436 17141760 1112 996147200 4194304 4206940 548682068528 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15443/statm: 4185 1112 414 3 0 764 0
[pid=15472] ppid=15443 vsize=82364 CPUtime=238.46
/proc/15472/stat : 15472 (minisat-inc) R 15443 15443 14066 0 -1 4194304 19354 0 0 0 23830 16 0 0 25 0 1 0 37401588 84340736 19299 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/15472/statm: 20591 19299 79 151 0 20437 0
Current children cumulated CPU time (s) 1112.04
Current children cumulated vsize (KiB) 99104

[startup+1182.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 15482
/proc/meminfo: memFree=1061920/2055920 swapFree=4179412/4192956
[pid=15443] ppid=15441 vsize=16740 CPUtime=873.58
/proc/15443/stat : 15443 (sugar++) S 15441 15443 14066 0 -1 4194304 1542 52926 0 3 6 1 87287 64 16 0 1 0 37313436 17141760 1112 996147200 4194304 4206940 548682068528 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15443/statm: 4185 1112 414 3 0 764 0
[pid=15472] ppid=15443 vsize=85104 CPUtime=297.93
/proc/15472/stat : 15472 (minisat-inc) R 15443 15443 14066 0 -1 4194304 19922 0 0 0 29776 17 0 0 25 0 1 0 37401588 87146496 19867 996147200 134512640 135134323 4294956192 18446744073709551615 134531971 0 0 4096 3 0 0 0 17 1 0 0
/proc/15472/statm: 21276 19867 79 151 0 21122 0
Current children cumulated CPU time (s) 1171.51
Current children cumulated vsize (KiB) 101844

[startup+1242.3 s]
/proc/loadavg: 2.07 2.02 2.00 3/76 15482
/proc/meminfo: memFree=1049760/2055920 swapFree=4179412/4192956
[pid=15443] ppid=15441 vsize=16740 CPUtime=873.58
/proc/15443/stat : 15443 (sugar++) S 15441 15443 14066 0 -1 4194304 1542 52926 0 3 6 1 87287 64 16 0 1 0 37313436 17141760 1112 996147200 4194304 4206940 548682068528 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15443/statm: 4185 1112 414 3 0 764 0
[pid=15472] ppid=15443 vsize=86716 CPUtime=357.39
/proc/15472/stat : 15472 (minisat-inc) R 15443 15443 14066 0 -1 4194304 20329 0 0 0 35721 18 0 0 25 0 1 0 37401588 88797184 20274 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/15472/statm: 21679 20274 79 151 0 21525 0
Current children cumulated CPU time (s) 1230.97
Current children cumulated vsize (KiB) 103456

[startup+1302.3 s]
/proc/loadavg: 2.06 2.02 2.00 3/76 15482
/proc/meminfo: memFree=1037600/2055920 swapFree=4179412/4192956
[pid=15443] ppid=15441 vsize=16740 CPUtime=873.58
/proc/15443/stat : 15443 (sugar++) S 15441 15443 14066 0 -1 4194304 1542 52926 0 3 6 1 87287 64 16 0 1 0 37313436 17141760 1112 996147200 4194304 4206940 548682068528 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15443/statm: 4185 1112 414 3 0 764 0
[pid=15472] ppid=15443 vsize=89024 CPUtime=416.85
/proc/15472/stat : 15472 (minisat-inc) R 15443 15443 14066 0 -1 4194304 20785 0 0 0 41667 18 0 0 25 0 1 0 37401588 91160576 20730 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/15472/statm: 22256 20730 79 151 0 22102 0
Current children cumulated CPU time (s) 1290.43
Current children cumulated vsize (KiB) 105764

[startup+1362.3 s]
/proc/loadavg: 2.02 2.02 2.00 3/76 15484
/proc/meminfo: memFree=1025056/2055920 swapFree=4179412/4192956
[pid=15443] ppid=15441 vsize=16740 CPUtime=873.59
/proc/15443/stat : 15443 (sugar++) S 15441 15443 14066 0 -1 4194304 1545 52926 0 3 7 1 87287 64 16 0 1 0 37313436 17141760 1112 996147200 4194304 4206940 548682068528 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15443/statm: 4185 1112 414 3 0 764 0
[pid=15472] ppid=15443 vsize=90564 CPUtime=476.3
/proc/15472/stat : 15472 (minisat-inc) R 15443 15443 14066 0 -1 4194304 21209 0 0 0 47611 19 0 0 25 0 1 0 37401588 92737536 21152 996147200 134512640 135134323 4294956192 18446744073709551615 134531982 0 0 4096 3 0 0 0 17 1 0 0
/proc/15472/statm: 22641 21152 79 151 0 22487 0
Current children cumulated CPU time (s) 1349.89
Current children cumulated vsize (KiB) 107304

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

[startup+1382.3 s]
/proc/loadavg: 2.01 2.02 2.00 3/76 15484
/proc/meminfo: memFree=1020064/2055920 swapFree=4179412/4192956
[pid=15443] ppid=15441 vsize=16740 CPUtime=873.59
/proc/15443/stat : 15443 (sugar++) S 15441 15443 14066 0 -1 4194304 1545 52926 0 3 7 1 87287 64 16 0 1 0 37313436 17141760 1112 996147200 4194304 4206940 548682068528 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15443/statm: 4185 1112 414 3 0 764 0
[pid=15472] ppid=15443 vsize=90828 CPUtime=496.12
/proc/15472/stat : 15472 (minisat-inc) R 15443 15443 14066 0 -1 4194304 21319 0 0 0 49593 19 0 0 25 0 1 0 37401588 93007872 21262 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/15472/statm: 22707 21262 79 151 0 22553 0
Current children cumulated CPU time (s) 1369.71
Current children cumulated vsize (KiB) 107568

[startup+1395.1 s]
/proc/loadavg: 2.01 2.02 2.00 3/76 15484
/proc/meminfo: memFree=1016672/2055920 swapFree=4179412/4192956
[pid=15443] ppid=15441 vsize=16740 CPUtime=873.59
/proc/15443/stat : 15443 (sugar++) S 15441 15443 14066 0 -1 4194304 1545 52926 0 3 7 1 87287 64 16 0 1 0 37313436 17141760 1112 996147200 4194304 4206940 548682068528 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15443/statm: 4185 1112 414 3 0 764 0
[pid=15472] ppid=15443 vsize=91092 CPUtime=508.81
/proc/15472/stat : 15472 (minisat-inc) R 15443 15443 14066 0 -1 4194304 21378 0 0 0 50861 20 0 0 25 0 1 0 37401588 93278208 21321 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/15472/statm: 22773 21321 79 151 0 22619 0
Current children cumulated CPU time (s) 1382.4
Current children cumulated vsize (KiB) 107832

[startup+1401.5 s]
/proc/loadavg: 2.01 2.02 2.00 3/76 15484
/proc/meminfo: memFree=1015136/2055920 swapFree=4179412/4192956
[pid=15443] ppid=15441 vsize=16740 CPUtime=873.59
/proc/15443/stat : 15443 (sugar++) S 15441 15443 14066 0 -1 4194304 1545 52926 0 3 7 1 87287 64 16 0 1 0 37313436 17141760 1112 996147200 4194304 4206940 548682068528 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15443/statm: 4185 1112 414 3 0 764 0
[pid=15472] ppid=15443 vsize=91224 CPUtime=515.16
/proc/15472/stat : 15472 (minisat-inc) R 15443 15443 14066 0 -1 4194304 21401 0 0 0 51496 20 0 0 25 0 1 0 37401588 93413376 21344 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/15472/statm: 22806 21344 79 151 0 22652 0
Current children cumulated CPU time (s) 1388.75
Current children cumulated vsize (KiB) 107964

[startup+1404.71 s]
/proc/loadavg: 2.01 2.01 2.00 3/76 15484
/proc/meminfo: memFree=1014304/2055920 swapFree=4179412/4192956
[pid=15443] ppid=15441 vsize=16740 CPUtime=873.59
/proc/15443/stat : 15443 (sugar++) S 15441 15443 14066 0 -1 4194304 1545 52926 0 3 7 1 87287 64 16 0 1 0 37313436 17141760 1112 996147200 4194304 4206940 548682068528 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15443/statm: 4185 1112 414 3 0 764 0
[pid=15472] ppid=15443 vsize=91224 CPUtime=518.33
/proc/15472/stat : 15472 (minisat-inc) R 15443 15443 14066 0 -1 4194304 21415 0 0 0 51813 20 0 0 25 0 1 0 37401588 93413376 21358 996147200 134512640 135134323 4294956192 18446744073709551615 134531971 0 0 4096 3 0 0 0 17 1 0 0
/proc/15472/statm: 22806 21358 79 151 0 22652 0
Current children cumulated CPU time (s) 1391.92
Current children cumulated vsize (KiB) 107964

[startup+1407.9 s]
/proc/loadavg: 2.01 2.01 2.00 3/76 15484
/proc/meminfo: memFree=1013472/2055920 swapFree=4179412/4192956
[pid=15443] ppid=15441 vsize=16740 CPUtime=873.59
/proc/15443/stat : 15443 (sugar++) S 15441 15443 14066 0 -1 4194304 1545 52926 0 3 7 1 87287 64 16 0 1 0 37313436 17141760 1112 996147200 4194304 4206940 548682068528 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15443/statm: 4185 1112 414 3 0 764 0
[pid=15472] ppid=15443 vsize=91356 CPUtime=521.5
/proc/15472/stat : 15472 (minisat-inc) R 15443 15443 14066 0 -1 4194304 21428 0 0 0 52130 20 0 0 25 0 1 0 37401588 93548544 21371 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/15472/statm: 22839 21371 79 151 0 22685 0
Current children cumulated CPU time (s) 1395.09
Current children cumulated vsize (KiB) 108096

[startup+1408.7 s]
/proc/loadavg: 2.01 2.01 2.00 3/76 15484
/proc/meminfo: memFree=1013472/2055920 swapFree=4179412/4192956
[pid=15443] ppid=15441 vsize=16740 CPUtime=873.59
/proc/15443/stat : 15443 (sugar++) S 15441 15443 14066 0 -1 4194304 1545 52926 0 3 7 1 87287 64 16 0 1 0 37313436 17141760 1112 996147200 4194304 4206940 548682068528 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15443/statm: 4185 1112 414 3 0 764 0
[pid=15472] ppid=15443 vsize=91356 CPUtime=522.29
/proc/15472/stat : 15472 (minisat-inc) R 15443 15443 14066 0 -1 4194304 21432 0 0 0 52209 20 0 0 25 0 1 0 37401588 93548544 21375 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/15472/statm: 22839 21375 79 151 0 22685 0
Current children cumulated CPU time (s) 1395.88
Current children cumulated vsize (KiB) 108096

[startup+1409.5 s]
/proc/loadavg: 2.01 2.01 2.00 3/76 15484
/proc/meminfo: memFree=1013152/2055920 swapFree=4179412/4192956
[pid=15443] ppid=15441 vsize=16740 CPUtime=873.59
/proc/15443/stat : 15443 (sugar++) S 15441 15443 14066 0 -1 4194304 1545 52926 0 3 7 1 87287 64 16 0 1 0 37313436 17141760 1112 996147200 4194304 4206940 548682068528 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15443/statm: 4185 1112 414 3 0 764 0
[pid=15472] ppid=15443 vsize=91356 CPUtime=523.08
/proc/15472/stat : 15472 (minisat-inc) R 15443 15443 14066 0 -1 4194304 21436 0 0 0 52288 20 0 0 25 0 1 0 37401588 93548544 21379 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/15472/statm: 22839 21379 79 151 0 22685 0
Current children cumulated CPU time (s) 1396.67
Current children cumulated vsize (KiB) 108096

[startup+1409.7 s]
/proc/loadavg: 2.01 2.01 2.00 3/76 15484
/proc/meminfo: memFree=1013152/2055920 swapFree=4179412/4192956
[pid=15443] ppid=15441 vsize=16740 CPUtime=873.59
/proc/15443/stat : 15443 (sugar++) S 15441 15443 14066 0 -1 4194304 1577 52926 0 3 7 1 87287 64 16 0 1 0 37313436 17141760 1112 996147200 4194304 4206940 548682068528 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15443/statm: 4185 1112 414 3 0 764 0
[pid=15472] ppid=15443 vsize=91356 CPUtime=523.27
/proc/15472/stat : 15472 (minisat-inc) S 15443 15443 14066 0 -1 4194304 21439 0 0 0 52307 20 0 0 25 0 1 0 37401588 93548544 21380 996147200 134512640 135134323 4294956192 18446744073709551615 134725182 0 0 4096 3 18446744071563648864 0 0 17 1 0 0
/proc/15472/statm: 22839 21380 79 151 0 22685 0
Current children cumulated CPU time (s) 1396.86
Current children cumulated vsize (KiB) 108096

[startup+1409.8 s]
/proc/loadavg: 2.01 2.01 2.00 3/76 15484
/proc/meminfo: memFree=1013152/2055920 swapFree=4179412/4192956
[pid=15443] ppid=15441 vsize=16740 CPUtime=873.59
/proc/15443/stat : 15443 (sugar++) S 15441 15443 14066 0 -1 4194304 1597 52926 0 3 7 1 87287 64 15 0 1 0 37313436 17141760 1112 996147200 4194304 4206940 548682068528 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15443/statm: 4185 1112 414 3 0 764 0
[pid=15472] ppid=15443 vsize=91356 CPUtime=523.27
/proc/15472/stat : 15472 (minisat-inc) S 15443 15443 14066 0 -1 4194304 21439 0 0 0 52307 20 0 0 25 0 1 0 37401588 93548544 21380 996147200 134512640 135134323 4294956192 18446744073709551615 134725182 0 0 4096 3 18446744071563648864 0 0 17 1 0 0
/proc/15472/statm: 22839 21380 79 151 0 22685 0
Current children cumulated CPU time (s) 1396.86
Current children cumulated vsize (KiB) 108096

Child status: 0
Real time (s): 1409.86
CPU time (s): 1397.03
CPU user time (s): 1396.1
CPU system time (s): 0.926859
CPU usage (%): 99.09
Max. virtual memory (cumulated for all children) (KiB): 893584

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1396.1
system time used= 0.926859
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 79672
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= 22849
involuntary context switches= 51203

runsolver used 1.68274 second user time and 4.76727 second system time

The end

Launcher Data (download as text)

Begin job on node16 at 2008-07-11 21:55:09
IDJOB=1109621
IDBENCH=60992
IDSOLVER=367
FILE ID=node16/1109621-1215806109
PBS_JOBID= 7903246
Free space on /tmp= 66368 MiB

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

TIME LIMIT= 3600 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 64283c6e0cfc7dd65c2ff684d7d20483
RANDOM SEED=287172674

node16.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.218
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.218
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:       1323728 kB
Buffers:         41100 kB
Cached:         319472 kB
SwapCached:       8124 kB
Active:         534092 kB
Inactive:       152628 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1323728 kB
SwapTotal:     4192956 kB
SwapFree:      4179412 kB
Dirty:            1796 kB
Writeback:           0 kB
Mapped:         330988 kB
Slab:            30228 kB
Committed_AS:   455272 kB
PageTables:       2496 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= 66364 MiB
End job on node16 at 2008-07-11 22:18:39