Trace number 1077961

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 811.65 811.815

General information on the benchmark

Namecsp/rand-3-20-20-fcd/
normalized-rand-3-20-20-60-632-fcd-34_ext.xml
MD5SUM82c6a29c2223925254ac5c8a85bb4ba3
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 benchmark21.0928
Satisfiable
(Un)Satisfiability was proved
Number of variables20
Number of constraints59
Maximum constraint arity3
Maximum domain size20
Number of constraints which are defined in extension59
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 20:30:12 2008
0.00/0.04	c 0	PID 29315
0.00/0.04	c 0	HOST node60.alineos.net
0.00/0.04	c 0	CONVERTING HOME/instance-1077961-1215196211.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-1077961-1215196211.xml' 'HOME/temp.csp'
0.03/0.62	c 0	1 domains, 20 variables, 0 predicates, 59 relations, 59 constraints
0.03/0.66	c 0	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.03/0.66	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.65/0.73	c 0	Parsing HOME/temp.csp
1.70/1.72	c 1	parsed 139 expressions
1.70/1.72	c 1	Heap : 20 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
1.70/1.72	c 1	Converting to clausal form CSP
1.70/1.74	c 1	converted 14 (10%) expressions
1.70/1.76	c 1	converted 28 (20%) expressions
1.70/1.76	c 1	converted 42 (30%) expressions
1.91/1.92	c 2	converted 56 (40%) expressions
1.91/1.92	c 2	converted 70 (50%) expressions
2.02/2.01	c 2	converted 84 (60%) expressions
2.12/2.12	c 2	converted 98 (70%) expressions
2.22/2.23	c 2	converted 112 (80%) expressions
2.32/2.34	c 2	converted 126 (90%) expressions
2.61/2.66	c 2	converted 139 (100%) expressions
2.61/2.66	c 2	CSP : 20 integers, 0 booleans, 59 clauses, largest domain size 20
2.61/2.66	c 2	Heap : 40 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
2.61/2.66	c 2	Propagation in CSP
2.61/2.66	c 2	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
2.61/2.66	c 2	CSP : 20 integers, 0 booleans, 59 clauses, largest domain size 20
2.61/2.66	c 2	Heap : 40 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
2.61/2.66	c 2	Simplifing CSP by introducing new Boolean variables
2.61/2.66	c 2	CSP : 20 integers, 0 booleans, 59 clauses, largest domain size 20
2.61/2.66	c 2	Heap : 40 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
2.72/2.77	c 2	Encoding CSP to SAT : HOME/temp.cnf
2.72/2.78	c 2	2 (10%) CSP integer variables are encoded (36 clauses, 371 bytes)
2.72/2.78	c 2	4 (20%) CSP integer variables are encoded (72 clauses, 695 bytes)
2.72/2.78	c 2	6 (30%) CSP integer variables are encoded (108 clauses, 1048 bytes)
2.72/2.78	c 2	8 (40%) CSP integer variables are encoded (144 clauses, 1444 bytes)
2.72/2.78	c 2	10 (50%) CSP integer variables are encoded (180 clauses, 1840 bytes)
2.72/2.78	c 2	12 (60%) CSP integer variables are encoded (216 clauses, 2236 bytes)
2.72/2.78	c 2	14 (70%) CSP integer variables are encoded (252 clauses, 2632 bytes)
2.72/2.78	c 2	16 (80%) CSP integer variables are encoded (288 clauses, 3028 bytes)
2.72/2.78	c 2	18 (90%) CSP integer variables are encoded (324 clauses, 3424 bytes)
2.72/2.78	c 2	20 (100%) CSP integer variables are encoded (360 clauses, 3820 bytes)
2.95/2.94	c 3	6 (10%) CSP clauses are encoded (10532 clauses, 232221 bytes)
3.05/3.07	c 3	12 (20%) CSP clauses are encoded (21320 clauses, 490889 bytes)
3.25/3.21	c 3	18 (30%) CSP clauses are encoded (32164 clauses, 760628 bytes)
3.36/3.34	c 3	24 (40%) CSP clauses are encoded (43074 clauses, 1028073 bytes)
3.45/3.46	c 3	30 (50%) CSP clauses are encoded (53815 clauses, 1294824 bytes)
3.55/3.58	c 3	36 (60%) CSP clauses are encoded (64659 clauses, 1567116 bytes)
3.74/3.72	c 3	42 (70%) CSP clauses are encoded (75355 clauses, 1849264 bytes)
3.85/3.85	c 4	48 (80%) CSP clauses are encoded (86184 clauses, 2138781 bytes)
3.95/3.98	c 4	54 (90%) CSP clauses are encoded (97039 clauses, 2429179 bytes)
4.05/4.09	c 4	59 (100%) CSP clauses are encoded (106063 clauses, 2670742 bytes)
4.05/4.09	c 4	59 CSP clauses encoded
4.05/4.09	c 4	Writing map file : HOME/temp.map
4.05/4.09	c 4	Heap : 15 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
4.05/4.09	c 4	SAT : 380 SAT variables, 106063 SAT clauses, 2670742 bytes
4.05/4.09	c 4	Heap : 15 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
4.15/4.11	c 4	SOLVING HOME/temp.cnf
4.15/4.11	c 4	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
4.15/4.11	c 4	This is MiniSat 2.0 beta
4.15/4.11	c 4	WARNING: for repeatability, setting FPU to use double precision
4.15/4.11	c 4	============================[ Problem Statistics ]=============================
4.15/4.11	c 4	|                                                                             |
4.15/4.11	c 4	|  Number of variables:  380                                                  |
4.15/4.11	c 4	|  Number of clauses:    106063                                               |
4.15/4.18	c 4	|  Parsing time:         0.06         s                                       |
4.15/4.18	c 4	============================[ Search Statistics ]==============================
4.15/4.18	c 4	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
4.15/4.18	c 4	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
4.15/4.18	c 4	===============================================================================
4.15/4.18	c 4	|         0 |     380   106063   581902 |    35354        0    nan |  0.000 % |
4.18/4.22	c 4	|       101 |     380   106063   581902 |    38889      101     10 |  0.001 % |
4.18/4.29	c 4	|       254 |     380   106063   581902 |    42778      254     11 |  0.013 % |
4.36/4.35	c 4	|       479 |     380   106063   581902 |    47056      479     10 |  0.013 % |
4.46/4.46	c 4	|       818 |     380   106063   581902 |    51762      818     10 |  0.013 % |
4.66/4.61	c 4	|      1324 |     380   106063   581902 |    56938     1324     10 |  0.013 % |
4.86/4.85	c 5	|      2087 |     380   106063   581902 |    62632     2087     11 |  0.013 % |
5.26/5.23	c 5	|      3226 |     380   106063   581902 |    68895     3226     11 |  0.014 % |
5.85/5.89	c 6	|      4934 |     380   106063   581902 |    75785     4934     11 |  0.015 % |
6.75/6.76	c 6	|      7497 |     380   106063   581902 |    83363     7497     11 |  0.014 % |
7.95/7.98	c 8	|     11344 |     380   106063   581902 |    91700    11344     12 |  0.012 % |
10.05/10.00	c 10	|     17110 |     380   106063   581902 |   100870    17110     13 |  0.013 % |
13.64/13.65	c 13	|     25759 |     380   106063   581902 |   110957    25759     13 |  0.019 % |
21.15/21.19	c 21	|     38733 |     380   106063   581902 |   122052    38733     13 |  0.027 % |
30.24/30.22	c 30	|     58194 |     379   105402   578822 |   134258    27101     15 |  0.265 % |
48.13/48.18	c 48	|     87386 |     379   105402   578822 |   147683    56293     15 |  0.276 % |
79.14/79.15	c 79	|    131175 |     378   104697   575520 |   162452    72019     15 |  0.527 % |
134.11/134.18	c 134	|    196860 |     376   102876   565941 |   178697    82741     15 |  1.053 % |
253.98/254.00	c 254	|    295386 |     376   102876   565941 |   196567    20909     15 |  1.055 % |
367.04/367.16	c 367	|    443175 |     374   101635   559765 |   216223   114794     17 |  1.580 % |
604.28/604.43	c 604	|    664860 |     367    95016   522451 |   237846    82322     16 |  3.422 % |
811.42/811.69	c 811	===============================================================================
811.42/811.69	c 811	restarts              : 21
811.42/811.69	c 811	conflicts             : 831683         (1030 /sec)
811.42/811.69	c 811	decisions             : 980894         (1.62 % random) (1215 /sec)
811.42/811.69	c 811	propagations          : 33832471       (41910 /sec)
811.42/811.69	c 811	conflict literals     : 13910013       (31.51 % deleted)
811.42/811.69	c 811	Memory used           : 33.12 MB
811.42/811.69	c 811	CPU time              : 807.256 s
811.42/811.69	c 811	
811.42/811.69	c 811	SATISFIABLE
811.42/811.70	c 811	DECODING HOME/temp.out WITH HOME/temp.map
811.42/811.70	c 811	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
811.52/811.78	c 811	Decoding HOME/temp.out
811.52/811.79	s SATISFIABLE
811.52/811.79	v 6 3 7 9 15 12 6 9 5 7 5 9 7 17 3 0 18 15 0 14
811.52/811.80	c 811	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
811.52/811.81	c 811	CPU 811.36 (0.03 0.01 811.33 0.26)
811.52/811.81	c 811	END Fri Jul  4 20:43:43 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-1077961-1215196211/watcher-1077961-1215196211 -o /tmp/evaluation-result-1077961-1215196211/solver-1077961-1215196211 -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-1077961-1215196211.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: 0.99 0.98 0.99 3/64 29315
/proc/meminfo: memFree=1694960/2055920 swapFree=4157840/4192956
[pid=29315] ppid=29313 vsize=12268 CPUtime=0
/proc/29315/stat : 29315 (sugar) R 29313 29315 26640 0 -1 4194304 348 0 0 0 0 0 0 0 18 0 1 0 642544296 12562432 316 996147200 4194304 4206940 548682068608 18446744073709551615 271894411877 0 0 4224 0 0 0 0 17 0 0 0
/proc/29315/statm: 3067 316 241 3 0 167 0

