Trace number 1078168

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+minisatSAT 330.961 332.468

General information on the benchmark

Namecsp/rand-3-20-20-fcd/
normalized-rand-3-20-20-60-632-fcd-15_ext.xml
MD5SUM7d6096a70d3d8da57c18f1b8602aecc9
Bench CategoryN-ARY-EXT (n-ary constraints in extension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark4.11837
Satisfiable
(Un)Satisfiability was proved
Number of variables20
Number of constraints58
Maximum constraint arity3
Maximum domain size20
Number of constraints which are defined in extension58
Number of constraints which are defined in intension0
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 Fri Jul  4 23:09:55 2008
0.00/0.04	c 0	PID 19898
0.00/0.04	c 0	HOST node53.alineos.net
0.00/0.04	c 0	CONVERTING HOME/instance-1078168-1215205795.xml TO HOME/temp.csp
0.00/0.04	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1078168-1215205795.xml' 'HOME/temp.csp'
0.03/0.67	c 1	1 domains, 20 variables, 0 predicates, 58 relations, 58 constraints
0.03/0.72	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.03/0.72	c 1	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.03/0.80	c 1	Parsing HOME/temp.csp
1.61/1.78	c 2	parsed 137 expressions
1.61/1.79	c 2	Heap : 20 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
1.61/1.79	c 2	Converting to clausal form CSP
1.71/1.82	c 2	converted 14 (10%) expressions
1.71/1.83	c 2	converted 28 (20%) expressions
1.71/1.84	c 2	converted 42 (30%) expressions
1.71/1.84	c 2	converted 55 (40%) expressions
1.90/2.00	c 2	converted 69 (50%) expressions
1.90/2.05	c 2	converted 83 (60%) expressions
2.00/2.16	c 2	converted 96 (70%) expressions
2.11/2.26	c 2	converted 110 (80%) expressions
2.20/2.37	c 2	converted 124 (90%) expressions
2.50/2.66	c 3	converted 137 (100%) expressions
2.50/2.66	c 3	CSP : 20 integers, 0 booleans, 58 clauses, largest domain size 20
2.50/2.66	c 3	Heap : 38 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
2.50/2.66	c 3	Propagation in CSP
2.50/2.66	c 3	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
2.50/2.66	c 3	CSP : 20 integers, 0 booleans, 58 clauses, largest domain size 20
2.50/2.66	c 3	Heap : 38 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
2.50/2.66	c 3	Simplifing CSP by introducing new Boolean variables
2.50/2.66	c 3	CSP : 20 integers, 0 booleans, 58 clauses, largest domain size 20
2.50/2.66	c 3	Heap : 38 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
2.60/2.77	c 3	Encoding CSP to SAT : HOME/temp.cnf
2.60/2.78	c 3	2 (10%) CSP integer variables are encoded (36 clauses, 371 bytes)
2.60/2.78	c 3	4 (20%) CSP integer variables are encoded (72 clauses, 695 bytes)
2.60/2.78	c 3	6 (30%) CSP integer variables are encoded (108 clauses, 1048 bytes)
2.60/2.78	c 3	8 (40%) CSP integer variables are encoded (144 clauses, 1444 bytes)
2.60/2.79	c 3	10 (50%) CSP integer variables are encoded (180 clauses, 1840 bytes)
2.60/2.79	c 3	12 (60%) CSP integer variables are encoded (216 clauses, 2236 bytes)
2.60/2.79	c 3	14 (70%) CSP integer variables are encoded (252 clauses, 2632 bytes)
2.60/2.79	c 3	16 (80%) CSP integer variables are encoded (288 clauses, 3028 bytes)
2.60/2.79	c 3	18 (90%) CSP integer variables are encoded (324 clauses, 3424 bytes)
2.60/2.79	c 3	20 (100%) CSP integer variables are encoded (360 clauses, 3820 bytes)
2.79/2.96	c 3	6 (10%) CSP clauses are encoded (10529 clauses, 239353 bytes)
2.89/3.09	c 3	12 (20%) CSP clauses are encoded (21261 clauses, 496972 bytes)
3.10/3.22	c 3	18 (30%) CSP clauses are encoded (32029 clauses, 750260 bytes)
3.19/3.35	c 3	24 (40%) CSP clauses are encoded (42824 clauses, 1012277 bytes)
3.29/3.45	c 4	29 (50%) CSP clauses are encoded (51776 clauses, 1233775 bytes)
3.39/3.58	c 4	35 (60%) CSP clauses are encoded (62581 clauses, 1502786 bytes)
3.49/3.69	c 4	41 (70%) CSP clauses are encoded (72797 clauses, 1767963 bytes)
3.69/3.82	c 4	47 (80%) CSP clauses are encoded (83521 clauses, 2054783 bytes)
3.79/3.95	c 4	53 (90%) CSP clauses are encoded (94312 clauses, 2343587 bytes)
3.89/4.05	c 4	58 (100%) CSP clauses are encoded (103292 clauses, 2583866 bytes)
3.89/4.05	c 4	58 CSP clauses encoded
3.89/4.05	c 4	Writing map file : HOME/temp.map
3.89/4.05	c 4	Heap : 19 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
3.89/4.05	c 4	SAT : 380 SAT variables, 103292 SAT clauses, 2583866 bytes
3.89/4.05	c 4	Heap : 19 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
3.95/4.11	c 4	SOLVING HOME/temp.cnf
3.95/4.11	c 4	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
3.95/4.12	c 4	This is MiniSat 2.0 beta
3.95/4.12	c 4	WARNING: for repeatability, setting FPU to use double precision
3.95/4.12	c 4	============================[ Problem Statistics ]=============================
3.95/4.12	c 4	|                                                                             |
3.95/4.12	c 4	|  Number of variables:  380                                                  |
3.95/4.12	c 4	|  Number of clauses:    103292                                               |
3.95/4.18	c 4	|  Parsing time:         0.06         s                                       |
3.95/4.19	c 4	============================[ Search Statistics ]==============================
3.95/4.19	c 4	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
3.95/4.19	c 4	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
3.95/4.19	c 4	===============================================================================
3.95/4.19	c 4	|         0 |     380   103292   566338 |    34430        0    nan |  0.000 % |
3.97/4.24	c 4	|       101 |     380   103292   566338 |    37873      101     12 |  0.001 % |
4.14/4.31	c 4	|       251 |     380   103292   566338 |    41661      251     11 |  0.013 % |
4.24/4.41	c 4	|       476 |     380   103292   566338 |    45827      476     11 |  0.013 % |
4.33/4.54	c 5	|       813 |     380   103292   566338 |    50409      813     11 |  0.013 % |
4.53/4.74	c 5	|      1319 |     380   103292   566338 |    55450     1319     11 |  0.013 % |
4.73/5.00	c 5	|      2079 |     380   103292   566338 |    60996     2079     12 |  0.013 % |
5.23/5.44	c 6	|      3218 |     380   103292   566338 |    67095     3218     12 |  0.013 % |
5.83/6.09	c 6	|      4926 |     380   103292   566338 |    73805     4926     13 |  0.012 % |
6.82/7.09	c 7	|      7488 |     380   103292   566338 |    81185     7488     14 |  0.012 % |
8.71/8.93	c 9	|     11332 |     380   103292   566338 |    89304    11332     13 |  0.014 % |
11.51/11.76	c 12	|     17099 |     380   103292   566338 |    98234    17099     15 |  0.010 % |
15.59/15.86	c 16	|     25748 |     380   103292   566338 |   108058    25748     14 |  0.015 % |
22.06/22.37	c 22	|     38722 |     380   103292   566338 |   118863    38722     15 |  0.012 % |
33.82/34.18	c 34	|     58184 |     380   103292   566338 |   130750    58184     16 |  0.006 % |
54.03/54.47	c 55	|     87380 |     379   102682   563500 |   143825    69984     16 |  0.265 % |
92.68/93.23	c 93	|    131169 |     379   102682   563500 |   158207   113773     16 |  0.292 % |
157.13/157.99	c 158	|    196854 |     379   102682   563500 |   174028    40130     18 |  0.268 % |
256.10/257.36	c 257	|    295382 |     379   102682   563500 |   191431   138658     17 |  0.264 % |
330.70/332.29	c 332	===============================================================================
330.70/332.29	c 332	restarts              : 19
330.70/332.29	c 332	conflicts             : 343890         (1052 /sec)
330.70/332.29	c 332	decisions             : 417191         (1.57 % random) (1277 /sec)
330.70/332.29	c 332	propagations          : 14171263       (43369 /sec)
330.70/332.29	c 332	conflict literals     : 5850662        (30.47 % deleted)
330.70/332.29	c 332	Memory used           : 27.89 MB
330.70/332.29	c 332	CPU time              : 326.758 s
330.70/332.29	c 332	
330.70/332.29	c 332	SATISFIABLE
330.80/332.30	c 332	DECODING HOME/temp.out WITH HOME/temp.map
330.80/332.30	c 332	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
330.80/332.38	c 332	Decoding HOME/temp.out
330.82/332.41	s SATISFIABLE
330.82/332.41	v 1 12 18 7 5 0 19 10 4 0 17 17 5 6 8 6 7 12 9 14
330.82/332.41	c 332	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
330.82/332.46	c 333	CPU 330.64 (0.03 0 330.61 0.29)
330.82/332.46	c 333	END Fri Jul  4 23:15:28 2008

Verifier Data (download as text)

OK

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-1078168-1215205795/watcher-1078168-1215205795 -o /tmp/evaluation-result-1078168-1215205795/solver-1078168-1215205795 -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-1078168-1215205795.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.94 1.98 1.99 4/72 19898
/proc/meminfo: memFree=1718832/2055920 swapFree=4179912/4192956
[pid=19898] ppid=19896 vsize=12000 CPUtime=0
/proc/19898/stat : 19898 (sugar) R 19896 19898 19313 0 -1 4194304 158 0 0 0 0 0 0 0 20 0 1 0 1999551839 12288000 126 996147200 4194304 4206940 548682068608 18446744073709551615 269930107559 0 0 4224 0 0 0 0 17 0 0 0
/proc/19898/statm: 3000 126 92 3 0 100 0

[startup+0.0854651 s]
/proc/loadavg: 1.94 1.98 1.99 4/72 19898
/proc/meminfo: memFree=1718832/2055920 swapFree=4179912/4192956
[pid=19898] ppid=19896 vsize=13600 CPUtime=0.03
/proc/19898/stat : 19898 (sugar) S 19896 19898 19313 0 -1 4194304 900 127 0 0 3 0 0 0 16 0 1 0 1999551839 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 269939159138 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19898/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.102468 s]
/proc/loadavg: 1.94 1.98 1.99 4/72 19898
/proc/meminfo: memFree=1718832/2055920 swapFree=4179912/4192956
[pid=19898] ppid=19896 vsize=13600 CPUtime=0.03
/proc/19898/stat : 19898 (sugar) S 19896 19898 19313 0 -1 4194304 900 127 0 0 3 0 0 0 16 0 1 0 1999551839 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 269939159138 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19898/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.30149 s]
/proc/loadavg: 1.94 1.98 1.99 4/72 19898
/proc/meminfo: memFree=1718832/2055920 swapFree=4179912/4192956
[pid=19898] ppid=19896 vsize=13600 CPUtime=0.03
/proc/19898/stat : 19898 (sugar) S 19896 19898 19313 0 -1 4194304 900 127 0 0 3 0 0 0 16 0 1 0 1999551839 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 269939159138 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19898/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.70154 s]
/proc/loadavg: 1.94 1.98 1.99 4/72 19898
/proc/meminfo: memFree=1718832/2055920 swapFree=4179912/4192956
[pid=19898] ppid=19896 vsize=13600 CPUtime=0.03
/proc/19898/stat : 19898 (sugar) S 19896 19898 19313 0 -1 4194304 918 127 0 0 3 0 0 0 15 0 1 0 1999551839 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 269939159138 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/19898/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+1.50263 s]
/proc/loadavg: 1.95 1.98 1.99 3/83 19920
/proc/meminfo: memFree=1706392/2055920 swapFree=4179912/4192956
[pid=19898] ppid=19896 vsize=13600 CPUtime=0.65
/proc/19898/stat : 19898 (sugar) S 19896 19898 19313 0 -1 4194304 973 6946 0 1 3 0 57 5 15 0 1 0 1999551839 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 269939159138 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19898/statm: 3400 797 370 3 0 500 0
[pid=19911] ppid=19898 vsize=5356 CPUtime=0
/proc/19911/stat : 19911 (sh) S 19898 19898 19313 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1999551911 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 269930259268 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19911/statm: 1339 233 193 169 0 50 0
[pid=19912] ppid=19911 vsize=864012 CPUtime=0.76
/proc/19912/stat : 19912 (java) S 19911 19898 19313 0 -1 0 7829 0 1 0 73 3 0 0 18 0 9 0 1999551911 884748288 7109 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19912/statm: 216003 7109 2532 9 0 210585 0
[pid=19912/tid=19913] ppid=19911 vsize=864012 CPUtime=0.44
/proc/19912/task/19913/stat : 19913 (java) R 19911 19898 19313 0 -1 64 2467 0 1 0 43 1 0 0 23 0 9 0 1999551912 884748288 7109 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19912/tid=19914] ppid=19911 vsize=864012 CPUtime=0.26
/proc/19912/task/19914/stat : 19914 (java) R 19911 19898 19313 0 -1 64 4351 0 0 0 25 1 0 0 16 0 9 0 1999551913 884748288 7109 996147200 134512640 134550740 4294955952 18446744073709551615 102731881 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=19912/tid=19915] ppid=19911 vsize=864012 CPUtime=0
/proc/19912/task/19915/stat : 19915 (java) S 19911 19898 19313 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1999551914 884748288 7109 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19912/tid=19916] ppid=19911 vsize=864012 CPUtime=0
/proc/19912/task/19916/stat : 19916 (java) S 19911 19898 19313 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 1999551914 884748288 7109 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19912/tid=19917] ppid=19911 vsize=864012 CPUtime=0
/proc/19912/task/19917/stat : 19917 (java) S 19911 19898 19313 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1999551916 884748288 7109 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19912/tid=19918] ppid=19911 vsize=864012 CPUtime=0.04
/proc/19912/task/19918/stat : 19918 (java) S 19911 19898 19313 0 -1 64 313 0 0 0 4 0 0 0 16 0 9 0 1999551916 884748288 7109 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19912/tid=19919] ppid=19911 vsize=864012 CPUtime=0
/proc/19912/task/19919/stat : 19919 (java) S 19911 19898 19313 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1999551916 884748288 7109 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19912/tid=19920] ppid=19911 vsize=864012 CPUtime=0
/proc/19912/task/19920/stat : 19920 (java) S 19911 19898 19313 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1999551916 884748288 7109 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.41
Current children cumulated vsize (KiB) 882968

