Trace number 1087368

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 NameAnswerCPU timeWall clock time
Sugar v1.13+minisatUNSAT 121.544 123.085

General information on the benchmark

Namecsp/fapp/fapp05/
normalized-fapp05-0350-6.xml
MD5SUM84f9ffd3bc330531b9df688f127dfd93
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark22.5566
Satisfiable
(Un)Satisfiability was proved
Number of variables350
Number of constraints4665
Maximum constraint arity2
Maximum domain size270
Number of constraints which are defined in extension0
Number of constraints which are defined in intension4665
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.04	c 0	Sugar v1-13 + HOME/minisat
0.00/0.04	c 0	BEGIN Sat Jul  5 09:41:02 2008
0.00/0.04	c 0	PID 29554
0.00/0.05	c 0	HOST node50.alineos.net
0.00/0.05	c 0	CONVERTING HOME/instance-1087368-1215243662.xml TO HOME/temp.csp
0.00/0.05	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1087368-1215243662.xml' 'HOME/temp.csp'
0.04/0.64	c 0	5 domains, 350 variables, 7 predicates, 0 relations, 4665 constraints
0.04/0.68	c 0	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.04/0.68	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
0.62/0.76	c 0	Parsing HOME/temp.csp
1.12/1.24	c 1	parsed 5027 expressions
1.12/1.24	c 1	Heap : 2 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
1.12/1.24	c 1	Converting to clausal form CSP
1.51/1.61	c 1	converted 503 (10%) expressions
2.11/2.24	c 2	converted 1006 (20%) expressions
2.70/2.80	c 2	converted 1509 (30%) expressions
3.10/3.29	c 3	converted 2011 (40%) expressions
3.59/3.77	c 3	converted 2514 (50%) expressions
3.98/4.16	c 4	converted 3017 (60%) expressions
4.38/4.53	c 4	converted 3519 (70%) expressions
4.88/5.07	c 5	converted 4022 (80%) expressions
5.27/5.46	c 5	converted 4525 (90%) expressions
5.66/5.85	c 6	converted 5027 (100%) expressions
5.66/5.85	c 6	CSP : 697 integers, 13494 booleans, 28546 clauses, largest domain size 2717
5.66/5.85	c 6	Heap : 26 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
5.66/5.85	c 6	Propagation in CSP
5.97/6.13	c 6	6420 values, 0 unsatisfiable literals, and 0 valid clauses are removed
5.97/6.13	c 6	CSP : 697 integers, 13494 booleans, 28546 clauses, largest domain size 2717
5.97/6.13	c 6	Heap : 28 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
5.97/6.14	c 6	Simplifing CSP by introducing new Boolean variables
6.06/6.22	c 6	CSP : 697 integers, 23356 booleans, 38408 clauses, largest domain size 2717
6.06/6.22	c 6	Heap : 31 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
6.25/6.47	c 6	Encoding CSP to SAT : HOME/temp.cnf
6.65/6.85	c 7	70 (10%) CSP integer variables are encoded (15840 clauses, 215546 bytes)
6.94/7.18	c 7	140 (20%) CSP integer variables are encoded (32412 clauses, 464126 bytes)
7.24/7.49	c 7	210 (30%) CSP integer variables are encoded (47677 clauses, 693101 bytes)
7.55/7.79	c 7	279 (40%) CSP integer variables are encoded (62774 clauses, 919556 bytes)
7.94/8.11	c 8	349 (50%) CSP integer variables are encoded (78547 clauses, 1156151 bytes)
8.14/8.33	c 8	419 (60%) CSP integer variables are encoded (252532 clauses, 4071709 bytes)
8.34/8.51	c 8	488 (70%) CSP integer variables are encoded (386769 clauses, 6353738 bytes)
8.53/8.71	c 8	558 (80%) CSP integer variables are encoded (545137 clauses, 9045994 bytes)
8.63/8.89	c 9	628 (90%) CSP integer variables are encoded (690149 clauses, 11511198 bytes)
8.83/9.05	c 9	697 (100%) CSP integer variables are encoded (815836 clauses, 13647877 bytes)
23.37/23.71	c 23	3841 (10%) CSP clauses are encoded (3178045 clauses, 64181350 bytes)
31.67/32.17	c 32	7682 (20%) CSP clauses are encoded (5025561 clauses, 105592461 bytes)
37.80/38.37	c 38	11523 (30%) CSP clauses are encoded (6517439 clauses, 139695538 bytes)
41.75/42.39	c 42	15364 (40%) CSP clauses are encoded (7603464 clauses, 165244083 bytes)
45.59/46.30	c 46	19204 (50%) CSP clauses are encoded (8909170 clauses, 196513054 bytes)
48.86/49.51	c 49	23045 (60%) CSP clauses are encoded (10064593 clauses, 224265422 bytes)
52.17/52.90	c 53	26886 (70%) CSP clauses are encoded (11277234 clauses, 253607502 bytes)
55.29/56.19	c 56	30727 (80%) CSP clauses are encoded (12391207 clauses, 280591824 bytes)
58.35/59.27	c 59	34568 (90%) CSP clauses are encoded (13487211 clauses, 307142130 bytes)
61.28/62.23	c 62	38408 (100%) CSP clauses are encoded (14512623 clauses, 332115625 bytes)
61.28/62.23	c 62	38408 CSP clauses encoded
61.28/62.23	c 62	Writing map file : HOME/temp.map
61.28/62.27	c 62	Heap : 27 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
61.28/62.27	c 62	SAT : 839889 SAT variables, 14512623 SAT clauses, 332115625 bytes
61.28/62.27	c 62	Heap : 27 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
61.35/62.33	c 62	SOLVING HOME/temp.cnf
61.35/62.33	c 62	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
61.35/62.33	c 62	This is MiniSat 2.0 beta
61.35/62.33	c 62	WARNING: for repeatability, setting FPU to use double precision
61.35/62.34	c 62	============================[ Problem Statistics ]=============================
61.35/62.34	c 62	|                                                                             |
61.35/62.34	c 62	|  Number of variables:  839889                                               |
61.35/62.34	c 62	|  Number of clauses:    14512623                                             |
69.44/70.59	c 70	|  Parsing time:         7.17         s                                       |
69.84/70.96	c 71	============================[ Search Statistics ]==============================
69.84/70.96	c 71	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
69.84/70.96	c 71	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
69.84/70.96	c 71	===============================================================================
69.84/70.97	c 71	|         0 |  839888 14512622 40499243 |  4837540        0    nan |  0.000 % |
70.63/71.72	c 71	|       100 |  839860 14512622 40499243 |  5321294       97      3 |  0.149 % |
72.52/73.64	c 73	|       250 |  839854 14512622 40499243 |  5853424      245      3 |  0.693 % |
74.20/75.34	c 75	|       475 |  839854 14512622 40499243 |  6438766      470      4 |  0.693 % |
76.08/77.21	c 77	|       812 |  839852 14512622 40499243 |  7082643      806      4 |  0.696 % |
78.35/79.52	c 79	|      1318 |  839844 14512622 40499243 |  7790907     1307      5 |  1.181 % |
84.41/85.64	c 85	|      2077 |  817334 14128587 39436409 |  8569998     2057      6 |  2.685 % |
90.74/92.08	c 92	|      3216 |  817248 14128587 39436409 |  9426998     3186      6 |  5.362 % |
104.31/105.77	c 105	|      4924 |  777738 13428511 37493065 | 10369698     4874      7 |  8.046 % |
120.66/122.26	c 122	===============================================================================
120.66/122.26	c 122	restarts              : 9
120.66/122.26	c 122	conflicts             : 7289           (125 /sec)
120.66/122.26	c 122	decisions             : 211184         (1.48 % random) (3623 /sec)
120.66/122.26	c 122	propagations          : 145881484      (2502893 /sec)
120.66/122.26	c 122	conflict literals     : 57776          (14.60 % deleted)
120.66/122.26	c 122	Memory used           : 681.99 MB
120.66/122.26	c 122	CPU time              : 58.2851 s
120.66/122.26	c 122	
120.66/122.26	c 122	UNSATISFIABLE
120.75/122.37	c 122	DECODING HOME/temp.out WITH HOME/temp.map
120.75/122.37	c 122	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
120.83/122.46	c 122	Decoding HOME/temp.out
120.83/122.89	s UNSATISFIABLE
120.83/122.89	c 123	Heap : 5 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
120.83/122.91	c 123	CPU 117.76 (0.03 0.01 117.73 3.58)
120.83/122.91	c 123	END Sat Jul  5 09:43:05 2008