[startup+0.075196 s]
/proc/loadavg: 0.99 0.98 0.99 3/64 29315
/proc/meminfo: memFree=1694960/2055920 swapFree=4157840/4192956
[pid=29315] ppid=29313 vsize=13600 CPUtime=0.03
/proc/29315/stat : 29315 (sugar) S 29313 29315 26640 0 -1 4194304 900 127 0 0 3 0 0 0 16 0 1 0 642544296 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 271903141986 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/29315/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.102091 s]
/proc/loadavg: 0.99 0.98 0.99 3/64 29315
/proc/meminfo: memFree=1694960/2055920 swapFree=4157840/4192956
[pid=29315] ppid=29313 vsize=13600 CPUtime=0.03
/proc/29315/stat : 29315 (sugar) S 29313 29315 26640 0 -1 4194304 900 127 0 0 3 0 0 0 16 0 1 0 642544296 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 271903141986 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/29315/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.301219 s]
/proc/loadavg: 0.99 0.98 0.99 3/64 29315
/proc/meminfo: memFree=1694960/2055920 swapFree=4157840/4192956
[pid=29315] ppid=29313 vsize=13600 CPUtime=0.03
/proc/29315/stat : 29315 (sugar) S 29313 29315 26640 0 -1 4194304 900 127 0 0 3 0 0 0 16 0 1 0 642544296 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 271903141986 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/29315/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.701257 s]
/proc/loadavg: 0.99 0.98 0.99 3/64 29315
/proc/meminfo: memFree=1694960/2055920 swapFree=4157840/4192956
[pid=29315] ppid=29313 vsize=13600 CPUtime=0.65
/proc/29315/stat : 29315 (sugar) S 29313 29315 26640 0 -1 4194304 956 6921 0 1 3 0 58 4 16 0 1 0 642544296 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 271903141986 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/29315/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 0.65
Current children cumulated vsize (KiB) 13600