[startup+3.10182 s]
/proc/loadavg: 1.95 1.98 1.99 4/83 19920
/proc/meminfo: memFree=1681240/2055920 swapFree=4179912/4192956
[pid=19898] ppid=19896 vsize=13600 CPUtime=0.65
/proc/19898/stat : 19898 (sugar) S 19896 19898 19313 0 -1 4194304 974 6946 0 1 3 0 57 5 15 0 1 0 1999551839 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 269939159138 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19898/statm: 3400 797 370 3 0 500 0
[pid=19911] ppid=19898 vsize=5356 CPUtime=0
/proc/19911/stat : 19911 (sh) S 19898 19898 19313 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1999551911 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 269930259268 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19911/statm: 1339 233 193 169 0 50 0
[pid=19912] ppid=19911 vsize=864272 CPUtime=2.35
/proc/19912/stat : 19912 (java) S 19911 19898 19313 0 -1 0 15199 0 1 0 227 8 0 0 18 0 9 0 1999551911 885014528 14399 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19912/statm: 216068 14399 2564 9 0 210615 0
[pid=19912/tid=19913] ppid=19911 vsize=864272 CPUtime=1.23
/proc/19912/task/19913/stat : 19913 (java) R 19911 19898 19313 0 -1 64 3281 0 1 0 121 2 0 0 20 0 9 0 1999551912 885014528 14399 996147200 134512640 134550740 4294955952 18446744073709551615 4126552079 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19912/tid=19914] ppid=19911 vsize=864272 CPUtime=1.01
/proc/19912/task/19914/stat : 19914 (java) S 19911 19898 19313 0 -1 64 10875 0 0 0 96 5 0 0 16 0 9 0 1999551913 885014528 14399 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=19912/tid=19915] ppid=19911 vsize=864272 CPUtime=0
/proc/19912/task/19915/stat : 19915 (java) S 19911 19898 19313 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1999551914 885014528 14399 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19912/tid=19916] ppid=19911 vsize=864272 CPUtime=0
/proc/19912/task/19916/stat : 19916 (java) S 19911 19898 19313 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 1999551914 885014528 14399 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19912/tid=19917] ppid=19911 vsize=864272 CPUtime=0
/proc/19912/task/19917/stat : 19917 (java) S 19911 19898 19313 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1999551916 885014528 14399 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19912/tid=19918] ppid=19911 vsize=864272 CPUtime=0.08
/proc/19912/task/19918/stat : 19918 (java) S 19911 19898 19313 0 -1 64 345 0 0 0 8 0 0 0 16 0 9 0 1999551916 885014528 14399 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19912/tid=19919] ppid=19911 vsize=864272 CPUtime=0
/proc/19912/task/19919/stat : 19919 (java) S 19911 19898 19313 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1999551916 885014528 14399 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19912/tid=19920] ppid=19911 vsize=864272 CPUtime=0
/proc/19912/task/19920/stat : 19920 (java) S 19911 19898 19313 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1999551916 885014528 14399 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3
Current children cumulated vsize (KiB) 883228