Verifier Data (download as text)

No possible verification on an UNSAT instance

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

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2200 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: 1.95 1.99 1.99 4/72 29554
/proc/meminfo: memFree=1722400/2055920 swapFree=4180240/4192956
[pid=29554] ppid=29552 vsize=12268 CPUtime=0
/proc/29554/stat : 29554 (sugar) R 29552 29554 27597 0 -1 4194304 348 0 0 0 0 0 0 0 20 0 1 0 2003338136 12562432 316 996147200 4194304 4206940 548682068608 18446744073709551615 240577641061 0 2147483391 4224 0 0 0 0 17 1 0 0
/proc/29554/statm: 3067 316 241 3 0 167 0

[startup+0.0642581 s]
/proc/loadavg: 1.95 1.99 1.99 4/72 29554
/proc/meminfo: memFree=1722400/2055920 swapFree=4180240/4192956
[pid=29554] ppid=29552 vsize=13600 CPUtime=0.04
/proc/29554/stat : 29554 (sugar) S 29552 29554 27597 0 -1 4194304 900 127 0 0 3 1 0 0 19 0 1 0 2003338136 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 240586371170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/29554/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.102262 s]
/proc/loadavg: 1.95 1.99 1.99 4/72 29554
/proc/meminfo: memFree=1722400/2055920 swapFree=4180240/4192956
[pid=29554] ppid=29552 vsize=13600 CPUtime=0.04
/proc/29554/stat : 29554 (sugar) S 29552 29554 27597 0 -1 4194304 900 127 0 0 3 1 0 0 19 0 1 0 2003338136 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 240586371170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/29554/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.302299 s]
/proc/loadavg: 1.95 1.99 1.99 4/72 29554
/proc/meminfo: memFree=1722400/2055920 swapFree=4180240/4192956
[pid=29554] ppid=29552 vsize=13600 CPUtime=0.04
/proc/29554/stat : 29554 (sugar) S 29552 29554 27597 0 -1 4194304 900 127 0 0 3 1 0 0 19 0 1 0 2003338136 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 240586371170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/29554/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.701375 s]
/proc/loadavg: 1.95 1.99 1.99 4/72 29554
/proc/meminfo: memFree=1722400/2055920 swapFree=4180240/4192956
[pid=29554] ppid=29552 vsize=13600 CPUtime=0.62
/proc/29554/stat : 29554 (sugar) S 29552 29554 27597 0 -1 4194304 956 7240 0 1 3 1 54 4 16 0 1 0 2003338136 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 240586371170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/29554/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 0.62
Current children cumulated vsize (KiB) 13600