[startup+1.50234 s]
/proc/loadavg: 0.99 0.98 0.99 2/75 29337
/proc/meminfo: memFree=1680792/2055920 swapFree=4157840/4192956
[pid=29315] ppid=29313 vsize=13600 CPUtime=0.65
/proc/29315/stat : 29315 (sugar) S 29313 29315 26640 0 -1 4194304 973 6921 0 1 3 0 58 4 16 0 1 0 642544296 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 271903141986 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/29315/statm: 3400 797 370 3 0 500 0
[pid=29328] ppid=29315 vsize=5356 CPUtime=0
/proc/29328/stat : 29328 (sh) S 29315 29315 26640 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 642544363 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 271894242116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29328/statm: 1339 233 193 169 0 50 0
[pid=29329] ppid=29328 vsize=864992 CPUtime=0.85
/proc/29329/stat : 29329 (java) S 29328 29315 26640 0 -1 0 8392 0 1 0 82 3 0 0 18 0 9 0 642544363 885751808 7670 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/29329/statm: 216248 7671 2532 9 0 210830 0
[pid=29329/tid=29330] ppid=29328 vsize=864992 CPUtime=0.51
/proc/29329/task/29330/stat : 29330 (java) S 29328 29315 26640 0 -1 64 2583 0 1 0 50 1 0 0 16 0 9 0 642544364 885751808 7672 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29329/tid=29331] ppid=29328 vsize=864992 CPUtime=0.29
/proc/29329/task/29331/stat : 29331 (java) R 29328 29315 26640 0 -1 64 4794 0 0 0 28 1 0 0 16 0 9 0 642544365 885751808 7673 996147200 134512640 134550740 4294955952 18446744073709551615 102674864 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=29329/tid=29332] ppid=29328 vsize=864992 CPUtime=0
/proc/29329/task/29332/stat : 29332 (java) S 29328 29315 26640 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 642544365 885751808 7674 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29329/tid=29333] ppid=29328 vsize=864992 CPUtime=0
/proc/29329/task/29333/stat : 29333 (java) S 29328 29315 26640 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 642544365 885751808 7675 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29329/tid=29334] ppid=29328 vsize=864992 CPUtime=0
/proc/29329/task/29334/stat : 29334 (java) S 29328 29315 26640 0 -1 64 1 0 0 0 0 0 0 0 24 0 9 0 642544367 885751808 7677 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29329/tid=29335] ppid=29328 vsize=864992 CPUtime=0.03
/proc/29329/task/29335/stat : 29335 (java) S 29328 29315 26640 0 -1 64 321 0 0 0 3 0 0 0 15 0 9 0 642544367 885751808 7678 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29329/tid=29336] ppid=29328 vsize=864992 CPUtime=0
/proc/29329/task/29336/stat : 29336 (java) S 29328 29315 26640 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 642544367 885751808 7679 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29329/tid=29337] ppid=29328 vsize=864992 CPUtime=0
/proc/29329/task/29337/stat : 29337 (java) S 29328 29315 26640 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 642544367 885751808 7681 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.5
Current children cumulated vsize (KiB) 883948