[startup+6.30121 s]
/proc/loadavg: 1.95 1.98 1.99 3/75 19922
/proc/meminfo: memFree=1704792/2055920 swapFree=4179912/4192956
[pid=19898] ppid=19896 vsize=13600 CPUtime=3.97
/proc/19898/stat : 19898 (sugar) S 19896 19898 19313 0 -1 4194304 1031 22485 0 2 3 0 377 17 15 0 1 0 1999551839 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 269939159138 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19898/statm: 3400 798 370 3 0 500 0
[pid=19921] ppid=19898 vsize=5356 CPUtime=0
/proc/19921/stat : 19921 (sh) S 19898 19898 19313 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1999552251 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 269930259268 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19921/statm: 1339 232 193 169 0 50 0
[pid=19922] ppid=19921 vsize=8424 CPUtime=2.16
/proc/19922/stat : 19922 (minisat) R 19921 19898 19313 0 -1 4194304 2003 0 0 0 216 0 0 0 25 0 1 0 1999552251 8626176 1989 996147200 134512640 135127466 4294956256 18446744073709551615 134530933 0 0 4096 3 0 0 0 17 1 0 0
/proc/19922/statm: 2106 1989 75 150 0 1953 0
Current children cumulated CPU time (s) 6.13
Current children cumulated vsize (KiB) 27380