[startup+1.5015 s]
/proc/loadavg: 1.95 1.99 1.99 4/83 29576
/proc/meminfo: memFree=1714440/2055920 swapFree=4180240/4192956
[pid=29554] ppid=29552 vsize=13600 CPUtime=0.62
/proc/29554/stat : 29554 (sugar) S 29552 29554 27597 0 -1 4194304 973 7240 0 1 3 1 54 4 15 0 1 0 2003338136 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 240586371170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/29554/statm: 3400 797 370 3 0 500 0
[pid=29567] ppid=29554 vsize=5356 CPUtime=0
/proc/29567/stat : 29567 (sh) S 29554 29554 27597 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2003338204 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 240577471300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29567/statm: 1339 233 193 169 0 50 0
[pid=29568] ppid=29567 vsize=869396 CPUtime=0.8
/proc/29568/stat : 29568 (java) S 29567 29554 27597 0 -1 0 5463 0 1 0 76 4 0 0 18 0 9 0 2003338205 890261504 4871 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/29568/statm: 217349 4871 1732 9 0 211924 0
[pid=29568/tid=29569] ppid=29567 vsize=869396 CPUtime=0.56
/proc/29568/task/29569/stat : 29569 (java) R 29567 29554 27597 0 -1 64 2667 0 1 0 54 2 0 0 22 0 9 0 2003338205 890261504 4871 996147200 134512640 134550740 4294955952 18446744073709551615 4126521182 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29568/tid=29570] ppid=29567 vsize=869396 CPUtime=0.05
/proc/29568/task/29570/stat : 29570 (java) S 29567 29554 27597 0 -1 64 681 0 0 0 5 0 0 0 16 0 9 0 2003338207 890261504 4871 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=29568/tid=29571] ppid=29567 vsize=869396 CPUtime=0
/proc/29568/task/29571/stat : 29571 (java) S 29567 29554 27597 0 -1 64 9 0 0 0 0 0 0 0 19 0 9 0 2003338207 890261504 4871 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29568/tid=29572] ppid=29567 vsize=869396 CPUtime=0
/proc/29568/task/29572/stat : 29572 (java) S 29567 29554 27597 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 2003338207 890261504 4871 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29568/tid=29573] ppid=29567 vsize=869396 CPUtime=0
/proc/29568/task/29573/stat : 29573 (java) S 29567 29554 27597 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2003338209 890261504 4871 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29568/tid=29574] ppid=29567 vsize=869396 CPUtime=0.15
/proc/29568/task/29574/stat : 29574 (java) S 29567 29554 27597 0 -1 64 1422 0 0 0 15 0 0 0 16 0 9 0 2003338209 890261504 4871 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29568/tid=29575] ppid=29567 vsize=869396 CPUtime=0
/proc/29568/task/29575/stat : 29575 (java) S 29567 29554 27597 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 2003338209 890261504 4871 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29568/tid=29576] ppid=29567 vsize=869396 CPUtime=0
/proc/29568/task/29576/stat : 29576 (java) S 29567 29554 27597 0 -1 64 2 0 0 0 0 0 0 0 15 0 9 0 2003338209 890261504 4871 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.42
Current children cumulated vsize (KiB) 888352