[startup+3.1025 s]
/proc/loadavg: 0.99 0.98 0.99 2/75 29337
/proc/meminfo: memFree=1655064/2055920 swapFree=4157840/4192956
[pid=29315] ppid=29313 vsize=13600 CPUtime=0.65
/proc/29315/stat : 29315 (sugar) S 29313 29315 26640 0 -1 4194304 974 6921 0 1 3 0 58 4 16 0 1 0 642544296 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 271903141986 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/29315/statm: 3400 797 370 3 0 500 0
[pid=29328] ppid=29315 vsize=5356 CPUtime=0
/proc/29328/stat : 29328 (sh) S 29315 29315 26640 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 642544363 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 271894242116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29328/statm: 1339 233 193 169 0 50 0
[pid=29329] ppid=29328 vsize=865132 CPUtime=2.5
/proc/29329/stat : 29329 (java) S 29328 29315 26640 0 -1 0 15308 0 1 0 243 7 0 0 18 0 9 0 642544363 885895168 14529 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/29329/statm: 216283 14529 2564 9 0 210830 0
[pid=29329/tid=29330] ppid=29328 vsize=865132 CPUtime=1.34
/proc/29329/task/29330/stat : 29330 (java) R 29328 29315 26640 0 -1 64 3268 0 1 0 132 2 0 0 16 0 9 0 642544364 885895168 14529 996147200 134512640 134550740 4294955952 18446744073709551615 4126553640 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29329/tid=29331] ppid=29328 vsize=865132 CPUtime=1.05
/proc/29329/task/29331/stat : 29331 (java) S 29328 29315 26640 0 -1 64 10989 0 0 0 101 4 0 0 15 0 9 0 642544365 885895168 14529 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=29329/tid=29332] ppid=29328 vsize=865132 CPUtime=0
/proc/29329/task/29332/stat : 29332 (java) S 29328 29315 26640 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 642544365 885895168 14529 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29329/tid=29333] ppid=29328 vsize=865132 CPUtime=0
/proc/29329/task/29333/stat : 29333 (java) S 29328 29315 26640 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 642544365 885895168 14529 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29329/tid=29334] ppid=29328 vsize=865132 CPUtime=0
/proc/29329/task/29334/stat : 29334 (java) S 29328 29315 26640 0 -1 64 1 0 0 0 0 0 0 0 24 0 9 0 642544367 885895168 14529 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29329/tid=29335] ppid=29328 vsize=865132 CPUtime=0.08
/proc/29329/task/29335/stat : 29335 (java) S 29328 29315 26640 0 -1 64 354 0 0 0 8 0 0 0 16 0 9 0 642544367 885895168 14529 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29329/tid=29336] ppid=29328 vsize=865132 CPUtime=0
/proc/29329/task/29336/stat : 29336 (java) S 29328 29315 26640 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 642544367 885895168 14529 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29329/tid=29337] ppid=29328 vsize=865132 CPUtime=0
/proc/29329/task/29337/stat : 29337 (java) S 29328 29315 26640 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 642544367 885895168 14529 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.15
Current children cumulated vsize (KiB) 884088

[startup+6.30181 s]
/proc/loadavg: 0.99 0.98 0.99 2/67 29339
/proc/meminfo: memFree=1680600/2055920 swapFree=4157840/4192956
[pid=29315] ppid=29313 vsize=13600 CPUtime=4.18
/proc/29315/stat : 29315 (sugar) S 29313 29315 26640 0 -1 4194304 1031 22571 0 2 3 1 399 15 15 0 1 0 642544296 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 271903141986 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/29315/statm: 3400 798 370 3 0 500 0
[pid=29338] ppid=29315 vsize=5356 CPUtime=0
/proc/29338/stat : 29338 (sh) S 29315 29315 26640 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 642544707 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 271894242116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29338/statm: 1339 232 193 169 0 50 0
[pid=29339] ppid=29338 vsize=8444 CPUtime=2.17
/proc/29339/stat : 29339 (minisat) R 29338 29315 26640 0 -1 4194304 2007 0 0 0 216 1 0 0 25 0 1 0 642544708 8646656 1993 996147200 134512640 135127466 4294956256 18446744073709551615 134530621 0 0 4096 3 0 0 0 17 0 0 0
/proc/29339/statm: 2111 1993 75 150 0 1958 0
Current children cumulated CPU time (s) 6.35
Current children cumulated vsize (KiB) 27400