[startup+12.702 s]
/proc/loadavg: 1.95 1.98 1.99 3/75 19922
/proc/meminfo: memFree=1703256/2055920 swapFree=4179912/4192956
[pid=19898] ppid=19896 vsize=13600 CPUtime=3.97
/proc/19898/stat : 19898 (sugar) S 19896 19898 19313 0 -1 4194304 1031 22485 0 2 3 0 377 17 16 0 1 0 1999551839 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 269939159138 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19898/statm: 3400 798 370 3 0 500 0
[pid=19921] ppid=19898 vsize=5356 CPUtime=0
/proc/19921/stat : 19921 (sh) S 19898 19898 19313 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1999552251 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 269930259268 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19921/statm: 1339 232 193 169 0 50 0
[pid=19922] ppid=19921 vsize=9832 CPUtime=8.54
/proc/19922/stat : 19922 (minisat) R 19921 19898 19313 0 -1 4194304 2323 0 0 0 853 1 0 0 25 0 1 0 1999552251 10067968 2309 996147200 134512640 135127466 4294956256 18446744073709551615 134530828 0 0 4096 3 0 0 0 17 1 0 0
/proc/19922/statm: 2458 2309 75 150 0 2305 0
Current children cumulated CPU time (s) 12.51
Current children cumulated vsize (KiB) 28788