[startup+3.10352 s]
/proc/loadavg: 2.04 2.01 2.00 3/83 29576
/proc/meminfo: memFree=1703752/2055920 swapFree=4180240/4192956
[pid=29554] ppid=29552 vsize=13600 CPUtime=0.62
/proc/29554/stat : 29554 (sugar) S 29552 29554 27597 0 -1 4194304 973 7240 0 1 3 1 54 4 15 0 1 0 2003338136 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 240586371170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/29554/statm: 3400 797 370 3 0 500 0
[pid=29567] ppid=29554 vsize=5356 CPUtime=0
/proc/29567/stat : 29567 (sh) S 29554 29554 27597 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2003338204 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 240577471300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29567/statm: 1339 233 193 169 0 50 0
[pid=29568] ppid=29567 vsize=869396 CPUtime=2.38
/proc/29568/stat : 29568 (java) S 29567 29554 27597 0 -1 0 8729 0 1 0 231 7 0 0 18 0 9 0 2003338205 890261504 7813 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/29568/statm: 217349 7813 2540 9 0 211924 0
[pid=29568/tid=29569] ppid=29567 vsize=869396 CPUtime=1.86
/proc/29568/task/29569/stat : 29569 (java) R 29567 29554 27597 0 -1 64 2822 0 1 0 183 3 0 0 25 0 9 0 2003338205 890261504 7813 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29568/tid=29570] ppid=29567 vsize=869396 CPUtime=0.3
/proc/29568/task/29570/stat : 29570 (java) S 29567 29554 27597 0 -1 64 3761 0 0 0 28 2 0 0 15 0 9 0 2003338207 890261504 7813 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=29568/tid=29571] ppid=29567 vsize=869396 CPUtime=0
/proc/29568/task/29571/stat : 29571 (java) S 29567 29554 27597 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2003338207 890261504 7813 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29568/tid=29572] ppid=29567 vsize=869396 CPUtime=0
/proc/29568/task/29572/stat : 29572 (java) S 29567 29554 27597 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 2003338207 890261504 7813 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29568/tid=29573] ppid=29567 vsize=869396 CPUtime=0
/proc/29568/task/29573/stat : 29573 (java) S 29567 29554 27597 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2003338209 890261504 7813 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29568/tid=29574] ppid=29567 vsize=869396 CPUtime=0.19
/proc/29568/task/29574/stat : 29574 (java) S 29567 29554 27597 0 -1 64 1451 0 0 0 19 0 0 0 15 0 9 0 2003338209 890261504 7813 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29568/tid=29575] ppid=29567 vsize=869396 CPUtime=0
/proc/29568/task/29575/stat : 29575 (java) S 29567 29554 27597 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 2003338209 890261504 7813 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29568/tid=29576] ppid=29567 vsize=869396 CPUtime=0
/proc/29568/task/29576/stat : 29576 (java) S 29567 29554 27597 0 -1 64 2 0 0 0 0 0 0 0 15 0 9 0 2003338209 890261504 7813 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3
Current children cumulated vsize (KiB) 888352

[startup+6.30131 s]
/proc/loadavg: 2.04 2.01 2.00 3/83 29576
/proc/meminfo: memFree=1684680/2055920 swapFree=4180240/4192956
[pid=29554] ppid=29552 vsize=13600 CPUtime=0.62
/proc/29554/stat : 29554 (sugar) S 29552 29554 27597 0 -1 4194304 974 7240 0 1 3 1 54 4 15 0 1 0 2003338136 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 240586371170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/29554/statm: 3400 797 370 3 0 500 0
[pid=29567] ppid=29554 vsize=5356 CPUtime=0
/proc/29567/stat : 29567 (sh) S 29554 29554 27597 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2003338204 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 240577471300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29567/statm: 1339 233 193 169 0 50 0
[pid=29568] ppid=29567 vsize=871960 CPUtime=5.53
/proc/29568/stat : 29568 (java) S 29567 29554 27597 0 -1 0 15325 0 1 0 542 11 0 0 18 0 9 0 2003338205 892887040 13888 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/29568/statm: 217990 13888 2540 9 0 212565 0
[pid=29568/tid=29569] ppid=29567 vsize=871960 CPUtime=4.3
/proc/29568/task/29569/stat : 29569 (java) R 29567 29554 27597 0 -1 64 3231 0 1 0 427 3 0 0 25 0 9 0 2003338205 892887040 13888 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29568/tid=29570] ppid=29567 vsize=871960 CPUtime=0.97
/proc/29568/task/29570/stat : 29570 (java) R 29567 29554 27597 0 -1 64 9933 0 0 0 91 6 0 0 16 0 9 0 2003338207 892887040 13888 996147200 134512640 134550740 4294955952 18446744073709551615 102721834 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=29568/tid=29571] ppid=29567 vsize=871960 CPUtime=0
/proc/29568/task/29571/stat : 29571 (java) S 29567 29554 27597 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2003338207 892887040 13888 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29568/tid=29572] ppid=29567 vsize=871960 CPUtime=0
/proc/29568/task/29572/stat : 29572 (java) S 29567 29554 27597 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 2003338207 892887040 13888 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29568/tid=29573] ppid=29567 vsize=871960 CPUtime=0
/proc/29568/task/29573/stat : 29573 (java) S 29567 29554 27597 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2003338209 892887040 13888 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29568/tid=29574] ppid=29567 vsize=871960 CPUtime=0.22
/proc/29568/task/29574/stat : 29574 (java) S 29567 29554 27597 0 -1 64 1466 0 0 0 22 0 0 0 15 0 9 0 2003338209 892887040 13888 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29568/tid=29575] ppid=29567 vsize=871960 CPUtime=0
/proc/29568/task/29575/stat : 29575 (java) S 29567 29554 27597 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 2003338209 892887040 13888 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29568/tid=29576] ppid=29567 vsize=871960 CPUtime=0
/proc/29568/task/29576/stat : 29576 (java) S 29567 29554 27597 0 -1 64 2 0 0 0 0 0 0 0 15 0 9 0 2003338209 892887040 13888 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.15
Current children cumulated vsize (KiB) 890916