[startup+12.7014 s]
/proc/loadavg: 0.99 0.98 0.99 2/67 29339
/proc/meminfo: memFree=1679072/2055920 swapFree=4157840/4192956
[pid=29315] ppid=29313 vsize=13600 CPUtime=4.18
/proc/29315/stat : 29315 (sugar) S 29313 29315 26640 0 -1 4194304 1031 22571 0 2 3 1 399 15 16 0 1 0 642544296 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 271903141986 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/29315/statm: 3400 798 370 3 0 500 0
[pid=29338] ppid=29315 vsize=5356 CPUtime=0
/proc/29338/stat : 29338 (sh) S 29315 29315 26640 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 642544707 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 271894242116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29338/statm: 1339 232 193 169 0 50 0
[pid=29339] ppid=29338 vsize=10144 CPUtime=8.56
/proc/29339/stat : 29339 (minisat) R 29338 29315 26640 0 -1 4194304 2403 0 0 0 855 1 0 0 25 0 1 0 642544708 10387456 2389 996147200 134512640 135127466 4294956256 18446744073709551615 134530613 0 0 4096 3 0 0 0 17 0 0 0
/proc/29339/statm: 2536 2389 75 150 0 2383 0
Current children cumulated CPU time (s) 12.74
Current children cumulated vsize (KiB) 29100

[startup+25.5017 s]
/proc/loadavg: 0.99 0.98 0.99 2/67 29339
/proc/meminfo: memFree=1677600/2055920 swapFree=4157840/4192956
[pid=29315] ppid=29313 vsize=13600 CPUtime=4.18
/proc/29315/stat : 29315 (sugar) S 29313 29315 26640 0 -1 4194304 1031 22571 0 2 3 1 399 15 16 0 1 0 642544296 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 271903141986 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/29315/statm: 3400 798 370 3 0 500 0
[pid=29338] ppid=29315 vsize=5356 CPUtime=0
/proc/29338/stat : 29338 (sh) S 29315 29315 26640 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 642544707 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 271894242116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29338/statm: 1339 232 193 169 0 50 0
[pid=29339] ppid=29338 vsize=11580 CPUtime=21.36
/proc/29339/stat : 29339 (minisat) R 29338 29315 26640 0 -1 4194304 2771 0 0 0 2134 2 0 0 25 0 1 0 642544708 11857920 2757 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/29339/statm: 2895 2757 75 150 0 2742 0
Current children cumulated CPU time (s) 25.54
Current children cumulated vsize (KiB) 30536

[startup+51.1012 s]
/proc/loadavg: 0.99 0.98 0.99 2/67 29339
/proc/meminfo: memFree=1675488/2055920 swapFree=4157840/4192956
[pid=29315] ppid=29313 vsize=13600 CPUtime=4.18
/proc/29315/stat : 29315 (sugar) S 29313 29315 26640 0 -1 4194304 1031 22571 0 2 3 1 399 15 16 0 1 0 642544296 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 271903141986 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/29315/statm: 3400 798 370 3 0 500 0
[pid=29338] ppid=29315 vsize=5356 CPUtime=0
/proc/29338/stat : 29338 (sh) S 29315 29315 26640 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 642544707 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 271894242116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29338/statm: 1339 232 193 169 0 50 0
[pid=29339] ppid=29338 vsize=13708 CPUtime=46.95
/proc/29339/stat : 29339 (minisat) R 29338 29315 26640 0 -1 4194304 3303 0 0 0 4693 2 0 0 25 0 1 0 642544708 14036992 3289 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/29339/statm: 3427 3289 75 150 0 3274 0
Current children cumulated CPU time (s) 51.13
Current children cumulated vsize (KiB) 32664

[startup+102.305 s]
/proc/loadavg: 0.99 0.98 0.99 2/67 29339
/proc/meminfo: memFree=1672032/2055920 swapFree=4157840/4192956
[pid=29315] ppid=29313 vsize=13600 CPUtime=4.18
/proc/29315/stat : 29315 (sugar) S 29313 29315 26640 0 -1 4194304 1031 22571 0 2 3 1 399 15 16 0 1 0 642544296 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 271903141986 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/29315/statm: 3400 798 370 3 0 500 0
[pid=29338] ppid=29315 vsize=5356 CPUtime=0
/proc/29338/stat : 29338 (sh) S 29315 29315 26640 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 642544707 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 271894242116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29338/statm: 1339 232 193 169 0 50 0
[pid=29339] ppid=29338 vsize=17076 CPUtime=98.14
/proc/29339/stat : 29339 (minisat) R 29338 29315 26640 0 -1 4194304 4134 0 0 0 9811 3 0 0 25 0 1 0 642544708 17485824 4120 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/29339/statm: 4269 4120 75 150 0 4116 0
Current children cumulated CPU time (s) 102.32
Current children cumulated vsize (KiB) 36032