[startup+25.5025 s]
/proc/loadavg: 1.96 1.98 1.99 3/75 19922
/proc/meminfo: memFree=1700824/2055920 swapFree=4179912/4192956
[pid=19898] ppid=19896 vsize=13600 CPUtime=3.97
/proc/19898/stat : 19898 (sugar) S 19896 19898 19313 0 -1 4194304 1031 22485 0 2 3 0 377 17 16 0 1 0 1999551839 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 269939159138 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19898/statm: 3400 798 370 3 0 500 0
[pid=19921] ppid=19898 vsize=5356 CPUtime=0
/proc/19921/stat : 19921 (sh) S 19898 19898 19313 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1999552251 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 269930259268 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19921/statm: 1339 232 193 169 0 50 0
[pid=19922] ppid=19921 vsize=12264 CPUtime=21.28
/proc/19922/stat : 19922 (minisat) R 19921 19898 19313 0 -1 4194304 2933 0 0 0 2127 1 0 0 25 0 1 0 1999552251 12558336 2919 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/19922/statm: 3066 2919 75 150 0 2913 0
Current children cumulated CPU time (s) 25.25
Current children cumulated vsize (KiB) 31220

[startup+51.1025 s]
/proc/loadavg: 1.97 1.98 1.99 3/75 19922
/proc/meminfo: memFree=1697560/2055920 swapFree=4179912/4192956
[pid=19898] ppid=19896 vsize=13600 CPUtime=3.97
/proc/19898/stat : 19898 (sugar) S 19896 19898 19313 0 -1 4194304 1031 22485 0 2 3 0 377 17 16 0 1 0 1999551839 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 269939159138 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19898/statm: 3400 798 370 3 0 500 0
[pid=19921] ppid=19898 vsize=5356 CPUtime=0
/proc/19921/stat : 19921 (sh) S 19898 19898 19313 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1999552251 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 269930259268 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19921/statm: 1339 232 193 169 0 50 0
[pid=19922] ppid=19921 vsize=15444 CPUtime=46.77
/proc/19922/stat : 19922 (minisat) R 19921 19898 19313 0 -1 4194304 3719 0 0 0 4675 2 0 0 25 0 1 0 1999552251 15814656 3705 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/19922/statm: 3861 3705 75 150 0 3708 0
Current children cumulated CPU time (s) 50.74
Current children cumulated vsize (KiB) 34400

[startup+102.307 s]
/proc/loadavg: 1.99 1.98 1.99 3/75 19922
/proc/meminfo: memFree=1692696/2055920 swapFree=4179912/4192956
[pid=19898] ppid=19896 vsize=13600 CPUtime=3.97
/proc/19898/stat : 19898 (sugar) S 19896 19898 19313 0 -1 4194304 1031 22485 0 2 3 0 377 17 16 0 1 0 1999551839 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 269939159138 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19898/statm: 3400 798 370 3 0 500 0
[pid=19921] ppid=19898 vsize=5356 CPUtime=0
/proc/19921/stat : 19921 (sh) S 19898 19898 19313 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1999552251 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 269930259268 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19921/statm: 1339 232 193 169 0 50 0
[pid=19922] ppid=19921 vsize=20272 CPUtime=97.77
/proc/19922/stat : 19922 (minisat) R 19921 19898 19313 0 -1 4194304 4902 0 0 0 9773 4 0 0 25 0 1 0 1999552251 20758528 4888 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/19922/statm: 5068 4888 75 150 0 4915 0
Current children cumulated CPU time (s) 101.74
Current children cumulated vsize (KiB) 39228