[startup+12.7024 s]
/proc/loadavg: 2.11 2.02 2.00 3/83 29576
/proc/meminfo: memFree=1652424/2055920 swapFree=4180240/4192956
[pid=29554] ppid=29552 vsize=13600 CPUtime=0.62
/proc/29554/stat : 29554 (sugar) S 29552 29554 27597 0 -1 4194304 974 7240 0 1 3 1 54 4 15 0 1 0 2003338136 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 240586371170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/29554/statm: 3400 797 370 3 0 500 0
[pid=29567] ppid=29554 vsize=5356 CPUtime=0
/proc/29567/stat : 29567 (sh) S 29554 29554 27597 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2003338204 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 240577471300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29567/statm: 1339 233 193 169 0 50 0
[pid=29568] ppid=29567 vsize=869508 CPUtime=11.87
/proc/29568/stat : 29568 (java) S 29567 29554 27597 0 -1 0 15747 0 1 0 1157 30 0 0 18 0 9 0 2003338205 890376192 13430 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/29568/statm: 217377 13430 2566 9 0 211924 0
[pid=29568/tid=29569] ppid=29567 vsize=869508 CPUtime=10.35
/proc/29568/task/29569/stat : 29569 (java) R 29567 29554 27597 0 -1 64 3613 0 1 0 1014 21 0 0 25 0 9 0 2003338205 890376192 13430 996147200 134512640 134550740 4294955952 18446744073709551615 4127000784 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29568/tid=29570] ppid=29567 vsize=869508 CPUtime=1.23
/proc/29568/task/29570/stat : 29570 (java) S 29567 29554 27597 0 -1 64 9943 0 0 0 115 8 0 0 16 0 9 0 2003338207 890376192 13430 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=29568/tid=29571] ppid=29567 vsize=869508 CPUtime=0
/proc/29568/task/29571/stat : 29571 (java) S 29567 29554 27597 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2003338207 890376192 13430 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29568/tid=29572] ppid=29567 vsize=869508 CPUtime=0
/proc/29568/task/29572/stat : 29572 (java) S 29567 29554 27597 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 2003338207 890376192 13430 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29568/tid=29573] ppid=29567 vsize=869508 CPUtime=0
/proc/29568/task/29573/stat : 29573 (java) S 29567 29554 27597 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2003338209 890376192 13430 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29568/tid=29574] ppid=29567 vsize=869508 CPUtime=0.27
/proc/29568/task/29574/stat : 29574 (java) S 29567 29554 27597 0 -1 64 1496 0 0 0 27 0 0 0 16 0 9 0 2003338209 890376192 13430 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29568/tid=29575] ppid=29567 vsize=869508 CPUtime=0
/proc/29568/task/29575/stat : 29575 (java) S 29567 29554 27597 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 2003338209 890376192 13430 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29568/tid=29576] ppid=29567 vsize=869508 CPUtime=0
/proc/29568/task/29576/stat : 29576 (java) S 29567 29554 27597 0 -1 64 2 0 0 0 0 0 0 0 15 0 9 0 2003338209 890376192 13430 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.49
Current children cumulated vsize (KiB) 888464