[startup+162.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/67 29339
/proc/meminfo: memFree=1669472/2055920 swapFree=4157840/4192956
[pid=29315] ppid=29313 vsize=13600 CPUtime=4.18
/proc/29315/stat : 29315 (sugar) S 29313 29315 26640 0 -1 4194304 1031 22571 0 2 3 1 399 15 16 0 1 0 642544296 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 271903141986 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/29315/statm: 3400 798 370 3 0 500 0
[pid=29338] ppid=29315 vsize=5356 CPUtime=0

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

/proc/29315/statm: 3400 798 370 3 0 500 0
[pid=29338] ppid=29315 vsize=5356 CPUtime=0
/proc/29338/stat : 29338 (sh) S 29315 29315 26640 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 642544707 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 271894242116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29338/statm: 1339 232 193 169 0 50 0
[pid=29339] ppid=29338 vsize=32532 CPUtime=638
/proc/29339/stat : 29339 (minisat) R 29338 29315 26640 0 -1 4194304 7854 0 0 0 63792 8 0 0 25 0 1 0 642544708 33312768 7840 996147200 134512640 135127466 4294956256 18446744073709551615 134530682 0 0 4096 3 0 0 0 17 0 0 0
/proc/29339/statm: 8133 7840 75 150 0 7980 0
Current children cumulated CPU time (s) 642.18
Current children cumulated vsize (KiB) 51488

[startup+702.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/67 29339
/proc/meminfo: memFree=1656160/2055920 swapFree=4157840/4192956
[pid=29315] ppid=29313 vsize=13600 CPUtime=4.18
/proc/29315/stat : 29315 (sugar) S 29313 29315 26640 0 -1 4194304 1031 22571 0 2 3 1 399 15 16 0 1 0 642544296 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 271903141986 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/29315/statm: 3400 798 370 3 0 500 0
[pid=29338] ppid=29315 vsize=5356 CPUtime=0
/proc/29338/stat : 29338 (sh) S 29315 29315 26640 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 642544707 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 271894242116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29338/statm: 1339 232 193 169 0 50 0
[pid=29339] ppid=29338 vsize=33320 CPUtime=697.97
/proc/29339/stat : 29339 (minisat) R 29338 29315 26640 0 -1 4194304 8034 0 0 0 69789 8 0 0 25 0 1 0 642544708 34119680 8020 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/29339/statm: 8330 8020 75 150 0 8177 0
Current children cumulated CPU time (s) 702.15
Current children cumulated vsize (KiB) 52276

[startup+762.305 s]
/proc/loadavg: 0.99 0.98 0.99 2/67 29339
/proc/meminfo: memFree=1656032/2055920 swapFree=4157840/4192956
[pid=29315] ppid=29313 vsize=13600 CPUtime=4.18
/proc/29315/stat : 29315 (sugar) S 29313 29315 26640 0 -1 4194304 1031 22571 0 2 3 1 399 15 16 0 1 0 642544296 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 271903141986 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/29315/statm: 3400 798 370 3 0 500 0
[pid=29338] ppid=29315 vsize=5356 CPUtime=0
/proc/29338/stat : 29338 (sh) S 29315 29315 26640 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 642544707 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 271894242116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29338/statm: 1339 232 193 169 0 50 0
[pid=29339] ppid=29338 vsize=33320 CPUtime=757.96
/proc/29339/stat : 29339 (minisat) R 29338 29315 26640 0 -1 4194304 8049 0 0 0 75788 8 0 0 25 0 1 0 642544708 34119680 8035 996147200 134512640 135127466 4294956256 18446744073709551615 134530700 0 0 4096 3 0 0 0 17 0 0 0
/proc/29339/statm: 8330 8035 75 150 0 8177 0
Current children cumulated CPU time (s) 762.14
Current children cumulated vsize (KiB) 52276

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

[startup+767.901 s]
/proc/loadavg: 0.99 0.98 0.99 2/67 29339
/proc/meminfo: memFree=1656032/2055920 swapFree=4157840/4192956
[pid=29315] ppid=29313 vsize=13600 CPUtime=4.18
/proc/29315/stat : 29315 (sugar) S 29313 29315 26640 0 -1 4194304 1031 22571 0 2 3 1 399 15 16 0 1 0 642544296 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 271903141986 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/29315/statm: 3400 798 370 3 0 500 0
[pid=29338] ppid=29315 vsize=5356 CPUtime=0
/proc/29338/stat : 29338 (sh) S 29315 29315 26640 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 642544707 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 271894242116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29338/statm: 1339 232 193 169 0 50 0
[pid=29339] ppid=29338 vsize=33320 CPUtime=763.55
/proc/29339/stat : 29339 (minisat) R 29338 29315 26640 0 -1 4194304 8051 0 0 0 76347 8 0 0 25 0 1 0 642544708 34119680 8037 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/29339/statm: 8330 8037 75 150 0 8177 0
Current children cumulated CPU time (s) 767.73
Current children cumulated vsize (KiB) 52276

[startup+793.502 s]
/proc/loadavg: 0.99 0.98 0.99 2/67 29339
/proc/meminfo: memFree=1655840/2055920 swapFree=4157840/4192956
[pid=29315] ppid=29313 vsize=13600 CPUtime=4.18
/proc/29315/stat : 29315 (sugar) S 29313 29315 26640 0 -1 4194304 1031 22571 0 2 3 1 399 15 16 0 1 0 642544296 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 271903141986 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/29315/statm: 3400 798 370 3 0 500 0
[pid=29338] ppid=29315 vsize=5356 CPUtime=0
/proc/29338/stat : 29338 (sh) S 29315 29315 26640 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 642544707 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 271894242116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29338/statm: 1339 232 193 169 0 50 0
[pid=29339] ppid=29338 vsize=33616 CPUtime=789.15
/proc/29339/stat : 29339 (minisat) R 29338 29315 26640 0 -1 4194304 8104 0 0 0 78907 8 0 0 25 0 1 0 642544708 34422784 8090 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/29339/statm: 8404 8090 75 150 0 8251 0
Current children cumulated CPU time (s) 793.33
Current children cumulated vsize (KiB) 52572

[startup+799.901 s]
/proc/loadavg: 0.99 0.98 0.99 2/67 29339
/proc/meminfo: memFree=1655776/2055920 swapFree=4157840/4192956
[pid=29315] ppid=29313 vsize=13600 CPUtime=4.18
/proc/29315/stat : 29315 (sugar) S 29313 29315 26640 0 -1 4194304 1031 22571 0 2 3 1 399 15 16 0 1 0 642544296 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 271903141986 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/29315/statm: 3400 798 370 3 0 500 0
[pid=29338] ppid=29315 vsize=5356 CPUtime=0
/proc/29338/stat : 29338 (sh) S 29315 29315 26640 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 642544707 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 271894242116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29338/statm: 1339 232 193 169 0 50 0
[pid=29339] ppid=29338 vsize=33756 CPUtime=795.54
/proc/29339/stat : 29339 (minisat) R 29338 29315 26640 0 -1 4194304 8122 0 0 0 79546 8 0 0 25 0 1 0 642544708 34566144 8108 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/29339/statm: 8439 8108 75 150 0 8286 0
Current children cumulated CPU time (s) 799.72
Current children cumulated vsize (KiB) 52712

[startup+806.307 s]
/proc/loadavg: 0.99 0.98 0.99 2/67 29339
/proc/meminfo: memFree=1655648/2055920 swapFree=4157840/4192956
[pid=29315] ppid=29313 vsize=13600 CPUtime=4.18
/proc/29315/stat : 29315 (sugar) S 29313 29315 26640 0 -1 4194304 1031 22571 0 2 3 1 399 15 16 0 1 0 642544296 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 271903141986 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/29315/statm: 3400 798 370 3 0 500 0
[pid=29338] ppid=29315 vsize=5356 CPUtime=0
/proc/29338/stat : 29338 (sh) S 29315 29315 26640 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 642544707 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 271894242116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29338/statm: 1339 232 193 169 0 50 0
[pid=29339] ppid=29338 vsize=33916 CPUtime=801.95
/proc/29339/stat : 29339 (minisat) R 29338 29315 26640 0 -1 4194304 8157 0 0 0 80187 8 0 0 25 0 1 0 642544708 34729984 8143 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/29339/statm: 8479 8143 75 150 0 8326 0
Current children cumulated CPU time (s) 806.13
Current children cumulated vsize (KiB) 52872

[startup+809.501 s]
/proc/loadavg: 0.99 0.98 0.99 2/67 29339
/proc/meminfo: memFree=1655584/2055920 swapFree=4157840/4192956
[pid=29315] ppid=29313 vsize=13600 CPUtime=4.18
/proc/29315/stat : 29315 (sugar) S 29313 29315 26640 0 -1 4194304 1031 22571 0 2 3 1 399 15 16 0 1 0 642544296 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 271903141986 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/29315/statm: 3400 798 370 3 0 500 0
[pid=29338] ppid=29315 vsize=5356 CPUtime=0
/proc/29338/stat : 29338 (sh) S 29315 29315 26640 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 642544707 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 271894242116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29338/statm: 1339 232 193 169 0 50 0
[pid=29339] ppid=29338 vsize=33916 CPUtime=805.14
/proc/29339/stat : 29339 (minisat) R 29338 29315 26640 0 -1 4194304 8170 0 0 0 80506 8 0 0 25 0 1 0 642544708 34729984 8156 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/29339/statm: 8479 8156 75 150 0 8326 0
Current children cumulated CPU time (s) 809.32
Current children cumulated vsize (KiB) 52872

[startup+811.101 s]
/proc/loadavg: 0.99 0.98 0.99 2/67 29339
/proc/meminfo: memFree=1655584/2055920 swapFree=4157840/4192956
[pid=29315] ppid=29313 vsize=13600 CPUtime=4.18
/proc/29315/stat : 29315 (sugar) S 29313 29315 26640 0 -1 4194304 1031 22571 0 2 3 1 399 15 16 0 1 0 642544296 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 271903141986 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/29315/statm: 3400 798 370 3 0 500 0
[pid=29338] ppid=29315 vsize=5356 CPUtime=0
/proc/29338/stat : 29338 (sh) S 29315 29315 26640 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 642544707 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 271894242116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29338/statm: 1339 232 193 169 0 50 0
[pid=29339] ppid=29338 vsize=33916 CPUtime=806.74
/proc/29339/stat : 29339 (minisat) R 29338 29315 26640 0 -1 4194304 8171 0 0 0 80666 8 0 0 25 0 1 0 642544708 34729984 8157 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/29339/statm: 8479 8157 75 150 0 8326 0
Current children cumulated CPU time (s) 810.92
Current children cumulated vsize (KiB) 52872

[startup+811.501 s]
/proc/loadavg: 0.99 0.98 0.99 2/67 29339
/proc/meminfo: memFree=1655584/2055920 swapFree=4157840/4192956
[pid=29315] ppid=29313 vsize=13600 CPUtime=4.18
/proc/29315/stat : 29315 (sugar) S 29313 29315 26640 0 -1 4194304 1031 22571 0 2 3 1 399 15 16 0 1 0 642544296 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 271903141986 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/29315/statm: 3400 798 370 3 0 500 0
[pid=29338] ppid=29315 vsize=5356 CPUtime=0
/proc/29338/stat : 29338 (sh) S 29315 29315 26640 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 642544707 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 271894242116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29338/statm: 1339 232 193 169 0 50 0
[pid=29339] ppid=29338 vsize=33916 CPUtime=807.14
/proc/29339/stat : 29339 (minisat) R 29338 29315 26640 0 -1 4194304 8171 0 0 0 80706 8 0 0 25 0 1 0 642544708 34729984 8157 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/29339/statm: 8479 8157 75 150 0 8326 0
Current children cumulated CPU time (s) 811.32
Current children cumulated vsize (KiB) 52872

[startup+811.701 s]
/proc/loadavg: 0.99 0.98 0.99 1/66 29340
/proc/meminfo: memFree=1688040/2055920 swapFree=4157840/4192956
[pid=29315] ppid=29313 vsize=13600 CPUtime=811.52
/proc/29315/stat : 29315 (sugar) S 29313 29315 26640 0 -1 4194304 1070 31037 0 2 3 1 81125 23 17 0 1 0 642544296 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 271903141986 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/29315/statm: 3400 798 370 3 0 500 0
[pid=29340] ppid=29315 vsize=880 CPUtime=0
/proc/29340/stat : 29340 (sh) D 29315 29315 26640 0 -1 4194304 35 0 0 0 0 0 0 0 18 0 1 0 642625466 901120 25 996147200 4194304 4889804 548682068768 18446744073709551615 271891625353 0 2147483391 4096 0 18446744072099781622 0 0 17 0 0 0
/proc/29340/statm: 220 25 18 169 0 8 0
Current children cumulated CPU time (s) 811.52
Current children cumulated vsize (KiB) 14480

[startup+811.805 s]
/proc/loadavg: 0.99 0.98 0.99 1/66 29340
/proc/meminfo: memFree=1688040/2055920 swapFree=4157840/4192956
[pid=29315] ppid=29313 vsize=13600 CPUtime=811.52
/proc/29315/stat : 29315 (sugar) S 29313 29315 26640 0 -1 4194304 1090 31037 0 2 3 1 81125 23 16 0 1 0 642544296 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 271903141986 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/29315/statm: 3400 798 370 3 0 500 0
[pid=29340] ppid=29315 vsize=5356 CPUtime=0
/proc/29340/stat : 29340 (sh) S 29315 29315 26640 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 642625466 5484544 233 996147200 4194304 4889804 548682068768 18446744073709551615 271894242116 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29340/statm: 1339 233 193 169 0 50 0
Current children cumulated CPU time (s) 811.52
Current children cumulated vsize (KiB) 18956

Child status: 0
Real time (s): 811.815
CPU time (s): 811.65
CPU user time (s): 811.368
CPU system time (s): 0.281957
CPU usage (%): 99.9796
Max. virtual memory (cumulated for all children) (KiB): 884088

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 811.368
system time used= 0.281957
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 35874
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= 1283
involuntary context switches= 1939

runsolver used 0.793879 second user time and 2.17467 second system time

The end

Launcher Data (download as text)

Begin job on node60 at 2008-07-04 20:30:12
IDJOB=1077961
IDBENCH=56751
IDSOLVER=346
FILE ID=node60/1077961-1215196211
PBS_JOBID= 7881626
Free space on /tmp= 66488 MiB

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

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 82c6a29c2223925254ac5c8a85bb4ba3
RANDOM SEED=107666518

node60.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.216
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.216
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:       1695440 kB
Buffers:         48140 kB
Cached:         222980 kB
SwapCached:      29304 kB
Active:         176212 kB
Inactive:       131600 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1695440 kB
SwapTotal:     4192956 kB
SwapFree:      4157840 kB
Dirty:            2632 kB
Writeback:           0 kB
Mapped:          42008 kB
Slab:            38624 kB
Committed_AS:  1078768 kB
PageTables:       1504 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= 66484 MiB
End job on node60 at 2008-07-04 20:43:44