[startup+162.302 s]
/proc/loadavg: 1.99 1.98 1.99 3/75 19922
/proc/meminfo: memFree=1688600/2055920 swapFree=4179912/4192956
[pid=19898] ppid=19896 vsize=13600 CPUtime=3.97
/proc/19898/stat : 19898 (sugar) S 19896 19898 19313 0 -1 4194304 1031 22485 0 2 3 0 377 17 16 0 1 0 1999551839 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 269939159138 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19898/statm: 3400 798 370 3 0 500 0
[pid=19921] ppid=19898 vsize=5356 CPUtime=0
/proc/19921/stat : 19921 (sh) S 19898 19898 19313 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1999552251 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 269930259268 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19921/statm: 1339 232 193 169 0 50 0
[pid=19922] ppid=19921 vsize=24204 CPUtime=157.54
/proc/19922/stat : 19922 (minisat) R 19921 19898 19313 0 -1 4194304 5859 0 0 0 15748 6 0 0 25 0 1 0 1999552251 24784896 5845 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/19922/statm: 6051 5845 75 150 0 5898 0
Current children cumulated CPU time (s) 161.51
Current children cumulated vsize (KiB) 43160

[startup+222.303 s]
/proc/loadavg: 1.99 1.98 1.99 3/84 19961
/proc/meminfo: memFree=1684496/2055920 swapFree=4179912/4192956
[pid=19898] ppid=19896 vsize=13600 CPUtime=3.97
/proc/19898/stat : 19898 (sugar) S 19896 19898 19313 0 -1 4194304 1031 22485 0 2 3 0 377 17 16 0 1 0 1999551839 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 269939159138 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19898/statm: 3400 798 370 3 0 500 0
[pid=19921] ppid=19898 vsize=5356 CPUtime=0
/proc/19921/stat : 19921 (sh) S 19898 19898 19313 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1999552251 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 269930259268 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19921/statm: 1339 232 193 169 0 50 0
[pid=19922] ppid=19921 vsize=24780 CPUtime=217.27
/proc/19922/stat : 19922 (minisat) R 19921 19898 19313 0 -1 4194304 5989 0 0 0 21721 6 0 0 25 0 1 0 1999552251 25374720 5975 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/19922/statm: 6195 5975 75 150 0 6042 0
Current children cumulated CPU time (s) 221.24
Current children cumulated vsize (KiB) 43736

[startup+282.303 s]
/proc/loadavg: 1.99 1.98 1.99 3/84 19961
/proc/meminfo: memFree=1683728/2055920 swapFree=4179912/4192956
[pid=19898] ppid=19896 vsize=13600 CPUtime=3.97
/proc/19898/stat : 19898 (sugar) S 19896 19898 19313 0 -1 4194304 1031 22485 0 2 3 0 377 17 16 0 1 0 1999551839 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 269939159138 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19898/statm: 3400 798 370 3 0 500 0
[pid=19921] ppid=19898 vsize=5356 CPUtime=0
/proc/19921/stat : 19921 (sh) S 19898 19898 19313 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1999552251 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 269930259268 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19921/statm: 1339 232 193 169 0 50 0
[pid=19922] ppid=19921 vsize=25612 CPUtime=277.03
/proc/19922/stat : 19922 (minisat) R 19921 19898 19313 0 -1 4194304 6200 0 0 0 27697 6 0 0 25 0 1 0 1999552251 26226688 6186 996147200 134512640 135127466 4294956256 18446744073709551615 134530686 0 0 4096 3 0 0 0 17 1 0 0
/proc/19922/statm: 6403 6186 75 150 0 6250 0
Current children cumulated CPU time (s) 281
Current children cumulated vsize (KiB) 44568

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

[startup+307.102 s]
/proc/loadavg: 1.99 1.98 1.99 3/84 19961
/proc/meminfo: memFree=1682128/2055920 swapFree=4179912/4192956
[pid=19898] ppid=19896 vsize=13600 CPUtime=3.97
/proc/19898/stat : 19898 (sugar) S 19896 19898 19313 0 -1 4194304 1031 22485 0 2 3 0 377 17 16 0 1 0 1999551839 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 269939159138 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19898/statm: 3400 798 370 3 0 500 0
[pid=19921] ppid=19898 vsize=5356 CPUtime=0
/proc/19921/stat : 19921 (sh) S 19898 19898 19313 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1999552251 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 269930259268 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19921/statm: 1339 232 193 169 0 50 0
[pid=19922] ppid=19921 vsize=27064 CPUtime=301.73
/proc/19922/stat : 19922 (minisat) R 19921 19898 19313 0 -1 4194304 6546 0 0 0 30166 7 0 0 25 0 1 0 1999552251 27713536 6532 996147200 134512640 135127466 4294956256 18446744073709551615 134530692 0 0 4096 3 0 0 0 17 1 0 0
/proc/19922/statm: 6766 6532 75 150 0 6613 0
Current children cumulated CPU time (s) 305.7
Current children cumulated vsize (KiB) 46020