[startup+25.5025 s]
/proc/loadavg: 2.09 2.02 2.00 3/83 29576
/proc/meminfo: memFree=1605960/2055920 swapFree=4180240/4192956
[pid=29554] ppid=29552 vsize=13600 CPUtime=0.62
/proc/29554/stat : 29554 (sugar) S 29552 29554 27597 0 -1 4194304 974 7240 0 1 3 1 54 4 16 0 1 0 2003338136 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 240586371170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/29554/statm: 3400 797 370 3 0 500 0
[pid=29567] ppid=29554 vsize=5356 CPUtime=0
/proc/29567/stat : 29567 (sh) S 29554 29554 27597 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2003338204 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 240577471300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29567/statm: 1339 233 193 169 0 50 0
[pid=29568] ppid=29567 vsize=869508 CPUtime=24.52
/proc/29568/stat : 29568 (java) S 29567 29554 27597 0 -1 0 16153 0 1 0 2392 60 0 0 18 0 9 0 2003338205 890376192 13435 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/29568/statm: 217377 13435 2566 9 0 211924 0
[pid=29568/tid=29569] ppid=29567 vsize=869508 CPUtime=22.81
/proc/29568/task/29569/stat : 29569 (java) R 29567 29554 27597 0 -1 64 4014 0 1 0 2233 48 0 0 25 0 9 0 2003338205 890376192 13435 996147200 134512640 134550740 4294955952 18446744073709551615 4127019459 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29568/tid=29570] ppid=29567 vsize=869508 CPUtime=1.4
/proc/29568/task/29570/stat : 29570 (java) S 29567 29554 27597 0 -1 64 9943 0 0 0 130 10 0 0 16 0 9 0 2003338207 890376192 13435 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=29568/tid=29571] ppid=29567 vsize=869508 CPUtime=0
/proc/29568/task/29571/stat : 29571 (java) S 29567 29554 27597 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2003338207 890376192 13435 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29568/tid=29572] ppid=29567 vsize=869508 CPUtime=0
/proc/29568/task/29572/stat : 29572 (java) S 29567 29554 27597 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 2003338207 890376192 13435 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29568/tid=29573] ppid=29567 vsize=869508 CPUtime=0
/proc/29568/task/29573/stat : 29573 (java) S 29567 29554 27597 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2003338209 890376192 13435 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29568/tid=29574] ppid=29567 vsize=869508 CPUtime=0.28
/proc/29568/task/29574/stat : 29574 (java) S 29567 29554 27597 0 -1 64 1501 0 0 0 28 0 0 0 16 0 9 0 2003338209 890376192 13435 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29568/tid=29575] ppid=29567 vsize=869508 CPUtime=0
/proc/29568/task/29575/stat : 29575 (java) S 29567 29554 27597 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 2003338209 890376192 13435 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29568/tid=29576] ppid=29567 vsize=869508 CPUtime=0
/proc/29568/task/29576/stat : 29576 (java) S 29567 29554 27597 0 -1 64 2 0 0 0 0 0 0 0 15 0 9 0 2003338209 890376192 13435 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 25.14
Current children cumulated vsize (KiB) 888464

[startup+51.1028 s]
/proc/loadavg: 2.06 2.02 2.00 3/83 29576
/proc/meminfo: memFree=1442696/2055920 swapFree=4180240/4192956
[pid=29554] ppid=29552 vsize=13600 CPUtime=0.62
/proc/29554/stat : 29554 (sugar) S 29552 29554 27597 0 -1 4194304 974 7240 0 1 3 1 54 4 16 0 1 0 2003338136 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 240586371170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/29554/statm: 3400 797 370 3 0 500 0
[pid=29567] ppid=29554 vsize=5356 CPUtime=0
/proc/29567/stat : 29567 (sh) S 29554 29554 27597 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2003338204 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 240577471300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29567/statm: 1339 233 193 169 0 50 0
[pid=29568] ppid=29567 vsize=869508 CPUtime=49.79
/proc/29568/stat : 29568 (java) S 29567 29554 27597 0 -1 0 17485 0 1 0 4809 170 0 0 18 0 9 0 2003338205 890376192 13437 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/29568/statm: 217377 13437 2566 9 0 211924 0
[pid=29568/tid=29569] ppid=29567 vsize=869508 CPUtime=47.49
/proc/29568/task/29569/stat : 29569 (java) R 29567 29554 27597 0 -1 64 5344 0 1 0 4599 150 0 0 25 0 9 0 2003338205 890376192 13437 996147200 134512640 134550740 4294955952 18446744073709551615 4126521516 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29568/tid=29570] ppid=29567 vsize=869508 CPUtime=1.99
/proc/29568/task/29570/stat : 29570 (java) S 29567 29554 27597 0 -1 64 9943 0 0 0 181 18 0 0 16 0 9 0 2003338207 890376192 13437 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=29568/tid=29571] ppid=29567 vsize=869508 CPUtime=0
/proc/29568/task/29571/stat : 29571 (java) S 29567 29554 27597 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2003338207 890376192 13437 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29568/tid=29572] ppid=29567 vsize=869508 CPUtime=0
/proc/29568/task/29572/stat : 29572 (java) S 29567 29554 27597 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 2003338207 890376192 13437 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29568/tid=29573] ppid=29567 vsize=869508 CPUtime=0
/proc/29568/task/29573/stat : 29573 (java) S 29567 29554 27597 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2003338209 890376192 13437 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29568/tid=29574] ppid=29567 vsize=869508 CPUtime=0.28
/proc/29568/task/29574/stat : 29574 (java) S 29567 29554 27597 0 -1 64 1503 0 0 0 28 0 0 0 16 0 9 0 2003338209 890376192 13437 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29568/tid=29575] ppid=29567 vsize=869508 CPUtime=0
/proc/29568/task/29575/stat : 29575 (java) S 29567 29554 27597 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 2003338209 890376192 13437 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29568/tid=29576] ppid=29567 vsize=869508 CPUtime=0
/proc/29568/task/29576/stat : 29576 (java) S 29567 29554 27597 0 -1 64 2 0 0 0 0 0 0 0 15 0 9 0 2003338209 890376192 13437 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 50.41
Current children cumulated vsize (KiB) 888464