[startup+319.901 s]
/proc/loadavg: 1.99 1.98 1.99 3/84 19961
/proc/meminfo: memFree=1681424/2055920 swapFree=4179912/4192956
[pid=19898] ppid=19896 vsize=13600 CPUtime=3.97
/proc/19898/stat : 19898 (sugar) S 19896 19898 19313 0 -1 4194304 1031 22485 0 2 3 0 377 17 16 0 1 0 1999551839 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 269939159138 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19898/statm: 3400 798 370 3 0 500 0
[pid=19921] ppid=19898 vsize=5356 CPUtime=0
/proc/19921/stat : 19921 (sh) S 19898 19898 19313 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1999552251 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 269930259268 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19921/statm: 1339 232 193 169 0 50 0
[pid=19922] ppid=19921 vsize=27728 CPUtime=314.48
/proc/19922/stat : 19922 (minisat) R 19921 19898 19313 0 -1 4194304 6738 0 0 0 31441 7 0 0 25 0 1 0 1999552251 28393472 6724 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/19922/statm: 6932 6724 75 150 0 6779 0
Current children cumulated CPU time (s) 318.45
Current children cumulated vsize (KiB) 46684

[startup+326.303 s]
/proc/loadavg: 1.99 1.98 1.99 3/84 19961
/proc/meminfo: memFree=1680976/2055920 swapFree=4179912/4192956
[pid=19898] ppid=19896 vsize=13600 CPUtime=3.97
/proc/19898/stat : 19898 (sugar) S 19896 19898 19313 0 -1 4194304 1031 22485 0 2 3 0 377 17 16 0 1 0 1999551839 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 269939159138 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19898/statm: 3400 798 370 3 0 500 0
[pid=19921] ppid=19898 vsize=5356 CPUtime=0
/proc/19921/stat : 19921 (sh) S 19898 19898 19313 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1999552251 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 269930259268 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19921/statm: 1339 232 193 169 0 50 0
[pid=19922] ppid=19921 vsize=28152 CPUtime=320.86
/proc/19922/stat : 19922 (minisat) R 19921 19898 19313 0 -1 4194304 6853 0 0 0 32079 7 0 0 25 0 1 0 1999552251 28827648 6839 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/19922/statm: 7038 6839 75 150 0 6885 0
Current children cumulated CPU time (s) 324.83
Current children cumulated vsize (KiB) 47108

[startup+329.501 s]
/proc/loadavg: 1.99 1.98 1.99 3/84 19961
/proc/meminfo: memFree=1680720/2055920 swapFree=4179912/4192956
[pid=19898] ppid=19896 vsize=13600 CPUtime=3.97
/proc/19898/stat : 19898 (sugar) S 19896 19898 19313 0 -1 4194304 1031 22485 0 2 3 0 377 17 16 0 1 0 1999551839 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 269939159138 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19898/statm: 3400 798 370 3 0 500 0
[pid=19921] ppid=19898 vsize=5356 CPUtime=0
/proc/19921/stat : 19921 (sh) S 19898 19898 19313 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1999552251 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 269930259268 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19921/statm: 1339 232 193 169 0 50 0
[pid=19922] ppid=19921 vsize=28424 CPUtime=324.04
/proc/19922/stat : 19922 (minisat) R 19921 19898 19313 0 -1 4194304 6903 0 0 0 32397 7 0 0 25 0 1 0 1999552251 29106176 6889 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/19922/statm: 7106 6889 75 150 0 6953 0
Current children cumulated CPU time (s) 328.01
Current children cumulated vsize (KiB) 47380

[startup+331.106 s]
/proc/loadavg: 1.99 1.98 1.99 3/84 19961
/proc/meminfo: memFree=1680592/2055920 swapFree=4179912/4192956
[pid=19898] ppid=19896 vsize=13600 CPUtime=3.97
/proc/19898/stat : 19898 (sugar) S 19896 19898 19313 0 -1 4194304 1031 22485 0 2 3 0 377 17 16 0 1 0 1999551839 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 269939159138 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19898/statm: 3400 798 370 3 0 500 0
[pid=19921] ppid=19898 vsize=5356 CPUtime=0
/proc/19921/stat : 19921 (sh) S 19898 19898 19313 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1999552251 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 269930259268 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19921/statm: 1339 232 193 169 0 50 0
[pid=19922] ppid=19921 vsize=28424 CPUtime=325.64
/proc/19922/stat : 19922 (minisat) R 19921 19898 19313 0 -1 4194304 6927 0 0 0 32557 7 0 0 25 0 1 0 1999552251 29106176 6913 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/19922/statm: 7106 6913 75 150 0 6953 0
Current children cumulated CPU time (s) 329.61
Current children cumulated vsize (KiB) 47380

[startup+331.902 s]
/proc/loadavg: 1.99 1.98 1.99 3/84 19961
/proc/meminfo: memFree=1680592/2055920 swapFree=4179912/4192956
[pid=19898] ppid=19896 vsize=13600 CPUtime=3.97
/proc/19898/stat : 19898 (sugar) S 19896 19898 19313 0 -1 4194304 1031 22485 0 2 3 0 377 17 16 0 1 0 1999551839 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 269939159138 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19898/statm: 3400 798 370 3 0 500 0
[pid=19921] ppid=19898 vsize=5356 CPUtime=0
/proc/19921/stat : 19921 (sh) S 19898 19898 19313 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1999552251 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 269930259268 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19921/statm: 1339 232 193 169 0 50 0
[pid=19922] ppid=19921 vsize=28556 CPUtime=326.43
/proc/19922/stat : 19922 (minisat) R 19921 19898 19313 0 -1 4194304 6938 0 0 0 32636 7 0 0 25 0 1 0 1999552251 29241344 6924 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/19922/statm: 7139 6924 75 150 0 6986 0
Current children cumulated CPU time (s) 330.4
Current children cumulated vsize (KiB) 47512

[startup+332.302 s]
/proc/loadavg: 1.99 1.98 1.99 3/84 19961
/proc/meminfo: memFree=1680528/2055920 swapFree=4179912/4192956
[pid=19898] ppid=19896 vsize=13600 CPUtime=3.97
/proc/19898/stat : 19898 (sugar) R 19896 19898 19313 0 -1 4194304 1031 22485 0 2 3 0 377 17 16 0 1 0 1999551839 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 269939159138 0 0 4224 16386 0 0 0 17 1 0 0
/proc/19898/statm: 3400 798 370 3 0 500 0
[pid=19921] ppid=19898 vsize=0 CPUtime=326.83
/proc/19921/stat : 19921 (sh) Z 19898 19898 19313 0 -1 4194316 285 6954 0 0 0 0 32675 8 16 0 1 0 1999552251 0 0 996147200 0 0 0 0 0 0 0 4100 65536 18446744071563351923 0 0 17 1 0 0
/proc/19921/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 330.8
Current children cumulated vsize (KiB) 13600

[startup+332.402 s]
/proc/loadavg: 1.99 1.98 1.99 3/84 19961
/proc/meminfo: memFree=1680528/2055920 swapFree=4179912/4192956
[pid=19898] ppid=19896 vsize=13600 CPUtime=330.82
/proc/19898/stat : 19898 (sugar) S 19896 19898 19313 0 -1 4194304 1089 29724 0 2 3 0 33053 26 15 0 1 0 1999551839 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 269939159138 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/19898/statm: 3400 798 370 3 0 500 0
Current children cumulated CPU time (s) 330.82
Current children cumulated vsize (KiB) 13600

Child status: 0
Real time (s): 332.468
CPU time (s): 330.961
CPU user time (s): 330.658
CPU system time (s): 0.302953
CPU usage (%): 99.5467
Max. virtual memory (cumulated for all children) (KiB): 883228

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 330.658
system time used= 0.302953
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 34556
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= 2492
involuntary context switches= 6035

runsolver used 0.302953 second user time and 0.924859 second system time

The end

Launcher Data (download as text)

Begin job on node53 at 2008-07-04 23:09:55
IDJOB=1078168
IDBENCH=56765
IDSOLVER=346
FILE ID=node53/1078168-1215205795
PBS_JOBID= 7881706
Free space on /tmp= 65116 MiB

SOLVER NAME= Sugar v1.13+minisat
BENCH NAME= CPAI08/csp/rand-3-20-20-fcd/normalized-rand-3-20-20-60-632-fcd-15_ext.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-1078168-1215205795/watcher-1078168-1215205795 -o /tmp/evaluation-result-1078168-1215205795/solver-1078168-1215205795 -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-1078168-1215205795.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 7d6096a70d3d8da57c18f1b8602aecc9
RANDOM SEED=1734822759

node53.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.222
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.222
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	: 5996.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1719312 kB
Buffers:         32824 kB
Cached:         225796 kB
SwapCached:       7396 kB
Active:         123172 kB
Inactive:       157136 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1719312 kB
SwapTotal:     4192956 kB
SwapFree:      4179912 kB
Dirty:            2772 kB
Writeback:           0 kB
Mapped:          29044 kB
Slab:            41744 kB
Committed_AS:  4011532 kB
PageTables:       1800 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= 65120 MiB
End job on node53 at 2008-07-04 23:15:28