[startup+102.306 s]
/proc/loadavg: 2.02 2.01 2.00 3/75 29578
/proc/meminfo: memFree=716808/2055920 swapFree=4180240/4192956
[pid=29554] ppid=29552 vsize=13600 CPUtime=61.38
/proc/29554/stat : 29554 (sugar) S 29552 29554 27597 0 -1 4194304 1034 25765 0 2 3 1 5897 237 16 0 1 0 2003338136 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 240586371170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/29554/statm: 3400 799 370 3 0 500 0
[pid=29577] ppid=29554 vsize=5356 CPUtime=0
/proc/29577/stat : 29577 (sh) S 29554 29554 27597 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2003344369 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 240577471300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29577/statm: 1339 232 193 169 0 50 0
[pid=29578] ppid=29577 vsize=698356 CPUtime=39.57
/proc/29578/stat : 29578 (minisat) R 29577 29554 27597 0 -1 4194304 167499 0 0 0 3851 106 0 0 25 0 1 0 2003344370 715116544 167485 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/29578/statm: 174589 167485 75 150 0 174436 0
Current children cumulated CPU time (s) 100.95
Current children cumulated vsize (KiB) 717312

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

[startup+115.102 s]
/proc/loadavg: 2.02 2.01 2.00 3/75 29578
/proc/meminfo: memFree=716808/2055920 swapFree=4180240/4192956
[pid=29554] ppid=29552 vsize=13600 CPUtime=61.38
/proc/29554/stat : 29554 (sugar) S 29552 29554 27597 0 -1 4194304 1034 25765 0 2 3 1 5897 237 16 0 1 0 2003338136 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 240586371170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/29554/statm: 3400 799 370 3 0 500 0
[pid=29577] ppid=29554 vsize=5356 CPUtime=0
/proc/29577/stat : 29577 (sh) S 29554 29554 27597 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2003344369 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 240577471300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29577/statm: 1339 232 193 169 0 50 0
[pid=29578] ppid=29577 vsize=698356 CPUtime=52.24
/proc/29578/stat : 29578 (minisat) R 29577 29554 27597 0 -1 4194304 167509 0 0 0 5118 106 0 0 25 0 1 0 2003344370 715116544 167495 996147200 134512640 135127466 4294956256 18446744073709551615 134531703 0 0 4096 3 0 0 0 17 1 0 0
/proc/29578/statm: 174589 167495 76 150 0 174436 0
Current children cumulated CPU time (s) 113.62
Current children cumulated vsize (KiB) 717312

[startup+118.301 s]
/proc/loadavg: 2.02 2.01 2.00 3/75 29578
/proc/meminfo: memFree=716808/2055920 swapFree=4180240/4192956
[pid=29554] ppid=29552 vsize=13600 CPUtime=61.38
/proc/29554/stat : 29554 (sugar) S 29552 29554 27597 0 -1 4194304 1034 25765 0 2 3 1 5897 237 16 0 1 0 2003338136 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 240586371170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/29554/statm: 3400 799 370 3 0 500 0
[pid=29577] ppid=29554 vsize=5356 CPUtime=0
/proc/29577/stat : 29577 (sh) S 29554 29554 27597 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2003344369 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 240577471300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29577/statm: 1339 232 193 169 0 50 0
[pid=29578] ppid=29577 vsize=698356 CPUtime=55.42
/proc/29578/stat : 29578 (minisat) R 29577 29554 27597 0 -1 4194304 167509 0 0 0 5436 106 0 0 25 0 1 0 2003344370 715116544 167495 996147200 134512640 135127466 4294956256 18446744073709551615 134530703 0 0 4096 3 0 0 0 17 1 0 0
/proc/29578/statm: 174589 167495 76 150 0 174436 0
Current children cumulated CPU time (s) 116.8
Current children cumulated vsize (KiB) 717312

[startup+121.503 s]
/proc/loadavg: 2.02 2.01 2.00 3/75 29578
/proc/meminfo: memFree=716808/2055920 swapFree=4180240/4192956
[pid=29554] ppid=29552 vsize=13600 CPUtime=61.38
/proc/29554/stat : 29554 (sugar) S 29552 29554 27597 0 -1 4194304 1034 25765 0 2 3 1 5897 237 16 0 1 0 2003338136 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 240586371170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/29554/statm: 3400 799 370 3 0 500 0
[pid=29577] ppid=29554 vsize=5356 CPUtime=0
/proc/29577/stat : 29577 (sh) S 29554 29554 27597 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2003344369 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 240577471300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29577/statm: 1339 232 193 169 0 50 0
[pid=29578] ppid=29577 vsize=698356 CPUtime=58.59
/proc/29578/stat : 29578 (minisat) R 29577 29554 27597 0 -1 4194304 167509 0 0 0 5753 106 0 0 25 0 1 0 2003344370 715116544 167495 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/29578/statm: 174589 167495 76 150 0 174436 0
Current children cumulated CPU time (s) 119.97
Current children cumulated vsize (KiB) 717312

[startup+122.303 s]
/proc/loadavg: 2.01 2.01 2.00 3/75 29578
/proc/meminfo: memFree=716808/2055920 swapFree=4180240/4192956
[pid=29554] ppid=29552 vsize=13600 CPUtime=61.38
/proc/29554/stat : 29554 (sugar) S 29552 29554 27597 0 -1 4194304 1034 25765 0 2 3 1 5897 237 16 0 1 0 2003338136 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 240586371170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/29554/statm: 3400 799 370 3 0 500 0
[pid=29577] ppid=29554 vsize=5356 CPUtime=0
/proc/29577/stat : 29577 (sh) S 29554 29554 27597 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2003344369 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 240577471300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29577/statm: 1339 232 193 169 0 50 0
[pid=29578] ppid=29577 vsize=0 CPUtime=59.37
/proc/29578/stat : 29578 (minisat) R 29577 29554 27597 0 -1 4194308 167518 0 0 0 5828 109 0 0 25 0 1 0 2003344370 0 0 996147200 0 0 0 0 0 0 0 4096 3 0 0 0 17 1 0 0
/proc/29578/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 120.75
Current children cumulated vsize (KiB) 18956

[startup+122.702 s]
/proc/loadavg: 2.01 2.01 2.00 3/75 29578
/proc/meminfo: memFree=716808/2055920 swapFree=4180240/4192956
[pid=29554] ppid=29552 vsize=13600 CPUtime=120.83
/proc/29554/stat : 29554 (sugar) S 29552 29554 27597 0 -1 4194304 1091 193568 0 2 3 1 11725 354 16 0 1 0 2003338136 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 240586371170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/29554/statm: 3400 799 370 3 0 500 0
Current children cumulated CPU time (s) 120.83
Current children cumulated vsize (KiB) 13600

[startup+122.902 s]
/proc/loadavg: 2.01 2.01 2.00 3/75 29578
/proc/meminfo: memFree=716808/2055920 swapFree=4180240/4192956
[pid=29554] ppid=29552 vsize=13600 CPUtime=120.83
/proc/29554/stat : 29554 (sugar) S 29552 29554 27597 0 -1 4194304 1092 193568 0 2 3 1 11725 354 15 0 1 0 2003338136 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 240586371170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/29554/statm: 3400 799 370 3 0 500 0
Current children cumulated CPU time (s) 120.83
Current children cumulated vsize (KiB) 13600

[startup+123.002 s]
/proc/loadavg: 2.01 2.01 2.00 3/75 29578
/proc/meminfo: memFree=716808/2055920 swapFree=4180240/4192956
[pid=29554] ppid=29552 vsize=13600 CPUtime=121.44
/proc/29554/stat : 29554 (sugar) R 29552 29554 27597 0 -1 4194304 1119 199821 0 3 3 10 11773 358 16 0 1 0 2003338136 13926400 800 996147200 4194304 4206940 548682068608 18446744073709551615 240577647657 0 0 4224 16386 0 0 0 17 1 0 0
/proc/29554/statm: 3400 800 371 3 0 500 0
Current children cumulated CPU time (s) 121.44
Current children cumulated vsize (KiB) 13600

Child status: 0
Real time (s): 123.085
CPU time (s): 121.544
CPU user time (s): 117.77
CPU system time (s): 3.77343
CPU usage (%): 98.7477
Max. virtual memory (cumulated for all children) (KiB): 890916

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

runsolver used 0.152976 second user time and 0.440932 second system time

The end

Launcher Data (download as text)

Begin job on node50 at 2008-07-05 09:41:02
IDJOB=1087368
IDBENCH=57978
IDSOLVER=346
FILE ID=node50/1087368-1215243662
PBS_JOBID= 7881885
Free space on /tmp= 66440 MiB

SOLVER NAME= Sugar v1.13+minisat
BENCH NAME= CPAI08/csp/fapp/fapp05/normalized-fapp05-0350-6.xml
COMMAND LINE= DIR/sugar -c -vv -java="java -Xmx700M" -jar="DIR/sugar-v1-13.jar" -solver="DIR/minisat" -tmp="TMPDIR/temp" BENCHNAME
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1087368-1215243662/watcher-1087368-1215243662 -o /tmp/evaluation-result-1087368-1215243662/solver-1087368-1215243662 -C 1800 -W 2200 -M 900 --output-limit 1,15  HOME/sugar -c -vv -java="java -Xmx700M" -jar="HOME/sugar-v1-13.jar" -solver="HOME/minisat" -tmp="HOME/temp" HOME/instance-1087368-1215243662.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 84f9ffd3bc330531b9df688f127dfd93
RANDOM SEED=126599793

node50.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.261
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.261
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:       1722880 kB
Buffers:         57352 kB
Cached:         181328 kB
SwapCached:       7072 kB
Active:         184992 kB
Inactive:        89948 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1722880 kB
SwapTotal:     4192956 kB
SwapFree:      4180240 kB
Dirty:            2040 kB
Writeback:           0 kB
Mapped:          43392 kB
Slab:            43456 kB
Committed_AS:  4009656 kB
PageTables:       1852 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= 66440 MiB
End job on node50 at 2008-07-05 09:43:05